﻿svg:not(:root) {
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

.arcontactus-widget.arcontactus-message {
    transition: all 0.3s;
}

.arcontactus-widget.arcontactus-message {
    right: 10px;
    bottom: 75px;
}

.arcontactus-widget.arcontactus-message {
    z-index: 10000;
    right: 10px;
    bottom: 40px;
    position: fixed !important;
}

.arcontactus-widget {
    line-height: 1;
}

    .arcontactus-widget .messangers-block.show-messageners-block {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .arcontactus-widget.md .messangers-block {
        bottom: 70px;
    }

    .arcontactus-widget .messangers-block {
        background: center no-repeat #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
        width: 235px;
        position: absolute;
        bottom: 80px;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 14px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 7px;
        -webkit-transform-origin: 80% 105%;
        -ms-transform-origin: 80% 105%;
        transform-origin: 80% 105%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: ease-out 0.12s all;
        -o-transition: ease-out 0.12s all;
        transition: ease-out 0.12s all;
        z-index: 10000;
    }

    .arcontactus-widget.md.right .messangers-block:before {
        right: 21px;
    }

    .arcontactus-widget .messangers-block:before {
        position: absolute;
        bottom: -7px;
        right: 25px;
        left: auto;
        display: inline-block !important;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
        border-left: 8px solid transparent;
        content: "";
    }

    .arcontactus-widget .messanger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        cursor: pointer;
        width: 100%;
        padding: 8px 20px 8px 60px;
        position: relative;
        min-height: 54px;
        text-decoration: none;
    }

        .arcontactus-widget .messanger span {
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -20px;
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
            color: #fff;
            text-align: center;
            vertical-align: middle;
        }

        .arcontactus-widget .messanger p {
            margin: 0;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.87);
            padding: 0;
        }

        .arcontactus-widget .messanger span svg {
            width: 24px;
            height: 24px;
            vertical-align: middle;
            text-align: center;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px;
        }

    .arcontactus-widget .arcontactus-message-button .static {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -19px;
        margin-left: -26px;
        width: 52px;
        height: 52px;
        text-align: center;
    }

        .arcontactus-widget .arcontactus-message-button .static.hidden {
            display: none;
        }

    .arcontactus-widget .static {
        transition: 0.2s all;
    }

    .arcontactus-widget .arcontactus-message-button .static svg {
        width: 24px;
        height: 24px;
        color: #fff;
    }

    .arcontactus-widget .arcontactus-message-button p {
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        line-height: 11px;
        margin: 0;
    }

    .arcontactus-widget .arcontactus-close {
        color: #fff;
    }

        .arcontactus-widget .arcontactus-close.show-messageners-block svg {
            -webkit-transform: rotate(0) scale(1);
            -ms-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
        }

        .arcontactus-widget .arcontactus-close svg {
            -webkit-transform: rotate(180deg) scale(0);
            -ms-transform: rotate(180deg) scale(0);
            transform: rotate(180deg) scale(0);
            -webkit-transition: ease-in 0.12s all;
            -o-transition: ease-in 0.12s all;
            transition: ease-in 0.12s all;
            display: block;
        }

    .arcontactus-widget.md .arcontactus-message-button, .arcontactus-widget.md.arcontactus-message {
        width: 60px;
        height: 60px;
    }

    .arcontactus-widget .arcontactus-message-button {
        width: 60px;
        position: absolute;
        height: 60px;
        right: 0;
        background: -webkit-linear-gradient(left,#058DC2,#4ABAB9) !important;
        border-radius: 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .arcontactus-widget .messanger:hover {
        background-color: #eee;
    }

.st0 {
    fill: #fdfefe;
}

.st1 {
    fill: #0180c7;
}

.st2 {
    fill: #0172b1;
}

.st3 {
    fill: none;
    stroke: #0180c7;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.arcontactus-widget .messanger.zaloIcon span svg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 50%;
}

.arcontactus-widget .messanger.zaloIcon span {
    background: 0 0;
}

/*.arcontactus-widget.md .arcontactus-message-button .pulsation {
    width: 74px;
    height: 74px;
}
*/
.arcontactus-widget .arcontactus-message-button .pulsation {
    width: 84px;
    height: 84px;
    background-color: #058DC2 !important;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.arcontactus-widget .arcontactus-message-button .static svg {
    width: 24px;
    height: 24px;
    color: #fff;
}
