@media (min-width: 1921px){
    html{
        background: #f1f1f1;
    }
    body{
        max-width: 1920px;
        float: none;
        margin: 0 auto;
        background: #fff;
        padding-right: 0 !important ;
    }
    .tgfloat.tgBleft,
    #tg_SealCertificatebleft{
        left: calc((100vw - 1920px) / 2) !important;
    }
    #chat-widget-container{
        right: calc((100vw - 1920px) / 2) !important;
        max-width: 1200px !important;
    }
    .full_body{
        display: block;
        overflow: hidden;
        background: #fff;
        width: 100%;
    }
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .slider.owl-carousel .owl-item{
        background: #000;
    }
    .slider.owl-carousel .owl-item img{
        max-width: 1920px;
    }
}
