footer.footer-vp {
    background-image: linear-gradient(to right, #006a41, #85c441);
    padding-bottom: 10px;
}
.title__list-footer{
    padding: 5px 0;
    margin-bottom: 15px;
    color: var(--color-primary);
    font-size: calc(var(--font-size-body) - 1px);
}
.list__group-footer ul li{
    padding: 3px 5px 0;
}
.list__group-footer ul li svg{
    fill: var(--color-primary);
    margin-right: 6px;
}
.list__group-footer ul li a{
    color: var(--color-primary);
    font-size: calc(var(--font-size-body) - 2px);
    padding: 0px;
}
.social__list-footer svg{
    height: 20px;
}
.social__list-footer li{
    width: 45px;
    height: 45px;
}
.create__by-footer a{
    font-size: calc(var(--font-size-body) - 5px);
    color: var(--color-primary);
}
.create__by-footer {
    margin-top: 15px;
}
.list__group-footer span{
    font-size: 14px;
	color: var(--color-primary);
}
.list__group-footer{
	margin-bottom: 30px;
}
.list__group-footer:nth-child(1) ul li  svg{
	margin-bottom: -2px;
}
/* ------ */
.pt_contact_vertical {
  position: fixed;
  display: block;
  bottom: 85px;
  z-index: 100;
  right: 30px;
  @media only screen and (max-width: 600px) {
    display: none !important;
  }
}

.contact-mobile .contact-item a {
  margin-bottom: 8px;
  display: block;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.quick-alo-phone {
  position: fixed;
  background-color: transparent;
  width: 200px;
  height: 200px;
  display: block;
  cursor: pointer;
  z-index: 98;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  right: -55px;
  bottom: -50px;
  @media only screen and (max-width: 600px) {
    display: none !important;
  }
}

.quick-alo-phone.quick-alo-show {
  visibility: visible;
}

.tel_phone {
  border-radius: 30px;
  line-height: 45px;
  position: absolute;
  height: 45px;
  font-size: 17px;
  text-align: center;
  background-color: #eee;
  color: white;
  top: 73px;
  right: 90px;
  padding: 0;
  font-weight: 600;
  width: 0;
  overflow: hidden;
  padding-right: 29px;
  transition: all 0.5s;
  opacity: 0;
}

.tel_phone a {
  margin: 0;
  color: #000;
  display: block;
  width: 135px;
}

.quick-alo-ph-circle {
  width: 100px;
  height: 100px;
  top: 45px;
  left: 45px;
  position: absolute;
  background-color: transparent;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
  border-color: #eee;
  opacity: 0.5;
}

.quick-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: 55px;
  left: 55px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
  background-color: #eee;
}

.quick-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/quick_call_button.png");
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes quick-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes quick-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes quick-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);
  }
}
