#ppoLeadCTA{
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 999;
}
#ppoLeadCTA .toggle {
    display: block;
    margin-right: 5px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #EF4041;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.15);
    cursor: pointer;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}
#ppoLeadCTA .toggle ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}
#ppoLeadCTA .toggle ul li{
    height: 50px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
#ppoLeadCTA .pulsation {
    width: 74px;
    height: 74px;
    background-color: #EF4041;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    bottom: -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;
}
#ppoLeadCTA .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#ppoLeadCTA .ppo-cta-action{
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    cursor: pointer;
    margin-bottom: 5px;
    transition: margin-left .5s ease;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none!important;
}
#ppoLeadCTA .ppo-cta-action.open{
    display: block!important;
}
#ppoLeadCTA .ppo-cta-action .ppo-cta-action-text{
    display: block;
    position: absolute;
    white-space: nowrap;
    color: #fff;
    padding: 0 8px;
    margin-left: 50px;
    line-height: 50px;
    text-decoration: none;
    font-size: 16px;
}
#ppoLeadCTA .go-top-action {
    background-image: url(../images/cta/top.png);
    background-color: #ff0f3d;
}
#ppoLeadCTA .go-top-action .ppo-cta-action-text {
    background-image: linear-gradient(180deg, #ff0f3d 0%, #ff0f3d 100%);
}
#ppoLeadCTA .vote-action {
    background-image: url(../images/cta/vote.png);
    background-color: #1E88E5;
}
#ppoLeadCTA .vote-action .ppo-cta-action-text {
    background-image: linear-gradient(180deg,#1E88E5 0%,#1E88E5 100%);
}
#ppoLeadCTA .call-action {
    background-image: url(../images/cta/widget_icon_click_to_call_square.svg);
}
#ppoLeadCTA .call-action .ppo-cta-action-text{
    background-image: linear-gradient(179.83deg,#8ad336 .15%,#509600 92.02%);
}
#ppoLeadCTA .messenger-action {
    background-image: url(../images/cta/widget_icon_messenger_square.svg);
}
#ppoLeadCTA .messenger-action .ppo-cta-action-text{
    background-image: linear-gradient(0deg,#1d77e2 1.46%,#2cb7ff 99.03%);
}
#ppoLeadCTA .zalo-action {
    background-image: url(../images/cta/widget_icon_zalo_square.svg);
}
#ppoLeadCTA .zalo-action .ppo-cta-action-text{
    background-image: linear-gradient(180deg,#3a8bff 0%,#035ada 100%);
}
#ppoLeadCTA .map-action {
    background-image: url(../images/cta/widget_icon_map_square.svg);
}
#ppoLeadCTA .map-action .ppo-cta-action-text{
    background-image: linear-gradient(180deg,#07d8f8 0%,#00a0d2 100%);
}
#ppoLeadCTA .feedback-action {
    background-image: url(../images/cta/icon-feedback-5.png);
    background-color: #ff9302;
}
#ppoLeadCTA .feedback-action .ppo-cta-action-text{
    background-image: linear-gradient(0deg,#ff9302 1.46%,#ff9302 99.03%);
}
#ppoLeadCTA .chat-action {
    background-image: url(../images/cta/icon-chat.png);
    background-color: #ec1e24;
    background-size: 32px;
}
#ppoLeadCTA .chat-action .ppo-cta-action-text{
    background-image: linear-gradient(0deg,#ec1e24 1.46%,#ec1e24 99.03%);
}
#ppoLeadCTA .email-action {
  background-image: url(../images/cta/icon-email.png);
  background-color: #ec1e24;
  background-size: 32px;
}
#ppoLeadCTA .email-action .ppo-cta-action-text{
  /* background-image: linear-gradient(0deg,#F44336 1.46%,#ec1e24 99.03%); */
  background-color: #ec1e24;
}
#ppoLeadCTA .viber-action {
  background-image: url(../images/cta/icon-viber.png);
  background-color: #6F3FAA;
  background-size: 32px;
}
#ppoLeadCTA .viber-action .ppo-cta-action-text{
  /* background-image: linear-gradient(0deg,#8E24AA 1.46%,#6F3FAA 99.03%); */
  background-color: #6F3FAA;
}
#ppoLeadCTA .whatsapp-action {
  background-image: url(../images/cta/icon-whatsapp.png);
  background-color: #2BB741;
  background-size: 32px;
}
#ppoLeadCTA .whatsapp-action .ppo-cta-action-text{
  /* background-image: linear-gradient(0deg,#59D265 1.46%,#2BB741 99.03%); */
  background-color: #2BB741;
}
.ppocta-lead-popup-overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
    -webkit-animation-name: aml-ease-in-out;
    -webkit-animation-duration: .5s;
    animation-name: aml-ease-in-out;
    animation-duration: .5s;
    z-index:999
}
.ppocta-lead-popup{
    display:none;
    position:fixed;
    top: 10%;
    left: calc(50% - 240px);
    max-width: 480px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-animation-name: aml-ease-in-out;
    -webkit-animation-duration: .5s;
    animation-name: aml-ease-in-out;
    animation-duration: .5s;
    z-index: 999
}
.ppocta-lead-popup .close {
    display:block;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    transform: rotate(0deg);
    cursor: pointer;
}
.ppocta-lead-popup .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ppocta-lead-popup .aml-modal-title {
    margin-top: 20px;
    margin-bottom: 0;
    color: #1d243e;
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}
.ppocta-lead-popup .aml-input-phone {
    position: relative;
    width: 86%;
    height: 48px;
    background: #fff;
    border: 1px solid #d8dde6;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 0;
    align-items: center;
}
.ppocta-lead-popup .aml-input-phone.error {
    border-color:red
}
.ppocta-lead-popup .aml-input-icon {
    background: transparent;
    position: relative;
    float: left;
    margin: 0 10px 0 20px;
}
.ppocta-lead-popup .aml-input-field {
    outline:none;
    border: none;
    width: calc(100% - 170px);
    height: 19px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .01em;
    margin: 0;
}
.ppocta-lead-popup .aml-btn-require-callback {
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    margin: 3px;
    border: none;
    order: 2;
    background-color: rgb(227 10 10);
    color: #fff;
    padding: 0 16px 0 16px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
}
.ppocta-lead-popup .aml-desktop-devider {
    text-align: center;
}
.ppocta-lead-popup .aml-desktop-devider-bar {
    width: 130px;
    height: 4px;
    border-top: 1px solid #e9ebf1;
    display: inline-block;
}
.ppocta-lead-popup .aml-desktop-devider-text {
    font-size: 12px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
    color: #d8dde6;
}
.ppocta-lead-popup .aml-desktop-devider-bar {
    width: 130px;
    height: 4px;
    border-top: 1px solid #e9ebf1;
    display: inline-block;
}
.ppocta-lead-popup .aml-bold-contact-title {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    color: #1d243e;
}
.aml-bold-phone-number {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
    color: #1d243e;
}
.aml-bold-phone-number a{
    color: #1d243e;
}
.ppocta-map-popup{
    display:none;
    position:fixed;
    top: 10%;
    left: calc(50% - 240px);
    max-width: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    -webkit-animation-name: aml-ease-in-out;
    -webkit-animation-duration: .5s;
    animation-name: aml-ease-in-out;
    animation-duration: .5s;
    z-index: 999
}
.ppocta-map-popup .close {
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    display:block;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    transform: rotate(0deg);
    cursor: pointer;
}
.ppocta-map-popup .close:hover {
    background: #ccc;
}
.fb-customerchat iframe {bottom: 10px!important;}
.fb-customerchat.fb_iframe_widget{display: none;}
.fb-customerchat.fb_iframe_widget .close{
    display: none;
    width: 26px;
    height: 26px;
    position: fixed;
    right: 360px;
    bottom: 380px;
    background: #ddd;
    color: #333;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    opacity: 1;
    z-index: 2147483647;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transform: none;
}
.fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in,
.fb_dialog.fb_dialog_advanced iframe[data-testid="bubble_iframe"]{
    display: none!important;
}

.cta-vote {
    display: none!important;
}

.wrap-content-vote {
    position: fixed;
    right: 10px;
    display: none;
    bottom: 25%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px 0 #000;
    padding: 15px;
    border-radius: 5px;
    .icon-close-wrap-vote {
        position: absolute;
        right: 15px;
        top: -15px;
        cursor: pointer;
    }
    .title-vote {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .list-item-vote {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        justify-content: space-between;
        .item {
            width: 20%;
            text-align: center;
            cursor: pointer;
            .icon-vote {
                width: 30px;
            }
            .wrap-star {
                margin-top: 5px;
                margin-bottom: 15px;
                .checked {
                    color: orange;
                }
            }
            .text-vote {
                font-size: 12px;
            }
        }
    }
}

.wrap-content-thankyou {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 5px 0 #000;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    width: 300px;
    text-align: center;
    .icon-close-wrap-thankyou {
        position: absolute;
        right: 10px;
        top: -7px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
    }
}

@media (max-width: 991px){
    /* #ppoLeadCTA {bottom: 5px} */
    /* #ppoLeadCTA .ppo-cta-action {display: none!important} */
    /* #ppoLeadCTA .ppo-cta-action.open {display: block!important} */
    /* #ppoLeadCTA .toggle {display: block} */
}
@media (max-width: 480px){
    .ppocta-lead-popup{left:calc(50% - 96%/2);width:96%}
}
@media (max-width: 425px){
    .ppocta-lead-popup .aml-desktop-devider-bar{display:none}
    .ppocta-lead-popup .aml-input-phone{
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 375px){
    .ppocta-lead-popup .aml-input-icon{margin-left:10px}
    .ppocta-lead-popup .aml-input-field{width: calc(100% - 150px);font-size:12px;}
    .ppocta-lead-popup .aml-btn-require-callback{padding: 0 10px;font-size: 12px;}
    .ppocta-lead-popup .aml-bold-contact-title{font-size:14px}
}

@-moz-keyframes coccoc-alo-circle-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)
  }
}

@-webkit-keyframes coccoc-alo-circle-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)
  }
}

@-o-keyframes coccoc-alo-circle-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 coccoc-alo-circle-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)
  }
}

@-webkit-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;
  }
}

@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;
  }
}