﻿/* Media Queries
-------------------------------------------------------------- */
#share-desktop {
    display: block;
}

#share-mobile {
    display: none;
}

.title-mobile {
    display: none;
}

.toolbar-mobile {
    display: none;
}

@media only screen and (min-width: 1930px) {
}

@media only screen and (max-width: 1340px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
    #share-desktop {
        display: none;
    }

    #share-mobile {
        display: block;
    }

    .title-mobile {
        display: block;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        padding: 5px 10px;
        background: #e1ebff;
        color: #ff0202;
    }

    .toolbar-mobile {
        display: block;
        background: #fff;
        display: inline-block;
        width: 100%;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 7777;
        height: auto;
        padding: 0;
    }

        .toolbar-mobile ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
            display: table;
            border-collapse: collapse;
            table-layout: fixed;
            width: 100%;
        }

            .toolbar-mobile ul li {
                text-align: center;
                display: table-cell;
                vertical-align: top;
            }

                .toolbar-mobile ul li a {
                    display: inline-block;
                    width: 100%;
                    outline: none;
                    text-decoration: none;
                    padding: 5px 3px;
                }

                    .toolbar-mobile ul li a span {
                        color: #fff;
                    }

                    .toolbar-mobile ul li a img {
                        height: 30px;
                        width: auto;
                    }

                    .toolbar-mobile ul li a.tb-block-1 {
                        background-color: #dd3333;
                    }

                    .toolbar-mobile ul li a.tb-block-2 {
                        background-color: #008fe5
                    }

                    .toolbar-mobile ul li a.tb-block-3 {
                        background-color: #008000;
                    }

                    .toolbar-mobile ul li a.tb-block-4 {
                        background-color: #4267b2;
                    }

    .hotline-phone-ring-zalo {
        display: none;
    }
}

/* Retina Devices
-------------------------------------------------------------- */
