main {
  padding-top: 0;
  padding-bottom: 0;
}

.ind-ti .e-ti {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 500;
  color: #FF0000;
  font-style: italic;
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  text-transform: uppercase;
  display: inline-block;
}
.ind-ti .e-ti::before {
  position: absolute;
  content: "";
  left: 0;
  top: -12px;
  background: url(../images/icon_title.webp) no-repeat center/18px;
  width: 18px;
  height: 20px;
}
.ind-ti .t-ti {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991px) {
  .ind-ti {
    text-align: center;
  }
  .ind-ti .e-ti {
    display: inline-block;
    font-size: 0.75rem;
  }
  .ind-ti .t-ti {
    font-size: 1.875rem;
  }
}

.index-banner {
  position: relative;
}
.index-banner .img-bx .bgcover {
  padding-bottom: 100vh;
  background-size: cover !important;
}
.index-banner .cen-bx {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 525px;
  height: 435px;
}
@media (max-width: 768px) {
  .index-banner .cen-bx {
    width: 215px;
    height: 215px;
  }
}
.index-banner .cen-bx .hex-cl {
  width: 525px;
  height: 435px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: linear-gradient(-330deg, rgba(203, 30, 4, 0.5), rgba(251, 235, 98, 0.5), rgba(244, 81, 4, 0.5), rgba(252, 201, 19, 0.5), rgba(251, 138, 4, 0.5), rgba(255, 185, 0, 0.5));
  background-size: 1400% 1400%;
  -webkit-animation: switchMood 10s linear infinite;
          animation: switchMood 10s linear infinite;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 768px) {
  .index-banner .cen-bx .hex-cl {
    width: 215px;
    height: 175px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.index-banner .cen-bx .hex-bl {
  width: 435px;
  height: 525px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index-banner .cen-bx .hex-bl img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .index-banner .cen-bx .hex-bl {
    width: 175px;
    height: 215px;
  }
}
@media (max-width: 991px) {
  .index-banner .cen-bx {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
}
@media (max-width: 768px) {
  .index-banner .cen-bx {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes switchMood {
  from {
    background-position: 40% 0%;
  }
  50% {
    background-position: 60% 100%;
  }
  to {
    background-position: 40% 0%;
  }
}
@keyframes switchMood {
  from {
    background-position: 40% 0%;
  }
  50% {
    background-position: 60% 100%;
  }
  to {
    background-position: 40% 0%;
  }
}
.index-banner .cen-ti {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 400;
  color: #FF0000;
  text-shadow: 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff;
}
.index-banner .cen-ti i {
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #FF0000;
  position: relative;
  margin: 0 -3px;
}
.index-banner .cen-ti i::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff0000;
}
@media (max-width: 768px) {
  .index-banner .cen-ti {
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 70px;
    font-size: 1.75rem;
    font-weight: 600;
  }
  .index-banner .cen-ti i {
    font-size: 2rem;
  }
}
.index-banner .des-bx {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.index-banner .des-bx li {
  position: absolute;
}
.index-banner .des-bx li .des-ti {
  color: #F17F04;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 400;
  color: #F17F04;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: neon-glow 1.5s ease-in-out infinite alternate;
          animation: neon-glow 1.5s ease-in-out infinite alternate;
}
@media (max-width: 768px) {
  .index-banner .des-bx li .des-ti {
    font-size: 1.25rem;
  }
}
@-webkit-keyframes neon-glow {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 210, 0.6), 0 0 10px rgba(255, 255, 210, 0.6), 0 0 15px rgba(255, 255, 210, 0.6), 0 0 20px #f1da04, 0 0 35px #f9ed27, 0 0 40px #fbff47, 0 0 50px #effb35, 0 0 75px #f17f04;
  }
  to {
    text-shadow: 0 0 5px rgba(255, 255, 210, 0.6), 0 0 10px rgba(255, 255, 210, 0.6), 0 0 15px rgba(255, 255, 210, 0.6), 0 0 20px #f1da04, 0 0 35px #f9ed27, 0 0 40px #fbff47, 0 0 50px #effb35, 0 0 75px #f17f04;
  }
}
@keyframes neon-glow {
  from {
    text-shadow: 0 0 5px rgba(255, 255, 210, 0.6), 0 0 10px rgba(255, 255, 210, 0.6), 0 0 15px rgba(255, 255, 210, 0.6), 0 0 20px #f1da04, 0 0 35px #f9ed27, 0 0 40px #fbff47, 0 0 50px #effb35, 0 0 75px #f17f04;
  }
  to {
    text-shadow: 0 0 5px rgba(255, 255, 210, 0.6), 0 0 10px rgba(255, 255, 210, 0.6), 0 0 15px rgba(255, 255, 210, 0.6), 0 0 20px #f1da04, 0 0 35px #f9ed27, 0 0 40px #fbff47, 0 0 50px #effb35, 0 0 75px #f17f04;
  }
}
.index-banner .des-bx li .ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at center, yellow, red);
  position: relative;
}
.index-banner .des-bx li .ball::before, .index-banner .des-bx li .ball::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 2;
  opacity: 1;
}
.index-banner .des-bx li .ball::before {
  -webkit-animation: dotani 3s ease-out infinite;
          animation: dotani 3s ease-out infinite;
}
.index-banner .des-bx li .ball::after {
  -webkit-animation: dotani 3s ease-out 1s infinite;
          animation: dotani 3s ease-out 1s infinite;
}
.index-banner .des-bx li:nth-child(1) {
  top: -8px;
  left: 120px;
}
@media (max-width: 768px) {
  .index-banner .des-bx li:nth-child(1) {
    top: 10px;
    left: 43px;
  }
}
.index-banner .des-bx li:nth-child(1) .des-ti {
  top: -50px;
}
.index-banner .des-bx li:nth-child(2) {
  top: -8px;
  right: 120px;
}
@media (max-width: 768px) {
  .index-banner .des-bx li:nth-child(2) {
    top: 10px;
    right: 43px;
  }
}
.index-banner .des-bx li:nth-child(2) .des-ti {
  top: -50px;
}
.index-banner .des-bx li:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -7px;
}
.index-banner .des-bx li:nth-child(3) .des-ti {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -150px;
}
@media (max-width: 768px) {
  .index-banner .des-bx li:nth-child(3) .des-ti {
    right: -70px;
  }
}
.index-banner .des-bx li:nth-child(4) {
  bottom: -8px;
  right: 120px;
}
@media (max-width: 768px) {
  .index-banner .des-bx li:nth-child(4) {
    bottom: 10px;
    right: 43px;
  }
}
.index-banner .des-bx li:nth-child(4) .des-ti {
  bottom: -50px;
}
.index-banner .des-bx li:nth-child(5) {
  bottom: -8px;
  left: 120px;
}
@media (max-width: 768px) {
  .index-banner .des-bx li:nth-child(5) {
    bottom: 10px;
    left: 43px;
  }
}
.index-banner .des-bx li:nth-child(5) .des-ti {
  bottom: -50px;
}
.index-banner .des-bx li:nth-child(6) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -7px;
}
.index-banner .des-bx li:nth-child(6) .des-ti {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -130px;
}
@media (max-width: 768px) {
  .index-banner .des-bx li:nth-child(6) .des-ti {
    left: -50px;
  }
}

.about-item {
  padding-top: 100px;
  padding-bottom: 420px;
}
@media (max-width: 991px) {
  .about-item {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.about-item .flex-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10%;
}
@media (max-width: 991px) {
  .about-item .flex-bx {
    padding-left: 0;
    position: relative;
    padding-bottom: 150%;
  }
}
.about-item .flex-bx .l-bx {
  width: 43.5%;
}
.about-item .flex-bx .l-bx .sh-des {
  margin-top: 90px;
  margin-bottom: 75px;
}
.about-item .flex-bx .r-bx {
  width: 44.5%;
  padding-left: 1%;
}
.about-item .flex-bx .r-bx .img-bx {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-item .flex-bx {
    display: block;
  }
  .about-item .flex-bx .l-bx {
    width: 100%;
  }
  .about-item .flex-bx .l-bx .sh-des {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .about-item .flex-bx .l-bx .sh-btn {
    position: absolute;
    bottom: 0;
    left: 41%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about-item .flex-bx .r-bx {
    width: 70%;
    margin-left: auto;
  }
}
.about-item .img-flex {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  width: 100%;
  left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
}
.about-item .img-flex .img-bx img {
  width: 100%;
}
.about-item .img-flex .img-bx:nth-child(1) {
  width: 38.4%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 60px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.about-item .img-flex .img-bx:nth-child(1) .img-bx {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.about-item .img-flex .img-bx:nth-child(2) {
  width: 36.9%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 50px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-item .img-flex {
    bottom: 100px;
    margin-top: 0;
    display: block;
  }
  .about-item .img-flex .img-bx:nth-child(1) {
    width: 70%;
  }
  .about-item .img-flex .img-bx:nth-child(2) {
    width: 80%;
    margin-top: 25px;
  }
}

.feature-item {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .feature-item {
    padding-bottom: 0px;
    margin-top: 100px;
  }
}
.feature-item .ind-ti {
  text-align: center;
  margin-bottom: 165px;
}
@media (max-width: 991px) {
  .feature-item .ind-ti {
    margin-bottom: 310px;
  }
}
@media (max-width: 380px) {
  .feature-item .feature-bx {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.feature-item .cen-bx .radius {
  width: 700px;
  height: 700px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .radius {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-bx .radius {
    width: 283px;
    height: 283px;
  }
}
.feature-item .cen-bx .place {
  background: radial-gradient(circle at center, rgb(255, 255, 0), #F17F04);
  z-index: 2;
}
.feature-item .cen-bx .radius .border-animation, .feature-item .cen-bx .place {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
}
.feature-item .cen-bx .radius .border-animation {
  z-index: 1;
}
.feature-item .cen-bx .ba1 {
  -webkit-animation: rounder1 2s linear 2s infinite alternate;
          animation: rounder1 2s linear 2s infinite alternate;
  background: rgba(241, 127, 4, 0.6);
}
@-webkit-keyframes rounder1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes rounder1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.feature-item .cen-bx .ba2 {
  -webkit-animation: rounder2 2s linear 2s infinite alternate;
          animation: rounder2 2s linear 2s infinite alternate;
  background: rgba(241, 127, 4, 0.5);
}
@-webkit-keyframes rounder2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes rounder2 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.feature-item .cen-bx .des-bx {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 4;
}
.feature-item .cen-bx .des-bx li {
  position: absolute;
}
.feature-item .cen-bx .des-bx li .feature-desbx {
  position: absolute;
  width: 240px;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li .feature-desbx {
    width: 120px;
  }
}
.feature-item .cen-bx .des-bx li .feature-desbx::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  background-color: #F17F04;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li .feature-desbx::before {
    width: 70px;
  }
}
.feature-item .cen-bx .des-bx li .feature-desbx .img-bx {
  border-radius: 50%;
  border: 1px solid #F17F04;
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 240px;
  margin-bottom: 17px;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li .feature-desbx .img-bx {
    height: 120px;
    padding: 15px;
  }
}
.feature-item .cen-bx .des-bx li .feature-desbx .img-bx img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-item .cen-bx .des-bx li .feature-desbx .des-ti {
  font-size: 1.375rem;
  color: #FF0000;
  text-align: center;
  margin-top: 2px;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li .feature-desbx .des-ti {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-bx .des-bx li .feature-desbx .des-ti {
    font-size: 1rem;
  }
}
.feature-item .cen-bx .des-bx li .feature-desbx .des {
  font-size: 1.25rem;
  color: #000;
  text-align: center;
  margin-top: 2px;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li .feature-desbx .des {
    font-size: 1rem;
  }
}
.feature-item .cen-bx .des-bx li .ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at center, yellow, red);
  position: relative;
  z-index: 4;
}
.feature-item .cen-bx .des-bx li .ball::before, .feature-item .cen-bx .des-bx li .ball::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 2;
  opacity: 1;
}
.feature-item .cen-bx .des-bx li .ball::before {
  -webkit-animation: dotani 3s ease-out infinite;
          animation: dotani 3s ease-out infinite;
}
.feature-item .cen-bx .des-bx li .ball::after {
  -webkit-animation: dotani 3s ease-out 1s infinite;
          animation: dotani 3s ease-out 1s infinite;
}
@media (max-width: 991px) {
  .feature-item .cen-bx .des-bx li .ball {
    width: 13px;
    height: 13px;
  }
}
.feature-item .cen-bx .des-bx li:nth-child(1) {
  top: 100px;
  left: 85px;
}
.feature-item .cen-bx .des-bx li:nth-child(1) .feature-desbx {
  right: 150px;
  top: -110px;
}
.feature-item .cen-bx .des-bx li:nth-child(1) .feature-desbx::before {
  top: 120px;
  right: -150px;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li:nth-child(1) {
    left: 35px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(1) .feature-desbx {
    right: 80px;
    top: -50px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(1) .feature-desbx::before {
    top: 60px;
    right: -70px;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-bx .des-bx li:nth-child(1) {
    top: 23px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(1) .feature-desbx {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -290px;
    padding-bottom: 195px;
    width: 160px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(1) .feature-desbx::before {
    width: 1px;
    height: 60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -43px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(1) .feature-desbx .img-bx {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 160px;
    padding: 25px;
  }
}
.feature-item .cen-bx .des-bx li:nth-child(2) {
  top: 100px;
  right: 85px;
}
.feature-item .cen-bx .des-bx li:nth-child(2) .feature-desbx {
  left: 150px;
  top: -110px;
}
.feature-item .cen-bx .des-bx li:nth-child(2) .feature-desbx::before {
  top: 120px;
  left: -150px;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li:nth-child(2) {
    right: 35px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(2) .feature-desbx {
    left: 80px;
    top: -50px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(2) .feature-desbx::before {
    top: 60px;
    left: -70px;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-bx .des-bx li:nth-child(2) {
    top: 23px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(2) .feature-desbx {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -290px;
    padding-bottom: 195px;
    width: 160px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(2) .feature-desbx::before {
    width: 1px;
    height: 60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -43px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(2) .feature-desbx .img-bx {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 160px;
    padding: 25px;
  }
}
.feature-item .cen-bx .des-bx li:nth-child(3) {
  bottom: 100px;
  left: 85px;
}
.feature-item .cen-bx .des-bx li:nth-child(3) .feature-desbx {
  right: 150px;
  top: -110px;
}
.feature-item .cen-bx .des-bx li:nth-child(3) .feature-desbx::before {
  top: 120px;
  right: -150px;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li:nth-child(3) {
    left: 35px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(3) .feature-desbx {
    right: 80px;
    top: -50px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(3) .feature-desbx::before {
    top: 60px;
    right: -70px;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-bx .des-bx li:nth-child(3) {
    bottom: 23px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(3) .feature-desbx {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 70px;
    width: 160px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(3) .feature-desbx::before {
    right: auto;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 60px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(3) .feature-desbx .img-bx {
    height: 160px;
    padding: 25px;
  }
}
.feature-item .cen-bx .des-bx li:nth-child(4) {
  bottom: 100px;
  right: 85px;
}
.feature-item .cen-bx .des-bx li:nth-child(4) .feature-desbx {
  left: 150px;
  top: -110px;
}
.feature-item .cen-bx .des-bx li:nth-child(4) .feature-desbx::before {
  top: 120px;
  left: -150px;
}
@media (max-width: 1300px) {
  .feature-item .cen-bx .des-bx li:nth-child(4) {
    right: 35px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(4) .feature-desbx {
    left: 80px;
    top: -50px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(4) .feature-desbx::before {
    top: 60px;
    left: -70px;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-bx .des-bx li:nth-child(4) {
    bottom: 23px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(4) .feature-desbx {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 70px;
    width: 160px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(4) .feature-desbx::before {
    right: auto;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 60px;
  }
  .feature-item .cen-bx .des-bx li:nth-child(4) .feature-desbx .img-bx {
    height: 160px;
    padding: 25px;
  }
}
.feature-item .cen-txbx {
  position: absolute;
  z-index: 3;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.feature-item .cen-txbx .ti {
  font-size: 1.625rem;
  line-height: 1.2;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .feature-item .cen-txbx .ti {
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-txbx .ti {
    display: none;
  }
}
.feature-item .cen-txbx .sh-des {
  max-width: 540px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 15px;
  line-height: 1.7;
}
@media (max-width: 1300px) {
  .feature-item .cen-txbx .sh-des {
    font-size: 0.875rem;
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-txbx .sh-des {
    display: none;
  }
}
.feature-item .cen-txbx .img-bx {
  position: relative;
  left: 7px;
}
@media (max-width: 1300px) {
  .feature-item .cen-txbx .img-bx {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .feature-item .cen-txbx .img-bx {
    max-width: 280px;
  }
}
.feature-item .mo-textbx {
  display: none;
}
@media (max-width: 991px) {
  .feature-item .mo-textbx {
    display: block;
    margin-top: 300px;
  }
  .feature-item .mo-textbx .ti {
    font-size: 1.25rem;
    color: #4A423A;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
  }
}
.feature-item .sh-btn {
  margin: 0 auto;
  margin-top: 250px;
}
@media (max-width: 1199px) {
  .feature-item .sh-btn {
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  .feature-item .sh-btn {
    margin-top: 40px;
  }
}

.product-slider {
  padding-top: 160px;
}
@media (max-width: 991px) {
  .product-slider {
    padding-top: 100px;
  }
}
.product-slider .slick-prev {
  left: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  z-index: 5;
  border-radius: 50%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.product-slider .slick-prev::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 16px;
  background-color: #B7B7B7;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  z-index: 3;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.product-slider .slick-prev::after {
  position: absolute;
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 208, 2)), to(rgb(241, 127, 4)));
  background: linear-gradient(180deg, rgb(254, 208, 2), rgb(241, 127, 4));
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-slider .slick-prev:hover {
    background: #fff;
  }
  .product-slider .slick-prev:hover::before {
    background-color: #fff;
  }
  .product-slider .slick-prev:hover::after {
    opacity: 1;
  }
}
.product-slider .slick-next {
  left: auto;
  right: 105px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #fff !important;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  z-index: 5;
  border-radius: 50%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.product-slider .slick-next::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 16px;
  background-color: #B7B7B7;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 3;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.product-slider .slick-next::after {
  position: absolute;
  content: "";
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-radius: 50%;
  top: -1px;
  left: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 208, 2)), to(rgb(241, 127, 4)));
  background: linear-gradient(180deg, rgb(254, 208, 2), rgb(241, 127, 4));
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
@media (min-width: 768px) {
  .product-slider .slick-next:hover {
    background: #fff;
  }
  .product-slider .slick-next:hover::before {
    background-color: #fff;
  }
  .product-slider .slick-next:hover::after {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .product-slider .slick-prev {
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .product-slider .slick-prev::before {
    top: 50%;
    left: 47%;
    width: 7px;
    height: 8px;
    background-color: #fff;
  }
  .product-slider .slick-prev::after {
    opacity: 1;
  }
  .product-slider .slick-next {
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .product-slider .slick-next::before {
    top: 50%;
    left: 53%;
    width: 7px;
    height: 8px;
    background-color: #fff;
  }
  .product-slider .slick-next::after {
    opacity: 1;
  }
}
.product-slider img {
  width: 100%;
}

.product-item {
  padding-top: 200px;
  padding-bottom: 210px;
  background: #FFFDF5;
  position: relative;
}
@media (max-width: 991px) {
  .product-item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.product-item .ind-ti {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .product-item .ind-ti {
    margin-bottom: 40px;
  }
}
.product-item .bg-r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .product-item .bg-r {
    width: 205px;
  }
}
.product-item .bg-l {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .product-item .bg-l {
    width: 205px;
  }
}
.product-item .sh-btn {
  margin: 0 auto;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .product-item .sh-btn {
    margin-top: 40px;
  }
}
.product-item .product-list .slick-list {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.product-item .product-list li {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
@media (min-width: 992px) {
  .product-item .product-list li:hover a:before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

@-webkit-keyframes dotani {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(4);
            transform: translate(-50%, -50%) scale(4);
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@keyframes dotani {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(4);
            transform: translate(-50%, -50%) scale(4);
    opacity: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}