footer {
    width: 100%;
    background: var(--ICO2, #233E87);
    color: #FFF;
}

.box-thao {
    padding-top: 117px;
    padding-bottom: 150px;
}
.header_content_thao {
    padding-top: 30px;
}

.header-box-thao h3 {
    /* padding-top: 30px; */
    margin: 0 auto;
    color: var(--ICO1, #37BFB7);
    font-size: 22px;
    font-family: 'Roboto';
}

.content-thao-nen-toi p {
    color: var(--text-tren-nen-toi, #DCDEE0);
}

.header_content_thao ul {
    list-style-type: none;
}

.content-thao p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.header_thao {
    justify-content: left
}

.header-img-thao img {
    width: 190px;
    height: 53px;
}

.thao-color {
    width: 30px;
    height: 30px;
    border-radius: 123px;
    background: var(--ICO1, #37BFB7);
    margin-right: 10px;
}

.logo-thao {
    text-align: center;
}

.logo-thao li{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    height: 30px;
}

.social-thao {
    padding-right: 8px;
}

.all-icon {
    height: 30px;
}

.content-thao li {
    font-size: 15px;
    line-height: 30px;

}

.content_license .content-thao li {
    margin-top: 10px;
}

/* .icon-wrappep li {
    margin-top: 15px;
} */

.icon-contact {
    display: flex;
    padding-bottom: 20px;
}

.icon-contact i {
    padding-top: 5px;
    margin-right: 10px;
    color: var(--ICO1, #37BFB7);
}

.content_license {
    border-top: 1px solid #eee;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.container-content_license {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .box-thao {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}