footer {
  background-color: #e7e7e9;
  @media only screen and (max-width: 600px) {
    margin-bottom: 70px;
  }
}


.footer-nhapho {
  background: url( https://cus22.largevendor.com/frontend/images/footer.jpg);
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
  padding-bottom: 20px;
}
.media-footer ul {
  display: flex;
}

.media-footer ul li img {
  width: 40px;
  height: 40px;
}

.media-footer ul li {
  padding-right: 13px;
}

.coppyright.ta-center {
  border-top: 1px dashed #cdcdcd;
}

.footer-left {
  width: 25%;
  margin-right: 20px;
}
.title-footer {
  color: var(--color-5);
  font-size: 15px;
  margin-bottom: 10px;
}
.footer-menu {
  margin-bottom: 20px;
}
.footer-menu ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
}
.footer-menu ul li span {
  padding-left: 7px;
  color: black;
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.footer-menu svg {
  height: 12px;
  fill: var(--color-5);
}
.footer-menu a {
  color: black;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}
footer p {
  font-size: 13px;
}
footer form {
  position: relative;
}
footer form input {
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  padding: 10px 8px;
  border-bottom: 1px solid #4b4b4b;
  color: #595959;
}
footer form button {
  width: 100%;
  text-align: right;
  padding: 0;
  display: flex;
  justify-content: right;
}
footer form button span {
  padding: 5px 10px;
  background-color: #00693f;
  color: white;
  fill: white;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
footer .header-lang {
  padding-top: 40px;
}
.coppyright p {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 0px;
}
.footer__logo img {
  width: 120px;
}
@media (max-width: 576px) {
  footer .clm {
    display: block;
  }
  footer .header-lang {
    padding-top: 10px;
  }
}

.menu-mobile-ft {
  position: fixed;
  right: 0;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  height: 70px;
  z-index: 999999;
  display: none;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
@media only screen and (max-width: 600px) {
	.pt_contact_vertical {
    display: none !important;
}

.quick-alo-phone.quick-alo-show {
    display: none !important;
}
  .menu-mobile-ft {
    display: flex;
  }
}

.menu-mobile-ft .menu-mobile-ft_item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-mobile-ft .menu-mobile-ft_item img {
  max-width: 100%;
  width: 45px;
  height: 45px;
  animation: tada 1.2s infinite;
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.register-now-btn {
  font-size: 14px;
  background-color: #00693f;
  color: white;
  padding: 8px 45px;
  border-radius: 5px;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

@media only screen and (max-width: 600px) {
  .register-now-btn {
    display: none;
  }
}

/* FORM REGISTER */
.container-form-register {
  display: none;
}

.form-register_background {
  position: fixed;
  z-index: 1000000;
  inset: 0;
  background-color: #00000084;
}

.container-form-register > .form-register_content {
  width: 500px;
  padding: 2rem;
  background: #03b76f;
  border-radius: 5px;
  z-index: 1000001;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  @media only screen and (max-width: 600px) {
    width: 350px;
  }
}

.container-form-register
  > .form-register_content
  > .form-register_content_icon_close {
  display: flex;
  justify-content: flex-end;
}

.container-form-register
  > .form-register_content
  > .form-register_content_icon_close
  > svg {
  width: 15px;
  cursor: pointer;
}

.container-form-register
  > .form-register_content
  > .form-register_content_icon_close
  > svg
  path {
  fill: #fff;
}

.container-form-register
  > .form-register_content
  > .form-register_content-title {
  margin-bottom: 30px;
  position: relative;
  color: #00693f;
  text-transform: uppercase;
  text-align: center;
}

.container-form-register
  > .form-register_content
  > .form-register_content-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 3px;
  width: 155px;
  background-color: #00693f;
}

.container-form-register > .form-register_content > form > input {
  border: 1px solid #a8a8a8;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 12px;
  height: 36px;
}

.container-form-register > .form-register_content > form > textarea {
  border: 1px solid #a8a8a8;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.container-form-register > .form-register_content > form > button {
  font-size: 14px;
  background-color: #00693f;
  color: white;
  padding: 8px 45px;
  border-radius: 5px;
}

/* ------ */
.pt_contact_vertical {
  position: fixed;
  display: block;
  bottom: 85px;
  z-index: 999999;
  right: 30px;
  @media only screen and (max-width: 600px) {
    display: none;
  }
}

.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: 99999;
  -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;
  }
}

.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);
  }
}
