.tab_link_module .tab_border {
    height: auto;
}
.wishlist_header {
    max-width: 120px;
}
.zalo-btn {
    right: 0;
    bottom: 150px;
    position: fixed;
    width: 85px;
    z-index: 99;
}
.zalo-btn img {
    width: 60px;
    height: auto;
}
ul.list_mn2 li.li_menu.li_menu_xxx {
    margin: 0 !important;
    display: flex;
    justify-content: space-between;
}
ul.list-menu.list_mn2 a {
    font-size: 16px !important;
}
footer.footer .list-menu.list_mn2 .li_menu.li_menu_xxx:hover {
    margin-left: 0 !important;
}
footer.footer .list-menu.list_mn2 .li_menu.li_menu_xxx a:hover{
    color: #f62d3e;
}
.button-contact {
    position: relative;
    margin-top: -5px;
}
.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,.7);
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 65px;
    height: 65px;
    line-height: 40px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
#contact-vr .phone-vr-img-circle {
    background-color: #fff;
}
.phone-vr-img-circle {
    border: 2px solid #fff;
}
.phone-vr-img-circle i{
    width: 60px;
    height: 60px;
    display: block;
    background: #339af0;
    padding: 10px 0;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 9999;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@keyframes zoom {
    0% {
        transform: scale(.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}
.combo .bt.goidien .fa-whatsapp {
    font-size: 25px;
    background: green;
    color: #fff;
    padding: 8px 10px;
    border-radius: 50%;
}
.combo .bt.nhantin i {
    background: orange;
    font-size: 22px;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    margin: 10px 0;
}
.combo .box_hide {
    position: absolute;
    bottom: 100%;
    left: 25px;
    right: 25px;
    top: auto;
}
.box_hide {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}
.coccoc-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 5px;
    bottom: 100px;
}
.coccoc-alo-phone.coccoc-alo-show {
    visibility: visible;
}
.coccoc-alo-phone.combo {
    zoom: 0.8;
    bottom: 30px;
}