.bnr-left{
    position: fixed !important;
    left: 0px;
    bottom: 0px !important;
    z-index: 9;
}
#hide-bnr-left{
    text-align: right;
}

#hide-bnr-left a, #hide-bnr-right a{
    background: #F00;
    padding: 2px 5px;
    color: #FFF;
    text-decoration: none;
    font-family: Helvetica;
    font-size: 13px;
    cursor: pointer;
}
#hide-bnr-left a.xem, #hide-bnr-right a.xem{
    background: #00a1ff;
}

.bnr-right{
    position: fixed !important;
    right: 0px;
    bottom: 0px !important;
    z-index: 9;
}

.bnr-hidden{
    display: none;
}

.bnr-float{
    width: 1200px;
    margin: auto;
}

.bnr-float-left{
    position: fixed;
    margin-left: 0;
    top: 10%;
    overflow: hidden;
    z-index: 8;
    width: 100px;
}

.bnr-float-right{
    position: fixed;
    top: 10%;
    overflow: hidden;
    z-index: 8;
    margin-left: 1100px;
    width: 100px;
}


@media only screen and (max-width: 992px) {

}