.banner-container-index {
  position: relative;
  z-index: 1;
}
.index-banner-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
} 
.index-banner-imgs img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home-product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
  overflow: hidden;
  margin-bottom: -24px;
}
.home-product-nav .items {
  margin: 0 12px 24px;
  padding: 12px 25px;
  background-color: var(--theme2);
  border: 1px solid var(--theme2);
  transition: all 0.5s;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}
.home-product-nav .items.active:before,
.home-product-nav .items.active:after {
  width: 100%;
}
.home-product-des {
  max-width: 800px;
  margin: 30px auto 0;
}
.home-product-des li {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  text-align: center;
  display: none;
}
.home-product-des li:first-child {
  display: block;
}
.home-product-class .items {
  display: none;
}
.home-product-class .items:first-child {
  display: block;
}
.best-food-items-section .container {
  max-width: 1500px;
}
.container {
  max-width: 1420px !important;
}
.single-food-items .item-thumb img {
  width: 100%;
}
.best-food-items-section .swiper-slide {
  height: initial !important;
}
.best-food-items-section .single-food-items {
  height: 100%;
}
.best-food-items-section .single-food-items .mores {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  background-color: var(--theme);
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  border: 1px solid var(--theme);
}
.best-food-items-section .single-food-items .mores:hover {
  color: #333;
}
.best-food-items-section .single-food-items .hover-btn:after,
.best-food-items-section .single-food-items .hover-btn::before {
  background-color: #fff;
}
.chefe-card.style2 .icon {
  right: -69px;
  display: block;
}
.chefe-card.style2 .icon::before {
  display: none;
}
.testimonial-wrapper.style1 .shape {
  height: 100%;
}
.testimonial-wrapper.style1 .shape img {
  height: 100%;
}
.testimonial-card.style1 p {
  font-size: 18px;
  line-height: 1.75;
}
.testimonial-card.style1 {
  padding: 40px 40px;
  margin-top: 20px;
}
.testimonial-card.style1 .testimonial-header .quote {
  right: 0px;
}
.testimonial-wrapper.style1.section-padding {
  padding: 120px 0 100px;
}
.testimonial-wrapper.style1 .btn-wrap {
  top: 0;
  left: 0%;
  transform: none;
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.slider-area {
  position: relative;
  z-index: 1;
}
.testimonial-card.style1 .testimonial-header .fancy-box .tits {
  font-size: 22px;
}
.testimonial-card.style1 .testimonial-header {
  margin-bottom: 15px;
}
.testimonial-wrapper.style1 .arrow-prev i,
.testimonial-wrapper.style1 .arrow-next i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme);
  border: none !important;
  color: #fff;
  font-size: 22px;
}
.testimonial-wrapper.style1 .arrow-prev i {
  transform: rotate(180deg);
}
.case-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  background-color: var(--theme);
  font-size: 16px;
  color: #fff !important;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.case-more:hover {
  color: #fff !important;
}
.case-more::after,
.case-more::before {
  background-color: var(--theme2) !important;
}
.testimonial-card.style1 {
  margin-left: auto;
  margin-right: auto;
}
.home-solution .title-area {
  margin-bottom: 55px;
}
.home-solution .title-area .title {
  color: var(--title);
}
.home-solution-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px -36px;
}
.home-solution-item {
  width: 50%;
  padding: 0 18px;
  margin-bottom: 36px;
}
.solution-items {
  height: 100%;
}
.solution-items.offer-card.style1 {
  padding: 30px 30px;
  justify-content: space-between;
  align-items: center;
}
.solution-items .offer-thumb {
  width: 250px;
  flex-shrink: 0;
}
.solution-items .offer-content {
  padding-right: 20px;
}
.solution-items .offer-thumb .img-box {
  padding-top: 100%;
  position: relative;
  z-index: 1;
}
.solution-items .offer-thumb .img-box .thumbImg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.solution-items .offer-content p.texts {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: #fff;
}
.theme-btn.style4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-btn.style4 i {
  font-size: 20px;
  padding: 0;
}
.about-wrapper.style1 .title-area .btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.home-about-play {
  width: 52px;
  height: 52px;
  border-radius: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme);
  transition: all 0.5s;
  margin-right: 20px;
}
.home-about-play svg {
  width: 34px;
}
.home-about-play:hover {
  background: var(--theme2);
}
.about-us-section.section-padding {
  padding-top: 0;
}
.about-number {
  background-color: #fff;
  padding: 50px 0;
}
.about-data-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.about-data-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about-data-item {
    width: 50%;
  }
}
.about-data-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-data-content .numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-data-content .numbers .val {
  font-size: 56px;
  font-weight: bold;
  color: var(--theme);
  line-height: 1.2;
}
@media screen and (max-width: 1680px) {
  .about-data-content .numbers .val {
    font-size: 52px;
  }
}
@media screen and (max-width: 1440px) {
  .about-data-content .numbers .val {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-data-content .numbers .val {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-data-content .numbers .val {
    font-size: 36px;
  }
}
.about-data-content .numbers .unit {
  font-size: 52px;
  font-weight: bold;
  color: var(--theme);
}
@media screen and (max-width: 1440px) {
  .about-data-content .numbers .unit {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-data-content .numbers .unit {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about-data-content .numbers .unit {
    font-size: 36px;
  }
}
.about-data-content .texts {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  .about-data-content .texts {
    margin-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .about-data-content .texts {
    font-size: 16px;
  }
}
.about-us .theme-btn.hover-btn:before,
.about-us .theme-btn.hover-btn::after {
  background-color: var(--theme2);
}
.about-wrapper.style1 .title-area .btn-wrapper .fa-arrow-right {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: initial;
  height: 24px;
  width: 24px;
}
.about-wrapper.style1 .shape1,
.about-wrapper.style1 .shape4 {
  width: 22.5vw;
}
.about-wrapper.style1 .shape1 img,
.about-wrapper.style1 .shape4 img {
  width: 100%;
}
.about-us-section {
  background-color: #fff;
}
.blog-card .texts {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.blog-card.style1 .blog-content a h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.home-blog .blog-card.style1 {
  margin-top: 0;
}
.home-blog .slider-area {
  margin-top: 45px;
}
.blog-wrapper.style1 .btn-wrap .arrow-next i,
.blog-wrapper.style1 .btn-wrap .arrow-prev i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme);
  border: none !important;
  color: #fff !important;
  font-size: 22px;
}
.blog-wrapper.style1 .btn-wrap .arrow-prev i {
  transform: rotate(180deg);
}
.blog-wrapper.style1 .btn-wrap .arrow-next:hover i,
.blog-wrapper.style1 .btn-wrap .arrow-prev:hover i {
  background-color: var(--theme2);
}
.footer-navs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
.footer-nav-items {
  padding: 0 20px;
  margin-bottom: 30px;
  max-width: 25%;
}
.footer-nav-items:last-child {
  max-width: initial;
}
.footer-top .fancy-box .item2 p,
.footer-top .fancy-box .item2 a {
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
}
.footer-top .fancy-box .item2 a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer-widgets-wrapper .single-footer-widget form .form-control button {
  width: 45px;
  height: 45px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.back-to-top i {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 22px;
}
.footer-section .footer-top .fancy-box .item1 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  color: var(--theme);
  background-color: #fff;
  border-radius: 50%;
}
.footer-widgets-wrapper .single-footer-widget .list-area li svg {
  width: 20px;
  transform: translateY(-2px);
}
.footer-widgets-wrapper .single-footer-widget .list-area li svg path {
  transition: all 0.5s;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover svg path {
  fill: var(--theme);
}
.header-top-wrapper .social-icon a:hover {
  color: #000 !important;
}
.header-main .main-menu ul li {
  margin-inline-end: 38px;
}
.header-main .main-menu ul li a i {
  margin-left: 2px;
}
.header-section .black-bg,
.header-section .red-bg {
  z-index: -1;
}
.header__hamburger {
  display: none !important;
}
.header-top-wrapper {
  background: var(--theme);
  justify-content: flex-end;
}
.header-section .red-bg {
  height: 50px;
}
.header-main .header-right .search-icon {
  color: var(--text);
  font-size: 22px;
}
.page-banner-content {
  position: relative;
  z-index: 1;
}
.page-banner-content .contents {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.page-banner-content img {
  width: 100%;
}
.page-banner .breadcumb-title {
  color: var(--white);
  font-family: var(--title-font);
  font-size: 58px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.page-banner .swiper-pagination {
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.page-banner .swiper-pagination-bullet {
  background-color: #fff;
}
.page-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.page-banner .contents {
  text-align: center;
}
.page-banner .texts {
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  text-align: center;
  max-width: 100%;
  width: 800px;
  margin: 15px auto 0;
}
.page-banner .mores {
  display: inline-flex;
  padding: 12px 25px;
  background-color: var(--theme);
  color: #fff !important;
  font-size: 17px;
  line-height: 1.55;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
.page-banner .mores::before,
.page-banner .mores::after {
  background-color: var(--theme2);
}
.mod-breadcumb {
  padding: 20px 0;
}
.mod-breadcumb-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.mod-breadcumb-menu li,
.mod-breadcumb-menu li a,
.mod-breadcumb-menu .texts {
  color: #333;
  font-family: var(--body-font);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  font-weight: 500;
}
.mod-breadcumb-menu li:last-child {
  color: var(--theme);
}
.mod-breadcumb-menu li:first-child {
  display: none;
}
.contact-us-section .contact-box {
  height: 100%;
}
.contact-box.style1 .title {
  font-size: 22px;
  line-height: 25px;
}
.contact-us-section .contact-box .contact-icon {
  text-align: center;
}
.contact-us-section .contact-box .iconfont {
  width: 50px;
  height: 50px;
  font-size: 28px;
  border-radius: 8px;
  border: 1px solid var(--theme);
  color: #fff;
  background-color: var(--theme);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-us-section .contact-box p,
.contact-us-section .contact-box a {
  font-size: 18px;
}
.contact-us-section.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-forms {
  position: relative;
  z-index: 2;
}
.contact-maps {
  margin-top: -100px;
  height: 700px;
}
.contact-maps iframe {
  width: 100%;
  height: 100%;
}
.product-main {
  padding-top: 80px;
}
.mod-titles {
  margin-bottom: 45px;
}
.product-class {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.product-class-item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 25%;
}
.product-class-link {
  padding: 16px;
  background-color: #fff;
}
.product-class-link .img_box {
  padding-top: 100%;
}
.product-class-link .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--theme2);
  margin-top: 20px;
  display: block;
  transition: all 0.5s;
}
.product-class-link .title:hover {
  color: var(--theme);
}
.product-class-link .text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-top: 10px;
}
.product-class-link .mores {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background-color: var(--theme2);
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}
.product-class-link:hover .img_box img {
  transform: scale(1.06);
}
.product-class-link .hover-btn::after,
.product-class-link .hover-btn::before {
  background-color: var(--theme);
}
.img_box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 2;
  transition: all 0.5s;
}
.faq-flexs {
  align-items: center;
}
.contact-form.style2 textarea.form-control {
  border: 1px solid #D4DCFF;
  padding: 15px 20px;
}
.about-info .about-thumb {
  width: 100%;
}
.about-info .about-thumb img {
  width: 100%;
}
.about-wrapper.style2 .about-us .about-thumb {
  margin-left: 0;
}
.about-info.section-padding {
  padding-top: 100px !important;
  padding-bottom: 0;
}
.about-wrapper.style2 .about-us .title-area .text {
  padding-top: 10px;
}
.about-info-left {
  padding-right: 50px;
}
.about-info .more {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 12px 24px;
  background-color: var(--theme);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff !important;
  line-height: 1.55;
}
.about-info .more::after,
.about-info .more::before {
  background-color: var(--theme2);
}
.about-info .about-number {
  margin-top: 80px;
  background-color: #F4F1EA;
}
.services-card.style2 {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.about-service.section-padding {
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #fff;
}
.about-history {
  background-color: #000;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  z-index: 1;
}
.about-history .title {
  color: #fff;
}
.about-history .home-title .subtits,
.about-history .home-title .tits {
  color: #fff;
}
.about-history .about-history-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
  opacity: 0.4;
}
.about-history .wpo-section-title h2,
.about-history .wpo-section-title p {
  color: #fff;
}
.about-history .shape1 {
  left: -6.2893081%;
}
.about-history .shape2 {
  right: -6.2893081%;
}
.about-history .shape2,
.about-history .shape1 {
  width: 22.95597%;
  position: absolute;
  top: 25px;
  opacity: 0.05;
}
.about-history .shape2 img,
.about-history .shape1 img {
  width: 100%;
}
.about-history .about-title {
  color: #fff;
}
.history-swiper-content {
  padding: 0 120px;
}
@media screen and (max-width: 1200px) {
  .history-swiper-content {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .history-swiper-content {
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .history-swiper-content {
    padding: 0 10px;
  }
}
.history-swiper {
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .history-swiper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .history-swiper {
    margin-top: 35px;
  }
}
.history-swiper-content .year {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  top: 0;
}
@media screen and (max-width: 1680px) {
  .history-swiper-content .year {
    font-size: 28px;
  }
}
@media screen and (max-width: 1680px) {
  .history-swiper-content .year {
    padding-top: 0px;
  }
}
.history-swiper-content .year::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  background: var(--tg-primary-color);
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.history-swiper-content .text {
  margin-top: 20px;
  max-width: 100%;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .history-swiper-content .text {
    margin-top: 10px;
  }
}
.history-swiper-content .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history-swiper-content .text p {
    font-size: 16px;
  }
}
.history-swiper-content .big-year {
  font-size: 180px;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
  color: var(--theme2);
  font-weight: 700;
}
@media screen and (max-width: 1680px) {
  .history-swiper-content .big-year {
    font-size: 130px;
  }
}
@media screen and (max-width: 1440px) {
  .history-swiper-content .big-year {
    font-size: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .history-swiper-content .big-year {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .history-swiper-content .big-year {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .history-swiper-content .big-year {
    font-size: 42px;
  }
}
.history-line {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 1680px) {
  .history-line {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .history-line {
    margin-top: 20px;
  }
}
.history-line::after {
  content: "";
  position: absolute;
  width: 200vw;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background-color: #b3b3b3;
}
.history-lineswiper {
  overflow: hidden;
}
.history-lineswiper .years {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  text-align: center;
  padding: 0 60px 50px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .history-lineswiper .years {
    font-size: 24px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .history-lineswiper .years {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .history-lineswiper .years {
    font-size: 24px;
  }
}
.history-lineswiper .years::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
  background-color: #fff;
  transition: all 0.5s;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
.history-lineswiper .years::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.5s;
  opacity: 0;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
@media screen and (max-width: 991px) {
  .history-lineswiper .years::before {
    width: 24px;
    height: 24px;
  }
  .history-lineswiper .years::after {
    width: 8px;
    height: 8px;
  }
}
.history-lineswiper .swiper-slide.swiper-slide-active .years {
  color: #fff;
}
.history-lineswiper .swiper-slide.swiper-slide-active .years::after {
  opacity: 1;
}
.history-lineswiper .swiper-slide.swiper-slide-active .years::before {
  opacity: 0.6;
}
.history-lineswiper .swiper-slide {
  width: auto;
}
.about-history-box {
  position: relative;
  z-index: 1;
}
.arrow-mod {
  position: absolute;
  width: calc(100% + 60px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 1680px) {
  .arrow-mod {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .arrow-mod {
    display: none;
  }
}
.prev-mod,
.next-mod {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .prev-mod,
  .next-mod {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .prev-mod,
  .next-mod {
    width: 38px;
    height: 38px;
  }
}
.prev-mod {
  transform: rotate(180deg);
}
.prev-mod svg,
.next-mod svg {
  width: 22px;
}
@media screen and (max-width: 991px) {
  .prev-mod svg,
  .next-mod svg {
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .prev-mod svg,
  .next-mod svg {
    width: 16px;
  }
}
.prev-mod svg path,
.next-mod svg path {
  transition: all 0.5s;
}
.prev-mod:hover,
.next-mod:hover {
  background-color: var(--main-color);
}
.prev-mod:hover svg path,
.next-mod:hover svg path {
  fill: #fff;
}
.about-factory {
  padding: 100px 0;
  overflow: hidden;
  background-color: #fff;
}
.about-factory-slick {
  margin: 55px -15px 0;
}
@media screen and (max-width: 1200px) {
  .about-factory-slick {
    margin: 44px -15px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-factory-slick {
    margin: 35px -15px 0;
  }
}
.about-factory-item {
  padding: 0 15px;
  display: block !important;
}
.about-factory-content .img_box {
  padding-top: 100%;
}
.about-certificates {
  padding: 100px 0;
  overflow: hidden;
}
.about-certificates-list {
  margin: 0 -15px;
}
.about-certificates-item {
  padding: 0 15px;
}
.about-certificates-item .contents {
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.about-certificates-item .img_box {
  padding-top: 142.5%;
  border-radius: 8px;
}
.news-main {
  padding-top: 50px;
  padding-bottom: 100px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.news-list .news-items {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.news-main .news-standard-wrapper .news-standard-items .news-content h3 a {
  font-size: 22px;
  line-height: 1.3;
}
.news-main .news-standard-wrapper .news-standard-items {
  padding: 25px;
}
.news-main .news-standard-wrapper .news-standard-items .news-content h3 {
  margin-bottom: 10px;
}
.news-main .news-standard-wrapper .news-standard-items .theme-btn {
  font-size: 16px;
  padding: 10px 22px;
}
.news-main .news-standard-wrapper .news-standard-items .theme-btn i {
  font-size: 20px;
  padding: 0;
}
.page-nav-wrap ul li .previous,
.page-nav-wrap ul li .next {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-size: 0;
}
.page-nav-wrap ul li .previous i,
.page-nav-wrap ul li .next i {
  font-size: 20px;
}
.page-nav-wrap ul li .page-numbers {
  border: none !important;
}
.news-aside-faq .items {
  margin-bottom: 16px;
  background-color: #F4F1EA;
  border-radius: 8px;
  transition: all 0.5s;
}
.news-aside-faq .items:last-child {
  margin-bottom: 0;
}
.news-aside-faq .hds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
}
.news-aside-faq .hds p {
  color: #333;
  transition: all 0.5s;
  line-height: 1.65;
}
.news-aside-faq .hds .icons {
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 1;
}
.news-aside-faq .hds .icons::after,
.news-aside-faq .hds .icons::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-color: #333;
}
.news-aside-faq .hds .icons::after {
  width: 100%;
  height: 2px;
}
.news-aside-faq .hds .icons::before {
  width: 2px;
  height: 100%;
}
.news-aside-faq .items.active {
  background-color: var(--theme);
}
.news-aside-faq .items.active .hds p {
  color: #fff;
}
.news-aside-faq .items.active .hds .icons::after,
.news-aside-faq .items.active .hds .icons::before {
  background-color: #fff;
}
.news-aside-faq .items.active .hds .icons::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.news-aside-faq .items:hover {
  background-color: var(--theme);
}
.news-aside-faq .items:hover .hds p {
  color: #fff;
}
.news-aside-faq .items:hover .hds .icons::after,
.news-aside-faq .items:hover .hds .icons::before {
  background-color: #fff;
}
.news-aside-faq .bds {
  padding: 5px 24px 15px;
  font-size: 16px;
  color: #fff;
  line-height: 1.65;
  display: none;
}
.blog-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.blog-details-area .blog-post-details .single-blog-post .post-content .post-list li img {
  border-radius: 50%;
}
.blog-details-area .blog-post-details .tag-share-wrap {
  border-top: none;
  padding-top: 0;
  margin-top: 30px;
}
.newsdeta-switch {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  padding-top: 30px;
}
.newsdeta-switch-prev,
.newsdeta-switch-next {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.newsdeta-switch-prev span,
.newsdeta-switch-next span {
  font-size: 22px;
  color: #333;
  display: inline-block;
  transition: all 0.5s;
}
.newsdeta-switch-prev p,
.newsdeta-switch-next p {
  width: calc(100% - 30px);
  font-size: 18px;
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  transition: all 0.5s;
}
.newsdeta-switch-prev span {
  transform: rotate(180deg);
  margin-right: 10px;
}
.newsdeta-switch-next {
  justify-content: flex-end;
}
.newsdeta-switch-next span {
  justify-content: flex-end;
  margin-left: 10px;
}
.newsdeta-switch-prev:hover span,
.newsdeta-switch-next:hover span {
  color: var(--theme);
}
.newsdeta-switch-prev:hover p,
.newsdeta-switch-next:hover p {
  color: var(--theme);
}
.news-products {
  padding-bottom: 100px;
}
.main-sidebar2 .single-sidebar-widget .search-widget form button {
  font-size: 26px;
}
.main-sidebar2 .single-sidebar-widget .search-widget form input {
  font-size: 16px;
  padding: 16px 20px;
}
.main-sidebar2 .single-sidebar-widget .news-widget-categories ul li a {
  padding: 16px 24px;
}
.categorie-lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.categorie-items {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.categorie-links {
  border-radius: 10px;
  overflow: hidden;
}
.categorie-links .imgs {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.categorie-links .imgs .mores {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  background: var(--theme);
  color: #fff !important;
  font-size: 16px;
  line-height: 1.65;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  bottom: 25px;
  transition: all 0.5s;
  border-radius: 8px;
}
.categorie-links .imgs .mores::before,
.categorie-links .imgs .mores::after {
  background-color: var(--theme2);
}
.categorie-links .img_box {
  padding-top: 100%;
}
.categorie-links .img_box:hover img {
  transform: scale(1.05);
}
.categorie-links .content {
  background-color: #fff;
  padding: 24px 24px;
}
.categorie-links .content .tits a {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  transition: all 0.5s;
}
.categorie-links .content .tits:hover a {
  color: var(--theme);
}
.categorie-links .content .texts {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin-top: 10px;
}
.categorie-links:hover .imgs .mores {
  transform: translateX(-50%) translateY(0%);
  opacity: 1;
}
.cate-main .news-main {
  padding-bottom: 0;
}
.case-main {
  padding: 70px 0 100px;
}
.title-area .text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #555;
}
.case-nav-box .des {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: #555;
  text-align: center;
  margin-top: 25px;
}
.case-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -20px;
}
.case-nav-item {
  margin: 0 10px 20px;
}
.case-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  font-weight: bold;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.45;
  background-color: var(--theme);
  min-width: 140px;
  border-radius: 6px;
}
.case-nav-links:hover {
  color: #fff !important;
}
.case-nav-links::after,
.case-nav-links::before {
  background-color: var(--theme2) !important;
}
.case-nav-item.active .case-nav-links {
  background-color: var(--theme2) !important;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -15px -50px;
  padding-bottom: 20px;
}
.case-item {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 50px;
}
.case-content .img_box {
  padding-top: 78.6%;
  border-radius: 10px;
}
.case-content .content {
  background-color: #fff;
  padding: 22px 24px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.case-content .content .tits a {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  transition: all 0.5s;
}
.case-content .content .tits:hover a {
  color: var(--theme);
}
.case-content .content .texts {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-top: 6px;
}
.case-content .content .mores {
  margin-top: 20px;
  padding: 10px 24px;
  border-radius: 4px;
  color: #fff !important;
  background-color: var(--theme2);
  font-size: 18px;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-content:hover .img_box img {
  transform: scale(1.08);
}
.service-main {
  padding: 60px 0 100px;
}
.service-list {
  padding-top: 10px;
}
.service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  --br: 80px;
  --pr: 50px;
}
.service-item .lefts {
  width: 48%;
}
.service-item .lefts .img_box {
  padding-top: 64.86%;
  border-radius: var(--br) 10px 10px var(--br);
}
.service-item .rights {
  width: 48%;
  padding-right: var(--pr);
}
.service-item .rights .tits {
  margin-bottom: 10px;
}
.service-item .rights .tits a {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  transition: all 0.5s;
}
.service-item .rights .tits:hover a {
  color: var(--theme);
}
.service-item .rights .texts {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-top: 6px;
}
.service-item .rights .mores {
  margin-top: 20px;
  padding: 10px 24px;
  border-radius: 4px;
  color: #fff !important;
  background-color: var(--theme2);
  font-size: 18px;
  line-height: 1.45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.service-item.active-reverse {
  flex-direction: row-reverse;
}
.service-item.active-reverse .lefts .img_box {
  border-radius: 10px var(--br) var(--br) 10px;
}
.service-item.active-reverse .rights {
  padding-right: initial;
  padding-left: var(--pr);
}
.service-item:last-child {
  margin-bottom: 0;
}
.solution-main {
  padding: 60px 0 100px;
}
.solution-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
.solution-item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.solution-content {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.solution-content .imgs {
  width: 45%;
  height: 100%;
}
.solution-content .img_box {
  padding-top: 100%;
  height: 100%;
}
.solution-content .img_box:hover img {
  transform: scale(1.05);
}
.solution-content .contents {
  width: 55%;
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.solution-content .tits {
  margin-bottom: 5px;
}
.solution-content .tits a {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  transition: all 0.5s;
}
.solution-content .tits:hover a {
  color: var(--theme);
}
.solution-content .texts {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.solution-content .mores {
  margin-top: 20px;
  padding: 10px 24px;
  border-radius: 4px;
  color: #fff !important;
  background-color: var(--theme2);
  font-size: 16px;
  line-height: 1.45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.prodeta-main {
  padding: 60px 0 100px;
  background-color: #fff;
}
.prodeta-main .flex {
  display: flex;
  justify-content: space-between;
}
.prodeta-main .flex .lefts {
  width: 40%;
}
.prodeta-main .flex .lefts .prodeta-blist {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.prodeta-main .flex .lefts .prodeta-slist {
  margin: 0 -10px;
}
.prodeta-main .flex .lefts .prodeta-bitem {
  display: block !important;
}
.prodeta-main .flex .lefts .prodeta-sitem {
  padding: 0 10px;
}
.prodeta-main .flex .lefts .prodeta-bcont .img_box,
.prodeta-main .flex .lefts .prodeta-scont .img_box {
  padding-top: 100%;
}
.prodeta-main .flex .lefts .prodeta-bcont .img_box img {
  transition: none;
}
.prodeta-main .flex .lefts .prodeta-scont {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.prodeta-main .flex .lefts .prodeta-scont::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 3px solid var(--theme);
  border-radius: 10px;
  transition: all 0.5s;
  z-index: 2;
  opacity: 0;
}
.prodeta-main .flex .lefts .prodeta-slist .slick-slide.slick-current .prodeta-scont::after {
  opacity: 1;
}
.prodeta-main .flex .rights {
  width: 54%;
  padding: 30px 0;
}
.prodeta-main .flex .rights .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
}
.prodeta-main .flex .rights .texts {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  width: 800px;
  max-width: 100%;
}
.prodeta-main .flex .rights .prodeta-info-ul {
  padding-left: 20px;
  font-size: 14px;
  margin-top: 20px;
}
.prodeta-main .flex .rights .prodeta-info-ul,
.prodeta-main .flex .rights .prodeta-info-ul li {
  list-style: disc;
}
.prodeta-main .flex .rights .prodeta-info-ul li {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin-bottom: 5px;
}
.prodeta-main .flex .rights .prodeta-info-ul li:last-child {
  margin-bottom: 0;
}
.prodeta-info-groups {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.prodeta-info-groups .prodeta-info-btn {
  min-width: 160px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--theme);
  color: #fff !important;
  line-height: 1.45;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.prodeta-info-groups .prodeta-info-btn::after,
.prodeta-info-groups .prodeta-info-btn::before {
  background-color: var(--theme2);
}
.prodeta-details {
  padding: 60px 0 100px;
}
.prodeta-details-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #dddddd;
}
.prodeta-details-nav .items {
  margin-right: 20px;
  padding: 14px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.prodeta-details-nav .items::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  background-color: var(--theme);
  transition: all 0.5s;
  width: 0;
}
.prodeta-details-nav .items.active,
.prodeta-details-nav .items:hover {
  color: var(--theme);
}
.prodeta-details-nav .items.active::after,
.prodeta-details-nav .items:hover::after {
  width: 100%;
}
.other-details {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1680px) {
  .other-details {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1440px) {
  .other-details {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .other-details {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 991px) {
  .other-details {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .other-details {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.other-details .imgs {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .other-details .imgs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .other-details .imgs {
    width: 80%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .other-details .imgs {
    width: 100%;
    margin-bottom: 25px;
  }
}
.other-details .imgs img {
  max-width: 100%;
}
.other-details .titles {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .other-details .titles {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .other-details .titles {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .other-details .titles {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .other-details .titles {
    font-size: 24px;
  }
}
.other-details td {
  border: 1px solid #ccc;
  padding: 8px 12px;
}
@media screen and (max-width: 768px) {
  .other-details table {
    width: 100%;
    overflow: auto;
    display: block;
  }
}
.other-details .mod-edits p {
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  margin-bottom: 8px;
}
.other-details .mod-edits p:last-child {
  margin-bottom: 0;
}
.pro-tabs-slick {
  margin-top: 40px;
}
.pro-tabs-slick-item {
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .pro-tabs-slick-item {
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pro-tabs-slick-item {
    padding: 25px;
  }
}
.content-type1 .img_box {
  padding-top: 61.9%;
}
.content-type1 .row {
  align-items: center;
  margin-bottom: 40px;
}
.content-type1 .row:last-child {
  margin-bottom: 0;
}
.content-type1 .row.reverse-active {
  flex-direction: row-reverse;
}
.content-type1 .row.reverse-active .tits,
.content-type1 .row.reverse-active .texts {
  padding-left: 0;
}
.content-type1 .tits,
.content-type1 .texts {
  padding-left: 50px;
}
@media screen and (max-width: 1440px) {
  .content-type1 .tits,
  .content-type1 .texts {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .content-type1 .tits,
  .content-type1 .texts {
    padding-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .content-type1 .tits,
  .content-type1 .texts {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .content-type1 .tits,
  .content-type1 .texts {
    padding-left: 0px;
  }
}
.content-type1 .tits {
  color: #333;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .content-type1 .tits {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .content-type1 .tits {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .content-type1 .tits {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .content-type1 .tits {
    font-size: 22px;
    margin-top: 20px;
  }
}
.content-item {
  background-color: #fafafa;
  padding: 40px;
  border: 1px solid #ebebeb;
}
.content-type1 .texts {
  padding-top: 12px;
}
.content-type1 .texts p {
  font-size: 18px;
  color: #838691;
  line-height: 1.8;
  margin-bottom: 0;
}
.content-type2 {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .content-type2 {
    width: 100%;
  }
}
.content-type2 .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #dddcdc;
}
@media screen and (max-width: 768px) {
  .content-type2 .items {
    flex-direction: column;
  }
}
.content-type2 .items .lefts {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content-type2 .items .lefts {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
}
.content-type2 .items .lefts img {
  width: 80px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .content-type2 .items .lefts img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.content-type2 .items .lefts p {
  color: #838691;
  font-size: 19px;
  line-height: 1.65;
  font-weight: 700;
  margin-bottom: 0;
}
.content-type3 table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .content-type3 table {
    width: 100%;
  }
}
.content-type3 table td {
  border: 1px solid #ebebeb;
  padding: 10px 10px;
  font-size: 16px;
}
.content-type3 table tr:nth-child(odd) {
  background-color: #fff;
}
.slick-initialized .slick-slide {
  height: 100%;
}
.content-type2 .theme-btn {
  padding: 12px 22px;
  background-color: var(--theme);
  display: inline-block;
  color: #fff;
  border-radius: 60px;
  transition: all 0.5s !important;
  font-size: 18px;
}
.content-type2 .theme-btn:hover {
  background-color: var(--theme2);
}
.prodeta-related {
  background-color: #fff;
  padding: 100px 0;
}
.prodeta-related-slick {
  margin: 40px -20px 0;
}
.slick-dots {
  line-height: 1;
}
.slick-dots li.slick-active {
  background-color: var(--theme) !important;
}
.slick-dots li:hover {
  transition: all 0.5s;
}
.prodeta-related-item {
  padding: 0 20px;
}
.prodeta-related-item .categorie-links .content {
  background-color: #F4F1EA;
}
.blog-wrapper.style1 .btn-wrap .arrow-prev,
.blog-wrapper.style1 .btn-wrap .arrow-next {
  z-index: 10;
}
.prodeta-service {
  background-color: #fff;
  padding: 100px 0;
}
.prodeta-service .title-area {
  margin-bottom: 0;
}
.prodeta-service-slick {
  margin: 45px -20px 0;
}
.prodeta-service-item {
  width: 33.33333%;
  padding: 0 20px;
}
.prodeta-service-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  padding: 35px 30px;
}
.prodeta-service-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.3;
}
.prodeta-service-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: -1;
}
.prodeta-service-content .title {
  font-size: 24px;
  line-height: 1.65;
  color: #fff;
  font-weight: bold;
}
.prodeta-service-content .texts {
  font-size: 16px;
  color: #fff;
  line-height: 1.65;
  margin-top: 10px;
}
.prodeta-service-content .more {
  border-radius: 10px;
  font-size: 16px;
  padding: 11px 24px;
  margin-top: 20px;
}
.has-dropdown .fa-plus::after {
  font-style: initial;
  font-family: "iconfont";
  font-size: 18px;
  content: "\e617";
}
.fa-facebook-f::after {
  font-style: initial;
  font-family: "iconfont";
  font-size: 18px;
  content: "\e8e7";
}
.fa-twitter::after {
  font-style: initial;
  font-family: "iconfont";
  font-size: 18px;
  content: "\e882";
}
.fa-youtube::after {
  font-style: initial;
  font-family: "iconfont";
  font-size: 18px;
  content: "\e7b2";
}
.fa-linkedin-in::after {
  font-style: initial;
  font-family: "iconfont";
  font-size: 18px;
  content: "\eb37";
}
.fa-search::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e67d";
}
.fa-arrow-right::after,
.fa-arrow-left::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e79c";
}
.fa-arrow-right-long::after,
.fa-arrow-left-long::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e79c";
}
.fa-arrow-left-long {
  display: inline-block;
  transform: rotate(180deg);
}
.fa-arrow-up::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e79c";
}
.fa-bars::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e609";
}
.fa-times::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e646";
}
.fa-map-marker-alt::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e7a3";
}
.fa-envelope::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e68b";
}
.fa-phone::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e652";
}
.fa-magnifying-glass::after {
  font-style: initial;
  font-family: "iconfont";
  content: "\e67d";
}
.hover-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hover-btn:before {
  content: "";
  background-color: var(--theme);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.hover-btn:after {
  content: "";
  background-color: var(--theme);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.hover-btn:hover::before,
.hover-btn:hover::after {
  width: 100%;
}
.text-two {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.preloader {
  display: none;
}
/*slick 修整*/
.slick-track .slick-slide {
  display: block !important;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  opacity: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  z-index: -2;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
.slick-dots {
  text-align: center;
  margin-top: 30px;
  --wh: 10px;
  --margin-x: 6px;
  --bg: #d9d9d9;
}
.slick-dots li {
  display: inline-block;
  width: var(--wh);
  height: var(--wh);
  margin: 0 var(--margin-x);
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--bg);
}
.slick-dots li.slick-active {
  background-color: var(--primary);
}
.slick-dots li button {
  color: transparent !important;
  display: none;
}
/*slick 修整 end*/
.mod-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1440px) {
  .mod-title {
    margin-bottom: 40px;
  }
}
.mod-edits h2 {
  font-size: 32px;
  padding: 10px 0 5px;
}
.mod-edits h3 {
  font-size: 26px;
  padding: 10px 0 5px;
}
.mod-edits h4 {
  font-size: 24px;
  padding: 10px 0 5px;
}
.mod-edits h5 {
  font-size: 20px;
  padding: 10px 0 5px;
}
@media screen and (max-width: 1440px) {
  .mod-edits h2 {
    font-size: 28px;
  }
  .mod-edits h3 {
    font-size: 22px;
  }
  .mod-edits h4 {
    font-size: 20px;
  }
  .mod-edits h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .mod-edits h2 {
    font-size: 26px;
  }
  .mod-edits h3 {
    font-size: 22px;
  }
  .mod-edits h4 {
    font-size: 20px;
  }
  .mod-edits h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mod-edits h2 {
    font-size: 24px;
  }
  .mod-edits h3 {
    font-size: 20px;
  }
  .mod-edits h4 {
    font-size: 18px;
  }
  .mod-edits h5 {
    font-size: 16px;
  }
}
.ph-banner,
.page-ph-banner {
  display: none;
  height: auto;
}
.page-banner-content .page-pc-banner,
.page-banner-content .page-ph-banner {
  height: auto;
}
.page-banner.swiper-horizontal > .swiper-pagination-bullets {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pc-banner,
  .page-pc-banner {
    display: none;
  }
  .ph-banner,
  .page-ph-banner {
    display: block;
  }
}
/*移动端产品分类导航*/
.mod-nav-list {
  width: 100%;
  position: relative;
  display: none;
  margin-top: 34px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  /*移动端 产品分类导航隐藏*/
  .mod-nav-list {
    display: block;
  }
  /*pc端 产品分类导航隐藏*/
  /*.home-hot-product .nav-list {*/
  /*    display: none;*/
  /*}*/
}
.mod-nav-list .vals {
  display: block;
  width: 100%;
  position: relative;
  background-color: var(--theme2);
  border-radius: 54px;
  transition: all 0.5s;
  z-index: 4;
}
.mod-nav-list .vals input {
  width: 100%;
  height: 54px;
  padding: 0 24px;
  font-size: 18px;
  color: #fff;
  border: none;
  outline: none;
  background-color: #fff0;
  pointer-events: none;
}
.mod-nav-list .vals.active svg {
  transform: translateY(-50%) rotate(180deg);
}
.mod-nav-list .vals svg {
  transition: all 0.5s;
  position: absolute;
  width: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mod-nav-list .lists {
  position: absolute;
  width: 100%;
  top: calc(100% + 10px);
  left: 0;
  z-index: 2;
  border-radius: 20px;
  background-color: #F4F6FA;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  padding: 14px 0;
  display: none;
  list-style: none;
}
.mod-nav-list .lists li {
  font-size: 18px;
  color: #222;
  line-height: 1.75;
  padding: 8px 20px;
  list-style: none;
}
.mod-nav-list .lists li.active {
  color: var(--theme);
}
/*移动端产品分类导航 end*/


.chefe-card.style2 .chefe-content p{
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
}

.testimonial-card {
    display: flex;
    align-items: center;
}

.testimonial-card .lefts{
    width: 56%;
}

.testimonial-card .rights{
    width: 44%;
}

.testimonial-card .rights img{
    width: 100%;
    border-radius: 15px;
}

.chefe-thumb.img_box{
    padding-top: 108.780487%;
}

.header-main .main-menu ul li.active>a{
    color: var(--theme) !important;
}

.faq-content .faq-accordion .accordion-item.active .accordion-header .accordion-button{
    background-color: var(--theme);
    color: var(--white);
}

.faq-content .faq-accordion .accordion-item .accordion-header .accordion-button{
    background: #fff;
}

.faq-content .faq-accordion .accordion-item.active .accordion-header .accordion-button:after{
    background-image: url(../images/chevron-up.svg);
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--title);
    color: var(--white);
    transform: rotate(0);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}



