.site-footer .inner-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 40px 0;
    padding-bottom: 0;
}

.ft-logo {
    margin-bottom: 24px;
}

.ft-desc {
    margin-bottom: 32px;
}

.white-90 {
    color: rgba(255, 255, 255, 0.9)
}

.white-80,
.li-hotline a {
    color: rgba(255, 255, 255, 0.8)
}

.ft-ttlh {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.ft-ttlh li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 29px;
}

.ft-ttlh li::before {
    content: "";
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.ft-ttlh li.li-hotline::before {
    background-image: url(./images/icon/telephone_1.png);
}

.ft-ttlh li.li-email::before {
    background-image: url(./images/icon/message_1.png);
}

.ft-ttlh li.li-website::before {
    background-image: url(./images/icon/website_1.png);
}

.footer-widget .widget-title {
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 25px;
}

.footer-widget ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 20px;
}

.footer-widget ul li a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.absolute-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: solid 1px rgba(255, 255, 255, 0.12);
    margin-top: 30px;
}

.absolute-footer-text {
    color: rgba(255, 255, 255, 0.4);
}

.box-mxh ul {
    list-style: none;
    margin-left: 0;
    display: flex;
    gap: 20px;
    padding-left: 0;
}

.box-mxh ul img {
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.4);
}

.li-hotline a {
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .absolute-footer {
        flex-direction: column;
        align-items: center;
    }

    .site-footer .inner-footer {
        background-repeat: repeat;
        background-size: auto;
        background-position: right;
        padding: 40px 0;
        padding-bottom: 0;
    }
}