* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Futura PT";
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-button {
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background-color: #f0bc00;
}
::-webkit-scrollbar-track-piece {
  background-color: #000;
}
.modal {
  opacity: 0;
  visibility: hidden;
}
.modal.active,
.overlay.active {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0.95;
  visibility: visible;
  -webkit-transform: translate(0) scale(1);
  -ms-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  list-style: none;
}
.mets {
  width: 100%;
  height: 50%;
  min-height: 500px;
  margin: auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mets i {
  font-size: 72px;
  color: #f0bc00;
  margin: 0 auto;
}
.mets h1 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin: 40px 0;
}
.mets span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.boms {
  position: relative;
}
#hidden-content {
  width: 400px;
  min-height: 350px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#hidden-content span {
  width: 100%;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
#hidden-content form {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-clip: padding-box;
}
#hidden-content form .formItem {
  position: relative;
  width: 100%;
  font-size: 14px;
  position: relative;
  margin: 30px 0;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#hidden-content ::-webkit-input-placeholder {
  color: #10122b;
  z-index: 5;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hidden-content :-ms-input-placeholder {
  color: #10122b;
  z-index: 5;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hidden-content ::-ms-input-placeholder {
  color: #10122b;
  z-index: 5;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hidden-content ::placeholder {
  color: #10122b;
  z-index: 5;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hidden-content .formItem input {
  background: transparent;
  border: none;
  width: 100%;
  padding: 10px 20px;
  color: black;
  position: relative;
  outline: none;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  resize: none;
  font-size: 16px;
  border-bottom: 1px solid #5a5a5a;
}
#hidden-content .formItem input:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#hidden-content .formItem input:focus {
  width: 100%;
  border-bottom: 3px solid #f0bc00;
}
#hidden-content .formItem input:focus ~ label {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#hidden-content .formItem textarea:focus ~ label {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#hidden-content .formItem label {
  pointer-events: none;
  color: #10122b;
  position: absolute;
  top: 11px;
  left: 40px;
  z-index: 5;
  opacity: 1;
  font-size: 13px;
  font-weight: 800;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-19px);
  -ms-transform: translateX(-19px);
  transform: translateX(-19px);
  letter-spacing: 1px;
}
#hidden-content .btn {
  width: 100%;
  background: none;
  padding: 20px 20px;
  color: white;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  background: #000;
  outline: none;
  text-align: center;
  border: 1px solid transparent;
}
#hidden-content .btn:hover {
  background: #fff;
  color: #f0bc00;
  border: 1px solid #f0bc00;
}
.header {
  width: 100%;
  height: 85px;
  position: fixed;
  z-index: 40;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header .content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.header .content .logo a {
  color: #fff;
}
.header .content .logo a img {
  width: 60px;
}
.header .content .city a {
  font-size: 14px;
  margin: 0 5px;
  color: #fff;
}
.header .content .city a.activ {
  color: #fff;
  font-weight: 800;
}
.header .content .menu {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .content .menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .content .menu ul li a {
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.header .content .menu ul li a:before {
  content: "";
  width: 30%;
  height: 2px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -30%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .content .menu ul li a:after {
  content: "";
  width: 30%;
  height: 2px;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: -30%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .content .menu ul li a:hover:after {
  background: #fff;
}
.header .content .menu ul li a:hover:before {
  background: #fff;
}
.header .content .menu ul li a.acti {
  color: #ff434b !important;
}
.header .content .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .content .phone .left {
  width: 25px;
  height: 25px;
  padding: 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .content .phone .left i {
  color: #f0bc00;
  z-index: 2;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .content .phone .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header .content .phone .right .phone {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
  color: #fff;
}
.header .content .phone .right .phone:hover {
  border-bottom: 1px solid #fff;
}
.header .content .phone .right .mail {
  font-weight: 600;
  margin-top: 5px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
  color: #fff;
}
.header .content .phone .right .mail:hover {
  border-bottom: 1px solid #fff;
}
.section {
  width: 100%;
  min-height: 80vh;
  position: relative;
}
.section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  background: url("../img/BG2.jpg") center no-repeat;
  background-size: cover;
}
.section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #060c1b;
  opacity: 0.6;
}
.section .content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
.section .content .box-e {
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
}
.section .content .box-e .title h1 {
  width: 90%;
  font-weight: 700;
  color: #fff;
  font-size: 54px;
  line-height: 65px;
}
.section .content .box-e .boxs {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}
.section .content .box-e .boxs .box {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin-bottom: 30px;
}
.section .content .box-e .boxs .box:hover {
  -webkit-animation: boms 0.3s linear;
  animation: boms 0.3s linear;
}
@-webkit-keyframes boms {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  75% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes boms {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  75% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.section .content .box-e .boxs .box i {
  color: #f0bc00;
  padding: 15px;
  background: #fff;
  font-size: 20px;
  margin-right: 20px;
}
.section .content .box-e .boxs .box span {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
}
.section .content .box-e .lot {
  width: 362px;
  height: 182px;
  background: #000;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  font-weight: 700;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}
.section .content .box-e .lot:before {
  content: "";
  width: 50px;
  height: 150%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #f0bc0045;
  -webkit-animation: lot 2.5s ease-in-out infinite;
  animation: lot 2.5s ease-in-out infinite;
}
@-webkit-keyframes lot {
  0% {
    -webkit-transform: translateX(-100px) rotate(25deg);
    transform: translateX(-100px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(400px) rotate(25deg);
    transform: translateX(400px) rotate(25deg);
  }
  to {
    -webkit-transform: translateX(450px) rotate(25deg);
    transform: translateX(450px) rotate(25deg);
  }
}
@keyframes lot {
  0% {
    -webkit-transform: translateX(-100px) rotate(25deg);
    transform: translateX(-100px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(400px) rotate(25deg);
    transform: translateX(400px) rotate(25deg);
  }
  to {
    -webkit-transform: translateX(450px) rotate(25deg);
    transform: translateX(450px) rotate(25deg);
  }
}
.section .content .box-e .lot:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0.6;
}
.section .content .box-e .lot .top {
  position: relative;
  display: block;
  margin-bottom: 45px;
  width: 0;
  height: 0;
  border-top: 15px solid #f0bc00;
  border-right: 15px solid transparent;
}
.section .content .box-e .lot span {
  width: 80%;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.section2 {
  width: 100%;
  min-height: 80vh;
  position: relative;
  overflow: hidden;
}
.section2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  background: #f6f6f6;
}
.section2 .content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding: 100px 0;
}
.section2 .sect50 {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding: 100px 0;
}
.section2 .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section2 .content .title h1 {
  font-size: 50px;
  font-weight: 800;
  width: 100%;
}
.section2 .content .boxs-mob {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
}
.section2 .content .box-y {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
}
.section2 .content .right-s i{
  font-size: 55px;
  color: rgb(30, 187, 30);
  
  }
.section2 .content .right-s {
margin-top: -5px;
  
  }
.section2 .content .right-s {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
 


}
.section2 .content .right-s .bor{
  width: 90%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;

}
.section2 .content .right-s p{
 margin: 30px 0;
 font-size: 25px;
 text-transform: uppercase;
 opacity: 0.6;

}
.section2 .content .right-s .lot {
  width: 100%;
  max-width: 350px;
  height: 200px;
  background: #000;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.section2 .content .right-s .lot:before {
  content: "";
  width: 50px;
  height: 150%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #f0bc0045;
  -webkit-animation: lot 3s ease-in-out infinite;
  animation: lot 3s ease-in-out infinite;
}
@keyframes lot {
  0% {
    -webkit-transform: translateX(-100px) rotate(25deg);
    transform: translateX(-100px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(400px) rotate(25deg);
    transform: translateX(400px) rotate(25deg);
  }
  to {
    -webkit-transform: translateX(450px) rotate(25deg);
    transform: translateX(450px) rotate(25deg);
  }
}
.section2 .content .right-s .lot:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0.6;
}
.section2 .content .right-s .lot .top {
  position: relative;
  display: block;
  margin-bottom: 45px;
  width: 0;
  height: 0;
  border-top: 15px solid #f0bc00;
  border-right: 15px solid transparent;
}
.section2 .content .right-s .lot span {
  width: 80%;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.section2 .content .right-s .trans {
  background: transparent;
  min-height: 240px;
}
.section2 .content .right-s img{
width: 50px;

}


.section2 .content .right-s .bor .bordr{
 width: 100%;

 
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;


}
.section2 .content .right-s .bor .bordr:nth-child(3){
 margin-top: 60px;


}
.section2 .content .right-s .bor .bordr .bord-lef{
  width: 50%;
  font-size: 23px;
  font-weight: 600;
  opacity: 0.6;
  text-transform: uppercase;
  margin-right: 10px;
  }
  .section2 .content .right-s .bor .bordr .bord-rig{
    min-width: 100px;
    font-size: 30px;
    font-weight: 600;
    opacity: 0.6;
    text-transform: uppercase;
    color: #f0bc00;
   
    }
  .section2 .content .right-s .bor .bordr .bord-rit{
    font-size: 22px;
    font-weight: 600;
    opacity: 0.6;
    text-transform: uppercase;
    color: #111111;
    position: relative;
    width: 200px;
    
   
    }
  .section2 .content .right-s .bor .bordr .bord-rit img{
 
    position: absolute;
    left: -30%;
    top: -170%;
    width: 130%;
   
    }
  .section2 .content .right-s .bor .bordr .bord-rig.leas2{
      position: relative;
    }
 
.section2 .content .left-s {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
 


}
.section2 .content .left-s .bor{
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;

}
.section2 .content .left-s p{
 margin: 30px 0;
 font-size: 25px;
 text-transform: uppercase;
 opacity: 0.6;

}
.section2 .content .left-s img{
width: 50px;

}


.section2 .content .left-s .bor .bordr{
 width: 100%;

 
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;


}
.section2 .content .left-s .bor .bordr .bord-lef{
  width: 50%;
  font-size: 23px;
  font-weight: 600;
  opacity: 0.6;
  text-transform: uppercase;
  margin-right: 10px;
  }
  .section2 .content .left-s .bor .bordr .bord-rig{
    min-width: 100px;
    font-size: 30px;
    font-weight: 600;
    opacity: 0.6;
    text-transform: uppercase;
    color: #f0bc00;
   
    }
  .section2 .content .left-s .bor .bordr .bord-rig.leas2{
      position: relative;
    }
  
  
.section2 .content .boxs-mob .box-col-m {
  width: 31%;
  height: 100%;
  min-height: 350px;
  background: #fff;
  padding: 30px;
  margin: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section2 .content .boxs-mob .box-col-m .num {
  color: #f0bc00;
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 30px;
}
.section2 .content .boxs-mob .box-col-m span {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.8;
}
.section2 .content .boxs-mob .lot {
  width: 31%;
  min-height: 350px;
  background: #000;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.section2 .content .boxs-mob .lot:before {
  content: "";
  width: 50px;
  height: 150%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #f0bc0045;
  -webkit-animation: lot 3s ease-in-out infinite;
  animation: lot 3s ease-in-out infinite;
}
@keyframes lot {
  0% {
    -webkit-transform: translateX(-100px) rotate(25deg);
    transform: translateX(-100px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(400px) rotate(25deg);
    transform: translateX(400px) rotate(25deg);
  }
  to {
    -webkit-transform: translateX(450px) rotate(25deg);
    transform: translateX(450px) rotate(25deg);
  }
}
.section2 .content .boxs-mob .lot:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0.6;
}
.section2 .content .boxs-mob .lot .top {
  position: relative;
  display: block;
  margin-bottom: 45px;
  width: 0;
  height: 0;
  border-top: 15px solid #f0bc00;
  border-right: 15px solid transparent;
}
.section2 .content .boxs-mob .lot span {
  width: 80%;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.section2 .content .boxs-mob .trans {
  background: transparent;
  min-height: 240px;
}
.section7 {
  width: 100%;
  min-height: 71vh;
  position: relative;
  overflow: hidden;
}
.section7:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  background: #f6f6f6;
}
.section7 .content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 20px;
}
.section7 .content .box {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section7 .content .box .left {
  width: 100%;
}
.section7 .content .box .left h2 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 50px;
  line-height: 64px;
  color: #151d29;
}
.section7 .content .box .left span {
    width: 100%;
  margin-bottom: 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #151d29;
}
.section7 .content .box .left .newe {
  margin-bottom: 80px;
  margin-top: 40px;
  font-weight: normal;
  font-size: 26px;
  line-height: 25px;
  font-weight: 600;
  color: #151d29;
}
.section7 .content .box .left .lot {
  width: 100%;
  max-width: 350px;
  height: 182px;
  background: #000;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  font-weight: 700;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  margin-bottom: 30px;
}
.section7 .content .box .left .lot:before {
  content: "";
  width: 50px;
  height: 150%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #f0bc0045;
  -webkit-animation: lot 2.5s ease-in-out infinite;
  animation: lot 2.5s ease-in-out infinite;
}
@keyframes lot {
  0% {
    -webkit-transform: translateX(-100px) rotate(25deg);
    transform: translateX(-100px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(400px) rotate(25deg);
    transform: translateX(400px) rotate(25deg);
  }
  to {
    -webkit-transform: translateX(450px) rotate(25deg);
    transform: translateX(450px) rotate(25deg);
  }
}
.section7 .content .box .left .lot:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0.6;
}
.section7 .content .box .left .lot .top {
  position: relative;
  display: block;
  margin-bottom: 75px;
  width: 0;
  height: 0;
  border-top: 15px solid #f0bc00;
  border-right: 15px solid transparent;
}
.section7 .content .box .left .lot span {
  width: 80%;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.section7 .content .box .left p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #151d29;
}
.section7 .content .box .left p font {
  color: #f0bc00;
  font-size: 30px;
  margin-right: 20px;
}
.section7 .content .box .right {
  width: 45%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section7 .content .box .right h1 {
  text-align: right;
  font-size: 82px;
  color: #f0bc00;
  font-weight: 900;
  text-transform: uppercase;
}
.section7 .content .nu3 {
  width: 100%;
  height: 10px;
  margin: 10px;
  padding: 20px;
}
.section7 .content .box-s {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 70px;
}
.section7 .content .box-s .left {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section7 .content .box-s .left h3 {
  width: 100%;
  font-weight: 800;
  font-size: 37px;
  line-height: 50px;
}
.section7 .content .box-s .left .img-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section7 .content .box-s .left .img-text img {
  width: 100%;
  margin-left: -80px;
}
.section7 .content .box-s .left .img-text .text {
  margin-left: -140px;
}
.section7 .content .box-s .left .img-text .text span {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 800;
  color: #006cfc;
}
.section7 .content .box-s .left .img-text .text p {
  font-weight: 500;
  font-size: 18px;
  opacity: 0.8;
  margin-top: 30px;
  line-height: 25px;
}
.section7 .content .box-s .right {
  width: 40%;
  height: 100%;
  position: relative;
  margin-left: 50px;
  padding: 30px;
  padding-left: 40px;
}
.section7 .content .box-s .right:before {
  content: "";
  width: 300%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
}
.section7 .content .box-s .right form {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-clip: padding-box;
}
.section7 .content .box-s .right form .formItem {
  position: relative;
  width: 100%;
  font-size: 14px;
  position: relative;
  margin: 30px 0;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.section7 .content .box-s .right ::-webkit-input-placeholder {
  color: #10122b;
  z-index: 5;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section7 .content .box-s .right :-ms-input-placeholder {
  color: #10122b;
  z-index: 5;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section7 .content .box-s .right ::-ms-input-placeholder {
  color: #10122b;
  z-index: 5;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section7 .content .box-s .right ::placeholder {
  color: #10122b;
  z-index: 5;
  opacity: 1;
  font-size: 12px;
  font-weight: 800;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section7 .content .box-s .right .formItem input {
  background: transparent;
  border: none;
  width: 100%;
  padding: 10px 20px;
  color: black;
  position: relative;
  outline: none;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  resize: none;
  font-size: 16px;
  border-bottom: 1px solid #5a5a5a;
}
.section7 .content .box-s .right .formItem input:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.section7 .content .box-s .right .formItem input:focus {
  width: 100%;
  border-bottom: 3px solid #f0bc00;
}
.section7 .content .box-s .right .formItem input:focus ~ label {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.section7 .content .box-s .right .formItem textarea:focus ~ label {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.section7 .content .box-s .right .formItem label {
  pointer-events: none;
  color: #10122b;
  position: absolute;
  top: 11px;
  left: 40px;
  z-index: 5;
  opacity: 1;
  font-size: 13px;
  font-weight: 800;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-19px);
  -ms-transform: translateX(-19px);
  transform: translateX(-19px);
  letter-spacing: 1px;
}
.section7 .content .box-s .right .btn {
  width: 100%;
  background: none;
  padding: 20px 20px;
  color: white;
  font-size: 22px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  background: #f0bc00;
  outline: none;
  text-align: left;
}
.section7 .content .box-s .right .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin-bottom: 45px;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
}
.section7-7 {
  width: 100%;
  min-height: 71vh;
  position: relative;
  overflow: hidden;
}
.section7-7:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
}
.section7-7 .content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding: 100px 0;
}
.section7-7 .content .title h1 {
  font-size: 46px;
  font-weight: 800;
  width: 100%;
  position: relative;
  color: #000;
}
.section7-7 .content .title h1:before {
  content: attr(data-text);
  font-size: 142px;
  color: #fff;
  position: absolute;
  right: -850px;
  top: -100px;
  font-weight: 800;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.section7-7 .content .boxs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section7-7 .content .boxss {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
}
.section7-7 .content .boxss .boxi {
  width: 32%;
  min-height: 220px;
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  justify-content: flex-start;
  flex-direction: column;
}
.section7-7 .content .boxss .boxi p{
 
  margin-top: 50px;
}
.section7-7 .content .boxss .lot {
  width: 32%;
  height: 220px;
  background: #000;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  font-size: 28px;
  font-weight: 700;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}
.section7-7 .content .boxss .lot:before {
  content: "";
  width: 50px;
  height: 150%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #f0bc0045;
  -webkit-animation: lot 2.5s ease-in-out infinite;
  animation: lot 2.5s ease-in-out infinite;
}
@-webkit-keyframes lot {
  0% {
    -webkit-transform: translateX(-100px) rotate(25deg);
    transform: translateX(-100px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(400px) rotate(25deg);
    transform: translateX(400px) rotate(25deg);
  }
  to {
    -webkit-transform: translateX(450px) rotate(25deg);
    transform: translateX(450px) rotate(25deg);
  }
}
@keyframes lot {
  0% {
    -webkit-transform: translateX(-100px) rotate(25deg);
    transform: translateX(-100px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(400px) rotate(25deg);
    transform: translateX(400px) rotate(25deg);
  }
  to {
    -webkit-transform: translateX(450px) rotate(25deg);
    transform: translateX(450px) rotate(25deg);
  }
}
.section7-7 .content .boxss .lot:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0.6;
}
.section7-7 .content .boxss .lot .top {
  position: relative;
  display: block;
  margin-bottom: 45px;
  width: 0;
  height: 0;
  border-top: 15px solid #f0bc00;
  border-right: 15px solid transparent;
}
.section7-7 .content .boxss .lot span {
  width: 80%;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
}
.section7-7 .content .boxss .boxi .top{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #fff;
  justify-content: space-between;
}
.section7-7 .content .boxss .boxi p{
    color: #000;
    opacity: 0.7;
    line-height: 22px;
    font-size: 20px;
    width: 100%;
}
.section7-7 .content .boxss .boxi .top span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 100%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 0;
 background: url("../img/step.png") center no-repeat;
 background-size: 100% 100%;
}
.sectbg {
  background: #e6e6e6;
}
.section7-7 .content .boxs .left {
  width: 50%;
}
.section7-7 .content .boxs .left p {
  line-height: 25px;
  margin: 10px 0;
  color: #000;
}
.section7-7 .content .boxs .right {
  width: 40%;
  margin-top: -45px;
}
.section7-7 .content .boxs .right .owl-carousel {
  width: 100%;
}
.section7-7 .content .boxs .right .owl-carousel .item {
  width: 100%;
}
.section7-7 .content .boxs .right .owl-carousel .item .box {
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #000;
  padding: 10px;
}
.section7-7 .content .boxs .right .owl-carousel .item .box span {
  margin: 10px 0;
}
.section7-7 .content .boxs .right .owl-carousel .item .box img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section7-7 .content .boxs .right .owl-carousel .owl-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
  z-index: 40;
}
.section7-7 .content .boxs .right .owl-carousel .owl-nav .owl-prev {
  min-width: 50px;
  height: 50px;
  background: #f0bc00;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}
.section7-7 .content .boxs .right .owl-carousel .owl-nav .owl-prev span {
  outline: none;
  font-size: 40px;
  position: absolute;
  top: -3px;
  outline: none;
}
.section7-7 .content .boxs .right .owl-carousel .owl-nav .owl-next {
  min-width: 50px;
  height: 50px;
  background: #f0bc00;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}
.section7-7 .content .boxs .right .owl-carousel .owl-nav .owl-next span {
  outline: none;
  font-size: 40px;
  position: absolute;
  top: -3px;
  outline: none;
}
.section7-7 .content .boxs .right .owl-carousel .owl-dots {
  display: none;
}
.section8 {
  width: 100%;
  min-height: 71vh;
  position: relative;
  overflow: hidden;
}
.section8:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  background: url("../img/BG8.jpg") center no-repeat;
  background-size: 100% 100%;
}
.section8:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #111217;
  opacity: 0.8;
}
.section8 .content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding: 100px 0;
}
.section8 .content .title h1 {
  font-size: 46px;
  font-weight: 800;
  width: 100%;
  position: relative;
  color: #fff;
}
.section8 .content .title h1:before {
  content: attr(data-text);
  font-size: 142px;
  color: #fff;
  position: absolute;
  right: -850px;
  top: -100px;
  font-weight: 800;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.section8 .content .owl-carousel {
  width: 100%;
  max-width: 1200px;
}
.section8 .content .owl-carousel .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section8 .content .owl-carousel .item .boxs {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
  margin: 1px;
  margin-top: 50px;
}
.section8 .content .owl-carousel .item .boxs .box {
  width: 100%;
  height: 100%;
  min-height: 450px;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 10px;
}
.section8 .content .owl-carousel .item .boxs .box img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.section8 .content .owl-carousel .item .boxs .box img:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0);
}
.section8 .content .owl-carousel .owl-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
}
.section8 .content .owl-carousel .owl-nav .owl-prev {
  min-width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}
.section8 .content .owl-carousel .owl-nav .owl-prev span {
  outline: none;
  font-size: 40px;
  position: absolute;
  top: -3px;
  outline: none;
}
.section8 .content .owl-carousel .owl-nav .owl-next {
  min-width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}
.section8 .content .owl-carousel .owl-nav .owl-next span {
  outline: none;
  font-size: 40px;
  position: absolute;
  top: -3px;
  outline: none;
}
.section8 .content .owl-carousel .owl-dots {
  display: none;
}
.section8 .content .number {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-top: -50px;
  z-index: 20;
}
.section8 .content .number span {
  margin-right: 70px;
  color: #f0bc00;
  font-size: 20px;
  position: relative;
}
.section8 .content .number span:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 200%;
  top: 50%;
  background: #fff;
}
.section9 {
  width: 100%;
  min-height: 71vh;
  position: relative;
  overflow: hidden;
}
.section9:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  background: #fff;
}
.section9 .content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding: 100px 0;
}
.section9 .content .title h1,
.section9 .content .title h2 {
  font-size: 46px;
  font-weight: 800;
  width: 100%;
  position: relative;
}
.section9 .content .title h1:before,
.section9 .content .title h2:before {
  content: attr(data-text);
  font-size: 142px;
  color: #fff;
  position: absolute;
  right: -700px;
  top: -60px;
  font-weight: 800;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.section9 .content .owl-carousel {
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
}
.section9 .content .owl-carousel .item .boxs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0;
  margin: 1px;
}
.section9 .content .owl-carousel .item .boxs .box {
  width: 50%;
  height: 100%;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 10px;
}
.section9 .content .owl-carousel .item .boxs .box img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
}
.section9 .content .owl-carousel .item .boxs .box img:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0);
}
.section9 .content .owl-carousel .owl-nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 50px;
}
.section9 .content .owl-carousel .owl-nav .owl-prev {
  min-width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}
.section9 .content .owl-carousel .owl-nav .owl-prev span {
  outline: none;
  font-size: 40px;
  position: absolute;
  top: -3px;
  outline: none;
}
.section9 .content .owl-carousel .owl-nav .owl-next {
  min-width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}
.section9 .content .owl-carousel .owl-nav .owl-next span {
  outline: none;
  font-size: 40px;
  position: absolute;
  top: -3px;
  outline: none;
}
.section9 .content .owl-carousel .owl-dots {
  display: none;
}
.section9 .content .inst {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 50px;
  margin-top: 30px;
  margin-right: 30px;
  font-size: 30px;
  text-align: center;
}
.section9 .content .inst:hover {
  color: #f0bc00;
}
.section9 .content .numbers {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-top: -50px;
  color: #000;
  margin-bottom: 50px;
}
.section9 .content .numbers span {
  margin-right: 70px;
  color: #f0bc00;
  font-size: 20px;
  position: relative;
}
.section9 .content .numbers span:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 200%;
  top: 50%;
  background: #000;
}
.section9 .content .contact {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section9 .content .contact .boxs-s {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section9 .content .contact .boxs-s .box-e {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section9 .content .contact .boxs-s .box-e span {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
  margin-bottom: 5px;
}
.section9 .content .contact .boxs-s .box-e .phone {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
}
.section9 .content .contact .boxs-s .box-e .phone:hover {
  border-bottom: 1px solid #000;
}
.section9 .content .contact .boxs-s .box-e .sup {
  font-size: 13px;
  opacity: 0.9;
}
.section9 .content .contact .boxs-s .box-e .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section9 .content .contact .boxs-s .box-e .social a {
  margin-right: 10px;
}
.section9 .content .contact .boxs-s .box-e .social a i {
  color: #000;
  font-size: 20px;
}
.section9 .content .contact .boxs-s .ies {
  width: 50%;
}
.section9 .content .map {
  width: 100%;
  position: relative;
}
.section9 .content .map:before {
  content: attr(data-texts);
  font-size: 142px;
  color: #fff;
  position: absolute;
  left: -150px;
  bottom: -60px;
  z-index: 2;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.section9 .content .map iframe {
  width: 100%;
  height: 100%;
  min-height: 550px;
  margin-top: 30px;
  border: none;
}
.section9 .content .info {
  width: 100%;
  margin: 30px 0;
  margin-top: 100px;
}
.section9 .content .info .boxs-i {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section9 .content .info .boxs-i .box-i {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section9 .content .info .boxs-i .box-i a img {
  width: 100px;
}
.section9 .content .info .boxs-i .box-i span {
  font-weight: 500;
  font-size: 15px;
}
.section9 .content .info .boxs-i .box-i .phone {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 20px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
}
.section9 .content .info .boxs-i .box-i .phone:hover {
  border-bottom: 1px solid #000;
}
.section9 .content .info .boxs-i .box-i .mail {
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0.8;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
}
.section9 .content .info .boxs-i .box-i .mail:hover {
  border-bottom: 1px solid #000;
}
.section9 .content .info .boxs-i .box-i .add {
  width: 100%;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0.8;
  text-align: right;
}
.section9 .content .info .boxs-i .rig {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section9-9 {
  width: 100%;
  min-height: 71vh;
  position: relative;
  overflow: hidden;
}
.section9-9:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  background: #fff;
}
.section9-9 .content {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding: 100px 0;
}
.section9-9 .content .title h1,
.section9-9 .content .title h2 {
  font-size: 46px;
  font-weight: 800;
  width: 100%;
  position: relative;
}
.section9-9 .content .title h1:before,
.section9-9 .content .title h2:before {
  content: attr(data-text);
  font-size: 142px;
  color: #fff;
  position: absolute;
  right: -700px;
  top: -60px;
  font-weight: 800;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.section9-9 .content .numbers {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-top: -50px;
  color: #000;
  margin-bottom: 50px;
}
.section9-9 .content .numbers span {
  margin-right: 70px;
  color: #f0bc00;
  font-size: 20px;
  position: relative;
}
.section9-9 .content .numbers span:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 200%;
  top: 50%;
  background: #000;
}
.section9-9 .content .contact {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section9-9 .content .contact .boxs-s {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section9-9 .content .contact .boxs-s .box-e {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section9-9 .content .contact .boxs-s .box-e span {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
  margin-bottom: 5px;
}
.section9-9 .content .contact .boxs-s .box-e .phone {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
}
.section9-9 .content .contact .boxs-s .box-e .phone:hover {
  border-bottom: 1px solid #000;
}
.section9-9 .content .contact .boxs-s .box-e .sup {
  font-size: 13px;
  opacity: 0.9;
}
.section9-9 .content .contact .boxs-s .box-e .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section9-9 .content .contact .boxs-s .box-e .social a {
  margin-right: 10px;
}
.section9-9 .content .contact .boxs-s .box-e .social a i {
  color: #000;
  font-size: 20px;
}
.section9-9 .content .contact .boxs-s .ies {
  width: 50%;
}
.section9-9 .content .cent {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  margin-top: 10px;
}
.section9-9 .content .cent a {
  margin: 5px;
}
.section9-9 .content .cent a img {
  width: 30px;
}
.section9-9 .content .map {
  width: 100%;
  position: relative;
}
.section9-9 .content .map:before {
  content: attr(data-texts);
  font-size: 142px;
  color: #fff;
  position: absolute;
  left: -150px;
  bottom: -60px;
  z-index: 2;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.section9-9 .content .map iframe {
  width: 100%;
  height: 100%;
  min-height: 550px;
  margin-top: 30px;
  border: none;
}
.section9-9 .content .info {
  width: 100%;
  margin: 30px 0;
  margin-top: 100px;
}
.section9-9 .content .info .boxs-i {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section9-9 .content .info .boxs-i .box-i {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section9-9 .content .info .boxs-i .box-i a img {
  width: 100px;
}
.section9-9 .content .info .boxs-i .box-i span {
  font-weight: 500;
  font-size: 15px;
}
.section9-9 .content .info .boxs-i .box-i .phone {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 20px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
}
.section9-9 .content .info .boxs-i .box-i .phone:hover {
  border-bottom: 1px solid #000;
}
.section9-9 .content .info .boxs-i .box-i .mail {
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0.8;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid transparent;
}
.section9-9 .content .info .boxs-i .box-i .mail:hover {
  border-bottom: 1px solid #000;
}
.section9-9 .content .info .boxs-i .box-i .add {
  width: 100%;
  font-weight: 500;
  margin-bottom: 5px;
  opacity: 0.8;
  text-align: right;
}
.section9-9 .content .info .boxs-i .rig {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer {
  width: 100%;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
}
.footer span {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 1420px) {
  .section7 .content .box-s .left .img-text img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .section9 .content .inst {
    font-size: 22px;
  }
  #hidden-content {
    width: 100%;
    padding: 20px;
  }
  #hidden-content form {
    margin-top: 20%;
  }
  #menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
  #menu ul {
    width: 100%;
    height: 50%;
    margin-top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #menu ul li a {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
  }
  .header {
    padding: 20px 10px;
  }
  .header .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }
  .header .content .menu {
    display: none;
  }
  .header .content .menu_open {
    width: 60px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .content .menu_open span {
    width: 50%;
    height: 2px;
    background: #f0bc00;
  }
  .header .content .phone .left {
    display: none;
  }
  .header .content .phone .right .phone {
    font-size: 16px;
  }
  .header .content .phone .right .mail {
    font-size: 14px;
  }
  .header .content .city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .content .city a {
    margin: 5px 3px;
  }
  .section .content {
    padding: 70px 20px;
  }
  .section .content .box-e {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section .content .box-e .title {
    width: 100%;
    text-align: left;
  }
  .section .content .box-e .title h1 {
    width: 100%;
    font-size: 29px;
    line-height: 35px;
  }
  .section .content .box-e .boxs {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
  }
  .section .content .box-e .boxs .box {
    margin: 5px 0;
    width: 100%;
  }
  .section .content .box-e .lot {
    width: 100%;
  }
  .section2 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section2 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section2 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section2 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section2 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section2 .content .box-y{
    
  }
  .section2 .content .box-y .left-s{
    width: 100%;
    
    
  }

  .section2 .content .box-y .left-s .bor{
    
    padding: 10px;
  }
  .section2 .content .box-y .left-s .bor .bordr .bord-lef{
    font-size: 15px;
    
  }
  .section2 .content .box-y .left-s .bor .bordr .bord-rig{
    font-size: 18px;
    
  }

  .section2 .content .box-y .right-s{
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .section2 .content .box-y .right-s .bor{
    width: 100%;
    padding: 10px;
  }
  .section2 .content .box-y .right-s .bor .bordr .bord-lef{
    font-size: 15px;
    
  }
  .section2 .content .box-y .right-s .bor .bordr .bord-rig{
    font-size: 18px;
    
  }
  .section2 .content .box-y .right-s .bor .bordr .bord-rit{
    font-size: 16px;
    
  }
  .section2 .content .box-y .right-s .bor .bordr .bord-rit img{
    width: 110%;
    left: -20%;  
    
  }
  .section2 .content .boxs-mob {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  .section2 .content .boxs-mob .box-col-m {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #fff;
    padding: 30px;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section2 .content .boxs-mob .box-col-m .num {
    color: #f0bc00;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .section2 .content .boxs-mob .box-col-m span {
    font-size: 17px;
    font-weight: 500;
    opacity: 0.8;
  }
  .section2 .content .boxs-mob .lot {
    width: 100%;
    margin: 0;
    min-height: 200px;
  }
  .section2 .content .boxs-mob .bhei {
    min-height: 265px;
  }
  .section2 .content .boxs-mob .trans {
    background: transparent;
    min-height: 240px;
  }
  .section7 {
    min-height: 100vh;
  }
  .section7:before {
    background-size: cover;
  }
  .section7 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section7 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section7 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section7 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section7 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section7 .content .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box .left {
    width: 100%;
    text-align: left;
  }
  .section7 .content .box .left h2 {
    font-size: 42px;
    line-height: 35px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .section7 .content .box .left span {
    font-size: 22px;
    line-height: 25px;
  }
  .section7 .content .box .left .newe {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .section7 .content .box .right {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section7 .content .box .right h1 {
    font-size: 42px;
    text-align: center;
  }
  .section7 .content .box-s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box-s .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7 .content .box-s .left h3 {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
  }
  .section7 .content .box-s .left .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box-s .left .img-text img {
    display: none;
    margin-left: 40%;
  }
  .section7 .content .box-s .left .img-text .text {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
  .section7 .content .box-s .left .img-text .text span {
    font-size: 23px;
  }
  .section7 .content .box-s .right {
    width: 100%;
    margin-left: 0;
    background: none;
    padding: 0;
  }
  .section7 .content .box-s .right:before {
    background: none;
  }
  .section7 .content .box-s .right form {
    width: 100%;
  }
  .section7 .content .lot {
    width: 100%;
  }
  .section7-7 {
    min-height: 100vh;
  }
  .section7-7:before {
    background-size: cover;
  }
  .section7-7 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7-7 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section7-7 .content .title h1 {
    width: 100%;
    font-size: 32px;
  }
  .section7-7 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section7-7 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section7-7 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section7-7 .content .boxss {
    
  }
  .section7-7 .content .boxss .boxi {
    width: 100%;
  }
  .section7-7 .content .boxss .lot {
    width: 100%;
  }
  .section7-7 .content .boxs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .boxs .left {
    width: 100%;
  }
  .section7-7 .content .boxs .right {
    width: 100%;
    margin-top: 0;
  }
  .section7-7 .content .boxs .right .owl-carousel .item {
    width: 100%;
  }
  .section7-7 .content .boxs .right .owl-carousel .item .box {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section7-7 .content .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box .left {
    width: 100%;
    text-align: left;
  }
  .section7-7 .content .box .left h2 {
    font-size: 42px;
    line-height: 35px;
  }
  .section7-7 .content .box .left span {
    font-size: 22px;
    line-height: 25px;
  }
  .section7-7 .content .box .left .newe {
    font-size: 18px;
  }
  .section7-7 .content .box .right {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section7-7 .content .box .right h1 {
    font-size: 42px;
    text-align: center;
  }
  .section7-7 .content .box-s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box-s .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7-7 .content .box-s .left h3 {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
  }
  .section7-7 .content .box-s .left .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box-s .left .img-text img {
    display: none;
    margin-left: 40%;
  }
  .section7-7 .content .box-s .left .img-text .text {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
  .section7-7 .content .box-s .left .img-text .text span {
    font-size: 23px;
  }
  .section7-7 .content .box-s .right {
    width: 100%;
    margin-left: 0;
    background: none;
    padding: 0;
  }
  .section7-7 .content .box-s .right:before {
    background: none;
  }
  .section7-7 .content .box-s .right form {
    width: 100%;
  }
  .section7-7 .content .lot {
    width: 100%;
  }
  .section8 {
    min-height: 100vh;
  }
  .section8:before {
    background-size: cover;
  }
  .section8 .content {
    padding: 50px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section8 .content .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section8 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section8 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section8 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section8 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section8 .content .owl-carousel .item .boxs {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section8 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section8 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section8 .content .number {
    margin-top: -40px;
  }
  .section9 {
    min-height: 100vh;
  }
  .section9:before {
    background-size: cover;
  }
  .section9 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section9 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section9 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section9 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section9 .content .owl-carousel .item .boxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section9 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section9 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section9 .content .number {
    margin-top: -40px;
  }
  .section9 .content .title h2 {
    text-align: left;
    margin-top: 80px;
  }
  .section9 .content .contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9 .content .contact .boxs-s {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9 .content .contact .boxs-s .box-e {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 5px 0;
  }
  .section9 .content .contact .boxs-s .box-e .phone {
    font-size: 20px;
  }
  .section9 .content .info .boxs-i {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section9 .content .info .boxs-i .box-i {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 10px 0;
  }
  .section9 .content .info .boxs-i .box-i a {
    font-size: 18px;
  }
  .section9 .content .info .boxs-i .box-i .add {
    font-size: 20px;
    text-align: left;
  }
  .section9 .content .map:before {
    display: none;
  }
  .section9-9 {
    min-height: 100vh;
  }
  .section9-9:before {
    background-size: cover;
  }
  .section9-9 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9-9 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9-9 .content .title h1 {
    width: 100%;
    font-size: 32px;
  }
  .section9-9 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section9-9 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section9-9 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section9-9 .content .owl-carousel .item .boxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section9-9 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section9-9 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section9-9 .content .number {
    margin-top: -40px;
  }
  .section9-9 .content .title h2 {
    text-align: left;
    margin-top: 80px;
  }
  .section9-9 .content .contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9-9 .content .contact .boxs-s {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9-9 .content .contact .boxs-s .box-e {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 5px 0;
  }
  .section9-9 .content .contact .boxs-s .box-e .phone {
    font-size: 20px;
  }
  .section9-9 .content .info .boxs-i {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section9-9 .content .info .boxs-i .box-i {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 10px 0;
  }
  .section9-9 .content .info .boxs-i .box-i a {
    font-size: 18px;
  }
  .section9-9 .content .info .boxs-i .box-i .add {
    font-size: 20px;
    text-align: left;
  }
  .section9-9 .content .map:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #hidden-content {
    width: 100%;
    padding: 20px;
  }
  #hidden-content form {
    margin-top: 20%;
  }
  #menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
  #menu ul {
    width: 100%;
    height: 50%;
    margin-top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #menu ul li a {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
  }
  .header {
    padding: 20px 10px;
  }
  .header .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }
  .header .content .menu {
    display: none;
  }
  .header .content .menu_open {
    width: 60px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .content .menu_open span {
    width: 50%;
    height: 2px;
    background: #f0bc00;
  }
  .header .content .phone .left {
    display: none;
  }
  .header .content .phone .right .phone {
    font-size: 16px;
  }
  .header .content .phone .right .mail {
    font-size: 14px;
  }
  .header .content .city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .content .city a {
    margin: 5px 3px;
  }
  .section .content {
    padding: 70px 20px;
  }
  .section .content .box-e {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section .content .box-e .title {
    width: 100%;
    text-align: left;
  }
  .section .content .box-e .title h1 {
    width: 100%;
    font-size: 29px;
    line-height: 35px;
  }
  .section .content .box-e .boxs {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
  }
  .section .content .box-e .boxs .box {
    margin: 5px 0;
    width: 100%;
  }
  .section .content .box-e .lot {
    width: 100%;
  }
  .section2 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section2 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section2 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section2 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section2 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section2 .content .boxs-mob {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  .section2 .content .boxs-mob .box-col-m {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #fff;
    padding: 30px;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section2 .content .boxs-mob .box-col-m .num {
    color: #f0bc00;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .section2 .content .boxs-mob .box-col-m span {
    font-size: 17px;
    font-weight: 500;
    opacity: 0.8;
  }
  .section2 .content .boxs-mob .lot {
    width: 100%;
    margin: 0;
    min-height: 200px;
  }
  .section2 .content .boxs-mob .bhei {
    min-height: 265px;
  }
  .section2 .content .boxs-mob .trans {
    background: transparent;
    min-height: 240px;
  }
  .section7 {
    min-height: 100vh;
  }
  .section7:before {
    background-size: cover;
  }
  .section7 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section7 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section7 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section7 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section7 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section7 .content .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box .left {
    width: 100%;
    text-align: left;
  }
  .section7 .content .box .left h2 {
    font-size: 42px;
    line-height: 35px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .section7 .content .box .left span {
    font-size: 22px;
    line-height: 25px;
  }
  .section7 .content .box .left .newe {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .section7 .content .box .right {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section7 .content .box .right h1 {
    font-size: 42px;
    text-align: center;
  }
  .section7 .content .box-s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box-s .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7 .content .box-s .left h3 {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
  }
  .section7 .content .box-s .left .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box-s .left .img-text img {
    display: none;
    margin-left: 40%;
  }
  .section7 .content .box-s .left .img-text .text {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
  .section7 .content .box-s .left .img-text .text span {
    font-size: 23px;
  }
  .section7 .content .box-s .right {
    width: 100%;
    margin-left: 0;
    background: none;
    padding: 0;
  }
  .section7 .content .box-s .right:before {
    background: none;
  }
  .section7 .content .box-s .right form {
    width: 100%;
  }
  .section7 .content .lot {
    width: 100%;
  }
  .section7-7 {
    min-height: 100vh;
  }
  .section7-7:before {
    background-size: cover;
  }
  .section7-7 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7-7 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section7-7 .content .title h1 {
    width: 100%;
    font-size: 32px;
  }
  .section7-7 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section7-7 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section7-7 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section7-7 .content .boxs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .boxs .left {
    width: 100%;
  }
  .section7-7 .content .boxs .right {
    width: 100%;
    margin-top: 0;
  }
  .section7-7 .content .boxs .right .owl-carousel .item {
    width: 100%;
  }
  .section7-7 .content .boxs .right .owl-carousel .item .box {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section7-7 .content .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box .left {
    width: 100%;
    text-align: left;
  }
  .section7-7 .content .box .left h2 {
    font-size: 42px;
    line-height: 35px;
  }
  .section7-7 .content .box .left span {
    font-size: 22px;
    line-height: 25px;
  }
  .section7-7 .content .box .left .newe {
    font-size: 18px;
  }
  .section7-7 .content .box .right {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section7-7 .content .box .right h1 {
    font-size: 42px;
    text-align: center;
  }
  .section7-7 .content .box-s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box-s .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7-7 .content .box-s .left h3 {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
  }
  .section7-7 .content .box-s .left .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box-s .left .img-text img {
    display: none;
    margin-left: 40%;
  }
  .section7-7 .content .box-s .left .img-text .text {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
  .section7-7 .content .box-s .left .img-text .text span {
    font-size: 23px;
  }
  .section7-7 .content .box-s .right {
    width: 100%;
    margin-left: 0;
    background: none;
    padding: 0;
  }
  .section7-7 .content .box-s .right:before {
    background: none;
  }
  .section7-7 .content .box-s .right form {
    width: 100%;
  }
  .section7-7 .content .lot {
    width: 100%;
  }
  .section8 {
    min-height: 100vh;
  }
  .section8:before {
    background-size: cover;
  }
  .section8 .content {
    padding: 50px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section8 .content .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section8 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section8 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section8 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section8 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section8 .content .owl-carousel .item .boxs {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section8 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section8 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section8 .content .number {
    margin-top: -40px;
  }
  .section9 {
    min-height: 100vh;
  }
  .section9:before {
    background-size: cover;
  }
  .section9 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section9 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section9 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section9 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section9 .content .owl-carousel .item .boxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section9 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section9 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section9 .content .number {
    margin-top: -40px;
  }
  .section9 .content .title h2 {
    text-align: left;
    margin-top: 80px;
  }
  .section9 .content .contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9 .content .contact .boxs-s {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9 .content .contact .boxs-s .box-e {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 5px 0;
  }
  .section9 .content .contact .boxs-s .box-e .phone {
    font-size: 20px;
  }
  .section9 .content .info .boxs-i {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section9 .content .info .boxs-i .box-i {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 10px 0;
  }
  .section9 .content .info .boxs-i .box-i a {
    font-size: 18px;
  }
  .section9 .content .info .boxs-i .box-i .add {
    font-size: 20px;
    text-align: left;
  }
  .section9 .content .map:before {
    display: none;
  }
  .section9-9 {
    min-height: 100vh;
  }
  .section9-9:before {
    background-size: cover;
  }
  .section9-9 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9-9 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9-9 .content .title h1 {
    width: 100%;
    font-size: 32px;
  }
  .section9-9 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section9-9 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section9-9 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section9-9 .content .owl-carousel .item .boxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section9-9 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section9-9 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section9-9 .content .number {
    margin-top: -40px;
  }
  .section9-9 .content .title h2 {
    text-align: left;
    margin-top: 80px;
  }
  .section9-9 .content .contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9-9 .content .contact .boxs-s {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9-9 .content .contact .boxs-s .box-e {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 5px 0;
  }
  .section9-9 .content .contact .boxs-s .box-e .phone {
    font-size: 20px;
  }
  .section9-9 .content .info .boxs-i {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section9-9 .content .info .boxs-i .box-i {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 10px 0;
  }
  .section9-9 .content .info .boxs-i .box-i a {
    font-size: 18px;
  }
  .section9-9 .content .info .boxs-i .box-i .add {
    font-size: 20px;
    text-align: left;
  }
  .section9-9 .content .map:before {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .section9 .content .inst {
    font-size: 19px;
  }
  #hidden-content {
    width: 100%;
    padding: 20px;
  }
  #hidden-content form {
    margin-top: 20%;
  }
  #menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
  #menu ul {
    width: 100%;
    height: 50%;
    margin-top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #menu ul li a {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
  }
  .header {
    padding: 20px 10px;
  }
  .header .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px;
  }
  .header .content .menu {
    display: none;
  }
  .header .content .menu_open {
    width: 60px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .content .menu_open span {
    width: 50%;
    height: 2px;
    background: #f0bc00;
  }
  .header .content .phone .left {
    display: none;
  }
  .header .content .phone .right .phone {
    font-size: 14px;
  }
  .header .content .phone .right .mail {
    font-size: 13px;
  }
  .header .content .city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .content .city a {
    margin: 5px 3px;
  }
  .section .content {
    padding: 70px 20px;
  }
  .section .content .box-e {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section .content .box-e .title {
    width: 100%;
    text-align: left;
  }
  .section .content .box-e .title h1 {
    width: 100%;
    font-size: 29px;
    line-height: 35px;
  }
  .section .content .box-e .boxs {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
  }
  .section .content .box-e .boxs .box {
    margin: 5px 0;
    width: 100%;
  }
  .section .content .box-e .lot {
    width: 100%;
  }
  .section2 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section2 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section2 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section2 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section2 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section2 .content .boxs-mob {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  .section2 .content .boxs-mob .box-col-m {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: #fff;
    padding: 30px;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section2 .content .boxs-mob .box-col-m .num {
    color: #f0bc00;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .section2 .content .boxs-mob .box-col-m span {
    font-size: 17px;
    font-weight: 500;
    opacity: 0.8;
  }
  .section2 .content .boxs-mob .lot {
    width: 100%;
    margin: 0;
    min-height: 200px;
  }
  .section2 .content .boxs-mob .bhei {
    min-height: 265px;
  }
  .section2 .content .boxs-mob .trans {
    background: transparent;
    min-height: 240px;
  }
  .section7 {
    min-height: 100vh;
  }
  .section7:before {
    background-size: cover;
  }
  .section7 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section7 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section7 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section7 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section7 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section7 .content .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box .left {
    width: 100%;
    text-align: left;
  }
  .section7 .content .box .left h2 {
    font-size: 42px;
    line-height: 35px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .section7 .content .box .left span {
    font-size: 22px;
    line-height: 25px;
  }
  .section7 .content .box .left .newe {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .section7 .content .box .right {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section7 .content .box .right h1 {
    font-size: 42px;
    text-align: center;
  }
  .section7 .content .box-s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box-s .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7 .content .box-s .left h3 {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
  }
  .section7 .content .box-s .left .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7 .content .box-s .left .img-text img {
    display: none;
    margin-left: 40%;
  }
  .section7 .content .box-s .left .img-text .text {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
  .section7 .content .box-s .left .img-text .text span {
    font-size: 23px;
  }
  .section7 .content .box-s .right {
    width: 100%;
    margin-left: 0;
    background: none;
    padding: 0;
  }
  .section7 .content .box-s .right:before {
    background: none;
  }
  .section7 .content .box-s .right form {
    width: 100%;
  }
  .section7 .content .lot {
    width: 100%;
  }
  .section7-7 {
    min-height: 100vh;
  }
  .section7-7:before {
    background-size: cover;
  }
  .section7-7 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7-7 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section7-7 .content .title h1 {
    width: 100%;
    font-size: 32px;
  }
  .section7-7 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section7-7 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section7-7 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section7-7 .content .boxs {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .boxs .left {
    width: 100%;
  }
  .section7-7 .content .boxs .right {
    width: 100%;
  }
  .section7-7 .content .boxs .right .owl-carousel .item {
    width: 100%;
  }
  .section7-7 .content .boxs .right .owl-carousel .item .box {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .section7-7 .content .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box .left {
    width: 100%;
    text-align: left;
  }
  .section7-7 .content .box .left h2 {
    font-size: 42px;
    line-height: 35px;
  }
  .section7-7 .content .box .left span {
    font-size: 22px;
    line-height: 25px;
  }
  .section7-7 .content .box .left .newe {
    font-size: 18px;
  }
  .section7-7 .content .box .right {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section7-7 .content .box .right h1 {
    font-size: 42px;
    text-align: center;
  }
  .section7-7 .content .box-s {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box-s .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .section7-7 .content .box-s .left h3 {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
  }
  .section7-7 .content .box-s .left .img-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section7-7 .content .box-s .left .img-text img {
    display: none;
    margin-left: 40%;
  }
  .section7-7 .content .box-s .left .img-text .text {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
  }
  .section7-7 .content .box-s .left .img-text .text span {
    font-size: 23px;
  }
  .section7-7 .content .box-s .right {
    width: 100%;
    margin-left: 0;
    background: none;
    padding: 0;
  }
  .section7-7 .content .box-s .right:before {
    background: none;
  }
  .section7-7 .content .box-s .right form {
    width: 100%;
  }
  .section7-7 .content .lot {
    width: 100%;
  }
  .section8 {
    min-height: 100vh;
  }
  .section8:before {
    background-size: cover;
  }
  .section8 .content {
    padding: 50px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section8 .content .title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section8 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section8 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section8 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section8 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section8 .content .owl-carousel .item .boxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section8 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section8 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section8 .content .number {
    margin-top: -40px;
  }
  .section9 {
    min-height: 100vh;
  }
  .section9:before {
    background-size: cover;
  }
  .section9 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9 .content .title h1 {
    width: 100%;
    font-size: 32px;
    padding-top: 70px;
  }
  .section9 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section9 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section9 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section9 .content .owl-carousel .item .boxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section9 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section9 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section9 .content .number {
    margin-top: -40px;
  }
  .section9 .content .title h2 {
    text-align: left;
    margin-top: 80px;
  }
  .section9 .content .contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9 .content .contact .boxs-s {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9 .content .contact .boxs-s .box-e {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 5px 0;
  }
  .section9 .content .contact .boxs-s .box-e .phone {
    font-size: 20px;
  }
  .section9 .content .info .boxs-i {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section9 .content .info .boxs-i .box-i {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 10px 0;
  }
  .section9 .content .info .boxs-i .box-i a {
    font-size: 18px;
  }
  .section9 .content .info .boxs-i .box-i .add {
    font-size: 20px;
    text-align: left;
  }
  .section9 .content .map:before {
    display: none;
  }
  .section9-9 {
    min-height: 100vh;
  }
  .section9-9:before {
    background-size: cover;
  }
  .section9-9 .content {
    padding: 50px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9-9 .content .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9-9 .content .title h1 {
    width: 100%;
    font-size: 32px;
  }
  .section9-9 .content .title h1:before {
    font-size: 42px;
    right: 0;
  }
  .section9-9 .content .title .right {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .section9-9 .content .title .right svg {
    margin-right: 10px;
    display: none;
  }
  .section9-9 .content .owl-carousel .item .boxs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section9-9 .content .owl-carousel .item .boxs .box {
    width: 100%;
    margin: 2px;
  }
  .section9-9 .content .owl-carousel .owl-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section9-9 .content .number {
    margin-top: -40px;
  }
  .section9-9 .content .title h2 {
    text-align: left;
    margin-top: 80px;
  }
  .section9-9 .content .contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section9-9 .content .contact .boxs-s {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .section9-9 .content .contact .boxs-s .box-e {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 5px 0;
  }
  .section9-9 .content .contact .boxs-s .box-e .phone {
    font-size: 20px;
  }
  .section9-9 .content .info .boxs-i {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section9-9 .content .info .boxs-i .box-i {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    margin: 10px 0;
  }
  .section9-9 .content .info .boxs-i .box-i a {
    font-size: 18px;
  }
  .section9-9 .content .info .boxs-i .box-i .add {
    font-size: 20px;
    text-align: left;
  }
  .section9-9 .content .map:before {
    display: none;
  }
}
