@charset "UTF-8";
.justify-content-between{
  justify-content: space-between;
}
.ourmission{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.ourmission>img{
  width: 40%;
  margin-right: 4vw;
}
.ourmission-main{
  flex: 1;
}
.text-center{
  text-align: center;
}
.ourmission-item{
  margin-bottom: 2vw;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ourmission-title{
  margin: 0 0 1vw;
  font-size: 3vw;
  font-weight: 700;
}
.ourmission-text{
  margin: 0;
  font-size: 1.5vw;
  font-weight: 500;
}
.ourmission-imglist{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1vw;
}
.ourmission-imglist img{
  width: 10vw;
}
.text-center{
  text-align: center;
}
@media (max-width: 1200px) {
  .ourmission>img{
    width: 50%;
    margin-right: 4vw;
  }
  .ourmission-title{
    font-size: 2.8vw;
  }
  .ourmission-text{
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .ourmission-title{
    font-size: 3.8vw;
  }
  .ourmission-text{
    font-size: 2.8vw;
  }
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

body {
  color: #151515;
  font-family: Didact Gothic;
}

.mt-300 {
  margin-top: 15.625vw;
}

.mt-200 {
  margin-top: 10.4166666667vw;
}

.mt-160 {
  margin-top: 8.3333333333vw;
}

.mt-120 {
  margin-top: 6.25vw;
}

.mt-80 {
  margin-top: 4.1666666667vw;
}

.mt-60 {
  margin-top: 3.125vw;
}

.mt-40 {
  margin-top: 2.0833333333vw;
}

.mb-120 {
  margin-bottom: 6.25vw;
}

.mb-40 {
  margin-bottom: 2.0833333333vw;
}

.mb-20 {
  margin-bottom: 1.0416666667vw;
}

.mt-20 {
  margin-top: 1.0416666667vw;
}

@media (max-width: 750px) {
  .mt-300 {
    margin-top: 40vw;
  }

  .mt-200 {
    margin-top: 26.6666666667vw;
  }

  .mt-160 {
    margin-top: 21.3333333333vw;
  }

  .mt-120 {
    margin-top: 16vw;
  }

  .mt-80 {
    margin-top: 10.6666666667vw;
  }

  .mt-60 {
    margin-top: 8vw;
  }

  .mt-40 {
    margin-top: 5.3333333333vw;
  }

  .mb-120 {
    margin-bottom: 16vw;
  }

  .mb-40 {
    margin-bottom: 5.3333333333vw;
  }

  .mb-20 {
    margin-bottom: 2.6666666667vw;
  }

  .mt-20 {
    margin-top: 2.6666666667vw;
  }
}
.bajie-article-title {
  font-size: 3.6458333333vw;
  line-height: 5.2083333333vw;
  font-weight: bold;
  font-family: Merriweather;
}

@media (max-width: 1200px) {
  .bajie-article-title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 750px) {
  .bajie-article-title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
}
.bajie-article-text {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  color: #444444;
}

@media (max-width: 750px) {
  .bajie-article-text {
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
  }
}
.bajie-article-note {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

@media (max-width: 750px) {
  .bajie-article-note {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.divide-dashed-line {
  border-bottom: 1px dashed #707070;
}

* {
  scroll-behavior: smooth;
}

.theme-color {
  color: #444444 !important;
}

.theme-color-bg {
  background-color: #21b97c;
}

.theme-color-bg-32 {
  background-color: rgba(33, 185, 124, 0.32);
}

.theme-color-bg-20 {
  background-color: rgba(33, 185, 124, 0.2);
}

.theme-color-bg-10 {
  background-color: rgba(33, 185, 124, 0.1);
}

.font-white {
  color: #fff;
}

.navbar-bajie {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1200px) {
  .navbar-bajie {
    width: 100vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.navbar-bajie-white {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}

.navbar-collapse-bajie {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.logo {
  width: 66px;
  height: 66px;
  margin-right: 7px;
}

@media (max-width: 1400px) {
  .logo {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .logo {
    width: 8.8vw;
    height: 8.8vw;
    margin-right: 1.3333333333vw;
  }
}
.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #21b97c;
}

@media (max-width: 1400px) {
  .name {
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  .name {
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #21b97c;
  }
}
.navbar-toggle-icon {
  width: 44px;
  height: 44px;
}

@media (max-width: 750px) {
  .navbar-toggle-icon {
    width: 8.8vw;
    height: 8.8vw;
  }
}
.navbar-nav-bajie {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-nav-bajie .nav-link-bajie {
  font-size: 22px;
  font-weight: bold;
  font-family: Merriweather;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #151515;
}

.navbar-nav-bajie .nav-link-bajie:hover {
  color: #21b97c;
}

@media (max-width: 1400px) {
  .navbar-nav-bajie .nav-item {
    padding: 24px 0;
  }

  .navbar-nav-bajie .nav-link-bajie {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .navbar-nav-bajie .nav-item {
    padding: 3.2vw 0;
  }

  .navbar-nav-bajie .nav-link-bajie {
    font-size: 4vw;
    padding: 0 1.3333333333vw;
  }
}
.banner {
  margin-top: 120px;
}

.banner-video {
  padding: 0 5.2083333333vw;
  width: 100%;
}

.banner-text {
  font-size: 1.4583333333vw;
  line-height: 2.5vw;
  font-family: Merriweather;
}
.banner-mt{
  margin-top: 6vw;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .banner {
    margin-top: 21.3333333333vw;
  }

  .banner-video {
    padding: 0;
  }

  .banner-media .banner-play {
    width: 10.8vw;
  }

  .banner-text {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
  .banner-mt{
    margin-top: 8vw;
  }
}
.certificates {
  position: relative;
  margin-top: 4.1666666667vw;
  padding: 4.1666666667vw 0;
}

.certificates .swiper-container {
  position: static;
  overflow: auto;
}

.certificates .swiper-container::-webkit-scrollbar {
  display: none;
}

.certificates .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.certificates .swiper-slide-active,
.certificates .swiper-slide-duplicate-active {
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.certificates .swiper-button-prev,
.certificates .swiper-button-next {
  color: #21b97c;
  top: 20.8333333333vw;
}

.certificates .swiper-button-prev {
  left: -4.1666666667vw;
}

.certificates .swiper-button-next {
  right: -4.1666666667vw;
}

.certificates .swiper-pagination {
  color: #21b97c;
  bottom: 20.3125vw;
  font-weight: bold;
}

.certificates .swiper-slide img {
  display: block;
  width: 28.6458333333vw;
}

.certificates .certificates-text-title {
  display: none;
}

.certificates .certificates-text-bold {
  margin-top: 7.2916666667vw;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  font-family: Didact Gothic;
}

.certificates .certificates-text {
  font-size: 1.4583333333vw;
  line-height: 2.0833333333vw;
}

@media (max-width: 750px) {
  .certificates .swiper-slide img {
    display: block;
    width: 60vw;
  }

  .certificates .swiper-pagination {
    color: #21b97c;
    bottom: 106.6666666667vw;
  }

  .certificates .swiper-button-prev,
.certificates .swiper-button-next {
    display: none;
  }

  .certificates .certificates-text-title {
    margin-top: 16vw;
    margin-bottom: 4.2666666667vw;
    display: block;
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
    font-weight: bold;
    font-family: Merriweather;
    text-align: center;
  }

  .certificates .certificates-text-bold {
    margin-top: 0vw;
  }

  .certificates .certificates-text-bold,
.certificates .certificates-text {
    padding: 0 4vw;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}
.quality {
  padding: 0;
  margin-bottom: 8vw;
}

.quality .quality-info .quality-info-title {
  font-size: 3.6458333333vw;
  font-weight: bold;
  font-family: Merriweather;
  line-height: 5.2083333333vw;
}

.quality .quality-info .quality-info-text {
  margin-top: 3.125vw;
  font-size: 1.4583333333vw;
  line-height: 2.0833333333vw;
}

.quality .quality-imgs {
  position: relative;
}

.quality .quality-imgs .img-big {
  width: 100%;
}

@media (max-width: 750px) {
  .quality {
    margin-bottom: 25.3333333333vw;
  }

  .quality .quality-info .quality-info-title {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }

  .quality .quality-info .quality-info-text {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }

  .quality .quality-imgs {
    margin-top: 5.3333333333vw;
  }

  .quality .quality-imgs .img-big {
    width: 100%;
  }
}
.brand {
  padding: 0;
}

.brand .brand-title {
  margin-bottom: 2.0833333333vw;
  font-size: 3.6458333333vw;
  line-height: 5.2083333333vw;
  font-family: Merriweather;
  font-weight: bold;
}

.brand .brand-text {
  font-size: 1.4583333333vw;
  line-height: 2.0833333333vw;
}

@media (max-width: 750px) {
  .brand .brand-title {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 13.3333333333vw;
  }

  .brand .brand-text {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.service .service-title {
  margin-bottom: 2.0833333333vw;
  font-size: 3.6458333333vw;
  line-height: 2.5vw;
  font-family: Merriweather;
  font-weight: bold;
  text-align: center;
}

.service .service-text {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4583333333vw;
  line-height: 1.875vw;
}

@media (max-width: 750px) {
  .service .service-title {
    font-size: 5.3333333333vw;
    line-height: 6.4vw;
  }

  .service .service-text {
    padding: 2.6666666667vw 0 16vw;
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }

  .service .service-img {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
.subsidiary-title {
  margin-top: 6.25vw;
}

@media (max-width: 750px) {
  .subsidiary-title {
    margin-top: 2.6666666667vw;
  }
}
.subsidiary .subsidiary-video {
  width: 100%;
}

.subsidiary .subsidiary-text {
  font-size: 1.4583333333vw;
  line-height: 1.875vw;
}

.subsidiary .subsidiary-img img {
  width: 100%;
}

@media (max-width: 750px) {
  .subsidiary .subsidiary-video,
.subsidiary .subsidiary-text,
.subsidiary .subsidiary-img {
    padding: 0;
  }

  .subsidiary .subsidiary-text {
    margin: 3.2vw 0;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}
.factories .factories-center {
  position: relative;
  margin: 1.25vw 0;
}
.factories .factorys-round{
  border-radius: 2vw;
}

.factorys-subtitle1{
  font-size: 1.8vw;
}
.factorys-subtitle2{
  font-size: 2vw;
}
.factorys-num-color{
  color: #21b97c;
}
.factories .factories-center .factorys-center-round {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25.4166666667vw;
  height: 25.4166666667vw;
  border-radius: 50%;
  background-color: #21b97c;
}

.factories .factories-center .factorys-center-roundtext {
  width: 24.4791666667vw;
  height: 24.4791666667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  font-size: 3.6458333333vw;
  line-height: 24.4791666667vw;
  text-align: center;
  font-weight: bold;
  font-family: Merriweather;
}

.factories .factories-center .factorys-center-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.factories .factories-center .factorys-center-infos .factorys-center-info-num {
  font-size: 3.6458333333vw;
  color: #21b97c;
}

.factories .factories-center .factorys-center-infos .factorys-center-info-text {
  font-size: 1.875vw;
}
.factories .factories-imgs {
  padding: .5vw;
}

@media (max-width: 750px) {
  .factorys-subtitle1{
    font-size: 3vw;
  }
  .factorys-subtitle2{
    font-size: 3.5vw;
  }
  .factories .factories-imgs {
    /* padding: 0 1.3333333333vw; 原先效果的 */
    padding: .5vw;
  }

  .factories .factories-center {
    margin: 2.6666666667vw 0;
  }

  .factories .factories-center .factorys-center-round {
    width: 54.4vw;
    height: 54.4vw;
  }

  .factories .factories-center .factorys-center-roundtext {
    width: 52vw;
    height: 52vw;
    line-height: 52vw;
    font-size: 8vw;
  }

  .factories .factories-center .factorys-center-gutter {
    height: 46.6666666667vw;
  }

  .factories .factories-center .factorys-center-infos {
    padding: 0;
  }

  .factories .factories-center .factorys-center-infos .factorys-center-info {
    position: absolute;
    width: 40vw;
    z-index: 2;
  }

  .factories .factories-center .factorys-center-infos .factorys-center-info-r {
    right: 0vw;
  }

  .factories .factories-center .factorys-center-infos .factorys-center-info-l {
    left: 1vw;
  }

  .factories .factories-center .factorys-center-infos .factorys-center-info-num {
    font-size: 6.6666666667vw;
  }

  .factories .factories-center .factorys-center-infos .factorys-center-info-text {
    font-size: 4.8vw;
  }

  .factories .factories-center .factorys-center-img {
    padding: 0 1.3333333333vw;
  }
}
.team {
  background: #151515;
  padding: 3.125vw 0;
  text-align: center;
  color: #fff;
  font-family: Merriweather;
}

.team .team-title {
  margin-bottom: 2.0833333333vw;
  font-size: 3.6458333333vw;
  line-height: 4.6875vw;
  font-weight: bold;
}

.team .emps .emp .emp-img {
  width: 11.9791666667vw;
}

.team .team-emp {
  flex: 0 0 16%;
  max-width: 16%;
  margin: 0 1vw;
}
@media (max-width: 750px) {
  .team .team-emp {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.team .emps .emp .emp-pos {
  margin: 1.0416666667vw 0;
  font-size: 1.0416666667vw;
  line-height: 1.875vw;
}

.team .emps .emp .emp-join {
  width: 11.9791666667vw;
  line-height: 17.96875vw;
  border-radius: 0.5208333333vw;
  background: #21b97c;
  font-size: 1.5625vw;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 750px) {
  .team .team-title {
    font-size: 8vw;
    line-height: 10.6666666667vw;
  }

  .team .emps .emp .emp-img {
    width: 25.3333333333vw;
  }

  .team .emps .emp .emp-pos {
    margin: 2.6666666667vw 0;
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }

  .team .emps .emp .emp-join {
    width: 25.3333333333vw;
    height: 37.8666666667vw;
    line-height: 37.8666666667vw;
    font-size: 4vw;
    border-radius: 1.3333333333vw;
  }
}
.outstanding .outstanding-video {
  padding: 0 5.2083333333vw;
  width: 100%;
}

@media (max-width: 750px) {
  .outstanding {
    padding: 0;
  }
}
.team-activities {
  position: relative;
  padding: 0;
}

.team-activities .swiper-container {
  position: static;
  overflow: auto;
}

.team-activities .swiper-container::-webkit-scrollbar {
  display: none;
}

.team-activities .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.team-activities .swiper-slide-active,
.team-activities .swiper-slide-duplicate-active {
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.team-activities .swiper-slide img {
  display: block;
  width: 23.9583333333vw;
}

.team-activities .swiper-pagination {
  color: #21b97c;
  font-weight: bold;
  bottom: -2.6041666667vw;
}

@media (max-width: 750px) {
  .team-activities .swiper-slide {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .team-activities .swiper-slide-active,
.team-activities .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .team-activities .swiper-slide img {
    width: 66.6666666667vw;
  }

  .team-activities .swiper-pagination {
    bottom: -13.3333333333vw;
  }
}
.contact {
  padding: 3.125vw;
}

.contact .contact-title {
  line-height: 4.1666666667vw;
  font-size: 3.125vw;
  font-weight: bold;
  font-family: Merriweather;
  color: #151515;
}

.contact .contact-info {
  margin-bottom: 3.2vw;
}

.contact .contact-info .contact-info-img {
  width: 4.1666666667vw;
}

.contact .contact-info .contact-info-name {
  margin-top: 1.1458333333vw;
  font-size: 1.0416666667vw;
  color: #444444;
}

.contact .contact-info .contact-info-text {
  font-size: 1.4583333333vw;
  line-height: 1.875vw;
  font-weight: 400;
  color: #151515;
  word-wrap: break-word;
  word-break: break-all;
}

.contact .contact-form {
  width: 100%;
  padding: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-radius: 1.3020833333vw;
  background: #21b97c;
  font-size: 1.5625vw;
}

.contact .contact-form .text-input {
  width: 100%;
  margin-bottom: 1.25vw;
  padding: 0.5em 0;
  outline-style: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: none;
  color: #fff;
}

.contact .contact-form .text-input::-webkit-input-placeholder {
  color: #fff;
}

.contact .contact-form .text-input-border {
  border: 2px solid #fff;
  border-radius: 0.5208333333vw;
  padding: 0.5em 1em;
}

.contact .contact-form .form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0;
  margin-bottom: 2.0833333333vw;
}

.contact .contact-form .checkbox-input {
  position: absolute;
  width: 1.875vw;
  height: 1.875vw;
  background-color: #fff;
  border-radius: 50%;
}

.contact .contact-form input[type=checkbox] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.875vw;
  height: 1.875vw;
  margin-right: 1.25vw;
  line-height: 1.875vw;
  text-align: center;
  position: relative;
}

.contact .contact-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #21b97c;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.contact .contact-form input[type=checkbox]:checked::before {
  content: "✓";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  color: #21b97c;
  font-size: 1.875vw;
  font-weight: bold;
}

.contact .contact-form .checkbox-text {
  font-size: 1.0416666667vw;
  line-height: 1.5625vw;
  color: #fff;
}

.contact .contact-form .btn {
  background: none;
  border: 2px solid #fff;
  font-size: 1.5625vw;
  color: #fff;
}

.contact .contact-easy {
  position: fixed;
  z-index: 999;
  right: 2.0833333333vw;
  bottom: 2.0833333333vw;
  border-radius: 1.8229166667vw;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .contact-easy .contact-easy-img {
  width: 4.5833333333vw;
}

.contact .contact-easy .whatsapp {
  display: none;
}

@media (max-width: 750px) {
  .contact {
    padding: 3.2vw 0;
  }

  .contact .contact-title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    text-align: center;
  }

  .contact .contact-form-wrap {
    padding: 0;
  }

  .contact .contact-form {
    font-size: 4vw;
    border-radius: 0;
  }

  .contact .contact-form .text-input {
    border-bottom: 1px solid #fff;
  }

  .contact .contact-form .text-input-border {
    border: 1px solid #fff;
    border-radius: 1.3333333333vw;
  }

  .contact .contact-form .form-check {
    margin-bottom: 5.3333333333vw;
  }

  .contact .contact-form .checkbox-input {
    width: 4.8vw;
    height: 4.8vw;
  }

  .contact .contact-form input[type=checkbox] {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 3.2vw;
    line-height: 4.8vw;
  }

  .contact .contact-form input[type=checkbox]::before {
    border: 1px solid #fff;
  }

  .contact .contact-form input[type=checkbox]:checked::before {
    font-size: 4.8vw;
  }

  .contact .contact-form .checkbox-text {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }

  .contact .contact-form .btn {
    font-size: 4vw;
    border-width: 1px;
  }

  .contact .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 3.2vw;
  }

  .contact .contact-info .contact-info-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10.6666666667vw;
    margin-right: 3.2vw;
  }

  .contact .contact-info .contact-info-img img {
    width: 100%;
  }

  .contact .contact-info .contact-info-name {
    font-size: 3.2vw;
    line-height: 6.6666666667vw;
  }

  .contact .contact-info .contact-info-text {
    width: 100%;
    font-size: 4vw;
    line-height: 6.6666666667vw;
    word-wrap: break-word;
    word-break: break-all;
  }

  .contact .contact-easy {
    right: 10.6666666667vw;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 8vw;
    border-radius: 10vw;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  }

  .contact .contact-easy .contact-easy-img {
    width: 16vw;
  }

  .contact .contact-easy .whatsapp {
    display: inline;
  }
}
.footer {
  padding: 1.25vw 0;
}

.footer .footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-info .footer-info-logo {
  width: 5.3645833333vw;
  margin-right: 3.3333333333vw;
}

.footer .footer-info .footer-info-logo img {
  width: 100%;
}

.footer .footer-info .footer-info-text {
  width: 18.8541666667vw;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.5625vw;
  color: #ffffff;
}

.footer .footer-link {
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 1.5625vw;
  font-family: Merriweather;
  margin-bottom: 1.0416666667vw;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

.footer .copyright {
  margin-top: 4.6875vw;
  font-size: 0.7291666667vw;
  line-height: 0.9895833333vw;
  text-align: center;
  color: #fff;
}

@media (max-width: 750px) {
  .footer {
    padding: 5.3333333333vw 0;
  }

  .footer .footer-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .footer-info .footer-info-logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13.7333333333vw;
  }

  .footer .footer-info .footer-info-logo img {
    width: 100%;
  }

  .footer .footer-info .footer-info-text {
    width: 69.2vw;
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }

  .footer .footer-links {
    margin-top: 5.3333333333vw;
  }

  .footer .footer-link {
    font-size: 3.7333333333vw;
    line-height: 4.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }

  .footer .copyright {
    margin-top: 10.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 4vw;
  }
}