.footer-menu-contain {
    border-top: 1px solid #ccc
}

.footer-menu-contain .box-footer-menu {
    max-width: 1200px;
    margin: auto;
    padding-top: 48px;
    padding-bottom: 40px
}

.footer-menu-contain .box-footer-menu .box-menu-contain {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item {
    width: calc(100% / 6)
}

.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1A1A1A;
    text-transform: uppercase;
    margin-bottom: 1em
}

.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li {
    margin-bottom: 16px
}

.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li:last-child {
    margin-bottom: 0
}

.footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li .menu-link-item {
    font-size: 14px;
    line-height: 120%;
    color: #3A3A3A;
    text-decoration: none
}

.footer-menu-contain .box-footer-contain {
    background-color: #101010
}

.footer-contain {
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #FFF
}

.footer-menu-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .025em;
    color: #FFF;
    margin-bottom: 24px
}

.footer-content-item {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-content-item li {
    margin-bottom: 8px;
    display: flex;
    align-items: center
}

.footer-content-item li:last-child {
    margin-bottom: 0
}

.footer-content-item li span {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .025em;
    color: #FFF
}

.footer-content-item li i {
    font-size: 20px;
    margin-right: 18px;
    color: #FFF
}

.footer-desciption {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .025em;
    color: #FFF;
    margin-bottom: 24px;
    max-width: 246px
}

.box-submit-info {
    display: flex
}

.box-submit-info .custom-footer-input {
    height: 40px;
    width: 100%;
    max-width: 246px;
    margin-right: 12px;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: #101010
}

.box-submit-info .custom-footer-input:focus {
    outline: none
}

.box-submit-info .custom-footer-button {
    height: 40px;
    width: 40px;
    background-color: #EB0A1E;
    outline: none;
    border: none;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center
}

.box-submit-info .custom-footer-button i {
    font-size: 21px
}

.box-social-footer {
    display: flex;
    align-items: center;
    margin-top: 24px
}

.box-social-footer>a {
    display: inline-block;
    margin-right: 14px
}

.box-social-footer>a:last-child {
    margin-right: 0
}

.copry-right-footer {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copry-right-footer p,
.copry-right-footer p a {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .025em;
    color: #808080;
    margin-bottom: 0
}

@media(min-width:1081px) {
    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title i {
        display: none
    }
}

@media(max-width:1080px) {
    .footer-menu-contain .box-footer-contain {
        padding: 24px 0
    }

    .footer-contain {
        padding: 0 16px
    }

    .footer-contain .footer-menu-box>div {
        margin-bottom: 24px
    }

    .footer-contain .footer-menu-box>div:last-child {
        margin-bottom: 0
    }

    .footer-content-item li span {
        font-size: 13px;
        line-height: 19px
    }

    .box-submit-info .custom-footer-input {
        max-width: unset
    }

    .copry-right-footer {
        margin-top: 27px;
        flex-direction: column;
        justify-content: unset;
        align-items: unset
    }

    .footer-menu-title {
        margin-bottom: 18px
    }

    .footer-desciption {
        margin-bottom: 18px
    }

    .footer-menu-contain .box-footer-menu {
        padding-bottom: 0;
        padding-top: 30px
    }

    .footer-menu-contain .box-footer-menu .box-logo-footer {
        margin-bottom: 30px
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item {
        width: 100%
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title {
        font-size: 12px;
        margin-bottom: 0;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        border-bottom: 1px solid #EEE
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title i {
        color: #EB0A1E;
        transition: transform .2s ease-in-out
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .menu-footer-title.active i {
        transform: rotate(180deg)
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link {
        max-height: 0;
        height: auto;
        opacity: 0;
        z-index: -1;
        overflow: hidden;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        padding: 0 16px
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link.active {
        max-height: 500px;
        opacity: 1;
        border-bottom: 1px solid #EEE
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li {
        margin-bottom: 26px
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li:first-child {
        margin-top: 13px
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li:last-child {
        margin-bottom: 13px
    }

    .footer-menu-contain .box-footer-menu .box-menu-contain .menu-footer-item .box-menu-link ul li .menu-link-item {
        font-size: 12px
    }
}

@media(max-width:991px) {
    .footer-menu-contain .box-footer-contact {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .footer-menu-contain .footer-img-certificate {
        width: 180px
    }

    .box-social-footer {
        justify-content: center
    }
}

@media(max-width:400px) {
    .footer-menu-contain .footer-img-certificate {
        width: 98px
    }
}