﻿.navs-container a:focus {
    outline: none;
}

.navs-container .tc {
    text-align: center;
}

.navs-container .arc-menu {
    position: fixed;
    right: 36px;
    bottom: 105px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    opacity: .8;
    z-index: 1001;
    transition: all .2s;
}

.navs-container .arc-menu>li,
.navs-container .arc-menu:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #0062a0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1), 0 0 3px 1px rgba(0, 0, 0, .1);
}

.navs-container .arc-menu>li {
    -webkit-transition: all .6s;
    -moz-transition: .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.navs-container .arc-menu:after {
    content: "";
    background-image: url(/skin/css/images/chat-phone.png);
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-size: 32px 26px;
    background-repeat: no-repeat;
    background-position: center center;
}

.navs-container .arc-menu.active {
    opacity: 1;
}

.navs-container .arc-menu.active~.navs-bg {
    display: block;
}

.navs-container .arc-menu.active:after {
    background-image: url(/skin/css/images/close-icon.png);
    background-size: 18px 18px;
}

.navs-container .arc-menu.active:before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    bottom: 0;
    right: 0;
    background: transparent;
    position: absolute;
    border-radius: 100% 0 0 0;
}

.navs-container .arc-menu a {
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    line-height: 40px;
    overflow: hidden;
}

.navs-container .arc-menu>li.chat {
    background-color: #c2c2c2;
}

.navs-container .arc-menu>li.zalo {
    background-color: transparent;
}

.navs-container .arc-menu>li.call {
    background-color: #0fa80f;
}

.navs-container .arc-menu>li.call a {
    font-size: 1.7em;
}

.navs-container .icon-cps-chat-zalo {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-image: url(/skin/css/images/Icon_of_Zalo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.navs-container .icon-cps-call {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background-image: url(/skin/css/images/phone-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.navs-container .icon-cps-chat {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-image: url(/skin/css/images/icon_sms.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.navs-container .navs-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1000;
    display: none;
}

@media screen and (max-width:979px) {
    .stickyheader-wrapper.active~.navs-container .arc-menu {
        bottom: 80px;
    }
}

#scrolltop {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}