@media print, screen and (max-width: 769px){ .spcallfix{display: none;}}
            @media print, screen and (min-width: 769px){
            .spcallfix {
        position: fixed;
    z-index: 9999999;
    transform: translateY(-50%);
    top: 50%;
    max-width: 345px;
    right: -250px;
}
        .callfix {
    display: flex;
    justify-content: center;
    flex-direction: column;
            gap:5px;
}
            .callfix >div >a,.callfix >div >div,.callfix >div .aicodt {
    padding: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
                .callff,.zaloff,.fbff,.mailff {
    position: relative;
    height: 50px;
}
        .aicodt{
    background-image: linear-gradient(179.83deg,#8ad336 .15%,#509600 92.02%);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 40px repeat(1, minmax(0, 1fr));
    justify-items: baseline;
    align-items: center;
    cursor: pointer;
}
                .aicodt:hover{
                        position: inherit;
    right: 170px;
    width: 100%;
                }
            .ico-dt,.ico-ail,.ico-zlo,.ico-msfb {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
}
            .ico-dt:before {
    font-family: 'FontAwesome';
    content: "\f095";
    color: #fff;font-size: 30px;
}
            .aicozlo{
    background-image: linear-gradient(180deg,#3a8bff 0%,#035ada 100%);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 40px repeat(1, minmax(0, 1fr));
    justify-items: baseline;
    align-items: center;
}
                .aicozlo:hover{
                    position: inherit;
    right: 210px;
    width: 100%;
                }
            .ico-zlo {
    background: #fff url("../img/logo-zalo.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    border: 1px solid #38b9db;
}
            .aicomsfb{
    background-image: linear-gradient(87deg,#0052c2 1.46%,#0052c2 99.03%);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 40px repeat(1, minmax(0, 1fr));
    justify-items: baseline;
    align-items: center;
}
                .aicomsfb:hover{    position: inherit;
    right: 250px;
    width: 100%;}
            .ico-msfb {
    background: #0052c2 url("../img/facebook-messenger.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
}
            .aicomail{
    background-image: linear-gradient(180deg,#ffc044 0%,#ef9f00 100%);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 40px repeat(1, minmax(0, 1fr));
    justify-items: baseline;
    align-items: center;
}
                .aicomail:hover{
                        position: inherit;
    right: 210px;
    width: 100%;
                }
            .ico-ail:before {
    font-family: 'FontAwesome';
    content: "\f0e0";font-size: 30px;
    color: #fff;
}
            .textsp {
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}
            }