.container-box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
:root {
  --primary-Font: "Montserrat", Arial, Helvetica, sans-serif;
  --primary-Color: #8ca28b;
  --heading-Color: #8ca28b;
  --hover-Color: #8ca28b;
  --second-Color: #3159a8;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--primary-Font);
  font-size: 15px;
  line-height: 1.52857143;
  background: #fff;
  color: #000;
}

body.fixed {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body.fixed::after {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.76);
  top: 0;
  left: 0;
  z-index: 99;
}

img {
  border: 0;
  max-width: 100%;
}

a {
  color: #df1f26;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #df1f26;
}
a:focus {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

/**
 * EXTRA PLUGIN
 */
.carousel button[class*=carousel-control-] {
  height: 40px;
  width: 40px;
  background: var(--primary-Color);
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.carousel button[class*=carousel-control-] i {
  height: 22px;
  width: 22px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease 0s;
}
.carousel .carousel-control-prev {
  left: 30px;
}
@media (max-width: 575px) {
  .carousel .carousel-control-prev {
    left: 10px;
  }
}
.carousel .carousel-control-next {
  right: 30px;
}
@media (max-width: 575px) {
  .carousel .carousel-control-next {
    right: 10px;
  }
}
.carousel:hover button[class*=carousel-control-] {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

.slick-slider .slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--primary-Color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: var(--primary-Color);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.slick-slider .slick-arrow svg {
  width: 15px;
  height: auto;
  fill: #fff;
}
.slick-slider .arrow-prev {
  left: 0;
}
.slick-slider .arrow-prev:hover {
  background: #035a2d;
  border-color: #035a2d;
}
.slick-slider .arrow-prev:hover svg {
  fill: #fff;
}
.slick-slider .arrow-next {
  right: 0;
}
.slick-slider .arrow-next:hover {
  background: #035a2d;
  border-color: #035a2d;
}
.slick-slider .arrow-next:hover svg {
  fill: #fff;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.slick-slider:hover .arrow-prev {
  left: 10px;
}
.slick-slider:hover .arrow-next {
  right: 10px;
}

.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav [class*=owl-] {
  height: 36px;
  width: 36px;
  border: 0;
  position: absolute;
  border-radius: 100%;
  padding: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: var(--primary-Color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}
.owl-carousel .owl-nav [class*=owl-] i {
  text-align: center;
  line-height: normal;
  font-size: 19px;
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev {
  left: 30px;
}
.owl-carousel .owl-nav .owl-prev i {
  padding-right: 3px;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background: var(--heading-Color);
}
.owl-carousel .owl-nav .owl-prev:hover i {
  color: #fff;
}
.owl-carousel .owl-nav .owl-next {
  right: 30px;
}
.owl-carousel .owl-nav .owl-next i {
  padding-left: 3px;
}
.owl-carousel .owl-nav .owl-next:hover {
  background: var(--heading-Color);
}
.owl-carousel .owl-nav .owl-next:hover i {
  color: #fff;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}
.owl-carousel .owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  z-index: 9;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 3px solid #111;
  margin: 5px 5px;
  background: transparent;
  border-radius: 100%;
  opacity: 0.2;
  transition-property: all;
  transition-duration: 0.45s;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}

/** FORM */
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form select {
  display: block;
  outline: none;
  line-height: 20px;
  border: 1px solid var(--primary-Color);
  padding: 10px 15px;
  color: #000;
  background: #fff;
  font-family: var(--primary-Font);
  font-size: 15px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 6px;
}
.wpcf7-form textarea {
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid var(--primary-Color);
  padding: 9px 15px;
  height: 91px;
  color: #000;
  font-family: var(--primary-Font);
  font-size: 15px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 6px;
}
.wpcf7-form input.wpcf7-submit {
  display: block;
  width: auto;
  background: var(--primary-Color) !important;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0 auto;
  margin-bottom: 0;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 20px;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.wpcf7-form .wpcf7-checkbox {
  display: flex;
  align-items: center;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  display: inline;
}

/** Call */
.gv-button-call {
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 99999;
}
.gv-button-call .button-contact {
  position: relative;
  margin-top: -5px;
}
.gv-button-call .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.gv-button-call .button-contact .phone-vr .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.gv-button-call .button-contact .phone-vr .phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.gv-button-call .button-contact .phone-vr .phone-vr-img-circle a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.gv-button-call .button-contact .phone-vr .phone-vr-img-circle a img {
  height: 27px;
  width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/** Contact */
.gv-button-contact {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99999;
}
.gv-button-contact .button-contact {
  position: relative;
  margin-top: -5px;
}
.gv-button-contact .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.gv-button-contact .button-contact .phone-vr .phone-vr-circle-fill {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 50%;
  border: 2px solid transparent;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.gv-button-contact .button-contact .phone-vr .phone-vr-img-circle {
  background-color: #e60808;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.gv-button-contact .button-contact .phone-vr .phone-vr-img-circle a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.gv-button-contact .button-contact .phone-vr .phone-vr-img-circle a img {
  height: 27px;
  width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.gv-button-contact #zalo-vr .phone-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196F3;
  background-color: rgba(33, 150, 243, 0.7);
}
.gv-button-contact #zalo-vr .phone-vr .phone-vr-img-circle {
  background-color: #2196F3;
}
.gv-button-contact .group-box {
  position: absolute;
  right: 8px;
  z-index: 99;
  background: #fff;
  border-radius: 5px;
  padding: 8px;
  bottom: 100%;
  margin-bottom: 12px;
  box-shadow: 0px 0px 2px 0px #666;
}
.gv-button-contact .group-box::after {
  content: "";
  height: 9px;
  width: 16px;
  position: absolute;
  right: 24px;
  bottom: -9px;
  filter: drop-shadow(0px 1px 0px #989898);
  z-index: 2;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #fff;
}
.gv-button-contact .group-box a {
  border-radius: 3px;
  height: 34px;
  line-height: 34px;
  padding: 6px;
  display: flex;
  align-items: center;
  width: 165px;
  font-size: 14px;
  margin-bottom: 6px;
  background: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
  margin-bottom: 5px;
  transition: all 0.6s ease;
}
.gv-button-contact .group-box a:hover {
  background: #dfdfdf;
  color: #df1f26;
}
.gv-button-contact .group-box a:last-child {
  margin-bottom: 0;
}
.gv-button-contact .group-box a img {
  height: 100%;
  width: auto;
  margin-right: 16px;
}
.gv-button-contact .group-box span.gx-close {
  height: 20px;
  width: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  border-radius: 100%;
  z-index: 2;
}
.gv-button-contact .group-box span.gx-close::after, .gv-button-contact .group-box span.gx-close::before {
  content: "";
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
}
.gv-button-contact .group-box span.gx-close::before {
  height: 1px;
  width: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.gv-button-contact .group-box span.gx-close::after {
  height: 16px;
  width: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes animationsale {
  0% {
    transform: rotate(0) scale(1);
    opacity: 0.5;
  }
  20% {
    transform: rotate(30deg) scale(1.02);
    opacity: 0.6;
  }
  40% {
    transform: rotate(-30deg) scale(1.04);
    opacity: 0.7;
  }
  60% {
    transform: rotate(30deg) scale(1.06);
    opacity: 0.8;
  }
  80% {
    transform: rotate(-30deg) scale(1.08);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(1.1);
    opacity: 1;
  }
}
@keyframes phone-vr-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);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}/*# sourceMappingURL=default.css.map */