.zalo-chat-widget {
    right: 5px !important;
}

footer {
    position: relative;
    padding: 0px 45px 0px 45px;
    background-color: #efefef;
}

.roc-footer_company__top {
    padding: 20px 0;

}

.footer-links {
    list-style: none;
}

.footer-links li+li {
    border-top: none !important;

}

.footer-links li {
    padding: 8px 0;
    line-height: 0;
    border-top: none;
}

.footer-links .widget-title,
.footer-links .widget_text span.widget-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer-links li a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
}

.footer-links a:hover {
    color: #66b0fe;
}

.roc-footer__top {
    margin-bottom: 2rem;
    padding: 2rem 0;
    background-color: #e8e4df;
}

.roc-footer__top-box .social-icons {
    display: flex;
    gap: 6px;
}

.roc-footer__top-box {
    padding: 1.5rem 2rem;
    border: 2px solid #000;
    height: 100%;
}

.roc-footer__top-signup .wpcf7-list-item-label {
    font-weight: 500;
}

.roc-footer__top-signup input[type="submit"] {
    text-transform: inherit;
    font-weight: 500;
    margin-bottom: 0;
}

.iconss {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: transparent !important;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent !important;

}

.roc-footer__top-socials a {
    border: 2px rgb(255 255 255 / 45%) solid;
    background: #333;

}

.roc-footer__top-socials .social-link img {
    opacity: 1;
}

.iconss.facebook {
    background-image: url('./images/107153_circle_facebook_icon.svg');
    width: 36px;
}

.iconss.twitter {
    background-image: url('./images/287628_twitter_icon.svg');
}

.iconss.youtube {
    background-image: url('./images/287629_youtube_icon.svg');
}

.iconss.houzz {
    background-image: url('./images/1494272_houzz_round_icon.png');
    width: 36px;
}

.iconss.instagram {
    background-image: url('./images/3228551_app_b_w_instagram_logo_media_icon.svg');
}

.iconss.linkedin {
    background-image: url('./images/1147411_address_book_circle_contacts_linkedin_business_icon.svg');
}

.iconss.pinterest {
    background-image: url('./images/287676_pinterest_icon.svg');
}

.roc-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.roc-footer__top-title {
    margin-bottom: 20px;
}

.roc-footer__top-title p {
    margin: 0;
    max-width: 35ch;
    font-size: 1.25rem;
    font-weight: 700;

}

.roc-footer__top-text p {
    margin: 0;
    max-width: none;
    font-size: .875rem;
    font-weight: 400;
}

.roc-footer__top-column {
    margin-bottom: 1rem;
}

.roc-footer__top-column p {
    color: #333;
    margin: 0;
    font-weight: 700;
}


.social {
    font-size: 0;
}

.social-link {
    display: inline-block;
    height: 36px;
    width: 36px;
    position: relative;
    margin-right: 10px;
    font-size: 22px;
}


.ft-social-box {
    display: flex;
    gap: 10px;
    align-items: center;
    gap: 20px;
}

.footer-bottom {
    color: #CACACA;
    font-size: 13px;
    line-height: 27px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    border-top: solid 1px #f5f5f5;

}

.footer-bottom a {
    color: #CACACA;
}

.footer-bottom a:hover {
    color: #D7182D;
}
.roc-footer__top-signup form{
    margin-bottom: 0;
}
@media only screen and (min-width: 27em) {
    .roc-footer__top-contact {
        display: flex;
        flex-wrap: wrap;
    }

    .roc-footer__top-column {
        flex-basis: 50%;
        width: 50%;
    }
}

@media only screen and (min-width: 36em) {
    .roc-footer__top-box {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-height: 345px;
    }

    .roc-footer__top-column {
        flex-basis: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 50em) {
    .roc-footer__top-box {
        padding: 3rem;
    }

    .roc-footer__top-column {
        flex-basis: 50%;
        width: 50%;
    }

    .roc-footer_company__text {
        padding-left: 40px;
    }
}

@media screen and (max-width:768px) {
    footer {
        padding: 30px 0;
    }

    .ft-social-box {
        flex-direction: column;
        align-items: flex-start
    }
}