.footer-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #273444;
    text-align: left;
    line-height: 1.2;
    margin-top: 30px;
    font-size: 22px;
}

footer .text-justify a {
    color: #273444;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(0.9);
    }
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all .5s;
    background-color: rgba(203, 33, 52, .5) !important;
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}

.mypage-alo-phone {
    position: fixed;
    left: 0px;
    right: 30px;
    bottom: 0px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.mypage-alo-ph-img-circle {
    width: 35px;
    height: 35px;
    top: 41px;
    left: 40px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/images/backgrounds/callnow.png) no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    transform-origin: 50% 50%;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    background-color: #cb2134 !important;
    background-size: 70%;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

div#social-button {
    position: fixed;
    z-index: 99999;
    bottom: 150px;
}

.footer .footer-menu .fa-solid {
    margin-right: .5rem !important;
}

.footer .show-phone-number {
    position: absolute;
    top: 30px;
    left: 90px;
    background: #fff;
    width: max-content;
    border-radius: 30px;
    text-align: center;
    padding: 7px 20px;
    color: #000;
    display: none;
}

.footer .show-phone-number p,
.footer .show-phone-number h3 {
    line-height: 1.3;
}

.footer .show-phone-number p {
    font-size: 14px;
}

.footer .show-phone-number h5 {
    color: #1b74e4;
}

.footer .mypage-alo-phone:hover .show-phone-number {
    display: block;
}

.footer .footer-menu .footer-content .foot-email a,
.footer .footer-menu .footer-content .foot-tel a {
    color: #004a99;
}

.footer .footer-menu .footer-content a:hover {
    color: #1b74e4;
}

.footer .social-media {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.footer .social-media .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #bbb;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    background: #bcc0c6;
}

.footer .zalo-icon {
    width: 65%;
    height: 65%;
}

.footer .footer-grid {
    display: grid;
    grid-template-columns: 2.5fr 1.5fr 1.5fr 2.5fr;
    gap: 20px;
}

.footer .footer-menu:first-child {
    margin-right: 40px;
}

.footer .footer-menu:last-child {
    margin-left: 70px;
}

@media (max-width: 768px) {
    .footer .footer-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer .footer-menu {
        margin-top: 0
    }

    .footer .footer-menu:last-child {
        margin-left: 0px
    }
}