
.UIFooterControl {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 1200px;
}
.design_menu_footer .design p {
        margin-bottom: 5px;
}
.UIFooterControl .CopyRight {
        color: #fff;
        margin: 0 auto;
        padding: 20px 00px;
        width: 100%;
        font-size: 15px;
}
.UIFooterControl .CopyRight .quochuy{
        display: none;
}
.UIFooterControl .CopyRight table tr td span.name{
       font-family: Roboto;
font-size: 20px;
font-weight: 700;
line-height: 24px;
text-align: left;
 color: #FFFFFF;
}
.UIFooterControl .CopyRight table tr td{
        font-family: Roboto;
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.02em;
        text-align: left;
}
.UIFooterControl .CopyRight table tr td div.CopyRightText{
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
}
/* CTO - Cap nhat css*/
.CopyRight .vgroup-qr {
        color: #031739;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
}
.CopyRight .vgroup-qr .vqr {
		padding: 10px 40px;
        border-radius: 5px;
		box-shadow: var(--box-category);
        background: #e5eeda;
}
.CopyRight .vgroup-qr .vqr .vtitle-qr {
        margin-bottom: 10px;
        text-align: center;
}
.CopyRight .vgroup-qr .vqr .vqrcode {
        display: flex;
        gap: 40px;
}
.CopyRight .vgroup-qr .vqr .vqrcode .vcol-qr {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
}

.UIFooterControl a {
		color: #ff4444;
        /* font: 13px/1.5 Tahoma; */
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl .CopyRight .CopyRightText{
        margin-bottom: 5px;
        margin-top: 5px;
}
div#design_menu_footer {
        /* border-top: 1px solid #ffffff73; */
        padding: 10px 0;
        margin-top: 20px;
        padding-top: 20px;
}
div#design_menu_footer {
    border-top: 1px solid #ffffff73;
    padding: 10px 0;
}
div#design_menu_footer .design_menu_footer .design p{
		font-family: Roboto;
		font-size: 13px;
		font-weight: 400;
		line-height: 15.23px;
		text-align: center;
		color: #FFFFFFB2;
}
@media only screen and (max-width: 768px){
        .UIFooterControl{
                padding: var(--padding-res) !important;
                padding-bottom: 40px !important;
        }
        .UIFooterControl .CopyRight .quochuy{
        display: block;
}
        .CopyRight>table>tbody>tr{
                display: flex;
                flex-direction: column;
                align-items: center;
        }
        .CopyRight>table>tbody>tr td{
                text-align: center !important;
                width: 100% !important;
                padding: 10px 0;
        }
        .CopyRight>table>tbody>tr td:first-child{
                border-bottom: 1px solid #FFFFFF73;
        }
        .CopyRight>table>tbody>tr td:nth-child(3){
                border-top: 1px solid #FFFFFF26;
                border-bottom: 1px solid #FFFFFF26;
                padding: 16px 0;
        }
        .UIFooterControl .CopyRight .CopyRightText {
                text-align:center;
        }
        .UIFooterControl .CopyRight table tr td span.name{
                font-family: Roboto;
                font-size: 14px;
                font-weight: 500;
                line-height: 22px;
                text-align: center;

        
        }
        .UIFooterControl .CopyRight table tr td div.Header{
                font-size: 14px;
                font-weight: 500;
                line-height: 22px;
                text-align: center;

        }
        .UIFooterControl .CopyRight table tr td div.Header>span{
                display: block;
                font-size: 18px;
                font-weight: 700;
                line-height: 26px;
                text-align: center;

        }
        .UIFooterControl .CopyRight table tr td span.name span.name-detail{
                font-family: Roboto;
                font-size: 18px;
                font-weight: 700;
                line-height: 26px;
                text-align: center;
                display: block;
        }
        .UIFooterControl .CopyRight table tr td div.CopyRightText{
                text-align: center;
                font-family: Roboto;
                font-size: 12px;
                font-weight: 400;
                line-height: 18px;
                text-align: center;
                color: #FFFFFFCC;

        }
        .UIFooterControl .CopyRight table tr td div.CopyRightText>span{
                display: block;
                font-family: Roboto;
                font-size: 12px;
                font-weight: 700;
                line-height: 18px;
                text-align: center;
                  color: #FFFFFF;
        }
        .UIFooterControl .CopyRight table tr td div.CopyRightText span.name2{
                width: 100%;
                display: block;
                font-family: Roboto;
                font-size: 12px;
                font-weight: 500;
                line-height: 18px;
                text-align: center;
                color: #ffffff;
        }
        div#design_menu_footer{
                /* margin-bottom: 60px; */
                margin: 0;
                padding: 10px 0;
        }
        div#design_menu_footer .design_menu_footer .design p span{
                font-family: Roboto;
                font-size: 12px;
                font-weight: 400;
                line-height: 14.06px;
                text-align: center;
                color: #FFFFFFB2;

        }
}
@media only screen and (max-width: 1023px){
        .UIFooterControl * {
                justify-content: flex-start;
                align-items: flex-start;
                text-align: left;
        }
        .UIFooterControl{
                /* padding: 0 10px !important; */
                /* margin-bottom: 20000px; */
        }
}
