﻿.footer {
}

    .footer ul {
        list-style: none;
    }

.footer-top {
}

    .footer-top:before {
        content: "";
        position: absolute;
        background: url(/Design/img/bg_footer.jpg) no-repeat;
        background-size: cover;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: -1;
    }

.footer-top {
    position: relative;
}

    .footer-top .grid.wide {
        position: relative;
        z-index: 1;
    }

    .footer-top .container {
        padding-top: 67px;
        padding-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

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

    .footer-top .list-nav {
        padding: 0 12px;
        width: 18%;
        margin-left: 38px;
    }

        .footer-top .list-nav .title {
            margin: 0;
            position: relative;
            font-size: 24.39px;
            color: #ffffff;
            /* text-transform: uppercase; */
            padding-bottom: 10px;
            font-weight: 100;
            font-family: 'lober';
            margin-top: 7px;
        }

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

    .footer-top .fanpage {
        width: 35%;
    }

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

        .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-bottom: 8px;
            -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);
                color: #469acb;
            }

                .footer-top .list-nav ul li:hover i {
                    color: #469acb;
                }

                .footer-top .list-nav ul li:hover a {
                    color: #469acb;
                }

        .footer-top .list-nav ul a {
            font-family: 'AsapR';
            font-size: 16px;
            color: #ffffff;
        }

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

    .footer-top .infor .title {
        font-family: 'lober';
        position: relative;
        margin: 0;
        font-size: 30px;
        color: #469acb;
        line-height: calc(115% + 7px);
        padding-bottom: 10px;
    }

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

    .footer-top .infor section {
        margin-top: 22px;
        /* padding-right: 14px; */
        color: #ffffff;
        font-family: 'AsapR';
        font-size: 16px;
        line-height: 1.5;
    }

        .footer-top .infor section div:before {
            font-family: "fontawesome";
            color: #e5082b;
            margin-right: 4px;
        }

        .footer-top .infor section div:nth-child(1):before {
            content: "\f3c5";
        }

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

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

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

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

        .footer-top .infor section div:nth-child(6):before {
            content: "\f0ac";
        }
.footer-top .infor section p a {display: inline;}

.footer-top .infor section p:nth-child(1) {display: inline-block;}

.footer-top .infor section p a:hover {
    color: #469acb;
}
        .footer-top .infor section p {
            position: relative;
            color: rgb(254, 254, 236);
            margin: 6px 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 16px;
            padding-left: 22px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

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

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

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

    .footer-top .nav-item {
    }

.footer-bottom {
    background-color: #469acb;
    padding: 10px 0;
}

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

        .footer-bottom .left .text {
            padding-left: 9px;
            display: flex;
        }

            .footer-bottom .left .text span {
                font-size: 14px;
                display: flex;
                align-items: center;
                font-family: 'AsapR';
                color: #ffffff;
            }

                .footer-bottom .left .text span:nth-child(2) {
                    margin-left: 4px;
                }

        .footer-bottom .left a {
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            color: #ffffff;
            font-family: 'AsapR';
            padding-left: 4px;
            position: relative;
        }

            .footer-bottom .left a:after {
                content: "";
                position: absolute;
                background: #fff;
                width: 0;
                height: 1px;
                bottom: 0;
                left: 0;
                transition: all .3s;
            }

            .footer-bottom .left a:hover:after {
                width: 100%;
            }

    .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;
            color: #ffffff;
            font-family: 'AsapR';
            font-size: 13px;
            margin-right: 9px;
        }

            .footer-bottom .right .access img {
                margin-right: 5px;
                -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);
                font-size: 13px;
            }

        .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: 34px;
                width: 34px;
                border: 1px solid #fff;
                border-radius: 50%;
                color: #fff;
                font-size: 14px;
                margin-left: 6px;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
                opacity: 0.6;
            }

                .footer-bottom .right .social a:hover {
                    color: #fff;
                    border-color: #fff;
                    opacity: 1;
                }

.footer-top .infor .title::selection,
.footer-top .infor .descript::selection,
.footer-top .infor section p::selection,
.footer-top .list-nav .title::selection,
.footer-top .list-nav ul a::selection {
    background-color: var(--bg-selection);
    color: var(--color-selection);
}

.footer-bottom .left::selection,
.footer-bottom .left a::selection,
.footer-bottom .right .access span::selection,
.footer-bottom .right .access span::selection {
    background-color: var(--bg-selection-2);
    color: var(--color-selection);
}

.text-footer-about {
    font-size: 16px;
    color: #fff;
    margin-top: 19px;
    width: 356px;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.footer-top .infor .title strong {
    display: block;
}

.more-about-footer {
    font-size: 14px;
    color: var(--default-color-3);
    margin-top: 16px;
}

    .more-about-footer i {
        padding-left: 2px;
        font-size: 12px;
    }

    .more-about-footer:hover {
        text-decoration: underline;
    }

span.sloganCompaFooter {
    font-size: 15px;
    color: #fff;
    font-family: BarlowR;
}