.floatwindow_fd_conct {
    position: fixed;
    z-index: 1000;
    right: 10px;
    top: 30%;
    font-size: 14px;
}
.floatwindow_fd-img {
    background: var(--color, #20b4f7) url(https://img01.v15cdn.com/iconfloat/22/fd_img.webp) no-repeat;
    background-size: 42px;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 100px;
}

.floatwindow_fd-main {
    width: 185px;
    border-radius: 6px;
    position: absolute;
    top: 0px;
    right: -195px;
    overflow: hidden;
    transition: .3s right ease-in-out;
    -o-transition: .3s right ease-in-out;
    -moz-transition: .3s right ease-in-out;
    -webkit-transition: .3s right ease-in-out;
    background: #FFF;
}
.floatwindow_fd_conct:hover .floatwindow_fd-main{right: 0 !important;}
.floatwindow_fd-main ul {
    margin-bottom: unset;
}
.floatwindow_fd-main li {
    padding-left: 40px;
    font-family: var(--fontfamily, Arial);
    background-size: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    border-bottom: 1px #efefef solid;
    position: relative;
    margin-bottom: unset;
    display: flex;
}
.floatwindow_fd-main .floatwindow_online_service {
    background: var(--color, #20b4f7) url(https://img01.v15cdn.com/iconfloat/22/fd_img.webp) no-repeat;
    background-size: 42px;
    height: 54px;
    background-position: 5px 50%;
    color: #FFF;
    padding-left: 50px;
    font-size: 18px;
    line-height: 54px;
    border: none;
}
.floatwindow_fd-main i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.floatwindow_fd_conct img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}
.floatwindow_fd_conct a {
    width: 100%;
}
.floatwindow_fd-main .floatwindow_top {
    font-size: 18px;
    color: #FFF;
    background-color: var(--color, #20b4f7);
    line-height: 42px;
    height: 42px;
    border: none;
    padding-left: 60px;
    position: relative;
    background-image: url(https://img01.v15cdn.com/iconfloat/22/top.webp);
    background-position: 110px 50%;
    cursor: pointer;
}

.foot-bar {
    border-top: solid 1px #EEEEEE;
    background: #FFFFFF;
    bottom: -55px;
    height: 55px;
    left: 0px;
    margin: 0px auto;
    max-width: 768px;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    right: 0px;
    transition: bottom .2s;
    z-index: 9;
    display: none;
}
.foot-bar.is-show {
    bottom: 0px;
}
.foot-bar>ul, .foot-bar>ul>li {
    display: flex
;
}
.foot-bar>ul>li {
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    height: 55px;
    justify-content: center;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 170%;
}
.foot-bar>ul>li a {
    font-size: 12px;
    color: #555555;
    text-align: center;
}

.foot-bar .icon {
    background: url(https://css02.v15cdn.com/wap.m1/blue/css_sprites.webp);
    display: block;
    height: 25px;
    margin: 0px auto;
    width: 25px;
}
.foot-bar .icon.icon-zalo {
    background: url(img/zalo.svg);
    background-size: contain;
}
.foot-bar .icon-whatsapp {
    background-position: -200px 0px;
}
.foot-bar .icon-phone {
    background-position: -50px 0px;
}

.btn-top {
    width: 30px;
    height: 30px;
    bottom: 21vh;
    right: 30px;
    background: url(https://css02.v15cdn.com/wap.m1/blue/top.webp) #999999 no-repeat;
    border-radius: 10%;
    overflow: hidden;
    background-position: center;
    display: block !important;
    opacity: 1 !important;
}
.btn-top {
    cursor: pointer;
}
.foot-bar .icon-email{
    background-position: -100px 0px;
}
.foot-bar .icon-contact{
    background-position: -150px 0px;
}
.foot-bar .icon-phone:before{
    display:none;
}

.chat_left {
  position: fixed;
  bottom: 100px;
  right: 6px;
  z-index: 9999;
}

.chat_left a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 104, 255, 0.7);
  animation: pulse 2s infinite;
  transition: all 0.3s;
}

.chat_left img {
  width: 39px;
  height: 39px;
  margin: 10px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 104, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 104, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 104, 255, 0);
  }
}
@media screen and (max-width:768px){
.foot-bar {
    display: block;
}
 .floatwindow_fd_conct {
    display: none;
}  
}