.dropdown-main-menu {
    height: 100%;    
    z-index: 1;
    overflow-x: hidden;
    padding-top: 20px;
}
.dropdown-main-menu a{
    color: #495057;
    border: solid 1px;
    padding: .75rem 1.25rem;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.dropdown-main-menu a:hover{
    text-decoration: none;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-main-menu a:last-child{
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.dropdown-main-menu a .badge{
    
}


.add-widget{
    position: fixed;
    z-index: 999999;
  }

  .add-widget.widget-facebook {
    left: 150px;
    bottom: 50px;
}
.add-widget.widget-zalo {
  left: 100px;
  bottom: 50px;
}

.add-widget.widget-contact {
  left: 50px;
  bottom: 50px;
}

.add-widget.widget-driver {
  left: 0px;
  bottom: 50px;
}

  @media (min-width: 768px){
  .add-widget.widget-facebook {
    left: 20px;
    bottom: 330px;
  }
  .add-widget.widget-zalo{
    left: 20px;
    bottom: 280px;
}
.add-widget.widget-contact {
  left: 20px;
  bottom: 230px;
}
.add-widget.widget-driver {
  left: 20px;
  bottom: 180px;
}
  }
  .widget-circle{
    background: linear-gradient(to bottom, rgba(0, 197, 255, 1) 0, rgba(0, 112, 255, 1) 100%);
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;    
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  .add-widget.widget-facebook .widget-circle .icon{
    background-image: url('/images/icon-messenger-1289632j1.jpg');
    position: absolute;
    left: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
  }

  .add-widget.widget-zalo .widget-circle .icon{
    background-image: url('/images/icon-zalo-1289633j1.jpg');
    position: absolute;
    left: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .add-widget.widget-contact .widget-circle .icon{
    background-image: url('/images/icon-contact-1289630j1.jpg');
    position: absolute;
    left: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
  }

  .add-widget.widget-driver .widget-circle .icon{
    background-image: url('/images/icon-driver-1289631j1.jpg');
    position: absolute;
    left: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
  }

  .add-widget.widget-contact .widget-circle{
    background: rgba(244, 147, 147, 1);
    background: -moz-linear-gradient(top, rgba(244, 147, 147, 1) 0, rgba(234, 39, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(244, 147, 147, 1)), color-stop(100%, rgba(234, 39, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 147, 147, 1) 0, rgba(234, 39, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 147, 147, 1) 0, rgba(234, 39, 39, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 147, 147, 1) 0, rgba(234, 39, 39, 1) 100%);
  }

  .add-widget.widget-driver .widget-circle {
    background: rgba(245, 183, 74, 1);
    background: -moz-linear-gradient(top, rgba(245, 183, 74, 1) 0, rgba(193, 32, 50, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(245, 183, 74, 1)), color-stop(100%, rgba(193, 32, 50, 1)));
    background: -webkit-linear-gradient(top, rgba(245, 183, 74, 1) 0, rgba(193, 32, 50, 1) 100%);
    background: -o-linear-gradient(top, rgba(245, 183, 74, 1) 0, rgba(193, 32, 50, 1) 100%);
    background: linear-gradient(to bottom, rgba(245, 183, 74, 1) 0, rgba(193, 32, 50, 1) 100%);
}

.close-button{
    position: absolute;
    right: -18px;
    top: -14px;
    background-image: url('/images/fancybox_sprite.png');
    z-index: 8040;
    width: 36px;
    height: 36px;
    float: right;

  }