.contact-zalo img {
    width: 44px;
	height:44px;
    border-radius: 50%;
    border: solid 2px #fff;
    box-shadow:  0px 1px 2px #2196f3, 0px 1px 3px #2196f3;
    margin-bottom: 10px;
    background:#fff;
	-webkit-animation: contact-cs-circle-fill 2.3s infinite ease-in-out;
    animation: contact-cs-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;
}
.contact-phone img {
    width: 44px;
	height:44px;
    border-radius: 50%;
    border: solid 2px #fff;
    box-shadow:  0px 1px 2px #ff0000, 0px 1px 3px #ff0000;
    margin-top: 15px;
    background:#fff;
	-webkit-animation: contact-cs-circle-fill 2.3s infinite ease-in-out;
    animation: contact-cs-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;
}
.contact-cs img:before {
	font-family: fl-icons;
    background-color: #e60808;
    width: 44px;
    height: 44px;
    line-height: 36px;
    right: -35px;
    top: -22px;
    position: absolute;
    justify-content: center;
    box-shadow: 0 0 0 0 #c31d1d;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: contact-cs-circle-fill 2.3s infinite ease-in-out;
    animation: contact-cs-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;
}
.contact-cs {
    position: fixed;
    z-index: 2;
    display: block;
    bottom: 90px;
    right: 18px;
    float: right !important;
}
.contact-cs a {
    float: right;
    display: flex;
    align-items: center;
}
.contact-cs a:hover {
    scale: 1.1;
}
span.tooltip-cs {
    background: #000000eb;
    padding: 10px 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    line-height: 12px;
    margin-bottom: 10px;
    position: absolute;
    width: max-content;
    right: 50px;
    display:none;
}
.call span.tooltip-cs {
    display:block;
    background: #D1A25D;
}
.call span.tooltip-cs:after {
    background: #D1A25D;
}
span.tooltip-cs:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #090701;
    right: -4px;
    position: absolute;
    transform: rotate(45deg);
}
a:hover span.tooltip-cs {
    display:inherit;
}

/* view 360 */
.contact-360 img {
    background: #0075a9;
}
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Black background with transparency */
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    width: 80%;
    max-width: 800px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

@keyframes flareHome{
    0%{
        opacity: 0;
        transform: translate(30px,0);
    }
    50%{
        transform: translate(55px,0);
        opacity: 1;
    }
    96%{
        transform: translate(150%,0);
        opacity: 1;
    }
    100%{
        transform: translate(170%,0);
        opacity: 0;
    }
}
@-webkit-keyframes contact-cs-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-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}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1.1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}