/*Dung thêm css footer*/
footer {
    border-top: 1px solid #ddd !important;
    margin: 0 !important;
    background-color: #fff !important;
}

    footer .top-sec {
        background: #fff !important;
        padding-top: 20px !important;
    }

.f-social-child ul li a span {
    color: black !important;
}

.f-social-child a {
    border: 1px solid black !important;
}

footer .f-title {
    color: #EF4223 !important;
}

footer p {
    color: #447db7;
    margin-bottom: 5px;
}

footer .adress-box i {
    display: inline-block;
    width: 17px;
    color: #f15c15;
}

footer .top-sec .list-inline i {
    border: none !important;
    padding: 5px 10px !important;
    color: red !important;
}

footer .top-sec .list-inline span {
    border: none !important;
    padding: 0 !important;
    color: red !important;
}

footer .pcopyright {
    width: 100%;
    position: absolute;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: #212832;
}

footer .pcopyright .container-no-gutter {
    background: #212832;
}


    footer .psocials li {
        margin-right: 3px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

        footer .psocials li a {
            color: #fff;
            display: block;
            text-align: center;
            font-size: 20px;
            background-color: #6f8bc0;
            padding: 4px 0;
            border-radius: 3px;
            width: 30px;
        }

            footer .psocials li a:hover {
                background-color: #6c9dce !important;
            }
footer ul.psocials {
    padding: 0;
    list-style: none;
    line-height: 25px;
    line-height: 1.25rem;
}