﻿footer {
    background-image: url(https://wesale.vn/sites/all/themes/wesale/images/bg-footer.png);
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    padding-bottom: 12px;
}

    footer .container {
        display: flex;
        padding-top: 0;
        padding-bottom: 20px;
    }

    footer:before {
        position: absolute;
        content: '';
        background-color: rgb(220 35 33 / 80%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    footer .grid.wide {
        position: relative;
    }

.footer-info section p strong {
    font-family: 'MonSB';
}

footer .footer-bottom {
    width: 100%;
    border-top: 1px solid #e1e1e1;
    display: block;
    position: relative;
}

    footer .footer-bottom .container span p {
        margin: 3px 0;
    }

    footer .footer-bottom .container {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        footer .footer-bottom .container span {
            font-size: 15px;
            color: #fff;
            background-color: transparent;
        }

.footer-info {
    width: 366px;
}

    .footer-info img {
        margin-bottom: 20px;
        width: 83px;
        height: auto;
    }

footer .footer-bottom img {
    display: none;
}

.footer-info h3 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'MonSB';
    line-height: normal;
}

.footer-info section {
    margin-top: 16px;
}

    .footer-info section p {
        margin: 0;
        font-size: 15px;
        color: #fff;
        line-height: 22px;
        margin-bottom: 8px;
        position: relative;
        padding-left: 19px;
    }

        .footer-info section p a {
            color: #fff !important;
            text-decoration: none;
            font-size: 18px;
        }

        .footer-info section p::before {
            position: absolute;
            content: "\f007";
            position: absolute;
            font-family: FontAwesome;
            color: #fff;
            font-size: 18px;
            left: 0;
            top: 0px;
            font-size: 16px;
        }

        .footer-info section p:nth-child(1)::before {
            content: "\f3c5";
        }

        .footer-info section p:nth-child(2)::before {
            content: "\f3cd";
        }

        .footer-info section p:nth-child(3)::before {
            content: "\f0e0";
            left: -2px;
        }

        .footer-info section p:nth-child(4)::before {
            content: "\f0ac";
            left: -3px;
        }

        .footer-info section p:nth-child(5)::before {
            content: "\f0ac";
        }

.footer-item {
    padding: 0 20px;
    margin-top: 98px;
}

    .footer-item h3 {
        margin: 0;
        font-size: 17px;
        color: #fff;
        font-family: 'MonSB';
        font-weight: normal;
    }

a.back-footer-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.footer-item ul {
    margin-top: 18px;
}

.footer-item li {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

    .footer-item li:hover {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

.footer-item a {
    font-size: 15px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 10px;
    font-family: 'MonM';
}

    .footer-item a::before {
        content: "\f105";
        position: absolute;
        font-family: FontAwesome;
        font-size: 10px;
        left: 0;
    }

    .footer-item a:hover {
        color: var(--default-color-3);
    }

.footer-contact {
    padding-left: 10px;
    flex: 1;
    margin-top: 98px;
}

    .footer-contact h3 {
        margin: 0;
        font-size: 17px;
        color: #fff;
        font-family: 'MonSB';
        font-weight: normal;
    }

    .footer-contact .text {
        font-size: 15px;
        color: #fff;
        margin-top: 18px;
        display: block;
        line-height: 22px;
        margin-bottom: 11px;
    }

    .footer-contact .input {
        position: relative;
        width: 100%;
        height: 46px;
        border-radius: 5px;
        border: 1px solid #d9d9d9;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        background-color: #fff;
        padding-right: 7px;
        margin-bottom: 35px;
        border-radius: 50px;
    }

        .footer-contact .input input {
            width: 100%;
            height: 100%;
            font-size: 15px;
            outline: none;
            color: #969696;
            background-color: transparent;
            border: none;
            padding-right: 10px;
            flex: 1;
            border-radius: 50px;
        }

        .footer-contact .input a {
            width: 37px;
            height: 37px;
            background-color: var(--default-color-2);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
        }

.footer-heading {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-contact .social {
    display: flex !important;
    align-items: center;
    margin-top: 8px;
}

    .footer-contact .social a {
        margin-right: 12px;
    }

a.tiktok-f {
    width: 30px;
    height: 30px;
    display: block;
}

    a.tiktok-f img {
        width: 100%;
        height: 100%;
        border-radius: 3px;
    }

.footer-contact .social img {
}

a.back-footer-icon img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
/*RS*/
@media(max-width:1023px) {
    .footer-heading {
        width: 100% !important;
    }

    .footer-item h3, .footer-contact h3 {
        font-size: 14px;
    }

    .footer-info section p {
        font-size: 15px;
    }

    .footer-info {
        width: 100%;
    }

    .footer-item ul {
        margin-top: 12px;
    }

    .footer-contact .text {
        margin-top: 12px;
    }

    .footer-item:nth-child(2) {
        width: max-content;
    }

    .footer-item a {
        font-size: 14px;
    }

    footer .container {
        flex-flow: wrap;
        justify-content: space-between;
    }

    .footer-item:nth-child(3) {
        width: fit-content;
        margin-left: 10px;
    }
}