/*
Theme Name: Flatsome Child
Template: flatsome
Version: 1.0.0
*/

:root {
  --primary: #071A33;
	--success: #008000;
	--alert: #f00;
  --secondary: #D69A1F;
  --gold: #D69A1F;
  --gold-light: #F3B73E;
  --bg: #F8FAFC;
  --text: #0F172A;
  --muted: #64748B;
  --border: #E5E7EB;
  --white: #fff;
	--black: #111;
	--mau-phu: #D69A1F;
  --radius: 8px;
}

/* GLOBAL */
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

.hc-container,
.hachi-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HEADER */
.header-main {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.nav > li > a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* BUTTON */
.button.primary,
.hc-btn-primary,
.hachi-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light)) !important;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 12px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 25px rgba(214, 154, 31, 0.25);
}

.button.primary:hover,
.hc-btn-primary:hover,
.hachi-btn-primary:hover {
  background: #B97E11 !important;
  color: #fff !important;
}

.hc-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1.5px solid var(--primary);
  color: var(--primary);
  padding: 14px 22px;
  font-weight: 800;
  background: #fff;
}

/* SECTION TITLE */
.hc-section-title,
.hachi-section-title {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  color: var(--primary);
  margin: 0 0 34px;
}

.hc-section-title::after,
.hachi-section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 99px;
  background: var(--gold);
}

/* HERO */
.hc-hero {
  background: linear-gradient(135deg, #fff 0%, #eef4fb 100%);
  padding: 90px 0;
  overflow: hidden;
}

.hc-hero h1 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  font-weight: 950;
  color: var(--primary);
  margin: 0 0 24px;
}

.hc-hero h1 span {
  color: var(--gold);
  display: block;
}

.hc-hero p {
  font-size: 20px;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.7;
}

/* CARD */
.hc-card,
.hachi-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 12px 30px rgba(7, 26, 51, 0.06);
  transition: all 0.25s ease;
}

.hc-card:hover,
.hachi-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

/* DARK SECTION */
.hc-dark-section,
.hachi-dark-section {
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
}

.hc-dark-section h2,
.hc-dark-section h3,
.hc-dark-section p,
.hachi-dark-section h2,
.hachi-dark-section h3,
.hachi-dark-section p {
  color: #fff;
}

/* PRODUCT */
.hc-product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.hc-product-card,
.hachi-product-card {
  padding: 18px;
}

.hc-product-card img,
.hachi-product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 14px;
  background: #f8fafc;
}

.hc-product-card h3,
.hachi-product-card h3 {
  font-size: 18px;
  line-height: 1.35;
  color: var(--primary);
  font-weight: 900;
}

/* STATS */
.hc-stats {
  background: var(--primary);
  color: #fff;
  padding: 58px 0;
}

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

.hc-stat-number,
.hachi-stat-number {
  font-size: 44px;
  font-weight: 950;
  color: var(--gold-light);
}

.hc-stat-label {
  color: #cbd5e1;
  font-weight: 700;
}

.hc-muted,
.hachi-muted {
  color: var(--muted);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hc-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hc-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hc-section-title,
  .hachi-section-title {
    font-size: 24px;
  }

  .hc-stat-number,
  .hachi-stat-number {
    font-size: 32px;
  }

  .button.primary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .hc-hero {
    padding: 54px 0;
  }

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

  .hc-stats-grid {
    grid-template-columns: 1fr;
  }
}

ul.title_show_cats::-webkit-scrollbar {
    height: 4px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}
ul.wpc-filters-ul-list::-webkit-scrollbar-thumb {
    background: var(--primary) !important;
}
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: var(--radius);
}
::selection {
    background-color: var(--alert);
    color: var(--white);
}
/* -------  ------- */
.pd_bottom{
		padding-bottom: 0 !important;
}
.pd_bottom_40 {
		padding-bottom: 40px !important;
}
.pd_bottom_30{
		padding-bottom: 30px !important;
}
.pd_bottom_20{
		padding-bottom: 20px !important;
}
.pd_bottom_10{
		padding-bottom: 10px !important;
}
.pd_top{
		padding-top: 0 !important;
}
.justify{
		text-align: justify;
}
.entry-content.single-page ul > li, .entry-content.single-page ol > li, .woocommerce-Tabs-panel ul > li, .woocommerce-Tabs-panel ol > li, .product-short-description ul > li, .product-short-description ol > li, .page .col > .col-inner ul > li, .page .col > .col-inner ol > li {
    margin-left: 1em;
}
.entry-content.single-page {
    padding: 0;
}
/* -------- MENU -------- */
.header:not(.transparent) .header-nav.nav > li {
    margin: 0 20px;
}
.header:not(.transparent) .header-nav.nav > li > a {
    color: var(--white);
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
		cursor: pointer;
}
.header:not(.transparent) .header-nav.nav > li.active > a, .header:not(.transparent) .header-nav.nav > li:hover > a {
    color: var(--secondary) !important;
}
/*------- SUB-MENU -------*/
ul.sub-menu.nav-dropdown-default {
    border: 0;
    padding: 2px 5px;
    background: #fff;
    border-radius: var(--radius);
    min-width: 300px;
}
ul.nav-dropdown.nav-dropdown-default>li {
    display: -webkit-box;
    min-width: max-content;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    color: #000 !important;
    min-width: 100%;
    text-transform: capitalize !important;
    background: transparent;
    margin: 0;
    border: 0;
    position: relative;
    border-bottom: 0px;
}
.nav-dropdown-default>li:hover>a, .nav-dropdown-default>li.current-menu-item>a {
    color: var(--primary) !important;
}
ul.nav-dropdown.nav-dropdown-default li+li {
    border-top: 1px dashed #d5d5d5;
}
.nav-dropdown.nav-dropdown-default>li>a:after {
    content: '';
    width: 0;
    height: 1px;
    background: var(--primary);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all 300ms;
}
.nav-dropdown-default>li:hover>a:after {
    width: 100%;
    transition: all 300ms;
}
.nav-dropdown.nav-dropdown-default>li>a:before,  ul.menu>li>a:before {
    font-family: fontawesome;
    padding-right: 5px;
    font-size: 15px;
}
/*-------- FOOTER --------*/
.title_footer p {
    margin-bottom: 0;
}
.title_footer {
    position: relative;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    color: var(--primary);
}
.text_footer p {
    margin-bottom: 0.5em;
}

a.ux-menu-link__link.flex:hover {
    color:  var(--mau-phu) !important;
}
/* -------- BLOG -------- */
.post-title, .widget ul li .recent-blog-posts a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
		font-size: 18px;
		margin-bottom: 10px;
}
p.from_the_blog_excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product-small.box .box-text, .box.box-blog-post .box-text{
		padding: 15px;
}
.col.post-item {
    display: table;
}
.col.post-item > .col-inner {
    display: table-cell;
    overflow: hidden;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    background: #fff;
    border-radius: var(--radius);
}
.col.post-item > .col-inner .box-blog-post .box-text-inner {
    display: flex;
    flex-wrap: wrap;
}
.col.post-item > .col-inner .box-blog-post .box-text-inner .post-title {
    order: 1;
}
.col.post-item > .col-inner .box-blog-post .box-text-inner .post-meta {
    font-size: 13px;
    order: 2;
    opacity: 1;
}
.col.post-item > .col-inner .box-blog-post .box-text-inner p.cat-label {
    order: 3;
    background: var(--primary);
    color: #fff;
    padding: 7px 10px;
    line-height: 1;
    margin: 0 0 0 10px;
    opacity: 1;
    border-radius: var(--radius);
}
.col.post-item > .col-inner .box-blog-post .box-text-inner p.from_the_blog_excerpt {
    order: 4;
    margin-top: 10px;
}
.col.post-item > .col-inner .box-blog-post .box-text-inner .button {
    order: 5;
    font-size: 14px;
    margin: 0;
}
.doi_tac .box {
    border: 1px solid #ccc;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--white);
    box-shadow: 0 5px 5px -2px #00000029;
}
.doi_tac .box img {
    object-fit: contain;
		padding: 10px;
		height: 90px;
}
/*---- MẠNG XH -----  */
a.icon.zalo svg {
    width: 25px;
    height: 25px;
    fill: #02aad2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.button.zalo:hover {
    color: #02aad2;
}
.button.zalo:hover svg {
    fill: #fff;
}
a.icon.facebook, a.icon.zalo, a.icon.twitter, a.icon.pinterest, a.icon.linkedin, a.icon.youtube, a.icon.email, a.icon.tiktok, a.icon.instagram,
a.icon.phone {
    display: inline-block !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    box-shadow: 0 3px 5px #616161;
    text-align: center;
    transition: all 0.3s ease-out;
    background: #fff;
    border-color: #fff;
}
.social-icons a:hover {
    transform: translateY(-5px);
}
a.icon.facebook i.icon-facebook {
    color: #3b5999;
}
a.icon.pinterest i.icon-pinterest {
    color: #c31f1c;
}
a.icon.twitter i.icon-twitter {
    color: #55acee;
}
a.icon.linkedin i.icon-linkedin {
    color: #0077c6;
}
a.icon.youtube i.icon-youtube {
    color: #cd201f;
}
a.icon.email i.icon-envelop{
    color: #000;
}
a.icon.phone i.icon-phone {
		color: #51cb5a;
}
a.icon.tiktok{
		color: #000;
} 
a.icon.instagram{
		color: #ff9600;
}
.button.instagram:hover {
    color: #ff9600 !important;
}
.button.pinterest:hover{
		color: #cb2320 !important;
}
li.html.header-social-icons a, li.html.header-social-icons a i {
    box-shadow: 0 0 black !important;
    background: transparent;
    color: gray !important;
    margin: 0 !important;
}
/* ------ SẢN PHẨM ------ */
.product-small.box {
    box-shadow: 1px 1px 15px -2px #00000030;
    border-radius: var(--radius);
    overflow: hidden;
    /* border: 1px solid var(--primary); */
		background: #fff;
}
.product-small.box::before, .product-small.box::after {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: 0.5s;
    border-radius: var(--radius);
    pointer-events: none;
}
.product-small.box::before {
    border-bottom: 1px solid var(--primary);
    border-left: 1px solid var(--primary);
    transform-origin: 0 100%;
}
.product-small.box::after {
    border-top: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    transform-origin: 100% 0%;
}
.product-small.box:hover::after, .product-small.box:hover::before {
    transform: scale(1);
}
.product-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
		color: var(--black);
		font-weight: 700;
}
.price-wrapper span.amount, span.amount{
    color: var(--alert) !important;
}
.product-small.box .title-wrapper {
    margin-bottom: 1em;
}
.woocommerce-ordering select {
    border-radius: var(--radius);
}
.is-divider.small {
    display: none;
}
/* ------ MUA NHANH ----- */
a.devvn_buy_now {
    background: var(--primary) !important;
    border-radius: var(--radius);
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}
.devvn-popup-title, .popup-customer-info-group .devvn-order-btn {
    background: var(--primary);
}
/* -------- TITLE ------- */
.section-title a {
    padding: 0 !important;
}
.section-title.section-title-normal {
    border-bottom: 0;
    margin-bottom: 1em;
    flex-wrap: nowrap;
}
.section-title.section-title-normal span, .section-title.section-title-center span {
    color: var(--primary);
    font-size: 24px !important;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    line-height: 1.3;
    text-transform: initial;
    flex-shrink: 0;
}
.dark .section-title.section-title-normal span, .dark .section-title.section-title-center span {
    color: #fff;
}
.section-title.section-title-center {
    margin-bottom: 1em;
}
.section-title.section-title-center span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(/wp-content/uploads/2026/06/title_center.webp) no-repeat center;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.dark .section-title.section-title-center span:after {
    filter: brightness(0) invert(1);
		opacity: 1;
}
.section-title b {
    opacity: 0;
}

/* ------ WIDGET ------- */
.widget-title {
    width: 100%;
    display: block;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    position: relative;
    color: #fff;
    background: var(--primary);
    padding: 13px;
    border-radius: var(--radius) var(--radius) 0 0;
		margin-bottom: 0;
}
.widget ul li a {
    color: var(--black) !important;
    font-size: 16px !important;
    text-transform: none;
    display: block !important;
    transition: all ease-out .4s;
    font-weight: normal !important;
}
.widget ul li {
    margin-left: 0 !important;
}
.widget ul li.current-menu-item > a, .widget ul li:hover > a {
    color: var(--primary) !important;
		padding-left: 7px;
}
.widget ul li+li {
    border-top: 1px dashed #ccc !important;
}
.widget ul li ul {
    padding: 0 0 0 15px;
}
.widget>ul>li ul, ul.menu>li ul {
    border-left: 1px solid #ddd;
    display: none;
    margin: 0 0 10px 3px;
    padding-left: 15px;
    width: 100%;
}
.widget ul li.current-post-parent ul {
    display: block;
}
.badge.post-date {
    height: 2.8em !important;
}
/* ---------------------- */
.section-title-container {
    margin-bottom: 0em;
}
span.wpcf7-spinner, form.cart {
		display: none;
}
.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col, .col_doi_ngu {
    margin-bottom: 0;
    padding: 0 9.8px 12px !important;
}
.img_radius {
    border-radius: var(--radius);
    overflow: hidden;
}
.header-wrapper {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.box-blog-post .is-divider {
		display: none;
}
/* -------- FORM -------- */
/* .form_dangky input.wpcf7-form-control{
		height: 2.5em !important;
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
		margin: 0 !important;
}
.form_dangky input.wpcf7-submit {
    border-color: var(--primary) !important;
} */
.form_dangky .flex-col.ml-half {
    margin-left: 0 !important;
}
.form_dangky .flex-col.flex-grow {
    padding: 0 !important;
}
input.wpcf7-form-control, select.wpcf7-form-control, textarea.wpcf7-form-control {
    border-radius: var(--radius);
    box-shadow: 0 0 black;
		margin-bottom: 0;
}
/* ----- TIN TỨC MB ----- */
.tin_tuc_mb .box {
    display: flex;
    align-items: center;
    background: var(--trang);
}
.tin_tuc_mb .box p.from_the_blog_excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tin_tuc_mb .box .box-image {
    width: 40% !important;
}
.tin_tuc_mb .box .box-text {
   	padding: 0 0 0 10px !important;
}
/* ---------------------- */
.badge-inner.secondary.on-sale {
    border-color: var(--secondary);
}
.badge, .badge-container {
    margin: 0 !important;
		height: auto !important;
		top: 1px;
		left: 1px;
}
.on-sale {
    border-radius: var(--radius) 0 var(--radius) 0 !important;
    padding: 10px 20px;
    box-shadow: 3px 4px 5px -2px #1111114d;
		font-size: 14px;
}
div#custom_html-2, div#custom_html-2 > .col {
    padding: 0;
}
/* --- PRODUCT SINGLE --- */
.woocommerce-product-gallery figure {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid #ccc;
}
.product-thumbnails a {
    border-radius: var(--radius);
    border-color: rgba(0,0,0,.2);
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
    border-color: var(--primary);
}
.col_box_shadow> .col-inner {
    overflow: hidden;
    box-shadow: 0 2px 10px -1px #00000040;
}
.box_shadow_2 > .col-inner {
    box-shadow: 3px 3px 1px -1px var(--primary);
}
.woocommerce-tabs .nav-tabs > li > a {
    border-top-color: var(--primary);
    border-top-width: 5px;
    font-size: 16px;
    color: #000;
    border-radius: var(--radius) var(--radius) 0 0;
    text-transform: capitalize;
}
.woocommerce-tabs .tab-panels {
    border-radius: 0 var(--radius) var(--radius);
    box-shadow: 4px 4px 5px -3px #ccc;
}
/* ----- THANH TOÁN ----- */
p.form-row-first, p.form-row-last{
		width: 100%;
}
.woocommerce-billing-fields__field-wrapper label {
    display: none;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea, input#coupon_code {
    border-radius: var(--radius);
    box-shadow: 0 0 black;
}
form.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed {
    border: 1px dashed var(--primary);
    border-radius: var(--radius);
}
form.checkout_coupon button.button {
    text-shadow: 0 0 black;
    color: var(--white);
}
ul.nav-pagination li > .page-number {
    border-radius: var(--radius) !important;
    border-width: 1px !important;
    border-color: var(--primary);
    font-weight: 600;
}
.woocommerce-pagination li > .current {
    border-radius: var(--radius);
    font-weight: 600;
}
/* --------------------- */
.form-dat-hang {
    background: #ffffff00;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 2px 2px 20px #0000004a;
}


.header-main{
		background: var(--white);
}
.header-button > a {
    color: #fff !important;
}
.section-title.section-title-normal span:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: gray;
    left: 0;
    bottom: -7px;
    opacity: .4;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}
.icon_box_gt {
    min-width: 200px;
    width: auto;
}
.col_none>.col-inner {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.section-title.section-title-normal > a {
    background: #fff;
    z-index: 2;
    flex-shrink: 0;
}
.stack_ft > .icon_footer+.icon_footer {
    border-left: 1px dashed #ffffff61;
}
.absolute-footer {
    border-top: 1px dashed;
}
.row_sidebar > .col > .col-inner, .row_sidebar > .col > .is-sticky-column > .is-sticky-column__inner > .col-inner {
/*     padding: 20px; */
    background: #fff;
    /* box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23); */
    border-radius: var(--radius);
/*     overflow: hidden; */
}
.entry-header-text-top {
    padding-bottom: 10px;
}
.blog-single .post h1.entry-title {
    border-left: 5px solid var(--mau-phu);
    color: var(--primary);
    padding-left: 12px;
    line-height: 1.2;
		font-weight: 700;
		position: relative;
		margin-bottom: 1em;
}
/* .blog-archive .col.post-item+.col > .col-inner {
    border-top: 1px dashed #ccc;
		padding-top: 15px;
} */
.blog-archive .col.post-item {
    padding-bottom: 15px;
}
.col.post-item > .col-inner .box-blog-post .box-image .image-cover{
    border-radius: var(--radius);
    overflow: hidden;
}
.widget ul li a img, .widget ul li .badge-inner {
    border-radius: var(--radius);
    overflow: hidden;
}
span.post_comments.op-7.block.is-xsmall {
		display: none;
}
.sidebar_du_an_wrap ul li strong i {
    color: var(--primary);
    margin-right: 5px;
}
.sidebar_du_an_wrap ul li {
    list-style: none;
    margin-left: 0;
/*     margin-bottom: 1em; */
}
.sidebar_du_an_wrap ul li p.from_the_blog_excerpt {
    margin: 0;
}
.sidebar_du_an_wrap ul li .pt-half {
    padding-bottom: 0;
}
.gallery_du_an .flickity-prev-next-button {
    display: none;
}
.du_an_wrap {
    padding: 10px 0 1.5em;
}
.entry-header-text.entry-header-text-top.text-left {
    padding: 0;
}
.box-shadow-2 {
    border-radius: var(--radius) !important;
}
.icon_box_1 .icon-box-img {
    border: 2px solid var(--primary);
    padding: 20px;
    border-radius: 100%;
    background: #fff;
    transition: all ease-in .3s;
    cursor: pointer;
}

.icon_box_1:hover .icon-box-img {
    background: var(--primary);
}
.icon_box_1:hover .icon-box-img img {
    filter: brightness(0) invert(1);
}
.icon_box_1 .icon-box-text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--mau-phu);
}
.icon_box_1 {
    padding: 20px;
}
.icon_box_2 .icon-box-text p:first-child {
    font-weight: bold;
    font-size: 18px;
}
.icon_box_2 .icon-box-text p {
    margin: 0;
}
.col_icon_box > .col-inner {
    background: #fff;
    padding: 20px;
    border-radius: var(--radius) !important;
    overflow: hidden;
}
.txt_1 p {
    margin-bottom: 0.4em;
}
.txt_1 p:last-child {
    margin-bottom: 0;
		text-align: justify;
}
.txt_1 p:first-child {
    color: var(--success);
    font-size: 18px;
    font-weight: 700;
}
.txt_1+.txt_1 {
    margin-top: 1em;
}
.radius_100 {
    border-radius: 100%;
    overflow: hidden;
    transform: scale(0.8);
    transition: transform ease-in-out .3s;
    border: 1em solid #fff;
    box-shadow: 0 0 17px -2px #00000054;
}
.radius_100:hover {
    transform: scale(0.9);
}
.col_radius > .col-inner {
    border-radius: 99px !important;
}
.txt_li li {
    list-style: none;
    margin-left: 0 !important;
}
.txt_li li i {
    color: var(--success);
}
.dark .txt_li li i {
    color: #fff;
}
.align_stretch>.col-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row_1 {
    display: grid;
    grid-template-areas: " . . s0 s0 . ."
"s3 s3 s0 s0 s1 s1"
"s3 s3 s6 s6 s1 s1"
"s4 s4 s6 s6 s2 s2"
"s4 s4 s5 s5 s2 s2"
". . s5 s5 . .";
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    width: 100%;
    height: 100%;
}
.col_a {
    grid-area: s0;
}
.col_b {
    grid-area: s1;
}
.col_c {
    grid-area: s2;
		margin-left: 45px;
    margin-top: 45px;
}
.col_d {
    grid-area: s6;
		display: flex;
    align-items: center;
    justify-content: center;
}
.col_e {
    grid-area: s3;
}
.col_f {
    grid-area: s4;
		margin-left: -45px;
    margin-top: 45px;
}
.col_g {
    grid-area: s5;
		margin-top: 60px;
}
.icon_box_3 .icon-box-text {
    text-wrap: balance;
    font-size: 16px;
    color: var(--success);
    font-weight: bold;
}
.icon_box_3 .icon-box-img {
    background: var(--success);
    padding: 10px;
    border-radius: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 10px -2px #00000061;
}
.icon_box_3 .icon-box-img img {
    filter: brightness(0) invert(1);
}
.no_border {
    border: 0;
}
.col_g .icon_box_3 {
    display: flex;
    flex-direction: column-reverse;
}
.col_g .icon_box_3 .icon-box-img {
    margin: 7px auto 0;
}
.col_d:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 100%;
    z-index: -1;
}
.col_d:after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    border: 1px solid #ccc;
    border-radius: 100%;
    z-index: -1;
}

.icon_box_3 .icon-box-img {
    margin-bottom: 7px;
}
.icon_box_3 .icon-box-img, .icon_box_3 .icon-box-text {
    transform: scale(.95);
    transition: transform ease .3s;
}

.icon_box_3 .icon-box-img:hover, .icon_box_3 .icon-box-text:hover {
    transform: scale(1.1);
}
.col_icon > .col-inner {
    background: #fff;
    padding: 15px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 10px -1px #0000002b;
}
.icon_box_4 .icon-box-text h6 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: 0;
    opacity: 1;
}
.icon_box_4 h5 {
    width: 70px;
    height: 70px;
    background: var(--secondary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
}
.icon_box_4 {
    padding-top: 2.5em;
}
.txt_mg ul, .txt_mg ul li:last-child {
    margin: 0;
}
.img_box_1 {
    border-radius: 100%;
    width: 85% !important;
    margin: auto;
    border: 12px solid #fff;
}
.img_box_1 img {
    transform: scale(1);
    transition: all ease .3s;
}
.img_box_1:hover img {
    transform: scale(1.2);
}
.field_blog_post {
    order: 5;
    display: flex;
    width: 100%;
    gap: 1em;
}
.icon_box p {
    margin-bottom: 5px;
}
.icon_box strong {
    color: var(--primary);
}
.row-dashed .col-inner, .row-solid .col-inner {
    padding: 10px;
}
.mg-0 {
    margin: 0;
}
.img_box_3+.img_box_3 {
    margin-top: 28px;
}
.img_box_2 .overlay {
    background: linear-gradient(to bottom, var(--primary), #006da278, transparent);
}
.img_box_2 .box-text, .img_box_3 .box-text {
    padding: 50px 30px 20px;
}
.img_box_2 .box-text h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.img_box_2 .box-text {
    font-size: 16px;
		padding: 20px;
}
.img_box_2 {
    box-shadow: 2px 2px 15px -2px #0000003d;
		border-radius: 15px !important;
}
.img_box_2, .img_box_3{
		border-radius: 20px !important;
		overflow: hidden;
}
.dark, .dark p, .dark td{
		color: #fff;
}
.img_box_3 {
    background: #b2e6ff;
}
.bg_success {
    background: #dcffc4;
}
.bg_alert {
    background: #ffe2df;
}
.bg_orange {
    background: #ffecb8;
}
.img_box_3 img {
    position: absolute;
    width: 25%;
    object-fit: contain;
    bottom: 10px;
    top: auto;
    right: 30px;
    left: auto;
    object-position: unset;
    height: auto;
}
.img_box_3 h4 {
    font-size: 20px;
    color: #333;
    text-shadow: none;
    font-weight: 700;
}
.img_box_3 .button {
    color: var(--primary) !important;
    font-size: 16px;
    transition: all ease .3s;
}
.img_box_3 .button:before {
    content: "";
    font-family: fontawesome;
    padding-right: 3px;
    vertical-align: bottom;
}
.img_box_3 .overlay {
    background: none;
}
.img_box_3 .button:hover {
    color: var(--mau-phu) !important;
}
.bg_success .button {
    color: var(--success) !important;
}
.bg_alert .button {
    color: var(--alert) !important;
}
.bg_orange .button {
    color: var(--secondary) !important;
}
.img_box_3 .box-image {
    z-index: 1;
}
.img_box_3:after {
    content: "";
    width: 173%;
    height: 135%;
    transform: rotate(-2.688deg);
    position: absolute;
    border-radius: 50%;
    top: 58%;
    left: 0;
    transition: all .8s;
    background: linear-gradient(284deg, #ffffff3d 5.91%, #ffffff5c 117.47%);
}

.img_box_3:hover:after {
    transform: scale(1.4);
}
.col_left {
    z-index: 1;
}
.col_right > .col-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary);
}
.icon_footer_ .icon-box-img {
    max-width: max-content;
}
.footer-wrapper {
    background: #fff;
}
.form_dangky {
    align-items: stretch;
}
.form_dangky input.wpcf7-text, .form_dangky input.wpcf7-submit {
    min-height: 3em;
    font-size: 16px;
}
.form_dangky input.wpcf7-text {
    border-color: #fff;
    box-shadow: none;
    border-right: 1px solid var(--mau-phu) !important;
    border-radius: 15px 0 0 15px;
    margin-bottom: 0;
    background: #fff !important;
}
.form_dangky input.wpcf7-submit {
    background: #fff !important;
    border: 0;
    color: var(--primary);
    margin: 0;
    width: 100%;
    border-radius: 0 15px 15px 0 !important;
    box-shadow: none !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}
.searchform-wrapper form.searchform input.search-field {
    border-radius: var(--radius);
}
a.button {
    font-weight: 400;
}
/* --- VERTICAL MENU --- */
.header-vertical-menu__title {
    font-size: 16px;
    font-weight: bold;
		text-transform: none;
}
.header-bottom > .flex-row > .flex-left {
    margin-right: 20px;
}
.header-vertical-menu__opener {
    background: #ffffff3d;
    border-radius: var(--radius);
    height: 40px;
}
.header-vertical-menu__fly-out {
    border-radius: var(--radius);
}
.header-vertical-menu__fly-out .nav-vertical-fly-out {
    padding: 0 10px !important;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li > a {
    font-size: 16px;
    color: #111;
    padding: 10px 0 !important;
    text-transform: none;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li:hover > a, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.active > a {
    color: var(--primary) !important;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li > a > img, ul.nav.nav-sidebar > li.menu-item > a > img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
/* - END VERTICAL MENU - */
.header-bottom {
    background: var(--primary);
}
.text_tong_quan > h4 {
    font-size: 25px;
    color: var(--primary);
    margin-bottom: 0;
}
.col_icon > .col-inner .icon-box-img {
    background: var(--primary);
    border-radius: 50%;
    padding: 10px;
}
.col_icon > .col-inner .icon-box-text h3 {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 0;
}
.tin_tuc .overlay {
    background-color: transparent !important;
    background: linear-gradient(0deg, #000000cc, #00000054, transparent);
}
.img_logo .img {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-bottom: 0 !important;
    object-fit: contain;
    margin-right: 7px !important;
}
.img_logo:before, .img_logo:after {
    display: none !important;
}
footer .is-divider {
    margin: .4em 0 1em;
}
ul.title_show_cats {
    list-style: none;
    margin: 10px 30px 0;
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
}
ul.title_show_cats > li {
    display: inline-block;
    margin: 0 10px !important;
}
ul.title_show_cats > li:first-child {
    margin-left: 0 !important;
}
ul.title_show_cats > li:last-child {
    margin-right: 0 !important;
}
ul.title_show_cats > li > a {
    font-size: 15px;
    font-weight: normal;
    width: max-content;
    text-transform: initial;
}
.tin_tuc_2 .post-title {
		margin: 0;
}
.widget .searchform input.search-field {
    border-radius: var(--radius) 0 0 var(--radius);
    box-shadow: 0 0 0 black;
    background: #f7f7f7;
    border: 1px solid #c2c2c2;
    border-right: 0;
}
.widget .searchform button.submit-button {
    border-radius: 0 var(--radius)var(--radius) 0;
    background: var(--primary);
		padding 0 12px;
}
.widget ul {
    background: #f7f7f7;
    box-shadow: 0 2px 10px -1px #00000045;
    border-radius: 0 0 var(--radius) var(--radius);
    padding: 0 10px !important;
}
ul.wpc-filters-ul-list li {
    margin: 0 !important;
}
ul.wpc-filters-ul-list > li > .wpc-term-item-content-wrapper {
    padding: 6px 0;
    font-size: 16px;
}
ul.wpc-filters-ul-list > li:hover > .wpc-term-item-content-wrapper a {
    color: var(--primary) !important;
}
form.wpcf7-form {
    margin-bottom: 0;
}
.woocommerce-product-gallery__wrapper {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid #ccc;
}
.col_camket > .col-inner {
    border-radius: var(--radius);
    overflow: hidden;
		box-shadow: 0 2px 10px -1px #00000045;
}
.product-short-description h3 {
    line-height: 1;
}
.product-short-description p {
    margin-bottom: 10px;
}
.product-short-description p:before {
    content: "";
    font-family: 'FontAwesome';
    color: var(--primary);
    border-radius: 50%;
    margin-right: 5px;
}
p.price.product-page-price {
    font-size: 20px;
}
.chietkhaudn {
    border: var(--mau-phu) dashed 1px;
    border-radius: var(--radius);
    padding: 5px 10px !important;
    line-height: 20px;
}
.custom-html-widget {
    border-radius: var(--radius);
    overflow: hidden;
}
.entry-header-text {
    padding-top: 0;
}
.col_ic_pd > .col-inner {
    background: #f7f7f7;
    padding: 5px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 5px -1px #00000052;
    display: flex;
    align-items: center;
}
.col_gtcl > .col-inner {
    background: #fff;
    box-shadow: 0 2px 10px -1px #00000038;
    padding: 20px;
    border-radius: var(--radius);
    overflow: hidden;
}
.slider_doi_ngu .flickity-page-dots {
		bottom: auto;
}
.col_doi_ngu > .col-inner {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    padding: 20px 20px 15px;
}
.col_doi_ngu .col-inner .box-text {
    padding: 20px 0 0;
}
.col_doi_ngu .col-inner .box-text p {
    margin: 0;
}
.col_doi_ngu .col-inner .box-text p strong {
    color: var(--mau-phu);
    font-size: 16px;
}
.col_doi_ngu .col-inner .box-text h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.text_doi_ngu {
    height: 95px;
    overflow-y: auto;
    text-align: left;
    margin: 0;
}
.text_lien_he > ul {
    margin-bottom: 0;
}
.tin_tuc_2 .col.post-item > .col-inner .box-blog-post .box-text-inner .post-meta {
		display: none;
}
b, strong {
    font-weight: 700;
}
.icon_contact .icon-inner {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}
.icon_contact .icon-inner img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icon_contact .icon-box-text {
    background: #e3e3e3;
    border-radius: 15px;
    padding: 15px;
    color: gray;
    text-transform: uppercase;
}
.icon_contact p, .icon_contact h4 {
    margin: 0;
}
.icon_contact strong {
    color: var(--alert);
    font-size: 22px;
}
.icon_contact h4 {
    font-size: 22px;
}
.icon_contact .icon-box-img {
    margin-bottom: 10px;
}
.related.related-products-wrapper button.flickity-button {
    background-color: transparent !important;
    box-shadow: 0 0 0 black !important;
    width: 40px !important;
}
span.tag_product {
    font-weight: bold;
    font-size: 16px;
}
span.tag_product > a {
    border: 1px solid var(--primary);
    padding: 5px;
    margin: 0 10px;
    border-radius: var(--radius);
    font-weight: normal;
    font-size: 15px;
}
span.tag_product:hover > a {
    background: var(--primary);
		color: #fff;
}
.copyright-footer {
    color: #000;
}
.copyright-footer a {
    color: #d80000;
}
.price-wrapper {
    display: none;
}
.col_logo > .col-inner .is-divider {
    margin-left: 0;
}

/* =========================
   HACHICO HERO SECTION
========================= */

.hachi-hero-content {
  max-width: 720px;
  padding: 10px 0;
}

.hachi-hero-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  color: #F3B73E;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hachi-hero-title {
  max-width: 720px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(44px, 3.8vw, 58px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hachi-title-line-1 {
  display: block;
  white-space: nowrap;
  color: #ffffff;
}

.hachi-title-line-2 {
  display: block;
  color: #F3B73E;
  margin-top: 4px;
}

.hachi-hero-desc {
  max-width: 520px;
  margin: 0 0 22px;
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.hachi-hero-features {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
}

.hachi-hero-feature {
  min-width: 145px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}

.hachi-hero-feature img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.hachi-hero-feature span {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.hachi-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hachi-btn-gold,
.hachi-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.hachi-btn-gold {
  background: linear-gradient(135deg, #D69A1F, #F3B73E);
  color: #071A33 !important;
  box-shadow: 0 14px 30px rgba(214,154,31,0.35);
}

.hachi-btn-outline {
  background: rgba(255,255,255,0.12);
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.45);
  backdrop-filter: blur(8px);
}

.hachi-btn-gold:hover,
.hachi-btn-outline:hover {
  transform: translateY(-2px);
}

.hachi-btn-gold:hover {
  box-shadow: 0 18px 38px rgba(214,154,31,0.45);
}

/* Overlay tối bên trái để chữ dễ đọc */
.banner.has-hover:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7,26,51,0.82) 0%,
    rgba(7,26,51,0.62) 36%,
    rgba(7,26,51,0.26) 62%,
    rgba(7,26,51,0.04) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.banner .text-box {
  z-index: 2;
}

@media (max-width: 768px) {
  .hachi-hero-content {
    max-width: 100%;
  }

  .hachi-hero-label {
    font-size: 11px;
  }

  .hachi-hero-title {
    font-size: 34px;
    line-height: 1.12;
  }

  .hachi-title-line-1 {
    white-space: normal;
  }

  .hachi-hero-desc {
    font-size: 14px;
  }

  .hachi-hero-features {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hachi-hero-feature {
    width: 100%;
  }

  .hachi-hero-actions a {
    width: 100%;
  }
}

.hachi-client-strip,
.hachi-project-section:has(.hachi-client-row) {
  background: #fff !important;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 !important;
}

.hachi-client-strip .section-content,
.hachi-project-section:has(.hachi-client-row) .section-content {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hachi-client-row {
  display: grid !important;
  grid-template-columns: 228px minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  min-height: 88px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.hachi-client-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 0 28px;
  border-right: 1px solid #e5e7eb;
  color: #071A33;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  text-align: left;
  text-transform: uppercase;
}

.hachi-client-logos {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  gap: clamp(18px, 2.2vw, 44px);
  padding: 0 clamp(34px, 4vw, 76px);
  flex-wrap: nowrap !important;
}

.hachi-client-logos img {
  display: block;
  width: auto !important;
  max-width: clamp(108px, 7.4vw, 156px);
  height: clamp(38px, 3vw, 54px);
  max-height: 54px;
  margin: 0;
  object-fit: contain;
  opacity: 1;
  filter: grayscale(100%) contrast(1.12);
  image-rendering: auto;
  transition: filter .2s ease, transform .2s ease;
}

.hachi-client-logos img:hover {
  filter: grayscale(0%) contrast(1);
  transform: translateY(-2px);
}

@media (max-width: 1199px) {
  .hachi-client-row {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .hachi-client-logos {
    gap: 18px;
    padding: 0 28px;
  }

  .hachi-client-logos img {
    max-width: 112px;
    height: 42px;
  }
}

@media (max-width: 849px) {
  .hachi-client-row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hachi-client-title {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
  }

  .hachi-client-logos {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 18px;
    padding: 18px 20px;
  }

  .hachi-client-logos img {
    width: 100% !important;
    max-width: 124px;
    height: 42px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .hachi-client-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Vì sao chọn Hachico */

.hachi-why-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}

.hachi-why-desc {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.7;
  max-width: none;
  width: 100%;
}

.hachi-gold-btn {
  background: linear-gradient(135deg, #D69A1F, #F3B73E) !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
  margin-top: 12px;
}

.hachi-stat-box {
  text-align: center;
  color: #ffffff;
  padding: 0 22px;
  border-left: 1px solid rgba(255,255,255,0.18);
}

.hachi-stat-box img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 14px;
}

.hachi-stat-number {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 10px;
}

.hachi-stat-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hachi-stat-box p {
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hachi-stat-box {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 24px 10px 0;
    margin-top: 20px;
  }

  .hachi-stat-number {
    font-size: 34px;
  }

  .hachi-why-title,
  .hachi-why-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hachi-gold-btn {
    display: block;
    text-align: center;
    max-width: 180px;
    margin: 16px auto 0;
  }
}

.hachi-stat-box {
  text-align: center;
  color: #fff;
}

.hachi-stat-box h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  margin: 12px 0 10px;
}

.hachi-stat-box h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.hachi-stat-box p {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 180px;
}

.count-up {
  display: inline-block;
}

/* =========================
   HACHICO - PRODUCT CATEGORIES NATIVE FLATSOME
========================= */

.hachi-native-cats {
  background: #ffffff;
  padding: 40px 0 26px !important;
}

/* Slider wrapper */
.hachi-native-cats .row-slider,
.hachi-native-cats .slider {
  max-width: 1480px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Khoảng cách giữa các card */
.hachi-native-cats .product-category {
  padding: 0 10px 10px !important;
}

/* Card chính */
.hachi-native-cats .product-category .col-inner {
  height: 100%;
}

.hachi-native-cats .product-category a {
  display: block;
  height: 100%;
  text-decoration: none !important;
}

.hachi-native-cats .product-category .box-category {
  display: flex;
  flex-direction: column;
  min-height: 288px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hachi-native-cats .product-category .box-category:hover {
  border-color: rgba(214, 154, 31, 0.55);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
}

/* Vùng ảnh */
.hachi-native-cats .product-category .box-image {
  height: 172px;
  padding: 16px 16px 6px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hachi-native-cats .product-category .box-image > div {
  width: 100%;
  height: 100%;
}

.hachi-native-cats .product-category .box-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Vùng chữ */
.hachi-native-cats .product-category .box-text {
  padding: 0 18px 18px !important;
  margin-top: auto;
  text-align: left !important;
  background: #ffffff;
}

.hachi-native-cats .product-category .box-text-inner {
  text-align: left !important;
}

/* Tên danh mục - nhỏ hơn, nhẹ hơn, tối đa 2 dòng */
.hachi-native-cats .product-category .header-title {
  min-height: 42px;
  margin: 0 0 12px !important;
  color: #071A33 !important;
  font-size: 17px !important;
  line-height: 1.22 !important;
  font-weight: 650 !important;
  letter-spacing: -0.015em;
  text-transform: uppercase !important;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Ẩn số lượng sản phẩm nếu Flatsome hiện count */
.hachi-native-cats .product-category .count {
  display: none !important;
}

/* Chữ Xem chi tiết */
.hachi-native-cats .product-category .box-text-inner::after {
  content: "Xem chi tiết  →";
  display: inline-block;
  color: #071A33;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.25s ease, transform 0.25s ease;
}

.hachi-native-cats .product-category .box-category:hover .box-text-inner::after {
  color: #D69A1F;
  transform: translateX(4px);
}

/* Tablet */
@media (max-width: 1200px) {
  .hachi-native-cats {
    padding: 36px 0 24px !important;
  }

  .hachi-native-cats .product-category .box-category {
    min-height: 276px;
  }

  .hachi-native-cats .product-category .box-image {
    height: 160px;
  }

  .hachi-native-cats .product-category .header-title {
    font-size: 16px !important;
    min-height: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hachi-native-cats {
    padding: 30px 0 22px !important;
  }

  .hachi-native-cats .product-category {
    padding: 0 7px 10px !important;
  }

  .hachi-native-cats .product-category .box-category {
    min-height: 238px;
    border-radius: 12px;
  }

  .hachi-native-cats .product-category .box-image {
    height: 135px;
    padding: 12px 10px 4px;
  }

  .hachi-native-cats .product-category .box-text {
    padding: 0 13px 14px !important;
  }

  .hachi-native-cats .product-category .header-title {
    font-size: 13.5px !important;
    line-height: 1.25 !important;
    min-height: 34px;
    margin-bottom: 9px !important;
  }

  .hachi-native-cats .product-category .box-text-inner::after {
    font-size: 12.5px;
  }

  .hachi-native-cats .flickity-prev-next-button {
    display: none !important;
  }
}
/* =========================
   HACHICO - PROJECT SHOWCASE SECTION V2
========================= */

.hachi-project-showcase {
  padding: 42px 0 38px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  overflow: hidden;
}

.hachi-project-hero {
  position: relative;
  max-width: 1180px;
  min-height: 250px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #071A33;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.hachi-project-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 82% 20%, rgba(243, 183, 62, 0.18), transparent 28%),
    linear-gradient(
      90deg,
      rgba(7, 26, 51, 0.94) 0%,
      rgba(7, 26, 51, 0.82) 45%,
      rgba(7, 26, 51, 0.48) 100%
    );
}

.hachi-project-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding: 38px 46px 52px;
  color: #ffffff;
  box-sizing: border-box;
}

.hachi-project-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(243, 183, 62, 0.16);
  border: 1px solid rgba(243, 183, 62, 0.36);
  color: #F3B73E;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hachi-project-hero-content h2 {
  max-width: 520px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.hachi-project-hero-content p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14.5px;
  line-height: 1.65;
}

/* Đưa 3 ô thống kê sang bên phải */
.hachi-project-stats {
  position: absolute;
  left: 65%;
  bottom: 68px;
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  z-index: 3;
}

.hachi-project-stats div {
  min-width: 108px;
  padding: 13px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.hachi-project-stats strong {
  display: block;
  color: #F3B73E;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 5px;
}

.hachi-project-stats span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

/* Cards */
.hachi-project-card-wrap {
  position: relative;
  z-index: 5;
  max-width: 1080px;
  margin: -42px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 18px;
}

.hachi-project-card {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 128px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.10);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hachi-project-card:hover {
  border-color: rgba(214, 154, 31, 0.55);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.15);
}

.hachi-project-img {
  background: #F8FAFC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.hachi-project-img img {
  width: 100%;
  height: 102px;
  object-fit: contain;
  display: block;
}

.hachi-project-info {
  padding: 14px 13px 12px;
}

.hachi-project-info span {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
  color: #D69A1F;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hachi-project-info h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 34px;
  overflow: hidden;
  margin: 0 0 8px;
  color: #0F172A;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 800;
}

.hachi-project-info p {
  margin: 0 0 4px;
  color: #64748B;
  font-size: 11.5px;
  line-height: 1.4;
}

.hachi-project-btn-wrap {
  text-align: center;
  margin-top: 22px;
}

.hachi-project-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 24px;
  border: 1px solid #94A3B8;
  border-radius: 8px;
  background: #ffffff;
  color: #071A33 !important;
  font-size: 12.5px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.hachi-project-btn:hover {
  background: #071A33;
  border-color: #071A33;
  color: #ffffff !important;
}

/* Tablet */
@media (max-width: 1100px) {
  .hachi-project-hero {
    max-width: calc(100% - 32px);
  }

  .hachi-project-hero-content {
    padding: 34px 32px 70px;
  }

  .hachi-project-stats {
    position: static;
    margin-top: 18px;
    flex-wrap: wrap;
  }

  .hachi-project-card-wrap {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hachi-project-showcase {
    padding: 34px 0 34px;
  }

  .hachi-project-hero {
    min-height: auto;
    border-radius: 18px;
  }

  .hachi-project-hero-content {
    padding: 30px 22px 70px;
  }

  .hachi-project-hero-content h2 {
    font-size: 24px;
  }

  .hachi-project-hero-content p {
    font-size: 14px;
  }

  .hachi-project-stats {
    position: static;
    margin-top: 18px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .hachi-project-stats div {
    min-width: calc(50% - 6px);
  }

  .hachi-project-card-wrap {
    grid-template-columns: 1fr;
    margin-top: -46px;
    padding: 0 18px;
  }

  .hachi-project-card {
    min-height: 124px;
  }

  .hachi-project-img img {
    height: 96px;
  }

  .hachi-project-info h3 {
    font-size: 13px;
  }

  .hachi-project-info p {
    font-size: 11.5px;
  }
}

/* =========================
   HACHICO - WORKFLOW SECTION
========================= */

.hachi-workflow-section {
  padding: 54px 0 58px;
  background: #ffffff;
}

.hachi-workflow-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.hachi-workflow-title {
  margin: 0;
  text-align: center;
  color: #071A33;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hachi-workflow-line {
  width: 56px;
  height: 4px;
  margin: 10px auto 34px;
  border-radius: 999px;
  background: #D69A1F;
}

.hachi-workflow-list {
  display: grid;
  grid-template-columns: 1fr 72px 1fr 72px 1fr 72px 1fr 72px 1fr;
  align-items: start;
}

.hachi-workflow-item {
  text-align: center;
  position: relative;
}

.hachi-workflow-icon-wrap {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 0 auto 18px;
}

.hachi-workflow-icon-wrap img {
  width: 128px;
  height: 128px;
  object-fit: contain;
  display: block;
}

.hachi-workflow-number {
  position: absolute;
  top: 12px;
  left: -4px;
  z-index: 3;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #D69A1F;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(214, 154, 31, 0.28);
}

.hachi-workflow-item h3 {
  margin: 0 0 8px;
  color: #071A33;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 900;
  text-transform: uppercase;
}

.hachi-workflow-item p {
  max-width: 190px;
  margin: 0 auto;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.hachi-workflow-arrow {
  position: relative;
  height: 128px;
}

.hachi-workflow-arrow::before {
  content: "";
  position: absolute;
  top: 62px;
  left: 6px;
  right: 6px;
  border-top: 2px dashed rgba(214, 154, 31, 0.55);
}

.hachi-workflow-arrow::after {
  content: "";
  position: absolute;
  top: 57px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(214, 154, 31, 0.75);
  border-right: 2px solid rgba(214, 154, 31, 0.75);
  transform: rotate(45deg);
}

/* Hover nhẹ */
.hachi-workflow-item:hover .hachi-workflow-icon-wrap {
  transform: translateY(-4px);
  transition: transform 0.25s ease;
}

.hachi-workflow-item:hover h3 {
  color: #D69A1F;
}

/* Tablet */
@media (max-width: 1100px) {
  .hachi-workflow-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 20px;
  }

  .hachi-workflow-arrow {
    display: none;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .hachi-workflow-section {
    padding: 40px 0 42px;
  }

  .hachi-workflow-title {
    font-size: 24px;
  }

  .hachi-workflow-list {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hachi-workflow-icon-wrap {
    width: 112px;
    height: 112px;
    margin-bottom: 14px;
  }

  .hachi-workflow-icon-wrap img {
    width: 112px;
    height: 112px;
  }

  .hachi-workflow-item p {
    max-width: 260px;
  }
}

/* =========================
   HACHICO - HEADER HOTLINE CTA
========================= */

.hachi-header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: 100%;
}

.hachi-header-hotline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 7px 14px 7px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  color: #071A33 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  transition: all 0.25s ease;
}

.hachi-header-hotline:hover {
  border-color: rgba(214, 154, 31, 0.55);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.11);
  transform: translateY(-2px);
}

.hachi-phone-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, #D69A1F, #F3B73E);
  color: #071A33;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  flex: 0 0 36px;
}

.hachi-header-hotline small {
  display: block;
  color: #64748B;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3px;
}

.hachi-header-hotline strong {
  display: block;
  color: #071A33;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}

.hachi-header-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #D69A1F, #F3B73E);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(214, 154, 31, 0.28);
  transition: all 0.25s ease;
}

.hachi-header-quote:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(214, 154, 31, 0.38);
}

/* Nếu dùng bản 2 số hotline */
.hachi-header-contact-2phone {
  gap: 12px;
}

.hachi-header-contact-2phone .hachi-header-hotline {
  padding-right: 16px;
}

/* Tablet */
@media (max-width: 1024px) {
  .hachi-header-contact {
    gap: 10px;
  }

  .hachi-header-hotline {
    padding: 7px 12px 7px 9px;
  }

  .hachi-header-hotline strong {
    font-size: 14px;
  }

  .hachi-header-quote {
    padding: 0 18px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hachi-header-contact {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hachi-header-hotline {
    min-height: 46px;
  }

  .hachi-phone-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
    flex-basis: 32px;
  }

  .hachi-header-hotline small {
    font-size: 10px;
  }

  .hachi-header-hotline strong {
    font-size: 13px;
  }

  .hachi-header-quote {
    min-height: 46px;
    font-size: 12px;
    padding: 0 18px;
  }
}
/* =========================
   HACHICO - GLOBAL SYNC PATCH
   Đồng bộ màu, chữ, khoảng cách toàn trang
========================= */

/* 1. Đồng bộ tiêu đề section */
.hachi-section-title,
.hc-section-title,
.hachi-workflow-title,
.hachi5-title,
.hachi-project-section-title,
.section-title.section-title-center span {
  color: var(--primary) !important;
  font-size: 28px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
}

/* Bỏ gạch đỏ/image title cũ, đổi về line vàng */
.section-title.section-title-center span:after {
  background: var(--gold) !important;
  width: 56px !important;
  height: 4px !important;
  border-radius: 999px !important;
  bottom: -12px !important;
  background-image: none !important;
}

/* Line vàng custom */
.hachi-workflow-line,
.hachi5-line,
.hachi-title-line,
.hachi-project-title-line {
  width: 56px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: var(--gold) !important;
}

/* 2. Header CTA gọn và đồng bộ màu */
.hachi-header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
}

.hachi-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--primary) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.hachi-header-phone i,
.hachi-header-phone .icon-phone {
  color: var(--gold) !important;
  font-size: 16px;
}

.hachi-header-phone span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.hachi-header-phone strong {
  color: var(--primary);
  font-size: 14px;
  font-weight: 900;
}

.hachi-header-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 21px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(214, 154, 31, 0.25);
}

/* 3. Giảm khoảng trắng section */
.hachi-native-cats {
  padding-top: 34px !important;
  padding-bottom: 24px !important;
}

.hachi-workflow-section {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.hachi-project-showcase {
  padding-top: 40px !important;
  padding-bottom: 38px !important;
}

/* 4. Product category card cân đối hơn */
.hachi-native-cats .product-category .box-category {
  min-height: 275px !important;
}

.hachi-native-cats .product-category .box-image {
  height: 158px !important;
  padding: 14px 14px 5px !important;
}

.hachi-native-cats .product-category .box-text {
  padding: 0 17px 17px !important;
}

.hachi-native-cats .product-category .header-title {
  min-height: 40px !important;
  margin-bottom: 10px !important;
  color: var(--primary) !important;
  font-size: 16px !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
  text-transform: uppercase !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.hachi-native-cats .product-category .box-text-inner::after {
  color: var(--primary) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
}

.hachi-native-cats .product-category .box-category:hover .box-text-inner::after {
  color: var(--gold) !important;
}

/* 5. Quy trình làm việc gọn hơn */
.hachi-workflow-icon-wrap {
  width: 116px !important;
  height: 116px !important;
  margin-bottom: 14px !important;
}

.hachi-workflow-icon-wrap img {
  width: 116px !important;
  height: 116px !important;
}

.hachi-workflow-number {
  width: 28px !important;
  height: 28px !important;
  font-size: 12px !important;
  background: var(--gold) !important;
}

.hachi-workflow-item h3 {
  color: var(--primary) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.hachi-workflow-item p {
  color: var(--muted) !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

.hachi-workflow-arrow {
  height: 116px !important;
}

.hachi-workflow-arrow::before {
  top: 57px !important;
  border-top-color: rgba(214, 154, 31, 0.55) !important;
}

.hachi-workflow-arrow::after {
  top: 52px !important;
  border-color: rgba(214, 154, 31, 0.75) !important;
}

/* 6. Vì sao chọn Hachico đồng bộ */
.hachi-stat-number,
.hc-stat-number {
  color: #ffffff !important;
  font-size: 40px !important;
  font-weight: 900 !important;
}

.count-up {
  display: inline-block;
}

/* 7. Dự án tiêu biểu gọn và cân đối */
.hachi-project-hero {
  max-width: 1120px !important;
  min-height: 235px !important;
  border-radius: 20px !important;
}

.hachi-project-hero-content {
  padding: 34px 40px 48px !important;
}

.hachi-project-label {
  color: var(--gold-light) !important;
  border-color: rgba(243, 183, 62, 0.36) !important;
  font-size: 11.5px !important;
}

.hachi-project-hero-content h2 {
  font-size: clamp(25px, 2.2vw, 32px) !important;
}

.hachi-project-hero-content p {
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.hachi-project-stats {
  left: 610px !important;
  bottom: 60px !important;
}

.hachi-project-stats div {
  min-width: 100px !important;
  padding: 12px 13px !important;
}

.hachi-project-stats strong {
  color: var(--gold-light) !important;
  font-size: 21px !important;
}

.hachi-project-card-wrap {
  max-width: 1040px !important;
  margin-top: -38px !important;
  gap: 14px !important;
}

.hachi-project-card {
  min-height: 122px !important;
}

.hachi-project-img img {
  height: 96px !important;
}

.hachi-project-info span {
  color: var(--gold) !important;
  font-size: 9.5px !important;
}

.hachi-project-info h3 {
  color: var(--text) !important;
  font-size: 12.5px !important;
}

.hachi-project-info p {
  color: var(--muted) !important;
  font-size: 11px !important;
}

/* 8. Footer tạm thời bỏ chữ Flatsome quá nổi */
.absolute-footer {
  background: #3f3f3f !important;
  color: rgba(255,255,255,0.75) !important;
  font-size: 13px !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .hachi-header-phone span {
    display: none;
  }

  .hachi-project-stats {
    position: static !important;
    margin-top: 16px !important;
    flex-wrap: wrap !important;
  }

  .hachi-project-card-wrap {
    grid-template-columns: repeat(2, 1fr) !important;
    max-width: 760px !important;
  }
}

@media (max-width: 768px) {
  .hachi-section-title,
  .hc-section-title,
  .hachi-workflow-title,
  .hachi5-title,
  .section-title.section-title-center span {
    font-size: 23px !important;
  }

  .hachi-header-cta {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hachi-native-cats {
    padding-top: 28px !important;
    padding-bottom: 20px !important;
  }

  .hachi-workflow-section {
    padding-top: 34px !important;
    padding-bottom: 36px !important;
  }

  .hachi-project-card-wrap {
    grid-template-columns: 1fr !important;
  }
}

/* =========================
   TABLET CSS
========================= */

@media (max-width: 849px) {
  /* ------- MENU ------- */
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: var(--black) !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
}
ul.sub-menu.nav-sidebar-ul > li.menu-item {
    padding: 0;
}
/* ---------------------- */
.pd_bottom_mb{
		padding-bottom: 0 !important;
}
.pd_top_mb{
		padding-top: 0 !important;
}
/* ------- TITLE ------- */
.section-title.section-title-center span {
    font-size: 20px !important;
}
.section-title.section-title-normal span {
		font-size: 15px !important;
}
.post-title {
    font-size: 16px;
}
.header-main {
    background: #fff;
}
#logo:after {
		display: none;
}
.du_an .col.post-item > .col-inner .box-image > .image-cover {
    padding-top: 65% !important;
}
.col_thanh_tuu > .col-inner .icon-box-img {
    padding: 12px;
    height: 60px;
    width: 60px !important;
}
.danh_gia .icon-box-img {
    width: 80px !important;
    height: 80px;
}
.price-wrapper {
		display: block;
}
li.header-search-form.search-form {
    width: 100%;
}
}


/* =========================
   MOBILE CSS
========================= */

@media (max-width: 549px) {
  /*---------- CSS MB -----------*/
/* ------- MENU ------- */
ul.nav.header-bottom-nav.nav-center.mobile-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
ul.sidebar-menu-tabs > li > a {
    color: #111;
    font-size: 16px;
    text-transform: capitalize;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #000 !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
}
/* ---------------------- */
.pd_bottom_mb{
		padding-bottom: 0 !important;
}
.pd_top_mb{
		padding-top: 0 !important;
}
/* ------- TITLE ------- */
.section-title.section-title-center span, .section-title.section-title-normal span {
    font-size: 25px !important;
}
h5.post-title {
    font-size: 16px;
}
.col_icon > .col-inner {
    padding: 10px;
}
.col_icon > .col-inner .icon-box-text p {
    font-size: 13px;
}
.tin_tuc_2 h5.post-title {
    margin-bottom: 10px;
}
.tin_tuc_2 .col.post-item > .col-inner .box-blog-post .box-text-inner .post-meta {
		display: block;
}
.btn_product a {
    font-size: 16px !important;
}
.col_ic_pd > .col-inner {
    padding: 10px;
}
.img_gt .img-inner {
    padding-top: 200px !important;
}
.col_doi_ngu > .col-inner .box-image {
    width: 45% !important;
}
.text_doi_ngu {
    height: 96px;
    font-size: 15px;
}
.giay_chung_nhan .gallery-col.col > .col-inner .box-image {
    padding-top: 255px !important;
}
.page-id-14 .large-3.col > .widget-area {
    display: none;
}

}

/* =========================
   HACHICO - HEADER NAV FILE OVERRIDE
   Keep header styles in the child theme instead of Additional CSS.
========================= */

.header-wrapper #wide-nav.header-bottom,
.header-wrapper .header-bottom.wide-nav,
.header-wrapper .header-bottom {
  background: var(--primary) !important;
  background-color: var(--primary) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-wrapper .header-bottom > .flex-row,
.header-wrapper #wide-nav > .flex-row {
  min-height: 46px;
}

.header-wrapper .header-bottom .header-bottom-nav > li > a,
.header-wrapper .header-bottom .nav > li > a {
  color: var(--white) !important;
  opacity: 1 !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 46px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.header-wrapper .header-bottom .header-bottom-nav > li.active > a,
.header-wrapper .header-bottom .header-bottom-nav > li.current-menu-item > a,
.header-wrapper .header-bottom .header-bottom-nav > li > a:hover {
  color: var(--gold-light) !important;
}

.header-wrapper .header-bottom .header-vertical-menu__opener {
  min-width: 275px;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  border-radius: var(--radius) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: var(--white) !important;
}

.header-wrapper .header-bottom .header-vertical-menu__opener:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

.header-wrapper .header-bottom .header-vertical-menu__title,
.header-wrapper .header-bottom .header-vertical-menu__opener .icon-menu,
.header-wrapper .header-bottom .header-vertical-menu__opener i {
  color: var(--white) !important;
  opacity: 1 !important;
}

.header-wrapper .header-bottom .header-vertical-menu__title {
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 42px !important;
  text-transform: none !important;
}

.header-wrapper .header-bottom .flex-left {
  margin-right: 28px !important;
}

.header-wrapper .header-bottom .flex-center {
  flex: 1 1 auto;
}

@media (max-width: 849px) {
  .header-wrapper .header-bottom,
  .header-wrapper #wide-nav {
    display: none !important;
  }
}

/* =========================
   HACHICO - MODERN FOOTER BLOCK
========================= */
.footer-wrapper {
  background: #061528 !important;
}

.footer-wrapper .absolute-footer {
  display: none !important;
}

.hachi-footer-block {
  padding: 0 !important;
  background: #061528 !important;
}

.hachi-footer-block .section-content {
  max-width: none !important;
}

.hachi-footer {
  color: #e5edf7;
  background:
    linear-gradient(135deg, rgba(214, 154, 31, 0.12), transparent 32%),
    radial-gradient(circle at 82% 12%, rgba(243, 183, 62, 0.16), transparent 28%),
    #061528;
  overflow: hidden;
}

.hachi-footer a {
  color: inherit;
  text-decoration: none;
}

.hachi-footer-cta,
.hachi-footer-main,
.hachi-footer-bottom {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.hachi-footer-cta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 34px 0 22px;
}

.hachi-footer-cta-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.hachi-footer-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 8px;
  color: #071A33;
  background: linear-gradient(135deg, #f3b73e, #d69a1f);
  font-size: 23px;
}

.hachi-footer-cta-item:hover {
  border-color: rgba(243, 183, 62, 0.42);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

.hachi-footer-cta-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.hachi-footer-cta-item strong,
.hachi-footer-cta-item em {
  display: block;
  font-style: normal;
}

.hachi-footer-cta-item strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.hachi-footer-cta-item em {
  margin-top: 4px;
  color: #f3b73e;
  font-size: 18px;
  font-weight: 900;
}

.hachi-footer-main {
  display: grid;
  grid-template-columns: 1.25fr 1.45fr 0.95fr 0.9fr;
  gap: 24px;
  padding: 28px 0 34px;
}

.hachi-footer-brand,
.hachi-footer-panel {
  min-width: 0;
}

.hachi-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hachi-footer-brand img {
  display: block;
  width: 132px;
  height: auto;
  margin: 0 0 18px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.28));
}

.hachi-footer-company {
  max-width: 350px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}

.hachi-footer-desc {
  max-width: 370px;
  margin: 0 0 18px;
  color: rgba(229, 237, 247, 0.82);
  font-size: 14px;
  line-height: 1.75;
}

.hachi-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hachi-footer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.hachi-footer-panel {
  padding-top: 8px;
}

.hachi-footer-panel h3 {
  position: relative;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.hachi-footer-panel h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #d69a1f;
}

.hachi-footer-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hachi-footer-panel li {
  margin: 0 0 12px;
  color: rgba(229, 237, 247, 0.84);
  font-size: 14px;
  line-height: 1.62;
}

.hachi-footer-panel strong {
  color: #ffffff;
  font-weight: 850;
}

.hachi-footer-panel a:hover {
  color: #f3b73e;
}

.hachi-footer-links li {
  position: relative;
  padding-left: 17px;
}

.hachi-footer-links li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d69a1f;
}

.hachi-bank-card {
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hachi-bank-card span,
.hachi-bank-card strong,
.hachi-bank-card em {
  display: block;
}

.hachi-bank-card span {
  color: rgba(229, 237, 247, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.hachi-bank-card strong {
  margin-top: 8px;
  color: #f3b73e;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.15;
}

.hachi-bank-card em {
  margin-top: 6px;
  color: #ffffff;
  font-style: normal;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.hachi-footer-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 16px;
  padding: 0 22px;
  border-radius: 8px;
  color: #071A33 !important;
  background: linear-gradient(135deg, #f3b73e, #d69a1f);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(214, 154, 31, 0.24);
}

.hachi-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(229, 237, 247, 0.72);
  font-size: 13px;
}

.hachi-footer-bottom p {
  margin: 0;
  color: inherit;
}

.hachi-footer-bottom div {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 800;
}

.hachi-footer-bottom a:hover {
  color: #f3b73e;
}

@media (max-width: 1024px) {
  .hachi-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hachi-footer-cta,
  .hachi-footer-main,
  .hachi-footer-bottom {
    width: min(100% - 28px, 640px);
  }

  .hachi-footer-cta {
    grid-template-columns: 1fr;
    padding-top: 26px;
  }

  .hachi-footer-main {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hachi-footer-brand img {
    width: 118px;
  }

  .hachi-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================
   HACHICO - CORPORATE HOMEPAGE REFRESH
   Sáng hơn, hiện đại hơn, tập trung quà tặng doanh nghiệp.
========================= */
.home .header-wrapper #wide-nav.header-bottom,
.home .header-wrapper .header-bottom.wide-nav,
.home .header-wrapper .header-bottom {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-top: 1px solid #eef2f7 !important;
  border-bottom: 1px solid #e5eaf1 !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
}

.home .header-wrapper .header-bottom .flex-left {
  display: none !important;
}

.home .header-wrapper .header-bottom .flex-center {
  justify-content: center !important;
}

.home .header-wrapper .header-bottom .header-bottom-nav > li > a,
.home .header-wrapper .header-bottom .nav > li > a {
  color: #071A33 !important;
  line-height: 44px !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
}

.home .header-wrapper .header-bottom .header-bottom-nav > li.active > a,
.home .header-wrapper .header-bottom .header-bottom-nav > li.current-menu-item > a,
.home .header-wrapper .header-bottom .header-bottom-nav > li > a:hover {
  color: #D69A1F !important;
}

.home .banner.has-hover:before {
  background:
    radial-gradient(circle at 73% 48%, rgba(255, 255, 255, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 38%, rgba(255, 255, 255, 0.18) 72%, rgba(255, 255, 255, 0) 100%) !important;
}

.home .hachi-hero-content {
  max-width: 620px;
}

.home .hachi-hero-label {
  background: rgba(214, 154, 31, 0.1);
  border-color: rgba(214, 154, 31, 0.24);
  color: #B77912;
}

.home .hachi-hero-title {
  max-width: 720px;
  color: #071A33;
  font-size: clamp(42px, 4.5vw, 62px);
  line-height: 1.08;
  letter-spacing: 0;
}

.home .hachi-title-line-1 {
  color: #071A33;
}

.home .hachi-title-line-2 {
  color: #D69A1F;
}

.home .hachi-hero-desc {
  color: #334155;
  font-size: 16px;
  font-weight: 500;
}

.home .hachi-hero-features {
  gap: 0;
  margin-bottom: 28px;
}

.home .hachi-hero-feature {
  min-width: 150px;
  padding: 0 22px 0 0;
  border: 0;
  border-right: 1px solid #e5e7eb;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.home .hachi-hero-feature + .hachi-hero-feature {
  padding-left: 22px;
}

.home .hachi-hero-feature:last-child {
  border-right: 0;
}

.home .hachi-hero-feature img {
  width: 27px;
  height: 27px;
  filter: none;
  opacity: 1;
}

.home .hachi-hero-feature span {
  color: #071A33;
  font-size: 13px;
}

.home .hachi-btn-gold,
.home .hachi-btn-outline {
  min-height: 48px;
  border-radius: 8px;
  letter-spacing: 0;
}

.home .hachi-btn-gold {
  color: #ffffff !important;
}

.home .hachi-btn-outline {
  color: #071A33 !important;
  background: #ffffff;
  border: 1px solid #071A33;
  backdrop-filter: none;
}

.home .hachi-btn-catalogue::after {
  content: "↓";
  margin-left: 10px;
  font-size: 15px;
  line-height: 1;
}

.home .hachi-product-category-section {
  padding-top: 26px !important;
  padding-bottom: 14px !important;
}

.home .hachi-native-cats {
  padding-top: 26px !important;
  padding-bottom: 12px !important;
}

.home .hachi-native-cats .product-category .box-category {
  min-height: 260px !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06) !important;
}

.home .hachi-native-cats .product-category .box-image {
  height: 158px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

.home .hachi-native-cats .product-category .header-title {
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.home .hachi-why-section {
  padding: 0 !important;
}

.home .hachi-why-section .section-content {
  max-width: none !important;
}

.home .hachi-why-band {
  padding: 34px 0;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 26, 51, 0.96), rgba(7, 26, 51, 0.9)),
    url("/wp-content/uploads/2026/06/background.png") center / cover no-repeat;
}

.home .hachi-why-inner {
  display: grid;
  grid-template-columns: 1.1fr 2.4fr;
  align-items: center;
  gap: 42px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.home .hachi-why-copy .hachi-why-title {
  margin: 0 0 14px;
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 900 !important;
}

.home .hachi-why-copy .hachi-why-desc {
  max-width: 380px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.65;
}

.home .hachi-why-copy .hachi-gold-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px !important;
  border-radius: 8px !important;
  margin-top: 0;
  color: #ffffff !important;
  text-transform: uppercase;
}

.home .hachi-why-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home .hachi-why-stats .hachi-stat-box {
  min-height: 188px;
  padding: 8px 28px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.home .hachi-why-stats .hachi-stat-box img {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  object-fit: contain;
  filter: none;
}

.home .hachi-why-stats .hachi-stat-box h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.home .hachi-why-stats .hachi-stat-box h4 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home .hachi-why-stats .hachi-stat-box p {
  max-width: 160px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  line-height: 1.5;
}

.home .hachi-project-showcase {
  padding-top: 20px !important;
  padding-bottom: 28px !important;
  background: #ffffff !important;
}

.home .hachi-project-showcase .hachi-project-hero {
  display: none !important;
}

.home .hachi-project-card-wrap {
  max-width: 1120px !important;
  margin-top: 8px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px !important;
}

.home .hachi-project-card {
  min-height: 126px !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07) !important;
}

.home .hachi-project-img {
  flex-basis: 42% !important;
}

.home .hachi-project-img img {
  height: 112px !important;
  object-fit: contain !important;
  background: #f8fafc;
}

.home .hachi-project-info {
  padding: 12px 13px !important;
}

.home .hachi-project-info h3 {
  color: #071A33 !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

.home .hachi-project-info p {
  color: #475569 !important;
}

.home .hachi-workflow-section {
  padding-top: 28px !important;
  padding-bottom: 34px !important;
  background: #ffffff !important;
}

.home .hachi-news-section {
  padding-top: 0 !important;
  padding-bottom: 36px !important;
}

.home .hachi-news-layout {
  max-width: 1180px;
}

.home .hachi-news-cards .box-blog-post {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.home .hachi-news-cards .box-image {
  border-radius: 8px 8px 0 0;
}

.home .hachi-news-cards .box-text {
  padding: 15px !important;
  background: #ffffff !important;
}

.home .hachi-news-cards .post-title a,
.home .hachi-news-cards .post-title {
  color: #071A33 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
}

.home .hachi-news-cards .post-meta {
  color: #D69A1F !important;
  font-size: 11px !important;
  opacity: 1 !important;
}

.home .hachi-news-cta {
  min-height: 100%;
  padding: 28px 24px;
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 12%, rgba(243, 183, 62, 0.2), transparent 28%),
    linear-gradient(135deg, #071A33, #061528);
  box-shadow: 0 16px 34px rgba(7, 26, 51, 0.18);
}

.home .hachi-news-cta span {
  display: block;
  max-width: 190px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.home .hachi-news-cta p {
  margin: 14px 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.6;
}

.home .hachi-news-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 19px;
  border-radius: 8px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #D69A1F, #F3B73E);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .home .hachi-why-inner {
    grid-template-columns: 1fr;
  }

  .home .hachi-project-card-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home .header-wrapper .header-bottom {
    display: none !important;
  }

  .home .hachi-hero-title {
    font-size: 36px;
  }

  .home .hachi-hero-features {
    align-items: stretch;
    gap: 12px;
  }

  .home .hachi-hero-feature,
  .home .hachi-hero-feature + .hachi-hero-feature {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .home .hachi-why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .home .hachi-project-card-wrap {
    grid-template-columns: 1fr;
  }
}

/* =========================
   HACHICO - CORPORATE HEADER REFRESH
========================= */
.header-wrapper {
  border-top: 2px solid #071A33;
  background: #ffffff;
}

#top-bar.header-top {
  min-height: 30px !important;
  background: #071A33 !important;
  border: 0 !important;
}

#top-bar .container {
  max-width: 1280px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

#top-bar .html_topbar_left {
  width: 100%;
}

.hachi-topbar-wrap {
  min-height: 30px !important;
  background: transparent !important;
}

.hachi-topbar {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}

.hachi-topbar-item {
  min-height: 30px !important;
  padding: 0 !important;
  border-right: 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 30px !important;
}

.hachi-topbar-email {
  justify-self: start;
  grid-column: 1;
  grid-row: 1;
}

.hachi-topbar-phone {
  justify-self: center;
  grid-column: 2;
  grid-row: 1;
}

.hachi-topbar-ship {
  justify-self: end;
  grid-column: 3;
  grid-row: 1;
}

.hachi-topbar-icon {
  display: inline-flex;
  width: 13px;
  height: 13px;
}

.hachi-topbar-icon svg {
  display: block;
  width: 13px;
  height: 13px;
  color: #D69A1F !important;
  fill: currentColor;
}

#masthead.header-main {
  min-height: 74px !important;
  background: #ffffff !important;
  border-bottom: 1px solid #e6ebf2 !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055) !important;
}

#masthead .header-inner {
  max-width: 1280px !important;
  min-height: 74px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

#logo {
  width: 116px !important;
  margin-right: 34px !important;
}

#logo a {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
}

#logo img {
  width: 74px !important;
  max-height: 66px !important;
  object-fit: contain !important;
}

#masthead .flex-left {
  flex: 1 1 auto !important;
  justify-content: center !important;
}

#masthead .header-nav-main.nav-left {
  justify-content: center !important;
  gap: clamp(18px, 2.1vw, 36px);
  width: 100%;
}

#masthead .header-nav-main > li {
  margin: 0 !important;
}

#masthead .header-nav-main > li > a {
  position: relative;
  min-height: 74px !important;
  padding: 0 !important;
  color: #071A33 !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 74px !important;
  text-transform: uppercase !important;
}

#masthead .header-nav-main > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: #D69A1F;
  transition: width 0.2s ease;
}

#masthead .header-nav-main > li.active > a,
#masthead .header-nav-main > li.current-menu-item > a,
#masthead .header-nav-main > li > a:hover {
  color: #D69A1F !important;
}

#masthead .header-nav-main > li.active > a::after,
#masthead .header-nav-main > li.current-menu-item > a::after,
#masthead .header-nav-main > li > a:hover::after {
  width: 22px;
}

#masthead .nav-dropdown {
  border-radius: 8px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14) !important;
}

#masthead .nav-dropdown > li > a {
  color: #071A33 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

#masthead .flex-right {
  min-width: 174px;
  justify-content: flex-end !important;
}

.hachi-header-quote-main {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #D69A1F, #F3B73E);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(214, 154, 31, 0.28);
}

.hachi-header-quote-main:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(214, 154, 31, 0.36);
}

.hachi-header-quote-icon {
  display: inline-flex;
  width: 17px;
  height: 17px;
}

.hachi-header-quote-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.home .header-wrapper #wide-nav.header-bottom,
.home .header-wrapper .header-bottom.wide-nav,
.home .header-wrapper .header-bottom {
  display: none !important;
}

@media (max-width: 1100px) {
  #masthead .header-nav-main.nav-left {
    gap: 16px;
  }

  #masthead .header-nav-main > li > a {
    font-size: 12px !important;
  }
}

@media (max-width: 849px) {
  #masthead.header-main,
  #masthead .header-inner {
    min-height: 66px !important;
  }

  #logo {
    width: auto !important;
    margin-right: 0 !important;
  }

  #logo img {
    width: 60px !important;
    max-height: 58px !important;
  }

  .hachi-topbar {
    display: flex !important;
    justify-content: center !important;
    gap: 12px;
    flex-wrap: wrap;
  }

  .hachi-topbar-item {
    min-height: 26px !important;
    font-size: 11px !important;
    line-height: 26px !important;
  }
}

/* =========================
   HACHICO - REAL CATEGORY IMAGE REFRESH
========================= */
.home .hachi-native-cats .product-category .box-category {
  min-height: 286px !important;
  border: 1px solid #E3E8EF !important;
  background: #ffffff !important;
}

.home .hachi-native-cats .product-category .box-image {
  height: 184px !important;
  padding: 10px 10px 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #F7FAFC 100%) !important;
}

.home .hachi-native-cats .product-category .box-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: scale(1.08);
  transition: transform 0.25s ease;
}

.home .hachi-native-cats .product-category .box-category:hover .box-image img {
  transform: scale(1.13);
}

.home .hachi-native-cats .product-category .box-text {
  padding: 12px 18px 18px !important;
}

.home .hachi-native-cats .product-category .header-title {
  max-width: 180px;
  min-height: 43px;
  color: #071A33 !important;
  line-height: 1.25 !important;
}

@media (max-width: 1024px) {
  .home .hachi-native-cats .product-category .box-image {
    height: 176px !important;
  }
}

@media (max-width: 640px) {
  .home .hachi-native-cats .product-category .box-category {
    min-height: 250px !important;
  }

  .home .hachi-native-cats .product-category .box-image {
    height: 150px !important;
  }
}

/* =========================
   HACHICO - 1500 LAYOUT SECTION SYNC
========================= */
.home {
  --hachi-page-width: min(1500px, calc(100% - 56px));
  --hachi-wide-width: min(1420px, calc(100% - 56px));
}

.home .hachi-why-inner,
.home .hachi-project-card-wrap,
.home .hachi-workflow-container,
.home .hachi-news-layout,
.hachi-footer-cta,
.hachi-footer-main,
.hachi-footer-bottom {
  width: var(--hachi-page-width) !important;
  max-width: var(--hachi-page-width) !important;
}

.home .hachi-why-band {
  padding: 42px 0 !important;
}

.home .hachi-why-inner {
  grid-template-columns: minmax(320px, 0.9fr) minmax(780px, 2.4fr) !important;
  gap: 54px !important;
}

.home .hachi-why-copy {
  max-width: 430px;
}

.home .hachi-why-copy .hachi-why-desc {
  max-width: 420px !important;
}

.home .hachi-why-stats {
  gap: 0 !important;
}

.home .hachi-why-stats .hachi-stat-box {
  min-height: 184px !important;
  padding-left: clamp(22px, 2.2vw, 42px) !important;
  padding-right: clamp(22px, 2.2vw, 42px) !important;
}

.home .hachi-project-showcase {
  padding-top: 34px !important;
  padding-bottom: 40px !important;
}

.home .hachi-project-card-wrap {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 14px !important;
}

.home .hachi-project-card {
  min-height: 138px !important;
}

.home .hachi-project-img {
  flex-basis: 44% !important;
}

.home .hachi-project-img img {
  height: 126px !important;
}

.home .hachi-project-info {
  padding: 16px 16px !important;
}

.home .hachi-project-info h3 {
  font-size: 13.5px !important;
}

.home .hachi-workflow-section {
  padding-top: 44px !important;
  padding-bottom: 38px !important;
}

.home .hachi-workflow-list {
  grid-template-columns: 1fr minmax(52px, 0.42fr) 1fr minmax(52px, 0.42fr) 1fr minmax(52px, 0.42fr) 1fr minmax(52px, 0.42fr) 1fr !important;
  column-gap: 8px;
}

.home .hachi-workflow-item p {
  max-width: 220px !important;
}

.home .hachi-news-section {
  padding-top: 8px !important;
  padding-bottom: 56px !important;
}

.home .hachi-news-layout {
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .hachi-news-layout > .col:first-child {
  flex-basis: 78% !important;
  max-width: 78% !important;
}

.home .hachi-news-layout > .col:last-child {
  flex-basis: 22% !important;
  max-width: 22% !important;
}

.home .hachi-news-cards .row {
  max-width: none !important;
}

.home .hachi-news-cards .post-item {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.home .hachi-news-cards .box-image img {
  height: 156px !important;
  object-fit: cover !important;
}

.home .hachi-news-cta {
  min-height: 270px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hachi-footer-block .section-content {
  max-width: none !important;
}

.hachi-footer-cta {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.hachi-footer-main {
  grid-template-columns: minmax(300px, 1.05fr) minmax(360px, 1.15fr) minmax(230px, 0.75fr) minmax(270px, 0.85fr) !important;
  gap: clamp(34px, 4vw, 76px) !important;
}

.hachi-footer-brand {
  max-width: 390px;
}

.hachi-footer-panel {
  min-width: 0;
}

@media (max-width: 1200px) {
  .home {
    --hachi-page-width: min(100% - 40px, 1120px);
  }

  .home .hachi-why-inner {
    grid-template-columns: 1fr !important;
  }

  .home .hachi-project-card-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home .hachi-news-layout > .col:first-child,
  .home .hachi-news-layout > .col:last-child {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .hachi-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .home {
    --hachi-page-width: min(100% - 28px, 640px);
  }

  .home .hachi-why-band {
    padding: 34px 0 !important;
  }

  .home .hachi-why-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home .hachi-project-card-wrap,
  .home .hachi-workflow-list,
  .hachi-footer-cta,
  .hachi-footer-main {
    grid-template-columns: 1fr !important;
  }
}

/* =========================
   HACHICO - B2B MANUFACTURING FOOTER REWORK
========================= */
.hachi-footer-corporate {
  color: #10233F !important;
  background:
    linear-gradient(180deg, #F7F9FC 0%, #FFFFFF 42%, #F2F6FA 100%) !important;
  border-top: 1px solid #E1E7EF;
}

.hachi-footer-corporate::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #071A33 0%, #D69A1F 36%, #F3B73E 50%, #D69A1F 64%, #071A33 100%);
}

.hachi-footer-trust {
  padding: 28px 0 10px;
}

.hachi-footer-trust-inner,
.hachi-footer-corporate .hachi-footer-main,
.hachi-footer-corporate .hachi-footer-bottom {
  width: min(1500px, calc(100% - 56px)) !important;
  max-width: min(1500px, calc(100% - 56px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hachi-footer-trust-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hachi-footer-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 18px 22px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #E2E8F0;
  box-shadow: 0 12px 32px rgba(15, 35, 63, 0.06);
}

.hachi-footer-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 8px;
  color: #071A33;
  background: #F3B73E;
}

.hachi-footer-trust-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.hachi-footer-trust-item strong,
.hachi-footer-trust-item em {
  display: block;
  font-style: normal;
}

.hachi-footer-trust-item strong {
  color: #071A33;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.hachi-footer-trust-item em {
  margin-top: 4px;
  color: #5B6B7F;
  font-size: 13px;
  font-weight: 600;
}

.hachi-footer-corporate .hachi-footer-main {
  display: grid !important;
  grid-template-columns: minmax(320px, 1.08fr) minmax(390px, 1.18fr) minmax(250px, 0.78fr) minmax(330px, 0.96fr) !important;
  gap: clamp(34px, 3.2vw, 60px) !important;
  padding: 38px 0 34px !important;
  border: 0 !important;
}

.hachi-footer-corporate .hachi-footer-brand,
.hachi-footer-corporate .hachi-footer-panel,
.hachi-footer-corporate .hachi-footer-quote-panel {
  padding: 0 !important;
  color: #10233F;
}

.hachi-footer-corporate .hachi-footer-brand img {
  width: 94px !important;
  height: 94px !important;
  object-fit: contain !important;
  padding: 7px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #DDE5EE;
  box-shadow: 0 10px 26px rgba(15, 35, 63, 0.08);
}

.hachi-footer-corporate .hachi-footer-company {
  max-width: 410px;
  margin: 18px 0 12px !important;
  color: #071A33 !important;
  font-size: 17px !important;
  line-height: 1.42 !important;
  font-weight: 950 !important;
}

.hachi-footer-corporate .hachi-footer-desc {
  max-width: 440px;
  color: #455A70 !important;
  font-size: 14.5px !important;
  line-height: 1.72 !important;
}

.hachi-footer-corporate .hachi-footer-badges span {
  color: #071A33 !important;
  background: #EEF4FA !important;
  border-color: #D8E3EF !important;
}

.hachi-footer-corporate .hachi-footer-panel h3 {
  margin-bottom: 22px !important;
  color: #071A33 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

.hachi-footer-corporate .hachi-footer-panel h3::after {
  width: 46px !important;
  height: 3px !important;
  background: #D69A1F !important;
}

.hachi-footer-corporate .hachi-footer-panel li {
  color: #344A63 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

.hachi-footer-corporate .hachi-footer-panel strong {
  color: #071A33 !important;
}

.hachi-footer-corporate a {
  color: inherit !important;
}

.hachi-footer-corporate a:hover {
  color: #B77912 !important;
}

.hachi-footer-corporate .hachi-footer-links li::before {
  top: 12px !important;
  background: #D69A1F !important;
}

.hachi-footer-quote-panel {
  min-height: 100%;
  padding: 24px !important;
  border-radius: 8px;
  color: #ffffff !important;
  background:
    linear-gradient(135deg, rgba(7, 26, 51, 0.98), rgba(10, 44, 82, 0.94)),
    url("/wp-content/uploads/2026/06/background-1024x355.png") center / cover no-repeat;
  box-shadow: 0 18px 46px rgba(7, 26, 51, 0.16);
}

.hachi-footer-quote-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #F3B73E;
  background: rgba(243, 183, 62, 0.12);
  border: 1px solid rgba(243, 183, 62, 0.24);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hachi-footer-quote-panel > strong {
  display: block;
  max-width: 290px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 950;
}

.hachi-footer-quote-panel p {
  margin: 14px 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.65;
}

.hachi-footer-quick-contact {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

.hachi-footer-quick-contact a {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 850;
}

.hachi-footer-bankline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hachi-footer-bankline span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.hachi-footer-bankline strong {
  color: #F3B73E;
  font-size: 17px;
  font-weight: 950;
}

.hachi-footer-corporate .hachi-footer-quote {
  min-height: 46px !important;
  margin-top: 0 !important;
  color: #071A33 !important;
  background: linear-gradient(135deg, #F3B73E, #D69A1F) !important;
}

.hachi-footer-corporate .hachi-footer-bottom {
  padding: 17px 0 19px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  background: transparent !important;
  border-top: 1px solid rgba(7, 26, 51, 0.08) !important;
}

.hachi-footer-corporate .hachi-footer-bottom p,
.hachi-footer-corporate .hachi-footer-bottom a {
  color: #43566D !important;
}

@media (max-width: 1200px) {
  .hachi-footer-trust-inner,
  .hachi-footer-corporate .hachi-footer-main,
  .hachi-footer-corporate .hachi-footer-bottom {
    width: min(1120px, calc(100% - 40px)) !important;
    max-width: min(1120px, calc(100% - 40px)) !important;
  }

  .hachi-footer-corporate .hachi-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .hachi-footer-trust-inner,
  .hachi-footer-corporate .hachi-footer-main,
  .hachi-footer-corporate .hachi-footer-bottom {
    width: min(640px, calc(100% - 28px)) !important;
    max-width: min(640px, calc(100% - 28px)) !important;
  }

  .hachi-footer-trust-inner,
  .hachi-footer-corporate .hachi-footer-main {
    grid-template-columns: 1fr !important;
  }

  .hachi-footer-corporate .hachi-footer-bottom {
    align-items: flex-start !important;
  }
}

/* =========================
   HACHICO - NAVY FOOTER POLISH
========================= */
.hachi-footer-corporate {
  color: #ffffff !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 154, 31, 0.18), transparent 30%),
    linear-gradient(180deg, #071A33 0%, #06162B 100%) !important;
  border-top: 0 !important;
}

.hachi-footer-corporate::before {
  height: 4px !important;
  background: linear-gradient(90deg, #D69A1F, #F3B73E, #D69A1F) !important;
}

.hachi-footer-trust {
  padding: 30px 0 4px !important;
}

.hachi-footer-trust-item {
  min-height: 78px !important;
  padding: 16px 20px !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.065) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: none !important;
}

.hachi-footer-trust-icon {
  color: #071A33 !important;
  background: #F3B73E !important;
}

.hachi-footer-trust-item strong {
  color: #ffffff !important;
}

.hachi-footer-trust-item em {
  color: rgba(229, 237, 247, 0.76) !important;
}

.hachi-footer-corporate .hachi-footer-main {
  grid-template-columns: minmax(300px, 1fr) minmax(420px, 1.3fr) minmax(240px, 0.72fr) minmax(360px, 1.08fr) !important;
  align-items: start !important;
  padding-top: 42px !important;
}

.hachi-footer-corporate .hachi-footer-brand,
.hachi-footer-corporate .hachi-footer-panel {
  color: rgba(229, 237, 247, 0.84) !important;
}

.hachi-footer-corporate .hachi-footer-brand img {
  width: 86px !important;
  height: 86px !important;
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2) !important;
}

.hachi-footer-corporate .hachi-footer-company,
.hachi-footer-corporate .hachi-footer-panel h3,
.hachi-footer-corporate .hachi-footer-panel strong {
  color: #ffffff !important;
}

.hachi-footer-corporate .hachi-footer-desc,
.hachi-footer-corporate .hachi-footer-panel li {
  color: rgba(229, 237, 247, 0.78) !important;
}

.hachi-footer-corporate .hachi-footer-badges span {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.hachi-footer-corporate .hachi-footer-panel h3::after,
.hachi-footer-corporate .hachi-footer-links li::before {
  background: #F3B73E !important;
}

.hachi-footer-corporate a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.hachi-footer-corporate a:hover {
  color: #F3B73E !important;
}

.hachi-footer-quote-panel {
  min-width: 0 !important;
  padding: 26px !important;
  color: #071A33 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22) !important;
}

.hachi-footer-quote-eyebrow {
  max-width: 100%;
  color: #B77912 !important;
  background: rgba(214, 154, 31, 0.12) !important;
  border-color: rgba(214, 154, 31, 0.24) !important;
  white-space: normal !important;
}

.hachi-footer-quote-panel > strong {
  max-width: 100% !important;
  color: #071A33 !important;
  font-size: 22px !important;
  line-height: 1.26 !important;
}

.hachi-footer-quote-panel p {
  color: #455A70 !important;
}

.hachi-footer-quick-contact {
  grid-template-columns: 1fr !important;
}

.hachi-footer-quick-contact a {
  color: #071A33 !important;
  overflow-wrap: anywhere;
}

.hachi-footer-bankline {
  background: #F1F5F9 !important;
  border-color: #DDE6F0 !important;
  flex-wrap: wrap;
}

.hachi-footer-bankline span {
  color: #64748B !important;
}

.hachi-footer-bankline strong {
  color: #D69A1F !important;
  overflow-wrap: anywhere;
}

.hachi-footer-corporate .hachi-footer-quote {
  width: 100%;
  color: #071A33 !important;
  box-shadow: 0 14px 30px rgba(214, 154, 31, 0.26) !important;
}

.hachi-footer-corporate .hachi-footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

.hachi-footer-corporate .hachi-footer-bottom p,
.hachi-footer-corporate .hachi-footer-bottom a {
  color: rgba(229, 237, 247, 0.72) !important;
}

@media (max-width: 1200px) {
  .hachi-footer-corporate .hachi-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* =========================
   HACHICO - FOOTER QUOTE NAVY MATCH
========================= */
.hachi-footer-corporate .hachi-footer-quote-panel {
  color: #ffffff !important;
  background:
    linear-gradient(180deg, rgba(7, 26, 51, 0.98), rgba(7, 26, 51, 0.98)) !important;
  border: 1px solid rgba(243, 183, 62, 0.32) !important;
  border-top: 4px solid #F3B73E !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18) !important;
}

.hachi-footer-corporate .hachi-footer-quote-eyebrow {
  color: #071A33 !important;
  background: #F3B73E !important;
  border-color: #F3B73E !important;
}

.hachi-footer-corporate .hachi-footer-quote-panel > strong {
  color: #ffffff !important;
}

.hachi-footer-corporate .hachi-footer-quote-panel p {
  color: rgba(229, 237, 247, 0.82) !important;
}

.hachi-footer-corporate .hachi-footer-quick-contact a {
  color: #ffffff !important;
}

.hachi-footer-corporate .hachi-footer-bankline {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.hachi-footer-corporate .hachi-footer-bankline span {
  color: rgba(229, 237, 247, 0.76) !important;
}

.hachi-footer-corporate .hachi-footer-bankline strong {
  color: #F3B73E !important;
}

.hachi-footer-corporate .hachi-footer-quote-panel .hachi-footer-quote {
  color: #071A33 !important;
  background: linear-gradient(135deg, #F3B73E, #D69A1F) !important;
}

/* =========================
   HACHICO - SIMPLE FOOTER ACTION COLUMN
========================= */
.hachi-footer-corporate .hachi-footer-action {
  color: rgba(229, 237, 247, 0.84) !important;
}

.hachi-footer-corporate {
  background: #071A33 !important;
}

.hachi-footer-action-text {
  max-width: 340px;
  margin: 0 0 16px !important;
  color: rgba(229, 237, 247, 0.78) !important;
  font-size: 14px;
  line-height: 1.72;
}

.hachi-footer-action-list {
  margin: 0 0 20px !important;
  padding: 0 !important;
  list-style: none !important;
}

.hachi-footer-action-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: rgba(229, 237, 247, 0.84) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.hachi-footer-action-list li::before {
  display: none !important;
}

.hachi-footer-action-list strong {
  flex: 0 0 auto;
  color: #ffffff !important;
}

.hachi-footer-action-list a,
.hachi-footer-action-list span {
  color: #F3B73E !important;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.hachi-footer-action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hachi-footer-action-buttons .hachi-footer-quote {
  width: auto !important;
  min-height: 44px !important;
  padding: 0 20px !important;
  color: #071A33 !important;
  background: linear-gradient(135deg, #F3B73E, #D69A1F) !important;
  box-shadow: 0 12px 26px rgba(214, 154, 31, 0.24) !important;
}

.hachi-footer-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hachi-footer-link-btn:hover {
  color: #F3B73E !important;
  border-color: rgba(243, 183, 62, 0.45);
}

/* =========================
   HACHICO - CATEGORY CARD POLISH
========================= */
.home .hachi-native-cats .product-category .box-category {
  overflow: hidden !important;
  transform: translateY(0);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease !important;
  will-change: transform;
}

.home .hachi-native-cats .product-category .box-category:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 154, 31, 0.58) !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.13) !important;
}

.home .hachi-native-cats .product-category .box-image {
  height: 178px !important;
  padding: 14px 14px 4px !important;
}

.home .hachi-native-cats .product-category .box-text {
  padding: 18px 18px 18px !important;
  margin-top: 0 !important;
}

.home .hachi-native-cats .product-category .box-text-inner {
  padding-top: 0 !important;
}

.home .hachi-native-cats .product-category .header-title {
  max-width: 190px !important;
  min-height: 48px !important;
  margin: 0 0 12px !important;
  overflow: visible !important;
  color: #071A33 !important;
  font-size: 15.5px !important;
  line-height: 1.36 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}

.home .hachi-native-cats .product-category .box-text-inner::after {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
}

@media (max-width: 640px) {
  .home .hachi-native-cats .product-category .box-image {
    height: 142px !important;
  }

  .home .hachi-native-cats .product-category .box-text {
    padding: 16px 14px 16px !important;
  }

  .home .hachi-native-cats .product-category .header-title {
    max-width: none !important;
    min-height: 44px !important;
    font-size: 14px !important;
  }
}

/* =========================
   HACHICO - CATEGORY HOVER CLIP FIX
========================= */
.home .hachi-native-cats,
.home .hachi-native-cats .flickity-viewport,
.home .hachi-native-cats .flickity-slider,
.home .hachi-native-cats .product-category,
.home .hachi-native-cats .product-category .col-inner,
.home .hachi-native-cats .product-category a {
  overflow: visible !important;
}

.home .hachi-native-cats .product-category {
  padding-top: 9px !important;
  padding-bottom: 18px !important;
}

.home .hachi-native-cats .product-category .box-category {
  overflow: visible !important;
  position: relative;
  background: #ffffff !important;
}

.home .hachi-native-cats .product-category .box-category::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 9px;
  opacity: 0;
  background: linear-gradient(135deg, rgba(214, 154, 31, 0.7), rgba(243, 183, 62, 0.18));
  transition: opacity 0.24s ease;
}

.home .hachi-native-cats .product-category .box-category:hover::before {
  opacity: 1;
}

.home .hachi-native-cats .product-category .box-image {
  overflow: hidden !important;
  padding: 18px 18px 6px !important;
}

.home .hachi-native-cats .product-category .box-image img {
  transform: scale(1) !important;
}

.home .hachi-native-cats .product-category .box-category:hover .box-image img {
  transform: scale(1.04) !important;
}

/* =========================
   HACHICO - HEADER 1500 TOPBAR ALIGN
========================= */
#top-bar .container,
#top-bar .flex-row.container,
#masthead .header-inner {
  max-width: 1500px !important;
}

#top-bar.header-top {
  min-height: 31px !important;
}

#top-bar .container,
#top-bar .flex-row.container {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

#top-bar .flex-left,
#top-bar .nav-left,
#top-bar .html_topbar_left {
  width: 100% !important;
  max-width: 100% !important;
}

.hachi-topbar-wrap {
  width: 100%;
}

.hachi-topbar {
  display: grid !important;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 31px;
  column-gap: 18px;
}

.hachi-topbar-email {
  grid-column: 1 !important;
  justify-self: start !important;
}

.hachi-topbar-phone {
  grid-column: 2 !important;
  justify-self: start !important;
}

.hachi-topbar-ship {
  grid-column: 4 !important;
  justify-self: end !important;
}

.hachi-topbar-item {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  min-height: 31px;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.hachi-topbar-icon {
  width: 13px !important;
  height: 13px !important;
  color: #F3B73E !important;
}

.hachi-topbar-icon svg {
  width: 13px !important;
  height: 13px !important;
}

#masthead .header-inner {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

#logo {
  width: 120px !important;
  margin-right: clamp(34px, 4vw, 76px) !important;
}

#logo img {
  max-height: 76px !important;
}

#masthead .header-nav-main.nav-left {
  justify-content: center;
  gap: clamp(24px, 2.35vw, 44px);
}

#masthead .flex-right {
  min-width: 206px;
}

#masthead .hachi-header-quote-main {
  min-width: 174px;
  min-height: 46px;
  padding-left: 22px !important;
  padding-right: 22px !important;
}

@media (max-width: 1200px) {
  #top-bar .container,
  #top-bar .flex-row.container,
  #masthead .header-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #logo {
    margin-right: 26px !important;
  }

  #masthead .header-nav-main.nav-left {
    gap: 20px;
  }
}

@media (max-width: 849px) {
  .hachi-topbar {
    display: flex !important;
    justify-content: center;
    gap: 10px 16px;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hachi-topbar-item {
    min-height: 20px;
    font-size: 11px !important;
  }

  #masthead .header-inner {
    min-height: 66px !important;
  }

  #logo {
    width: 94px !important;
    margin-right: 0 !important;
  }
}

/* =========================
   HACHICO - REMOVE HEADER BOTTOM LINE
========================= */
.header-wrapper,
.header-wrapper.stuck,
.header-shadow .header-wrapper,
.header-main,
#masthead.header-main {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.header-wrapper::after,
.header-main::after,
#masthead.header-main::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =========================
   HACHICO - CATEGORY ROUNDED BORDER FIX
========================= */
.home .hachi-native-cats .product-category .col-inner,
.home .hachi-native-cats .product-category a {
  border-radius: 9px !important;
}

.home .hachi-native-cats .product-category .box-category {
  isolation: isolate;
  overflow: hidden !important;
  border: 1px solid #E3E8EF !important;
  border-radius: 9px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(7, 26, 51, 0.045) !important;
}

.home .hachi-native-cats .product-category .box-category::before {
  inset: 0 !important;
  z-index: 3 !important;
  border: 1px solid rgba(214, 154, 31, 0);
  border-radius: inherit !important;
  background: transparent !important;
  pointer-events: none;
}

.home .hachi-native-cats .product-category .box-category:hover {
  border-color: rgba(214, 154, 31, 0.42) !important;
  box-shadow:
    0 18px 42px rgba(7, 26, 51, 0.12),
    0 0 0 1px rgba(243, 183, 62, 0.28) !important;
}

.home .hachi-native-cats .product-category .box-category:hover::before {
  border-color: rgba(243, 183, 62, 0.52);
}

.home .hachi-native-cats .product-category .box-image {
  border-radius: 8px 8px 0 0 !important;
}

.home .hachi-native-cats .product-category .box-text {
  border-radius: 0 0 8px 8px !important;
}

/* =========================
   HACHICO - WHY SECTION BACKGROUND AND BUTTON HOVER
========================= */
.home .hachi-why-band {
  background: url("/wp-content/uploads/2026/06/background.png") center center / cover no-repeat !important;
  background-color: #071A33 !important;
}

.home .hachi-why-copy .hachi-gold-btn,
.home .hachi-why-copy .button.hachi-gold-btn {
  transform: translateY(0);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease !important;
  will-change: transform;
}

.home .hachi-why-copy .hachi-gold-btn:hover,
.home .hachi-why-copy .button.hachi-gold-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(214, 154, 31, 0.34) !important;
}

/* =========================
   HACHICO - PROJECT CARD HOVER SYNC
========================= */
.home .hachi-project-card-wrap {
  overflow: visible !important;
}

.home .hachi-project-card {
  position: relative;
  overflow: hidden !important;
  border: 1px solid #E3E8EF !important;
  border-radius: 9px !important;
  background: #ffffff !important;
  transform: translateY(0);
  box-shadow: 0 12px 30px rgba(7, 26, 51, 0.045) !important;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease !important;
  will-change: transform;
}

.home .hachi-project-card:hover {
  transform: translateY(-7px);
  border-color: rgba(214, 154, 31, 0.42) !important;
  box-shadow:
    0 18px 42px rgba(7, 26, 51, 0.12),
    0 0 0 1px rgba(243, 183, 62, 0.24) !important;
}

.home .hachi-project-img {
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff 0%, #F7FAFC 100%) !important;
}

.home .hachi-project-img img {
  transform: scale(1);
  transition: transform 0.24s ease !important;
}

.home .hachi-project-card:hover .hachi-project-img img {
  transform: scale(1.04);
}

.home .hachi-project-info span {
  color: #D69A1F !important;
  font-weight: 900 !important;
}

.home .hachi-project-btn {
  transform: translateY(0);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease !important;
  will-change: transform;
}

.home .hachi-project-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 154, 31, 0.55) !important;
  box-shadow: 0 14px 30px rgba(7, 26, 51, 0.12) !important;
}

/* =========================
   HACHICO - PRODUCT CATALOG GRID PAGE
========================= */
.page-id-25 {
  background: #f2f4f7 !important;
}

.page-id-25 .section_breadcrumb {
  display: none !important;
}

.page-id-25 .page-wrapper {
  padding: 0 !important;
  background: #f2f4f7 !important;
}

.page-id-25 .entry-header,
.page-id-25 .entry-title {
  display: none !important;
}

.page-id-25 .hachi-catalog-section {
  padding: 22px 0 48px !important;
  background: #f2f4f7 !important;
}

.hachi-recent-products {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 16px 18px 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(7, 26, 51, 0.035);
}

.hachi-recent-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.hachi-recent-products h2 {
  margin: 0 !important;
  color: #071A33 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.hachi-recent-products-head a {
  color: #7b8494 !important;
  font-size: 13px;
  font-weight: 650;
}

.hachi-recent-products-head a:hover {
  color: #D69A1F !important;
}

.hachi-recent-products-list {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.hachi-recent-product {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  flex: 0 0 284px;
  min-height: 84px;
  padding: 10px 14px 10px 10px;
  border: 1px solid #e3e8ef;
  border-radius: 7px;
  color: #071A33 !important;
  background: #ffffff;
  transform: translateY(0);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.hachi-recent-product:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 154, 31, 0.42);
  box-shadow: 0 12px 28px rgba(7, 26, 51, 0.09);
}

.hachi-recent-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 6px;
  background: #f8fafc;
}

.hachi-recent-product-img img {
  max-width: 54px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.hachi-recent-product-info {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.hachi-recent-product-info strong {
  display: -webkit-box;
  overflow: hidden;
  color: #071A33;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hachi-recent-product-info em {
  color: #D71920;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
}

.hachi-catalog-intro,
.hachi-catalog-shell {
  width: min(1200px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.hachi-catalog-shell .hachi-recent-products {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hachi-catalog-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}

.hachi-catalog-intro span,
.hachi-catalog-kicker {
  display: block;
  margin-bottom: 5px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.hachi-catalog-intro h1,
.hachi-catalog-head h1 {
  margin: 0;
  color: #071A33 !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.hachi-catalog-intro p {
  max-width: 520px;
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

.hachi-catalog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 14px;
  padding: 18px 20px;
  border-radius: 8px;
  background: #ffffff;
}

.hachi-catalog-head p {
  max-width: 720px;
  margin: 8px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.55;
}

.hachi-catalog-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 8px;
  color: #071A33 !important;
  background: linear-gradient(135deg, #F3B73E, #D69A1F);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(214, 154, 31, 0.22);
}

.hachi-catalog-banner-slider {
  position: relative;
  margin-bottom: 14px;
  overflow: visible;
}

.hachi-catalog-banner-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hachi-catalog-banner-track::-webkit-scrollbar {
  display: none;
}

.hachi-catalog-banner-slide {
  position: relative;
  display: block;
  flex: 0 0 calc(50% - 5px);
  aspect-ratio: 2.85 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #071A33;
  box-shadow: 0 6px 18px rgba(7, 26, 51, 0.08);
  scroll-snap-align: start;
  transform: translateY(0);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.hachi-catalog-banner-slider.is-single .hachi-catalog-banner-slide {
  flex-basis: 100%;
}

.hachi-catalog-banner-slide:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(7, 26, 51, 0.14);
}

.hachi-catalog-banner-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hachi-catalog-banner-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(7, 26, 51, 0.08) !important;
  border-radius: 999px !important;
  color: #071A33 !important;
  background: #ffffff !important;
  font-size: 34px !important;
  line-height: 48px !important;
  box-shadow: 0 10px 26px rgba(7, 26, 51, 0.16);
  box-sizing: border-box;
  overflow: hidden;
  transform: translateY(-50%);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.hachi-catalog-banner-nav:hover {
  color: #071A33 !important;
  background: #F3B73E !important;
  transform: translateY(calc(-50% - 2px));
}

.hachi-catalog-banner-nav.is-prev {
  left: -60px;
}

.hachi-catalog-banner-nav.is-next {
  right: -60px;
}

.hachi-catalog-tools {
  position: sticky;
  top: 0;
  z-index: 20;
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(7, 26, 51, 0.08);
}

.admin-bar .hachi-catalog-tools {
  top: 32px;
}

.hachi-catalog-search {
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
}

.hachi-catalog-search input {
  width: 100%;
  height: 40px;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #dbe3ee !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
  color: #071A33 !important;
  box-shadow: none !important;
}

.hachi-catalog-search button {
  min-width: 76px;
  height: 40px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  color: #071A33;
  background: #F3B73E;
  font-size: 13px;
  font-weight: 950;
}

.hachi-catalog-filter-row {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.hachi-catalog-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #e5eaf1;
  border-radius: 8px;
  color: #071A33 !important;
  background: #f8fafc;
  font-size: 13px;
  font-weight: 850;
}

.hachi-catalog-chip.is-active,
.hachi-catalog-chip:hover {
  border-color: #D69A1F;
  color: #D69A1F !important;
  background: rgba(243, 183, 62, 0.1);
}

.hachi-catalog-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #64748b;
  font-size: 13px;
}

.hachi-catalog-sort a {
  color: #475569 !important;
  font-weight: 700;
}

.hachi-catalog-sort a.is-active,
.hachi-catalog-sort a:hover {
  color: #D69A1F !important;
}

.hachi-catalog-grid {
  display: grid;
  grid-template-columns: repeat(var(--hachi-catalog-columns, 5), minmax(0, 1fr));
  gap: 10px;
}

.hachi-catalog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 12px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(7, 26, 51, 0.035);
  transform: translateY(0);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.hachi-catalog-card:hover {
  z-index: 2;
  transform: translateY(-4px);
  border-color: rgba(214, 154, 31, 0.42);
  box-shadow: 0 14px 34px rgba(7, 26, 51, 0.11);
}

.hachi-catalog-card-link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.hachi-catalog-badge {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 8px;
  padding: 0 7px;
  border-radius: 3px;
  color: #071A33;
  background: #f3f4f6;
  font-size: 11px;
  font-weight: 750;
}

.hachi-catalog-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 156px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.hachi-catalog-image img {
  max-width: 100%;
  max-height: 148px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.22s ease;
}

.hachi-catalog-card:hover .hachi-catalog-image img {
  transform: scale(1.04);
}

.hachi-catalog-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 11px;
}

.hachi-catalog-specs span {
  min-height: 30px;
  padding: 4px;
  border-radius: 4px;
  color: #0f172a;
  background: #f3f6fa;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.hachi-catalog-card h2 {
  min-height: 44px;
  margin: 0 0 8px !important;
  color: #071A33 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

.hachi-catalog-meta {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  min-height: 42px;
  margin-bottom: 8px;
}

.hachi-catalog-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 7px;
  border-radius: 4px;
  color: #475569;
  background: #f1f5f9;
  font-size: 11px;
  font-weight: 750;
}

.hachi-catalog-price {
  margin-top: auto;
  color: #D71920;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.hachi-catalog-benefit {
  margin-top: 7px;
  color: #071A33;
  font-size: 13px;
  font-weight: 650;
}

.hachi-catalog-foot {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 10px;
  color: #64748b;
  font-size: 11.5px;
}

.hachi-catalog-foot span:first-child {
  color: #f59e0b;
  font-weight: 850;
}

.hachi-catalog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.hachi-catalog-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
}

.hachi-catalog-actions a:first-child {
  color: #071A33 !important;
  border: 1px solid #dbe3ee;
  background: #ffffff;
}

.hachi-catalog-actions a:last-child {
  color: #071A33 !important;
  background: #F3B73E;
}

.hachi-catalog-empty {
  padding: 34px;
  border-radius: 8px;
  background: #ffffff;
  color: #475569;
  text-align: center;
}

@media (max-width: 1200px) {
  .hachi-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hachi-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hachi-catalog-banner-slide {
    flex-basis: calc(50% - 5px);
  }

  .hachi-catalog-intro,
  .hachi-catalog-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .hachi-catalog-grid {
    grid-template-columns: 1fr;
  }

  .hachi-catalog-banner-slide {
    flex-basis: 100%;
    aspect-ratio: 2.2 / 1;
  }

  .hachi-catalog-banner-nav {
    width: 42px;
    height: 42px;
    font-size: 32px;
  }

  .hachi-catalog-banner-nav.is-prev {
    left: 8px;
  }

  .hachi-catalog-banner-nav.is-next {
    right: 8px;
  }

  .hachi-recent-product {
    flex-basis: 260px;
  }

  .hachi-catalog-tools {
    position: static;
  }
}
