    .footer-widgets.footer.footer-2 {
    width: 100% !important;
    margin: 0;
    padding: 20px 0 !important;
}

.footer-widgets.footer.footer-2 .row {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start !important;
}

.footer-widgets.footer.footer-2 .row > div {
    flex: 1;
    align-self: flex-start;
    padding-top: 10px !important;
}

/* Footer tổng */
.custom-footer {
    width: 100%;
    background: linear-gradient(to bottom, #2396D3, #22316A);
    padding: 30px 0;
}

.custom-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Row */
.custom-footer-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.custom-footer-row > div {
    flex: 1 1 22%;
    min-width: 200px;
    color: #fff;
}

/* Logo */
.custom-footer-logo {
    flex: 0 0 220px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
}

.custom-footer-logo img {
    max-width: 280px;
    height: auto;
}

/* Heading */
.custom-footer-about h3, 
.custom-footer-contact h3, 
.custom-footer-subscribe h3 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 6px;
}

/* List */
.custom-footer-about ul, 
.custom-footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer-about ul li, 
.custom-footer-contact ul li {
    margin-bottom: 4px;
}

.custom-footer-about a, 
.custom-footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.custom-footer-about a:hover, 
.custom-footer-contact a:hover {
    text-decoration: underline;
    color: #ddd;
}

/* Logos */
.custom-footer-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    width: 100%;
}

.custom-footer-logos img {
    height: 30px;
    width: auto;
}

/* Subscribe form */
.custom-footer-subscribe form {
    display: flex;
    gap: 8px;
    align-items: center;
}

.custom-footer-subscribe input {
    flex: 1;
    padding: 5px;
    border: none;
    border-radius: 5px;
    max-width: 200px;
}

.custom-footer-subscribe button {
    background-color: orange;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}

/* Social */
.custom-footer-social {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

.custom-footer-social img {
    height: 28px;
    width: auto;
}

/* Shipping */
.custom-footer-shipping {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
}

.custom-footer-shipping img {
    height: 22px;
    width: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-footer-row {
        flex-direction: column;
        gap: 12px;
    }
    .custom-footer-logo {
        justify-content: center;
        margin-right: 0;
    }
    .custom-footer-about {
        width: 100% !important;
        padding-left: 0 !important;
        text-align: left !important;
    }
}
