﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */

body {
     margin-bottom: 318px !important; /* Margin bottom by footer height */
}
footer {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
}

    footer .ftUp {
        background: #273348;
    }

        footer .ftUp #footer-title {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            footer .ftUp #footer-title h4 {
                margin-bottom: 0px;
                padding-top: 12px;
                font-weight: 600;
                font-size: 21px;
                line-height: 30px;
                /* identical to box height, or 143% */
                text-transform: capitalize;
                color: #EFEFEF;
            }

        footer .ftUp #footer-content {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 8px;
            color: #C6C6C6;
        }

            footer .ftUp #footer-content p {
                margin-bottom: 12px;
            }

            footer .ftUp #footer-content .ban-do {
                width: 100%;
                max-width: 370px;
                border-radius: 10px;
            }

    footer .ftDown {
        background: #202A3C;
    }

        footer .ftDown p {
            margin: auto;
            margin-top: 18px;
            margin-bottom: 18px;
            line-height: 24px;
            color: #EFEFEF;
        }
