.size16px {
    font-size: 16px;
    color: #FFF;
    line-height: 22px;
    font-family: 'Roboto-Regular'
}

.footer-top {
    padding: 40px 0;
    display: inline-block;
    width: 100%
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.footer-content {
    width: 100%;
    padding: 20px 0 40px;
    background: #007d7d
}

.container_copyright {
    justify-content: space-around;
    display: flex;
    padding: 0 20px;
    gap: 20px
}

.txt_ftweb {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto-Bold';
    color: #FFF
}

.txt_ftboss {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto-Regular';
    color: #FFF
}

.txt_ft_general {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
}

.coppy-left {
    display: flex;
    flex-direction: column;
    width: 70%;
    gap: 10px
}

.coppy-right {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.title_ft {
    font-size: 18px;
    line-height: 22px;
    font-family: Roboto;
    color: #FFF
}

.bton_linkfooter {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto-Regular';
    color: #FFF
}

.box-chantrang {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.copyright {
    background-color: #007d7d;
    padding: 20px 10px 40px;
}

@media screen and (max-width: 767px) {
    .container_copyright {
        flex-direction:column;
        padding: 0 20px
    }

    .coppy-left,.coppy-right {
        width: 100%
    }
}

.copyright .h1 {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

.coppy-left strong.h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
}
