/*FOOTER*/
#footer-wp #foot-body {
    padding: 50px 0px;
}

#footer-wp #foot-body .block {
    float: left;
    width: 25%;
    padding-left: 30px;
}

#footer-wp #foot-body .block:first-child {
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    #footer-wp #foot-body .container {
        flex-direction: column;
    }

    #info-company,
    #info-shop,
    #contact {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    #info-shop h4 {
        font-size: 1.5rem;
    }
    #info-company,
    #info-shop,
    #contact {
        width: 30%;
    }
}

#info-shop .list-item li {
    width: fit-content;
}

#info-company .title {
    font-size: 28px;
    font-weight: normal;
    color: #da1818;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#info-company .desc,
#newfeed .desc {
    text-align: justify;
    color: #6d6d6d;
}

.menu-ft .title,
#newfeed .title {
    font-size: 20px;
}

.menu-ft .list-item li {
    margin-bottom: 10px;
}

.menu-ft .list-item li:last-child {
    margin-bottom: 0;
}

.menu-ft .list-item li p {
    position: relative;
    color: #000;
    padding-left: 25px;
}

.menu-ft .list-item li:nth-child(1) p:before,
.menu-ft .list-item li:nth-child(2) p:before,
.menu-ft .list-item li:nth-child(3) p:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
}

.menu-ft .list-item li:nth-child(1) p:before {
    content: '\f041';
}

.menu-ft .list-item li:nth-child(2) p:before {
    content: '\f095';
}

.menu-ft .list-item li:nth-child(3) p:before {
    content: '\f0e0';
}

#info-shop .list-item li {
    list-style-type: disc;
    color: red;
}

#info-shop .list-item li::marker {
    color: red;
}

#info-shop .list-item li a {
    font-weight: 500;
    text-decoration: none;
    position: relative;
    color: #000;
    display: inline-block;
    transition: all 0.3s ease;
}

#info-shop .list-item li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #2f8b2a;
    transition: all 0.3s ease;
}

#info-shop .list-item li:hover a:after {
    width: 100%;
    left: 0;
}

#info-shop .list-item li a:hover {
    transform: translateY(-2px);
    color: #2f8b2a;
    font-weight: bold;
}

#foot-bot {
    background: #2f8b2a;
    text-align: center;
    padding: 10px 0px;
}

#foot-bot #copyright {
    color: #fff;
    line-height: normal;
}

.call-footer {
    margin-right: auto;
}

.call-footer a {
    color: green;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

.call-footer a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: red;
    transition: all 0.3s ease;
}

.call-footer:hover a {
    transform: translateY(-5px);
    color: red;
    font-size: 1.1rem;
}

.call-footer:hover a::after {
    width: 100%;
    left: 0;
    transform: translateY(0);
}

@media only screen and (min-width: 769px) {
    .fcta-zalo-vi-tri-nut {
        right: 20px;
    }
}

@media only screen and (max-width: 768px) {

    .fcta-zalo-vi-tri-nut {
        right: 20px;
    }
}

#linkzalo {
    bottom: 20%;
}