TƯ VẤN NGAY!

    		
.btn-wraper {
	display: inline-block; 
	width: auto;
}
.btn.btn-primary {
    background-color: #ff8f1e;
    font-family: 'Nunito', sans-serif;
}
.btn-animate .laziweb-alo-ph-circle {
    width: 130%;
    border-radius: 40px;
    height: 150%;
    top: -24%;
    left: -15%;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-animate {
	position: relative;
}
.btn-animate .laziweb-alo-ph-circle {
    width: 130%;
    border-radius: 40px;
    height: 150%;
    top: -24%;
    left: -15%;
}
.laziweb-alo-ph-circle {
    width: 90px;
    height: 90px;
  }
.laziweb-alo-ph-circle {
    width: 125px;
    height: 125px;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #ff8f1e;
    opacity: .5;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes zoomIn {
	from {
	    opacity: 0;
	    -webkit-transform: scale3d(.3, .3, .3);
	    transform: scale3d(.3, .3, .3);
	}
	50% {
	    opacity: 1;
	}
}