@-webkit-keyframes devvn_swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes devvn_swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.yw-contact-button.style-01 {
  position: fixed;
  right: 0;
  width: auto;
  z-index: 150;
  bottom: 150px;
}
.yw-contact-button.style-01 a.button.primary {
  display: none;
}
.yw-contact-button.style-01 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yw-contact-button.style-01 ul li {
  list-style: none !important;
}
.yw-contact-button.style-01 ul li .button .phone_animation i {
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
  display: inline-block;
  width: 27px;
  font-size: 26px;
  margin-top: 12px;
}
.yw-contact-button.style-01 ul > li a {
  border: none;
  padding: 5px;
  display: flex;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  width: 60px;
  height: 60px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.yw-contact-button.style-01 ul > li a img {
  width: 50px !important;
  height: 50px !important;
}
.yw-contact-button.style-01 ul > li a i {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}
.yw-contact-button.style-01 ul > li a i.ticon-map {
  background: url(../images/icon-map.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
}
.yw-contact-button.style-01 ul > li a i.ticon-zalo {
  background: url(../images/icon-zalo.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
}
.yw-contact-button.style-01 ul > li a i.ticon-messenger {
  background: url(../images/icon-messenger.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
}
.yw-contact-button.style-01 ul > li a i.icon-phone-w {
  background: url(../images/icon-phone.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.yw-contact-button.style-01 ul > li .chat_animation {
  display: none;
}
.yw-contact-button.style-01 ul > li a.chat_animation svg {
  margin: -13px 0 -20px;
}
@media only screen and (min-width: 768px) {
  .yw-contact-button.style-01 {
    right: 10px;
  }
  .yw-contact-button.style-01 ul > li a span {
    position: absolute;
    left: 0;
    margin-top: -13px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    box-shadow: 0 0 5px #ccc;
    font-size: 14px;
    font-weight: 400;
    min-width: 110px;
    top: 50%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .yw-contact-button.style-01 ul > li:hover a span {
    left: -120px;
    visibility: visible;
    opacity: 1;
  }
  .yw-contact-button.style-01 ul li a {
    margin: 0 auto;
    color: #515151 !important;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    border-radius: 50% !important;
    z-index: 2;
  }
  .yw-contact-button.style-01 ul li .button .phone_animation i {
    margin-top: 10px;
    width: 22px;
  }
  .yw-contact-button.style-01 ul li.phone-mobile {
    display: block !important;
  }
  .yw-contact-button.style-01 ul li.phone-mobile a {
    width: 56px;
    height: 56px;
  }
  .yw-contact-button.style-01 ul li.phone-mobile a i {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .yw-contact-button.style-01 {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
    height: 40px;
  }
  .yw-contact-button.style-01 ul {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    position: relative;
    top: -30px;
  }
  .yw-contact-button.style-01 ul li .button .btn_phone_txt {
    position: relative;
    top: 35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
    color: #515151;
  }
  .yw-contact-button.style-01 ul > li a {
    background: #FFF;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .yw-contact-button.style-01 ul > li a span {
    display: none;
  }
  .yw-contact-button.style-01 li {
    list-style: none;
  }
  .yw-contact-button.style-01 li .chat_animation {
    display: block !important;
  }
  .yw-contact-button.style-01 li .button .phone_animation {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #8e1817;
    line-height: 15px;
    border: 2px solid white;
  }
  .yw-contact-button.style-01 li.phone-mobile {
    top: -5px;
    position: relative;
  }
  .yw-contact-button.style-01 li.phone-mobile i {
    width: 50px;
    height: 50px;
  }
  .yw-contact-button.style-01.bottom-right {
    right: 10px;
    bottom: 25%;
    background: none;
    box-shadow: none;
    width: auto;
    left: unset;
  }
  .yw-contact-button.style-01.bottom-right ul {
    display: flex;
    flex-direction: column;
  }
}
.yw-contact-button.style-01 .animation-shadow i {
  animation-name: devvn_swing;
  -webkit-animation-name: devvn_swing;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}

/*# sourceMappingURL=style-01.css.map */
