#csWrapper{position:fixed;bottom:24px;right:24px}
#csWrapper .hidden{display:none}
#csWrapper .wrapperCSButtons{display:flex;justify-content:flex-end}
#csWrapper .wrapperCSButtons .overlayCSButtons{width:87px;height:87px;border-radius:99px;display:flex;justify-content:center;align-items:center;transition:background .4s}
#csWrapper .wrapperCSButtons .overlayCSButtons .showCSButtons{display:inline-block;width:70px;height:70px;border-radius:99px;box-shadow:0 0 7px 2px #c9c9c9;transition:box-shadow .4s}
#csWrapper .wrapperCSButtons .overlayCSButtons .showCSButtons:hover{box-shadow:0 0 5px 10px #fde6dc}
#csWrapper .wrapperCSButtons .overlayCSButtons .showCSButtons img{position:absolute;width:70px;height:70px;border-radius:99px}
#csWrapper .wrapperCSButtons .overlayCSButtons.active .showCSButtons{background:url(../images/customerCareBox/close.png) 100%/cover no-repeat;width:52px;height:52px}
#csWrapper ul{display:none;list-style:none;padding-left:0;margin-right:16px;margin-bottom:-16px}
#csWrapper ul li{margin-bottom:10px;display:flex;align-items:center;flex-direction:row-reverse}
#csWrapper ul li p{background-image:linear-gradient(to right,#ffa100,#f26921);color:#fff;margin:0 12px 0 0;padding:5px;border-radius:5px;position:relative;display:none}
#csWrapper ul li p:after{content:"";width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:10px solid #f26921;position:absolute;right:-9px;top:10px}
#csWrapper ul li a{display:inline-block;width:60px;height:60px;border-radius:99px;box-shadow:0 0 7px 2px #c9c9c9}
#csWrapper ul li:hover > p{display:block}
#csWrapper ul li a.btnPhone{background:url(../images/customerCareBox/phone.png) 100%/cover no-repeat}
#csWrapper ul li a.btnSubiz{background:url(../images/customerCareBox/subiz.png) 100%/cover no-repeat}
#csWrapper ul li a.btnMessenger{background:url(../images/customerCareBox/messenger.png) 100%/cover no-repeat}
#csWrapper ul li a.btnZalo{
    width: 50px;
    height: 50px;
    border-radius: 20px;
    margin: 5px;
}
#drag-holder{display:none}
.zalo-chat-widget {
    bottom: 108px !important;
    right: 40px !important;
}
#wpwidget .widget-container.widget-container--hide {
    opacity: 0 !important;
}