* {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.UIFooterControl {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        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 table tr td:nth-child(2) {
        padding: 0 10px;
}
.UIFooterControl .CopyRight table tr td span{
        font-family: Roboto;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        color: #FFFFFF;
}
.UIFooterControl .CopyRight table tr td div.CopyRightText{
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
}
.UIFooterControl .CopyRight table tr td div.CopyRightText span.name2{
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
}
.UIFooterControl a {
        color: #eeeeee;
        font: 13px/1.5 Tahoma;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl .CopyRight .CopyRightText{
        margin-bottom: 5px;
        margin-top: 5px;
}
div#design_menu_footer {
        padding: 20px 0;
}
.fa-tiktok:before {
    content: "\e07b";
}
.UIFooterControl .CopyRight em {
        font-size: 20px !important;
        margin-right: 10px;
}
div#design_menu_footer .design_menu_footer .design p>span{
        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;
        }
        .CopyRight>table>tbody>tr{
                display: flex;
                flex-direction: column;
                align-items: center;
        }
        .CopyRight>table>tbody>tr td{
                text-align: center !important;
                width: 100% !important;
        }
        .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 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.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;
        }
        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;
        }
        .CopyRightText.SocialShare {
                justify-content: center;
        }
}
@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; */
        }
}
