﻿
.footer {
}

.footer-top {
    background-image: url("../../../Design/img/bg-footer_02-min.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.fanpage {
    padding-left: 30px;
}

.footer-top .container {
    padding: 42px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.footer-top .infor {
    width: fit-content;
    max-width: 375px;
}

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

    .footer-top .list-nav.about {
        width: 25%;
        color: #fefeec;
    }

        .footer-top .list-nav.about a {
            margin-top: 10px;
            text-decoration: underline;
            font-size: 16px;
            transition: all linear .3s;
        }

            .footer-top .list-nav.about a:hover {
                color: var(--default-color-3);
            }

    .footer-top .list-nav .title {
        margin: 0;
        position: relative;
        font-family: 'RobotoB';
        font-size: 18px;
        color: #fff;
        padding-bottom: 8px;
    }

        .footer-top .list-nav .title::before {
            content: '';
            position: absolute;
            width: 38px;
            height: 1px;
            background-color: #fff;
            bottom: 0;
        }

    .footer-top .list-nav ul {
        margin-top: 23px;
    }

        .footer-top .list-nav ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 8px 0;
            -webkit-transition: all ease .2s;
            -o-transition: all ease .2s;
            transition: all ease .2s;
        }

            .footer-top .list-nav ul li:hover {
                -webkit-transform: translateX(10px);
                -ms-transform: translateX(10px);
                transform: translateX(10px);
            }

                .footer-top .list-nav ul li:hover i {
                }

        .footer-top .list-nav ul a {
            font-family: 'RobotoR';
            font-size: 15px;
            color: #fefeec;
            transition: all linear .3s;
            bac: backwards;
        }



        .footer-top .list-nav ul i {
            font-size: 10px;
            color: #ffff;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            padding-right: 4px;
        }

.footer-top .infor .title {
    font-family: 'RobotoB';
    margin: 0px 0px 13px;
    font-size: 21px;
    color: rgb(255, 255, 255);
    position: relative;
}

    .footer-top .infor .title::before {
        content: '';
        position: absolute;
        width: 79px;
        height: 1px;
        background-color: #fff;
        top: calc(100% + 7px);
    }

.footer-top .infor section {
    margin-top: 25px;
    width: 86%;
}

    .footer-top .infor section p {
        position: relative;
        color: rgb(254, 254, 236);
        font-family: RobotoR;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 15px;
        padding-left: 23px;
        line-height: calc(100% + 11px);
    }

        .footer-top .infor section p::before {
            content: "\f3c5";
            position: absolute;
            font-family: FontAwesome;
            margin-right: 7px;
            color: #fff;
            left: 0px;
            font-size: 14px;
        }

        .footer-top .infor section p:nth-child(2)::before {
            content: "\f095";
        }

        .footer-top .infor section p:nth-child(4)::before {
            content: "\f0ac";
        }

        .footer-top .infor section p:nth-child(3)::before {
            content: "\f0e0";
        }

.footer-top .nav-item {
}

.footer-partner {
    display: none;
}

.footer-bottom {
    background-color: var(--default-color-2);
    height: 45px;
}

    .footer-bottom .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

    .footer-bottom .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: RobotoR;
        font-size: 14px;
        color: #ffffff;
    }

        .footer-bottom .left a {
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
        }

            .footer-bottom .left a:hover {
                color: var(--default-color-1);
            }

    .footer-bottom .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .footer-bottom .right .access {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: 'RobotoR';
            color: #ffffff;
            font-size: 12px;
            margin-right: 8px;
        }

            .footer-bottom .right .access img {
                margin-right: 4px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .footer-bottom .right .access span {
                line-height: 100%;
                -webkit-transform: translateY(2px);
                -ms-transform: translateY(2px);
                transform: translateY(2px);
            }

        .footer-bottom .right .social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .footer-bottom .right .social a {
                height: 32px;
                width: 32px;
                border: 1px solid #fff;
                border-radius: 50%;
                color: #fff;
                font-size: 13px;
                margin-left: 5px;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
                opacity: 0.6;
            }

                .footer-bottom .right .social a:hover {
                    opacity: 1;
                }

.footer-partner-container {
    padding: 23px 79px;
    background-color: #fff;
}

.footer-partner-item {
    /* padding: 13px 25px; */
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

    .footer-partner-item img {
        max-width: 100%;
        max-height: 100%;
    }




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

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

    .fanpage {
        padding: 0;
        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;
    }

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

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

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

    .footer-top .container {
        padding: 35px 0px;
    }

    .footer-top .infor .title br {
        display: none;
    }
}

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

    .footer-top .container {
        padding: 25px 0;
    }

    .footer-top .infor .title {
        font-size: 23.85px;
        line-height: 152%;
    }

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

    .footer-top .infor section p {
        margin: 0px 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-partner-container {
        padding-left: 0;
        padding-right: 0;
    }

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

        .footer-top .list-nav.about a {
            width: fit-content;
            font-size: 14px;
        }

        .footer-top .list-nav ul {
            margin-top: 22px;
        }
}
