﻿
.footer {
}

    .footer ul {
        list-style: none;
    }

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

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

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

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

        .footer-top .list-nav .title {
            margin: 0;
            position: relative;
            font-size: 20px;
            color: var(--default-color-3);
            /* margin-top: 26px; */
            padding-bottom: 8px;
            font-weight: 100;
            font-family: SBFont;
        }

            .footer-top .list-nav .title::before {
                content: '';
                position: absolute;
                width: 38px;
                height: 1px;
                background-color: var(--default-color-3);
                bottom: 0;
            }

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

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

            .footer-top .list-nav ul a {
                font-family: 'RobotoR';
                font-size: 15px;
                color: #FFF;
            }

            .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: SBFont;
        position: relative;
        margin: 0px 0px 13px;
        font-size: 20px;
        color: var(--default-color-3);
        width: 100%;
        line-height: calc(100% + 7px);
        padding-bottom: 16px;
        font-weight: 400;
        width: 99%;
    }


    .footer-top .infor section {
        margin-top: 24px;
        /* padding-right: 14px; */
    }

        .footer-top .infor section p {
            position: relative;
            font-family: RobotoR;
            margin: 10px 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            color: #FFFF;
            display: flex;
            font-size: 15px;
            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;
            }

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

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

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

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

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

    .footer-top .nav-item {
    }

.footer-bottom {
    background-color: #ffffff;
    height: 71px;
}

    .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;
        margin-left: -17px;
    }

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

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

        .footer-bottom .left a {
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            color: var(--default-color-3);
            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: #272425;
            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;
                filter: brightness(93) saturate(36%) invert(17%) sepia(3%) saturate(1730%) hue-rotate(131deg) brightness(156%) contrast(110%);
                display: none;
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                .icon-dark {
                filter: brightness(0) saturate(100%) invert(5%) sepia(86%) saturate(1800%) hue-rotate(190deg) brightness(80%) contrast(110%);
};
                
            .icon-dark {
                filter: brightness(0) saturate(100%) invert(5%) sepia(86%) saturate(1800%) hue-rotate(190deg) brightness(80%) contrast(110%);
};
            }

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

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

                .footer-bottom .right .social a:hover {
                    color: var(--default-color-3);
                    border-color: var(--default-color-3);
                }


.under::before {
    content: '';
    position: absolute;
    width: 51px;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--default-color-3);
}

.under::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 26px;
    height: 1px;
    background-color: var(--default-color-3);
}



.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: 15px;
    color: #fff;
    margin-top: 25px;
    width: 324px;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

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

    .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);
}
@media (max-width: 739px) {
  .footer-top .infor {
      width:100%
  }
}