.fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

div.site-branding {
    padding-left: 50px;
}

nav.site-navigation {
    padding-right: 70px;
}

.hero-banner {
    margin-top: 60px;
}

.site-header {
    /* 	  position: sticky;
    z-index: 9999; */
    /* 	margin-bottom: px; */
    /*     padding: 1rem 2rem; */
    /*     top: 0; */
    /*     font-size: 93.5%; */
}

body.scrolled .site-header {
    /*     height: 60px; */
}

.header-inner {
    width: 1440px;
}

.elementor-element-85efcb5 h2.elementor-heading-title {
    height: 65px;
}

@media (min-width: 1200px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*="elementor-page-"]) .site-main {
        max-width: 1440px;
    }
}

/* ================================
   1. MENU CHÍNH - DESKTOP
================================ */
.site-navigation ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation ul.menu li {
    position: relative;
}

.site-navigation ul.menu li a {
    display: inline-block;
    padding: 10px 10px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Hover menu chính */
.site-navigation ul.menu>li>a:hover {
    color: yellow;
    box-shadow: 0 2px red;
}

/* ================================
   2. SUB-MENU (DROPDOWN)
================================ */
.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0 !important;
    position: relative;
}

.site-navigation ul.menu li ul.sub-menu {
    background: #fff;
    display: block;
    left: 0;
    width: 230px;
    position: absolute;
    top: calc(100% + 5px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    list-style: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.site-navigation ul.menu li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-navigation ul.sub-menu li a {
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    line-height: 1.5;
    min-height: 40px;
    color: #000 !important;
    font-size: 12px;
    background: #fff !important;
}

/* .site-header .site-navigation .sub-menu li {
    padding: 5px;
} */

.site-navigation ul.sub-menu li a:hover {
    color: #ffff0f !important;
    background: #012a59 !important;
    width: 100%;
}

/* ================================
   3. RESPONSIVE MOBILE MENU
================================ */
@media (max-width: 991px) {
    .site-navigation ul.menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .site-navigation ul.menu li {
        width: 100%;
    }

    .site-navigation ul.menu li a {
        width: 100%;
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
    }

    .site-navigation ul.menu li ul.sub-menu {
        position: static;
        box-shadow: none;
        min-width: 100%;
        transform: none;
        transition: none;
        opacity: 1;
        visibility: visible;
        display: none;
        /* ẩn mặc định trên mobile */
    }

    .site-navigation ul.menu li.open>ul.sub-menu {
        display: block;
        /* hiện khi bấm mở */
    }
}

/* ================================
   4. SẢN PHẨM TRANG PAGE-ID-18
================================ */
.woocommerce ul.products {
    margin: 0;
    padding: 0;
    list-style: none outside;
    clear: both;
}

body.page-id-18 .woocommerce ul.products li.product a img {
    width: 100%;
    height: 200px;
    display: block;
    margin: 10px 0 0;
    object-fit: cover;
    box-shadow: none;
}

body.page-id-18 .woocommerce ul.products li.product {
    /*     padding: 0 10px 10px; */
    margin: 0px 20px 20px 0px;
    float: left;
    text-align: center;
    background: #fafafa;
    transition: background 0.3s ease;
    width: 340px;
}

/* Hover khối element trong Elementor */
body.page-id-18 .elementor-element-c65885e>.e-con-inner>.e-con.e-child:hover {
    background: #edf7ff;
    box-shadow: 0 0 15px rgba(33, 33, 33, 0.33);
    transition: all 0.3s ease;
}

/* Link sản phẩm */
.woocommerce ul.products li.product a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: inherit;
}

/* Responsive grid sản phẩm */
@media (max-width: 991px) {
    body.page-id-18 .woocommerce ul.products li.product {
        width: 48%;
        /* 2 cột trên tablet */
    }

    body.page-id-18 div.woocommerce.columns-3 h2.woocommerce-loop-category__title {
        font-size: 20px;
        line-height: 26px;
        height: auto;
    }

    body.page-id-18 div.cat-description {
        font-size: 14px;
        line-height: 22px;
        height: auto;
    }
}

@media (max-width: 600px) {
    body.page-id-18 .woocommerce ul.products li.product {
        width: 100%;
        /* 1 cột trên mobile */
    }

    body.page-id-18 div.woocommerce.columns-3 h2.woocommerce-loop-category__title {
        font-size: 18px;
        line-height: 24px;
        height: auto;
    }

    body.page-id-18 div.cat-description {
        font-size: 13px;
        line-height: 20px;
        height: auto;
    }
}

/* ================================
   5. NÚT XEM NGAY
================================ */
.btn-xem-ngay {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    background: #2061b7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.2s ease;
    text-decoration: none;
    margin-bottom: 20px;
}

body.page-id-18 .woocommerce ul.products li.product:hover {
    background-color: #edf7ff;
    color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

body.page-id-18 .woocommerce ul.products li.product:hover a.btn-xem-ngay {
    background: #145491;
    color: #fff;
}

/* ================================
   6. TIÊU ĐỀ & MÔ TẢ
================================ */
body.page-id-18 div.woocommerce.columns-4 h2.woocommerce-loop-category__title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 31px;
    font-weight: 400;
    color: black;
    margin: 10px;
    height: 80px;
    display: flex;
    justify-content: center;
    text-align: center;
}

body.page-id-18 div.cat-description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: black;
    margin: 0 10px;
    padding: 10px;
    text-align: justify;
    height: 180px;
}

.custom-line {
    width: 100%;
    height: 5px;
    background-color: #195ab0;
    margin: 10px 0;
    border-radius: 10px;
}

body.page-id-18 .elementor-element-1e2c11c h2 {
    transition: all 0.4s ease-in-out;
}

body.page-id-18 .elementor-element-1e2c11c h2:hover {
    color: #195ab0 !important;
}

/* Ẩn mũi tên con */
.site-navigation ul.menu li.menu-item-has-children:after {
    content: none;
}

/* ================================
   7. RESPONSIVE CHO WOOCOMMERCE
================================ */

/* ================================
   7. RESPONSIVE CHO WOOCOMMERCE
================================ */

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
    .site-navigation-toggle-holder {
        padding: 8px 70px 8px 15px;
    }

    body.page-id-18 .woocommerce ul.products {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    body.page-id-18 .woocommerce ul.products li.product {
        margin: 10px;
        padding: 0px;
        width: 45%;
        /* flex: 1 1 calc(50% - 15px); */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

    body.page-id-18 .woocommerce ul.products li.product a img {
        height: 180px;
        object-fit: cover;
        margin-bottom: 10px;
    }

    body.page-id-18 h2.woocommerce-loop-category__title {
        font-size: 20px;
        line-height: 26px;
        min-height: 60px;
        /* giữ đều chiều cao */
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    body.page-id-18 .cat-description {
        font-size: 14px;
        line-height: 22px;
        min-height: 80px;
        margin-bottom: 10px;
        text-align: justify;
    }

    body.page-id-18 .woocommerce ul.products li.product .button {
        margin-top: auto;
        align-self: center;
    }
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
    .site-navigation-toggle-holder {
        padding: 8px 20px 8px 15px;
    }

    div.site-branding {
        padding-left: 20px;
    }

    nav.site-navigation {
        padding-right: 70px;
    }

    body.page-id-18 .woocommerce ul.products {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    body.page-id-18 .woocommerce ul.products li.product {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

    body.page-id-18 .woocommerce ul.products li.product a img {
        height: 150px;
        object-fit: cover;
        margin-bottom: 10px;
    }

    body.page-id-18 h2.woocommerce-loop-category__title {
        font-size: 18px;
        line-height: 22px;
        min-height: 50px;
        /* giữ tiêu đề bằng nhau */
        margin: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    body.page-id-18 .cat-description {
        font-size: 13px;
        line-height: 20px;
        min-height: 70px;
        /* đều chiều cao mô tả */
        padding: 5px;
        text-align: justify;
    }

    body.page-id-18 .woocommerce ul.products li.product .button {
        margin-top: auto;
        align-self: center;
    }
}

div.elementor-element-eee15a0 .elementor-element-c65885e h2.elementor-heading-title {
    height: 60px;
}

/*===== Mến  =====*/
/* Áp dụng font Montserrat cho toàn bộ trang */
body,
body * {
    font-family: "Montserrat", sans-serif;
}

/* 	 section giaiphap	 */

#site-branding {
    flex-direction: unset;
}

#menu-header-menu li {
    padding: 15px 2px;
    /* Khoảng cách giữa các mục */
}

.site-branding.show-logo {
    display: flex;
    flex-direction: row;
}

/* Đặt container ảnh làm mốc */
.elementor-element-2719b89,
.elementor-element-059d84b,
.elementor-element-38fe1be {
    position: relative;
}

.elementor-element-ecb65c1,
.elementor-element-dab59f1,
.elementor-element-b4cdb36 {
    position: absolute;
    bottom: 0px;
}

/* 	sp chúng tôi cung cấp	 */
.elementor-element-61a6e99 h2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 5px;
    left: -122px;
    background-color: #0066cc;
    border-radius: 10px;
}

.elementor-element-ac3d7dc::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 5px;
    background-color: #0066cc;
    left: -118px;
    border-radius: 10px;
}

.elementor-element-ac3d7dc::after {
    content: "";
    right: -118px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 5px;
    background-color: #0066cc;
    border-radius: 10px;
}

.elementor-element-4d7d7e7 h2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 5px;
    left: -122px;
    background-color: #0066cc;
    border-radius: 10px;
}

.elementor-element-5a0f41f h2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 5px;
    left: -122px;
    background-color: #0066cc;
    border-radius: 10px;
}

.elementor-element-80ee1ff .elementor-heading-title::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100px;
    height: 5px;
    background-color: #0070c9;
    border-radius: 2px;
    top: -48px;
}

/* 	responsive	 */
/* Tablet 768–1024px */
@media (max-width: 1025px) {

    .elementor-element-ac3d7dc::before,
    .elementor-element-ac3d7dc::after,
    .elementor-element-61a6e99 h2::before {
        width: 70px;
        height: 4px;
    }

    .elementor-element-5a0f41f h2::before {
        width: 60px;
        height: 4px;
    }

    .elementor-element-4d7d7e7 h2::before {
        width: 25px;
        height: 4px;
    }

    .elementor-element-ac3d7dc::before {
        left: -80px;
    }

    .elementor-element-ac3d7dc::after {
        right: -80px;
    }

    .elementor-element-61a6e99 h2::before {
        left: -52px;
    }

    .elementor-element-5a0f41f h2::before {
        left: -80px;
    }

    .elementor-element-4d7d7e7 h2::before {
        left: -16px;
    }
}

/* Mobile ≤767px */
@media (max-width: 767px) {

    .elementor-element-ac3d7dc::before,
    .elementor-element-ac3d7dc::after {
        height: 3px;
        width: 20px;
    }

    .elementor-element-61a6e99 h2::before,
    .elementor-element-5a0f41f h2::before {
        height: 3px;
        width: 34px;
    }

    .elementor-element-4d7d7e7 h2::before {
        height: 3px;
        width: 25px;
    }

    .elementor-element-61a6e99 h2::before {
        left: -38px;
    }

    .elementor-element-ac3d7dc::before {
        left: -38px;
    }

    .elementor-element-ac3d7dc::after {
        right: -38px;
    }

    .elementor-element-4d7d7e7 h2::before {
        left: -18px;
    }

    .elementor-element-5a0f41f h2::before {
        left: -40px;
    }

    .elementor-element-80ee1ff .elementor-heading-title::before {
        top: -18px;
    }

    .elementor-13 .elementor-element.elementor-element-5b5f55d {
        margin-top: 24px;
    }
}

.elementor-element-68ac771 .elementor-element-ae9adc3::after,
.elementor-element-c1d72ac .elementor-element-1eeb4c9::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100px;
    height: 5px;
    background-color: #0070c9;
    border-radius: 10px;
}

/* shape */
.elementor-element-50669ff,
.elementor-element-68ad920,
.elementor-element-c69f062 {
    position: relative;
    text-align: center;
}

.elementor-element-50669ff::before,
.elementor-element-68ad920::before,
.elementor-element-c69f062::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    background: #0b5ea8;
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 10px;
}

/* H2 ở giữa */
.elementor-element-50669ff .elementor-heading-title,
.elementor-element-68ad920 .elementor-heading-title,
.elementor-element-c69f062 .elementor-heading-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 12px 22px;
    background-color: #0b5ea8 !important;
    border-radius: 20px;
}

/* Tam giác 2 bên của H2 */
.elementor-element-50669ff .elementor-heading-title::before,
.elementor-element-50669ff .elementor-heading-title::after,
.elementor-element-68ad920 .elementor-heading-title::before,
.elementor-element-68ad920 .elementor-heading-title::after,
.elementor-element-c69f062 .elementor-heading-title::before,
.elementor-element-c69f062 .elementor-heading-title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
}

.elementor-element-50669ff .elementor-heading-title::before,
.elementor-element-68ad920 .elementor-heading-title::before,
.elementor-element-c69f062 .elementor-heading-title::before {
    left: -10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 12px solid #0b5ea8;
}

.elementor-element-50669ff .elementor-heading-title::after,
.elementor-element-68ad920 .elementor-heading-title::after,
.elementor-element-c69f062 .elementor-heading-title::after {
    right: -10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #0b5ea8;
}

/* Responsive */
@media (max-width: 1025px) {

    .elementor-element-50669ff::before,
    .elementor-element-68ad920::before,
    .elementor-element-c69f062::before {
        height: 2px;
    }

    .elementor-element-50669ff .elementor-heading-title,
    .elementor-element-68ad920 .elementor-heading-title,
    .elementor-element-c69f062 .elementor-heading-title {
        padding: 10px 16px;
        font-size: 16px;
    }

    .elementor-element-50669ff .elementor-heading-title::before,
    .elementor-element-68ad920 .elementor-heading-title::before,
    .elementor-element-c69f062 .elementor-heading-title::before {
        left: -10px;
        border-right-width: 10px;
        border-top-width: 6px;
        border-bottom-width: 6px;
    }

    .elementor-element-50669ff .elementor-heading-title::after,
    .elementor-element-68ad920 .elementor-heading-title::after,
    .elementor-element-c69f062 .elementor-heading-title::after {
        right: -10px;
        border-left-width: 10px;
        border-top-width: 6px;
        border-bottom-width: 6px;
    }
}

@media (max-width: 767.98px) {

    .elementor-element-50669ff .elementor-heading-title,
    .elementor-element-68ad920 .elementor-heading-title,
    .elementor-element-c69f062 .elementor-heading-title {
        padding: 6px 12px;
        font-size: 14px;
    }

    .elementor-element-50669ff .elementor-heading-title::before,
    .elementor-element-68ad920 .elementor-heading-title::before,
    .elementor-element-c69f062 .elementor-heading-title::before {
        left: -6px;
        border-right-width: 8px;
        border-top-width: 5px;
        border-bottom-width: 5px;
    }

    .elementor-element-50669ff .elementor-heading-title::after,
    .elementor-element-68ad920 .elementor-heading-title::after,
    .elementor-element-c69f062 .elementor-heading-title::after {
        right: -6px;
        border-left-width: 8px;
        border-top-width: 5px;
        border-bottom-width: 5px;
    }
}

/* Gộp căn giữa + layout cho cả 3 widget */
.elementor-element-4891e46 .woocommerce,
.elementor-element-538643a .woocommerce,
.elementor-element-8e0142a .woocommerce {
    margin: 0 auto;
    /* căn giữa container */
}

/* Ảnh + tiêu đề nhỏ lại */
/* 		.elementor-element-4891e46 ul.products li.product a img,
		.elementor-element-538643a ul.products li.product a img,
		.elementor-element-8e0142a ul.products li.product a img {
		  width: 290px;
		  max-width: 100%;
		  height: auto;
		  display: block;
		  margin: 0 auto 8px;
		  border-radius: 10px;
		  border: 1px solid #eee;
		} */

.woocommerce .elementor-element-4891e46 .woocommerce-loop-product__title,
.woocommerce .elementor-element-538643a .woocommerce-loop-product__title,
.woocommerce .elementor-element-8e0142a .woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 1.35;
    margin: 4px 0 8px;
    text-align: center;
}

/* title sp */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
}

/* 	section	category */
.elementor-element-bd4ac2e .woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    height: auto;
    border-radius: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.elementor-element-bd4ac2e .woocommerce ul.products li.product,
.elementor-element-bd4ac2e .woocommerce-page ul.products li.product {
    margin-bottom: 20px;
}

/* title		 */
.elementor-element-bd4ac2e .woocommerce-loop-category__title {
    font-size: 18px !important;
    text-align: center;
}

/* Áp dụng riêng cho khối slider trong elementor-element-8d2be87 */
.elementor-element-8d2be87 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    margin: 0;
    padding: 0;
}

/* Đảm bảo các lớp bao không thêm khoảng trống */
.elementor-element-8d2be87 .swiper-slide,
.elementor-element-8d2be87 .swiper-slide-inner,
.elementor-element-8d2be87 .swiper-slide-image {
    margin: 0 !important;
    padding: 0 !important;
}

/* border img detail		 */
.woocommerce div.product div.images img {
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 4px;
    box-sizing: border-box;
}

/* ========== BLOG & ARCHIVE CHỈ (không áp dụng ở single) ========== */

/* Grid container */
body.blog .site-main {
    margin: 30px auto;
}

body.blog .site-main .page-content,
body.archive .site-main .page-content {
    display: grid;
    /* 		  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
    grid-template-columns: repeat(4, minmax(260px, 260px));
    gap: 24px;
}

/* Card */
body.blog .site-main .page-content>article.post,
body.archive .site-main .page-content>article.post {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background: #fff;
    padding: 8px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 200px;
}

body.blog .site-main .page-content>article.post:hover,
body.archive .site-main .page-content>article.post:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Tiêu đề */
body.blog .site-main .page-content>article.post .entry-title,
body.archive .site-main .page-content>article.post .entry-title {
    order: 2;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    margin: 10px 0 6px;
}

body.blog .site-main .page-content>article.post .entry-title a,
body.archive .site-main .page-content>article.post .entry-title a {
    color: #212529;
    text-decoration: none;
}

body.blog .site-main .page-content>article.post .entry-title a:hover,
body.archive .site-main .page-content>article.post .entry-title a:hover {
    text-decoration: underline;
}

/* Ảnh CHÈN TRONG p đưa lên trên tiêu đề (nếu có) */
body.blog .site-main .page-content>article.post>a:has(img),
body.archive .site-main .page-content>article.post>a:has(img) {
    order: 1;
    margin: 0 0 10px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
}

body.blog .site-main .page-content>article.post>a:has(img) img,
body.archive .site-main .page-content>article.post>a:has(img) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Excerpt gọn 3 dòng cho phần p không phải ảnh */
body.blog .site-main .page-content>article.post>p:not(:has(img)),
body.archive .site-main .page-content>article.post>p:not(:has(img)) {
    order: 3;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 576px) {

    body.blog .site-main .page-content,
    body.archive .site-main .page-content {
        gap: 16px;
    }

    body.blog .site-main .page-content>article.post,
    body.archive .site-main .page-content>article.post {
        padding: 14px;
    }
}

/* Chỉ blog & archive */
body.blog .page-content>article.post,
body.archive .page-content>article.post {
    display: flex;
    flex-direction: column;
}

body.blog .page-content>article.post .entry-meta,
body.archive .page-content>article.post .entry-meta {
    order: 4;
    /* sau tiêu đề & excerpt */
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #6c757d;
}

/* Container form trong block elementor contact */
.elementor-element-228a581 .wpcf7-form {
    max-width: 10%;
    margin: 0 auto;
}

/* Label */
.elementor-element-228a581 .wpcf7-form label {
    font-weight: 600;
    color: #222;
    display: block;
    margin-bottom: 6px;
}

/* Input + Textarea */
.elementor-element-228a581 .wpcf7-form input[type="text"],
.elementor-element-228a581 .wpcf7-form input[type="email"],
.elementor-element-228a581 .wpcf7-form input[type="tel"],
.elementor-element-228a581 .wpcf7-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background: #fafafa;
    transition: all 0.25s ease;
    margin-bottom: 4px;
    margin-top: 6px;
}

.elementor-element-228a581 .wpcf7-form input:focus,
.elementor-element-228a581 .wpcf7-form textarea:focus {
    border-color: #0056b3;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.15);
}

/* Placeholder */
.elementor-element-228a581 .wpcf7-form ::placeholder {
    color: #999;
    font-style: italic;
}

/* Submit button */
.elementor-element-228a581 .wpcf7-form input[type="submit"] {
    background: #002855;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
}

.elementor-element-228a581 .wpcf7-form input[type="submit"]:hover {
    background: #004080;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Thông báo lỗi */
.elementor-element-228a581 .wpcf7-not-valid-tip {
    color: #d93025;
    font-size: 13px;
    margin-top: 12px;
}

/* Output message */
.elementor-element-228a581 .wpcf7-response-output {
    margin-top: 16px;
    padding: 12px;
    border-radius: 6px;
    font-size: 14px;
}

/* Success */
.elementor-element-228a581 .wpcf7-mail-sent-ok {
    background: #e6f4ea;
    border: 1px solid #34a853;
    color: #137333;
}

/* Error */
.elementor-element-228a581 .wpcf7-validation-errors {
    background: #fce8e6;
    border: 1px solid #d93025;
    color: #b31412;
}

.elementor-element-2a8f6ea .title-footer p a {
    color: #fff !important;
}

.footer-width-fixer {
    background-color: #002b70;
}

@media (max-width: 768px) {
    .wp-hotline-container {
        transform: translateX(-20%) translateY(20%) !important;
    }
}

.wp-cta-container {
    bottom: 100px !important;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
    background-color: rgb(204 2 0 / 50%);
    opacity: 0.75 !important;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #c60000;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
    background-color: rgb(204 2 0 / 50%);
    opacity: 0.75 !important;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
    background-color: rgb(204 2 0 / 50%) !important;
    opacity: 0.75 !important;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
    border-color: rgb(204 2 0);
}

/* Khối số liệu - hiệu ứng hover */
.elementor-element-fb53c1f,
.elementor-element-2ebb5f9,
.elementor-element-bcaae13,
.elementor-element-6799612 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.elementor-element-fb53c1f:hover,
.elementor-element-2ebb5f9:hover,
.elementor-element-bcaae13:hover,
.elementor-element-6799612:hover {
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    /* thêm bóng nổi bật */
}

/* Figure chứa ảnh */
.elementor-element-b16542f .swiper-slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide-inner img.swiper-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ảnh tự cắt để vừa khung */
    display: block;
}

/* Ẩn chữ mặc định */
.elementor-element-b16542f .swiper-slide-inner figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
    text-align: left;
}

/* Lớp phủ */
.elementor-element-b16542f .swiper-slide-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* lớp phủ đen mờ */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* Hover vào figure: hiện chữ + lớp phủ */
.elementor-element-b16542f .swiper-slide-inner:hover figcaption {
    opacity: 1;
}

.elementor-element-b16542f .swiper-slide-inner:hover::after {
    opacity: 1;
    cursor: pointer;
}

/* 		dich vu */
/* Figure container */
.elementor-element-b8185c7 .swiper-slide-inner {
    position: relative;
    overflow: hidden;
}

/* Ẩn caption mặc định */
.elementor-element-b8185c7 .swiper-slide-inner .elementor-image-carousel-caption {
    position: absolute;
    bottom: -4px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 16px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 2;
    width: 100%;
    text-align: center;
}

/* Hover: hiện caption */
.elementor-element-b8185c7 .swiper-slide-inner:hover .elementor-image-carousel-caption {
    opacity: 1;
    /* 			transform: translateY(-6px);  */
}

/* Tiêu đề */
.elementor-element-b8185c7 .swiper-slide-inner .elementor-image-carousel-caption .caption-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

/* Mô tả */
.elementor-element-b8185c7 .swiper-slide-inner .elementor-image-carousel-caption .caption-desc {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

/* Tablet: 768px–1024px */
@media (max-width: 1024px) {
    .elementor-element-b8185c7 .swiper-slide-inner .elementor-image-carousel-caption .caption-title {
        font-size: 14px;
    }

    .elementor-element-b8185c7 .swiper-slide-inner .elementor-image-carousel-caption .caption-desc {
        font-size: 12px;
    }
}

/* Mobile: ≤767px */
@media (max-width: 767px) {
    .elementor-element-b8185c7 .swiper-slide-inner .elementor-image-carousel-caption .caption-title {
        font-size: 12px;
    }

    .elementor-element-b8185c7 .swiper-slide-inner .elementor-image-carousel-caption .caption-desc {
        font-size: 10px;
    }
}

.elementor-element-b8185c7 .caption-title,
.elementor-element-b8185c7 .caption-desc {
    text-align: left;
}

.elementor-element-44fe367 .elementor-element-1eeb4c9::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100px;
    height: 5px;
    background-color: #0070c9;
    border-radius: 10px;
}

/* Category hover */
.elementor-element-bd4ac2e .woocommerce ul.products li.product {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.elementor-element-bd4ac2e .woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.elementor-element-bd4ac2e ul.products li.product:hover a img {
    transform: scale(1.05);
}

/* 	product	 */

/* Product card */
.elementor-element-4891e46 ul.products li.product a img,
.elementor-element-538643a ul.products li.product a img,
.elementor-element-8e0142a ul.products li.product a img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 1px solid #eee;
}

/* 		.woocommerce ul.products li.product {
		  transition: transform .25s ease, box-shadow .25s ease;
		} */

/* Hover effect */
.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 10px;
}

/* Ảnh cũng zoom nhẹ khi hover */
.woocommerce ul.products li.product a img {
    /* 			transition: transform .25s ease; */
}

.elementor-element-4891e46 ul.products li.product:hover a img,
.elementor-element-538643a ul.products li.product:hover a img,
.elementor-element-8e0142a ul.products li.product:hover a img {
    transform: scale(1.05);
}

.elementor-element-d9c39c7 .elementor-heading-title:hover,
.elementor-element-e5254fb .elementor-heading-title:hover,
.elementor-element-33ae183 .elementor-heading-title:hover,
.elementor-element-3b562cf .elementor-heading-title:hover {
    color: #195ab0 !important;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

/* custom */
/* .contact__support .wpcf7-form-control-wrap input {
  box-sizing: border-box;
  padding: 0.5rem 0.75rem !important;
  font-size: 1.4rem;
  line-height: 1.8;
} */

section.category_description {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #000;
    background: #f6f5f5;
    -webkit-transition: all 0.8s 
ease-out;
    transition: all 0.8s 
ease-out;
    align-items: center;
}
section.category_description p {
    color: #000;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5555555556;
    margin: 0;
    text-align: justify;
}