﻿
.box-main-index {
    background: #fff3f3;
}
.boxproduc,
.boxproduc *,
.main-sp,
.dinhdang-width,
.row-eq-height {
    box-sizing: border-box;
}

/* Loại bỏ float Bootstrap trong khu vực sản phẩm */
.main-sp,
.dinhdang-width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container {
    margin:auto;
}
.bi-cart3::after {
    background: #fff;
    margin: auto;
}
.btn-show-menu1 i {
   background: unset; 
   color: unset;
   border:unset;
}
/* =========================================================
   KHUNG DANH SÁCH SẢN PHẨM
   ========================================================= */
    .row.row-eq-height {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin: 0;
    align-items: stretch;
}
#header {
    background: #ffdede;
}

.header-center {
    padding: 0px 20px;
}
.header-left h1 {
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
}

    .header-left h1 a {
        color: #2a2a2a;
    }

        .header-left h1 a b {
            color: #fff;
            background: #e8281a;
            padding: 3px 15px;
        }

.box-search {
    background: #e8281a;
    grid-template-columns: 85% 15%;
}
    .box-search i:after {
        background: #fff;
    }

.header-right a {
    font-size: 20px;
    font-weight: 600;
    background: #ffd400;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}
.header-right a {
    background: #ffd400;
    color: #000;
}
.nav-top-menu {
    background: linear-gradient(135deg, #e8281a, #c01e12);
}
.limenu1-main > a, li.limenu1-main > i {
    color: #ffffff;
    font-weight: 600;
}
#ulmenu1_main > li > i::after {
    background: #fff;
}
.box-search.box-grid-all input {
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    padding: 3px 0px;
}
.box-search {
    border-radius: 3px;
}

.limenu1-product:hover, .limenu2-main:hover {
    background: #ffeee0;
}

.boxmenu2-product, .ulmenu3-main {
    background: #fff8f3;
    overflow-y: scroll;
}
.ulmenu1-product li:hover > i::after, #ulmenu1_main li:hover > i::after {
    background: #e00000;
}

.ulmenu1-product {
    border: 1px solid #ffd1be;
}
.box-slide {
    border: none;
    border-top: 1px solid #fff;
}
#ulmenu1Product {
    border-bottom: 1px solid #ffd1be;
}
#ques *,
.box-listarticle * {
    box-sizing: border-box;
}

    #ques .container,
    .box-listarticle.container {
        width: 100%;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    /* Tránh class container nằm trong ul làm giới hạn chiều rộng */
    #ques ul.container {
        max-width: none;
        padding-right: 0;
        padding-left: 0;
    }

/* =========================================================
   KHỐI DANH MỤC SẢN PHẨM
   ========================================================= */

.box-products {
    width: 100%;
    margin: 30px 0 40px;
}

/* =========================================================
   TIÊU ĐỀ DANH MỤC
   ========================================================= */

.div-tieude {
    position: relative;
    width: 100%;
    margin-bottom: 13px;
    border-bottom: 2px solid #e8281a;
}

    .div-tieude .tieude {
        display: inline-block;
        margin: 0;
        padding: 10px 20px;
        background: linear-gradient(135deg, #e8281a, #bf1d12);
        border-radius: 9px 9px 0 0;
    }

    .div-tieude .title-allsp {
        display: block;
        color: #fff;
        font-size: 21px;
        font-weight: 700;
        line-height: 28px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .div-tieude .title-allsp:hover {
            color: #fff6c8;
        }

/* =========================================================
   DANH MỤC CON
   ========================================================= */

.paddingmain {
    width: 100%;
    padding: 0;
}

.box-tabs-1.nav-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-tabs-1 .font-li {
    flex: 0 0 auto;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.box-tabs-1 .tieudephu {
    display: block;
    padding: 8px 15px;
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(180deg, #ffe039, #fff17d);
    border: 1px solid #e5d15a;
    border-radius: 22px;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

    .box-tabs-1 .tieudephu:hover {
        color: #fff;
        background: linear-gradient(135deg, #e8281a, #bf1d12);
        border-color: #e8281a;
        transform: translateY(-1px);
    }

/* =========================================================
   ĐOẠN GIỚI THIỆU
   ========================================================= */

.text-gth {
    width: 100%;
    margin: 14px 0 20px;
    padding: 15px 18px;
    background: #fffaf7;
    border: 1px solid #ffd0ca;
    border-left: 5px solid #ff784c;
    border-radius: 10px;
}

    .text-gth p {
        margin: 0;
        color: #4b5563;
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
    }

/* =========================================================
   DANH SÁCH SẢN PHẨM
   ========================================================= */

.box-list-product {
    width: 100%;
    margin-top: 18px;
}

.list-product {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}

/* =========================================================
   CARD SẢN PHẨM
   ========================================================= */

.product-item{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ffd1d1;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .product-item:hover{
        z-index: 2;
        transform: translateY(-4px);
        border-color: #ff7a00;
        box-shadow: 0 11px 26px rgba(0, 0, 0, 0.13);
    }

    /* Link bao ảnh */

    .product-item .product-img {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        aspect-ratio: 450 / 324;
        overflow: hidden;
        background: #fff;
        border-radius: 9px;
    }

        .product-item .product-img img {
            display: block;
            width: 100%;
            height: 100%;
            max-width: 100%;
            object-fit: contain;
            object-position: center;
            transition: transform 0.35s ease;
        }

    .product-item:hover .product-img img {
        transform: scale(1.045);
    }

    /* Tên sản phẩm */

    .product-item .title-product-item {
        display: -webkit-box;
        min-height: 48px;
        margin: 12px 0 7px;
        overflow: hidden;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .product-item .title-product-item a {
            color: #1f2937;
            text-decoration: none;
            transition: color 0.2s ease;
        }

            .product-item .title-product-item a:hover {
                color: #e65300;
            }

    /* Giá bán */

    .product-item .price-sale {
        width: fit-content;
        display: block;
        margin: 0 0 3px;
        background: linear-gradient(135deg, #e8281a, #bf1d12);
        color: #ffffff;
        padding: 0px 5px 3px 5px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    /* Giá gốc */

    .product-item .price-old {
        display: block;
        min-height: 20px;
        margin-bottom: 7px;
        color: #666b79;
        font-size: 13px;
        line-height: 20px;
        padding: 0px 5px;
        text-decoration: line-through;
    }

    /* Mô tả */

    .product-item .mota-product {
        margin-top: auto;
        padding-top: 3px;
    }

        .product-item .mota-product p {
            display: -webkit-box;
            margin: 0;
            overflow: hidden;
            color: #5f6673;
            font-size: 14px;
            line-height: 21px;
            text-align: left;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }

/* =========================================================
   THANH TƯ VẤN
   ========================================================= */

.services-wapper {
    width: 100%;
    margin: 22px 0 30px;
}

    .services-wapper > .container {
        max-width: none;
        padding: 0;
    }

.dinh-dang-service {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dinh-dang-service .service-item {
        float: none;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .dinh-dang-service .info {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 80px;
        height: 100%;
        padding: 12px 8px;
        text-align: center;
        background: linear-gradient(135deg, #fff8ec, #fff1da);
        border: 1px solid #ffc98f;
        border-radius: 10px;
    }

        .dinh-dang-service .info p {
            margin: 0;
            color: #333;
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
        }

    .dinh-dang-service .sdtlienhe {
        display: block;
        margin-top: 2px;
        color: #0018d9;
        font-size: 17px;
        font-weight: 700;
        line-height: 23px;
    }

/* =========================================================
   DANH SÁCH TIN TỨC
   ========================================================= */
.box-listarticle {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 40px;
}

.title-listarticle {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 10px;
    color: #20242c;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    border-bottom: 2px solid #e8281a;
}

    .title-listarticle::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 110px;
        height: 4px;
        content: "";
        background: #e8281a;
        border-radius: 3px;
    }

/* Danh sách xếp dọc */
.listarticle {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

/* Mỗi bài viết chiếm 100% */
.article-item {
    display: grid;
    grid-template-columns: minmax(0, 25%) minmax(0, 75%);
    width: 100%;
    min-width: 0;
    padding: 12px;
    overflow: hidden;
    background: #fffef8;
    border: 1px solid #ffd5c2;
    border-radius: 11px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 6%);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

    .article-item:hover {
        transform: translateY(-3px);
        border-color: #ff9c62;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.11);
    }

/* Khối hình chiếm 25% */
.article-img {
    display: block;
    width: 100%;
    min-width: 0;
    aspect-ratio: 450 / 324;
    overflow: hidden;
    background: #f3f4f6;
    border-radius: 8px;
}

    .article-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.35s ease;
    }

.article-item:hover .article-img img {
    transform: scale(1.04);
}

/* Khối nội dung chiếm 75% */
.article-info {
    min-width: 0;
    padding: 4px 10px 4px 18px;
}

    .article-info .product-name {
        display: -webkit-box;
        margin: 0 0 10px;
        overflow: hidden;
        color: #20242c;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        text-transform: capitalize;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

        .article-info .product-name a {
            color: #20242c;
            text-decoration: none;
            transition: color 0.2s ease;
        }

            .article-info .product-name a:hover {
                color: #e65300;
            }

    .article-info p {
        margin: 0;
        color: #3d4149;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

/* =========================================================
   MÀN HÌNH 992PX - 1199PX
   ========================================================= */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #ques .container,
    .box-listarticle.container {
        max-width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }

    .list-product {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }

    .product-item {
        padding: 10px;
    }

        .product-item .title-product-item {
            min-height: 44px;
            font-size: 15px;
            line-height: 22px;
        }

        .product-item .price-sale {
            font-size: 16px;
        }

        .product-item .mota-product p {
            font-size: 13px;
            line-height: 20px;
        }

    .div-tieude .title-allsp {
        font-size: 19px;
        line-height: 26px;
    }

    .box-tabs-1 .tieudephu {
        padding: 7px 12px;
        font-size: 13px;
    }
}

/* =========================================================
   MÀN HÌNH 768PX - 991PX
   ========================================================= */

@media screen and (min-width: 768px) and (max-width: 991px) {
    #ques .container,
    .box-listarticle.container {
        max-width: 100%;
        padding-right: 13px;
        padding-left: 13px;
    }

    .list-product {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }

    .product-item {
        padding: 10px;
        border-radius: 10px;
    }

        .product-item .title-product-item {
            min-height: 44px;
            margin-top: 9px;
            font-size: 15px;
            line-height: 22px;
        }

        .product-item .price-sale {
            font-size: 16px;
        }

        .product-item .mota-product p {
            font-size: 13px;
            line-height: 20px;
            -webkit-line-clamp: 2;
        }

    .dinh-dang-service {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .div-tieude .title-allsp {
        font-size: 18px;
        line-height: 25px;
    }

    .text-gth p {
        font-size: 14px;
        line-height: 23px;
    }

    .listarticle {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

/* =========================================================
   MÀN HÌNH 481PX - 767PX
   ========================================================= */

@media screen and (min-width: 481px) and (max-width: 767px) {
    #ques .container,
    .box-listarticle.container {
        max-width: 100%;
        padding-right: 11px;
        padding-left: 11px;
    }

    .box-products {
        margin: 23px 0 32px;
    }

    .list-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .product-item {
        padding: 9px;
        border-radius: 9px;
    }

        .product-item:hover,
        .article-item:hover {
            transform: none;
        }

        .product-item .title-product-item {
            min-height: 42px;
            margin: 8px 0 5px;
            font-size: 14px;
            line-height: 21px;
        }

        .product-item .price-sale {
            font-size: 15px;
            line-height: 21px;
        }

        .product-item .price-old {
            margin-bottom: 4px;
            font-size: 12px;
            line-height: 18px;
        }

        .product-item .mota-product p {
            font-size: 12px;
            line-height: 19px;
            -webkit-line-clamp: 2;
        }

    .dinh-dang-service {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

        .dinh-dang-service .info {
            min-height: 68px;
            padding: 9px 6px;
        }

            .dinh-dang-service .info p {
                font-size: 12px;
                line-height: 19px;
            }

        .dinh-dang-service .sdtlienhe {
            font-size: 14px;
            line-height: 20px;
        }

    .div-tieude .tieude {
        display: block;
        width: 100%;
        padding: 9px 12px;
        text-align: center;
        border-radius: 7px 7px 0 0;
    }

    .div-tieude .title-allsp {
        font-size: 17px;
        line-height: 24px;
    }

    /* Danh mục con cuộn ngang */
    .box-tabs-1.nav-tab {
        flex-wrap: nowrap;
        width: 100%;
        padding-bottom: 7px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .box-tabs-1 .font-li {
        flex: 0 0 auto;
    }

    .box-tabs-1 .tieudephu {
        padding: 7px 11px;
        font-size: 13px;
    }

    .text-gth {
        padding: 12px 14px;
    }

        .text-gth p {
            font-size: 14px;
            line-height: 23px;
            text-align: left;
        }

    .listarticle {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .title-listarticle {
        font-size: 22px;
        line-height: 30px;
    }
}

/* =========================================================
   MÀN HÌNH TỐI ĐA 480PX
   ========================================================= */

@media screen and (max-width: 480px) {
    #ques .container,
    .box-listarticle.container {
        max-width: 100%;
        padding-right: 8px;
        padding-left: 8px;
    }

    .services-wapper {
        margin: 15px 0 22px;
    }

    .box-products {
        margin: 20px 0 29px;
    }

    /* Hai sản phẩm trên một hàng */
    .list-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .product-item {
        padding: 7px;
        border-radius: 8px;
        box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
    }

        .product-item:hover {
            transform: none;
            border-color: #f0dddd;
            box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
        }

            .product-item:hover .product-img img {
                transform: none;
            }

        .product-item .product-img {
            border-radius: 6px;
        }

        .product-item .title-product-item {
            min-height: 38px;
            margin: 7px 0 4px;
            font-size: 13px;
            line-height: 19px;
        }

        .product-item .price-sale {
            margin-bottom: 1px;
            font-size: 13px;
            line-height: 19px;
        }

        .product-item .price-old {
            min-height: 17px;
            margin-bottom: 1px;
            font-size: 11px;
            line-height: 17px;
        }

        /* Ẩn mô tả sản phẩm trên điện thoại nhỏ */
        .product-item .mota-product {
            display: none;
        }

    .dinh-dang-service {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

        .dinh-dang-service .info {
            min-height: 61px;
            padding: 7px 4px;
            border-radius: 7px;
        }

            .dinh-dang-service .info p {
                font-size: 11px;
                line-height: 17px;
            }

        .dinh-dang-service .sdtlienhe {
            font-size: 13px;
            line-height: 19px;
        }

    .div-tieude {
        margin-bottom: 8px;
    }

        .div-tieude .tieude {
            display: block;
            width: 100%;
            padding: 8px 7px;
            text-align: center;
            border-radius: 6px 6px 0 0;
        }

        .div-tieude .title-allsp {
            font-size: 15px;
            line-height: 22px;
        }

    .box-tabs-1.nav-tab {
        flex-wrap: nowrap;
        gap: 6px;
        width: 100%;
        padding-bottom: 6px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .box-tabs-1 .font-li {
        flex: 0 0 auto;
    }

    .box-tabs-1 .tieudephu {
        padding: 6px 9px;
        font-size: 12px;
        line-height: 18px;
    }

    .text-gth {
        margin: 10px 0 14px;
        padding: 9px 10px;
        border-left-width: 3px;
        border-radius: 7px;
    }

        .text-gth p {
            font-size: 13px;
            line-height: 21px;
            text-align: left;
        }

    .box-list-product {
        margin-top: 12px;
    }

    .title-listarticle {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 28px;
    }

    /* Tin tức một cột trên điện thoại */
    .listarticle {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .article-item {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
    }

    .article-img {
        height: 100%;
        min-height: 92px;
        aspect-ratio: auto;
        border-radius: 6px;
    }

    .article-info .product-name {
        min-height: auto;
        margin: 0 0 5px;
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }

    .article-info p {
        font-size: 12px;
        line-height: 18px;
        -webkit-line-clamp: 3;
    }
}

/* =========================================================
   MÀN HÌNH RẤT NHỎ
   ========================================================= */

@media screen and (max-width: 360px) {
    .list-product {
        gap: 6px;
    }

    .product-item {
        padding: 6px;
    }

        .product-item .title-product-item {
            font-size: 12px;
            line-height: 18px;
        }

        .product-item .price-sale {
            font-size: 12px;
            line-height: 18px;
        }

        .product-item .price-old {
            font-size: 10px;
        }

    .article-item {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 8px;
    }
}


footer {
    width: 100%;
    margin-top: 40px;
    background: linear-gradient(135deg, #171d2b 0%, #202a3c 55%, #151b28 100%);
    border-top: 4px solid #e8281a;
}

.footer.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 38px 15px 34px;
}

.footer.box-grid-all {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.35fr) minmax(0, 0.8fr);
    gap: 35px;
    align-items: start;
}

.footer-left,
.footer-center,
.footer-right {
    min-width: 0;
}

    .footer-left > a {
        display: inline-block;
        margin-bottom: 14px;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 0.2s ease;
    }

        .footer-left > a:hover {
            color: #ffcf3f;
        }

        .footer-left > a b {
            color: #ffcf3f;
        }

.footer-text {
    margin: 0;
    color: #d2d7e0;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.footer-center ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-center li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 18px;
    color: #d9dde5;
    font-size: 14px;
    line-height: 22px;
    overflow-wrap: anywhere;
}

    .footer-center li::before {
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        content: "";
        background: #ffcf3f;
        border-radius: 50%;
    }

    .footer-center li:first-child {
        margin-bottom: 14px;
        padding-left: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }

        .footer-center li:first-child::before {
            display: none;
        }

.footer-title {
    position: relative;
    margin: 0 0 16px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

    .footer-title::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 55px;
        height: 3px;
        content: "";
        background: #e8281a;
        border-radius: 3px;
    }

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

    .footer-menu a {
        position: relative;
        display: block;
        padding: 8px 10px 8px 20px;
        color: #d9dde5;
        font-size: 14px;
        line-height: 21px;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 7px;
        transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

        .footer-menu a::before {
            position: absolute;
            top: 50%;
            left: 9px;
            content: "›";
            color: #ffcf3f;
            font-size: 18px;
            transform: translateY(-52%);
        }

        .footer-menu a:hover {
            color: #fff;
            background: rgba(232, 40, 26, 0.18);
            border-color: rgba(232, 40, 26, 0.5);
            transform: translateX(3px);
        }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .footer.container {
        max-width: 100%;
        padding: 34px 18px 30px;
    }

    .footer.box-grid-all {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 0.85fr);
        gap: 25px;
    }

    .footer-left > a {
        font-size: 20px;
        line-height: 28px;
    }

    .footer-text,
    .footer-center li,
    .footer-menu a {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    footer {
        margin-top: 32px;
    }

    .footer.container {
        max-width: 100%;
        padding: 30px 18px;
    }

    .footer.box-grid-all {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 28px 24px;
    }

    .footer-right {
        grid-column: 1 / -1;
    }

    .footer-menu {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .footer-left > a {
        font-size: 19px;
        line-height: 27px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 23px;
        text-align: left;
    }

    .footer-center li {
        font-size: 14px;
        line-height: 22px;
    }

    .footer-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    footer {
        margin-top: 28px;
    }

    .footer.container {
        max-width: 100%;
        padding: 27px 13px;
    }

    .footer.box-grid-all {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-left > a {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 23px;
        text-align: left;
    }

    .footer-center li {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: 21px;
    }

        .footer-center li:first-child {
            font-size: 15px;
            line-height: 23px;
        }

    .footer-menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

        .footer-menu a {
            height: 100%;
            font-size: 13px;
            line-height: 20px;
        }
}

@media screen and (max-width: 480px) {
    footer {
        margin-top: 24px;
        border-top-width: 3px;
    }

    .footer.container {
        max-width: 100%;
        padding: 24px 10px 26px;
    }

    .footer.box-grid-all {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-left > a {
        display: block;
        margin-bottom: 9px;
        font-size: 17px;
        line-height: 25px;
        text-align: left;
    }

    .footer-text {
        font-size: 13px;
        line-height: 21px;
        text-align: left;
    }

    .footer-center li {
        margin-bottom: 7px;
        padding-left: 15px;
        font-size: 12px;
        line-height: 20px;
    }

        .footer-center li::before {
            top: 7px;
            width: 5px;
            height: 5px;
        }

        .footer-center li:first-child {
            margin-bottom: 11px;
            padding-left: 0;
            font-size: 14px;
            line-height: 22px;
        }

    .footer-title {
        margin-bottom: 13px;
        font-size: 17px;
        line-height: 24px;
    }

    .footer-menu {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

        .footer-menu a {
            padding: 8px 8px 8px 19px;
            font-size: 13px;
            line-height: 20px;
            border-radius: 6px;
        }

            .footer-menu a:hover {
                transform: none;
            }
}