section.footer{
    height: 320px;
    padding-top: 80px;
    margin-top: 75px;
    background: #F6F6F6;
}
section.footer .container{
    margin: 0 auto;
    width: 1200px;
    color: #000000;
    font-size: 14px;
}
section.footer .container .footer_col1{
    width: 294px!important;
    margin-right: 58px!important;
}
section.footer .container .col{

    text-align: left;
    display: inline-block;
    vertical-align: top;
}
section.footer .container .col .title{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
section.footer .container .col a{
    display: block;
    color: #767676;
    font-size: 14px;
    line-height: 30px;
}
section.footer .container .bottom{
    border-top: 1px solid #464646;
    height: 50px;
    width: 100%;
    margin-top: 30px;
	padding-top: 10px;
    position: relative;
}
section.footer .container .bottom p{
    text-align: center;
}
section.footer .container .bottom .icon{
    position: absolute;
    width: 100px;
    height: 30px;
    right: 20px;
    top: 15px;
}
section.footer .container .bottom .icon a{
    margin-left: 10px;
}



section.footer  .bottom p{
    font-size: 12px;
}




@media (max-width: 768px) {
    section.footer .container {
        width: 100%;
        padding: 0 15px;
    }
    .icon-move{
          display: none !important;
    }
    section.footer {
        height: 100%;
        padding-top: 80px;
        margin-top: 75px;
    }

    section.footer .container .col {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    section.footer .container .col .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    section.footer .container .col a {
        line-height: 24px;
    }

    section.footer .container .bottom {
        height: auto;
        padding: 15px 0;
    }

    section.footer .container .bottom .icon {
        position: static;
        width: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    section.footer .container .bottom .icon a {
        margin: 0 5px;
    }

    section.footer .container .bottom p {
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.footer .container {
        width: 90%;
    }

    section.footer .container .footer_col1 {
        width: 33%!important;
        margin-right: 2%!important;
    }
}

a {
    text-decoration: none;
}
