.tieudeh1 {
    padding-bottom: 0;
}

.tieudeh1 h1 {
    text-align: center;
    font-size: 22px;
    /* Cỡ chữ PC */
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 25px;
    /* Màu Gradient */
    background: linear-gradient(90deg, #2e7d32 0%, #d4a017 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    /* Quan trọng để gradient không bị lỗi */
    display: block;
}

/* --- Xử lý cho Tablet và Mobile (Màn hình nhỏ hơn 1024px) --- */
@media only screen and (max-width: 1024px) {
    /* 1. Ẩn dấu gạch ngang nối ở giữa đi */ .tieudeh1 h1 .dau-gach-pc {
        display: none;
    }

    /* 2. Biến đoạn text sau thành một khối (xuống dòng) */
    .tieudeh1 h1 .dong-hai {
        display: block;
        /* Lệnh này bắt buộc xuống dòng */
        margin-top: 5px;
        /* Tạo khoảng cách nhỏ giữa 2 dòng */
    }

    /* 3. Tùy chỉnh font cho Tablet (iPad dọc) */
    .tieudeh1 h1 {
        font-size: 20px;
        line-height: 1.4;
    }
}

/* --- Xử lý riêng cho Mobile (Màn hình nhỏ dưới 600px) --- */
@media only screen and (max-width: 599px) {
    .tieudeh1 h1 {
        font-size: 15px;
        /* Chữ nhỏ hơn trên điện thoại */
        padding: 0;
    }

    /* (Mẹo nâng cao) Làm dòng thứ 2 nhỏ hơn/mảnh hơn chút cho tinh tế */
    .tieudeh1 h1 .dong-hai {
        font-size: 14px;
        /* Nhỏ bằng 90% dòng trên */
        font-weight: 600;
        /* Nhạt hơn một chút nếu muốn */
    }
}

@media only screen and (max-width: 421px) {
    .tieudeh1 h1 {
        margin: 0 0 20px;
    }
}

.my-banner {
    padding: 30px 0!important;
}

.my-banner .inner-box {
    padding-bottom: 0;
}

.my-banner .inner-box .col-inner {
    overflow: hidden;
}

.my-banner .slider {
    margin-bottom: 0;
    border: 1px solid #eadddd;
    overflow: hidden;
}

.my-banner .gallery-col.col {
    padding-bottom: 0;
}

.my-banner .box .box-text {
    display: none;
}

.my-banner .inner-box .col-inner .box-image img {
    margin: 0;
    padding: 0;
}

.my-banner .slider .flickity-page-dots {
    bottom: 8px;
}

.my-banner .slider .flickity-page-dots .dot {
    background: #fff;
    opacity: 0.6;
}

.my-banner .slider .flickity-page-dots .dot.is-selected {
    background-color: #ffffff;
}

.menu-loai {
    padding: 0!important;
}

.menu-loai .gallery-col {
    padding-bottom: 0;
}

.menu-loai .gallery-col .col-inner {
}

.menu-loai .gallery-col .col-inner .box:hover {
    cursor: pointer;
}

.menu-loai .gallery-col .col-inner .box .box-image {
}

.menu-loai .gallery-col .col-inner .box:hover .box-image {
    transform: unset;
}

.menu-loai .gallery-col .col-inner .box .box-image img {
    border: 1px solid #f2e5e5;
}

.menu-loai .gallery-col .col-inner .box .box-text {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.menu-loai .gallery-col .col-inner .box:hover .box-text {
    background: unset;
    transform: unset;
    color: #f44336;
}

.menu-loai .gallery-col .col-inner .box .box-text p {
    margin: 0;
}

.san-pham {
    padding: 0!important;
}

.san-pham .col {
    padding-bottom: 0!important;
}

.san-pham .loai-sp {
    background: #f5efe0;
    display: flex;
    justify-content: space-between;
}

.san-pham .loai-sp .txt {
    position: relative;
    background: #307417;
    padding: 8px 30px 4px 25px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 50px 50px 0;
}

.san-pham .loai-sp .txt:after {
    position: absolute;
    bottom: 0;
    left: 5px;
    content: '';
    width: 5px;
    height: 30px;
    background: #f5efe0;
    border-radius: 25% 25% 0 0;
}

.san-pham .loai-sp .txt .lucide-menu {
    margin-right: 8px;
    float: left;
    height: 100%;
    font-size: unset;
}

.san-pham .loai-sp .txt .lucide-menu svg {
    width: 16px;
    height: 16px;
    stroke: #ffff00;
    fill: #fff;
    font-size: unset;
}

.san-pham .loai-sp .txt .name {
    font-size: 98%;
    color: #fff;
    text-transform: uppercase;
    float: left;
    height: 100%;
    font-weight: 700;
    line-height: 1;
    padding-top: 3px;
    margin: 0;
    width: auto;
    font-family: Lexend, sans-serif;
    letter-spacing: -0.5px;
}

.san-pham .loai-sp .lnk {
    position: absolute;
    width: 100px;
    font-size: 98%;
    right: 0;
    padding-left: 14px;
    top: calc(50% - 13px);
}

.san-pham .loai-sp .lnk:after {
    /* content: ''; */
    /* position: absolute; */
    /* left: -35px; */
    /* top: 0; */
    /* background: url(line-td-2.png) no-repeat top center; */
    /* width: 40px; */
    /* height: 100%; */
    /* background-size: auto 100%; */
}

.san-pham .loai-sp .lnk a {
    font-size: 14px;
}

.san-pham .loai-sp .lnk a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e85858;
    border-radius: 50%;
    top: 9px;
    left: 0;
    position: absolute;
}

.san-pham .loai-sp .lnk a:hover {
    color: #e11c23;
}

.tin-tuc {
}

.tin-tuc .td-tintuc {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.tin-tuc .td-tintuc span {
    text-transform: uppercase;
    font-size: 26px;
    color: #64a633;
    font-family: 'Roboto Condensed';
    background: #fff;
    display: table;
    margin: auto;
    z-index: 4;
    position: relative;
    padding: 0px 15px;
}

.tin-tuc .td-tintuc span svg {
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -3px;
}

.tin-tuc .td-tintuc:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #5e5e5e;
}

.tin-tuc .post-item .col-inner {
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, .06);
    border: 1px solid #ccc;
}

.tin-tuc .post-item .col-inner .box-text {
    padding: 10px 10px 15px 10px;
}

.tin-tuc .post-item .col-inner .box-text .post-title a {
    font-size: 100%;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.8em;
    line-height: 1.4em;
}

.cam-ket {
}

.cam-ket .inner-box {
}

.cam-ket .inner-box .col-inner {
    height: 100%;
    padding: 20px 20px 20px 20px;
    border-radius: 16px;
    border: 1px dotted #9E9E9E;
}

.cam-ket .icon-box {
}

.cam-ket .icon-box .icon-box-img {
}

.cam-ket .icon-box .icon-box-img img {
}

.cam-ket .icon-box .icon-box-text {
}

.cam-ket .icon-box .icon-box-text p.a {
    margin: 0 0 6px;
    font-size: 16px;
    color: #0b3c02;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
}

.cam-ket .icon-box .icon-box-text p.b {
    margin: 0;
    font-size: 14px;
    color: #4a4545;
    line-height: 1.4;
}

/* Laptop nhỏ (≤ 1200px) */
@media (max-width: 1200px) {
}

/* Tablet lớn / Laptop mini (≤ 992px) */
@media (max-width: 992px) {
}

/* Tablet nhỏ (≤ 768px) */
@media (max-width: 768px) {
}

/* Mobile vừa (≤ 576px) */
@media (max-width: 576px) {
}

/* Mobile nhỏ (≤ 480px) */
@media (max-width: 480px) {
    .inner-box {
        width: calc(100% - 10px);
    }

    .inner-box .col {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .my-banner .slider {
        border-radius: 0;
        margin-bottom: 20px;
    }

    .cam-ket .inner-box .col-inner {
        padding: 10px 8px;
    }

    .cam-ket .icon-box .icon-box-img, .cam-ket .icon-box .icon-box-text {
        width: 100%!important;
        display: block;
    }

    .cam-ket .icon-box .icon-box-img img {
        max-width: 42px;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    .cam-ket .icon-box .icon-box-text {
        padding: 0;
        text-align: center;
    }

    .cam-ket .icon-box .icon-box-text p.b {
        font-size: 12px;
    }

    .cam-ket .icon-box .icon-box-text p.a {
        font-size: 14px;
        margin-bottom: 3px;
        margin-top: 6px;
        font-weight: 600;
    }

    .tin-tuc {
        padding-top: 20px !important;
    }

    .tin-tuc .td-tintuc span {
        font-size: 20px;
        font-weight: 600;
    }

    .tin-tuc .td-tintuc span svg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        top: -2px;
    }

    .tin-tuc .row-tt {
        width: calc(100% - 10px) !important;
    }

    .tin-tuc .post-item {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .tin-tuc .post-item .col-inner .box-text .post-title a {
        display: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        text-overflow: unset;
        min-height: auto;
        line-height: 1.4;
        font-size: 16px;
    }
}

@media (max-width: 420px) {
    .my-banner {
        padding: 20px 0 0 !important;
    }

    .menu-loai .gallery-col .col-inner .box .box-text {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-loai .gallery-col .col-inner .box .box-text p {
        font-size: 14px;
    }

    .san-pham .loai-sp .txt .name {
        font-size: 14px;
        line-height: normal;
    }

    .san-pham .loai-sp .txt {
        width: auto;
        margin-right: 0;
        padding: 5px 20px 0px 18px;
    }

    .san-pham .loai-sp .lnk {
        background: unset;
        position: absolute;
        font-size: 13px;
        top: calc(50% - 10px);
        width: 84px;
        padding-left: 10px;
    }

    .san-pham .loai-sp .lnk:after {
        display: none;
    }

    .san-pham .loai-sp .txt .lucide-menu svg {
        margin-top: -1px;
        width: 22px;
        height: 22px;
    }

    .san-pham .loai-sp .lnk a {
        font-size: 13px;
    }

    .san-pham .loai-sp .lnk a:before {
        content: "";
        width: 5px;
        height: 5px;
    }
}
