﻿.share {
    position: fixed;
    left: 20px;
    bottom: 120px;
    z-index: 99999
}

    .share label {
        opacity: 1
    }

.share__button i {
    font-size: 20px;
    line-height: 50px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.share a {
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite
}

    .share a[title]:hover:after {
        content: attr(title);
        position: absolute;
        top: 50%;
        left: -145px;
        width: 140px;
        text-align: right;
        transform: translate(0%,-50%);
        color: #30488B;
        font-weight: 700
    }
.share.left a[title]:hover:after {
    content: attr(title);
    position: absolute;
    top: 50%;
    right: -180px !important;
    left: auto;
    width: 180px;
    text-align: right;
    transform: translate(0%,-50%);
    color: #fff;
    font-weight: 700;
    background: rgba(216,110,0,0.75);
    padding: 10px 5px;
    border-radius: 5px;
    font-size:15px;
    text-align:center;
}
    .share a i {
        font-size: 20px;
        line-height: 50px;
        animation: 1s ease-in-out 0 normal none infinite running icon-social-img-anim
    }

    .share a img {
        -webkit-animation: email-an linear 1s infinite;
        animation: email-an linear 1s infinite;
        animation: 1s ease-in-out 0 normal none infinite running icon-social-img-anim
    }

    .share a:hover {
        text-decoration: none
    }

@media (max-width:767px) {
    .share {
        bottom: 140px
    }
}

.share__toggle:checked ~ .share__button {
    color: #d7b6b6;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.share__toggle:checked ~ .btn_ct_icon-1 {
    transform: translateY(-55px) rotate(0)
}

.share__toggle:checked ~ .btn_ct_icon-2 {
    transform: translateY(-120px) rotate(0)
}

.share__toggle:checked ~ .btn_ct_icon-3 {
    transform: translateY(-185px) rotate(0)
}

.share__toggle:checked ~ .btn_ct_icon-4 {
    transform: translateY(-260px) rotate(0)
}

.share__toggle:checked ~ .btn_ct_icon-5 {
    transform: translateY(-325px) rotate(0)
}

.share__toggle:checked ~ .btn_ct_icon-7 {
    transform: translateY(-390px) rotate(0)
}

.share__toggle:checked ~ .btn_ct_icon-8 {
    transform: translateY(-455px) rotate(0)
}

.share__toggle:checked ~ .btn_ct_icon-9 {
    transform: translateY(-520px) rotate(0)
}

.share__toggle:checked ~ .btn_ct_icon-10 {
    transform: translateY(-615px) rotate(0)
}

.share__button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #f25100;
    border-radius: 50px;
    box-shadow: 0 0 0 1px #ff6a00;
    cursor: pointer;
    transition: .3s ease
}

.share__icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transform: translateX(0) rotate(180deg);
    cursor: pointer;
    transition: .3s ease-in-out
}

    .share__icon img {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

    .share__icon i {
        font-size: 20px;
        line-height: 50px;
        color: #fff;
        transition: .3s
    }

        .share__icon i:hover {
            color: #ff6a00
        }

.ct_chat {
    background-color: #30488B
}

.ct_facebook {
    background-color: #01a1ff
}

.ct_twitter {
    background-color: #1da1f2
}

.ct_pinterest {
    background-color: #bd081c
}

.ct_linkedin {
    background-color: #0077b5
}

.ct_skype {
    background-color: #2d91e3
}

.ct_yotube {
    background-color: #f20000
}

.ct_hotline {
    background-color: #4caf50
}

.ct_mychat {
    background-color: #30488B
}

.ct_zalo {
    background-color: #01afde
}

.ct_whatsapp {
    background-color: #0cc042
}

@-webkit-keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(33,205,192,.3),0 0 0 0 rgba(33,205,192,.2),0 0 0 0 rgba(33,205,192,.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(33,205,192,.3),0 0 0 15px rgba(33,205,192,.2),0 0 0 0 rgba(33,205,192,.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(33,205,192,.3),0 0 0 30px rgba(33,205,192,0),0 0 0 26.7px rgba(33,205,192,.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(33,205,192,.3),0 0 0 30px rgba(33,205,192,0),0 0 0 40px rgba(33,205,192,0)
    }
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(33,205,192,.3),0 0 0 0 rgba(33,205,192,.2),0 0 0 0 rgba(33,205,192,.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(33,205,192,.3),0 0 0 15px rgba(33,205,192,.2),0 0 0 0 rgba(33,205,192,.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(33,205,192,.3),0 0 0 30px rgba(33,205,192,0),0 0 0 26.7px rgba(33,205,192,.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(33,205,192,.3),0 0 0 30px rgba(33,205,192,0),0 0 0 40px rgba(33,205,192,0)
    }
}

@keyframes opsimple {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes opsimple {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.scroll_group_left .social-icon, .scroll_group_left .social-wrapper {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility .5s ease 0;
    width: 120px;
    z-index: 200000 !important;
    top: auto !important
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0 normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30,30,30,.4);
    border-radius: 100%;
    height: 100px;
    left: 0;
    opacity: .1;
    position: absolute;
    top: auto !important;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0;
    width: 100px
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0 normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease 0;
    width: 70px
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: .7;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px
}

.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
    opacity: 1
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0 normal none infinite running suntory-alo-circle-anim !important
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0 normal none infinite running suntory-alo-circle-anim !important
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #eb278d;
    opacity: 1
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #3a8c14;
    opacity: 1
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: rgba(0,175,242,.9)
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #eb278d
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #3a8c14
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #00aff2
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #eb278d
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #3a8c14
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg)
    }

    30% {
        opacity: .5;
        transform: rotate(0) scale(.7) skew(1deg)
    }

    100% {
        opacity: .6;
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes icon-social-img-anim {
    0% {
        transform: rotate(0) 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(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }

    50% {
        opacity: .2;
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        opacity: .2;
        transform: rotate(0) scale(.7) skew(1deg)
    }
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0 normal none infinite running icon-social-img-anim;
    font-size: 30px;
    line-height: 50px;
    padding-left: 10px;
    color: #fff
}
