﻿.footer {
    background-color: var(--default-color-1);
}

    .footer .help-wrap {
        display: flex;
        width: 134px;
        /* padding-top: 14px; */
    }

    .footer .grid.wide {
        max-width: 1300px;
    }

    .footer ul {
        list-style: none;
    }

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

    .footer-top .container {
        padding: 69px 0vw;
        padding-bottom: 12px;
        padding-top: 47px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .footer-top .infor {
        width: 264px;
        /* padding: 0 20px; */
        text-align: justify;
        padding-right: 21px;
    }

.wImgDecorImgName {
    display: flex;
    align-items: center;
}

    .wImgDecorImgName h3.title.under {
        margin: 0;
        /* margin-left: 11px; */
        margin-bottom: 14px;
    }

.footer-top .infor.df {
    display: block;
    width: 396px;
}

    .footer-top .infor.df p {
        padding-left: 0;
    }

        .footer-top .infor.df p::before {
            display: none;
        }

.footer-infor-img {
    width: 135px;
}

.footer-infor-content {
    flex: 1;
}

.footer-top .list-nav {
    padding: 0 12px;
    max-width: 332px;
}

    .footer-top .list-nav section {
        margin-top: 30px;
    }

        .footer-top .list-nav section > p:first-child {
            width: 80%
        }

.infor.contactFooterBottom h3.title.under {
    /* font-size: 18px; */
    text-transform: uppercase;
}

.footer-top .infor section p strong {
    color: #FFF;
    font-family: 'InterSB';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.infor.contactFooterBottom {
    padding-top: 16px;
}

    .infor.contactFooterBottom section {
        margin-top: 30px;
    }

.footer-top .list-nav .title {
    margin: 0 !important;
    position: relative !important;
    padding-bottom: 3px;
    color: #FFF;
    font-family: 'InterB';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

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

    .footer-top .list-nav .title::after {
        width: 21px;
    }

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

    .footer-top .list-nav ul > li:nth-child(4) {
        width: 155%;
    }

    .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;
        -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 {
                color: var(--default-color-1);
            }

    .footer-top .list-nav ul a {
        position: relative;
        transition: all linear .3s;
        color: #FFF;
        font-family: 'InterR';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 187.5% */
    }

        .footer-top .list-nav ul a::before {
            content: '';
            position: absolute;
            top: calc(100%);
            width: 0;
            height: 1px;
            opacity: .5;
            background-color: #fff;
            transition: 0.8s cubic-bezier(.3,1.5,.3,1);
        }

        .footer-top .list-nav ul a:hover::before {
            width: 100%;
        }

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

.footer-top .infor .title {
    position: relative;
    margin: 0px 0px 13px;
    width: 80%;
    padding-bottom: 0;
    color: #FFF;
    font-family: interM;
    font-size: 23px;
    font-style: normal;
    /* 210.417% */
    font-weight: 100;
}

.footer-infor-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-top .infor .title b {
    font-weight: 100;
    display: inline-block;
    text-transform: uppercase;
    color: #2ce256;
}

.footer-top .infor section {
    margin-top: -6px;
    padding-right: 14px;
    color: #FFF;
    font-family: 'InterR';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.footer-top .contactFooterBottom section p {
    position: relative;
    margin: 3px 0px;
    padding-left: 22px;
    color: #FFF;
    font-family: 'InterR';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}

    .footer-top .contactFooterBottom section p::before {
        content: "\f3c5";
        position: absolute;
        font-family: FontAwesome;
        margin-right: 7px;
        color: #fff;
        left: 0px;
        font-size: 13px;
        transform: translateY(2px);
    }

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

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

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

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

.footer-top .nav-item {
}

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

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

        .footer-bottom .container .right h3 {
            color: #fff;
            font-weight: 100;
            font-size: 14px;
        }

    .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;
            color: var(--default-color-1);
        }

            .footer-bottom .left .text span {
                display: flex;
                align-items: center;
                color: #FFF;
                text-align: center;
                font-family: 'InterR';
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

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

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

            .footer-bottom .left a:hover {
                text-decoration: underline;
            }

    .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: var(--default-color-1);
            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: 32px;
                width: 32px;
                border: 1px solid var(--default-color-1);
                border-radius: 50%;
                color: var(--default-color-1);
                font-size: 14px;
                opacity: .5;
                margin-left: 6px;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
            }

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

.under::before {
    content: '';
    position: absolute;
    width: 43px;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
}

.wImgDecorImgName h3.title.under::before {
    content: unset;
}

.text-footer-about {
    font-size: 15px;
    color: #F8F8F8;
    margin-top: 20px;
    width: 313px;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 100;
    font-family: 'RayR';
    line-height: calc(100% + 7px);
}

    .text-footer-about a {
        display: inline-block;
    }

.more-about-footer {
    font-size: 16px;
    margin-top: 20px;
    font-family: 'RayR';
    color: var(--default-color-1);
    text-decoration: underline;
}

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

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

.footer-end {
    height: 9px;
    width: 100%;
    background-color: var(--default-color-3);
    display: none;
}

.partner {
    width: 100%;
    height: 96px;
    background-color: #fff;
    display: flex;
}

    .partner .sliderswiper {
        width: calc(100%);
        height: 100%;
        padding: 10px 0;
    }

        .partner .sliderswiper .swiper {
            height: 100%;
        }

            .partner .sliderswiper .swiper .item {
                display: flex;
                position: relative;
                align-items: center;
            }

                .partner .sliderswiper .swiper .item::before {
                    height: 53px;
                    content: '';
                    width: 1px;
                    position: absolute;
                    left: 0;
                    background-color: #ececec;
                }

                .partner .sliderswiper .swiper .item img {
                    max-width: 80%;
                    max-height: 80%;
                    margin: auto;
                }

.footer .fanpage {
    width: 279px;
    /* padding-top: 22px; */
}

.infor.contactFooterBottom section {
    margin-top: 30px;
}
