.site-footer {
    padding: 60px 0;
    background-color: var(--bg-5);
}

.ft_title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ft_menu.box_address,
.ft_menu #menu-lien-ket {
    padding-left: 20px;
    margin-left: 0;
    list-style: none;

}

.ft_menu a,
.ft_menu li {
    text-decoration: none;
    color: #fff;
}

.box_address li {
    position: relative;
    padding-left: 10px;
}

.ft_menu li:not(:last-child) {
    margin-bottom: 20px;
}

.ft_phone::before,
.ft_email::before,
li.ft_address::before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    width: 24px;
    height: 24px;
}

.box_address li.ft_address::before {
    background-image: url(./images/location.svg);
}

.box_address li.ft_phone::before {
    background-image: url(./images/local_phone.svg);
}

.box_address li.ft_email::before {
    background-image: url(./images/mail.svg);
}

.ft_menu #menu-lien-ket {
    padding-left: 0;
}

.subscribe_form {
    position: relative;
}

.subscribe_form input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding-right: 100px;
    padding-left: 10px;
    background-color: transparent;
    color: #fff !important;
}

.subscribe_form input::placeholder {
    color: #fff;

}

.subscribe_form input:focus-visible {
    outline: auto;
}

.subscribe_form .btn-style {
    border-radius: 0;
    padding: 0;
    min-width: auto;
    height: 48px;
    padding: 0 32px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.mxh_box ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    margin-left: 0;
}

.mxh_box {
    margin-top: 40px;
}

@media screen and (max-width:768px) {
    .ft-col {
        margin-bottom: 30px;
    }
}