﻿@media(max-width:1110px) {
    .footer-top, .footer-bottom {
        padding: 0 10px;
    }
}

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important;
    }

    .footer-top .infor .title {
        width: 100%;
    }

    .footer-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 0;
    }

    .fanpage {
        width: 100% !important;
    }

    .footer-bottom .container {
        flex-direction: column;
    }

    .footer-bottom {
        height: 100%;
    }

        .footer-bottom .left .text {
            padding: 10px 0;
        }

        .footer-bottom .right {
            padding: 10px 0;
        }

    .fb_iframe_widget iframe, .fb_iframe_widget span {
        width: 400px !important;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important;
    }

    .footer-top .infor {
        width: 100%;
    }

    .footer-top .list-nav {
        margin: 20px 0;
        padding: 0;
    }

        .footer-top .list-nav .title {
            margin-top: 0;
        }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important;
    }

    .footer-top .infor .title {
        font-size: 28px;
    }

    .footer-top .infor {
        width: 100%;
    }

    .footer-bottom .left .text {
        flex-direction: column;
        padding: 0;
    }

    .footer-top .container {
        padding-top: 20px;
    }

    .footer-top .infor .descript {
        font-size: 12px;
    }

    .footer-top .infor section p {
        font-size: 16px;
        margin: 12px 0;
    }

    .footer-top .list-nav .title {
        margin-top: 0;
    }

    .footer-top .list-nav {
        margin: 15px 0;
    }

    .footer-bottom {
        height: auto;
    }

        .footer-bottom .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            padding: 15px 0;
        }

        .footer-bottom .right {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 15px;
        }

    .footer-top .list-nav {
        padding: 0;
        width: 100%;
    }

    .fanpage {
        width: 100%;
    }

        .fanpage .fb-page {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .text-footer-about {
        font-size: 15px;
    }

    .footer-bottom .left {
        flex-direction: column-reverse;
    }

        .footer-bottom .left img {
            margin-top: 10px;
        }

        .footer-bottom .left .text span {
            justify-content: center;
            margin: 2px 0;
            margin-top: 0;
            text-align: center;
            line-height: 145%;
            font-size: 15px;
        }
}