﻿@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

.fixed-tel {
    left: 5px;
    bottom: 10px;
    position: fixed;
    display: inline-block;
    min-width: 70px;
    height: 40px;
    line-height: 40px;
    background: #fc7f17;
    color: #FFF;
    font-weight: 700;
    font-size: 125%;
    border-radius: 25px;
    padding: 0 10px 0 15px;
    box-shadow: 0 0 3px #fff;
    z-index: 999;
}

    .fixed-tel i {
        padding-right: 10px;
        font-size: 25px;
        padding-top: 5px;
        line-height: 30px;
    }

    .fixed-tel:hover {
        color: #ff0;
    }


.fixed-tel2 {
    left: 5px;
    bottom: 60px;
    position: fixed;
    display: inline-block;
    min-width: 70px;
    height: 40px;
    line-height: 40px;
    background: #fc7f17;
    color: #FFF;
    font-weight: 700;
    font-size: 125%;
    border-radius: 25px;
    padding: 0 10px 0 15px;
    box-shadow: 0 0 3px #fff;
    z-index: 999;
}

    .fixed-tel2 i {
        padding-right: 10px;
        font-size: 25px;
        padding-top: 5px;
        line-height: 30px;
    }

    .fixed-tel2:hover {
        color: #ff0;
    }


.fixed-contact-icons {
    position: fixed;
    bottom: 110px;
    left: 5px;
    z-index: 9;
}

    .fixed-contact-icons i {
        color: white;
        font-size: 30px;
        background: #0083FE;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        text-align: center;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        background-size: cover;
    }

    .fixed-contact-icons ._zalo {
        background: url(../images/zalo-icon.png) 0 0 no-repeat;
        background-size: cover;
    }

    .fixed-contact-icons ._msg {
        background: #0083FE url(../images/icon-msg.png) 0 0 no-repeat;
        background-size: cover;
    }
