﻿
/* HOTLINE */
/*.phone-mobile {
    display: none;
}

.giuseart-nav {
    position: fixed;
    left: 13px;
    background: #fff;
    border-radius: 20px 0px;
    width: auto;
    z-index: 150;
    bottom: 100px;
    padding: 10px 0;
    display:none; /*Không hiển thị trên máy tính*/

/*}*/


/*.giuseart-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .giuseart-nav ul li {
            list-style: none!important;
        }

        .giuseart-nav ul > li a {
            border: none;
            padding: 3px;
            display: block;
            border-radius: 5px;
            text-align: center;
            font-size: 10px;
            line-height: 15px;
            color: #515151;
            font-weight: 700;
            max-width: 72.19px;
            max-height: 54px;
            text-decoration: none;
        }

        .giuseart-nav ul > li .chat_animation {
            display: none;
        }

        .giuseart-nav ul > li a i.ticon-heart {
            background: url(/Content/html/img/icon-map.png) no-repeat;
            background-size: contain;
            width: 36px;
            height: 36px;
            display: block;
        }

        .giuseart-nav ul > li a i.ticon-zalo-circle2 {
            background: url(/Content/html/img/icon-zalo.png) no-repeat;
            background-size: contain;
            width: 36px;
            height: 36px;
            display: block;
        }

    .giuseart-nav li .button {
        background: transparent;
    }

    .giuseart-nav ul > li a i.ticon-angle-up {
        background: url(/Content/html/img/icon-angle-up.png) no-repeat;
        background-size: contain;
        width: 36px;
        height: 36px;
        display: block;
    }

    .giuseart-nav ul > li a i {
        width: 33px;
        height: 33px;
        display: block;
        margin: auto;
    }

    .giuseart-nav ul li .button .btn_phone_txt {
        position: relative;
        top: 35px;
        font-size: 10px;
        font-weight: bold;
        text-transform: none;
    }

    .giuseart-nav ul li .button .phone_animation i {
        display: inline-block;
        width: 27px;
        font-size: 32px;
        margin-top: 8px;
        color: #fff;
    }

    .giuseart-nav ul > li a.chat_animation svg {
        margin: -13px 0 -20px;
    }

    .giuseart-nav ul > li a i.ticon-messenger {
        background: url(/Content/html/img/icon-messenger.png) no-repeat;
        background-size: contain;
        width: 36px;
        height: 36px;
        display: block;
    }

    .giuseart-nav ul li .button .phone_animation i {
        display: inline-block;
        width: 27px;
        font-size: 30px;
        margin-top: 8px;
    }

    .giuseart-nav ul > li a i.ticon-chat-sms {
        background: url(/Content/html/img/icon-sms.png) no-repeat;
        background-size: contain;
        width: 38px;
        height: 36px;
        display: block;
    }

    .giuseart-nav ul > li a i.icon-phone-w {
        background: url(/Content/html/img/icon-phone.png) no-repeat;
        background-size: contain;
    }

    .giuseart-nav ul li .button .btn_phone_txt {
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .giuseart-nav li .chat_animation {
        display: block !Important;
    }

    .giuseart-nav li .button .phone_animation {
        box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%,0);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        line-height: 15px;
        border: 2px solid white;
        /*background-image: linear-gradient(89deg, #80d226 0%, #65a91a 100%);*/
/*background-image: linear-gradient( 95deg, #9cdf31 5%, #33ab15 100%);
    }*/

/*.giuseart-nav ul > li a {
        padding: 0;
        margin: 0 auto;
    }

    .giuseart-nav {
        background: rgba(255,255,255,0.9);
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        /*box-shadow: 0 4px 10px 0 #000;*/
/*opacity: .9;*/
/*display: block; /*Hiển thị trên điện thoại*/
/*box-shadow: 0 7px 36px rgb(16 42 67 / 15%);
        border-top: 3px solid #a1abb385;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;*/
/*}*/

/*.giuseart-nav li {
            float: left;
            width: 20%;
            list-style: none;
            height: 50px;
        }

    .phone-mobile {
        display: block !important;
    }
}*/


@keyframes play0 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.play0 {
    animation: play0 1.5s ease infinite
}

.fix-phone {
    position: fixed;
    bottom: 0;
    top: inherit !important;
    z-index: 9;
    right: 0;
    display: flex;
    border-top-left-radius: 20px;
    justify-content: center;
    align-items: center;
    background-color: #c7bc6c;
    padding: 0.3rem !important;
    padding-left: 0.3rem !important;
    padding-right: 1rem !important;
}

@media (min-width: 992px) {
    .fix-phone:before {
        content: "";
        position: absolute;
        height: 15px;
        width: 20px;
        bottom: -1px;
        left: -20px;
        border-radius: 0 0 30px 0;
        box-shadow: 10px 0 0 0 #c7bc6c;
        pointer-events: none;
    }
}

.phone-box, .zalo-box, .fb-box {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
    background: #4e9756;
    border: 2px solid #f8f9fa !important;
    position: relative;
    margin: auto;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    margin-left: 1.2rem !important;
}

    .phone-box:hover, .zalo-box:hover, .fb-box:hover {
        transform: inherit;
        align-items: center;
        justify-content: center !important;
        transform: translateY(-5px);
    }

    .phone-box img, .zalo-box img, .fb-box img {
        max-width: 25px;
    }
/* ------ End Layout 2 -----*/
/*Mobile*/
@media (max-width: 991px) {
    .mew_mobi_bar {
        top: initial !important;
        bottom: 0;
        background: #fff;
        width: 100%;
        height: 50px;
        z-index: 11;
        box-shadow: 0 3px 25px 0 rgb(31 38 67 / 50%);
        -o-box-shadow: 0 3px 25px 0 rgba(31,38,67,.5);
        -moz-box-shadow: 0 3px 25px 0 rgba(31,38,67,.5);
        -webkit-box-shadow: 0 3px 25px 0 rgb(31 38 67 / 50%);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px
    }

        .mew_mobi_bar .item {
            width: 25%;
            color: #4d8a54;
        }

            .mew_mobi_bar .item .btn-cart-indicator {
                min-width: 20px;
                height: 20px;
                top: -6px;
                right: 2px;
                padding: 3px;
                background: #f00;
                color: #fff;
                border-radius: 50%;
                line-height: 15px;
                font-size: 13px
            }

            .mew_mobi_bar .item svg {
                max-width: 20px;
                margin: 0 auto;
                fill: #4d8a54
            }

            .mew_mobi_bar .item .tit {
                font-size: 10px
            }

            .mew_mobi_bar .item.active svg, .mew_mobi_bar .item:hover svg, .mew_mobi_bar .item.open svg {
                fill: #b6b268;
            }

            .mew_mobi_bar .item.active svg, .mew_mobi_bar .item:hover svg, .mew_mobi_bar .item.open svg {
                fill: #b6b268;
            }

            .mew_mobi_bar .item.active .tit, .mew_mobi_bar .item:hover .tit, .mew_mobi_bar .item.open .tit {
                color: #b6b268;
            }

    /*.fix-phone {
        min-width: 165px;
        overflow: hidden;
        position: fixed;
        bottom: 55px;
        left: 50%;
        right: auto;
        transform: translate(-50%) scale(1);
        border-radius: 6px;
        background: #fff;
        padding: 10px 0;
        z-index: 9;
        top: inherit !important;
        box-shadow: 0px 0px 2px 2px rgba(45,52,58,0.1);
        opacity: 0;
        transition: 0.7s all;
        visibility: hidden
    }*/

        .fix-phone.fix-phone.active {
            animation-name: contact_bar;
            animation-duration: 0.7s;
            opacity: 1;
            pointer-events: auto;
            z-index: 11;
            visibility: visible
        }
}
