/***************** chat right*******/
.contact-widget-btn-list {

    position: fixed !important;
    z-index: 9;
    right: 26px;
    bottom: 15px;
}

.contact-widget-btn-list ul li {
    margin-bottom: 7px;
    list-style: none;
}

.contact-widget-btn-list ul {}

.contact-widget-btn-list ul a {
    display: flex;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 27px;
    text-align: center;
    /* padding-top: 8px; */
        align-items: center;
    justify-content: center;
}
.contact-widget-btn-list ul a img{
    width: 27px;
}
.contact-widget-btn-list ul li.zalo a {
    background: #0068ff;
}

.contact-widget-btn-list ul a span {
    display: none;
}

.contact-widget-btn-list ul .click_mess_fanpage a {
    background: #1877F2;
}

.contact-widget-btn-list ul .hotline a {
    background: #EB2126;
}



.quick-box {
    position: fixed;
    bottom: 60px;
    border-radius: 5px;
    right: 80px;
    color: #000;
    background: #e5e5e5;
    z-index: 99;
    padding: 8px 20px 8px 12px;
    display: none;
    box-shadow: 0 0 5px #e5e5e5;
}

.quick-box.zhotline {
    bottom: 8px;
}

.quick-box button {
    position: absolute;
    top: -6px;
    color: #000;
    right: 0;
    font-size: 12px;
}

.quick-box.active {
    display: block;
}

.quick-box .quick-box-item .item {
    line-height: 41px;
    font-size: 18px;
}

.quick-box .quick-box-item .item b {
    display: inline-block;
    width: 90px;
}

.quick-box .quick-box-item .zalo a {
    color: #0068ff;
    display: flex;
}

.quick-box .quick-box-item .zalo a b {
    color: #333;
}

.quick-box .quick-box-item .zalo a i {
    color: #0068ff;
}

.quick-box::before {
    border: solid;
    border-top-color: currentcolor;
    border-top-width: medium;
    border-right-color: currentcolor;
    border-right-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-left-width: medium;
    border-top-color: currentcolor;
    border-top-width: medium;
    border-right-color: currentcolor;
    border-right-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-width: medium;
    border-left-color: currentcolor;
    border-left-width: medium;
    border-color: #e5e5e5 transparent;
    border-width: 0 11px 15px 11px;
    content: "";
    right: -15px;
    top: 34px;
    position: absolute;
    z-index: 999;
    transform: rotate(90deg);

}
.tello-zalo-2{
     background-color: #0068ff;
    
}
/* .zalo .tello-zalo-2 {
    position: relative;
    display: block;
}

.zalo .tello-zalo-2:before {
    content: "";
    background-image: url(./images/zalo-white.png);
    width: 27px;
    height: 27px;
    background-position: center;
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
        left: 9px;

} */