.bat{
    background: gray;
    padding: 10px;
}
.bat {
    position: fixed;
    right: 0;
    top: 232px;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #3150a06e;
    padding: 4px;
    transition: all 0.9s;
    background: #3150A0;
    color: white;
    border-radius: 5px;
}
.contact .thoat {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 4px 20px;
    cursor: pointer;
}
.scrollTop {
    padding: 10px 20px;
    background: gray;
    font-size: 20px;
    color: white;
    border-radius: 5px;
}

.scrollTop:hover {
    background: #3150A0;
}

.scrollTop {
    position: fixed;
    bottom: 52px;
    right: 42px;
    /* display: none; */
    transition: all 0.6s;
    cursor: pointer;
}

.bottom .scrollTop:hover {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.2,1.2);
    background: #3150A0;
    -ms-transform: scale(1.5,2.5);
}

.contact {
    background: #3150A0;
    color: white;
    position: fixed;
    right: 0;
    top: 232px;
    /* display: none; */
    transition: all 0.9s;
    z-index: 11;
    border-radius: 8px;
}

.contact.bienmat {
    position: fixed;
    right: -275px;
    transition: all 0.4s;
}

/*-------------like-share-----------------*/
ul.messageinb li,ul.hotlinehlvwindow li {
    cursor: pointer;
}
li.msginb,li.hotlinenhanh {
    margin-bottom: 7px;
    padding: 7px 9px;
    transition: 0.4s;
}
.messageinb li:hover,.hotlinehlvwindow li:hover {
    transform: scale(1.5,1.5);
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.5,2.5);
}
ul.messageinb {
    position: fixed;
    bottom: 0%;
    right: 15%;
    padding: 10px 6px;
    /* background: #101010; */
    font-weight: 700;
    font-size: 14px;
}
ul.hotlinehlvwindow {
    position: fixed;
    bottom: 7%;
    left: -43px;
    padding: 10px 6px;
    /* background: #101010; */
    font-weight: 700;
    font-size: 14px;
}
/*-------------like-share-----------------*/