.footer-container {
    float: left;
    width: 100%;
    /* height: 50px; */
    
}

.register-email-container {
    width: 100%;
    margin-top: 20px;
    height: 180px;
    color: white;
    background-color: #073d31;
}
.register-section {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.register-text {
    float: left;
    width: 65%;
    height: 100%;
    /* padding-left: 20px; */
    display: flex;
    align-items: center;
    /* background-color: yellow; */
}
.email-img {
    width: 78px;
    /* img {
        width: 100%;
    } */
}
.email-img img {
    width: 100%;
}
.register-info {
    margin-left: 10px;
    /* background-color: aqua; */
}
.register-input {
    float: left;
    width: 35%;
    height: 100%;
    /* background-color: aqua; */
}
.email-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center; /* ngang */
    align-items: center;     /* dọc */
    height: 100%;
    /* background-color: aqua; */
    position: relative;

}
.email-box input {
    width: 100%;
    height: 25px;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid white;
    border-radius: 50px;
    background-color: #073d31;
    color: white;
}
.send-img {
    width: 30px;
    /* height: 25px; */
    position: absolute;
    top: 41%; right: 8px;
    
    border-radius: 20px;
    
    /* img {
        width: 100%;
        cursor: pointer;
        
    }
    img:hover {
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    } */
}
.send-img img {
    width: 100%;
    cursor: pointer;
    
}
.send-img img:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.wp-bottom-below {
    width: 100%;
    background-image: url("../../images/bottom-bkg.png");
}
/* nanda info */
.wp-nanda-comp-info {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-family: 'Helve', sans-serif;
    /* background-color: yellow; */
    

}
.nanda-left {
    width: 40%;
    /* background-color: aqua; */
}
.nanda-left-section {
    width: 100%;
    /* padding-top: 40px; */
    text-align: right;
    font-size: 14px;
    /* background-color: lightpink; */
}
.support-title {
    font-weight: bold;
    font-size: 20px;
    color: #2c3145;
}
.wp-support-infor {
    margin-top: 15px;
    line-height: 24px;
    color: #5e6271;
}
.nanda-center {
    width: 20%;
    text-align: center;
    /* background-color: lightblue; */

    
}
.nanda-log {
    width: 140px;
    margin: 0 auto;
    /* background-color: yellow; */
}
.nanda-log img {
    width: 100%;
    cursor: pointer;
    
}

.nanda-right {
    width: 40%;
    /* background-color: lightgreen; */
}
.nanda-right-section {
    width: 100%;
    /* padding-top: 40px; */
    text-align: left;
    font-size: 14px;
    /* background-color: lightpink; */
}
.right-comp-name {
    font-weight: bold;
    font-size: 18px;
}

/* social network */
.wp-social-network {
    width: 100%;
    margin-top: 70px;
    padding: 30px 0px;
    /* background-color: #f7f7f7; */
}
.social-network-section {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* background-color: lightgreen; */
}
.about-nanda, .online-shop, .social-network, .customer-care {
    width: 25%;
}
.title-social-network {
    width: 100%;
    display: flex;
    align-items: center;
    /* font-weight: bold;
    font-size: 20px;; */
}   
.small-logo-nanda {
    width: 25px;
    margin-right: 5px;

}
.small-logo-nanda img {
    width: 100%;
}
.logo-title-txt {
    font-size: 18px;
}
.content-section {
    /* margin-top: 15px; */
    line-height: 26px;
    font-size: 14px;
    color: #5e6271;
    /* background-color: yellow; */
}
.row-content {
    line-height: 40px;
}
.wp-logo-shops {
    width: 100%;
    /* background-color: yellow; */
}
.logo-shop {
    float: left;
    width: 50px;
    margin-right: 15px;
}
.logo-shop img {
    width: 100%;
    cursor: pointer;
}
.logo-shop-tiktok {
    float: left;
    width: 35px;
    margin-right: 10px;
}
.logo-shop-tiktok img {
    width: 100%;
    cursor: pointer;
}
.icon-social-section {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    /* background-color: yellow; */
}
.small-logo-social {
    width: 35px;
    margin: 15px 10px;
    /* img {
        width: 100%;
        cursor: pointer;
    } */
}
.small-logo-social img {
    width: 100%;
    cursor: pointer;
}

.wp-bo-cong-thuong {
    width: 100%;
    /* background-color: yellow; */
}
.bo-cong-thuong-image {
    width: 60%;
    
    /* img {
        width: 100%;
    } */
    cursor: pointer;
}
.bo-cong-thuong-image img {
    width: 100%;
}

.wp-copyright {
    width: 100%;
    /* background-color: aqua; */
}
.copyright {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 1px dashed #f3f3f3;
}



@media screen and (max-width: 768px) {
    
    .register-email-container {
        height: 120px;
    }
    .register-section {
        width: 100%;
        
        display: block;
        /* flex-direction: column; */
        /* background-color: yellow; */
    }
    .register-text {
        width: 100%;
        margin: 0 auto;
        /* background-color: aqua; */
    }
    .register-input {
        width: 100%;
        /* margin-top: -20px; */
        background-color: #073d31;
        /* background-color: yellow; */
    }

    .wp-nanda-comp-info {
        /* display: block; */
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .nanda-left, .nanda-center, .nanda-right {
        width: 100%;
    }
    .nanda-center {
        margin: 25px 0;
    }
    .nanda-left-section {
        text-align: left;
    }

    .nanda-left-section {
        padding-top: 0px;
    }
    /* .noto-serif-Regular {
        font-size: 18px;
    } */


    .social-network-section {
        display: block;
        
    }
    .about-nanda, .online-shop, .social-network, .customer-care {
        width: 100%;
        margin-bottom: 25px;
        /* background-color: yellow; */
    }
    .online-shop {
        margin-bottom: 80px;
    }
    
}