.hide-hotline-in123 {
    display: none;
    overflow: hidden;
    opacity: 0;
}

.floating-hotline.br {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.floating-hotline.br {
    bottom: 120px!important;
}

.floating-hotline {
    position: relative;
    z-index: 999;
}

.floating-hotline .f-header-tools {
    position: absolute;
    bottom: 100%;
    /* background-color: var(--bg-header-tools,orange); */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    right: 10px;
}

.floating-hotline .f-header-tools button {
    transition: all .15s;
    background-color: transparent;
    border: none;
    font-size: 11px;
    padding: 3px 10px 5px;
    white-space: nowrap;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.floating-hotline .wrap-body {
    height: 100%;
    overflow: hidden;
    margin: auto;
    width: var(--floating-width,280px);
    font-size: 14px;
    transition: all .15s;
    opacity: 1;
    visibility: visible;
}

.floating-hotline .wrap-body>div {
    /* border: var(--floating-border,3px solid orange); */
    width: var(--floating-width,280px);
    background-color: var(--floating-bg,#f1f1f1);
    border-radius: 10px;
    overflow: hidden;
}

.floating-hotline .f-header {
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.floating-hotline .f-body {
    padding-top: 5px;
    background: #fff;
}
.floating-hotline .f-body ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.floating-hotline .f-body li {
    list-style: none;
    min-width: 50%;
    max-width: 50%;
}

.floating-hotline .f-body a.item-contact {
    display: block;
    line-height: 16px;
    white-space: nowrap;
    font-size: 12px;
    position: relative;
    padding: 8px 3px 8px 33px;
}
.floating-hotline .f-body a.item-contact .name {
    display: block;
    font-weight: 600;
    color: #333;
}

.floating-hotline .f-body a.item-contact .phone {
    color: red;
    font-weight: 700;
}

.floating-hotline .f-header img {
    max-width: 100%;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.floating-hotline .f-tab ul li a {
    display: block;
    padding: 4px 10px;
    color: #333;
    text-decoration: none;
    min-width: 80px;
    text-align: center;
}

.floating-hotline .f-tab ul {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
}

.floating-hotline .f-tab ul li a.active {
    /* color: #03a9f4; */
    font-weight: 700;
    background-color: #fff;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.floating-hotline .f-tab ul li a {
    display: block;
    padding: 4px 10px;
    color: #333;
    text-decoration: none;
    min-width: 80px;
    text-align: center;
}

i.icon-phone-ct-net {
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    top: 14px;
    left: 5px;
    margin: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: #b10606;
    font-size: 19px;
}

.f-body.chat-zalo {
    display: none;
}

.f-body.chat-zalo.show {
    display: block !important;
}

.f-body.goi-dien.show {
    display: block !important;
}

.f-body.goi-dien {
    display: none;
}

.floating-hotline .f-body a.item-contact .icon {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    margin: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.floating-hotline .wrap-body.in-active {
   display: none;
}

.f-header-tools.in-active {
    display: none;
}

.floating-hotline.br.in-active {
    bottom: 0px!important;
}

.floating-hotline.in-active .f-header-tools button {
    font-size: 16px;
}



@media (min-width: 991px)
{
    .f-header-tools-mobile {
        display: none !important;
    }
}


@media (max-width: 991px)
{

    .wrap-body.show {
        display: block;
        margin-right: 45px;
    }

    .f-header-tools {
        display: none;
        opacity: 0;
    }
    .wrap-body {
        display: none;
    }

    .floating-hotline .f-header-tools-mobile {
        z-index: 9;
        text-align: center;
        background: none;
        position: fixed;
        top: 50%;
        left: auto;
        right: 0;
        bottom: auto;
        margin: auto;
    }
    .floating-hotline .f-header-tools-mobile button {
        font-size: 16px;
        background-color: var(--bg-header-tools,orange);
        border-radius: 15px 0 0 15px;
        color: #fff;
        font-size: 16px !important;
    }
    .floating-hotline .f-header-tools-mobile button i {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        margin: auto;
        margin-bottom: 4px;
        color: #000;
    }
    .floating-hotline .f-header-tools-mobile button {
        transition: all .15s;
        /* background-color: orange; */
        border: none;
        font-size: 11px;
        padding: 7px 10px 5px;
        white-space: nowrap;
        box-shadow: none;
        outline: none;
        cursor: pointer;
    }

}
