body .home .container .sec1 {
  padding: 8.85417vw 8.85417vw 14.0625vw 8.85417vw;
  display: flex;
  justify-content: space-between;
  align-items: center
}

body .home .container .sec1 .lbox {
  width: 38.4375vw
}

body .home .container .sec1 .lbox .t {
  font-family: "Scheherazade New";
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: #892122;
  border-bottom: 2px solid #474747;
  padding-bottom: 1.04167vw
}

body .home .container .sec1 .lbox .des {
  margin-top: 2.60417vw;
  line-height: 1.5;
  color: #2E2F30
}

body .home .container .sec1 .pic {
  width: 39.47917vw;
  overflow: hidden
}

body .home .container .sec1 .pic img {
  width: 100%;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .sec1 .pic:hover img {
  transform: scale(1.05)
}

body .home .container .sec2 {
  padding: 0 8.85417vw;
  position: relative
}

body .home .container .sec2 .swiper1 {
  width: 100%
}

body .home .container .sec2 .swiper1 .item {
  display: flex;
  justify-content: space-between
}

body .home .container .sec2 .swiper1 .item .pic {
  width: 38.90625vw;
  position: relative;
  overflow: hidden
}

body .home .container .sec2 .swiper1 .item .pic .mc {
  width: 100%;
  height: 27.65625vw;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .sec2 .swiper1 .item .pic .icon {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%
}

body .home .container .sec2 .swiper1 .item .pic .icon img {
  width: 100%
}

body .home .container .sec2 .swiper1 .item .text {
  width: 39.375vw
}

body .home .container .sec2 .swiper1 .item .text .pt {
  font-family: "Scheherazade New";
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: #892122;
  border-bottom: 2px solid #474747;
  padding-bottom: 1.04167vw
}

body .home .container .sec2 .swiper1 .item .text .st {
  font-weight: 600;
  font-family: "Scheherazade New";
  line-height: 1.2;
  margin: 2.60417vw 0 1.97917vw 0
}

body .home .container .sec2 .swiper1 .item .text .des {
  line-height: 1.5;
  color: #2E2F30
}

body .home .container .sec2 .swiper1 .item:hover .pic .mc {
  transform: scale(1.05)
}

body .home .container .sec2 .swiper-pagination {
  position: absolute;
  right: 8.85417vw;
  bottom: 0;
  gap: 1.04167vw;
  display: flex
}

body .home .container .sec2 .swiper-pagination .swiper-pagination-bullet {
  width: .52083vw;
  height: .52083vw;
  opacity: 1;
  background: #2E2F30;
  transition: all 600ms
}

body .home .container .sec2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #892122
}

body .home .container .sec3 {
  padding: 10.78125vw 8.85417vw 5.46875vw 8.85417vw
}

body .home .container .sec3 .t {
  font-family: "Scheherazade New";
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: #892122;
  border-bottom: 2px solid #474747;
  padding-bottom: 2.70833vw
}

body .home .container .sec3 .list {
  margin-top: 4.79167vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.60417vw
}

body .home .container .sec3 .list .item {
  width: 100%
}

body .home .container .sec3 .list .item .pic {
  overflow: hidden
}

body .home .container .sec3 .list .item .pic img {
  width: 100%;
  height: 13.95833vw;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .sec3 .list .item .pt {
  font-family: "Scheherazade New";
  line-height: 1.2;
  margin: 1.25vw 0;
  font-weight: 600;
  color: #892122
}

body .home .container .sec3 .list .item .des {
  color: #5E5E5E;
  line-height: 1.5
}

body .home .container .sec3 .list .item:hover .pic img {
  transform: scale(1.05)
}

body .home .container .sec4 {
  padding: 0 8.85417vw
}

body .home .container .sec4 .t {
  font-family: "Scheherazade New";
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: #892122;
  border-bottom: 2px solid #474747;
  padding-bottom: 2.70833vw
}

body .home .container .sec4 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4.42708vw;
  margin-top: 5.72917vw
}

body .home .container .sec4 .list .item {
  width: 100%;
  text-align: center
}

body .home .container .sec4 .list .item .icon {
  width: 3.02083vw;
  height: 3.02083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

body .home .container .sec4 .list .item .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 600ms
}

body .home .container .sec4 .list .item .pt {
  font-family: "Scheherazade New";
  font-weight: 600;
  line-height: 1.2;
  margin: 1.66667vw 0 1.97917vw 0;
  transition: all 600ms
}

body .home .container .sec4 .list .item .des {
  line-height: 1.5
}

body .home .container .sec4 .list .item:hover .icon img {
  transform: rotateY(360deg)
}

body .home .container .sec4 .list .item:hover .pt {
  color: #892122
}

body .home .container .sec5 {
  padding: 14.94792vw 8.85417vw 12.34375vw 8.85417vw
}

body .home .container .sec5 .t {
  font-family: "Scheherazade New";
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: #892122;
  border-bottom: 2px solid #474747;
  padding-bottom: 2.70833vw
}

body .home .container .sec5 .swiper2 {
  width: 100%;
  margin-top: 5.20833vw
}

body .home .container .sec5 .swiper2 .item {
  display: flex;
  justify-content: space-between
}

body .home .container .sec5 .swiper2 .item .lbox {
  display: flex;
  justify-content: center;
  width: 38.90625vw;
  position: relative
}

body .home .container .sec5 .swiper2 .item .lbox .bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1
}

body .home .container .sec5 .swiper2 .item .lbox .bg img {
  width: 100%
}

body .home .container .sec5 .swiper2 .item .lbox .text {
  width: 21.875vw
}

body .home .container .sec5 .swiper2 .item .lbox .text .time {
  font-family: "Scheherazade New";
  font-weight: 500;
  line-height: 1;
  color: #892122
}

body .home .container .sec5 .swiper2 .item .lbox .text .des {
  color: #2E2F30;
  line-height: 1.5;
  margin-top: 2.8125vw
}

body .home .container .sec5 .swiper2 .item .pic {
  width: 33.90625vw;
  overflow: hidden
}

body .home .container .sec5 .swiper2 .item .pic img {
  width: 100%;
  height: 19.79167vw;
  object-fit: cover;
  transition: all 600ms
}

body .home .container .sec5 .swiper2 .item .pic:hover img {
  transform: scale(1.05)
}

body .home .container .sec5 .timeLine {
  margin-top: 7.5vw
}

body .home .container .sec5 .timeLine .line img {
  width: 100%
}

body .home .container .sec5 .timeLine .list {
  display: flex;
  gap: 1.92708vw;
  justify-content: center;
  margin-top: -.26042vw
}

body .home .container .sec5 .timeLine .list .item {
  text-align: center;
  cursor: pointer
}

body .home .container .sec5 .timeLine .list .item p {
  font-weight: 600;
  color: #2E2F30;
  transition: all 600ms
}

body .home .container .sec5 .timeLine .list .item img {
  width: .83333vw;
  opacity: 0;
  transition: all 600ms
}

body .home .container .sec5 .timeLine .list .item.on p {
  color: #892122
}

body .home .container .sec5 .timeLine .list .item.on img {
  opacity: 1
}

@media screen and (max-width: 768px) {
  body .home .container .sec1 {
    flex-direction: column;
    padding: 30px 5%
  }

  body .home .container .sec1 .lbox {
    width: 100%
  }

  body .home .container .sec1 .lbox .t {
    padding-bottom: 10px
  }

  body .home .container .sec1 .lbox .des {
    margin-top: 20px
  }

  body .home .container .sec1 .pic {
    width: 100%;
    margin-top: 20px
  }

  body .home .container .sec2 {
    padding: 0 5%
  }

  body .home .container .sec2 .swiper1 .item {
    flex-direction: column
  }

  body .home .container .sec2 .swiper1 .item .pic {
    width: 100%
  }

  body .home .container .sec2 .swiper1 .item .pic .mc {
    height: 220px
  }

  body .home .container .sec2 .swiper1 .item .text {
    width: 100%;
    margin-top: 20px
  }

  body .home .container .sec2 .swiper1 .item .text .pt {
    padding-bottom: 10px
  }

  body .home .container .sec2 .swiper1 .item .text .st {
    margin: 20px 0 10px 0
  }

  body .home .container .sec2 .swiper-pagination {
    right: 5%;
    bottom: -30px;
    gap: 10px
  }

  body .home .container .sec2 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px
  }

  body .home .container .sec3 {
    padding: 60px 5% 30px 5%
  }

  body .home .container .sec3 .t {
    padding-bottom: 10px
  }

  body .home .container .sec3 .list {
    margin-top: 20px;
    display: block
  }

  body .home .container .sec3 .list .item {
    margin-bottom: 30px
  }

  body .home .container .sec3 .list .item .pic img {
    height: 182px
  }

  body .home .container .sec3 .list .item .pt {
    margin: 10px 0
  }

  body .home .container .sec4 {
    padding: 0 5%
  }

  body .home .container .sec4 .t {
    padding-bottom: 10px
  }

  body .home .container .sec4 .list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
  }

  body .home .container .sec4 .list .item .icon {
    width: 40px;
    height: 40px
  }

  body .home .container .sec4 .list .item .pt {
    margin: 10px 0 5px 0
  }

  body .home .container .sec5 {
    padding: 60px 5% 30px 5%
  }

  body .home .container .sec5 .t {
    padding-bottom: 10px
  }

  body .home .container .sec5 .swiper2 {
    margin-top: 30px
  }

  body .home .container .sec5 .swiper2 .item {
    flex-direction: column
  }

  body .home .container .sec5 .swiper2 .item .lbox {
    width: 100%
  }

  body .home .container .sec5 .swiper2 .item .lbox .text {
    width: 100%
  }

  body .home .container .sec5 .swiper2 .item .lbox .text .time {
    margin-top: 0
  }

  body .home .container .sec5 .swiper2 .item .lbox .text .des {
    margin-top: 20px
  }

  body .home .container .sec5 .swiper2 .item .pic {
    width: 100%;
    margin-top: 20px
  }

  body .home .container .sec5 .swiper2 .item .pic img {
    height: 200px
  }

  body .home .container .sec5 .timeLine {
    margin-top: 30px
  }

  body .home .container .sec5 .timeLine .list {
    gap: 10px;
    margin-top: -10px
  }

  body .home .container .sec5 .timeLine .list .item {
    font-size: 14px
  }

  body .home .container .sec5 .timeLine .list .item img {
    width: 12px
  }
}