/*
* @By Vi Quang Hoa
* @Mobile 0983.50.99.56
* @Email vyquanghoa@gmail.com
* @Website http://viquanghoa.com
* @Yahoo vyquanghoa
* @Skype vyquanghoa
* @Facebook https://www.facebook.com/vyquanghoa
* @Created on Oct 22, 2014, 2:45:40 PM
*/
.vsidebar{
    position: fixed;
    right: 0;
    top: 180px;
}
.vsidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.vsidebar li{
    margin-bottom: 1px;
    height: 50px;
}
.vsidebar li a{
    display: block;
    position: relative;
}
.vsidebar li .icon{
    display: block;
    width: 50px;
    height: 50px;
    background: #00a9e1;
    overflow: hidden;
}
.vsidebar li .txt{
    display: none;
    position: absolute;
    right: 50px;
    height: auto;
    line-height: 50px;
    top: 0;
    white-space: nowrap;
    color: #fff;
    border-left: 4px solid #808284;
    padding: 0 20px;
    font-size: 14px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: #a7a9ab;
    z-index: 99999999999;
}
.contact-right a{
    color: #fff; 
}
.contact-right table tr td {
    padding: 2px 11px 11px;
    margin-bottom: 0px;
}
.contact-right h3{
    color: #fff;
    padding-bottom: 0px;
    line-height: 19px;
    margin-top: 10px;
}
.vsidebar li:hover .txt{
    width: auto;
    padding: 0 20px;
    border-right: 1px solid #808284;
}
.vsidebar li:hover .icon{
    background: #808284;
}
.vsidebar li:hover .icon:before{
    border-left: 1px solid #808284;
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0
}