#divVongQuay{
    text-align: center;
    width: 80px;
    position: fixed;
    right: 0px;
    top: 100px;
    font-weight: bold;
    background: #c80209;
    padding: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#divVongQuay a{
    color: #fff !important;
}
.contact_admin {
    position: fixed;
    top: 200px;
    right: 0;
    width: 259px;
    height: 199px;
    background: url(../images/panel-admin.png) no-repeat;
    z-index: 10;
    transition: all 0.5s ease;
}
.Sidebar .Youtube ul.Tab {
    width: 310px;
    height: 53px;
    padding: 0;
}
.Sidebar .Youtube {
    background: url(../img.zing.vn/volamthuphi/skin/jxthuphi_2014_06/images/bg-social.jpg) no-repeat;
    width: 310px;
    height: auto;
    margin-top: 10px;
}
.Sidebar .Youtube ul.Tab li a.Facebook:hover, .Sidebar .Youtube ul.Tab li.Active a.Facebook {
    background-position: 0 -53px;
}
.Sidebar .Youtube ul.Tab li a.Facebook {
    background-position: 0 0;
    width: 121px;
}
.Sidebar .Youtube ul.Tab li a{
    display: block;
    height: 53px;
    background: url(../images/btn-social-2.png) no-repeat;
}
.contact_admin.off {
    right: -167px;
}
.contact_admin .ca_block {
    width: 259px;
    height: 199px;
    position: relative;
}
.contact_admin .ca_block .admin_lists {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact_admin .ca_block .admin_lists li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}
.contact_admin .ca_block .admin_lists li a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 80px;
}
.contact_admin .ca_block .admin_lists li a:hover {
    text-decoration: none;
}
.contact_admin .ca_block .admin_lists li a:hover .admin-img {
    filter: brightness(120%);
}
.contact_admin .ca_block .admin_lists li a:hover .admin-text {
    border-color: #fff;
    margin: 17px 0 4px 2px;
}
.contact_admin .ca_block .admin_lists li a:hover .admin-text .phone,
.contact_admin .ca_block .admin_lists li a:hover .admin-text .name {
    color: #fff;
}
.contact_admin .ca_block .admin_lists li .admin-img {
    width: 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.2s ease;
}
.contact_admin .ca_block .admin_lists li .admin-img:before {
    content: " ";
    width: 67px;
    height: 69px;
    display: block;
}
.contact_admin .ca_block .admin_lists li .admin-img.admin-0:before {
    background: url(../images/hinh1.png) no-repeat;
}
.contact_admin .ca_block .admin_lists li .admin-img.admin-1:before {
    background: url(../images/hinh2.png) no-repeat;
}
.contact_admin .ca_block .admin_lists li .admin-text {
    flex: 1;
    padding-left: 0;
    border: 2px solid #ffd87b;
    border-radius: 6px;
    margin: 19px 0 6px 2px;
    padding: 3px 10px 0 10px;
    transition: all 0.2s ease;
}
.contact_admin .ca_block .admin_lists li .admin-text .phone {
    color: #fff000;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.2s ease;
}
.contact_admin .ca_block .admin_lists li .admin-text .name {
    color: #ffeacf;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
.contact_admin .button_collapse {
    width: 68px;
    height: 27px;
    position: absolute;
    top: 172px;
    left: 28px;
    cursor: pointer;
    text-align: center;
}
.contact_admin .button_collapse:hover span {
    color: #fcff00;
}
.contact_admin .button_collapse.on > .on {
    display: inline;
}
.contact_admin .button_collapse.off > .off {
    display: inline;
}
.contact_admin .button_collapse span {
    font-weight: 500;
    color: #fff;
    display: none;
}
