/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: var(--text-color-secondary);
    background: var(--light-bg-color);
}

/*@media (min-width: 1600px) {*/
/*    #footer .container {*/
/*        max-width: 1320px !important;*/
/*    }*/
/*}*/

#footer .footer-hd {
    padding-top: 50px;
    padding-bottom: 30px;
}

#footer a {
    color: var(--title-color);
}

#footer a:hover {
    color: var(--primary-color);
}

#footer .footer-top {
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-logo {
    max-width: 80px;
    height: auto;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact i {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

#footer .footer-top .footer-contact h2 {
    font-size: 36px;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: var(--title-color);
    margin: 20px 0;
}

#footer .footer-top .footer-contact h3 span {
    color: var(--primary-color);
}

#footer .footer-top .footer-contact p {
    line-height: 24px;
    margin-bottom: 0;
    color: var(--text-color-secondary);
}

#footer .footer-top .nav-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    display: block;
}

#footer .footer-top .footer-links {
    margin-bottom: 10px;
}


#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: var(--text-color-secondary);
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: var(--text-color-secondary);
    transition: 0.3s;
    display: inline-block;
}

#footer .footer-top .footer-links ul a:hover,
#footer .footer-top .footer-links ul a:hover i {
    text-decoration: none;
    color: var(--primary-color);
}

#footer .social-links h6 {
    font-size: 18px;
    color: var(--title-color);
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(var(--primary-color-rgb), 0.2);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

#footer .social-links .qrcode {
    display: inline-block;
    width: 120px;
    height: 120px;
}

#footer .footer-copyright {
    border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
    background-color: rgba(255, 255, 255, 0.05);
}


#footer .footer-copyright span, #footer .footer-copyright a {
    opacity: 0.6;
    transition: 0.3s;
    color: #777777;
}

#footer .footer-copyright a:hover {
    opacity: 1;
}

#footer .copyright {
    text-align: center;
    float: left;
    font-size: 14px;
}

#footer .poweredby {
    float: right;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
    #footer .copyright, #footer .poweredby {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}

.foot-nav .dropdown-menu {
    position: relative !important;
    background: none;
    border: none;
    min-width: auto;
    padding: 0;
    transform: none !important;
}

.foot-nav .dropdown-menu .dropdown-item {
    padding: 0;
    background: none !important;
}


#footer .footer-top .nav-title:after {
    display: none;
}

@media (min-width: 768px) {
    .foot-nav .dropdown-menu {
        display: block;
    }


    #footer .footer-top .footer-links {
        margin-bottom: 30px;
    }
}

#footer .footer-top .nav-title i {
    font-size: 10px;
}

.foot-tel {
    font-size: 22px;
    margin-top: 1rem;
}
