.footer {
    padding-bottom: 0px;
    border: 0 none;
    font-size: 14px;
    position: relative;
    border-top: 0 none;
    background: #1d2129;
    color: #fff;
}

.footer-container{
    width: 1200px;
    margin: auto;
}

.footer h5 {
    font-size: 16px;
    margin-bottom: 1rem;
}

.footer a {
    color: #939699;
}

.footer .copyright {
    margin: 0;
    font-size: 1rem;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .privacy a {
    color: #FFF;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.footer .privacy a:after {
    height: 14px;
    position: absolute;
    content: '';
    right: 8px;
    top: 6px;
    width: 1px;
    background-color: #444;
}

.footer .privacy a:last-child::after {
    display: none;
}

footer.footer .btn {
    color: #333;
    display: flex;
    align-items: center;
}

footer.footer .btn > div {
    margin-right: .2rem;
}

.footer-top {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(73,87,112,.2);
    padding-top: 20px;
}

.footer-top h4 {
    margin-bottom: 18px;
    line-height: 20px;
    font-size: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.footer-top ul li {
    padding: 6px 0;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 23px;
    display: flex;
    align-items: center;
}

.footer-top ul li a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-top ul li i {
    color: #999;
    font-size: 16px;
    padding-right: 10px;
}
.footer-top ul li a:hover {
    color: #0069ff;
    text-decoration: none;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}

.footer .footer-bottom .copyright {
    font-size: 14px;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer .footer-bottom .copyright .nav {
    align-items: center;
}

.footer .footer-bottom .copyright .nav .nav-item .nav-link {
    padding: 0;
}

.footer .footer-bottom .copyright .nav .nav-item .nav-link2 {
    max-width: 67px;
}

.footer .footer-bottom .copyright .nav .nav-item .nav-link img {
    max-width: 100%;
}

.footer .footer-bottom .copyright .nav .stick {
    margin: 0 12px;
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,.1);
}

.footer .navbar-brand {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

@media screen and (max-width: 1024px) {
    .footer-col.active h4 {
        color: #0069ff;
    }

    .footer-col.active h4:after {
        background-image: url(../img/footer-media.svg);
        background-position: 95% 50%;
        background-size: 225% 112.5%;
        background-repeat: no-repeat;
        transform: rotate(360deg);
    }

    .footer-top ul.list-unstyled {
        display: none;
        padding: 10px 16px;
        border-top: 1px solid rgba(229,232,237,.1);
    }

    .footer-top h4 {
        position: relative;
        margin: 0;
        padding: 12px 40px 12px 10px;
        line-height: 24px;
        font-size: 16px;
    }

    .footer-top h4:after {
        content: "";
        display: block;
        position: absolute;
        right: 16px;
        top: 16px;
        width: 16px;
        height: 16px;
        background-image: url(../img/footer-media.svg);
        background-position: 95% 50%;
        background-size: 225% 112.5%;
        background-repeat: no-repeat;
        transform: rotate(180deg);
    }

    .footer-top .col {
        flex-basis: auto;
        width: 100%;
        border-bottom: 1px solid rgba(229,232,237,.1);
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .footer-container{
        width: 92%;
    }
    .footer .footer-bottom .copyright {
        display: block;
    }

    .footer .footer-bottom .copyright .nav {
        position: static;
        margin-top: 20px!important;
    }
}

.footer-col .list-unstyled.active {
    display: block;
}

.footer-icon .desc-item {
    display: flex;
    align-items: center;
}

.footer-icon .desc-item-img {
    width: 38px;
    margin-right: 13px;
}

.footer-icon .desc-item-text .title {
    border-bottom: none;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .003em;
    line-height: 24px;
    margin-bottom: 8px;
}

.footer-icon .desc-item-text .desc {
    color: #F2F2F2;
    font-size: 14px;
    letter-spacing: .003em;
    line-height: 22px;
    margin-bottom: 0px;
}

.footer-icon {
    padding-top: 30px;
    margin-bottom: 30px;
}

.footer-icon .row {
    border-bottom: 1px solid rgba(73,87,112,.2);
    font-size: 14px;
    padding-bottom: 30px;
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width: 1024px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.footer-company-info {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 28px;
}

.footer-company-info img {
    margin-bottom: 20px;
    width: 100px;
}

.text-muted {
    color: #6c757d!important
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}