/* section-footer */

.footer {
    background-color: #0C1625;
}

.footer-contact {
    padding: 5.6rem 0 5.1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-logo {
    width: 50px;
    height: 56px;
}

.footer-text {
    font-family: 'NotoSansThai';
    margin: 2.3rem 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.56);
    line-height: 29px;
    height: 8.7rem;
}

.footer-text a {
    text-decoration: none;
    color: inherit;
}

.footer-icon-box {
    display: flex;
    align-items: center;
}

.logo-facebook {
    height: 24px;
    width: 24px;
    margin-right: 2.2rem;
}

.footer-contact-list {
    list-style: none;
}

.footer-head-contact {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 2rem;
}

.footer-sub-contact {
    margin-bottom: .8rem;
}

.footer-list {
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    text-decoration: none;
}

.footer-copyright {
    height: 10.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright {
    font-family: 'Poppins';
    font-size: 1.6rem;
    line-height: 2.9rem;
    color: rgba(255, 255, 255, 0.56);
}

/* query */

@media(max-width:992px) {
    .footer-text-box {
        margin-bottom: 45px;
    }

    .footer-text {
        margin-bottom: 0;
    }
}

@media (max-width:575.95px) {
    .footer {
        padding: 0 24px 37px;
    }

    .footer-contact {
        padding: 32px 0 8px 0;
    }

    .footer-text {
        margin: 24px 0;
        height: 58px;
    }

    .logo-facebook {
        margin-right: 16px;
    }

    .footer-head-contact {
        margin-bottom: 12px;
    }

    .footer-contact-box {
        margin-bottom: 32px;
    }

    .footer-copyright {
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .copyright {
        font-size: 12px;
        line-height: 22px;
    }
}