/*
Theme Name: Evoe
Theme URI: 
Description: 
Author: Ngoc Trinh
Template: flatsome
Version: 1.0
*/
/* ========== */
img.size-full.alignnone {
  margin-bottom: 0;
}

.wp-block-image figcaption {
  text-align: center;
}

.nt-bgr.banner .bg-fill,
.nt-bgr > .section-bg {
  background-size: auto !important;
}

.nt-bgr-repeat > .section-bg {
  background-size: auto !important;
  background-repeat: repeat-y !important;
}

.wp-block-media-text {
  margin-bottom: 40px;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text .wp-block-media-text__media {
  border: 13px solid #fff;
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
}

.absolute-footer {
  padding-bottom: 10px;
}

.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1, .box-shadow-1-hover:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1882352941);
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span {
  font-size: 13px;
  font-family: var(--f-head);
  font-weight: 600;
}

.blog-single footer.entry-meta {
  border: unset;
}

.mobile-nav .header-search .nav-dropdown {
  right: -30px;
  left: auto;
}

.post-sidebar .widget.flatsome_recent_posts a {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.post-sidebar .widget.flatsome_recent_posts .badge {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.post-sidebar .widget:not(.widget_search) {
  border: 1px solid #e6e6e6;
  padding: 0 20px 20px;
  border-radius: 8px;
  background-color: #fff;
}
.post-sidebar .widget-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 13px;
  margin-bottom: 5px;
  display: block;
  color: var(--fs-color-primary);
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.45rem;
}
.post-sidebar .widget .post_comments {
  display: none;
}

.is-divider:not(.divider) {
  display: none;
}

.uxb-wrapper .is-divider {
  display: block;
}

.single-post table,
.single-product .woocommerce-tabs table {
  border-collapse: collapse;
}
.single-post table th,
.single-post table td,
.single-product .woocommerce-tabs table th,
.single-product .woocommerce-tabs table td {
  text-align: center;
  padding: 5px 0;
  line-height: 20px;
  border: 1px solid #c3c3c3;
}
.single-post table tr:nth-child(even) td,
.single-product .woocommerce-tabs table tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.header .cart-icon::before,
.header a > .icon-search:before,
.header .icon-phone::before,
.header .icon-envelop::before,
.header .icon-map-pin-fill::before,
.header .icon-star::before,
.header .icon-user::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--fs-color-primary);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
}
.header.nav-dark .cart-icon::before,
.header.nav-dark a > .icon-search:before,
.header.nav-dark .icon-phone::before,
.header.nav-dark .icon-map-pin-fill::before,
.header.nav-dark .icon-star::before,
.header.nav-dark .icon-envelop::before,
.header.nav-dark .icon-user::before {
  content: "";
  background-color: #ffffff;
}
.header.nav-dark li > a > i:not(.icon-angle-down) {
  color: #ffffff !important;
}
.header span.cart-icon {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header span.cart-icon strong {
  border: unset;
  font-weight: 400;
  background: var(--fs-color-primary);
  color: #fff !important;
  font-size: 11px;
  width: 17px;
  height: 17px;
  border-radius: 99px;
  line-height: 16px;
  margin: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 0.9;
}
.header span.cart-icon strong:after {
  display: none;
}
.header span.cart-icon:before {
  -webkit-mask-image: url(img/icon-shopping-bag.svg);
          mask-image: url(img/icon-shopping-bag.svg);
}
.header .icon-user::before {
  -webkit-mask-image: url(img/user.svg);
          mask-image: url(img/user.svg);
}
.header .icon-phone::before {
  -webkit-mask-image: url(img/icon-call.svg);
          mask-image: url(img/icon-call.svg);
}
.header .icon-envelop::before {
  -webkit-mask-image: url(img/icon-email.svg);
          mask-image: url(img/icon-email.svg);
}
.header .icon-map-pin-fill::before {
  -webkit-mask-image: url(img/icon-localtion.svg);
          mask-image: url(img/icon-localtion.svg);
}
.header .icon-star::before {
  -webkit-mask-image: url(img/icon-ring.svg);
          mask-image: url(img/icon-ring.svg);
}
.header a > .icon-search:before {
  -webkit-mask-image: url(img/loupe.svg);
          mask-image: url(img/loupe.svg);
  width: 18px;
  height: 18px;
}

.nt-menu.ux-menu {
  flex-flow: row wrap;
}
.nt-menu.ux-menu .ux-menu-link:first-child .ux-menu-link__link {
  padding-left: 0;
}
.nt-menu.ux-menu .ux-menu-link:last-child .ux-menu-link__link {
  padding-right: 0;
}
.nt-menu.ux-menu .ux-menu-link__link {
  padding: 0 15px;
  min-height: unset;
  line-height: 1;
  margin-bottom: 10px;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link {
  border: none;
}
.nt-menu.ux-menu.ux-menu--divider-solid .ux-menu-link + .ux-menu-link .ux-menu-link__link {
  border-left: 1px solid #6B6B6B;
}

.text > h1, .text > h2, .text > h3,
.banner h1,
.banner h2,
.banner h3 {
  line-height: inherit;
}

.sub-menu .row {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-cart-form a {
  color: #222;
}

ul.product_list_widget li a:not(.remove) {
  color: #222;
  font-size: 12px;
}

@media only screen and (max-width: 849px) {
  .product-gallery {
    margin-bottom: 15px;
  }
  .product-main {
    padding-bottom: 0;
  }
}
:root {
  --accent-grad: linear-gradient(100deg, #b3140a, #fc5a2a);
  --orange-1: #fd530b;
  --orange-2: #fc9908;
  --orange: #fc7a08;
  --yellow-1: #ffb000;
  --yellow-2: #ffec00;
  --red: #e0210f;
  --accent: #e62214;
  --accent-2: #b3140a;
  --ink: #161310;
  --ink-2: #26211b;
  --panel: #1e1a15;
  --panel-2: #262017;
  --line: rgba(255, 255, 255, .10);
  --line-dark: rgba(0, 0, 0, .10);
  --paper: #f6f3ee;
  --paper-2: #ece7df;
  --text: #1a1712;
  --text-soft: #6a6157;
  --text-invert: #f6f3ee;
  --text-invert-soft: rgba(246, 243, 238, .62);
  --f-display: "Saira Condensed", system-ui, sans-serif;
  --f-head: "Saira", system-ui, sans-serif;
  --f-body: "Be Vietnam Pro", system-ui, sans-serif;
  --radius: 4px;
  --radius-lg: 8px;
  --maxw: 1280px;
  --gutter: clamp(20px, 5vw, 56px);
  --shadow: 0 18px 50px -20px rgba(0, 0, 0, .45);
  --shadow-sm: 0 8px 24px -12px rgba(0, 0, 0, .4);
}

.button:not(.icon) {
  font-size: 13px;
  padding: 11px 38px;
  font-family: var(--f-head);
}
.button:not(.icon) i {
  transition: all 0.2s;
}
.button:not(.icon) .icon-angle-right::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/arrow-next.svg) no-repeat;
          mask: url(img/arrow-next.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

input[type=submit], input[type=submit].button,
.primary {
  background: var(--accent-grad);
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(253, 83, 11, 0.7);
  border: none;
}
input[type=submit]:hover, input[type=submit].button:hover,
.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -10px rgba(253, 83, 11, 0.85);
}

.button.is-outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid rgba(0, 0, 0, 0.18);
  box-shadow: unset;
}
.button.is-outline.icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

.dark .button.is-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

.is-outline.primary {
  border-color: var(--accent);
  color: var(--accent);
}

.button.is-link, .button.is-underline {
  background: transparent;
  box-shadow: unset;
  padding: 0;
}
.button.is-link:hover i, .button.is-underline:hover i {
  transform: translateX(8px);
}

.nt-border img {
  border-radius: 8px;
}

.header {
  border-bottom: 1px solid var(--line);
}
.header .header-contact > li {
  margin: 0 12px;
}
.header .header-contact > li > a {
  font-size: 13px;
  font-family: inherit;
}
.header .button.is-link {
  font-weight: 400;
  font-size: 13px;
  text-transform: unset;
  color: rgba(246, 243, 238, 0.62);
}
.header .header-language-dropdown .nav > li + li::before {
  content: "/";
  color: rgba(246, 243, 238, 0.62);
  display: inline-block;
  padding-right: 10px;
  font-size: 10px;
  opacity: 0.4;
}
.header .header-language-dropdown .nav > li.active > a {
  color: var(--fs-color-primary);
}
.header .header-language-dropdown .nav > li > a {
  font-size: 13px;
}
.header .header-nav-main > li > a {
  font-size: 13px;
}
.header .nav-line-bottom > li > a:before {
  height: 2px;
  background: var(--accent-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
  left: 0;
}
.header .nav-line-bottom > li:hover > a::before, .header .nav-line-bottom > li.current-menu-item > a::before {
  transform: scaleX(1);
}
.header .button.primary {
  border-radius: 99px;
  background: var(--accent-grad);
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(253, 83, 11, 0.7);
  border: none;
  font-size: 13px;
  padding: 5px 16px;
}
.header .mobile-nav > .nav-icon > a,
.header .header-search > a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  transition: background 0.15s;
  padding: 0;
}

.hero .section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 85% 10%, rgba(252, 122, 8, 0.16), transparent 55%);
}
.hero .section-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-size: 64px 64px;
  -webkit-mask: linear-gradient(180deg, #000, transparent 80%);
          mask: linear-gradient(180deg, #000, transparent 80%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
}
.hero .hero-kicker {
  border-color: rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 7px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 99px;
  font-family: var(--f-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--accent);
  margin-bottom: 26px;
}
.hero .hero-kicker p {
  margin-bottom: 0;
}
.hero .hero-kicker::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(252, 122, 8, 0.2);
}
.hero h1 {
  font-size: clamp(2.5rem, 6.6vw, 4.3rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.06;
  margin-bottom: 25px;
}
.hero h1 em {
  font-style: normal;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .stack {
  margin-top: 30px;
}
.hero .stack h4 {
  font-size: 2.4rem;
  line-height: 1;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero .stack h4 span.count-up {
  opacity: 1;
}
.hero .stack p {
  color: var(--text-soft);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}
.hero .banner .icon-box {
  align-items: center;
  z-index: 3;
  color: rgb(255, 255, 255);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  backdrop-filter: blur(4px);
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 16px 15px;
  gap: 13px;
}
.hero .banner .icon-box-img {
  width: 42px;
  height: 42px;
  display: grid;
  border-radius: var(--radius);
  background: var(--accent-grad);
  place-items: center;
  flex: 0 0 auto;
  padding: 10px;
}
.hero .banner .icon-box-img svg {
  padding-top: 0;
}
.hero .banner .icon-box h3 {
  font-size: 1.3rem;
  display: block;
  line-height: 1;
  margin: 0;
}
.hero .banner .icon-box p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.74rem;
  margin: 0;
}

.catstrip .icon-box-img {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  line-height: 0;
  padding: 11px;
}
.catstrip .icon-box-img svg {
  padding-top: 0;
}
.catstrip .icon-box .button i {
  transition: all 0.2s;
}
.catstrip .row-divided {
  background: var(--line);
  padding: 0 35px;
}
.catstrip .row-divided > .col {
  background-color: rgb(22, 19, 16);
  padding-bottom: 20px;
}
.catstrip .row-divided > .col:hover {
  background-color: var(--panel-2);
}
.catstrip .row-divided > .col:hover .button i {
  transform: translatex(8px);
}
.catstrip .row-divided > .col + .col:not(.large-12) {
  border-left-color: var(--line);
}

.section-title-container > h5 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--accent);
  margin-bottom: 15px;
}
.section-title-container > h5::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--accent-grad);
}
.section-title span {
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.2;
}
.section-title-normal {
  border: none;
}
.section-title-normal span {
  border: none;
  padding-bottom: 0;
}
.section-title-center b {
  background-color: transparent;
}
.section-title-center span {
  margin: 0;
}
.section-title-center > h5 {
  text-align: center;
  display: block;
}
.section-title > a {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid rgba(0, 0, 0, 0.18);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.86rem;
  padding: 14px 26px;
  border-radius: var(--radius);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
}

.nt-giai-phap .box {
  background: rgb(255, 255, 255);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.nt-giai-phap .box-text {
  display: flex;
  flex-direction: column;
  padding: 22px 24px 1px 24px;
  gap: 10px;
  flex: 1 1 0%;
}
.nt-giai-phap .box-text-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nt-giai-phap .box h2 {
  font-size: 1.45rem;
  text-transform: uppercase;
  color: var(--ink);
}
.nt-giai-phap .box p {
  color: var(--text-soft);
  font-size: 0.92rem;
  margin: 0px;
  flex: 1 1 0%;
}
.nt-giai-phap .box .button {
  text-align: left;
}

.product-small.col > .col-inner {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}
.product-small.col:hover > .col-inner {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.product-small.col:hover > .col-inner .button.is-underline::before {
  right: -40px;
}
.product-small.col .box-image img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-small.col .box-text {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}
.product-small.col .category {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  opacity: 1;
}
.product-small.col .product-title > a {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.35rem;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.2;
}
.product-small.col .gioi-thieu-ngan {
  font-size: 0.86rem;
  color: var(--text-soft);
  flex: 1;
  margin: 2px 0 0;
}
.product-small.col .add-to-cart-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line-dark);
}
.product-small.col .box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-small.col .button.is-underline {
  margin: 0;
}
.product-small.col .button.is-underline:hover {
  transform: unset;
}
.product-small.col .button.is-underline:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/arrow-next.svg) no-repeat;
  mask: url(img/arrow-next.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  top: 5px;
  right: -35px;
  opacity: 1;
  left: auto;
}

.nt-dong-hanh .row-solid {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.nt-dong-hanh .row-solid .col-inner {
  padding: 30px;
}
.nt-dong-hanh .row-solid .col-inner:hover {
  background: var(--panel-2);
}
.nt-dong-hanh .row-solid .col::after,
.nt-dong-hanh .row-solid .col:before {
  border-color: var(--line);
}
.nt-dong-hanh .icon-box h3 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.45rem;
  text-transform: uppercase;
}
.nt-dong-hanh .icon-box p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
}

.nt-vi-sao .banner p {
  margin: 6px 0 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.7);
}
.nt-vi-sao .banner h4 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
}
.nt-vi-sao .banner h4 .count-up {
  opacity: 1;
}
.nt-vi-sao .icon-box-img .icon {
  background: var(--ink);
  line-height: 0;
  border-radius: 5px;
  padding: 12px;
  margin-top: 5px;
}
.nt-vi-sao .icon-box-img .icon svg {
  padding-top: 0;
}
.nt-vi-sao .icon-box h4 {
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 5px;
}
.nt-vi-sao .icon-box p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-soft);
}

.nt-phan-phoi h4 {
  text-align: center;
  font-family: var(--f-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  color: var(--text-soft);
}
.nt-phan-phoi .slider .flickity-page-dots {
  display: none;
}
.nt-phan-phoi .slider .img {
  margin-right: 20px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  display: grid;
  place-items: center;
}

.nt-bao-gia .section-bg {
  inset: 0;
  background: radial-gradient(80% 120% at 0% 0%, rgba(253, 83, 11, 0.4), transparent 55%), radial-gradient(70% 100% at 100% 100%, rgba(255, 176, 0, 0.18), transparent 55%);
}
.nt-bao-gia .wpcf7 label {
  color: rgba(255, 255, 255, 0.6);
}
.nt-bao-gia .wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: #fff;
}
.nt-bao-gia .wpcf7 .wpcf7-form-control:not(.wpcf7-submit) option {
  color: var(--ink);
}

.wpcf7 label {
  display: block;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
  margin-bottom: 7px;
}
.wpcf7 .flex-col > .wpcf7-spinner {
  position: absolute;
  bottom: -25px;
  right: 0;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  box-shadow: unset;
  height: 47px;
}
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit):hover {
  border-color: var(--fs-color-primary);
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
}
.wpcf7 .wpcf7-submit {
  margin: 0;
  font-size: 13px;
  padding: 11px 38px;
  width: 100%;
}
.wpcf7 .col {
  padding-bottom: 5px;
}

.post-item .col-inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}
.post-item .box-text {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.post-item .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.post-item .post-meta,
.post-item .cat-label {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  order: -1;
  line-height: 1;
  margin: 0;
  opacity: 1;
}
.post-item .cat-label {
  color: var(--accent);
}
.post-item .cat-label::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  margin: 0 12px;
  position: relative;
  top: -2px;
}
.post-item .post-meta {
  color: var(--text-soft);
  opacity: 1;
}
.post-item .post-title > a {
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.25;
}
.post-item .from_the_blog_excerpt {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.88rem;
  flex: 1;
  width: 100%;
}
.post-item .button {
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  width: 100%;
  text-align: left;
}
.post-item .button::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: currentColor;
  display: inline-block;
  margin-right: 10px;
  -webkit-mask: url(img/arrow-next.svg) no-repeat;
  mask: url(img/arrow-next.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  top: 3px;
  opacity: 1;
  position: relative;
}

.footer-wrapper .dark, .footer-wrapper .dark p, .footer-wrapper .dark td {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.62);
}
.footer-wrapper .social-icons .button.icon {
  border-radius: 5px !important;
  margin: 0 5px;
  border-color: var(--line);
}
.footer-wrapper .social-icons .button.icon:first-child {
  margin-left: 0;
}
.footer-wrapper .ux-menu-title {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}
.footer-wrapper .dark .ux-menu-link > a {
  transition: color 0.15s, padding 0.15s;
}
.footer-wrapper .dark .ux-menu-link:hover > a {
  color: var(--accent);
  padding-left: 5px;
}
.footer-wrapper .icon-box-img {
  max-width: 18px;
}
.footer-wrapper .nt-menu.ux-menu {
  justify-content: flex-end;
}
.footer-wrapper .nt-menu.ux-menu .ux-menu-link__link {
  margin-bottom: 0;
}
.footer-wrapper .nt-menu.ux-menu .ux-menu-link:hover > a {
  color: var(--accent);
  padding-left: 15px;
}
.footer-wrapper .foot-bottom .col {
  padding-bottom: 20px;
}

.nt-hero {
  color: rgba(255, 255, 255, 0.5);
}
.nt-hero .section-bg {
  inset: 0;
  background: radial-gradient(80% 100% at 90% 0, rgba(253, 83, 11, 0.28), transparent 55%);
}
.nt-hero p {
  color: rgba(255, 255, 255, 0.5);
}

.rank-math-breadcrumb span {
  color: var(--accent);
}

.nt-about-us-1 .row-solid {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.nt-about-us-1 .row-solid h4 {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 2px;
}
.nt-about-us-1 .row-solid h4 .count-up {
  opacity: 1;
}
.nt-about-us-1 .row-solid p {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-soft);
  margin-top: 8px;
  margin-bottom: 0;
}

.page-wrapper:not(.blog-single) {
  padding-top: 0;
}

.blog-single .large-9 .article-inner {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 30px;
}
.blog-single .large-9 .article-inner .social-icons > .icon {
  border-radius: 5px !important;
  margin: 0 5px;
  border: 1px solid var(--line-dark);
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.blog-single .large-9 .article-inner .social-icons > .icon:first-child {
  margin-left: 0;
}
.blog-single .large-9 .article-inner .entry-header h1.entry-title {
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 8px;
}
.blog-single .large-9 .article-inner .entry-header .entry-meta, .blog-single .large-9 .article-inner .entry-header .entry-category {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  order: -1;
  line-height: 1;
  margin: 0;
  opacity: 1;
  width: auto;
}
.blog-single .large-9 .article-inner .entry-header .entry-meta a, .blog-single .large-9 .article-inner .entry-header .entry-category a {
  color: var(--accent);
}
.blog-single .large-9 .article-inner .entry-header-text {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.blog-single .large-9 .article-inner .entry-header .entry-category::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  display: inline-block;
  margin: 0 12px;
  position: relative;
  top: -2px;
}

.nt-contact-us .dark .social-icons {
  margin-top: 20px;
}
.nt-contact-us .dark .social-icons .button.icon {
  border-radius: 5px !important;
  margin: 0 5px;
  border-color: var(--line);
}
.nt-contact-us .dark .social-icons .button.icon:first-child {
  margin-left: 0;
}
.nt-contact-us .dark .icon-box {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.nt-contact-us .dark .icon-box-img .icon {
  background: rgba(255, 255, 255, 0.06);
  line-height: 0;
  border-radius: 5px;
  padding: 12px;
  margin-top: 5px;
}
.nt-contact-us .dark .icon-box-img .icon svg {
  padding-top: 0;
}
.nt-contact-us .dark .icon-box h4 {
  font-family: var(--f-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.02rem;
  color: #fff;
  margin-bottom: 4px;
}
.nt-contact-us .dark .icon-box p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.5;
}
.nt-contact-us .dark .icon-box p a {
  color: currentColor;
}

.product-images {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.product-images img,
.product-thumbnails img {
  aspect-ratio: 1;
}

.product-thumbnails a {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
}

.product-main > .content-row {
  align-items: flex-start;
}

.product-info {
  display: flex;
  flex-wrap: wrap;
}
.product-info .product-title {
  font-size: clamp(2rem, 4vw, 3rem);
  text-transform: uppercase;
  color: var(--ink);
  margin: 4px 0 0;
  order: -1;
}
.product-info .product-short-description {
  margin: 18px 0 0;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.65;
  width: 100%;
}
.product-info .product_meta {
  order: -1;
  margin-bottom: 0;
}
.product-info .product_meta > span {
  border: none;
  color: var(--text-soft);
  font-size: 0.95rem;
  text-transform: uppercase;
  padding: 0;
}
.product-info .product-cat {
  order: -1;
}
.product-info .product-cat span {
  font-size: 0;
}
.product-info .product-cat a {
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
}
.product-info .product-cat a + a:before,
.product-info .product-cat .posted_in + .posted_in::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
  margin: 0 12px;
  position: relative;
  top: -2px;
}
.product-info .catalog-product-text {
  padding-bottom: 20px;
}
.product-info .thong-so {
  border-top: 2px solid var(--ink);
  width: 100%;
  margin-bottom: 30px;
}
.product-info .thong-so > li {
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  align-items: center;
  padding: 13px 0;
  list-style: none;
  margin: 0;
}
.product-info .thong-so > li strong {
  font-family: var(--f-head);
  font-weight: 600;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  width: 42%;
}
.product-info .thong-so > li span {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.92rem;
  padding-left: 4px;
  flex: 1;
}

.technical-docs {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgb(255, 255, 255);
  width: 100%;
}

.technical-docs__title {
  font-family: var(--f-display);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ink);
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 16px 20px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line-dark);
}

.technical-docs__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line-dark);
  transition: background 0.15s;
}

.technical-docs__info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.technical-docs__icon {
  width: 40px;
  height: 40px;
  color: var(--red);
  display: grid;
  border-radius: var(--radius);
  background: rgba(224, 33, 15, 0.1);
  place-items: center;
  flex: 0 0 auto;
  padding: 10px;
}

.technical-docs__name {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  font-family: var(--f-head);
  font-weight: 600;
}

.technical-docs__meta {
  color: var(--text-soft);
  font-size: 0.78rem;
}

.technical-docs__download {
  width: 38px;
  height: 38px;
  display: grid;
  color: var(--ink);
  border-radius: var(--radius);
  border: 1px solid var(--line-dark);
  place-items: center;
  transition: background 0.15s, color 0.15s;
  padding: 9px;
}

.product-section {
  border: none;
}

.related {
  background: var(--paper-2);
  padding: 90px 0;
}
.related .slider-nav-reveal .flickity-prev-next-button {
  background-color: transparent;
  box-shadow: unset;
}

#bao-gia {
  border-radius: 8px;
}
#bao-gia h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 6px;
}

.dark .breadcrumbs a {
  color: rgba(255, 255, 255, 0.5);
}

.featured-title {
  background: rgb(22, 19, 16) radial-gradient(80% 100% at 90% 0, rgba(253, 83, 11, 0.28), transparent 55%);
}
.featured-title .page-title-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.featured-title h1 {
  font-size: clamp(2rem, 4.6vw, 3.5rem);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.featured-title p {
  color: rgba(255, 255, 255, 0.5);
}
.featured-title .rank-math-breadcrumb p {
  margin-bottom: 1.3em;
}

.bl-parent li.active > a,
.bl-children li.active > a {
  background: #111;
  color: #fff;
}

.bl-parent a,
.bl-children a {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
}

.bl-parent ul,
.bl-children ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-inner .woof_container_inner h4,
.sidebar-inner .widget-title {
  font-family: var(--f-display);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ink);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
  display: block;
}
.sidebar-inner .woof label,
.sidebar-inner .widget > ul > li > a {
  text-align: left;
  background: none;
  border: 0;
  padding: 9px 8px 0 0;
  border-radius: var(--radius);
  font-family: var(--f-body);
  font-size: 0.9rem;
  color: var(--text-soft);
  transition: background 0.15s, color 0.15s;
  font-weight: 400;
}
.sidebar-inner .widget > ul > li.active > a {
  font-weight: 700;
  color: var(--accent);
}
.sidebar-inner .woof_radio_count,
.sidebar-inner .widget > ul > li .count {
  font-family: var(--f-head);
  font-size: 0.72rem;
  opacity: 0.6;
}

.product-brand h5.header-title {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid var(--line-dark);
  padding-bottom: 14px;
}
.product-brand .box-text {
  padding: 18px 20px 20px;
  background-color: #fff;
}
.product-brand .box-text-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  flex: 1 1 0%;
}
.product-brand p.count {
  flex: 1;
  font-family: var(--f-head);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--ink);
}
.product-brand .button {
  margin: 0;
}
.product-brand .box-image img {
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 549px) {
  .catalog-product-text {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
  }
  .catalog-product-text > .button:not(.icon) {
    padding: 11px 5px;
    width: 100%;
    margin: 0;
  }
  .catalog-product-text > .button:not(.icon).secondary {
    max-width: 140px;
  }
  .blog-single .large-9 > article {
    margin-bottom: 0;
  }
  .blog-single .large-9 .article-inner {
    padding: 20px;
  }
  .footer-wrapper .nt-menu.ux-menu {
    justify-content: flex-start;
  }
  .button {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero .button {
    min-width: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero .stack {
    flex-wrap: wrap;
  }
  .hero .stack > .text {
    width: 50%;
    margin-bottom: 30px !important;
  }
  .hero .stack h4 {
    margin-bottom: 5px;
  }
  .hero .banner .icon-box {
    padding: 10px;
  }
  .catstrip .row-divided > .col + .col:not(.large-12) {
    border-top: 1px solid var(--line);
  }
  .section-title > a {
    margin: 20px 0 0 0;
  }
  .nt-vi-sao .banner-layers {
    overflow: visible;
  }
}
@media only screen and (max-width: 849px) {
  .page-title .medium-text-center {
    text-align: left !important;
  }
  .related {
    padding: 40px 0;
  }
  .nt-bao-gia .button {
    min-width: 240px;
  }
  .header .header-top .nav-center {
    justify-content: space-between;
  }
  .nt-phan-phoi .slider {
    padding-bottom: 50px;
  }
  .nt-phan-phoi .slider .flickity-button {
    display: none;
  }
  .nt-phan-phoi .slider .flickity-page-dots {
    display: block;
  }
}
@media only screen and (max-width: 1300px) {
  .catstrip .row-divided {
    padding: 0 15px;
  }
}
@media screen and (min-width: 850px) {
  .nt-kien-thuc .flickity-page-dots {
    display: none;
  }
  .product-gallery {
    padding-right: 45px;
  }
}/*# sourceMappingURL=style.css.map */