.foot {
    background: #000;
    padding: 3vw 15vw 1vw 15vw;
    position: relative
}
.foot .logo img{
    max-width: 120px;
}
.foot .top {
    position: absolute;
    right: 7vw;
    bottom: 35%;
    cursor: pointer;
    display: none
}

.foot .svg1 {
    position: absolute;
    bottom: 0;
    right: 12vw;
    pointer-events: none
}

.foot .svg1 img {
    max-width: 100%
}

.foot .svg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    display: none
}

.foot .svg2 img {
    max-width: 100%
}

.foot .logo {
    border-bottom: 1px solid #6C7073;
    padding-bottom: 1.5vw
}

.foot .fc1 {
    display: flex;
    justify-content: space-between;
    margin: 2vw 0 0 0
}
.foot .fc1 .item ul{
    margin-left: 0;
    list-style: none;
    padding-left: 0;

}

.foot .fc1 .item ul li:first-child a {
    color: #ED1C24;
    font-weight: 700;
}
.foot .fc1 .item .menu-san-pham-container a,.foot .fc1 .item a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1vw;
    font-weight: 400;
    text-decoration: none;
}

.foot .fc1 .info {
    width: 14vw
}

.foot .fc1 .info p {
    color: #ED1C24;

    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1vw
}

.foot .fc1 .info .icons {
    display: flex
}

.foot .fc1 .info .icons a {
    margin-right: 1vw;
    position: relative;
}
.foot .fc1 .info .icons img{
      max-width: 35px;
}
.foot .fc2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5vw
}

.foot .fc2 .code img {
    width: 7.8125vw
}

.foot .fc2 .form {
    width: 14vw
}

.foot .fc2 .form .p1 {
    color: #ED1C24;
    font-size: 14px;
    font-weight: 400
}

.foot .fc2 .form .p2 {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    margin: 0.8vw 0;
    font-weight: 400
}

.foot .fc2 .form .email {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border-top: 1px solid #6C7073;
    border-bottom: 1px solid #6C7073;
    border-left: 1px solid #6C7073
}

.foot .fc2 .form .email input {
    height: 32px;
    width: calc(100% - 32px);
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    color: #999;
    font-size: 14px;
    text-indent: 10px;
    font-weight: 400
}

.foot .fc2 .form .email .btn {
    width: 32px;
    height: 32px;
    border-radius: 0px 4px 4px 0px;
    background: #6C7073;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.foot .fc2 .form .lan {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
    margin-top: 1vw
}

.foot .fc2 .form .lan .icon {
    margin-right: 4px
}

.foot .fc2 .form .lan .icon img {
    display: block;
    transition: all 600ms
}

.foot .fc2 .form .lan .zh {
    color: #FFF;
    transition: all 600ms;
    font-weight: 400
}

.foot .fc2 .form .lan span {
    color: #B9B9B9;
    margin: 0 4px;
    transform: translateY(1px)
}

.foot .fc2 .form .lan .en {
    color: #B9B9B9;
    transform: translateY(1px);
    font-weight: 400
}

.foot .fc3 {
    margin: 4vw 0 0 0
}

.foot .fc3 .links {
    display: flex
}

.foot .fc3 .links a {
    color: #838383;
    font-size: 14px;
    margin-right: 1vw;
    transition: all 600ms;
    font-weight: 400;
    text-decoration: none;
}

.foot .fc3 .links a:hover {
    color: white
}

.foot .fc3 .copyright {
    display: flex;
    color: #838383;
    font-size: 13px;
    margin-top: 2vw;
    font-weight: 400
}

.foot .fc3 .copyright a {
    color: #838383;
    font-weight: 400;
    margin: 0 5px
}
.copywrite p {
    color: #838383;
    font-weight: 400;
    margin: 0 5px;
    font-size: 12px;
}
@media screen and (max-width: 1024px) {


    .foot {
        padding: 15px 5%
    }

    .foot .svg1 {
        text-align: right;
        right: 25%
    }

    .foot .svg1 img {
        max-width: 50%
    }

    .foot .svg2 {
        width: 100%;
        text-align: right
    }

    .foot .svg2 img {
        max-width: 100%
    }

    .foot .top {
        bottom: 32%
    }

    .foot .top img {
        width: 30px
    }

    .foot .logo {
        padding-bottom: 15px
    }

    .foot .logo img {
        width: 140px
    }

    .foot .fc1 {
        margin: 20px 0
    }

    .foot .fc1 .item {
        display: none
    }

    .foot .fc1 .info {
        width: 60%
    }

    .foot .fc1 .info .icons a {
        margin-right: 10px
    }

    .foot .fc1 .info p {
        margin-bottom: 15px;
        font-size: 16px
    }

    .foot .fc2 {
        flex-direction: column-reverse;
        padding-bottom: 15px
    }

    .foot .fc2 .code img {
        width: 80px
    }

    .foot .fc2 .form .p1 {
        font-size: 16px
    }

    .foot .fc2 .form .p2 {
        font-size: 16px;
        margin: 10px 0
    }

    .foot .fc2 .form .email {
        width: 100%
    }

    .foot .fc2 .form .lan {
        margin-top: 15px;
        display: none;
    }

    .foot .fc3 {
        margin: 15px 0;
        line-height: 1.8
    }

    .foot .fc3 .links a {
        margin-right: 15px
    }

    .foot .fc3 .copyright {
        flex-wrap: wrap;
        font-size: 14px;
        margin-top: 0
    }

    .foot .fc3 .copyright a {
        margin-left: 0
    }

    .foot .fc2 .form {
        width: 100%
    }

    .foot .fc1 .info .icons a img.lazy:nth-child(2) {
        left: 0;
    }
}

.foot .fc1 .info .icons a img:nth-child(2) {
    max-width: 150px;
    position: absolute;
    left: -70px;
    top: 30px;
    opacity: 0;
}

.foot .fc1 .info .icons a:hover img:nth-child(2) {
    opacity: 1;
    z-index: 10;
}
