.sec1 {
  padding: 12.5vw 0 0;
}

.sec1 .wrap {
  width: 89.5833333333vw;
  margin: 0 auto;
  position: relative;
}

.sec1 .wrap .logo_bg {
  position: absolute;
  width: fit-content;
  top: -6.5104166667vw;
  right: -2.6041666667vw;
}

.sec1 .wrap .logo_bg img {
  width: 21.875vw;
}

.sec1 .wrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 7.8125vw 0;
}

.sec1 .wrap .list .item {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.sec1 .wrap .list .item .img {
  width: 48.9583333333vw;
  height: 31.25vw;
  border-top-left-radius: 15.625vw;
  border-top-right-radius: 1.0416666667vw;
  border-bottom-right-radius: 1.0416666667vw;
  border-bottom-left-radius: 15.625vw;
  overflow: hidden;
  position: relative;
}

.sec1 .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.sec1 .wrap .list .item .img::after {
  content: "";
  width: 2.0833333333vw;
  height: 100%;
  background: #043491;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.sec1 .wrap .list .item .text {
  width: 35.15625vw;
  padding: 0 0 2.0833333333vw;
}

.sec1 .wrap .list .item .text .item_title {
  font-weight: 700;
  font-size: 3.125vw;
  text-transform: uppercase;
  color: #043491;
  margin: 0 0 1.5625vw;
}

.sec1 .wrap .list .item .text .item_text {
  font-weight: 400;
  font-size: 1.0416666667vw;
  color: rgba(13, 3, 12, 0.75);
}

.sec1 .wrap .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.sec1 .wrap .list .item:nth-child(2n) .text {
  text-align: right;
}

.sec1 .wrap .list .item:nth-child(2n) .img {
  border-top-left-radius: 1.0416666667vw;
  border-top-right-radius: 15.625vw;
  border-bottom-right-radius: 15.625vw;
  border-bottom-left-radius: 1.0416666667vw;
}

.sec1 .wrap .list .item:nth-child(2n) .img::after {
  left: 0;
  right: unset;
}

.sec2 {
  padding: 12.5vw 0 0;
  width: 100%;
  overflow: hidden;
}

.sec2 .wrap {
  width: 89.5833333333vw;
  margin: 0 auto;
  position: relative;
}

.sec2 .wrap .title {
  font-weight: 700;
  font-size: 3.125vw;
  text-align: center;
  text-transform: uppercase;
  color: #043491;
}

.sec2 .wrap .logo_bg {
  position: absolute;
  left: -3.1770833333vw;
  top: -12.5vw;
  width: fit-content;
}

.sec2 .wrap .logo_bg img {
  width: 21.875vw;
}

.sec2 .wrap .links {
  display: flex;
  flex-direction: column;
  gap: 2.6042vw;
  /* justify-content: space-between; */
  margin: 1.5625vw 0 6.25vw;
}
.sec2 .wrap .links .right {
  display: flex;
  justify-content: center;
  gap: 2.5625vw;
  align-items: center;
}
.sec2 .wrap .links  .line {
  width: 100%;
  height: 2px;
  background: #043491;
}
.sec2 .wrap .links .right p {
  text-align: center;
  font-weight: 400;
  color: rgba(13, 3, 12, 0.75);
  cursor: pointer;
}
.sec2 .wrap .links .right p:not(:last-child) {
  padding-right: 2.5625vw;
  border-right:2px solid #043491;
}
.sec2 .wrap .links .right p.on {
  color: #043491;
}
.sec2 .wrap .links .right p:hover {
  color: #043491;
}
.sec2 .wrap .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5625vw;
  border: 0.0520833333vw solid #043491;
  border-radius: 5.3645833333vw;
  height: 3.6458333333vw;
  width: fit-content;
  transition: 0.6s;
}

.sec2 .wrap .links a p {
  font-weight: 400;
  font-size: 1.1458333333vw;
  text-transform: capitalize;
  transition: 0.6s;
  color: #043491;
  margin-right: 0.4166666667vw;
}

.sec2 .wrap .links a img {
  width: 2.0833333333vw;
  transition: 0.6s;
}

.sec2 .wrap .links a:hover {
  background: #043491;
}

.sec2 .wrap .links a:hover p {
  color: #fff;
}

.sec2 .wrap .links a:hover img {
  filter: brightness(0) invert(1);
}

.sec2 .wrap .sec2_swiper {
  width: 108.0208333333vw;
  overflow: hidden;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide {
  border-radius: 1.0416666667vw;
  overflow: hidden;
  transition: 0.6s;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box {
  display: block;
  padding: 1.5625vw 1.5625vw 0;
  height: 24.5833333333vw;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box .logo {
  width: 6.15625vw;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box .img {
  width: 13.0729166667vw;
  height: 13.0729166667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.71875vw auto;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}

@media screen and (max-width:768px) {
  .sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box .img img {
    width: 300px;
    height: 300px;
  }

}

.sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box p {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sec2 .wrap .sec2_swiper .swiper-slide .slide:hover {
  border-radius: 9.375vw;
}

.sec2 .wrap .sec2_swiper1 {
  width: 112.5vw;
}

.sec2 .wrap .sec2_swiper1 .swiper-slide .slide {
  display: block;
  width: 100%;
  height: 26.40625vw;
  border-radius: 1.0416666667vw;
  box-shadow: 0vw 0.2083333333vw 1.7708333333vw 0vw rgba(39, 40, 43, 0.07);
  position: relative;
  margin: 0 0 2.0833333333vw;
  background: #fff;
  transition: 0.6s;
  overflow: hidden;
}

.sec2 .wrap .sec2_swiper1 .swiper-slide .slide .logo {
  position: absolute;
  top: 1.0416666667vw;
  left: 1.0416666667vw;
  width: 5.9375vw;
}

.sec2 .wrap .sec2_swiper1 .swiper-slide .slide .slide_box {
  width: 100%;
  height: 100%;
}

.sec2 .wrap .sec2_swiper1 .swiper-slide .slide .slide_box>img {
  width: 100%;
  height: 100%;
  /* object-fit: cover;  */
}

@media screen and (max-width:768px) {
  .sec3 .sec5_swiper .swiper-slide .slide_box .img {
    height: 500px !important;
  }
}

.sec2 .wrap .sec2_swiper1 .swiper-slide .slide:hover {
  border-radius: 10.4166666667vw;
  background: #043491;
}

.sec2 .wrap .sec2_swiper1 .swiper-slide p {
  font-weight: 700;
  font-size: 1.25vw;
  text-align: center;
  text-transform: capitalize;
  color: #0d030c;
}

.sec2 .wrap .swiper_btns {
  width: 100%;
  position: relative;
  padding: 2.0833333333vw 0 0;
  margin-top: 7.6041666667vw;
}

.sec2 .wrap .swiper_btns .swiper-pagination {
  width: 100%;
  height: 0.1041666667vw;
  background: rgba(4, 52, 145, 0.2);
  top: 0;
}

.sec2 .wrap .swiper_btns .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 0.1041666667vw;
  background: #043491;
  border-radius: 0.1041666667vw;
}

.sec2 .wrap .swiper_btns .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sec2 .wrap .swiper_btns .btns .icon {
  width: 7.9166666667vw;
  height: 3.8020833333vw;
  border-radius: 5.3645833333vw;
  border: 0.0520833333vw solid #043491;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  cursor: pointer;
}

.sec2 .wrap .swiper_btns .btns .icon img {
  width: 1.25vw;
  display: block;
  transition: 0.6s;
}

.sec2 .wrap .swiper_btns .btns .icon:nth-child(2) {
  transform: rotate(180deg);
  margin-left: 1.0416666667vw;
}

.sec2 .wrap .swiper_btns .btns .icon:hover {
  background-color: #043491;
}

.sec2 .wrap .swiper_btns .btns .icon:hover img {
  filter: brightness(0) invert(1);
}

.sec2 .wrap1 {
  width: 96.6666666667vw;
}

.sec3 {
  padding: 12.5vw 0 4.1666666667vw;
  width: 100%;
  border-bottom: 0.1041666667vw solid #043491;
  overflow: hidden;
}

.sec3 .title {
  font-weight: 700;
  font-size: 3.125vw;
  text-align: center;
  text-transform: uppercase;
  color: #043491;
  margin-bottom: 6.25vw;
}

.sec3 .sec5_swiper {
  width: 116.9791666667vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sec3 .sec5_swiper .swiper-slide .slide_box {
  position: relative;
}

.sec3 .sec5_swiper .swiper-slide .slide_box .img {
  height: 24.1666666667vw;
  width: 100%;
}

.sec3 .sec5_swiper .swiper-slide .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec3 .sec5_swiper .swiper-slide .slide_box .text_box {
  position: absolute;
  top: -0.9895833333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 18.0208333333vw;
  height: 24.1666666667vw;
  border-radius: 1.0416666667vw;
  background: linear-gradient(270deg, rgba(4, 52, 145, 0.1) 0%, #043491 100%);
  backdrop-filter: blur(0.5208333333vw);
  padding: 0 3.2291666667vw;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.6s;
}

.sec3 .sec5_swiper .swiper-slide .slide_box .text_box p {
  font-weight: 700;
  font-size: 1.0416666667vw;
  letter-spacing: 0.4px;
  color: #FFFFFF;
}

.sec3 .sec5_swiper .swiper-slide .slide_box:hover .text_box {
  opacity: 1;
}

.sec4 {
  padding: 6.25vw 0;
  border-bottom: 0.1041666667vw solid #043491;
  width: 100%;
  overflow: hidden;
}

.sec4 .wrap {
  width: 89.5833333333vw;
  margin: 0 auto;
}

.sec4 .wrap .title {
  font-weight: 700;
  font-size: 3.125vw;
  text-align: center;
  text-transform: uppercase;
  color: #043491;
  margin-bottom: 3.125vw;
}

.sec4 .wrap .swiper_box {
  width: 100%;
  position: relative;
}

.sec4 .wrap .swiper_box .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.125vw 0 0;
  width: 100%;
}

.sec4 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-radius: 0.2604166667vw;
  background: rgba(4, 52, 145, 0.2);
  opacity: 1;
  transition: 0.6s;
  margin: 0 0.2604166667vw;
}

.sec4 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.6041666667vw;
  background-color: #043491;
}

.sec4 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #043491;
}

.sec4 .wrap .swiper_box .swiper {
  width: 145.4166666667vw;
  overflow: hidden;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box {
  height: 33.90625vw;
  border-radius: 1.0416666667vw;
  position: relative;
  overflow: hidden;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text {
  position: absolute;
  top: 5.9895833333vw;
  padding: 0 5.78125vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text h5 {
  font-weight: 700;
  font-size: 4.1666666667vw;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text ul {
  width: 27.5520833333vw;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text ul li {
  font-weight: 500;
  font-size: 1.1458333333vw;
  line-height: 1.3541666667vw;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  padding: 0 0 0 3.6458333333vw;
}

.sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text ul li::after {
  content: "";
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-radius: 50%;
  position: absolute;
  top: 0.46875vw;
  left: 2.3958333333vw;
  background: rgba(255, 255, 255, 0.75);
}

.sec5 {
  padding: 12.5vw 0;
  width: 100%;
  overflow: hidden;
}

.sec5 .title {
  font-weight: 700;
  font-size: 3.125vw;
  text-align: center;
  text-transform: uppercase;
  color: #043491;
  margin-bottom: 10.4166666667vw;
}

.sec5 .swiper {
  width: 103.5416666667vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sec5 .swiper .swiper-slide .slide-box {
  width: 100%;
  height: 23.6458333333vw;
  position: relative;
}

.sec5 .swiper .swiper-slide .slide-box .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.0416666667vw;
  transition: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 0.0520833333vw solid #043491;
}

.sec5 .swiper .swiper-slide .slide-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec5 .swiper .swiper-slide .slide-box .text {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1.0416666667vw;
  transition: 0.6s;
  border: 0.0520833333vw solid #043491;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.0416666667vw 1.5625vw;
}

.sec5 .swiper .swiper-slide .slide-box .text p {
  font-weight: 400;
  font-size: 1.1458333333vw;
  vertical-align: middle;
  text-transform: capitalize;
  color: #043491;
}

.sec5 .swiper .swiper-slide .slide-box:hover .img {
  transform: translate(-1.0416666667vw, -4.1666666667vw);
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}

.fixed .fixed_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(4, 52, 145, 0.4);
}

.fixed .fixed_form {
  position: relative;
  z-index: 3;
}

.fixed .fixed_form form {
  width: 52.0833333333vw;
  background: #FFFFFF;
  border-radius: 1.3020833333vw;
  box-shadow: 0px 2.63px 22.37px 0px rgba(39, 40, 43, 0.07);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.6666666667vw 2.7604166667vw;
}

.fixed .fixed_form form h5 {
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1;
  margin-bottom: 0.9375vw;
  color: #043491;
}

.fixed .fixed_form form .item {
  width: 21.5625vw;
  margin-bottom: 1.8229166667vw;
  position: relative;
}

.fixed .fixed_form form .item input {
  width: 100%;
  height: 2.0833333333vw;
  padding: 0 0.6770833333vw;
  border-radius: 0.6770833333vw;
  border: 1px solid rgba(4, 52, 145, 0.2);
  font-weight: 400;
  font-size: 0.5208333333vw;
  color: rgba(13, 3, 12, 0.6);
}

.fixed .fixed_form form .item .border {
  width: 100%;
  height: 2.0833333333vw;
  border: none;
  border-radius: 0.6770833333vw;
  border: 1px solid rgba(4, 52, 145, 0.2);
  padding: 0 0.6770833333vw;
  font-weight: 400;
  font-size: 0.5208333333vw;
  color: rgba(13, 3, 12, 0.6);
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
}

.fixed .fixed_form form .item .border .icon {
  position: absolute;
  top: 50%;
  right: 0.625vw;
  width: 1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
}

.fixed .fixed_form form .item .border .icon img {
  width: 100%;
  transition: 0.6s;
}

.fixed .fixed_form form .item .border .select {
  position: absolute;
  top: 2.1875vw;
  left: -1px;
  width: calc(100% + 0.188333vw);
  border-top: 1px solid transparent;
  padding: 0.5208333333vw 0.6770833333vw;
  display: none;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 0.66px 7.5px 0px rgba(77, 79, 83, 0.15);
  border-radius: 0.6770833333vw;
}

.fixed .fixed_form form .item .border .select div {
  font-weight: 400;
  font-size: 0.5208333333vw;
  line-height: 0.9375vw;
  letter-spacing: 0.4x;
  color: rgba(13, 3, 12, 0.6);
  transition: 0.6s;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.fixed .fixed_form form .item .border .select div:not(:nth-last-child(1)) {
  margin-bottom: 0.5208333333vw;
}

.fixed .fixed_form form .item .border .select div::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 49%;
  font-weight: bold;
  color: #043491;
  display: block;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: all 400ms;
  opacity: 0;
  letter-spacing: 0;
}

.fixed .fixed_form form .item .border .select div:hover {
  color: transparent;
}

.fixed .fixed_form form .item .border .select div:hover::before {
  opacity: 1;
}

.fixed .fixed_form form .item .border .select.show_active {
  display: block !important;
}

.fixed .fixed_form form .item .border.on .icon img {
  transform: rotate(-90deg);
}

.fixed .fixed_form form .item1 {
  width: 100%;
}

.fixed .fixed_form form .item1 textarea {
  width: 100%;
  height: 6.8229166667vw;
  padding: 0.3125vw 0.6770833333vw;
  border-radius: 0.6770833333vw;
  border: 1px solid rgba(4, 52, 145, 0.2);
  font-weight: 400;
  font-size: 0.5208333333vw;
  color: rgba(13, 3, 12, 0.6);
  resize: none;
}

.fixed .fixed_form form button {
  width: 19.84375vw;
  height: 3.3854166667vw;
  border-radius: 2.6041666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #043491;
  border: none;
  margin: 1.875vw auto 0;
  box-shadow: none;
  font-weight: 700;
  font-size: 1.09375vw;
  color: #fff;
  transition: 0.6s;
  border: 0.0520833333vw solid #043491;
  cursor: pointer;
}

.fixed .fixed_form form button:hover {
  background: unset;
  color: #043491;
}

.fixed.show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }

  .sec1 {
    padding: 20px 0 0;
  }

  .sec1 .wrap {
    width: 90%;
  }

  .sec1 .wrap .logo_bg {
    position: unset;
    width: 35.15625vw;
    margin: 0 -5vw 20px auto;
  }

  .sec1 .wrap .logo_bg img {
    width: 100%;
  }

  .sec1 .wrap .list {
    gap: 50px 0;
  }

  .sec1 .wrap .list .item {
    display: block;
  }

  .sec1 .wrap .list .item .img {
    width: 100%;
    height: 58vw;
    margin-bottom: 30px;
    border-top-left-radius: 29vw;
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
    border-bottom-left-radius: 29vw;
  }

  .sec1 .wrap .list .item .text {
    width: 100%;
    text-align: left !important;
  }

  .sec1 .wrap .list .item .text .item_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec1 .wrap .list .item .text .item_text {
    font-size: 16px;
    line-height: 1.4;
  }

  .sec2 {
    padding: 100px 0 0;
  }

  .sec2 .wrap {
    width: 90%;
  }

  .sec2 .wrap .links {
    margin-bottom: 30px;
    gap: 20px;
  }

  .sec2 .wrap .links a {
    height: 40px;
    padding: 0 20px;
  }

  .sec2 .wrap .links a p {
    font-size: 16px;
  }

  .sec2 .wrap .links a img {
    width: 30px;
  }

  .sec2 .wrap .sec2_swiper {
    width: 100%;
  }

  .sec2 .wrap .sec2_swiper .swiper-slide .slide {
    border-radius: 10px !important;
  }

  .sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box {
    padding: 30px 20px 50px;
    height: unset;
  }

  .sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box .logo {
    width: 90px;
  }

  .sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box .img {
    width: 50vw;
    height: 50vw;
    margin: 20px auto;
  }

  .sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box p {
    font-size: 18px;
    line-height: 1.2;
  }

  .sec2 .wrap .sec2_swiper1 {
    width: 100%;
    margin-bottom: 60px;
  }

  .sec2 .wrap .sec2_swiper1 .swiper-slide .slide {
    height: 117vw;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0px 4px 34px 0px rgba(39, 40, 43, 0.07);
  }

  .sec2 .wrap .sec2_swiper1 .swiper-slide .slide .logo {
    width: 100px;
    top: 20px;
    left: 20px;
  }

  .sec2 .wrap .sec2_swiper1 .swiper-slide p {
    font-size: 18px;
    margin: 30px 0 0;
  }

  .sec2 .wrap .swiper_btns {
    padding: 20px 0 0;
    margin-top: 30px;
  }

  .sec2 .wrap .swiper_btns .swiper-pagination {
    height: 2px;
  }

  .sec2 .wrap .swiper_btns .btns .icon {
    width: 90px;
    height: 40px;
  }

  .sec2 .wrap .swiper_btns .btns .icon img {
    width: 20px;
  }

  .sec2 .wrap .swiper_btns .btns .icon:nth-child(2) {
    margin-left: 20px;
  }

  .sec2 .wrap1 {
    width: 90%;
  }

  .sec3 {
    padding: 80px 0 60px;
  }

  .sec3 .title {
    margin-bottom: 40px !important;
  }

  .sec3 .swiper {
    width: 90%;
  }

  .sec3 .swiper .swiper-slide .slide_box .text_box {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 30px;
    border-radius: 10px;
  }

  .sec3 .swiper .swiper-slide .slide_box .text_box p {
    font-size: 16px;
    line-height: 1.2;
  }

  .sec4 {
    padding: 80px 0;
  }

  .sec4 .wrap {
    width: 90%;
  }

  .sec4 .wrap .swiper_box .swiper {
    width: 100%;
  }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box {
    border-radius: 10px;
    height: 300px;
  }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box img {
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0.6);
  }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text {
    padding: 40px 30px 70px;
    position: relative;
    z-index: 1;
    top: 0;
    display: block;
  }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text ul {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text ul li {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 14px;
  }

  .sec4 .wrap .swiper_box .swiper .swiper-slide .slide_box .text ul li::after {
    width: 6px;
    height: 6px;
    left: 0px;
    top: 7px;
  }

  .sec4 .wrap .swiper_box .swiper-pagination {
    margin: 40px 0 0;
  }

  .sec4 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 5px;
  }

  .sec4 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }

  .sec5 {
    padding: 80px 0;
  }

  .sec5 .title {
    margin-bottom: 40px !important;
  }

  .sec5 .swiper {
    width: 90%;
  }

  .sec5 .swiper .swiper-slide .slide-box {
    height: unset;
    border: 1px solid #043491;
    border-radius: 10px;
    overflow: hidden;
  }

  .sec5 .swiper .swiper-slide .slide-box .img {
    position: unset;
    border: none;
    height: 125vw;
    transform: unset !important;
  }

  .sec5 .swiper .swiper-slide .slide-box .text {
    border: none;
    padding: 20px 20px;
  }

  .sec5 .swiper .swiper-slide .slide-box .text p {
    font-size: 18px;
    line-height: 1.2;
  }

  .fixed .fixed_form form {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
  }

  .fixed .fixed_form form h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .fixed .fixed_form form .item {
    margin-bottom: 10px;
    width: 100%;
  }

  .fixed .fixed_form form .item input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 12px;
  }

  .fixed .fixed_form form .item .border {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 12px;
  }

  .fixed .fixed_form form .item .border .icon {
    width: 14px;
    right: 10px;
  }

  .fixed .fixed_form form .item .border .select {
    top: 40px;
    padding: 20px 10px;
    border-radius: 8px;
  }

  .fixed .fixed_form form .item .border .select div {
    font-size: 12px;
    line-height: 2;
  }

  .fixed .fixed_form form .item1 textarea {
    height: 100px;
    border-radius: 8px;
    padding: 10px;
    font-size: 10px;
  }

  .fixed .fixed_form form button {
    width: 140px;
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 768px) {
  .sec2 .wrap .sec2_swiper .swiper-slide .slide .slide_box .img svg {
    width: 13.225vw;
    height: 13.225vw
  }
}

/*# sourceMappingURL=wecaps.css.map */