/* footer */
.absolute-footer {
    display: none;
}

.footer-wrapper {
    background-color: var(--primary-color);
    color: #EDEFFF;
}

.footer-primary .title_thongtin_footer {
    color: #BEBDB6;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 16px;
}

.footer-wrapper .box-text-inner p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.footer-wrapper .contact-detail p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-wrapper .contact-detail p img {
    margin-bottom: 0;
}

.footer-wrapper a:hover {
    color: #ffb619 !important;
}