.UIFooterControl {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
}
.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: 16px;
        font-weight: normal;
        line-height: 22px;
        text-align: left;
}
.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: 15px;
        font-weight: 400;
        text-align: center;
        color: #FFFFFFB2;
}
#design_menu_footer .menu_footer {
        /* float: right; */
        display: flex;
        justify-content: center;
}
#design_menu_footer .list_menu_footer {
        /* float: left; */
        margin-top: 30px;
        /* margin-right: 100px; */
        list-style: none;
        padding: 0;
        display: flex;
        gap: 25px;
}
#design_menu_footer .list_menu_footer li {
        float: left;
        /* border-right: 1px solid #bacbe3; */
}
#design_menu_footer .list_menu_footer li a {
        float: left;
        color: #bacbe3;
        padding: 0px 15px;
        font-size: 16px;
        padding: 10px 30px;
        border: 1px solid #ffffffa8;
        border-radius: 5px;
        /* line-height: 1; */
}
@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;
        }
        .UIFooterControl .follow_us a img{
                width: 30px !important;
        }
        .UIFooterControl .follow_us{
                flex-direction: unset !important;
                gap: 5px;
        }
        #design_menu_footer .list_menu_footer {
                flex-direction: row !important;
                flex-wrap: wrap;
                gap: 20px;
                margin-top: 20px !important;
        }
        .UIFooterControl .CopyRight {
                padding: 0;
        }
}
@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; */
        }
        .FooterBanner img{
                width: auto !important;
        }
}
