﻿
    .ThongTinFoot {
        width: 100%;
        padding-top: 5px;
        text-align:center;
    }

    .TenTrangThongTin {
        color: #fff;
        line-height: 20px;
        font-size: 10pt;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        float: right;
    }

    .FootThongTin {
        padding-top: 3px;
        padding-bottom: 3px;
        width: 100%;
        text-align: center;
    }

    .FootThongTinTNC {
        padding-top: 3px;
        padding-bottom: 3px;
        float: right;
        width: 100%;
        text-align: right;
    }

    .FootThongTin span {
        float: right;
    }

    .NguoiTruyCap {
        color: #fff;
        font-family: 'Roboto',sans-serif;
        font-size: 9pt;
        margin-left: 5px;
        float: right;
    }

    .NguoiTruyCapCount {
        font-family: 'Roboto',sans-serif;
        font-size: 10pt;
        color: #eabd9a;
        font-weight: bold;
        float: right;
    }

    @media screen and (max-width: 700px) {
        .FootThongTinTNC {
            display: none;
        }

        .ThongTinFoot {
            width: 100%;
            float: unset;
            margin: 0 auto;
        }

        #logoquochuy {
            display: none;
        }

        .TenTrangThongTin {
            width: 100%;
            margin: 0 auto;
            margin-top: 5px;
            float: unset;
        }

        .FootThongTin {
            text-align: center;
            float: unset;
            margin: 0 auto;
            width: 100%;
        }

        h5 {
            font-size: 10px;
        }

        h6 {
            font-size: 8px;
        }
    }

h5 {
    color: #ffd700;
    margin-bottom: 3px;
    margin-top: 3px;
    font: 700 18px/28px  "Roboto Condensed", sans-serif;
    letter-spacing: 1.5px;
}

    h6 {
        color: #fff;
        margin-bottom: 3px;
        margin-top: 3px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
    }
