footer {
    width: 100%;
    background-color: #F5F5F5;
    padding: 40px 0px;
}
footer.footer .info-footer{
    color: #FFF;
}
footer.footer .info-footer .img{
    margin-right: 10px;
    width: 140px;
}
footer.footer .info-footer .desc{
    width: calc(100% - 150px);
}
footer.footer .info-footer .desc h4{
    font-size: 18px;
    color: #E1872D;
    padding: 2px 0px;
    font-weight: bold;
}
footer.footer .info-footer img{
    vertical-align: middle;
}
footer.footer .info-footer p{
    font-size: 13px;
    line-height: 32px;
    /* margin-bottom: 10px; */
    color: #333;
}
footer.footer .title-menu {
    margin: 0;
    line-height: normal;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding-top: 0px;
    color: #333;
}
footer.footer .title-menu a, footer.footer .title-menu span {
    cursor: default;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #333;
    display: block;
    padding: 5px 0px;
}
footer.footer .title-menu a i.fa, footer.footer .title-menu span i.fa {
    display: none;
}
footer.footer .list-menu {
    line-height: 35px;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer.footer .list-menu .li_menu {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 32px;
}
footer.footer .list-menu .li_menu a {
    color: #333;
    position: relative;
}

footer.footer .title-menu1 {
    margin: 0;
    line-height: normal;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 0px;
    color: #333;
}
footer.footer .title-menu1 a{
    color: #FFD800;
    font-size: 30px;
    font-family: 'Roboto Condensed';
    font-weight: 900;
    text-transform: uppercase;
}

.statitic-footer{
        padding-left: 20px;
    background: url(images/bg_tk.png) no-repeat left center;
}
.statitic-footer p{
    line-height: 30px;
    color: #FFF;
    font-size: 13px;
}
.follow_option {
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
}
.follow_option li {
    display: inline-block;
}
.follow_option li a {
       height: 40px;
       width: 40px;
       text-align: center;
       background: #e1872d;
       color: #333;
       line-height: 40px;
       color: #FFF;
       display: block;
       margin-right: 5px;
       border-radius: 50%;
}
.follow_option li a .fa {
    color: #FFF;
    font-size: 20px;
    line-height: 40px;
}
.follow_option li a.facebook{
    background: #4B69B0
}
.follow_option li a.twitter{
    background: #37B1E1;
}
.follow_option li a.instagram{
    background: #0678B6
}
.follow_option li a.youtube-play{
    background: #E83F3A;
}
.follow_option li a.pinterest{
    background: #E83F3A;
}
.copyright{
    background: #f5f5f5;
    padding: 10px 0px;
    border-top: 1px solid #dcdcdc;
}
.collapse{
    display: block;
}
.copyright{
    color: #333;
    display: block;
    width: 100%;
}
.copyright a{
    color: #e1872d;
}
@media screen and (max-width: 991px) {
    footer.footer .col-6{
        width: 100%;
        margin-bottom: 20px;
    }
    footer.footer .col-3{
        width: calc(100% / 2)
    }
}

@media screen and (max-width: 768px) {
    footer.footer .col-3{
        width: 100%;
    }
    .collapse{
        display: none;
    }
    .copyright .item{
        width: 100%;
        text-align: center;
    }
    .follow_option{
        justify-content: center;
        margin-top: 10px;
    }
    .follow_option li:last-child a{
        margin-right: 0px;
    }
}
@media screen and (max-width: 575px) {
    
    footer.footer .title-menu a i.fa, footer.footer .title-menu span i.fa{
        display: block;
        position: absolute;
        right: 0px;
        top: 7px;
    }
    footer.footer .title-menu a, footer.footer .title-menu span {
        cursor: pointer;
    }
}