/*
	Theme Name: Aquira
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */
body {
  overflow-x: hidden !important;
}

/* Final mobile WooCommerce overrides */
@media (max-width: 767px) {
  .site-header .aquira-menu-cart-dropdown {
    position: fixed !important;
    top: 76px !important;
    left: 12px !important;
    right: auto !important;
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    max-height: calc(100dvh - 92px) !important;
    overflow-y: auto !important;
    padding: 14px !important;
  }

  .site-header .aquira-menu-cart-dropdown::before {
    right: 150px !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart {
    display: block !important;
    width: 100% !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 4px 10px !important;
    min-height: 76px !important;
    padding: 0 28px 12px 0 !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item img {
    grid-row: 1 / 3 !important;
    grid-column: 1 !important;
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  .site-header .aquira-menu-cart-dropdown .aquira-mini-cart-name {
    grid-row: 1 !important;
    grid-column: 2 !important;
    align-self: end !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .site-header .aquira-menu-cart-dropdown .quantity {
    grid-row: 2 !important;
    grid-column: 2 !important;
    align-self: start !important;
    margin: 0 !important;
    font-size: 13px !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .woocommerce-cart .site-inner,
  .woocommerce-checkout .site-inner {
    width: 100% !important;
    padding: 92px 12px 44px !important;
  }

  .woocommerce-cart .content-sidebar-wrap,
  .woocommerce-checkout .content-sidebar-wrap,
  .woocommerce-cart .content,
  .woocommerce-checkout .content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .woocommerce-cart table.cart,
  .woocommerce-cart table.cart tbody {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
  }

  .woocommerce-cart table.cart thead {
    display: none !important;
  }

  .woocommerce-cart table.cart tr.cart_item {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 0 12px !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 14px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-cart table.cart tr.cart_item td {
    display: block !important;
    width: auto !important;
    padding: 8px 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart table.cart td.product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 2 !important;
    padding: 0 !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    float: none !important;
    padding: 0 !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail::before,
  .woocommerce-cart table.cart td.product-name::before {
    content: none !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
    object-fit: contain !important;
    padding: 6px !important;
    background: #f7fbfb !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 6px !important;
  }

  .woocommerce-cart table.cart td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 68px !important;
    padding: 4px 34px 10px 0 !important;
    border-bottom: 1px solid #e5eef0 !important;
  }

  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart td.product-quantity,
  .woocommerce-cart table.cart td.product-subtotal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border-bottom: 1px solid #edf3f4 !important;
  }

  .woocommerce-cart table.cart td.product-price::before {
    content: "Giá:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.product-quantity::before {
    content: "Số lượng:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.product-subtotal::before {
    content: "Tạm tính:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.actions {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  .woocommerce-cart table.cart td.actions .input-text,
  .woocommerce-cart table.cart td.actions .button,
  .woocommerce-cart .cart_totals .checkout-button {
    width: 100% !important;
  }

  .woocommerce-cart .cart_totals {
    width: 100% !important;
    padding: 16px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #order_review_heading {
    float: none !important;
    width: 100% !important;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    margin: 0 0 16px !important;
    padding: 16px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-checkout .form-row,
  .woocommerce-checkout .input-text,
  .woocommerce-checkout select,
  .woocommerce-checkout textarea,
  .woocommerce-checkout #payment button.button {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .site-header .aquira-menu-cart-dropdown {
    position: fixed !important;
    top: 76px !important;
    left: 12px !important;
    right: auto !important;
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    max-height: calc(100dvh - 92px) !important;
    overflow-y: auto !important;
    padding: 14px !important;
    transform: translateY(8px);
  }

  .site-header .aquira-menu-cart:hover .aquira-menu-cart-dropdown,
  .site-header .aquira-menu-cart:focus-within .aquira-menu-cart-dropdown {
    transform: translateY(0) !important;
  }

  .site-header .aquira-menu-cart-dropdown::before {
    right: 150px !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart {
    display: block !important;
    width: 100% !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 4px 10px !important;
    min-height: 76px !important;
    align-items: center !important;
    padding: 0 28px 12px 0 !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item img {
    grid-row: 1 / 3 !important;
    grid-column: 1 !important;
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  .site-header .aquira-menu-cart-dropdown .aquira-mini-cart-name {
    grid-row: 1 !important;
    grid-column: 2 !important;
    align-self: end !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .site-header .aquira-menu-cart-dropdown .quantity {
    grid-row: 2 !important;
    grid-column: 2 !important;
    align-self: start !important;
    margin: 0 !important;
    font-size: 13px !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__total {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 12px 0 !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .woocommerce-cart .site-inner,
  .woocommerce-checkout .site-inner {
    width: 100% !important;
    padding: 92px 12px 44px !important;
  }

  .woocommerce-cart .content-sidebar-wrap,
  .woocommerce-checkout .content-sidebar-wrap,
  .woocommerce-cart .content,
  .woocommerce-checkout .content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .woocommerce-cart table.cart,
  .woocommerce-cart table.cart tbody {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
  }

  .woocommerce-cart table.cart thead {
    display: none !important;
  }

  .woocommerce-cart table.cart tr.cart_item {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 0 12px !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 14px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-cart table.cart tr.cart_item td {
    display: block !important;
    width: auto !important;
    padding: 8px 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart table.cart td.product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 2 !important;
    padding: 0 !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    float: none !important;
    padding: 0 !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail::before {
    content: none !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
    object-fit: contain !important;
    padding: 6px !important;
    background: #f7fbfb !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 6px !important;
  }

  .woocommerce-cart table.cart td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 68px !important;
    padding: 4px 34px 10px 0 !important;
    border-bottom: 1px solid #e5eef0 !important;
  }

  .woocommerce-cart table.cart td.product-name::before {
    content: none !important;
  }

  .woocommerce-cart table.cart td.product-name a {
    display: block !important;
    color: #172026 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
  }

  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart td.product-quantity,
  .woocommerce-cart table.cart td.product-subtotal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border-bottom: 1px solid #edf3f4 !important;
  }

  .woocommerce-cart table.cart td.product-price::before {
    content: "Giá:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.product-quantity::before {
    content: "Số lượng:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.product-subtotal::before {
    content: "Tạm tính:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.product-price .amount,
  .woocommerce-cart table.cart td.product-subtotal .amount {
    color: #0490a2 !important;
    font-weight: 700 !important;
    margin-left: 8px !important;
  }

  .woocommerce-cart table.cart td.actions {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  .woocommerce-cart table.cart td.actions .input-text,
  .woocommerce-cart table.cart td.actions .button,
  .woocommerce-cart .cart_totals .checkout-button {
    width: 100% !important;
  }

  .woocommerce-cart .cart_totals {
    width: 100% !important;
    padding: 16px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #order_review_heading {
    float: none !important;
    width: 100% !important;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    margin: 0 0 16px !important;
    padding: 16px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-checkout .form-row,
  .woocommerce-checkout .input-text,
  .woocommerce-checkout select,
  .woocommerce-checkout textarea,
  .woocommerce-checkout #payment button.button {
    width: 100% !important;
  }
}


html {
  scroll-behavior: smooth;
}

/* Reset cơ bản */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.618;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

input,
label,
select,
textarea {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-type: decimal;
}

strong,
b {
  font-weight: 700;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

/* Body
------------------------------------------------------------ */

body {
  background-color: #fff;
}

::-moz-selection {
  background-color: #0490a2;
  color: #fff;
}

::selection {
  background-color: #0490a2;
  color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
   overflow-x: hidden !important;
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}

/* Header
------------------------------------------------------------ */

.site-header {
  margin: 40px auto 0;
  height: 72px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 9;
  float: left;
}

.site-header .widget-area {
  width: 1280px;
  max-width: calc(100% - 50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  margin: auto;
}

.site-header .widget_media_image img{
    width: 170px;
    position: absolute;
    top: -25px;
    left: -3px;
    z-index: 11;
}

.site-header .widget_nav_menu{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.site-header .widget_gtranslate{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .aquira-menu-cart {
  position: absolute;
  top: 50%;
  right: max(100px, calc((100vw - 1280px) / 2 + 84px));
  z-index: 12;
  transform: translateY(-50%);
}

.site-header .aquira-menu-cart::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99998;
  width: min(340px, calc(100vw - 30px));
  height: 26px;
  pointer-events: none;
}

.site-header .aquira-menu-cart:hover::after,
.site-header .aquira-menu-cart:focus-within::after {
  pointer-events: auto;
}

.site-header .aquira-menu-cart-link {
  position: relative;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4, 144, 162, 0.2);
  border-radius: 50%;
  background: #fff;
  color: #0490a2;
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.site-header .aquira-menu-cart-link:hover,
.site-header .aquira-menu-cart-link:focus {
  border-color: #0490a2;
  background: #0490a2;
  color: #fff;
}

.site-header .aquira-menu-cart-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  padding: 2px;
}

.site-header .aquira-menu-cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #ff3b30;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.site-header .aquira-menu-cart-count.is-empty {
  display: none;
}

.site-header .widget_shopping_cart,
.site-header .widget_shopping_cart_content {
  display: none !important;
}

.site-header .aquira-menu-cart-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 99999;
  width: min(340px, calc(100vw - 30px));
  max-height: min(70vh, 560px);
  overflow-y: auto;
  padding: 16px;
  color: #172026;
  background: #fff;
  border: 1px solid #dbe7ea;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(8, 47, 73, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.site-header .aquira-menu-cart-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 14px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-top: 1px solid #dbe7ea;
  border-left: 1px solid #dbe7ea;
  transform: rotate(45deg);
}

.site-header .aquira-menu-cart:hover .aquira-menu-cart-dropdown,
.site-header .aquira-menu-cart:focus-within .aquira-menu-cart-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header .aquira-menu-cart-dropdown ul,
.site-header .aquira-menu-cart-dropdown li,
.site-header .aquira-menu-cart-dropdown p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: 1fr auto auto 1fr;
  column-gap: 10px;
  align-items: center;
  min-height: 70px;
  padding: 0 26px 12px 0;
  border-bottom: 1px solid #e5eef0;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
  margin-top: 12px;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item > a:not(.remove) {
  display: contents;
  color: #172026;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item img {
  float: none;
  grid-row: 1 / 5;
  grid-column: 1;
  align-self: center;
  width: 58px;
  height: 58px;
  margin: 0;
  padding: 5px;
  object-fit: contain;
  background: #f7fbfb;
  border: 1px solid #dbe7ea;
  border-radius: 6px;
  margin-bottom: 10px;
}

.site-header .aquira-menu-cart-dropdown .aquira-mini-cart-name {
  display: block;
  grid-row: 2;
  grid-column: 2;
  min-width: 0;
  overflow-wrap: anywhere;
}

.site-header .aquira-menu-cart-dropdown .remove {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-flex !important;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #64748b !important;
  background: #eef9f9 !important;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.site-header .aquira-menu-cart-dropdown .remove:hover,
.site-header .aquira-menu-cart-dropdown .remove:focus {
  color: #fff !important;
  background: #0490a2 !important;
}

.site-header .aquira-menu-cart-dropdown .quantity {
  display: block;
  grid-row: 3;
  grid-column: 2;
  margin: 4px 0 0;
  color: #0490a2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 12px;
  padding-top: 12px;
  color: #172026;
  /* border-top: 1px solid #e5eef0; */
  font-size: 14px;
  line-height: 1.4;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__total .amount {
  color: #0490a2;
  font-weight: 700;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__buttons a.button {
  display: inline-flex !important;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 12px !important;
  color: #0b5c7a !important;
  background: #fff !important;
  border: 1px solid #0b5c7a !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__buttons a.checkout {
  color: #fff !important;
  background: #0490a2 !important;
  border-color: #0490a2 !important;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__empty-message {
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.site-header .textwidget p {
  position: absolute;
  top: 2px;
  right: -270px;
  cursor: pointer;
  background: #0490a2;
  color: #fff;
  height: 45px;
  display: table;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.title-area {
  float: left;
  overflow: hidden;
  padding: 0;
  width: 230px;
  margin-left: -60px;
  height: 80px;
  margin-top: 5px;
}

.site-title {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  float: left;
  width: 100%;
  height: 100%;
}

/* .site-title a,
.site-title a:hover {
  color: #333;
  padding: 0;
  text-decoration: none;
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url(images/logo_AN.png) no-repeat top center;
  background-size: 100px;
} */

.site-description {
  font-size: 13px;
  padding: 0;
  display: none;
}



/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.nav-primary {
  float: left;
  width: 100%;
  height: 50px;
  background: #333;
}

.menu-primary,
.menu-secondary,
.site-header .menu {
  clear: both;
  color: #333;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
  float: left;
  width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
  float: left;
  list-style-type: none;

}

.menu-secondary a,
.site-header .menu a {
  color: #0490a2;
  display: block;
  padding: 8px 28px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s ease;

}

.site-header .widget_nav_menu .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  overflow: visible;
}

.site-header .widget_nav_menu .menu li {
  float: none;
}

.site-header .widget_nav_menu .menu > li > a {
  padding-left: 22px;
  padding-right: 22px;
}

.site-header .widget_gtranslate .widget-wrap,
.site-header .widget_gtranslate .gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-header .widget_gtranslate a.glink,
.site-header .widget_gtranslate a[data-gt-lang] {
  display: inline-flex !important;
  align-items: center;
  line-height: 0;
  margin: 0 !important;
}

.site-header .widget_gtranslate img {
  width: 28px !important;
  height: auto !important;
  max-width: none;
}

.site-header .widget_text p {
    position: absolute;
    top: -2px;
    right: 243px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 45px;
    display: table;
    line-height: 45px;
    font-size: 15px;
    font-weight: 500;
    background: #0b5c7a;
    padding: 0px 18px;
    border-radius: 8px;
    transition: background 0.3s; 
    text-transform: uppercase;
}



.site-header .menu a span {
  text-transform: uppercase;
}

.site-header .sub-menu a span {
  text-transform: inherit;
}

.widget_nav_menu .menu > .menu-item.menu-item-has-children > a::after {
    content: "▾";
    margin-left: auto;
    flex: 0 0 auto;
    font-size: 16px;
    opacity: 0.85;
}

.widget_nav_menu .menu > .menu-item > a {
    display: flex;
    align-items: center;
    gap: 8px;
 
}

.menu-primary li a:active,

.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,

.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,

.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
  color: #0b5c7a;
}

/* .menu-primary li a:hover,
.menu-secondary li a:hover,
.site-header .menu li a:hover{
   color:#0b5c7a
} */

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
  background: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 15px;
  padding: 10px;
  position: relative;
  text-transform: none;
  width: 240px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
  background-color: #0490a2;
  color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
  height: auto;
  left: -9999px;
  margin: 0 0 0 -1px;
  position: absolute;
  width: 160px;
  z-index: 9999;
  padding-top: 16px;
}

 .site-header .menu li ul li
 {
  text-transform: inherit !important;
 }


.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
  width: 160px;
}

/* .menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
    margin: -36px 0 0 159px;
} */

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
  margin: -64px 0 0 232px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
  left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
  position: static;
}

ul.menu li:hover > ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover > ul,
.site-header .menu li.sfHover ul {
  left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
  padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
  background: url(images/icon-plus.png) no-repeat;
  height: 16px;
  position: absolute;
  right: 8px;
  text-indent: -9999px;
  top: 10px;
  width: 16px;
}

#wpadminbar li:hover ul ul {
  left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner {
  margin: 0 auto;
  overflow: visible;
  padding: 60px 0 60px;
  width: 1280px;
  box-sizing: border-box;
}

.page-template-page-gioithieu .site-inner {
  display: none;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
  float: left;
  width: 100%;
  /* background-color: rgb(229, 238, 246); */
  padding: 12px 0;
  font-size: 18px;
  margin: 90px auto auto;
  text-align: center;
   text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);

}

.breadcrumb .wrap {
  width: 1140px;
  color: #FFF;
  font-weight: 500;
}

.breadcrumb a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb .label {
  margin: 0 5px;
  font-weight: 400;
  color: #FFF;
}

.breadcrumb span {
  font-weight: 400;
  color: #FFF;
}

.page-template-page-blog .blog-banner,
.page-template-page-gioithieu .content-hero,
.page-template-page-lienhe .content-hero,
.page-template-page-dichvu .content-hero,
.page-template-default .content-hero,
.woocommerce-shop .content-hero,
.woocommerce-page .content-hero,
.post-type-archive-product .content-hero,
.tax-product_cat .content-hero {
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  margin-top: 113px;
  overflow: hidden;
  background-color: #5d666b;
  background-image: var(--blog-banner-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-page-blog .blog-banner::before,
.page-template-page-gioithieu .content-hero::before,
.page-template-page-lienhe .content-hero::before,
.page-template-page-dichvu .content-hero::before,
.page-template-default .content-hero::before,
.woocommerce-shop .content-hero::before,
.woocommerce-page .content-hero::before,
.post-type-archive-product .content-hero::before,
.tax-product_cat .content-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-template-page-gioithieu .content-hero .hero-image,
.page-template-page-lienhe .content-hero .hero-image,
.page-template-page-dichvu .content-hero .hero-image,
.page-template-default .content-hero .hero-image,
.woocommerce-shop .content-hero .hero-image,
.woocommerce-page .content-hero .hero-image,
.post-type-archive-product .content-hero .hero-image,
.tax-product_cat .content-hero .hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.page-template-page-blog .blog-banner .hero-image {
  display: none;
}

.page-template-page-gioithieu .content-hero .hero-image img,
.page-template-page-lienhe .content-hero .hero-image img,
.page-template-page-dichvu .content-hero .hero-image img,
.page-template-default .content-hero .hero-image img,
.woocommerce-shop .content-hero .hero-image img,
.woocommerce-page .content-hero .hero-image img,
.post-type-archive-product .content-hero .hero-image img,
.tax-product_cat .content-hero .hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-page-blog .blog-banner .content-breadcrumb,
.page-template-page-gioithieu .content-hero .content-breadcrumb,
.page-template-page-lienhe .content-hero .content-breadcrumb,
.page-template-page-dichvu .content-hero .content-breadcrumb,
.page-template-default .content-hero .content-breadcrumb,
.woocommerce-shop .content-hero .content-breadcrumb,
.woocommerce-page .content-hero .content-breadcrumb,
.post-type-archive-product .content-hero .content-breadcrumb,
.tax-product_cat .content-hero .content-breadcrumb {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  text-align: center;
}

.page-template-page-blog .blog-banner .title,
.page-template-page-gioithieu .content-hero .title,
.page-template-page-lienhe .content-hero .title,
.page-template-page-dichvu .content-hero .title,
.page-template-default .content-hero .title,
.woocommerce-shop .content-hero .title,
.woocommerce-page .content-hero .title,
.post-type-archive-product .content-hero .title,
.tax-product_cat .content-hero .title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
}

.page-template-page-blog .blog-banner .breadcrumb,
.page-template-page-gioithieu .content-hero .breadcrumb,
.page-template-page-lienhe .content-hero .breadcrumb,
.page-template-page-dichvu .content-hero .breadcrumb,
.page-template-default .content-hero .breadcrumb,
.woocommerce-shop .content-hero .breadcrumb,
.woocommerce-page .content-hero .breadcrumb,
.post-type-archive-product .content-hero .breadcrumb,
.tax-product_cat .content-hero .breadcrumb {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  text-shadow: none;
}

.page-template-page-blog .blog-banner .breadcrumb .wrap,
.page-template-page-gioithieu .content-hero .breadcrumb .wrap,
.page-template-page-lienhe .content-hero .breadcrumb .wrap,
.page-template-page-dichvu .content-hero .breadcrumb .wrap,
.page-template-default .content-hero .breadcrumb .wrap,
.woocommerce-shop .content-hero .breadcrumb .wrap,
.woocommerce-page .content-hero .breadcrumb .wrap,
.post-type-archive-product .content-hero .breadcrumb .wrap,
.tax-product_cat .content-hero .breadcrumb .wrap {
  width: 100%;
  max-width: 1140px;
  color: #fff;
}

.page-template-page-blog .blog-banner .breadcrumb a,
.page-template-page-blog .blog-banner .breadcrumb span,
.page-template-page-blog .blog-banner .breadcrumb .label,
.page-template-page-gioithieu .content-hero .breadcrumb a,
.page-template-page-gioithieu .content-hero .breadcrumb span,
.page-template-page-gioithieu .content-hero .breadcrumb .label,
.page-template-page-lienhe .content-hero .breadcrumb a,
.page-template-page-lienhe .content-hero .breadcrumb span,
.page-template-page-lienhe .content-hero .breadcrumb .label,
.page-template-page-dichvu .content-hero .breadcrumb a,
.page-template-page-dichvu .content-hero .breadcrumb span,
.page-template-page-dichvu .content-hero .breadcrumb .label,
.page-template-default .content-hero .breadcrumb a,
.page-template-default .content-hero .breadcrumb span,
.page-template-default .content-hero .breadcrumb .label,
.woocommerce-shop .content-hero .breadcrumb a,
.woocommerce-shop .content-hero .breadcrumb span,
.woocommerce-shop .content-hero .breadcrumb .label,
.woocommerce-page .content-hero .breadcrumb a,
.woocommerce-page .content-hero .breadcrumb span,
.woocommerce-page .content-hero .breadcrumb .label,
.post-type-archive-product .content-hero .breadcrumb a,
.post-type-archive-product .content-hero .breadcrumb span,
.post-type-archive-product .content-hero .breadcrumb .label,
.tax-product_cat .content-hero .breadcrumb a,
.tax-product_cat .content-hero .breadcrumb span,
.tax-product_cat .content-hero .breadcrumb .label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}



/* Content-Sidebar Wrap
------------------------------------------------------------ */

/* .content-sidebar-wrap {
	display: flex;
	justify-content: space-between;
	
} */
.content-sidebar-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  /* width: 800px !important; */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
  width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content
------------------------------------------------------------ */

.content-sidebar .content,
.sidebar-content .content {
  width: 850px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
  float: right;
  margin-left: 0;
  margin-right: 15px;
}

.full-width-content .content {
  width: 100%;
}

.page_blog .post {
  padding: 1rem 1rem 1.5rem;
  /* min-height: 100%;
    overflow: hidden;
    position: relative; */
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.entry-content {
  overflow: hidden;
  text-align: justify;
}

.entry-content p {
  margin: 0 0 10px;
  text-align: justify;
}

blockquote {
  background: url(images/blockquote.png) no-repeat;
  border: none;
  margin: 5px 5px 20px;
  padding: 25px 30px 5px 70px;
}

blockquote p {
  color: #999;
  font-style: italic;
}

p.subscribe-to-comments {
  padding: 20px 0 10px;
}

.clear {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.35;
  margin: 0 0 10px;
}

h1 {
  font-size: 18px;
}

.taxonomy-description h1 {
  margin: 0;
}

h2,
h2 a,
h2 a:visited {
  font-size: 16px;
}

h2 a,
h2 a:visited {
  color: #333;
  font-family: "Montserrat", sans-serif;
}

h2 a:hover {
  color: #0490a2;
  text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
  font-size: 18px;
  margin: 0 0 16px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
  font-size: 16px;
  color: #333;
}

.widget-area .widgettitle a {
  color: #333;
  text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
  margin: 0;
  padding: 0 0 15px;
  text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
  list-style-type: disc;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: justify;
}

.entry-content ol li {
  margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
  padding: 0;
}

/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
  font-size: 13px;
  margin: -5px 0 15px;
}

/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
  border-top: 1px solid #ddd;
  clear: both;
  font-size: 13px;
  padding: 5px 0 0;
}

/* Images
------------------------------------------------------------ */

img {
  height: auto;
  max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 4px;
}

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

.post-image {
  margin: 0 10px 10px 0;
}

.comment-list li .avatar {
  background-color: #fff;
  float: right;
  margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.alignleft {
  display: inline;
  margin: 0 15px 10px 0;
}

img.alignright {
  display: inline;
  margin: 0 0 10px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.wp-caption {
  padding: 0;
  text-align: center;
  width: auto !important;
}

p.wp-caption-text {
  font-size: 13px;
  margin: 5px 0;
  text-align: center;
}

.wp-smiley,
.wp-wink {
  border: none;
  float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
  font-size: 16px;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
  background: #f2f2f2;
  color: #333;
  padding: 4px 12px;
}

.pagination li a:hover,
.pagination li.active a {
  background: #0b5c7a;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #0490a2;
    color: #FFF;
}

.woocommerce-shop .site-inner,
.post-type-archive-product .site-inner,
.tax-product_cat .site-inner {
  width: min(1280px, calc(100% - 32px));
  padding: 48px 0 76px;
}

.woocommerce-shop .content-sidebar-wrap,
.post-type-archive-product .content-sidebar-wrap,
.tax-product_cat .content-sidebar-wrap {
  display: block;
  width: 100%;
}

.aquira-product-archive {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  width: 100%;
}

.aquira-product-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.aquira-product-filter {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
}

.aquira-product-filter h2 {
  width: max-content;
  min-width: 200px;
  margin: 0 auto 20px;
  padding: 11px 24px;
  background: #0490a2;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.aquira-price-filter form {
  padding: 0 16px 16px;
}

.aquira-price-range {
  position: relative;
  height: 24px;
  margin: 4px 0 16px;
  --range-left: 0%;
  --range-right: 100%;
}

.aquira-price-range::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #e9e6ed;
}

.aquira-price-range-fill {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: var(--range-left);
  right: var(--range-right);
  height: 6px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #0490a2;
  pointer-events: none;
}

.aquira-price-range .aquira-range {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 16px;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: 0;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 2;
  border: none !important;
}

.aquira-price-range .aquira-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  border: 0;
  border-radius: 50%;
  background: #0490a2;
  cursor: pointer;
  pointer-events: auto;
}

.aquira-price-range .aquira-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #0490a2;
  cursor: pointer;
  pointer-events: auto;
}

.aquira-price-range .aquira-range::-webkit-slider-runnable-track {
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.aquira-price-range .aquira-range::-moz-range-track {
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.aquira-price-range .aquira-range::-moz-range-progress {
  height: 6px;
  background: transparent;
}

.aquira-price-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.aquira-price-actions button {
  flex: 0 0 auto;
  padding: 10px 16px;
  border: 0;
  border-radius: 3px;
  background: #0490a2;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.aquira-price-actions button:hover {
  background: #0490a2;
}

.aquira-price-label {
  color: #1f2933;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.aquira-category-filter ul {
  margin: 0;
  padding: 4px 24px 18px;
  list-style: none;
}

.aquira-category-filter li {
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  list-style: none;
}

.aquira-category-filter li:last-child {
  border-bottom: 0;
}

.aquira-category-filter a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: #1f2933;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.aquira-category-filter a:hover,
.aquira-category-filter .is-active a {
  color: #0490a2;
}



.aquira-product-main {
  min-width: 0;
}

.aquira-product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.aquira-result-count {
  margin: 0;
  color: #1f2933;
  font-size: 16px;
  font-weight: 500;
}

.aquira-ordering select {
  min-width: 245px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
}

.aquira-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.aquira-product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.aquira-product-card:hover {
  border-color: rgba(31, 107, 36, 0.28);
  box-shadow: 0 12px 28px rgba(31, 107, 36, 0.11);
  transform: translateY(-3px);
}

.aquira-product-thumb {
  display: block;
  aspect-ratio: 1 / 0.95;
  margin: 22px 16px 0;
  overflow: hidden;
  background: #f4f4f4;
}

.aquira-product-thumb img,
.aquira-product-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.aquira-product-card:hover .aquira-product-thumb img {
  transform: scale(1.03);
}

.aquira-product-thumb-placeholder {
  background: linear-gradient(135deg, #f7f7f7, #e8f4f4);
}

.aquira-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 16px 22px;
}

.aquira-product-title {
  /* min-height: 48px; */
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
}

.aquira-product-title a {
  display: -webkit-box;
  overflow: hidden;
  color: #1f2933;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.aquira-product-title a:hover {
  color: #0490a2;
}

.aquira-card-rating {
  display: flex;
  align-items: center;
}

.aquira-card-rating .star-rating {
  position: relative;
  display: block;
  width: 5em;
  height: 1em;
  overflow: hidden;
  color: #d1d5db;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
}

.aquira-card-rating .star-rating::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  color: #d1d5db;
}

.aquira-card-rating .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
}

.aquira-card-rating .star-rating span::before {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  color: #f7b137;
}

.aquira-product-rating {
  margin: auto 0 8px;
}

.aquira-product-price {
  margin: 0 0 14px;
  color: #f59f23;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.aquira-product-price span {
  color: #1f2933;
  font-weight: 700;
}

.aquira-product-button,
.aquira-product-button:visited {
  display: inline-flex !important;
  width: max-content;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #0b5c7a !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 36px !important;
  text-decoration: none;
}

.aquira-product-button:hover {
  background: #0490a2 !important;
  color: #fff !important;
}

.aquira-products-empty {
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #4b5563;
  font-size: 16px;
  text-align: center;
}

.aquira-product-pagination {
  margin-top: 32px;
  padding: 0;
  text-align: center;
}

.aquira-product-pagination .page-numbers {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  padding: 0 10px;
  border-radius: 4px;
  background: #f3f5f4;
  color: #1f2933;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.aquira-product-pagination .page-numbers.current,
.aquira-product-pagination .page-numbers:hover {
  background: #0490a2;
  color: #fff;
}

.aquira-category-description.entry-content {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
  overflow: visible;
  color: #334155;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.aquira-category-description.entry-content > :first-child {
  margin-top: 0;
}

.aquira-category-description.entry-content > :last-child {
  margin-bottom: 0;
}

.aquira-category-description.entry-content p,
.aquira-category-description.entry-content li {
  color: #334155;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.aquira-category-description.entry-content p {
  margin: 0 0 18px;
}

.aquira-category-description.entry-content h2,
.aquira-category-description.entry-content h3,
.aquira-category-description.entry-content h4 {
  color: #172026;
  font-weight: 700;
  line-height: 1.35;
}

.aquira-category-description.entry-content h2 {
  margin: 34px 0 14px;
  padding-left: 14px;
  border-left: 4px solid #0490a2;
  font-size: 26px;
}

.aquira-category-description.entry-content h3 {
  margin: 28px 0 12px;
  font-size: 22px;
}

.aquira-category-description.entry-content h4 {
  margin: 24px 0 10px;
  font-size: 19px;
}

.aquira-category-description.entry-content ul,
.aquira-category-description.entry-content ol {
  margin: 0 0 20px 24px;
}

.aquira-category-description.entry-content a {
  color: #0490a2;
  font-weight: 700;
  text-decoration: underline;
}

.aquira-category-description.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 18px auto;
  border-radius: 8px;
}

@media (max-width: 1180px) {
  .aquira-product-archive {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
  }

  .aquira-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .aquira-product-archive {
    grid-template-columns: 1fr;
  }

  .aquira-product-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
  display: inline;
  /* float: right; */
  width: 385px !important;
}

.sidebar-secondary {
  float: left;
  width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
  margin-left: 15px;
  margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

.sidebar p {
  font-size: inherit;
}
.sidebar .widget {
  /* background-color: #fff; */
  margin: 0 0 15px;
  padding: 0 0 15px;
  float: left;
  width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
  padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
  /* border-bottom: 1px solid #ddd; */
  list-style-type: none;
  margin: 0 0 7px;
  padding: 0 0 5px;
  word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
  border: none;
  margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
  background: #f2f2f2;
  cursor: pointer;
  padding: 10px 20px;
  color: #333;
  -webkit-appearance: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
  text-decoration: none;
}

/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
  position: absolute;
  top: 3px;
  right: 230px;
  width: 160px;
  border: 1px solid #b5abab;
  border-radius: 10px;
  height: 40px;
}

.search-form input[type="search"] {
  margin: 0;
  padding: 6px 5px 5px 10px;
  width: calc(100% - 40px);
  border: none;
  background: #fff;
  height: 37px;
  border-radius: 10px 0px 0px 10px;
}

.search-form input[type="submit"] {
  background: url(images/search.svg) no-repeat center center;
  text-indent: -9999px;
  border: none;
  float: right;
  height: 40px;
  width: 40px;
  border-radius: 10px 10px 0px 0px;
  background-size: 20px;
}

.search-form-input::placeholder {
  color: #999;
}

.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus {
  border: none;
  outline: none;
  list-style: none;
  box-shadow: none;
}
/* Footer
------------------------------------------------------------ */

.site-footer {
  float: left;
  clear: both;
  font-size: 15px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: #0b5c7a;
  color: #fff;
  padding: 10px 0 10px;
}

.site-footer .wrap {
  display: block;
  text-align: center;
}

.site-footer img{
  width: 50px;
  margin: 0;
}

.site-footer .widget_text:nth-of-type(2) p {
  /* font-weight: bold;  */
  /* text-transform: uppercase; */
}

.site-footer p {
  color: #fff;
}

.site-footer a,
.site-footer a:visited {
  color: #fff;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.site-title a,
.site-title a:hover {
  color: rgb(51, 51, 51);
  float: left;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  padding: 0px;
  text-decoration: none;
  display: none;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
  margin: 0 0 15px;
  overflow: hidden;
  float: left;
  width: 100%;
}

#author,
#comment,
#email,
#url {
  margin: 10px 5px 0 0;
  padding: 10px;
  width: 348px;
  float: left;
  background: #fff;
}

#comment {
  height: 90px;
  margin: 10px 0;
  width: 98%;
  background: #fff;
}

input#submit {
  float: left;
}

.ping-list {
  margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
  padding: 10px;
}

.comment-list li,
.ping-list li {
  font-weight: bold;
  list-style-type: none;
  margin: 15px 0 5px;
  padding: 10px 15px;
}

.comment-list li ul li {
  list-style-type: none;
  margin-right: 0;
  background: #fff;
}

.comment-content {
  padding-left: 70px;
}

.comment-content p {
  font-size: 15px;
  margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
  font-style: normal;
}

.comment-meta {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-meta a {
  color: #666;
}

.comment-reply {
  font-size: 13px;
  font-weight: 300;
}

.comment-reply a {
  background: #f2f2f2;
  color: #333;
  padding: 5px 10px;
}

.nocomments {
  text-align: center;
}

.entry-comments .pagination {
  display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
  background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
  border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  margin: 0 35px;
  display: none !important;
}

.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  border-radius: 100px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
  background: #000;
}

.section {
  /* float: left; */
  width: 100%;
}

/* footer */
.before_footer {
  position: relative;
  background:
    linear-gradient(rgba(4, 144, 162, 0.94), rgba(4, 144, 162, 0.94)),
    url(images/Group-2661-4.png) no-repeat center top;
  background-size: cover;
  padding: 60px 0 48px;
}

.before_footer .wrap {
  max-width: 1280px;
}

.before_footer .wrap-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.9fr) minmax(240px, 0.9fr);
  gap: 60px;
  align-items: start;
}

.before_footer .widget {
  margin: 0;
  padding: 0;
  color: #fff;
}

.before_footer .widgettitle {
  position: relative;
  margin: 0 0 22px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.before_footer .widgettitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.before_footer p,
.before_footer a,
.before_footer span,
.before_footer li {
  color: #fff;
}

.before_footer a {
  text-decoration: none;
}

.before_footer a:hover {
  color: #dffbff;
}

.before_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


.footer-company-block {
  min-width: 0;
}

.footer-subtitle {
  margin: 0 0 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-company-name {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;

}

.footer-info-list {
  display: grid;
  gap: 12px;
}

.footer-info-list li,
.footer-link-list a {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.footer-info-list i,
.footer-link-list i {
  flex: 0 0 20px;
  width: 20px;
  margin-top: 3px;
  color: #d8f7fb;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.footer-info-list span,
.footer-info-list a {
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.footer-link-list {
  display: grid;
  gap: 2px;
}

.footer-link-list li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.footer-link-list li:last-child {
  border-bottom: 0;
}

.footer-link-list a {
  align-items: center;
  min-height: 42px;
  padding: 7px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.footer-link-list a:hover i {
  color: #fff;
}

.footer-social-desc {
  max-width: 340px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.footer-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-social-list a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 21px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-social-list a:hover {
  background: #fff;
  color: #0490a2;
  transform: translateY(-2px);
}

@media (max-width: 1180px) {
  .before_footer {
    padding: 44px 24px;
  }

  .before_footer .wrap-section {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 0.7fr) minmax(220px, 0.8fr);
    gap: 32px;
  }

  .footer-company {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* BLOG */


.content h1 {
  /* color: #0490a2; */
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px;
}

.page_blog .main-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  margin: 30px 0 60px;
  /* width: 800px !important; */
}

.page_blog img {
  border-radius: 1.6rem;
}

.page_blog .widget-item-title a {
  color: #0490a2;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page_blog .post-info {
  font-size: 14px;
  color: #0490a2;
  margin-bottom: 0.4rem;
}

/* .page_blog .name-category a{
    display: inline-block;
    color: #0490a2;
    border-radius: 1.8rem;
    padding: 0.2rem 1rem;
    background-color: #e6f2ef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 6px;
} */

.page_blog p {
  /* color: #999; */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.aside-box {
  display: block;
  position: relative;
  width: 340px;
  margin: 30px 0 60px;
  padding: 1rem 1rem 1.5rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #f0f0f0;
  transition: 0.4s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  align-self: flex-start;
}

.aside-box h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Căn giữa theo chiều ngang */
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0490a2;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 1;
  width: 180px;
}

.aside-box .nd {
  margin-top: 40px;
  row-gap: 1.2rem;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}

.aside-box .nd ul {
  list-style-type: none;
  font-size: 16px;
}

.aside-box .box-info {
  column-gap: 1.2rem;
  border-radius: 4rem;
  border: 0.1rem solid #f0f0f0;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  display: flex;
  align-items: center;
}

.aside-box .box-info p {
  width: 45px;
  height: 45px;
  border-radius: 10rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.53);
  background: linear-gradient(
    139deg,
    #121214 12.3%,
    #505256 36.76%,
    #94999f 64.85%,
    #212124 80.68%,
    #5d6064 92.45%,
    #9599a0 102.86%
  );
  box-shadow: 0 0.4rem 0.6rem 0 rgba(255, 255, 255, 0.6) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.aside-box .box-info img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  animation: swing ease-in-out 0.1s infinite alternate;
  margin: 0;
}

@keyframes swing {
  0% {
    transform: rotate(8deg);
  }

  100% {
    transform: rotate(-8deg);
  }
}

.aside-box .box-info .text-m,
.aside-box .box-info a {
  color: #0490a2;
  font-weight: 600;
  transition: 0.4s ease;
}

/* liên hệ */
.content-lienhe {
  display: flex;
  margin-top: 0px;
}

.content-lienhe {
  z-index: 1;
  padding: 1rem;
  overflow: hidden;
  position: relative;
  border-radius: 2.4rem;
  background-color: white;
  box-shadow: 1rem 1rem 4rem 0 rgba(0, 0, 0, 0.06);
}

.contact-section {
  flex: 0 0 54%;
    padding: 32px;
  row-gap: 12px;
  position: relative;
  border-radius: 1.4rem;
  flex-direction: column;
  background-color: #e6f2ef;
  display: flex;
  flex-wrap: wrap;
}

.contact-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0490a2;
}

.contact-section h3 {
  font-size: 20px;
  font-weight: 700;
}

.contact-section ul {
  list-style-type: none;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.contact-section li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-section i {
  color: #FFF;
  font-size: 16px;
}

.form_lienhe .label{
   font-size: 28px;
  font-weight: 700;
  color: #0490a2;
  margin:0px auto 12px !important;
  text-align: center;
}

.form_lienhe {
  flex: 0 0 47%;
    padding:24px 32px 32px 40px;
}

.caldera-grid .row {
  margin-bottom: 4px;
}

.form_lienhe  .caldera-grid .form-control {
    outline: 0 !important;
    width: 100%;
    color: #333 !important;
    display: block;
    line-height: 1 !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    padding: 20px 18px !important;
    font-family: var(--font-pri) !important;
    background-color: transparent !important;
    border: 0.1rem solid #AAAAAA  !important;
    transition: 0.4s
ease;
}

.form_lienhe .caldera-grid .form-control::placeholder {
  color: #888888 !important;
  opacity: 1;
}

.caldera-grid .form-control::placeholder {
  color: #fff !important;
  opacity: 1;
}


.caldera-grid .form-control {
  outline: 0 !important;
  width: 100%;
  color: #333 !important;
  display: block;
  line-height: 1 !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  padding: 20px 18px !important;
  font-family: var(--font-pri) !important;
  background-color: transparent !important;
  border: 0.1rem solid #FFF !important;
  transition: 0.4s ease;
}

/* .caldera-grid select,
.caldera-grid input {
  height: 55px !important;
  padding: 1rem 1.4rem !important;
} */

/* .caldera-grid input[type="file"] {
  display: none !important;
} */

.caldera-grid input[type="submit"] {
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px !important;
  background-color: #0490a2;
  border-radius: 2rem !important;
  padding: 12px 24px !important;
  border-color: #FFF;
  outline: none;
}

.caldera-grid .btn-default:hover,
.caldera-grid .btn-default:focus,
.caldera-grid .btn-default.focus,
.caldera-grid .btn-default:active,
.caldera-grid .btn-default.active,
.open > .dropdown-toggle.caldera-grid .btn-default {
  color: white !important;
  background-color: #0490a2 !important;
}

.page-template-page-lienhe .form_lienhe .caldera-grid .form-control:focus {
  border: 1px solid #0490a2 !important;
  box-shadow: none !important;
}

.caldera-grid .has-error .form-control:focus {
  border-color: #0490a2 !important;
}

.content-map {
  margin-top: 30px;
}

.page-template-page-gioithieu .about-intro {
  padding: 80px 0px 80px;
  background: #fff;
}

.page-template-page-gioithieu .about-intro .wrap,
.page-template-page-gioithieu .about-philosophy .wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.page-template-page-gioithieu .about-intro-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  max-width: 1280px;
  margin: 0 auto 32px;
}

.page-template-page-gioithieu .about-intro-column h2 {
  margin: 0 0 18px;
  color: #101820;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.22;
  text-transform: none;
}

.page-template-page-gioithieu .about-intro-text p {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
}

.page-template-page-gioithieu .about-intro-text p:last-child {
  margin-bottom: 0;
}

.page-template-page-gioithieu .about-intro-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
}

.page-template-page-gioithieu .about-intro-photo {
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  background: #e8f4f6;
}

.page-template-page-gioithieu .about-intro-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.page-template-page-gioithieu .about-intro-photo.is-wide-left {
  grid-column: 1 / span 7;
  max-height: 360px;
}

.page-template-page-gioithieu .about-intro-photo.is-top-right {
  grid-column: 8 / span 5;
 max-height: 360px;
}

.page-template-page-gioithieu .about-intro-photo.is-bottom-left {
  grid-column: 1 / span 5;
  max-height: 360px;
}

.page-template-page-gioithieu .about-intro-photo.is-wide-right {
  grid-column: 6 / span 7;
  max-height: 360px;
}

.page-template-page-gioithieu .about-philosophy {
  padding: 80px 0px;
  background: #0b5c7a;
  color: #fff;
}

.page-template-page-gioithieu .about-philosophy-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: end;
  margin-bottom: 34px;
  max-width: 660px;
}

.page-template-page-gioithieu .about-philosophy-heading span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #0490a2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.page-template-page-gioithieu .about-philosophy-heading span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #0490a2;
}

.page-template-page-gioithieu .about-philosophy-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.page-template-page-gioithieu .about-philosophy-lead p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.page-template-page-gioithieu .about-philosophy-lead p:last-child {
  margin-bottom: 0;
}

.page-template-page-gioithieu .about-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.page-template-page-gioithieu .about-philosophy-card {
  min-height: 240px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.page-template-page-gioithieu .about-philosophy-icon {
      display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border: 1px solid rgb(255 255 255 / 33%);
    border-radius: 50%;
    background: rgba(4, 144, 162, 0.12);
    color: #FFF;
    font-size: 24px;
    line-height: 1;
}

.page-template-page-gioithieu .about-philosophy-icon i {
  line-height: 1;
}

.page-template-page-gioithieu .about-philosophy-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

.page-template-page-gioithieu .about-philosophy-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.page-template-page-gioithieu .about-principles {
  padding: 70px 0px 60px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fafb 100%);
}

.page-template-page-gioithieu .about-principles .wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.page-template-page-gioithieu .about-principle-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
  padding: 34px 0;
}

.page-template-page-gioithieu .about-principle-row + .about-principle-row {
  border-top: 1px solid rgba(4, 144, 162, 0.14);
}

.page-template-page-gioithieu .about-principle-row.is-reverse .about-principle-copy {
  order: 2;
}

.page-template-page-gioithieu .about-principle-row.is-reverse .about-principle-media {
  order: 1;
}

.page-template-page-gioithieu .about-principle-copy {
  max-width: 520px;
}

.page-template-page-gioithieu .about-principle-row:not(.is-reverse) .about-principle-copy {
  justify-self: start;
}

.page-template-page-gioithieu .about-principle-row.is-reverse .about-principle-copy {
  justify-self: end;
}

.page-template-page-gioithieu .about-principle-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #0490a2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.page-template-page-gioithieu .about-principle-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #0490a2;
}

.page-template-page-gioithieu .about-principle-copy h2 {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: none;
}

.page-template-page-gioithieu .about-principle-text p {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.page-template-page-gioithieu .about-principle-text p:last-child {
  margin-bottom: 0;
}

.page-template-page-gioithieu .about-principle-media {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e8f4f6;
  box-shadow: 0 20px 42px rgba(8, 47, 73, 0.12);
}

.page-template-page-gioithieu .about-principle-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.page-template-page-gioithieu .about-principle-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.page-template-page-gioithieu .about-certificates {
  padding: 70px 0px 80px;
  background: #fff;
}

.page-template-page-gioithieu .about-certificates .wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.page-template-page-gioithieu .about-certificates-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.page-template-page-gioithieu .about-certificates-heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #0490a2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.page-template-page-gioithieu .about-certificates-heading span::before,
.page-template-page-gioithieu .about-certificates-heading span::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #0490a2;
}

.page-template-page-gioithieu .about-certificates-heading h2 {
  margin: 0;
  color: #101820;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.page-template-page-gioithieu .about-certificates-carousel {
  position: relative;
  padding: 0 58px;
}

.page-template-page-gioithieu .about-certificates-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(4, 144, 162, 0.22);
  border-radius: 50%;
  background: #fff;
  color: #0490a2;
  box-shadow: 0 10px 24px rgba(8, 47, 73, 0.12);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.page-template-page-gioithieu .about-certificates-nav--prev {
  left: 0;
}

.page-template-page-gioithieu .about-certificates-nav--next {
  right: 0;
}

.page-template-page-gioithieu .about-certificates-nav:hover,
.page-template-page-gioithieu .about-certificates-nav:focus {
  border-color: #0490a2;
  background: #0490a2;
  color: #fff;
  box-shadow: 0 14px 30px rgba(4, 144, 162, 0.2);
}

.page-template-page-gioithieu .about-certificates-nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.page-template-page-gioithieu .about-certificates-nav i {
  line-height: 1;
}

.page-template-page-gioithieu .about-certificates-slider {
  display: grid;
  grid-auto-columns: calc((100% - 66px) / 4);
  grid-auto-flow: column;
  gap: 32px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #0490a2 #e8f4f6;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.page-template-page-gioithieu .about-certificates-slider::-webkit-scrollbar {
  height: 8px;
}

.page-template-page-gioithieu .about-certificates-slider::-webkit-scrollbar-track {
  background: #e8f4f6;
}

.page-template-page-gioithieu .about-certificates-slider::-webkit-scrollbar-thumb {
  background: #0490a2;
}

.page-template-page-gioithieu .about-certificate-item {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  margin: 0;
  scroll-snap-align: start;
}

.page-template-page-gioithieu .about-certificate-item img {
  display: block;
  width: 100%;
  height: 100%;
  height: 360px;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .page-template-page-gioithieu .about-intro,
  .page-template-page-gioithieu .about-philosophy,
  .page-template-page-gioithieu .about-certificates {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-template-page-gioithieu .about-intro-copy {
    gap: 44px;
  }

  .page-template-page-gioithieu .about-intro-gallery {
    gap: 22px;
  }

  .page-template-page-gioithieu .about-philosophy-heading {
    gap: 36px;
  }

  .page-template-page-gioithieu .about-philosophy-heading h2 {
    font-size: 34px;
  }

  .page-template-page-gioithieu .about-certificates-carousel {
    padding: 0 52px;
  }

  .page-template-page-gioithieu .about-certificates-slider {
    grid-auto-columns: calc((100% - 44px) / 3);
  }

  .page-template-page-gioithieu .about-certificates-heading h2 {
    font-size: 34px;
  }

  .page-template-page-gioithieu .about-principles {
    padding: 64px 24px 60px;
  }

  .page-template-page-gioithieu .about-principle-row {
    gap: 30px;
  }

  .page-template-page-gioithieu .about-principle-copy h2 {
    font-size: 34px;
  }
}

.page-template-page-lienhe .site-inner {
  width: 100%;
  padding: 0;
}

.page-template-page-lienhe .content-sidebar-wrap {
  display: block;
  width: 100%;
}

.page-template-page-lienhe .content-lienhe {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 58px 20px 34px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-template-page-lienhe .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 80px;
  align-items: start;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.page-template-page-lienhe .contact-section {
  display: block;
  flex: initial;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.page-template-page-lienhe .contact-section h2,
.page-template-page-lienhe .form_lienhe .label {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}

.page-template-page-lienhe .form_lienhe .label {
  margin-bottom: 20px !important;
}

.page-template-page-lienhe .contact-intro {
  max-width: 580px;
  margin: 0 0 22px;
  color: #1f2933;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.page-template-page-lienhe .contact-intro p {
  margin: 0 0 10px;
  text-align: left;
  font-size: 16px;
}

.page-template-page-lienhe .lienhe-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-template-page-lienhe .lienhe-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

.page-template-page-lienhe .lienhe-contact-icon {
  display: inline-flex;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0490a2;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.page-template-page-lienhe .lienhe-contact-text {
  min-width: 0;
  padding-top: 4px;
  text-decoration: none;
}

.page-template-page-lienhe a.lienhe-contact-text:hover {
  color: #0490a2;
}

.page-template-page-lienhe .form_lienhe {
  flex: initial;
  padding: 0;
}

.page-template-page-lienhe .lienhe-form-shortcode {
  width: 100%;
}

.page-template-page-lienhe .form_lienhe .fluentform .ff-el-input--label {
  display: none;
}

.page-template-page-lienhe .form_lienhe .fluentform .ff-el-group {
  margin-bottom: 18px;
}

.page-template-page-lienhe .form_lienhe .ff-el-form-control,
.page-template-page-lienhe .form_lienhe .fluentform input[type="text"],
.page-template-page-lienhe .form_lienhe .fluentform input[type="email"],
.page-template-page-lienhe .form_lienhe .fluentform input[type="tel"],
.page-template-page-lienhe .form_lienhe .fluentform input[type="number"],
.page-template-page-lienhe .form_lienhe .fluentform textarea {
      width: 100% !important;
    min-height: 52px;
    padding: 0 18px !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    outline: 0 !important;
    background: #f8fbfc !important;
    box-shadow: none !important;
    color: #172026 !important;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.45 !important;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    font-family: "Montserrat", sans-serif;
}

.page-template-page-lienhe .form_lienhe .fluentform textarea,
.page-template-page-lienhe .form_lienhe textarea.ff-el-form-control {
  min-height: 84px;
  padding: 12px 14px !important;
  resize: vertical;
}

.page-template-page-lienhe .form_lienhe .ff-el-form-control::placeholder,
.page-template-page-lienhe .form_lienhe .fluentform input::placeholder,
.page-template-page-lienhe .form_lienhe .fluentform textarea::placeholder {
  color: #64748b !important;
  opacity: 1;
}

.page-template-page-lienhe .form_lienhe .ff-el-form-control:focus,
.page-template-page-lienhe .form_lienhe .fluentform input:focus,
.page-template-page-lienhe .form_lienhe .fluentform textarea:focus {
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.page-template-page-lienhe .form_lienhe .ff_submit_btn_wrapper {
  margin-top: 2px;
  text-align: center;
}

.page-template-page-lienhe .form_lienhe .ff-btn-submit,
.page-template-page-lienhe .form_lienhe .fluentform button[type="submit"],
.page-template-page-lienhe .form_lienhe .fluentform input[type="submit"] {
      display: inline-flex !important;
    min-width: 120px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 30px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #0490a2 !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(4, 144, 162, 0.22);
    font-size: 15px !important;
    font-weight: 700;
    line-height: 50px !important;
    text-transform: uppercase;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    font-family: "Montserrat", sans-serif;
}
}

.page-template-page-lienhe .form_lienhe .ff-btn-submit:hover,
.page-template-page-lienhe .form_lienhe .fluentform button[type="submit"]:hover,
.page-template-page-lienhe .form_lienhe .fluentform input[type="submit"]:hover {
  background: #0b5c7a !important;
}

.page-template-page-lienhe .content-map {
  width: 100%;
  margin: 26px auto 0px;
  overflow: hidden;
}

.page-template-page-lienhe .content-map iframe {
  display: block;
  width: 100% !important;
  min-height: 390px;
  border: 0;
}

.page-template-page-lienhe .content-map > * {
  width: 100%;
}

@media (max-width: 1180px) {
  .page-template-page-lienhe .content-lienhe {
    max-width: 100%;
    padding: 52px 24px 30px;
  }

  .page-template-page-lienhe .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
    gap: 48px;
  }

  .page-template-page-lienhe .content-map {
    width: calc(100% - 48px);
  }
}

.single .content h1 {
    font-size: 28px;
    font-weight: 700;
}

.single .content h2 {
    font-size: 22px;
    font-weight: 700;
}

.single .content h2 {
    font-size: 20px;
    font-weight: 600;
}
/* Trang chủ */

/* POPUP */
/* NHẬN TƯ VẤN */



.nhantuvan .widget_caldera_forms_widget {
    display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
    max-width: 650px;
}

.content-contact .widget p,
.nhantuvan .widget_caldera_forms_widget p {
    font-size: 18px;
}

.nhantuvan .label{
  
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #0490a2;
    text-align: center;
}

.content-contact .widget_caldera_forms_widget input,
.content-lienhe form input,
.nhantuvan .widget_caldera_forms_widget input {
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #FFF !important;
    border: 1px solid #FFF !important;
    box-shadow: none;
}

.content-contact .widget_caldera_forms_widget textarea,
.content-lienhe form textarea,
.nhantuvan .widget_caldera_forms_widget textarea {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background-color: #FFF !important;
    box-shadow: none;
}

.content-contact .widget_caldera_forms_widget input[type="submit"],
.content-lienhe form input[type="submit"],
.nhantuvan .widget_caldera_forms_widget input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 40px;
    border: 1px solid #0490a2 !important;
    background-color: #0490a2 !important;
    color: #fff;
    display: table !important;
    margin: 0;
    transition: background 0.3s ease;
}

.content-contact .widget_caldera_forms_widget input::placeholder,
.content-lienhe form input::placeholder,
.nhantuvan .widget_caldera_forms_widget input::placeholder {
  color: #0490a2  !important;
  opacity: 1;
}

.content-contact .widget_caldera_forms_widget textarea::placeholder,
 .content-lienhe form textarea::placeholder,
  .nhantuvan .widget_caldera_forms_widget textarea::placeholder{
    color: #0490a2  !important;
  opacity: 1;
  }


.nhantuvan .widget_caldera_forms_widget {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.nhantuvan .widget_caldera_forms_widget .widget-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
     background-color: rgb(229, 238, 246);
    padding: 20px;
    z-index: 3000;
    border-radius: 20px;
}

.nhantuvan .widget_caldera_forms_widget .widgettitle {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -21px;
    top: -21px;
    border: 1px solid #0b5c7a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    margin: 0 !important;
}

.nhantuvan .widget_caldera_forms_widget p {
    margin-bottom: 20px;
}

.nhantuvan .widget_caldera_forms_widget.open { display: block; }


/* Header Menu Sub */
.caia_code_widget .widget-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.header-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
}
.header-cart-link .cart-icon {
  font-size: 19px;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
.header-cart-link .cart-count {
  position: absolute;
  top: -7px;
  right: -22px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 999px;
  background: #0490a2;
  color: #fff;
  padding: 0 5px;
}

.header-cart {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.header-cart-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header-cart .cart-count {
  font-weight: 600;
  line-height: 1;
}

.mini-cart-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 320px;
  max-height: 70vh;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 9999;
}

/* Hiện khi hover/focus */
.header-cart:hover .mini-cart-dropdown,
.header-cart:focus-within .mini-cart-dropdown,
.header-cart.is-open .mini-cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Một ít tinh chỉnh nút trong mini cart */
.mini-cart-dropdown .woocommerce-mini-cart__buttons a.button {
  width: 100%;
  text-align: center;
  margin-top: 6px;
}

.woo-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  /* background: #4f3e32; */
  color: #fff;
  text-decoration: none;
  font-size: 19px !important;
}

.header-menusub-widget-area {
  background-color: #0490a2;
  display: block;
  height: 40px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header-menusub-widget-area .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-menusub-widget-area .widget_text p {
  display: flex;
  gap: 6px;
}

.header-menusub-widget-area .widget_text:first-child img {
  width: 22px !important;
  margin: 2px 0 0 0;
}

.header-menusub-widget-area .widget_text img {
  width: 18px;
}

.header-menusub-widget-area a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
   display: inline-flex;      /* hay flex nếu bạn muốn chiếm cả hàng */
  align-items: center;       /* căn giữa theo chiều dọc (ảnh với chữ) */
  gap: 5px;                  /* khoảng giữa ảnh và chữ, chỉnh theo ý bạn */
  text-decoration: none;
}


.header-menusub-widget-area .widget_shopping_cart,
.header-menusub-widget-area .widget_shopping_cart_content,
.header-menusub-widget-area .woocommerce-mini-cart,
.header-menusub-widget-area .woocommerce-mini-cart__total,
.header-menusub-widget-area .woocommerce-mini-cart__buttons {
  display: none !important;
}




@media (min-width: 1181px) and (max-width: 1640px) {

.wrap {
    width: calc(100% - 50px);
    margin: auto;
}

.site-header .aquira-menu-cart {
    right: max(125px, calc((100vw - 1280px) / 2 + 84px));
}

}

@media (max-width: 1180px){

.wrap {
    width: calc(100% - 40px);
    margin: auto;
}

.site-header .aquira-menu-cart {
  right: 108px;
}
}

.privacy-policy .site-inner, .page-id-207 .site-inner, .page-id-211 .site-inner, .page-id-215 .site-inner {
    margin: 0 auto;
    overflow: visible;
    padding: 140px 0 60px;
    width: 1280px;
    box-sizing: border-box;
}

.privacy-policy .sidebar .widget .widgettitle, .page-id-207 .sidebar .widget .widgettitle ,.page-id-211 .sidebar .widget .widgettitle, .page-id-215 .sidebar .widget .widgettitle {
    background: #0b5c7a;
    padding: 8px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
}

.privacy-policy .sidebar h2, .page-id-207 .sidebar h2, .page-id-211 .sidebar h2, .page-id-215 .sidebar h2 {
   color: #FFF;
    margin-top: 6px;
}

.privacy-policy .sidebar .widget, .page-id-207 .sidebar .widget, .page-id-211 .sidebar .widget, .page-id-215 .sidebar .widget {
    border-radius: 8px;
    background-color: #eef9f9;
    margin: 0 0 10px;
    border-bottom: 2px solid #0b5c7a;
    float: left;
    width: 100%;
    padding: 0px;
}

.privacy-policy .sidebar .main-posts, .page-id-207 .sidebar .main-posts, .page-id-211 .sidebar .main-posts, .page-id-215 .sidebar .main-posts {
    padding: 16px;
}

.privacy-policy .sidebar .widget .post, .page-id-207 .sidebar .widget .post, .page-id-211 .sidebar .widget .post, .page-id-215 .sidebar .widget .post {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.privacy-policy .sidebar .widget .recipe, .page-id-207 .sidebar .widget .recipe, .page-id-211 .sidebar .widget .recipe, .page-id-215 .sidebar .widget .recipe {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.privacy-policy .sidebar .widget img, .page-id-207 .sidebar .widget img, .page-id-211 .sidebar .widget img, .page-id-215 .sidebar .widget img {
    float: left;
    width: 150px;
    height: 92px;
    margin: 0 12px 6px 0;
    border-radius: 10px;
}


.privacy-policy .sidebar .widget .widget-item-title a, .page-id-207 .sidebar .widget .widget-item-title a, .page-id-211 .sidebar .widget .widget-item-title a, .page-id-215 .sidebar .widget .widget-item-title a {
    font-size: 16px;
  color: #444;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* text-align: justify; */
}



/* Trang chuyên khoa */
.page-template-page-chuyenkhoa .site-inner, .page-template-page-bacsi .site-inner{
  display: none;
}

.ck-section { padding: 80px 0; }

.ck-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  margin-bottom: 12px;
}

.ck-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:#fff;
  border-radius:10px;
  padding:22px 16px;
  box-shadow:0 2px 10px rgba(0,0,0,.1);
  min-height:140px;
}

.ck-icon{
  width:78px;height:78px;
  border-radius:999px;
  border:4px solid #1e88e5;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  overflow:hidden;
}

.ck-icon img{
  width:48px;height:48px;
  object-fit:contain;
}

.ck-title{
  text-align:center;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.5px;
  line-height:1.4;
  font-size:15px;
}


.single-chuyenkhoa .site-inner{
  padding: 140px 0 60px;
}

.ck-tabs__nav {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}

.ck-tab__btn {
  padding: 10px 14px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: #0490a2;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
}

.ck-tab__btn.is-active {
  border-bottom: 2px solid currentColor;
}

.ck-tab__pane {
  display: none;
}

.ck-tab__pane.is-active {
  display: block;
}

.ck-content :first-child {
  margin-top: 0;
}


/* Accordion header như ảnh */

.ck-acc__head{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:transparent;
  border:0;
  cursor:pointer;
  color:#0490a2;
   font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-family: 'Montserrat', sans-serif !important;
}

.ck-acc__head:focus{ outline:none; }

.ck-acc__icon{
  width:22px;
  height:22px;
  border-radius:999px;
  background:#0490a2;
  position:relative;
  flex:0 0 22px;
}

/* dấu trừ */
.ck-acc__icon::before{
  content:"";
  position:absolute;
  left:5px; right:5px; top:10px;
  height:2px;
  background:#fff;
}


.ck-acc__head[aria-expanded="false"] .ck-acc__icon::after{
  content:"";
  position:absolute;
  top:5px; bottom:5px; left:10px;
  width:2px;
  background:#fff;
}

.ck-acc__body{ display:none; padding: 0 0 14px; }
.ck-acc__body.is-open{ display:block; }

.ck-content :first-child{ margin-top:0; }
.ck-content img{ max-width:100%; height:auto; }


.ck-content{
  margin-bottom: 32px;
}

.single .content li{
  margin-left: 24px;
}

.single .content p{
  text-align: justify;
}

.caia-social-share{
  display: none ;
}

/* Trang chuyên gia bác sĩ */
.doctor-section{ padding: 80px 0; }
.doctor-list{ display:flex; flex-direction:column; gap:24px; }

.doctor-item{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap:32px;
  align-items:start;
}

.doctor-item__media{
  background:#fff;
  border:1px solid #e7e7e7;
  box-shadow:0 1px 8px rgba(0,0,0,.08);;
}
.doctor-item__media img{ max-width:100%; height:auto; display:block; }

.doctor-item__name{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.doctor-item__meta{
  margin: 0 0 6px;
  font-style: italic;
  color:#4a4a4a;
}
.doctor-item__meta--role{
  color:#0490a2;
  font-style: italic;
  margin-bottom: 8px;
}

.doctor-item__excerpt{
  margin-top: 10px;
  color:#333;
  line-height:1.6;
  max-width: 900px;
}

.doctor-item__actions{
  margin-top: 24px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:38px;
  padding:0 16px;
  border-radius:4px;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
}

.btn-primary{ background:#0b2ea8; color:#fff; }
.btn-secondary{ background:#0490a2; color:#fff; }



.single-doctor .site-inner {
  padding: 140px 0 60px;
}

.service-section{
  padding: 80px 0px;
}

.page-template-page-hanhtrinh .site-inner {
  width: 100%;
  padding: 0;
}

.page-template-page-hanhtrinh .content-sidebar-wrap {
  display: block;
}

.hanhtrinh-ldp {
  background: #fff;
  padding: 36px 0 70px;
}

.hanhtrinh-wrap {
  width: 1280px;
  margin: 0 auto;
}

.hanhtrinh-intro {
  margin-bottom: 10px;
}

.hanhtrinh-ldp h2 {
  margin: 0 0 12px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.hanhtrinh-content {
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}

.hanhtrinh-content p {
  margin: 0 0 10px;
  text-align: justify;
}

.hanhtrinh-content p:last-child {
  margin-bottom: 0;
}

.hanhtrinh-content ul {
  margin: 0 0 0 18px;
  padding: 0;
}

.hanhtrinh-content li {
  margin: 0 0 8px;
}

.hanhtrinh-story {
  margin-top: 16px;
}

.hanhtrinh-story > h2 {
  margin-bottom: 24px;
}

.hanhtrinh-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: stretch; 
}

.hanhtrinh-story__image {
  height: 100%;
}

.hanhtrinh-story__image img {
  display: block;
  width: 100%;
  height: 100%; 
  object-fit: cover;
}

.hanhtrinh-signature {
  margin-top: 24px;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.page-template-page-dichvu .site-inner{
  width: 100%;
  padding: 0;
}

.page-template-page-dichvu .content-sidebar-wrap{
  display: block;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.service-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px 20px 48px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    position: relative;
    transition: all .25s ease;
}


.service-item a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.service-icon img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
}

.service-title {
   display: -webkit-box;
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.service-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.service-more {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}


.single-service .site-inner {
    padding: 140px 0 60px;
}



.page-template-page-trietlidieutri .site-inner {
  width: 100%;
  padding: 0;
}

.page-template-page-trietlidieutri .content-sidebar-wrap {
  display: block;
}

.trietly-ldp {
  background: #fff;
  padding: 36px 0 70px;
}

.trietly-wrap {
  width: 1280px;
  margin: 0 auto;

}

.trietly-heading {
  margin-bottom: 22px;
  text-align: center;
}

.trietly-heading h1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;  
  margin: 0;
  padding: 10px 24px;
  min-height: 46px;
  border-radius: 7px;
  background: #47c4bd;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trietly-content {
  color: #000;
  font-size: 15px;
  line-height: 1.72;
  text-align: justify;
}

.trietly-content p {
  margin: 0 0 10px;
}

.trietly-content p:last-child {
  margin-bottom: 0;
}

.trietly-assessment {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) minmax(320px, 41%);
  gap: 26px;
  align-items: center;
  margin-top: 52px;
}

.trietly-assessment > h2,
.trietly-section-row > h2 {
  margin: 0;
  color: #47c4bd;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trietly-assessment__body {
  display: contents;
}

.trietly-model {
  justify-self: center;
  width: min(100%, 330px);
}

.trietly-model img {
  display: block;
  width: 100%;
  height: auto;
}

.trietly-model-graphic {
  position: relative;
  width: 320px;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
}

.trietly-model-graphic__circle {
  position: absolute;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
  color: #2c6b77;
}

.trietly-model-graphic__circle strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
}

.trietly-model-graphic__circle span {
  display: block;
  font-size: 10px;
  line-height: 1.35;
}

.trietly-model-graphic__circle--bio {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ffd99a;
}

.trietly-model-graphic__circle--social {
  left: 16px;
  bottom: 16px;
  background: #83c3e6;
}

.trietly-model-graphic__circle--psy {
  right: 16px;
  bottom: 16px;
  background: #8bd0c9;
}

.trietly-section-list {
  margin-top: 28px;
}

.trietly-section-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #47c4bd;
}

.trietly-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.trietly-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  min-height: 62px;
}

.trietly-item__icon img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.trietly-item__icon--fallback {
  border: 2px solid #3ba9ed;
  border-radius: 14px;
  position: relative;
}

.trietly-item__icon--fallback::before,
.trietly-item__icon--fallback::after {
  content: "";
  position: absolute;
  background: #3ba9ed;
  border-radius: 999px;
}

.trietly-item__icon--fallback::before {
  width: 24px;
  height: 3px;
}

.trietly-item__icon--fallback::after {
  width: 3px;
  height: 30px;
}



.page-template-page-hinhanh .site-inner {
  width: 100%;
  padding: 0;
}

.page-template-page-hinhanh .content-sidebar-wrap {
  display: block;
}

.hinhanh-ldp {
  background: #fff;
  padding: 36px 0 70px;
}

.hinhanh-wrap {
  width: 1280px;
  margin: 0 auto;
}

.hinhanh-gallery {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  align-items: stretch;
}

.hinhanh-tabs {
  background: #f5f5f5;
  border-left: 2px solid #32c4bc;
}

.hinhanh-tab {
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
  color: #666;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  cursor: pointer;
}

.hinhanh-tab.is-active {
  background: #fff;
  color: #111;
}

.hinhanh-panels {
  min-height: 554px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.hinhanh-panel {
  padding: 50px 130px 50px;
}

.hinhanh-main {
  width: 100%;
  background: #f7f7f7;
}

.hinhanh-main__image {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hinhanh-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.hinhanh-thumb {
  display: block;
  height: 96px;
  padding: 0;
  border: 1px solid transparent;
  background: #f4f4f4;
  cursor: pointer;
  overflow: hidden;
}

.hinhanh-thumb.is-active {
  border-color: #32c4bc;
}

.hinhanh-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hinhanh-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
}

.hinhanh-dot {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #32c4bc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.hinhanh-dot.is-active {
  background: #32c4bc;
}

.hinhanh-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  color: #666;
  font-size: 15px;
  text-align: center;
}

/* Trang chu ACF */
.page-template-page-trangchu .site-inner {
  width: 100%;
  padding: 0;
}

.page-template-page-trangchu .content-sidebar-wrap {
  display: block;
}

.trangchu-page {
  background: #fff;
  margin-top: 112px;
}

.trangchu-section {
  padding: 80px 0;

}

.trangchu-heading {
  margin: 0 0 30px;
  text-align: center;
}

.trangchu-heading h2,
.trangchu-intro__content h2,
.trangchu-cta__content h2 {
  margin: 0 0 12px;
  color: #0490a2;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.trangchu-heading__desc {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
}

.trangchu-heading__desc p,
.trangchu-intro__content p,
.trangchu-cta__content p {
  margin: 0 0 12px;
}

.trangchu-intro__wrap,
.trangchu-cta__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 42px;
  align-items: center;
}

.trangchu-video {
  position: relative;
  display: flex;
  height: calc(100vh - 112px);
  height: calc(100svh - 112px);
  min-height: 480px;
  align-items: center;
  overflow: hidden;
  padding: 0;
  background: #0b5c7a;
}

.trangchu-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.trangchu-video__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.trangchu-video__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

.trangchu-video__content {
  max-width: 700px;
  position: absolute;
  top: 65%;
  left: 0%;
}

.trangchu-video__content .trangchu-heading {
  margin-bottom: 0;
  text-align: left;
}

.trangchu-video__content .trangchu-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.trangchu-button.trangchu-video__button {
  min-height: 42px;
  margin-top: 26px;
  padding: 0 24px;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.trangchu-button.trangchu-video__button:visited {
  color: #333;
}

.trangchu-button.trangchu-video__button:hover,
.trangchu-button.trangchu-video__button:focus {
  background: #0490a2;
  color: #fff;
}

.trangchu-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0b5c7a;
}

.trangchu-embed video,
.trangchu-video__background {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

.trangchu-embed iframe,
.trangchu-video__youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: max(100vw, 177.777778svh);
  height: max(56.25vw, 100svh);
  border: 0;
  transform: translate(-50%, -50%) scale(1.08);
  transform-origin: center;
  pointer-events: none;
}

.trangchu-embed video {
  pointer-events: none;
}

.trangchu-embed video::-webkit-media-controls,
.trangchu-embed video::-webkit-media-controls-panel,
.trangchu-embed video::-webkit-media-controls-play-button,
.trangchu-embed video::-webkit-media-controls-start-playback-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.trangchu-intro__image,
.trangchu-cta__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.trangchu-intro {
  background: #eef9f9;
}

.trangchu-intro__media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.trangchu-eyebrow {
  margin-bottom: 8px;
  color: #0b5c7a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.trangchu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 10px;
  padding: 0 22px;
  border-radius:999px;
  background: #0490a2;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.trangchu-button:hover {
  color: #fff;
  background: #047b8a;
}

.trangchu-section__actions {
  margin-top: 28px;
  text-align: center;
}

.trangchu-section__button {
  margin-top: 0;
}

.trangchu-product-grid,
.trangchu-post-grid {
  display: grid;
  gap: 28px;
}

.trangchu-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trangchu-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trangchu-product-card,
.trangchu-post-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
}

.trangchu-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.trangchu-product-card a,
.trangchu-post-card a {
  color: inherit;
}

.trangchu-product-card__image,
.trangchu-post-card__image {
  display: block;
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}

.trangchu-product-card__image {
  aspect-ratio: 1 / 1;
}

.trangchu-post-card__image {
  aspect-ratio: 16 / 10;
}

.trangchu-product-card__image img,
.trangchu-post-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trangchu-product-card__body,
.trangchu-post-card__body {
  padding: 18px;
}

.trangchu-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.trangchu-product-card h3,
.trangchu-post-card h3 {
  margin: 0 0 8px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.trangchu-product-card p,
.trangchu-post-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.trangchu-product-card__rating {
  margin: auto 0 8px;
}

.trangchu-product-card__price {
  margin: 0 0 14px;
  color: #0490a2;
  font-size: 17px;
  font-weight: 700;
}

.trangchu-product-card__button,
.trangchu-product-card__button:visited {
  display: inline-flex !important;
  width: max-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #0b5c7a !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 40px !important;
  text-decoration: none;
  text-transform: none;
  border-radius: 999px !important;
}

.trangchu-product-card__button:hover,
.trangchu-product-card__button:focus {
  background: #0490a2 !important;
  color: #fff !important;
}

.aquira-product-grid {
  gap: 28px;
}

.aquira-product-card,
.trangchu-product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.aquira-product-card:hover,
.trangchu-product-card:hover {
  border-color: rgba(4, 144, 162, 0.24);
  box-shadow: 0 12px 28px rgba(4, 144, 162, 0.12);
  transform: translateY(-2px);
}

.aquira-product-thumb,
.trangchu-product-card__image {
  display: flex;
  width: 100%;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  /* padding: 14px; */
  overflow: hidden;
  background: #f5f5f5;
}

.aquira-product-thumb img,
.trangchu-product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.aquira-product-card:hover .aquira-product-thumb img,
.trangchu-product-card:hover .trangchu-product-card__image img {
  transform: scale(1.03);
}

.aquira-product-body,
.trangchu-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.aquira-product-title,
.trangchu-product-card h3 {
  min-height: 48px;
  margin: 0 0 10px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  text-transform: none;
}

.aquira-product-title a,
.trangchu-product-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.aquira-product-title a:hover,
.trangchu-product-card h3 a:hover {
  color: #0490a2;
}

.aquira-product-rating,
.trangchu-product-card__rating {
  margin: auto 0 8px;
}

.aquira-product-price,
.trangchu-product-card__price {
  margin: 0 0 14px;
  color: #0490a2;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.aquira-product-price span {
  color: inherit;
  font-weight: 700;
}

.aquira-product-button,
.aquira-product-button:visited,
.trangchu-product-card__button,
.trangchu-product-card__button:visited {
  min-height: 40px;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  text-transform: none;
}

.aquira-product-button:hover,
.aquira-product-button:focus,
.trangchu-product-card__button:hover,
.trangchu-product-card__button:focus {
  background: #0490a2 !important;
  color: #fff !important;
}

.single-product .site-inner {
  width: 1280px;
  padding: 145px 0 76px;
}

.single-product .content-sanpham {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 34px;
}

.single-product .slide_sp,
.single-product .info_sp,
.single-product .entry,
.single-product .content-tuvan,
.single-product .content-muahang {
  background: #fff;
  border: 1px solid #e1ecef;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.single-product .slide_sp {
  overflow: hidden;
  padding: 18px;
}

.single-product .slider-for {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f5f5f5;
}

.single-product .slider-for img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #dbe7ea;
}

.single-product .slider-nav {
  margin-top: 12px;
}

.single-product .slider-nav .slick-list {
  margin: 0 -6px;
}

.single-product .slider-nav .slick-slide {
  padding: 0 6px;
}

.single-product .slider-nav img {
  display: block;
  width: 100%;
  height: 75px;
  object-fit: contain;
  padding: 6px;
  border: 1px solid #dbe7ea;
  border-radius: 6px;
  background: #f5f5f5;
  cursor: pointer;
}

.single-product .slider-nav .slick-current img {
  border-color: #0490a2;
}

.single-product .info_sp {
  padding: 26px 28px 28px;
}

.single-product .product-title {
  margin: 0 0 16px;
  color: #172026;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.28;
  text-transform: uppercase;
}

.single-product .product-price{
  margin-bottom: 16px;
}

.single-product .price-label {
  color: #172026;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 4px;
}

.single-product .price-current {
  margin: 0 0 16px;
  color: #0490a2;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.28;
}

.single-product .product-excerpt {
  color: #334155;
  font-size: 16px;
  line-height: 1.75;
}

.single-product .product-excerpt > :first-child {
  margin-top: 0;
}

.single-product .product-excerpt > :last-child {
  margin-bottom: 0;
}

.single-product .product-excerpt p,
.single-product .product-excerpt li {
  margin: 0 0 12px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.single-product .product-excerpt ul,
.single-product .product-excerpt ol {
  margin: 0 0 16px 20px;
}

.single-product .product-buy-form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.single-product .btn_call,
.single-product .btn_baogia {
  margin: 0;
}

.single-product .btn_call a,
.single-product .btn_baogia a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  background: #0490a2;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: none;
}

.single-product .btn_baogia a {
  background: #0b5c7a;
}

.single-product .content-sidebar-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: start;
  width: 100%;
}

.single-product.content-sidebar .content,
.single-product.sidebar-content .content,
.single-product .sidebar {
  float: none;
  width: auto !important;
}

.single-product .entry {
  overflow: hidden;
  padding: 30px;
}

.single-product .entry-content {
  color: #334155;
  font-size: 16px;
  line-height: 1.8;
}

.single-product .entry-content > :first-child {
  margin-top: 0;
}

.single-product .entry-content > :last-child {
  margin-bottom: 0;
}

.single-product .entry-content h2,
.single-product .entry-content h3,
.single-product .entry-content h4 {
  color: #172026;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.single-product .entry-content h2 {
  margin: 30px 0 14px;
  font-size: 26px;
}

.single-product .entry-content h3 {
  margin: 26px 0 12px;
  font-size: 22px;
}

.single-product .entry-content p,
.single-product .entry-content li {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.single-product .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.single-product .sidebar-primary {
  position: sticky;
  top: 120px;
  background: #eef9f9;
  padding: 24px 24px 0px;
  border-radius: 12px;
}

.single-product .content-tuvan,
.single-product .content-muahang {
  overflow: hidden;
  margin-bottom: 18px;
}

.single-product .content-tuvan .wrap,
.single-product .content-muahang .wrap {
  width: 100%;
  padding: 0;
}

.single-product .sidebar .widget {
  margin: 0;
}

.single-product .sidebar .widgettitle {
  margin: 0;
  padding: 12px 16px;
  background: #0b5c7a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.single-product .sidebar .textwidget,
.single-product .sidebar .widget-content {
  padding: 16px;
}

.single-product .content-info-meta {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px dashed #d7e3e7;
}

.single-product .rating-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
}

.single-product .yarpp-related {
  clear: both;
  margin-top: 46px;
}

.single-product .yarpp-related > .wrap {
  width: 100%;
  max-width: none;
}

.single-product .yarpp-related .widget {
  margin: 0;
}

.single-product .yarpp-related .widgettitle {
  margin: 0 0 18px;
  color: #172026;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.single-product .yarpp-related .main-posts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.single-product .yarpp-related .product {
  margin: 0;
}

.single-product .yarpp-related .aquira-product-card {
  min-height: 100%;
  border-color: #dbe7ea;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8, 47, 73, 0.06);
}

.single-product .yarpp-related .aquira-product-thumb {
  aspect-ratio: 4 / 3;
  background: #f7fbfb;
}

.single-product .yarpp-related .aquira-product-thumb img {
  padding: 8px;
}

.single-product .yarpp-related .aquira-product-body {
  padding: 14px;
}

.single-product .yarpp-related .aquira-product-title {
  min-height: 42px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.4;
}

.single-product .yarpp-related .aquira-product-rating {
  margin: 0 0 8px;
}

.single-product .yarpp-related .aquira-card-rating .star-rating {
  font-size: 18px;
}

.single-product .yarpp-related .aquira-product-price {
  margin: auto 0 10px;
  font-size: 15px;
  line-height: 1.35;
}

.single-product .yarpp-related .aquira-product-button,
.single-product .yarpp-related .added_to_cart {
  width: 100%;
  min-height: 38px;
  justify-content: center;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 38px !important;
}

.single-product .yarpp-related .aquira-product-button.loading {
  opacity: 0.72;
  cursor: wait;
}

.single-product .yarpp-related .aquira-product-button.added {
  background: #0b5c7a !important;
  border-color: #0b5c7a !important;
}

@media (max-width: 1180px) {
  .single-product .content-sanpham {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 24px;
  }

  .single-product .content-sidebar-wrap {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
  }

  .single-product .yarpp-related .main-posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .single-product .content-sanpham,
  .single-product .content-sidebar-wrap {
    grid-template-columns: 1fr;
  }

  .single-product .sidebar-primary {
    position: static;
  }

  .single-product .yarpp-related .main-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Product detail refresh */
.single-product .site-inner {
  width: min(1280px, calc(100% - 32px));
}

.single-product .content-sanpham {
  gap: 56px;
  margin-bottom: 50px;
}

.single-product .slide_sp,
.single-product .info_sp,
.single-product .entry,
.single-product .content-tuvan,
.single-product .content-muahang {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.single-product .slide_sp,
.single-product .info_sp,
.single-product .entry {
  padding: 0;
  overflow: visible;
}

.single-product .slider-for {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.single-product .slider-for img {
  max-height: 500px;
  object-fit: contain;
}

.single-product .slider-nav {
  max-width: 360px;
  margin-top: 16px;
}

.single-product .slider-nav img {
  background: #f5f5f5;
  border-color: #dbe7ea;
}

.single-product .slider-nav .slick-current img {
  border-color: #0490a2;
}

.single-product .product-title {
  margin-bottom: 18px;
  font-size: 30px;
}

.single-product .product-excerpt {
  max-width: 620px;
}

.single-product .product-buy-form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.single-product .product-buy-form-wrap::before,
.single-product .product-buy-form-wrap::after,
.single-product .product-buy-form form.cart::before,
.single-product .product-buy-form form.cart::after,
.single-product .product-buy-form .woocommerce-variation-add-to-cart::before,
.single-product .product-buy-form .woocommerce-variation-add-to-cart::after {
  content: none !important;
}

.single-product .product-buy-form,
.single-product .product-buy-form form.cart {
  margin: 0;
}

.single-product .product-buy-form form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.single-product .product-buy-form form.cart::before,
.single-product .product-buy-form form.cart::after {
  content: none;
}

.single-product .product-buy-form .quantity,
.single-product .product-buy-form form.cart .quantity {
  float: none;
  margin: 0 !important;
}

.single-product .product-buy-form .quantity .qty,
.single-product .product-buy-form input.qty {
  width: 92px;
  height: 46px;
  padding: 0 10px;
  color: #172026;
  background: #fff;
  border: 1px solid #dbe7ea;
  border-radius: 6px;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
}

.single-product .product-buy-form .quantity .qty:focus,
.single-product .product-buy-form input.qty:focus {
  border-color: #0490a2;
  outline: 0;
}

.single-product .product-buy-form .single_add_to_cart_button,
.single-product .product-buy-form button.single_add_to_cart_button,
.single-product .product-cart-link {
  display: inline-flex !important;
  min-width: 150px;
  min-height: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px !important;
  color: #fff !important;
  background: #0490a2 !important;
  border: 1px solid #0490a2 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.single-product .product-buy-form .single_add_to_cart_button.loading,
.single-product .product-buy-form button.single_add_to_cart_button.loading,
.single-product .product-buy-form .single_add_to_cart_button.added,
.single-product .product-buy-form button.single_add_to_cart_button.added {
  position: relative;
  padding-right: 22px !important;
  opacity: 1;
}

.single-product .product-buy-form .single_add_to_cart_button.loading::after,
.single-product .product-buy-form button.single_add_to_cart_button.loading::after,
.single-product .product-buy-form .single_add_to_cart_button.added::after,
.single-product .product-buy-form button.single_add_to_cart_button.added::after,
.single-product .yarpp-related .aquira-product-button.loading::after,
.single-product .yarpp-related .aquira-product-button.added::after {
  content: none !important;
}

.single-product .product-buy-form .single_add_to_cart_button:hover,
.single-product .product-buy-form button.single_add_to_cart_button:hover,
.single-product .product-cart-link:hover {
  color: #fff !important;
  background: #0b5c7a !important;
  border-color: #0b5c7a !important;
}

.single-product .product-cart-link {
  min-width: 128px;
  background: #0b5c7a !important;
  border-color: #0b5c7a !important;
}

.single-product .product-cart-link--disabled {
  min-width: 172px;
  background: #0490a2 !important;
  border-color: #0490a2 !important;
}

.single-product .product-buy-form .variations {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin: 0 0 6px;
  border: 0;
}

.single-product .product-buy-form .variations th,
.single-product .product-buy-form .variations td {
  display: block;
  padding: 0 0 8px;
  border: 0;
  background: transparent;
  text-align: left;
}

.single-product .product-buy-form .variations select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #dbe7ea;
  border-radius: 6px;
  background: #fff;
}

.single-product .product-buy-form .single_variation_wrap,
.single-product .product-buy-form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.single-product .product-buy-form .woocommerce-variation {
  flex: 0 0 100%;
}

.single-product .content-sidebar-wrap {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 56px;
}

.single-product .entry-content {
  text-align: left;
}

.single-product .entry-content h2 {
  padding-left: 14px;
  border-left: 4px solid #0490a2;
}

.single-product .product-sidebar-form.form_lienhe {
  flex: none;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
}

.single-product .product-sidebar-form .label {
  margin: 0 0 18px !important;
  color: #172026;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: uppercase;
}

.single-product .product-sidebar-form .lienhe-form-shortcode {
  width: 100%;
}

.single-product .product-sidebar-form .fluentform .ff-el-input--label {
  display: none;
}

.single-product .product-sidebar-form .fluentform .ff-el-group {
  margin-bottom: 14px;
}

.single-product .product-sidebar-form .ff-el-form-control,
.single-product .product-sidebar-form .fluentform input[type="text"],
.single-product .product-sidebar-form .fluentform input[type="email"],
.single-product .product-sidebar-form .fluentform input[type="tel"],
.single-product .product-sidebar-form .fluentform input[type="number"],
.single-product .product-sidebar-form .fluentform textarea,
.single-product .product-sidebar-form .caldera-grid .form-control {
  width: 100% !important;
  min-height: 48px;
  padding: 0 16px !important;
  color: #172026 !important;
  background: #fff !important;
  border: 1px solid #dbe7ea !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.45 !important;
  outline: 0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-product .product-sidebar-form .fluentform textarea,
.single-product .product-sidebar-form textarea.ff-el-form-control,
.single-product .product-sidebar-form .caldera-grid textarea.form-control {
  min-height: 92px;
  padding: 12px 16px !important;
  resize: vertical;
}

.single-product .product-sidebar-form .ff-el-form-control::placeholder,
.single-product .product-sidebar-form .fluentform input::placeholder,
.single-product .product-sidebar-form .fluentform textarea::placeholder,
.single-product .product-sidebar-form .caldera-grid .form-control::placeholder {
  color: #64748b !important;
  opacity: 1;
}

.single-product .product-sidebar-form .ff-el-form-control:focus,
.single-product .product-sidebar-form .fluentform input:focus,
.single-product .product-sidebar-form .fluentform textarea:focus,
.single-product .product-sidebar-form .caldera-grid .form-control:focus {
  border-color: #0490a2 !important;
  box-shadow: none !important;
}

.single-product .product-sidebar-form .ff_submit_btn_wrapper {
  margin-top: 0;
  text-align: left;
}

.single-product .product-sidebar-form .ff-btn-submit,
.single-product .product-sidebar-form .fluentform button[type="submit"],
.single-product .product-sidebar-form .fluentform input[type="submit"],
.single-product .product-sidebar-form form input[type="submit"] {
  display: inline-flex !important;
  min-width: 130px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 28px !important;
  color: #fff !important;
  background: #0490a2 !important;
  border: 1px solid #0490a2 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.single-product .product-sidebar-form .ff-btn-submit:hover,
.single-product .product-sidebar-form .fluentform button[type="submit"]:hover,
.single-product .product-sidebar-form .fluentform input[type="submit"]:hover,
.single-product .product-sidebar-form form input[type="submit"]:hover {
  background: #0b5c7a !important;
  border-color: #0b5c7a !important;
}

.added_to_cart {
  display: none !important;
}

.single-product .product-buy-form .added_to_cart,
.single-product .yarpp-related .added_to_cart {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #0b5c7a !important;
  background: transparent !important;
  border: 1px solid #0b5c7a !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.single-product .woocommerce-message,
.single-product .woocommerce-error,
.single-product .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  padding: 14px 16px !important;
  color: #172026;
  background: #f7fbfb;
  border: 1px solid #dbe7ea;
  border-left: 4px solid #0490a2;
  border-radius: 8px;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.55;
}

.single-product .woocommerce-error {
  border-left-color: #0490a2;
}

.single-product .woocommerce-message::before,
.single-product .woocommerce-error::before,
.single-product .woocommerce-info::before {
  content: none !important;
}

.single-product .woocommerce-message .button,
.single-product .woocommerce-error .button,
.single-product .woocommerce-info .button {
  float: none !important;
  flex: 0 0 auto;
  order: 2;
  margin-left: auto;
  min-height: 36px;
  height: 36px;
  padding: 0 16px !important;
  color: #fff !important;
  background: #0b5c7a !important;
  border: 1px solid #0b5c7a !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  line-height: 34px !important;
  text-decoration: none;
}

.woocommerce-cart .site-inner, .woocommerce-checkout .site-inner {
    padding: 150px 0 60px;
}

.woocommerce-cart .content, .woocommerce-checkout .content {
    width: 100%;
}

.woocommerce-cart .sidebar{
    display: none;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 200px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
        display: inline-flex !important;
    min-width: 150px;
    min-height: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 22px !important;
    color: #fff !important;
    background: #0490a2 !important;
    border: 1px solid #0490a2 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button{
     display: inline-flex !important;
    min-height: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 22px !important;
    background: #e9e6ed !important;
    border: 1px solid #e9e6ed !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f5f5f5 !important;
    border-radius: 5px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #fdfdfd !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
      border: 1em solid #fdfdfd;
     border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.fluentform .ff-el-is-error .text-danger {
    font-size: 15px !important;
    margin-top: 10px !important;
}

@media (max-width: 767px) {
  .woocommerce-cart .site-inner,
  .woocommerce-checkout .site-inner {
    padding: 96px 12px 44px;
  }

  .woocommerce-cart .site-inner .wrap,
  .woocommerce-checkout .site-inner .wrap,
  .woocommerce-cart .content-sidebar-wrap,
  .woocommerce-checkout .content-sidebar-wrap,
  .woocommerce-cart .content,
  .woocommerce-checkout .content {
    width: 100%;
    max-width: 100%;
  }

  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce {
    overflow: visible;
  }

  .woocommerce-cart table.shop_table,
  .woocommerce-checkout table.shop_table {
    width: 100%;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
  }

  .woocommerce-cart table.shop_table thead {
    display: none;
  }

  .woocommerce-cart table.cart tbody,
  .woocommerce-cart table.cart tr,
  .woocommerce-cart table.cart td {
    display: block;
    width: 100% !important;
  }

  .woocommerce-cart table.cart tr.cart_item {
    position: relative;
    margin: 0 0 14px;
    padding: 14px;
    background: #fff;
    border: 1px solid #dbe7ea;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08);
  }

  .woocommerce-cart table.cart td {
    padding: 9px 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart table.cart td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
    padding: 0 !important;
    z-index: 2;
  }

  .woocommerce-cart table.cart td.product-remove a.remove {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    color: #0490a2 !important;
    background: #f5fbfb;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    width: 76px !important;
    padding: 0 !important;
    float: left;
  }

  .woocommerce-cart table.cart td.product-thumbnail::before {
    content: none !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    padding: 6px;
    background: #f7fbfb;
    border: 1px solid #dbe7ea;
    border-radius: 6px;
  }

  .woocommerce-cart table.cart td.product-name {
    min-height: 76px;
    padding: 6px 36px 10px 86px !important;
    border-bottom: 1px solid #e5eef0 !important;
  }

  .woocommerce-cart table.cart td.product-name::before,
  .woocommerce-cart table.cart td.product-thumbnail + td::before {
    content: none !important;
  }

  .woocommerce-cart table.cart td.product-name a {
    display: block;
    color: #172026;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
  }

  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart td.product-quantity,
  .woocommerce-cart table.cart td.product-subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    clear: both;
    border-bottom: 1px solid #edf3f4 !important;
  }

  .woocommerce-cart table.shop_table_responsive tr td::before {
    color: #172026;
    font-weight: 700;
  }

  .woocommerce-cart table.cart td.product-price::before {
    content: "Giá:";
  }

  .woocommerce-cart table.cart td.product-quantity::before {
    content: "Số lượng:";
  }

  .woocommerce-cart table.cart td.product-subtotal::before {
    content: "Tạm tính:";
  }

  .woocommerce-cart table.cart td.product-price .amount,
  .woocommerce-cart table.cart td.product-subtotal .amount {
    color: #0490a2;
    font-weight: 700;
  }

  .woocommerce-cart table.cart td.product-quantity .quantity {
    margin-left: auto;
  }

  .woocommerce-cart table.cart td.product-quantity .qty {
    width: 70px;
    height: 38px;
    padding: 0 8px;
    text-align: center;
    background: #fff;
    border: 1px solid #dbe7ea;
    border-radius: 6px;
    margin-left: 8px;
  }

  .woocommerce-cart table.cart tr:last-child,
  .woocommerce-cart table.cart td.actions {
    display: block;
    margin: 0;
    padding: 0 !important;
    background: transparent;
    border: 0 !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 12px;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
    height: 42px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #dbe7ea;
    border-radius: 6px;
  }

  .woocommerce-cart table.cart td.actions .button,
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout #payment button.button,
  .woocommerce-checkout button.button,
  .woocommerce-checkout a.button {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    border-radius: 999px !important;
  }

  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals,
  .woocommerce-cart .cart_totals table,
  .woocommerce-cart .cart_totals tbody,
  .woocommerce-cart .cart_totals tr,
  .woocommerce-cart .cart_totals th,
  .woocommerce-cart .cart_totals td {
    display: block;
    width: 100% !important;
  }

  .woocommerce-cart .cart_totals {
    margin-top: 18px;
    padding: 16px;
    background: #fff;
    border: 1px solid #dbe7ea;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08);
  }

  .woocommerce-cart .cart_totals h2 {
    margin: 0 0 12px;
    color: #0490a2;
    font-size: 20px;
    line-height: 1.25;
    text-align: left;
  }

  .woocommerce-cart .cart_totals tr {
    padding: 10px 0;
    border-bottom: 1px solid #edf3f4;
  }

  .woocommerce-cart .cart_totals tr:last-child {
    border-bottom: 0;
  }

  .woocommerce-cart .cart_totals th,
  .woocommerce-cart .cart_totals td {
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart .cart_totals th {
    margin-bottom: 4px;
    color: #172026;
    font-weight: 700;
  }

  .woocommerce-cart .cart_totals .amount {
    color: #0490a2;
    font-weight: 700;
  }

  .woocommerce-cart .cart_totals .woocommerce-shipping-destination,
  .woocommerce-cart .cart_totals .woocommerce-shipping-calculator {
    margin-top: 8px;
  }

  .woocommerce-checkout form.checkout {
    display: block;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #order_review_heading {
    float: none;
    width: 100% !important;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    margin: 0 0 16px;
    padding: 16px;
    background: #fff;
    border: 1px solid #dbe7ea;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08);
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout h3 {
    margin: 0 0 12px;
    color: #0490a2;
    font-size: 20px;
    line-height: 1.25;
  }

  .woocommerce-checkout .form-row {
    margin: 0 0 12px !important;
    padding: 0 !important;
  }

  .woocommerce-checkout .form-row label {
    margin-bottom: 5px;
    color: #172026;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
  }

  .woocommerce-checkout .input-text,
  .woocommerce-checkout select,
  .woocommerce-checkout textarea {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid #dbe7ea;
    border-radius: 6px;
  }

  .woocommerce-checkout textarea {
    min-height: 100px;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 10px 0 !important;
    border-color: #edf3f4 !important;
    font-size: 14px;
  }

  .woocommerce-checkout #payment {
    padding: 12px;
  }

  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0 0 12px !important;
  }

  .woocommerce-checkout #payment div.form-row {
    padding: 12px 0 0 !important;
  }
}


@media (max-width: 1180px) {
  .single-product .content-sanpham,
  .single-product .content-sidebar-wrap {
    gap: 32px;
  }

  .single-product .content-sidebar-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
  }
}

@media (max-width: 900px) {
  .single-product .content-sanpham {
    align-items: start;
    margin-bottom: 36px;
  }

  .single-product .content-sidebar-wrap {
    gap: 34px;
  }

  .single-product .product-sidebar-form.form_lienhe {
    max-width: 520px;
  }
}

.trangchu-posts {
  background: #f7fbfb;
}

.trangchu-post-card time {
  display: block;
  margin-bottom: 8px;
  color: #777;
  font-size: 14px;
}

.trangchu-reasons {
  background: #fff;
}

.trangchu-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.trangchu-reason-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 28px 22px 24px;
  background: #fff;
  border: 1px solid #dcecef;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.trangchu-reason-card:hover {
  transform: translateY(-4px);
  border-color: rgba(4, 144, 162, 0.36);
  box-shadow: 0 16px 34px rgba(4, 144, 162, 0.12);
}

.trangchu-reason-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #fff;
  background: #0490a2;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

.trangchu-reason-card__icon i {
  line-height: 1;
}

.trangchu-reason-card h3 {
  margin: 0 0 12px;
  color: #172026;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.trangchu-reason-card p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
}

.trangchu-cta {
  position: relative;
  overflow: hidden;
  background-color: #0490a2;
  background-image: linear-gradient(90deg, rgb(4 144 162 / 24%), rgb(11 92 122 / 39%)), var(--trangchu-cta-bg, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trangchu-cta__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1000px, calc(100% - 32px));
  max-width: 1000px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin: 0 auto;
      padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 52px rgba(8, 47, 73, 0.2)
}

.trangchu-cta__content {
  max-width: 760px;
  text-align: center;
}

/* .trangchu-cta__content h2,
.trangchu-cta__content p {
  color: #fff;
} */

.trangchu-cta__media {
  margin-top: 20px;
}

.trangchu-cta__form {
  width: 100%;
  max-width: 1000px;

}

.trangchu-cta__form .fluentform,
.trangchu-cta__form .frm-fluent-form,
.trangchu-cta__form fieldset {
  width: 100%;
}

.trangchu-cta__form .frm-fluent-form fieldset {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 18px;
}

.trangchu-cta__form .ff-el-input--label {
  display: none !important;
}

.trangchu-cta__form .ff-el-group,
.trangchu-cta__form .ff-field_container,
.trangchu-cta__form .ff-t-container,
.trangchu-cta__form .ff-t-cell {
  min-width: 0;
  margin: 0 !important;
}

.trangchu-cta__form .ff-t-container {
  display: block !important;
}

.trangchu-cta__form .frm-fluent-form fieldset > .ff-el-group:nth-of-type(4),
.trangchu-cta__form .ff_submit_btn_wrapper,
.trangchu-cta__form .ff-errors-in-stack {
  grid-column: 1 / -1;
}

.trangchu-cta__form .frm-fluent-form fieldset > .ff-el-group:has(textarea) {
  grid-column: 1 / -1;
}

.trangchu-cta__form .ff-el-form-control,
.trangchu-cta__form .fluentform input[type="text"],
.trangchu-cta__form .fluentform input[type="email"],
.trangchu-cta__form .fluentform input[type="tel"],
.trangchu-cta__form .fluentform input[type="number"],
.trangchu-cta__form .fluentform textarea {
  width: 100% !important;
  min-height: 52px;
  padding: 0 18px !important;
  border: 1px solid #dbe7ea !important;
  border-radius: 8px !important;
  outline: 0 !important;
  background: #f8fbfc !important;
  box-shadow: none !important;
  color: #172026 !important;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.45 !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  font-family: "Montserrat", sans-serif;
}

.trangchu-cta__form .fluentform textarea,
.trangchu-cta__form textarea.ff-el-form-control {
  min-height: 118px;
  padding: 15px 18px !important;
  resize: vertical;
}

.trangchu-cta__form .ff-el-form-control::placeholder,
.trangchu-cta__form .fluentform input::placeholder,
.trangchu-cta__form .fluentform textarea::placeholder {
  color: #64748b !important;
  opacity: 1;
}

.trangchu-cta__form .ff-el-form-control:focus,
.trangchu-cta__form .fluentform input:focus,
.trangchu-cta__form .fluentform textarea:focus {
  border-color: #0490a2 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(4, 144, 162, 0.12) !important;
}

.trangchu-cta__form .ff_submit_btn_wrapper {
  margin-top: 4px !important;
  text-align: center !important;
}

.trangchu-cta__form .ff-btn-submit,
.trangchu-cta__form .fluentform button[type="submit"],
.trangchu-cta__form .fluentform input[type="submit"] {
  display: inline-flex !important;
  min-width: 180px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 30px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #0490a2 !important;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(4, 144, 162, 0.22);
  font-size: 15px !important;
  font-weight: 700;
  line-height: 50px !important;
  text-transform: uppercase;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  font-family: "Montserrat", sans-serif;
}

.trangchu-cta__form .ff-btn-submit:hover,
.trangchu-cta__form .ff-btn-submit:focus,
.trangchu-cta__form .fluentform button[type="submit"]:hover,
.trangchu-cta__form .fluentform button[type="submit"]:focus {
  background: #047b8a !important;
  box-shadow: 0 16px 30px rgba(4, 144, 162, 0.28);
  transform: translateY(-1px);
}

.trangchu-cta__form .ff-el-is-error .ff-el-form-control,
.trangchu-cta__form .ff-el-form-control.error {
  border-color: #dc2626 !important;
}

.trangchu-cta__form .ff-el-help-message,
.trangchu-cta__form .ff-el-is-error .text-danger {
  margin-top: 6px;
  color: #dc2626;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1180px) {
  .trangchu-section {
    padding: 58px 0;
  }

  .trangchu-intro__wrap,
  .trangchu-cta__wrap {
    gap: 30px;
  }

  .trangchu-video {
    min-height: 460px;
    padding: 0;
  }

  .trangchu-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trangchu-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trangchu-reason-card {
    min-height: 230px;
  }
}

/* Blog archive and post detail */
.page-template-page-blog .site-inner {
  width: min(1280px, calc(100% - 32px));
  padding: 56px 0 72px;
}

.page-template-page-blog .content-sidebar-wrap {
  display: block;
}

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  margin: 0 auto;
}

.blog-item {
  display: flex;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e1ecef;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(4, 144, 162, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.blog-item:hover {
  transform: translateY(-4px);
  border-color: rgba(4, 144, 162, 0.35);
  box-shadow: 0 16px 34px rgba(4, 144, 162, 0.14);
}

.blog-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef6f7 url("/wp-content/uploads/2026/06/aquira_logo_new_prime.png") center / 120px auto no-repeat;
}

.blog-thumb img,
.blog-thumb__image,
.blog-thumb-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-thumb img,
.blog-thumb__image {
  background-image: var(--blog-thumb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 0;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blog-item:hover .blog-thumb img,
.blog-item:hover .blog-thumb__image {
  transform: scale(1.04);
}

.blog-info {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.blog-title {
  min-height: 54px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.blog-title a {
  display: -webkit-box;
  overflow: hidden;
  color: #1f2933;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 18px;
}

.blog-title a:hover {
  color: #0490a2;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0490a2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.blog-meta i {
  color: #0490a2;
  font-size: 14px;
}

.blog-excerpt {
  min-height: 76px;
  margin: 0 0 18px;
  overflow: hidden;
  color: #4b5563;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 40px;
  margin-top: auto;
  padding: 9px 16px;
  color: #fff;
  background: #0490a2;
  border: 1px solid #0490a2;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blog-readmore:visited {
  color: #fff;
}

.blog-readmore:hover,
.blog-readmore:focus {
  color: #0490a2;
  background: #fff;
  border-color: #0490a2;
}

.blog-empty {
  grid-column: 1 / -1;
  padding: 28px;
  color: #4b5563;
  background: #f7fbfb;
  border: 1px solid #e1ecef;
  border-radius: 8px;
  text-align: center;
}

.blog-wrapper > .pagination,
.blog-pagination {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 8px 0 0;
  padding: 16px 0 0;
  overflow: visible;
  text-align: center;
}

.blog-wrapper > .pagination .page-numbers,
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  color: #1f2933;
  background: #fff;
  border: 1px solid #d9e7ea;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.blog-wrapper > .pagination .page-numbers:hover,
.blog-wrapper > .pagination .page-numbers.current,
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  color: #fff;
  background: #0490a2;
  border-color: #0490a2;
}

.single-post .site-inner {
  width: min(1280px, calc(100% - 32px));
  padding: 150px 0 76px;
}

.single-post .content-sidebar-wrap {
  display: grid;
  grid-template-columns: minmax(0, 860px) 320px;
  align-items: flex-start;
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
}

.single-post .content {
  float: none !important;
  min-width: 0;
  width: 100% !important;
  margin: 0 !important;
}

.single-post.full-width-content .content {
  max-width: none;
  margin: 0;
}

.single-post .sidebar {
  display: block;
  width: 100% !important;
}

.single-post .related-post-sidebar {
  display: block;
  width: 100% !important;
  position: sticky;
  top: 132px;
}

.single-post .entry {
  padding: 34px;
  background: #fff;
  border: 1px solid #e1ecef;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.single-related-posts {
  padding: 20px;
  background: #fff;
  border: 1px solid #e1ecef;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.single-related-posts__title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  color: #172026;
  border-bottom: 2px solid #e1ecef;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.single-related-posts__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.single-related-posts__item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf3f5;
}

.single-related-posts__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.single-related-posts__thumb {
  display: block;
  width: 92px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef6f7 url("/wp-content/uploads/2026/06/aquira_logo_new_prime.png") center / 62px auto no-repeat;
  border-radius: 6px;
}

.single-related-posts__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--related-thumb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-related-posts__body {
  min-width: 0;
}

.single-related-posts__body h3 {
  margin: 0 0 7px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.single-related-posts__body h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: #1f2933;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.single-related-posts__body h3 a:hover {
  color: #0490a2;
}

.single-related-posts__body time {
  display: block;
  color: #0490a2;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.single-post .entry-header {
  margin-bottom: 18px;
}

.single-post .entry-title,
.single-post .content h1.entry-title {
  margin: 0 0 16px;
  color: #172026;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
  overflow-wrap: anywhere;
}

.single-post .entry-content {
  overflow: visible;
  color: #334155;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.single-post .entry-content p,
.single-post .entry-content li {
  color: #334155;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.single-post .entry-content p {
  margin: 0 0 18px;
}

.single-post .entry-content h2,
.single-post .content .entry-content h2 {
  margin: 34px 0 14px;
  padding-left: 14px;
  color: #172026;
  border-left: 4px solid #0490a2;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
}

.single-post .entry-content h3 {
  margin: 28px 0 12px;
  color: #172026;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.single-post .entry-content h4 {
  margin: 24px 0 10px;
  color: #172026;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
  margin: 0 0 22px;
  padding: 0 0 0 24px;
  text-align: left;
}

.single-post .entry-content ul li,
.single-post .entry-content ol li {
  margin: 0 0 9px;
  padding: 0;
  text-align: left;
}

.single-post .entry-content li::marker {
  color: #0490a2;
  font-weight: 700;
}

.single-post .entry-content a {
  color: #047c8c;
  border-bottom: 1px solid rgba(4, 124, 140, 0.28);
}

.single-post .entry-content a:hover {
  color: #0490a2;
  border-bottom-color: rgba(221, 0, 0, 0.35);
}

.single-post .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  padding: 0;
  color: transparent;
  border: 0;
  border-radius: 8px;
  font-size: 0;
}

.single-post .entry-content .post-thumbnail {
  display: block;
  width: 100%;
  height: clamp(240px, 52vw, 480px);
  margin: 0 0 28px;
  background-color: #eef6f7;
  background-image: var(--post-thumb), url("/wp-content/uploads/2026/06/aquira_logo_new_prime.png");
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 140px auto;
  object-fit: cover;
}

.single-post .wp-caption {
  max-width: 100%;
  margin: 24px auto;
}

.single-post p.wp-caption-text,
.single-post .entry-content figcaption {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
}

.single-post .entry-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  background: #f7fbfb;
  border: 0;
  border-left: 4px solid #0490a2;
  border-radius: 8px;
}

.single-post .entry-content blockquote p {
  margin-bottom: 0;
  color: #334155;
  font-size: 17px;
  font-style: italic;
  line-height: 1.75;
}

.single-post .entry-content .wp-block-table {
  margin: 26px 0;
  overflow-x: auto;
}

.single-post .entry-content table {
  width: 100%;
  margin: 26px 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d8e5e8;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.55;
}

.single-post .entry-content .wp-block-table table {
  margin: 0;
}

.single-post .entry-content caption {
  margin-bottom: 10px;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.single-post .entry-content th,
.single-post .entry-content td {
  padding: 13px 14px;
  color: #334155;
  border-right: 1px solid #d8e5e8;
  border-bottom: 1px solid #d8e5e8;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

.single-post .entry-content th:last-child,
.single-post .entry-content td:last-child {
  border-right: 0;
}

.single-post .entry-content tr:last-child td {
  border-bottom: 0;
}

.single-post .entry-content thead th {
  color: #fff;
  background: #0490a2;
  font-weight: 700;
}

.single-post .entry-content tbody tr:nth-child(even) {
  background: #f7fbfb;
}

.single-post .entry-content tbody tr:hover {
  background: #edf8fa;
}

@media (max-width: 1180px) {
  .blog-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .single-post .content-sidebar-wrap {
    display: block;
    max-width: 900px;
  }

  .single-post.content-sidebar .content,
  .single-post.sidebar-content .content,
  .single-post .sidebar {
    width: 100% !important;
  }

  .single-post .related-post-sidebar {
    position: static;
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  .site-header .widget_media_image img {
    width: 140px;
    position: absolute;
    top: -20px;
    left: -3px;
}

  .woocommerce-shop .site-inner,
  .post-type-archive-product .site-inner,
  .tax-product_cat .site-inner {
    width: calc(100% - 30px);
    padding: 36px 0 56px;
  }

  .aquira-product-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .aquira-ordering select {
    width: 100%;
    min-width: 0;
  }

  .before_footer {
    padding: 38px 15px;
  }

  .before_footer .wrap {
    width: 100%;
  }

  .before_footer .wrap-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .before_footer .widgettitle {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .footer-company-name {
    font-size: 18px;
  }

  .footer-company,
  .footer-info-list,
  .footer-link-list {
    gap: 8px;
  }

  .footer-info-list span, .footer-info-list a, .footer-link-list a, .footer-social-desc {
    font-size: 15px;
}

  .footer-link-list a {
    min-height: 38px;
  }

  .footer-social-list a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 17px;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

  .page-template-page-gioithieu .about-intro,
  .page-template-page-gioithieu .about-philosophy,
  .page-template-page-gioithieu .about-certificates {
    padding: 40px 15px;
  }

  .page-template-page-gioithieu .about-intro-copy,
  .page-template-page-gioithieu .about-philosophy-heading,
  .page-template-page-gioithieu .about-philosophy-grid {
    grid-template-columns: 1fr;
  }

  .page-template-page-gioithieu .about-intro-copy {
    gap: 26px;
    max-width: none;
    margin-bottom: 34px;
  }

  .page-template-page-gioithieu .about-intro-column h2,
  .page-template-page-gioithieu .about-philosophy-heading h2,
  .page-template-page-gioithieu .about-certificates-heading h2 {
    font-size: 25px;
    margin: 0 0 10px;
  }

  .page-template-page-gioithieu .about-intro-text p, .page-template-page-gioithieu .about-philosophy-lead p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.6;
}

  .page-template-page-gioithieu .about-intro-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .page-template-page-gioithieu .about-intro-photo.is-wide-left,
  .page-template-page-gioithieu .about-intro-photo.is-top-right,
  .page-template-page-gioithieu .about-intro-photo.is-bottom-left,
  .page-template-page-gioithieu .about-intro-photo.is-wide-right {
    grid-column: auto;
    min-height: 220px;
  }

  .page-template-page-gioithieu .about-philosophy-heading {
    gap: 6px;
    margin-bottom: 26px;
  }

  .page-template-page-gioithieu .about-philosophy-card {
    min-height: 0;
  }

  .page-template-page-gioithieu .about-certificates-heading {
    margin-bottom: 24px;
  }

  .page-template-page-gioithieu .about-certificates-carousel {
    padding: 0 44px;
  }

  .page-template-page-gioithieu .about-certificates-nav {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .page-template-page-gioithieu .about-certificates-slider {
    grid-auto-columns: calc((100% - 16px) / 2);
    gap: 16px;
  }

  .page-template-page-gioithieu .about-certificate-item {
    min-height: 300px;
    padding: 14px;
  }

  .page-template-page-gioithieu .about-principles {
    padding: 48px 15px;
  }

  .page-template-page-gioithieu .about-principle-row {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 0;
  }

  .page-template-page-gioithieu .about-principle-row:first-child {
    padding-top: 0;
  }

  .page-template-page-gioithieu .about-principle-row.is-reverse .about-principle-copy,
  .page-template-page-gioithieu .about-principle-row.is-reverse .about-principle-media {
    order: initial;
  }

  .page-template-page-gioithieu .about-principle-copy,
  .page-template-page-gioithieu .about-principle-row.is-reverse .about-principle-copy {
    max-width: none;
    justify-self: stretch;
  }

  .page-template-page-gioithieu .about-principle-copy h2 {
    margin-bottom: 14px;
    font-size: 30px;
  }

  .page-template-page-gioithieu .about-principle-text p {
    font-size: 15px;
    line-height: 1.75;
  }

  .page-template-page-gioithieu .about-principle-media,
  .page-template-page-gioithieu .about-principle-media img {
    min-height: 260px;
  }

  .page-template-page-gioithieu .about-intro-gallery {
    grid-template-columns: 1fr;
  }

  .page-template-page-gioithieu .about-philosophy-card {
    padding: 24px 20px;
  }

  .page-template-page-gioithieu .about-philosophy-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .page-template-page-gioithieu .about-philosophy-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

  .page-template-page-gioithieu .about-certificates-carousel {
    padding: 0 38px;
  }

  .page-template-page-gioithieu .about-certificates-nav {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .page-template-page-gioithieu .about-certificates-slider {
    grid-auto-columns: 100%;
  }

  .page-template-page-gioithieu .about-certificate-item {
    min-height: 280px;
  }

  .page-template-page-gioithieu .about-principles {
    padding: 40px 15px;
  }

  .page-template-page-gioithieu .about-principle-copy h2 {
    font-size: 26px;
  }

  .page-template-page-gioithieu .about-principle-media,
  .page-template-page-gioithieu .about-principle-media img {
    min-height: 220px;
  }

  .page-template-page-lienhe .content-lienhe {
    padding: 40px 15px 24px;
  }

  .page-template-page-lienhe .contact-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .page-template-page-lienhe .contact-section h2,
  .page-template-page-lienhe .form_lienhe .label {
    font-size: 22px;
    line-height: 1.3;
  }

  .page-template-page-lienhe .contact-intro {
    max-width: none;
    font-size: 14px;
  }

  .page-template-page-lienhe .form_lienhe .ff-el-form-control,
  .page-template-page-lienhe .form_lienhe .fluentform input[type="text"],
  .page-template-page-lienhe .form_lienhe .fluentform input[type="email"],
  .page-template-page-lienhe .form_lienhe .fluentform input[type="tel"],
  .page-template-page-lienhe .form_lienhe .fluentform input[type="number"] {
    min-height: 44px;
  }

  .page-template-page-lienhe .content-map {
    width: calc(100% - 30px);
    margin: 18px auto 54px;
  }

  .page-template-page-lienhe .content-map iframe {
    min-height: 320px;
  }

  .page-template-page-lienhe .contact-section h2,
  .page-template-page-lienhe .form_lienhe .label {
    font-size: 24px;
  }

  .page-template-page-lienhe .contact-intro p {
    font-size: 15px;
}

  .page-template-page-lienhe .lienhe-contact-item {
    gap: 10px;
    font-size: 15px;
    font-weight: 400;
  }

  .page-template-page-lienhe .lienhe-contact-icon {
    flex-basis: 30px;
    width: 24px;
    height: 30px;
    font-size: 13px;
  }

  .content h1 {
    font-size: 20px;
}

.aquira-category-filter ul {
    margin: 0;
    padding: 4px 16px 10px;
    list-style: none;
}

.aquira-product-filter h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

      .wrap{
        width: 100%;
        margin: auto;
    }
    .header-menusub-widget-area{
      display: none;
    }

    .site-header .widget_nav_menu{
      display: none;
    }

    .site-header {
    margin: 0px auto 0;
    height: 70px;
    width: 100%;
    padding: 0px 15px;
}

.site-header .widget-area {
  max-width: calc(100% - 30px);
}

.site-header .aquira-menu-cart {
  right: 160px;
}

.site-header .aquira-menu-cart-dropdown {
  position: fixed;
  top: 76px;
  right: 15px;
  left: 15px;
  width: auto;
  max-height: calc(100vh - 96px);
  padding: 14px;
}

.site-header .aquira-menu-cart-dropdown::before {
  right: 160px;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item {
  padding-right: 24px;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__buttons {
  grid-template-columns: 1fr;
}

.site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__buttons a.button {
  width: 100%;
}

.site-header .widget_gtranslate {
    right: 50px;
}

.trangchu-page {
    margin-top: 71px !important;
}

.page-template-page-blog .blog-banner,
.page-template-page-gioithieu .content-hero,
.page-template-page-lienhe .content-hero,
.page-template-page-dichvu .content-hero,
.page-template-default .content-hero,
.woocommerce-shop .content-hero,
.woocommerce-page .content-hero,
.post-type-archive-product .content-hero,
.tax-product_cat .content-hero {
  min-height: 220px;
  margin-top: 70px;
}

.page-template-page-blog .blog-banner .title,
.page-template-page-gioithieu .content-hero .title,
.page-template-page-lienhe .content-hero .title,
.page-template-page-dichvu .content-hero .title,
.page-template-default .content-hero .title,
.woocommerce-shop .content-hero .title,
.woocommerce-page .content-hero .title,
.post-type-archive-product .content-hero .title,
.tax-product_cat .content-hero .title {
  font-size: 32px;
}

.page-template-page-blog .blog-banner .breadcrumb,
.page-template-page-blog .blog-banner .breadcrumb a,
.page-template-page-blog .blog-banner .breadcrumb span,
.page-template-page-blog .blog-banner .breadcrumb .label,
.page-template-page-gioithieu .content-hero .breadcrumb,
.page-template-page-gioithieu .content-hero .breadcrumb a,
.page-template-page-gioithieu .content-hero .breadcrumb span,
.page-template-page-gioithieu .content-hero .breadcrumb .label,
.page-template-page-lienhe .content-hero .breadcrumb,
.page-template-page-lienhe .content-hero .breadcrumb a,
.page-template-page-lienhe .content-hero .breadcrumb span,
.page-template-page-lienhe .content-hero .breadcrumb .label,
.page-template-page-dichvu .content-hero .breadcrumb,
.page-template-page-dichvu .content-hero .breadcrumb a,
.page-template-page-dichvu .content-hero .breadcrumb span,
.page-template-page-dichvu .content-hero .breadcrumb .label,
.page-template-default .content-hero .breadcrumb,
.page-template-default .content-hero .breadcrumb a,
.page-template-default .content-hero .breadcrumb span,
.page-template-default .content-hero .breadcrumb .label,
.woocommerce-shop .content-hero .breadcrumb,
.woocommerce-shop .content-hero .breadcrumb a,
.woocommerce-shop .content-hero .breadcrumb span,
.woocommerce-shop .content-hero .breadcrumb .label,
.woocommerce-page .content-hero .breadcrumb,
.woocommerce-page .content-hero .breadcrumb a,
.woocommerce-page .content-hero .breadcrumb span,
.woocommerce-page .content-hero .breadcrumb .label,
.post-type-archive-product .content-hero .breadcrumb,
.post-type-archive-product .content-hero .breadcrumb a,
.post-type-archive-product .content-hero .breadcrumb span,
.post-type-archive-product .content-hero .breadcrumb .label,
.tax-product_cat .content-hero .breadcrumb,
.tax-product_cat .content-hero .breadcrumb a,
.tax-product_cat .content-hero .breadcrumb span,
.tax-product_cat .content-hero .breadcrumb .label {
  font-size: 14px;
}

.click-menu {
    text-align: center;
    position: fixed !important;
    right: 4% !important;
    top: 23px !important;
    z-index: 5000;
}

    .click-menu .line {
    height: 3px;
    margin-bottom: 6px;
    background: #0490a2 !important;
    width: 24px;
    transition: 0.4s;
}


body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.entry-content p {
    margin: 0 0 6px;
    text-align: justify;
}

#responsive-menu {
    position: fixed;
    height: 100%;
    width: 100% !important;
    top: 70.5px !important;
    left: auto;
    right: 0;
    background: #FFF !important;
    z-index: 999999;
    display: none;
    box-shadow: 0px 4px 10px #d6d6d6;
}

#responsive-menu ul li {
    padding: 10px 30px 10px 15px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
}

#responsive-menu ul li > a {
    display: block;
    margin: -10px -30px -10px -15px;
    padding: 10px 30px 10px 15px;
    width: auto;
}

#responsive-menu ul li.menu-item-has-children > a {
    padding-right: 44px;
}

  .single-product .site-inner {
    width: calc(100% - 30px);
    padding: 92px 0 52px;
  }

  .single-product .content-sanpham,
  .single-product .content-sidebar-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .single-product .content-sanpham {
    margin-bottom: 32px;
  }

  .single-product .slide_sp,
  .single-product .info_sp,
  .single-product .entry,
  .single-product .content-tuvan,
  .single-product .content-muahang {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .single-product .slide_sp,
  .single-product .info_sp,
  .single-product .entry {
    padding: 0;
    overflow: visible;
  }

  .single-product .slider-for {
    overflow: hidden;
    border: 1px solid #dbe7ea;
    border-radius: 8px;
    background: #f7fbfb;
  }

  .single-product .slider-for img {
    width: 100%;
    max-height: 320px;
    aspect-ratio: 4 / 3;
    padding: 10px;
    object-fit: contain;
    border: 0;
    border-radius: 8px;
  }

  .single-product .slider-nav {
    max-width: 100%;
    margin-top: 10px;
  }

  .single-product .slider-nav .slick-list {
    margin: 0 -4px;
  }

  .single-product .slider-nav .slick-slide {
    padding: 0 4px;
  }

  .single-product .slider-nav img {
    height: 62px;
    padding: 5px;
    border-radius: 6px;
  }

  .single-product .product-title {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.3;
  }

  .single-product .product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    margin-bottom: 14px;
  }

  .single-product .price-label {
    font-size: 15px;
  }

  .single-product .price-current,
  .single-product .price-new {
    color: #0490a2;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
  }

  .single-product .price-old {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
  }

  .single-product .product-excerpt {
    max-width: none;
    font-size: 15px;
    line-height: 1.65;
  }

  .single-product .product-excerpt p,
  .single-product .product-excerpt li {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.65;
  }

  .single-product .product-buy-form-wrap,
  .single-product .product-buy-form,
  .single-product .product-buy-form form.cart,
  .single-product .product-buy-form .single_variation_wrap,
  .single-product .product-buy-form .woocommerce-variation-add-to-cart {
    width: 100%;
  }

  .single-product .product-buy-form-wrap {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .single-product .product-buy-form form.cart,
  .single-product .product-buy-form .woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .single-product .product-buy-form .quantity,
  .single-product .product-buy-form form.cart .quantity,
  .single-product .product-buy-form .quantity .qty,
  .single-product .product-buy-form input.qty,
  .single-product .product-buy-form .single_add_to_cart_button,
  .single-product .product-buy-form button.single_add_to_cart_button,
  .single-product .product-cart-link,
  .single-product .product-buy-form .added_to_cart,
  .single-product .btn_call a,
  .single-product .btn_baogia a {
    width: 100%;
  }

  .single-product .product-buy-form .quantity .qty,
  .single-product .product-buy-form input.qty,
  .single-product .product-buy-form .single_add_to_cart_button,
  .single-product .product-buy-form button.single_add_to_cart_button,
  .single-product .product-cart-link,
  .single-product .product-buy-form .added_to_cart {
    min-height: 46px;
    height: 46px;
  }

  .single-product .product-buy-form .added_to_cart {
    width: 100%;
    line-height: 44px !important;
  }

  .single-product .content-sidebar-wrap {
    gap: 30px;
  }

  .single-product .content,
  .single-product .entry,
  .single-product .entry-content,
  .single-post .content,
  .single-post .entry,
  .single-post .entry-content {
    min-width: 0;
    max-width: 100%;
  }

  .single-product .entry-content {
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .single-product .entry-content > *,
  .single-post .entry-content > * {
    max-width: 100%;
  }

  .single-product .entry-content h2 {
    margin: 0 0 14px;
    padding-left: 12px;
    font-size: 22px;
    line-height: 1.3;
  }

  .single-product .entry-content h3 {
    margin: 22px 0 10px;
    font-size: 19px;
  }

  .single-product .entry-content p,
  .single-product .entry-content li {
    font-size: 15px;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  .single-product .entry-content h1,
  .single-product .entry-content h2,
  .single-product .entry-content h3,
  .single-product .entry-content h4,
  .single-product .entry-content h5,
  .single-product .entry-content h6,
  .single-post .entry-content h1,
  .single-post .entry-content h2,
  .single-post .entry-content h3,
  .single-post .entry-content h4,
  .single-post .entry-content h5,
  .single-post .entry-content h6,
  .single-post .entry-content p,
  .single-post .entry-content li {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .single-product .entry-content .wp-block-table,
  .single-post .entry-content .wp-block-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .single-product .entry-content table,
  .single-post .entry-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
  }

  .single-product .entry-content > table,
  .single-post .entry-content > table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .single-product .entry-content th,
  .single-product .entry-content td,
  .single-post .entry-content th,
  .single-post .entry-content td {
    min-width: 120px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .single-product .sidebar-primary {
    position: static;
    padding: 20px;
    border-radius: 8px;
    background: #eef9f9;
  }

  .single-product .product-sidebar-form.form_lienhe {
    max-width: none;
    margin: 0;
  }

  .single-product .product-sidebar-form .label {
    margin-bottom: 14px !important;
    font-size: 20px;
    line-height: 1.3;
  }

  .single-product .product-sidebar-form .fluentform .ff-el-group {
    margin-bottom: 12px;
  }

  .single-product .product-sidebar-form .ff-el-form-control,
  .single-product .product-sidebar-form .fluentform input[type="text"],
  .single-product .product-sidebar-form .fluentform input[type="email"],
  .single-product .product-sidebar-form .fluentform input[type="tel"],
  .single-product .product-sidebar-form .fluentform input[type="number"],
  .single-product .product-sidebar-form .fluentform textarea,
  .single-product .product-sidebar-form .caldera-grid .form-control {
    min-height: 46px;
    font-size: 15px !important;
  }

  .single-product .product-sidebar-form .ff-btn-submit,
  .single-product .product-sidebar-form .fluentform button[type="submit"],
  .single-product .product-sidebar-form .fluentform input[type="submit"],
  .single-product .product-sidebar-form form input[type="submit"] {
    width: 100% !important;
  }

  .single-product .yarpp-related {
    margin-top: 34px;
  }

  .single-product .yarpp-related .widgettitle {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.3;
  }

  .single-product .yarpp-related .main-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .single-product .yarpp-related .aquira-product-card {
    border-radius: 8px;
  }

  .single-product .yarpp-related .aquira-product-body {
    padding: 10px;
  }

  .single-product .yarpp-related .aquira-product-title {
    min-height: 38px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.4;
  }

  .single-product .yarpp-related .aquira-product-price {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .single-product .yarpp-related .aquira-card-rating .star-rating {
    font-size: 15px;
  }

  .single-product .yarpp-related .aquira-product-button,
  .single-product .yarpp-related .added_to_cart {
    min-height: 34px;
    padding: 0 10px !important;
    font-size: 12px !important;
    line-height: 34px !important;
    white-space: normal;
  }

  .single-product .woocommerce-message,
  .single-product .woocommerce-error,
  .single-product .woocommerce-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 0 18px;
    padding: 12px 14px !important;
    font-size: 14px;
  }

  .single-product .woocommerce-message .button,
  .single-product .woocommerce-error .button,
  .single-product .woocommerce-info .button {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .trangchu-section {
    padding: 40px 15px;
  }

  .trangchu-section .wrap {
    width: 100%;
  }

 .trangchu-cta__wrap {
        gap: 16px;
        padding: 20px;
    }

  .trangchu-intro__wrap,
  .trangchu-cta__wrap,
  .trangchu-product-grid,
  .trangchu-post-grid,
  .trangchu-reasons__grid {
    grid-template-columns: 1fr;
  }

  .aquira-product-thumb,
  .trangchu-product-card__image {
    aspect-ratio: 4 / 3;
    /* padding: 12px; */
  }

  .aquira-product-title,
  .trangchu-product-card h3 {
    min-height: 0;
  }

  .trangchu-heading {
    margin-bottom: 22px;
  }

  .trangchu-heading h2,
  .trangchu-intro__content h2,
  .trangchu-cta__content h2 {
    font-size: 25px;
    line-height: 1.32;
  }

  .trangchu-video__content .trangchu-heading {
    text-align: center;
  }

  .trangchu-video {
    min-height: 420px;
    padding: 0 15px;
    height: auto;
  }

  .trangchu-video__wrap {
    justify-content: center;
    height: 100%;
  }

  .trangchu-video__content {
    max-width: 100%;
  }

  .trangchu-video__content .trangchu-heading h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .trangchu-video__content {
    max-width: 700px;
    position: absolute;
    left: 0%;
    top: 80%;
}

.trangchu-button.trangchu-video__button {
    margin-top: 16px;
}

  .trangchu-reasons__grid {
    gap: 16px;
  }

  .trangchu-reason-card {
    min-height: 0;
    padding: 22px 18px;
  }

  .trangchu-reason-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .trangchu-reason-card h3 {
    font-size: 18px;
  }

  .trangchu-cta__form {
    padding: 0px;
  }

  .trangchu-cta__form .frm-fluent-form fieldset {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .trangchu-cta__form .ff-el-form-control,
  .trangchu-cta__form .fluentform input[type="text"],
  .trangchu-cta__form .fluentform input[type="email"],
  .trangchu-cta__form .fluentform input[type="tel"],
  .trangchu-cta__form .fluentform input[type="number"] {
    min-height: 48px;
  }

  .trangchu-cta__form .ff-btn-submit,
  .trangchu-cta__form .fluentform button[type="submit"],
  .trangchu-cta__form .fluentform input[type="submit"] {
    width: 100% !important;
    min-width: 0;
  }

  .page-template-page-blog .site-inner,
  .single-post .site-inner {
    width: calc(100% - 30px);
    padding: 36px 0 54px;
  }

  .single-post .site-inner {
    padding-top: 96px;
  }

  .blog-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-info {
    padding: 16px;
  }

  .blog-title {
    min-height: 0;
    font-size: 19px;
  }

  .blog-excerpt {
    min-height: 0;
  }

  .single-post .entry {
    padding: 0px;
    border: 0;
     box-shadow: none;
  }

  .single-related-posts {
    padding: 0px;
    border: 0;
     box-shadow: none;
  }

  .single-related-posts__item {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .single-related-posts__thumb {
    width: 86px;
  }

  .single-post .entry-title,
  .single-post .content h1.entry-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .single-post .entry-content h2,
  .single-post .content .entry-content h2 {
    margin-top: 0px;
    font-size: 20px;
  }

  .single-post .entry-content h3 {
    font-size: 18px;
  }

  .single-post .entry-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }

  .single-post .entry-content p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.6
}

.single-post .entry-content ul, .single-post .entry-content ol {
    margin: 0 0 12px;
    padding: 0 0 0 20px;
}

.single-post .entry-content p, .single-post .entry-content li
 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6
}

   .aquira-product-sidebar,
  .aquira-product-grid {
    grid-template-columns: 1fr;
  }

  .aquira-product-thumb {
    aspect-ratio: 1 / 0.82;
  }

  .aquira-product-title {
    min-height: 0;
  }

  .active-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    /* border-left: 5px solid #0490a2 !important;
    border-right: 5px solid #0490a2 !important; */
    border-top: 6px solid #333 !important;
}


}

/* Final mobile WooCommerce overrides */
@media (max-width: 767px) {
  .site-header .aquira-menu-cart-dropdown {
    position: fixed !important;
    top: 54px !important;
    left: -183px !important;
    right: auto !important;
    width: calc(100vw - 24px) !important;
    max-width: none !important;
    max-height: calc(100dvh - 92px) !important;
    overflow-y: auto !important;
    padding: 14px !important;
  }

  .site-header .aquira-menu-cart-dropdown::before {
    right: 150px !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart {
    display: block !important;
    width: 100% !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 4px 10px !important;
    min-height: 76px !important;
    padding: 0 28px 12px 0 !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart-item img {
    grid-row: 1 / 3 !important;
    grid-column: 1 !important;
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  .site-header .aquira-menu-cart-dropdown .aquira-mini-cart-name {
    grid-row: 1 !important;
    grid-column: 2 !important;
    align-self: end !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .site-header .aquira-menu-cart-dropdown .quantity {
    grid-row: 2 !important;
    grid-column: 2 !important;
    align-self: start !important;
    margin: 0 !important;
    font-size: 13px !important;
  }

  .site-header .aquira-menu-cart-dropdown .woocommerce-mini-cart__buttons {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .woocommerce-cart .site-inner,
  .woocommerce-checkout .site-inner {
    width: 100% !important;
    padding: 92px 12px 44px !important;
  }

  .woocommerce-cart .content-sidebar-wrap,
  .woocommerce-checkout .content-sidebar-wrap,
  .woocommerce-cart .content,
  .woocommerce-checkout .content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .woocommerce-cart table.cart,
  .woocommerce-cart table.cart tbody {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    background: transparent !important;
  }

  .woocommerce-cart table.cart thead {
    display: none !important;
  }

  .woocommerce-cart table.cart tr.cart_item {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 0 12px !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 14px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-cart table.cart tr.cart_item td {
    display: block !important;
    width: auto !important;
    padding: 8px 0 !important;
    border: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart table.cart td.product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 2 !important;
    padding: 0 !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    float: none !important;
    padding: 0 !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail::before,
  .woocommerce-cart table.cart td.product-name::before {
    content: none !important;
  }

  .woocommerce-cart table.cart td.product-thumbnail img {
    width: 68px !important;
    height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
    object-fit: contain !important;
    padding: 6px !important;
    background: #f7fbfb !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 6px !important;
  }

  .woocommerce-cart table.cart td.product-name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-height: 68px !important;
    padding: 4px 34px 10px 0 !important;
    border-bottom: 1px solid #e5eef0 !important;
  }

  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart td.product-quantity,
  .woocommerce-cart table.cart td.product-subtotal {
    grid-column: 1 / -1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border-bottom: 1px solid #edf3f4 !important;
  }

  .woocommerce-cart table.cart td.product-price::before {
    content: "Giá:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.product-quantity::before {
    content: "Số lượng:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.product-subtotal::before {
    content: "Tạm tính:" !important;
    color: #172026 !important;
    font-weight: 700 !important;
  }

  .woocommerce-cart table.cart td.actions {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  .woocommerce-cart table.cart td.actions .input-text,
  .woocommerce-cart table.cart td.actions .button,
  .woocommerce-cart .cart_totals .checkout-button {
    width: 100% !important;
  }

  .woocommerce-cart .cart_totals {
    width: 100% !important;
    padding: 16px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-checkout .col2-set,
  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #order_review_heading {
    float: none !important;
    width: 100% !important;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2,
  .woocommerce-checkout .woocommerce-checkout-review-order {
    margin: 0 0 16px !important;
    padding: 16px !important;
    background: #fff !important;
    border: 1px solid #dbe7ea !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(8, 47, 73, 0.08) !important;
  }

  .woocommerce-checkout .form-row,
  .woocommerce-checkout .input-text,
  .woocommerce-checkout select,
  .woocommerce-checkout textarea,
  .woocommerce-checkout #payment button.button {
    width: 100% !important;
  }


  .content-sidebar-wrap {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
}

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: #FFF
    }

    .aquira-category-description.entry-content p, .aquira-category-description.entry-content li {
    font-size: 15px;
    line-height: 1.6;
}

.aquira-category-description.entry-content h2 {
    margin: 34px 0 14px;
    padding-left: 14px;
    border-left: 4px solid #0490a2;
    font-size: 20px;
}

.aquira-category-description.entry-content h3 {
    font-size: 18px;
}
}

/* Unified content tables */
.single-post .entry-content .wp-block-table,
.single-product .entry-content .wp-block-table,
.single-product .product-excerpt .wp-block-table,
.aquira-category-description.entry-content .wp-block-table {
  width: 100%;
  max-width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.single-post .entry-content table,
.single-product .entry-content table,
.single-product .product-excerpt table,
.aquira-category-description.entry-content table {
  width: 100%;
  margin: 26px 0;
  overflow: hidden;
  color: #334155;
  background: #fff;
  border: 1px solid #d8e5e8;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.55;
}

.single-post .entry-content .wp-block-table table,
.single-product .entry-content .wp-block-table table,
.single-product .product-excerpt .wp-block-table table,
.aquira-category-description.entry-content .wp-block-table table {
  margin: 0;
}

.single-post .entry-content caption,
.single-product .entry-content caption,
.single-product .product-excerpt caption,
.aquira-category-description.entry-content caption {
  margin-bottom: 10px;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.single-post .entry-content th,
.single-post .entry-content td,
.single-product .entry-content th,
.single-product .entry-content td,
.single-product .product-excerpt th,
.single-product .product-excerpt td,
.aquira-category-description.entry-content th,
.aquira-category-description.entry-content td {
  padding: 13px 14px;
  color: #334155;
  border-right: 1px solid #d8e5e8;
  border-bottom: 1px solid #d8e5e8;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  text-align: left !important;
  vertical-align: top;
}

.single-post .entry-content th:last-child,
.single-post .entry-content td:last-child,
.single-product .entry-content th:last-child,
.single-product .entry-content td:last-child,
.single-product .product-excerpt th:last-child,
.single-product .product-excerpt td:last-child,
.aquira-category-description.entry-content th:last-child,
.aquira-category-description.entry-content td:last-child {
  border-right: 0;
}

.single-post .entry-content table > tbody:last-child > tr:last-child > th,
.single-post .entry-content table > tbody:last-child > tr:last-child > td,
.single-post .entry-content table > tr:last-child > th,
.single-post .entry-content table > tr:last-child > td,
.single-product .entry-content table > tbody:last-child > tr:last-child > th,
.single-product .entry-content table > tbody:last-child > tr:last-child > td,
.single-product .entry-content table > tr:last-child > th,
.single-product .entry-content table > tr:last-child > td,
.single-product .product-excerpt table > tbody:last-child > tr:last-child > th,
.single-product .product-excerpt table > tbody:last-child > tr:last-child > td,
.single-product .product-excerpt table > tr:last-child > th,
.single-product .product-excerpt table > tr:last-child > td,
.aquira-category-description.entry-content table > tbody:last-child > tr:last-child > th,
.aquira-category-description.entry-content table > tbody:last-child > tr:last-child > td,
.aquira-category-description.entry-content table > tr:last-child > th,
.aquira-category-description.entry-content table > tr:last-child > td {
  border-bottom: 0;
}

.single-post .entry-content th,
.single-post .entry-content thead th,
.single-post .entry-content table > tbody:first-child > tr:first-child > th,
.single-post .entry-content table > tbody:first-child > tr:first-child > td,
.single-post .entry-content table > tr:first-child > th,
.single-post .entry-content table > tr:first-child > td,
.single-product .entry-content th,
.single-product .entry-content thead th,
.single-product .entry-content table > tbody:first-child > tr:first-child > th,
.single-product .entry-content table > tbody:first-child > tr:first-child > td,
.single-product .entry-content table > tr:first-child > th,
.single-product .entry-content table > tr:first-child > td,
.single-product .product-excerpt th,
.single-product .product-excerpt thead th,
.single-product .product-excerpt table > tbody:first-child > tr:first-child > th,
.single-product .product-excerpt table > tbody:first-child > tr:first-child > td,
.single-product .product-excerpt table > tr:first-child > th,
.single-product .product-excerpt table > tr:first-child > td,
.aquira-category-description.entry-content th,
.aquira-category-description.entry-content thead th,
.aquira-category-description.entry-content table > tbody:first-child > tr:first-child > th,
.aquira-category-description.entry-content table > tbody:first-child > tr:first-child > td,
.aquira-category-description.entry-content table > tr:first-child > th,
.aquira-category-description.entry-content table > tr:first-child > td {
  color: #fff;
  background: #0490a2;
  font-weight: 700;
  text-align: center !important;
  vertical-align: middle;
}

.single-post .entry-content td p,
.single-post .entry-content th p,
.single-product .entry-content td p,
.single-product .entry-content th p,
.single-product .product-excerpt td p,
.single-product .product-excerpt th p,
.aquira-category-description.entry-content td p,
.aquira-category-description.entry-content th p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit !important;
}

.single-post .entry-content tbody tr:nth-child(even) > td,
.single-product .entry-content tbody tr:nth-child(even) > td,
.single-product .product-excerpt tbody tr:nth-child(even) > td,
.aquira-category-description.entry-content tbody tr:nth-child(even) > td {
  background: #f7fbfb;
}

.single-post .entry-content tbody tr:hover > td,
.single-product .entry-content tbody tr:hover > td,
.single-product .product-excerpt tbody tr:hover > td,
.aquira-category-description.entry-content tbody tr:hover > td {
  background: #edf8fa;
}

.single-post .entry-content table > tbody:first-child > tr:first-child > td,
.single-product .entry-content table > tbody:first-child > tr:first-child > td,
.single-product .product-excerpt table > tbody:first-child > tr:first-child > td,
.aquira-category-description.entry-content table > tbody:first-child > tr:first-child > td {
  background: #0490a2;
}

@media (max-width: 767px) {
  .single-post .entry-content .wp-block-table,
  .single-product .entry-content .wp-block-table,
  .single-product .product-excerpt .wp-block-table,
  .aquira-category-description.entry-content .wp-block-table {
    display: block;
    margin: 20px 0;
    padding-bottom: 2px;
  }

  .single-post .entry-content table,
  .single-product .entry-content table,
  .single-product .product-excerpt table,
  .aquira-category-description.entry-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    overflow-x: auto;
    font-size: 14px;
    table-layout: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }

  .single-post .entry-content .wp-block-table table,
  .single-product .entry-content .wp-block-table table,
  .single-product .product-excerpt .wp-block-table table,
  .aquira-category-description.entry-content .wp-block-table table {
    display: table;
    min-width: 640px;
    margin: 0;
    overflow: visible;
  }

  .single-post .entry-content th,
  .single-post .entry-content td,
  .single-product .entry-content th,
  .single-product .entry-content td,
  .single-product .product-excerpt th,
  .single-product .product-excerpt td,
  .aquira-category-description.entry-content th,
  .aquira-category-description.entry-content td {
    min-width: 120px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

