﻿

@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;
    }

    .fanpage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

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

    .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: 18px;
    }

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

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

    .footer-top .list-nav .title {
        margin-top: 0;
        font-size: 18px;
    }

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

    .footer-bottom {
        height: auto;
    }
 .footer-bottom .grid.wide{
     padding:0
 }
    .footer-bottom .left .text{
        padding-left:0
    }
        .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;
            display: none;
        }

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

    .fanpage {
         width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-direction: column;
    }
.fanpage .fb-page,
.fanpage iframe {
    /* width: 100% !important; */
    /* max-width: 100% !important; */
    /* height: auto; */
}
        .fanpage .fb-page {
            /* width: 100%; */
            /* display: flex; */
            /* align-items: center; */
            /* justify-content: center; */
            /* height: 21px; */
        }

    .text-footer-about {
        font-size: 13px;
        width: 100%;
    }
.footer-top .infor section{
}
    .footer-bottom .left {
        flex-direction: column-reverse;
    }

        .footer-bottom .left img {
            margin-top: 10px;
            width: 60px;
            display: none;
        }

        .footer-bottom .left .text span {
            text-align: center;
            font-size: 13px;
            justify-content: center;
            margin: 2px 0px 0 16px;
        }
}
@media (max-width:739px){
    .grid.wide .container:nth-child(2){
        
    }
    .fb_iframe_widget_fluid span{
        /* width: 100% !important; */
        /* height: 150px !important; */
    }
    .fb_iframe_widget iframe{
         /* width: 100% !important; */
         /* height: unset !important; */
    }
    .footer-top .list-nav ul {
    margin-top: 21px;
    display: grid
;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 0px;
}
    .footer-top .list-nav ul a{
        font-size:13px
    }
    .container > .list-nav:nth-of-type(2) {
    display: none;
}
    ._3hft{
        width:100%
    }
}