﻿.footer {
    background-color: #0f882c;
}

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

    .footer ul {
        list-style: none;
    }

.footer-top {
    background-image: url("../../../Design/img/bg-footer_02-min.png");
    background-size: cover;
    background-color: #0088e8;
}

    .footer-top .container {
        padding: 50px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

.footer-tag-lists {
    display: none;
}

.footer-top .infor {
    max-width: 455px;
}

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

    .footer-top .list-nav:nth-child(3) {
        width: 322px;
    }

.footer-top .fanpage {
    height: 100%;
}

.footer-top .list-nav.about {
    max-width: 500px;
}

.footer-top .list-nav .title {
    margin: 0;
    position: relative;
    font-size: 21px;
    color: #fff;
    padding-bottom: 11px;
    font-family: 'VNF-Optima';
    font-weight: 600;
}

.footer-top .list-nav span {
    font-size: 15px;
    color: #ffffff;
    text-align: justify;
    display: block;
    line-height: calc(100% + 14px);
    margin-bottom: 11px;
    font-family: 'VNF-Optima';
    padding-right: 54px;
}

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

    .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: 5px 0;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
    }

        .footer-top .list-nav ul li::before {
            content: '\f105';
            position: absolute;
            font-family: FontAwesome;
            font-size: 11px;
            color: #fff;
            transform: translateX(-5px);
            opacity: 0;
            transition: all linear .2s;
        }

        .footer-top .list-nav ul li:hover::before {
            opacity: 1;
        }

        .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-size: 17px;
        position: relative;
        color: #F8F8F8;
        transition: all linear .3s;
        font-family: 'VNF-Optima';
    }

        .footer-top .list-nav ul a::before {
            content: '';
            position: absolute;
            top: calc(100%);
            width: 0;
            height: 1px;
            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 {
    font-family: 'HLT-MOTION-PICTURE';
    position: relative;
    color: #FFFFFF;
    line-height: 50px;
    font-size: 48px;
    text-decoration: none;
    padding-bottom: 0;
    margin: 0;
    font-weight: normal;
}

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

.footer-top .infor section {
    margin-top: 0;
    padding-right: 14px;
}

    .footer-top .infor section p {
        position: relative;
        color: #ffffff;
        margin: 0;
        padding-left: 22px;
        font-size: 15px;
        line-height: calc(100% + 11px);
        font-family: 'VNF-Optima';
    }

        .footer-top .infor section p::before {
            content: "\f007";
            position: absolute;
            font-family: FontAwesome;
            color: #fff;
            left: 0px;
            font-size: 14px;
            transform: translateY(1px);
        }

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

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

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

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

.footer-top .nav-item {
}

.footer-bottom {
    background-color: #00a652;
    height: 52px;
}

    .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: 0;
            display: flex;
            color: #fff;
            font-family: 'VNF-OPTIMA';
        }

            .footer-bottom .left .text span {
                font-size: 14px;
                display: flex;
                align-items: center;
            }

                .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 span {
            font-size: 14px;
            color: #fff;
            font-family: 'VNF-OPTIMA';
        }

        .footer-bottom .right .access {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff;
            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;
                font-family: RobotoR;
            }

        .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: 35px;
                width: 35px;
                border: 1px solid #fff;
                border-radius: 50%;
                color: #fff;
                font-size: 18px;
                opacity: .5;
                margin-left: 6px;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .footer-bottom .right .social a:hover {
                    opacity: 1;
                    background-color: #fff;
                    color: var(--default-color-1);
                }

.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-about-content {
    display: flex;
    position: relative;
}

.footer-about-left {
}

.footer-about-right {
    padding-left: 18px;
}

    .footer-about-right section {
        margin-top: 20px;
        font-size: 14px;
        color: #fff;
        line-height: calc(100% + 10px);
    }

.footer-about-tel {
}

    .footer-about-tel h3 {
        font-family: 'InterSB';
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: baseline;
        margin-top: 21px;
        margin-bottom: 13px;
    }

        .footer-about-tel h3 i {
            margin-right: 5px;
        }

        .footer-about-tel h3 span {
            text-decoration: underline;
        }

    .footer-about-tel a {
        position: relative;
        margin-left: 14px;
        display: flex;
        align-items: center;
        transition: all linear .3s;
    }

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

        .footer-about-tel a::before {
            content: '';
            position: absolute;
            width: 5px;
            height: 2px;
            background-color: #fff;
            left: -9px;
        }

        .footer-about-tel a:first-child::before {
            display: none;
        }

    .footer-about-tel .tel-list {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        color: #fff;
        font-family: 'InterSB';
    }

    .footer-about-tel a:first-child {
        margin-left: 0;
    }

.footer-input {
    outline: none;
    border: none;
    background-color: #187f27;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 12px 14px;
    margin-top: 18px;
    margin-bottom: 20px;
}

    .footer-input p {
        margin: 0;
        font-size: 16px;
        line-height: 100%;
    }

    .footer-input input {
        flex: 1;
        width: 100px;
        border: none;
        outline: none;
        background-color: transparent;
        padding: 0 5px;
        color: #fff;
    }

    .footer-input p:nth-child(3) {
        font-size: 14px;
        transform: translateY(-2px);
    }

.footer-link {
    width: fit-content;
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #78a073;
    color: #187f27;
    padding: 7px 24px;
    transition: all linear .2s;
}

    .footer-link:hover {
        background-color: #187f27;
        color: #fff;
    }

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

    .footer-top .list-nav.about {
        max-width: 100%;
    }

    .footer-img {
        margin: 0 auto;
    }

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

    .footer-bottom {
        height: auto;
    }

        .footer-bottom .container {
            flex-direction: column;
            padding: 15px 0;
        }

        .footer-bottom .right {
            margin-top: 15px;
        }
}

@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 .descript {
        font-size: 16px;
        padding: 0;
    }

    .footer-top .infor section {
        padding-right: 0;
    }

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

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

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

    .footer-top .list-nav {
        margin: 5px 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%;
    }

        .footer-top .list-nav ul {
            display: inline-flex;
            flex-flow: wrap;
        }

            .footer-top .list-nav ul li {
                margin: 0;
                margin-right: 17px;
                margin-bottom: 4px;
            }

    .fanpage {
        width: 100%;
    }

    .footer-top .list-nav ul a {
        font-size: 15px;
    }

    .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: 8px 0;
            text-align: center;
            font-size: 17px;
        }

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

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

    .footer-about-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-about-right {
        padding: 0;
        margin-top: 35px;
    }

    .footer-about-left {
        display: none;
    }

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

    .footer-img {
        width: 100%;
        margin-top: 17px;
    }
}