footer {
    background: #161F40;
}
footer .section {
    padding: 48px 0px;
}
footer .section-body {
    display: flex;
    justify-content: space-between;
}
.footer-left {
    display: flex;
    align-items: flex-end;
    padding-right: 32px;
}
.footer-left .title-web {
    text-align: left;
}
.footer-left .title-web span {
    color: #96C60B;
}
.footer-services .footer-right-title a, .footer-services .footer-right-title {
    font-weight: bold;
    color: #96C60B;
}
.footer-right-ul p {
    padding: 0 20px;
}
.footer-services p {
    padding-bottom: 29px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    color: #FFFFFF;
}
.footer-services a {
    font-size: 18px;
}
.footer-services p.name-office-footer {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.footer-right-ul {
    display: flex;
}
.footer-allright {
    display: flex;
    margin-top: 60px;
    width: 100%;
    align-items: center;
    color: #fff;
    font-size: 0.75rem;
}
.footer-allright .logo {
    width: 700px;
}
.footer-allright-right {
    text-align: end;
}
.footer-icon {
    display: flex;
    justify-content: end;
}
.footer-icon p {
    width: 60px;
    height: 60px;
    background: #161F40;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-icon .footer-fb {
    width: 15px;
    margin-right: 2px;
}
.footer-icon .footer-tk {
    width: 30px;
}
.footer-address {
    margin-top: 19px;
}
.footer-address p {
    padding-bottom: 12px;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 400;
    color: #8D8D8D;
}
.footer-terms {
    display: flex;
    justify-content: end;
}
.footer-terms p:first-child {
    padding-right: 30px;
}
.footer-address p:last-child {
    padding-bottom: 0px;
}
.footer-terms p a {
    color: #8D8D8D;
    text-decoration: underline;
}
.tiktok-btn {
    margin-left: 16px;
}
.footer-icon .facebook:hover p {
    background: #1877F2;
    border: 2px solid #161F40;
}
.footer-icon .tiktok-btn:hover p {
    background: #000;
    border: 2px solid #161F40;
}
.footer-services a:hover {
    color: #96C60B;
}