:root {
  --main-color: #e64444;
  --main-bg2: #f3f3f3;
  --padding100: 100px;
}

@media screen and (max-width: 1680px) {
  :root {
    --padding100: 90px;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    --padding100: 80px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --padding100: 70px;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --padding100: 65px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --padding100: 60px;
  }
}

.section-padding {
  padding: var(--padding100) 0;
}

@media screen and (max-width: 1680px) {
  .container {
    width: 1320px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1120px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 940px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* header-top */
.header-top {
  display: flex;
  background-color: var(--main-color);
  padding: 10px 0;
}

.header-top .links {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.header-top .links svg {
  width: 24px;
  flex-shrink: 0;
}

.header-top .links span {
  font-size: 16px;
  color: #fff;
  line-height: 1.65;
}

.header-top .links:last-child {
  margin-right: 0;
}

/* header-top end */
.cs-flex {
  display: flex;
}

.wpo-site-footer {
  border-top: 2px solid #e1e1e1;
}

.wpo-upper-footer input.wpcf7-form-control.wpcf7-submit {
  transition: all 0.3s ease-in-out;
}

.wpo-upper-footer input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000 !important;
}

@media screen and (max-width: 1200px) {
  .contact-map iframe {
    height: 400px;
  }
}

.office-info-icon svg {
  width: 32px;
}

@media screen and (max-width: 1680px) {
  .office-info-icon svg {
    width: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .office-info-icon svg {
    width: 28px;
  }
}

@media screen and (max-width: 991px) {
  .office-info-icon svg {
    width: 26px;
  }
}

.office-info-icon .icon {
  line-height: initial !important;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.office-info-item {
  height: 100%;
}

.contact-infos.wpo-contact-pg-section .wpo-contact-form-area {
  margin-bottom: var(--padding100);
}

.page-banner-content {
  position: relative;
  z-index: 0;
}

.page-banner-content::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  z-index: 1;
  opacity: 0.3;
}

.page-banner-content .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 3;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-banner-content .info {
    width: 100%;
    padding: 0 20px;
  }
}

.page-banner-content .info h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

@media screen and (max-width: 1680px) {
  .page-banner-content .info h2 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1440px) {
  .page-banner-content .info h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .page-banner-content .info h2 {
    font-size: 32px;
  }
}

.page-banner-content .info p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
  .page-banner-content .info p {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1440px) {
  .page-banner-content .info p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 1200px) {
  .page-banner-content .info p {
    font-size: 16px;
    margin-top: 10px;
    width: 90%;
  }
}

.ph-banner-img {
  display: none !important;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:991px) {
  .ph-banner-img {
    min-height: 300px;
  }
}

@media screen and (max-width:768px) {
  .ph-banner-img {
    min-height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .pc-banner-img {
    display: none !important;
  }

  .ph-banner-img {
    display: block !important;
  }
}

.slick-dots {
  bottom: 24px;
}

@media screen and (max-width: 1440px) {
  .slick-dots {
    bottom: 18px;
  }
}

.slick-dots li.slick-active button:before {
  display: none;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  padding: 0;
  width: initial;
  height: initial;
  background-color: transparent;
}

.slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #ccc;
  transition: all 0.5s;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: var(--main-color);
}

.bread-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.bread-nav-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  line-height: 1.65;
  font-weight: 400;
}

.bread-nav-link::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  margin: 0 14px;
  display: inline-block;
}

.bread-nav-link:hover {
  color: var(--main-color);
}

.bread-nav-item:last-child .bread-nav-link {
  pointer-events: none;
}

.bread-nav-item:last-child .bread-nav-link::after {
  display: none;
}

.bread-nav-item {
  margin-bottom: 10px;
}

.contact-infos {
  padding-top: calc(var(--padding100) - 10px);
}

@media screen and (max-width: 768px) {
  .contact-infos {
    padding-top: calc(var(--padding100) - 15px);
  }
}

.contact-infos .office-info>.row {
  margin: 0 -20px -20px;
}

@media screen and (max-width: 991px) {
  .wpo-blog-pg-section .cs-flexs {
    display: flex;
    flex-direction: column-reverse;
  }

  .wpo-blog-pg-section .cs-lefts,
  .wpo-blog-pg-section .cs-rights {
    width: 100%;
  }
}

.cs-news {
  padding-top: calc(var(--padding100) - 20px);
}

.hero .slick-dots li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.hero .slick-dots li button {
  padding: 0;
}

.hero .slick-dots li.slick-active::before {
  right: 0%;
  top: 50%;
  transform: translate(-50%, 50%);
}

.shop-section .product-wrap {
  margin-top: 0px;
}

.product-single-item:hover .image .infos {
  transform: translateY(0);
}

.product-single-item {
  margin-bottom: 0 !important;
}

.product-single-item .image {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-single-item .image .infos {
  position: absolute;
  width: 100%;
  padding: 25px 22px 35px;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.5s;
  transform: translateY(-101%);
}

.product-single-item .image .infos::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.product-single-item .image .texts {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #fff;
  line-height: 1.65;
  font-size: 16px;
}

.product-single-item .text-infos {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(243, 58, 59, 0.8);
  padding: 15px 20px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .product-single-item .text-infos {
    padding: 10px 20px;
  }
}

.product-single-item .text-infos .text2 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-single-item .mores {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px 14px;
  border-radius: 4px;
  white-space: nowrap;
  color: #fff;
  background-color: var(--main-color);
  font-size: 16px;
  z-index: 2;
  transition: all 0.5s;
  transform: scale(0);
  opacity: 0;
}

.product-single-item:hover .mores {
  transform: scale(1);
  opacity: 1;
}

.cs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.cs-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.mod-h1 {
  font-size: 40px;
}

.img_box img,
.img_box iframe,
.img_box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img_box {
  overflow: hidden;
  position: relative;
  display: block;
}

.img_box img {
  transition: all 0.5s;
}

.align-items-md-center {
  align-items: center;
}

.shop-section {
  padding: 40px 0 var(--padding100);
}

@media screen and (max-width: 1440px) {
  .shop-section {
    padding: 30px 0 var(--padding100);
  }
}

@media screen and (max-width: 1200px) {
  .shop-section {
    padding: 25px 0 var(--padding100);
  }
}

.product-list {
  margin-bottom: -40px;
}

.product-list .product-item {
  width: 25%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .product-list .product-item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 991px) {
  .product-list .product-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .product-list .product-item {
    width: 100%;
  }
}

.product-list .product-item .product-single-item {
  margin-bottom: 0;
}

.product-list .product-item .product-single-item .text {
  padding-top: 18px;
}

.product-list .product-item .product-single-item .text .price {
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #666;
  line-height: 1.65;
}

.wpo-contact-pg-section .wpo-contact-form-area {
  margin-bottom: 0;
}

.form-main {
  padding: var(--padding100) 0;
  overflow: hidden;
}

.form-main .row {
  margin: 0 -30px;
}

@media screen and (max-width: 1200px) {
  .form-main .row {
    margin: 0 -20px;
  }
}

.form-main .row .col {
  padding: 0 30px;
}

@media screen and (max-width: 1200px) {
  .form-main .row .col {
    padding: 0 20px;
  }
}

.form-imgs .img_box {
  padding-top: 65.7%;
}

.form-imgs .img_box img {
  object-fit: cover;
}

.faq-main {
  padding: var(--padding100) 0;
  background-color: var(--main-bg2);
  overflow: hidden;
}

.faq-main .flexs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .faq-main .flexs {
    flex-direction: column;
  }
}

.faq-main .img_box {
  padding-top: 70%;
}

.faq-main .rights,
.faq-main .lefts {
  width: 47%;
}

@media screen and (max-width: 1680px) {

  .faq-main .rights,
  .faq-main .lefts {
    width: 47.5%;
  }
}

@media screen and (max-width: 991px) {

  .faq-main .rights,
  .faq-main .lefts {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .faq-main .lefts {
    margin-bottom: 40px;
  }
}

.carter-faq1-item:first-child .hds {
  padding-top: 0;
}

.carter-faq1-item {
  margin-bottom: 10px;
}

.carter-faq1-item .hds {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.5s;
}

@media screen and (max-width: 1440px) {
  .carter-faq1-item .hds {
    padding: 20px 0;
  }
}

.carter-faq1-item .hds .titles {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  line-height: 1.45;
  padding-right: 50px;
  margin-bottom: 0;
  transition: all 0.5s;
}

@media screen and (max-width: 1680px) {
  .carter-faq1-item .hds .titles {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .carter-faq1-item .hds .titles {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .carter-faq1-item .hds .titles {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .carter-faq1-item .hds .titles {
    font-size: 18px;
  }
}

.carter-faq1-item .bds {
  display: none;
  padding: 20px 0 5px;
}

@media screen and (max-width: 1440px) {
  .carter-faq1-item .bds {
    padding: 20px 0 0px;
  }
}

@media screen and (max-width: 1200px) {
  .carter-faq1-item .bds {
    padding: 15px 0 0px;
  }
}

.carter-faq1-item .bds p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #444;
}

.carter-faq1-item:last-child {
  margin-bottom: 0;
}

.carter-faq1-item:nth-child(1) .bds {
  display: block;
}

.carter-faq1-item:hover .hds .titles,
.carter-faq1-item.active .hds .titles {
  color: var(--main-color);
}

.carter-faq1-item.active .carter-faq-icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}

.carter-faq1-item.active .carter-faq-icon::after,
.carter-faq1-item.active .carter-faq-icon::before {
  background-color: var(--main-color);
}

.carter-faq-icon {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

.carter-faq-icon::after,
.carter-faq-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  transition: all 0.5s;
}

.carter-faq-icon::after {
  width: 2px;
  height: 100%;
}

.carter-faq-icon::before {
  width: 100%;
  height: 2px;
}

.carter-title01 {
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 1680px) {
  .carter-title01 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .carter-title01 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 1200px) {
  .carter-title01 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .carter-title01 {
    margin-bottom: 30px;
  }
}

.carter-title01 .titles {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
  .carter-title01 .titles {
    font-size: 34px;
  }
}

@media screen and (max-width: 1200px) {
  .carter-title01 .titles {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .carter-title01 .titles {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .carter-title01 .titles {
    font-size: 26px;
  }
}

.carter-title01 .texts {
  margin-top: 16px;
}

@media screen and (max-width: 1440px) {
  .carter-title01 .texts {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .carter-title01 .texts {
    margin-top: 10px;
  }
}

.carter-title01 .texts,
.carter-title01 .texts p {
  font-size: 16px;
  color: #687693;
  line-height: 1.8;
  margin-bottom: 0;
}

.product-list-main {
  padding: var(--padding100) 0;
}

.product-list-main .product-single-item {
  margin-bottom: 0;
}

.product-list-main .product-list-row {
  margin-bottom: -35px;
}

.product-list-main .product-list-row .product-single-item .text {
  padding-top: 15px;
}

.product-list-main .product-list-row-col {
  margin-bottom: 35px;
}

.pro-single-btn a:hover {
  background-color: #222 !important;
}

.prodeta-content h1 {
  margin-bottom: 16px;
  font-size: 36px;
}

.prodeta-content .edits ul {
  list-style: disc;
  padding-left: 1.3em;
}

.prodeta-content .edits li {
  margin-bottom: 5px;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 1.65;
}

.prodeta-content .edits li:last-child {
  margin-bottom: 0;
}

.prodeta-other,
.blog-relateds {
  margin: 0 -15px;
}

.prodeta-other-item,
.blog-relateds-item {
  padding: 0 15px;
}

.footer-contact li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.footer-contact svg {
  width: 22px;
  flex-shrink: 0;
  margin-right: 10px;
}

.footer-contact svg path {
  transition: all 0.5s;
  fill: var(--main-color);
}

.footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-contact .val p,
.footer-contact .val a {
  font-size: 16px;
  color: #525252;
  line-height: 1.65;
  display: inline-block;
}

.footer-contact .val a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.prodeta-details {
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .prodeta-details {
    padding-top: 50px;
  }
}

.prodeta-details-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dfdfdf;
}

.prodeta-details-nav li {
  margin: 0 30px;
  padding: 20px 0;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .prodeta-details-nav li {
    margin: 0 10px;
    padding: 20px 0;
    font-size: 18px;
  }
}

.prodeta-details-nav li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: all 0.5s;
  width: 0;
}

.prodeta-details-nav li:hover,
.prodeta-details-nav li.active {
  color: var(--main-color);
}

.prodeta-details-nav li:hover::after,
.prodeta-details-nav li.active::after {
  width: 100%;
}

.prodeta-details-slick {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .prodeta-details-slick {
    padding-top: 40px;
  }
}

.prodeta-details-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 40px 40px;
}

@media screen and (max-width: 991px) {
  .prodeta-details-item {
    padding: 30px 30px;
  }
}

.prodeta-type1 {
  overflow: hidden;
}

.prodeta-type1 .lists li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -20px 40px;
}

@media screen and (max-width: 768px) {
  .prodeta-type1 .lists li {
    flex-direction: column !important;
    margin: 0 -20px 30px;
  }
}

.prodeta-type1 .lists li:last-child {
  margin-bottom: 0;
}

.prodeta-type1 .lists li.reverse-active {
  flex-direction: row-reverse;
}

.prodeta-type1 .lists .lefts,
.prodeta-type1 .lists .rights {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {

  .prodeta-type1 .lists .lefts,
  .prodeta-type1 .lists .rights {
    width: 100%;
  }
}

.prodeta-type1 .lists .img_box {
  padding-top: 62.1951219%;
  border-radius: 10px;
}

.prodeta-type1 .lists .img_box img {
  object-fit: cover;
}

.prodeta-type1 .lists .rights {
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .prodeta-type1 .lists .rights {
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .prodeta-type1 .lists .rights {
    padding: 0 20px;
  }
}

.prodeta-type1 .lists .rights .titles {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}

@media screen and (max-width: 1440px) {
  .prodeta-type1 .lists .rights .titles {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .prodeta-type1 .lists .rights .titles {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .prodeta-type1 .lists .rights .titles {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .prodeta-type1 .lists .rights .titles {
    font-size: 18px;
    padding-top: 14px;
    margin-bottom: 3px;
  }
}

.prodeta-type1 .lists .rights .edits {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .prodeta-type1 .lists .rights .edits {
    margin-top: 10px;
  }
}

.prodeta-type1 .lists .rights .edits p {
  margin-bottom: 0;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 1.75;
}

.prodeta-type2 .lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.prodeta-type2 .lists li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .prodeta-type2 .lists li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .prodeta-type2 .lists li {
    width: 100%;
  }
}

.prodeta-type2 .lists .links {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px 30px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.5s;
  text-align: center;
}

.prodeta-type2 .lists .links img {
  width: 55px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .prodeta-type2 .lists .links img {
    width: 50px;
  }
}

.prodeta-type2 .lists .links img path {
  fill: var(--main-color);
}

.prodeta-type2 .lists .links .titles {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.34;
}

@media screen and (max-width: 1440px) {
  .prodeta-type2 .lists .links .titles {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.prodeta-type2 .lists .links .btns {
  display: inline-block;
  border-radius: 50px;
  padding: 12px 32px;
  background-color: #333;
  transition: all 0.5s;
  color: #fff;
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  .prodeta-type2 .lists .links .btns {
    padding: 10px 26px;
  }
}

.prodeta-type2 .lists .links .btns:hover {
  background-color: var(--main-color);
  transform: translateY(4px);
}

.prodeta-type2 .lists .links:hover {
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.06);
}

.prodeta-type3 table {
  width: 100%;
}

.prodeta-type3 tr:nth-child(odd) {
  background-color: #fff;
}

.prodeta-type3 td {
  border: 1px solid #ececec;
  padding: 10px 15px;
  color: #444;
  font-size: 16px;
  line-height: 1.65;
  min-width: 100px;
}

.wpo-section-title h2 {
  margin-bottom: 10px;
}

.wpo-section-title:before {
  bottom: -20px;
}

.prodeta-services {
  background-color: var(--main-bg2);
  padding: var(--padding100) 0;
}

.prodeta-services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.prodeta-services-item {
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .prodeta-services-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .prodeta-services-item {
    width: 100%;
  }
}

.prodeta-services-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #fff;
  z-index: 1;
  height: 100%;
}

.prodeta-services-link .img_box {
  padding-top: 60%;
  flex-shrink: 0;
}

.prodeta-services-link .imgs {
  width: 100%;
  position: relative;
}

.prodeta-services-link .mores {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  white-space: nowrap;
  background-color: var(--main-color);
  padding: 12px 30px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  border-radius: 50px;
}

@media screen and (max-width: 1680px) {
  .prodeta-services-link .mores {
    padding: 12px 22px;
  }
}

.prodeta-services-link .contents {
  padding: 20px 24px 30px;
  background-color: #fff;
  height: 100%;
}

.prodeta-services-link .titles {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #222;
  transition: all 0.5s;
  margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
  .prodeta-services-link .titles {
    font-size: 20px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1440px) {
  .prodeta-services-link .titles {
    font-size: 18px;
  }
}

.prodeta-services-link .texts {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.prodeta-services-link .texts p {
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 1680px) {
  .prodeta-services-link .texts p {
    font-size: 16px;
  }
}

.prodeta-services-link:hover .img_box img {
  transform: scale(1.05);
}

.prodeta-services-link:hover .imgs {
  width: 100%;
  position: relative;
}

.prodeta-services-link:hover .mores {
  transform: translate(-50%, -50%) scale(1);
}

.prodeta-services-link:hover .titles {
  color: var(--main-color);
}

.wpo-section-title {
  margin-bottom: 70px;
}

.prodeta-bread-mod.bread-mod {
  padding: 16px 40px;
  background-color: var(--main-bg2);
}

@media screen and (max-width: 768px) {
  .prodeta-bread-mod.bread-mod {
    padding: 16px 0px;
  }
}

.prodeta-bread-mod.bread-mod .bread-nav {
  padding: 0 15px;
}

.service-main,
.solution-main,
.case-main,
.newsdeta-main {
  padding: calc(var(--padding100) - 20px) 0 var(--padding100);
}

@media screen and (max-width: 768px) {

  .service-main,
  .solution-main,
  .case-main,
  .newsdeta-main {
    padding: calc(var(--padding100)) 0 var(--padding100);
  }
}

.service-item {
  margin-bottom: 90px;
}

@media screen and (max-width: 1680px) {
  .service-item {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 1440px) {
  .service-item {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .service-item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .service-item {
    margin-bottom: 35px;
  }
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item.reverse-active .service-flex {
  flex-direction: row-reverse;
}

.service-item.reverse-active .service-flex .contents {
  margin-left: initial;
  margin-right: -18%;
}

.service-flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .service-flex {
    flex-direction: column !important;
  }
}

.service-flex .lefts,
.service-flex .rights {
  display: block;
  width: 50%;
}

@media screen and (max-width: 768px) {

  .service-flex .lefts,
  .service-flex .rights {
    width: 100%;
  }
}

.service-flex .rights {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.service-flex .img_box {
  padding-top: 58.620689%;
}

@media screen and (max-width: 991px) {
  .service-flex .img_box {
    height: 100%;
  }
}

.service-flex .img_box img {
  object-fit: cover;
}

.service-flex .titles {
  font-size: 28px;
  color: #333;
  line-height: 1.65;
  font-weight: bold;
  transition: all 0.5s;
  margin-bottom: 0;
}

.service-flex .titles a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 1680px) {
  .service-flex .titles {
    font-size: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .service-flex .titles {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .service-flex .titles {
    font-size: 20px;
  }
}

.service-flex .texts {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service-flex .more {
  display: inline-flex;
  align-items: center;
  margin-top: 35px;
}

@media screen and (max-width: 1440px) {
  .service-flex .more {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .service-flex .more {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .service-flex .more {
    margin-top: 15px;
  }
}

.service-flex .more p {
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .service-flex .more p {
    font-size: 16px;
  }
}

.service-flex .more svg {
  width: 16px;
  margin-left: 10px;
  transition: all 0.5s;
}

@media screen and (max-width: 1680px) {
  .service-flex .more svg {
    width: 12px;
  }
}

.service-flex .more svg path {
  fill: #333;
  transition: all 0.5s;
}

.service-flex .more:hover svg {
  transform: translateX(8px);
}

.service-flex .contents {
  min-height: 75%;
  padding: 40px 60px;
  background-color: #fff;
  margin-left: -18%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 1440px) {
  .service-flex .contents {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .service-flex .contents {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 991px) {
  .service-flex .contents {
    min-height: 100%;
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}

@media screen and (max-width: 768px) {
  .service-flex .contents {
    padding: 24px 24px;
  }
}

.service-flex:hover .img_box img {
  transform: scale(1.05);
}

.service-flex:hover .titles {
  color: var(--main-color);
}

.service-flex:hover .more p {
  color: var(--main-color);
}

.service-flex:hover .more svg path {
  fill: var(--main-color);
}

.solution-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.solution-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .solution-item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 991px) {
  .solution-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .solution-item {
    width: 100%;
  }
}

.solution-link {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.solution-link .imgs {
  flex-shrink: 0;
  width: 100%;
}

.solution-link .img_box {
  padding-top: 60%;
}

.solution-link .img_box img {
  object-fit: cover;
}

.solution-link .content {
  height: 100%;
  padding: 26px 26px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 1680px) {
  .solution-link .content {
    padding: 24px 26px;
  }
}

.solution-link .titles {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.35;
  transition: all 0.5s;
}

@media screen and (max-width: 1680px) {
  .solution-link .titles {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .solution-link .titles {
    font-size: 18px;
  }
}

.solution-link .texts {
  font-size: 16px;
  color: #666;
  line-height: 1.65;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.solution-link:hover .img_box img {
  transform: scale(1.05);
}

.solution-link:hover .titles {
  color: var(--main-color);
}

.wpo-blog-content {
  margin-bottom: -70px;
}

.pagination-wrapper {
  margin-top: 60px;
}

@media screen and (max-width: 1680px) {
  .pagination-wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .pagination-wrapper {
    margin-top: 35px;
  }
}

.case-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

@media screen and (max-width: 1440px) {
  .case-nav {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .case-nav {
    margin-bottom: -16px;
  }
}

.case-nav-item {
  margin: 0 14px 24px;
}

@media screen and (max-width: 1440px) {
  .case-nav-item {
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .case-nav-item {
    margin: 0 8px 16px;
  }
}

.case-nav-link {
  display: block;
  background-color: #EBF4FC;
  padding: 14px 32px;
  font-size: 18px;
  color: #222;
  font-weight: 600;
}

@media screen and (max-width: 1680px) {
  .case-nav-link {
    padding: 12px 30px;
  }
}

@media screen and (max-width: 1440px) {
  .case-nav-link {
    font-size: 16px;
  }
}

.case-nav-link:hover,
.case-nav-item.active .case-nav-link {
  background-color: var(--main-color);
  color: #fff;
}

.case-second-info {
  text-align: center;
  margin-top: 60px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1680px) {
  .case-second-info {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1440px) {
  .case-second-info {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .case-second-info {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .case-second-info {
    width: 100%;
  }
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px -30px;
}

@media screen and (max-width: 1680px) {
  .case-list {
    margin: 40px -15px -30px;
  }
}

@media screen and (max-width: 991px) {
  .case-list {
    margin: 30px -15px -30px;
  }
}

.case-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .case-item {
    width: 100%;
  }
}

.case-link {
  display: flex;
  justify-content: space-between;
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .case-link {
    flex-direction: column;
  }
}

.case-link .tops {
  width: 400px;
}

@media screen and (max-width: 1680px) {
  .case-link .tops {
    width: 350px;
  }
}

@media screen and (max-width: 1440px) {
  .case-link .tops {
    width: 280px;
  }
}

@media screen and (max-width: 1200px) {
  .case-link .tops {
    width: 100%;
  }
}

.case-link .tops .img_box {
  height: 100%;
  border-radius: 10px;
  padding-top: 70%;
}

@media screen and (max-width: 1200px) {
  .case-link .tops .img_box {
    height: initial;
  }
}

.case-link .tops .img_box img {
  object-fit: cover;
}

.case-link .infos {
  width: calc(100% - 400px);
  padding: 30px 26px;
}

@media screen and (max-width: 1680px) {
  .case-link .infos {
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 1440px) {
  .case-link .infos {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 1200px) {
  .case-link .infos {
    width: 100%;
  }
}

.case-link .infos .titles {
  margin-bottom: 0;
  font-size: 23px;
  color: #222;
  font-weight: bold;
  transition: all 0.5s;
}

@media screen and (max-width: 1680px) {
  .case-link .infos .titles {
    font-size: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .case-link .infos .titles {
    font-size: 18px;
  }
}

.case-link .infos .texts {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
  line-height: 1.65;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1440px) {
  .case-link .infos .texts {
    -webkit-line-clamp: 2;
  }
}

.case-link:hover .tops .img_box img {
  object-fit: cover;
}

.case-link:hover .infos .titles {
  color: var(--main-color);
}

.home-product-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 10px 0 0;
}

.home-product-nav .items {
  padding: 16px 32px;
  background-color: #EBF4FC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.34;
}

@media screen and (max-width: 1200px) {
  .home-product-nav .items {
    font-size: 18px;
    padding: 14px 25px;
  }
}

@media screen and (max-width: 768px) {
  .home-product-nav .items {
    width: 50%;
    font-size: 16px;
  }
}

.home-product-nav .items.active,
.home-product-nav .items:hover {
  background-color: var(--main-color);
  color: #fff;
}

.home-product-list {
  width: 100%;
}

.home-product-item.cs-item {
  margin-bottom: 0;
}

.home-product-list .slick-dots {
  bottom: -10px;
}

.home-service {
  padding: var(--padding100) 0;
  background-color: var(--main-bg2);
  overflow: hidden;
}

.home-service-item {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .home-service-item {
    width: 33.3333%;
  }
}

@media screen and (max-width: 991px) {
  .home-service-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .home-service-item {
    width: 100%;
  }
}

.home-service-link {
  background-color: #fff;
  display: block;
  height: 100%;
  padding: 26px 26px 34px;
}

@media screen and (max-width: 1440px) {
  .home-service-link {
    padding: 22px 22px 30px;
  }
}

.home-service-link .img_box {
  padding-top: 60%;
}

.home-service-link .titles {
  font-size: 20px;
  line-height: 1.65;
  color: #333;
  margin-top: 15px;
  transition: all 0.5s;
}

@media screen and (max-width: 1440px) {
  .home-service-link .titles {
    font-size: 18px;
  }
}

.home-service-link .texts {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.65;
  margin-top: 10px;
  color: #666;
}

.home-service-link .mores svg {
  width: 30px;
  margin-top: 20px;
  transition: all 0.5s;
}

.home-service-link .mores svg path {
  fill: #333;
  transition: all 0.5s;
}

.home-service-link:hover .img_box img {
  transform: scale(1.05);
}

.home-service-link:hover .titles {
  color: var(--main-color);
}

.home-service-link:hover .mores svg {
  transform: translateX(10px);
}

.home-service-link:hover .mores svg path {
  fill: var(--main-color);
}

.home-case {
  padding: var(--padding100) 0;
  overflow: hidden;
}

.home-case-list {
  margin-bottom: -40px;
}

.home-case-item {
  width: 25%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .home-case-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 991px) {
  .home-case-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .home-case-item {
    width: 100%;
  }
}

.home-case-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-case-link .imgs {
  width: calc(100% - 42px);
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}

.home-case-link .imgs .img_box {
  padding-top: 60%;
  border-radius: 12px;
}

.home-case-link .contents {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-top: -60px;
  background-color: var(--main-bg2);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  height: 100%;
}

.home-case-link .contents .titles {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0;
  transition: all 0.5s;
}

@media screen and (max-width: 1440px) {
  .home-case-link .contents .titles {
    font-size: 18px;
  }
}

.home-case-link .contents .texts {
  font-size: 16px;
  color: #666;
  line-height: 1.65;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.home-case-link:hover .imgs .img_box img {
  transform: scale(1.05);
}

.home-case-link:hover .contents .titles {
  color: var(--main-color);
}

.home-solution {
  background-color: var(--main-bg2);
  padding: var(--padding100) 0;
  overflow: hidden;
}

.home-solution-list {
  margin-bottom: -35px;
}

.home-solution-item {
  width: 25%;
  margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .home-solution-item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 991px) {
  .home-solution-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .home-solution-item {
    width: 100%;
  }
}

.home-solution-item .solution-link {
  border-radius: 12px;
}

.home-solution-item .solution-link .content {
  background-color: #fff;
}

.home-about {
  padding: var(--padding100) 0;
  overflow: hidden;
}

.home-about-info {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .home-about-info {
    flex-direction: column;
  }
}

.home-about-info .lefts,
.home-about-info .rights {
  width: 48%;
  position: relative;
}

@media screen and (max-width: 768px) {

  .home-about-info .lefts,
  .home-about-info .rights {
    width: 100%;
  }
}

.home-about-info .lefts {
  padding: 40px 0;
}

@media screen and (max-width: 1440px) {
  .home-about-info .lefts {
    padding: 0 0;
  }
}

@media screen and (max-width: 768px) {
  .home-about-info .lefts {
    margin-bottom: 35px;
  }
}

.home-about-info .subtits {
  color: var(--main-color);
  font-size: 16px;
  line-height: 1.65;
  font-weight: bold;
}

.home-about-info .titles {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 15px;
}

@media screen and (max-width: 1440px) {
  .home-about-info .titles {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .home-about-info .titles {
    font-size: 26px;
    margin-top: 10px;
  }
}

.home-about-info .texts {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
}

@media screen and (max-width: 991px) {
  .home-about-info .texts {
    margin-top: 15px;
  }
}

.home-about-info .img_box {
  padding-top: 74.6%;
  border-radius: 10px;
}

.home-about-info .img_box img {
  object-fit: cover;
}

.home-about-info .links {
  display: inline-flex;
  align-items: center;
  padding: 14px 26px;
  border-radius: 10px;
  background-color: var(--main-color);
  margin-top: 50px;
}

@media screen and (max-width: 1440px) {
  .home-about-info .links {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .home-about-info .links {
    margin-top: 30px;
  }
}

.home-about-info .links p {
  font-size: 16px;
  color: #fff;
  line-height: 1.45;
  margin-right: 10px;
  margin-bottom: 0;
}

.home-about-info .links svg {
  width: 20px;
  transition: all 0.5s;
}

.home-about-info .links svg path {
  fill: #fff;
}

.home-about-info .links:hover {
  background-color: #222;
}

.home-about-info .links:hover p {
  color: #fff;
}

.home-about-info .links:hover svg {
  transform: translateX(10px);
}

.about-data {
  background-color: #e64444;
  padding: 40px 0;
  margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .about-data {
    padding: 35px 0;
    margin-top: 60px;
  }
}

.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: #fff;
  line-height: 1.2;
}

@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: #fff;
}

@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: #fff;
  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;
  }
}

.home-news {
  padding-top: 0 !important;
  overflow: hidden;
}

.home-news .blog-wrap {
  margin-top: 0;
}

.about-other {
  padding: var(--padding100) 0;
  background-color: var(--main-bg2);
}

.about-other-item {
  width: 20%;
}

@media screen and (max-width: 1440px) {
  .about-other-item {
    width: 33.333333%;
  }
}

@media screen and (max-width: 1200px) {
  .about-other-item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .about-other-item {
    width: 100%;
  }
}

.about-other-item .contents {
  height: 100%;
  padding: 34px 30px;
  background-color: #fff;
  border-radius: 10px;
}

.about-other-item .contents img {
  width: 46px;
}

@media screen and (max-width: 991px) {
  .about-other-item .contents img {
    width: 40px;
  }
}

.about-other-item .contents .titles {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .about-other-item .contents .titles {
    font-size: 20px;
  }
}

.about-other-item .contents .texts {
  font-size: 16px;
  color: #525252;
  line-height: 1.65;
  margin-top: 12px;
}

.about-factory {
  padding: var(--padding100) 0;
  overflow: hidden;
  background-color: #f8f9fa;
}

.about-factory-slick {
  margin: 0 -15px;
}

.about-factory-item {
  padding: 0 15px;
}

.about-factory-content .img_box {
  padding-top: 86.1111111%;
}

.home-about.about-info {
  padding-bottom: 0;
  padding-top: calc(var(--padding100) - 20px);
}

.about-certificates {
  padding: var(--padding100) 0 calc(var(--padding100) - 60px);
  background-color: #fff;
}

.casedeta-main {
  padding: var(--padding100) 0;
}

@media screen and (max-width: 768px) {
  .casedeta-main {
    padding: calc(var(--padding100) - 20px) 0 var(--padding100);
  }
}

.casedeta-main .imgs {
  width: 60%;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 1200px) {
  .casedeta-main .imgs {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .casedeta-main .imgs {
    width: 100%;
  }
}

.casedeta-main .titles {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.65;
}

@media screen and (max-width: 1680px) {
  .casedeta-main .titles {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .casedeta-main .titles {
    font-size: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .casedeta-main .titles {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .casedeta-main .titles {
    font-size: 24px;
  }
}

.casedeta-main .edits {
  margin-top: 20px;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .casedeta-main .edits {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .casedeta-main .edits {
    margin-top: 15px;
  }
}

.casedeta-main .edits p {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
}

.casedeta-main .edits p:last-child {
  margin-bottom: 0;
}

.news-related-item {
  margin-bottom: 26px;
}

@media screen and (max-width: 1440px) {
  .news-related-item {
    margin-bottom: 22px;
  }
}

.news-related-item:last-child {
  margin-bottom: 0;
}

.news-related-link {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .news-related-link {
    flex-direction: column;
  }
}

.news-related-link .imgs {
  width: 160px;
}

@media screen and (max-width: 1440px) {
  .news-related-link .imgs {
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .news-related-link .imgs {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .news-related-link .imgs {
    width: 100%;
    margin-bottom: 10px;
  }
}

.news-related-link .imgs .img_box {
  padding-top: 60%;
}

.news-related-link .titles {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
  color: #444;
  width: calc(100% - 160px);
  padding-left: 20px;
  transition: all 0.5s;
}

@media screen and (max-width: 1440px) {
  .news-related-link .titles {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 991px) {
  .news-related-link .titles {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 768px) {
  .news-related-link .titles {
    width: 100%;
    padding-left: 0;
  }
}

.news-related-link:hover .imgs .img_box img {
  transform: scale(1.07);
}

.news-related-link:hover .titles {
  color: var(--main-color);
}

.blog-faq-list {
  margin-top: 20px;
}

.blog-faq-item {
  margin-bottom: 20px;
}

.blog-faq-item .hds {
  padding: 16px 16px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.blog-faq-item .hds .tits {
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.blog-faq-item .bds {
  padding: 0px 16px 15px;
  background-color: #F5F5F5;
  display: none;
}

.blog-faq-item .bds p {
  margin-bottom: 0;
}

.blog-faq-item.active .hds .carter-mask::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.blog-faq-item:last-child {
  margin-bottom: 0;
}

.carter-mask {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  --item-size: 2px;
  --item-bg: #666666;
}

.carter-mask::after,
.carter-mask::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  background-color: var(--item-bg);
}

.carter-mask::after {
  width: var(--item-size);
  height: 100%;
}

.carter-mask::before {
  width: 100%;
  height: var(--item-size);
}

.wpo-blog-single-section .blog-sidebar>.widget {
  margin-top: 50px;
}

.wpo-blog-single-section .blog-sidebar>.widget:first-child {
  margin-top: 0px;
}

.blog-sidebar .widget h3:after {
  width: calc(100% - 55px);
}

.blog-media {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.blog-media-item {
  margin-right: 12px;
}

.blog-media-item .links {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-media-item .links i {
  color: #333;
  font-size: 16px;
  transition: all 0.5s;
}

.blog-media-item .links:hover {
  background-color: var(--main-color);
}

.blog-media-item .links:hover i {
  color: #fff;
}

.blog-media-item:last-child {
  margin-right: 0;
}

.newsdeta-product {
  padding: var(--padding100) 0;
  background-color: var(--main-bg2);
}

.newsdeta-product-slick {
  margin: 0 -15px;
}

.newsdeta-product-slick .slick-dots {
  bottom: -44px;
}

.newsdeta-product-item {
  padding: 0 15px;
}

.newsdeta-product-link {
  display: block;
}

.newsdeta-product-link .img_box {
  padding-top: 127.77777%;
}

.newsdeta-product-link .titles {
  font-size: 22px;
  color: #060530;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 15px;
  transition: all 0.5s;
}

@media screen and (max-width: 1680px) {
  .newsdeta-product-link .titles {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .newsdeta-product-link .titles {
    font-size: 18px;
  }
}

.newsdeta-product-link .texts {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #555;
  line-height: 1.65;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  .newsdeta-product-link .texts {
    margin-top: 10px;
  }
}

.newsdeta-product-link:hover .img_box img {
  transform: scale(1.05);
}

.newsdeta-product-link:hover .titles {
  color: var(--main-color);
}

.blog-item .titles {
  margin-top: 12px;
}

.blog-item .titles a {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 1.45;
}

@media screen and (max-width: 1680px) {
  .blog-item .titles a {
    font-size: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .blog-item .titles a {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .blog-item .titles a {
    font-size: 20px;
  }
}

.blog-item .titles a:hover {
  color: var(--main-color);
}

#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  #certify {
    width: 100%;
  }
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 400px;
  height: 565px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}

@media screen and (max-width: 768px) {
  #certify .swiper-slide {
    width: 280px;
    height: 400px;
  }
}

#certify .swiper-slide img {
  display: block;
}

#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}

#certify .swiper-button-prev::after,
#certify .swiper-button-next::after {
  content: '';
}

.about-history {
  background-color: #1e1e1e;
  position: relative;
  overflow: hidden;
  padding: var(--padding100) 0;
  z-index: 1;
}

.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;
  }
}

.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: 15px;
  }
}

@media screen and (max-width: 1440px) {
  .history-swiper-content .year {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .history-swiper-content .year {
    font-size: 24px;
  }
}

.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;
}

@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: #ffffff;
  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;
}

@media screen and (max-width: 768px) {
  .wpo-blog-pg-section .entry-meta {
    margin: 15px 0;
  }
}

.wpo-blog-single-section .post blockquote:before {
  display: none;
}

.blog-sidebar .widget h3:after {
  width: calc(100% - 64px);
}

.newsdeta-row {
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.pengu-product-section {
  background-color: var(--main-bg2);
  overflow: hidden;
}

.product-single-item .titles a {
  font-size: 22px;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

.product-single-item .titles {
  margin-bottom: 0;
}

.product-single-section {
  overflow: hidden;
}

@media screen and (max-width: 1680px) {
  .wpo-section-title h2 {
    font-size: 34px;
  }

  .wpo-contact-pg-section form textarea {
    height: 160px;
  }

  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 40px;
  }

  .pengu-about-section .about-wrap p {
    font-size: 18px;
  }

  .pengu-about-section.pengu-about-section-s2 {
    padding-top: 40px !important;
  }

  .prodeta-content .titles {
    font-size: 34px;
  }

  .product-details .product-single-content .pro-single-btn .theme-btn {
    padding: 14px 30px;
    font-size: 18px;
  }

  .product-details .product-single-content .social-share ul.socialLinks li a {
    margin-right: 6px;
  }

  .wpo-section-title {
    margin-bottom: 60px;
  }

  .wpo-site-header .navigation.sticky-header {
    padding: 0px 50px !important;
  }
}

@media screen and (max-width: 1440px) {
  .wpo-section-title h2 {
    font-size: 32px;
  }

  .prodeta-content .titles {
    font-size: 30px;
  }

  .wpo-contact-pg-section form textarea {
    height: 140px;
  }

  .wpo-section-title {
    margin-bottom: 55px;
  }

  .pengu-about-section {
    width: 100% !important;
  }

  .product-titles {
    font-size: 36px;
  }

  .pengu-about-section .about-wrap .about-btn .about-bg {
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .pengu-about-section .about-wrap .about-btn {
    width: 118px;
    height: 118px;
  }

  .pengu-about-section.pengu-about-section-s2 {
    padding-top: 30px !important;
  }

  .shop-section .product-single-item .text h2 a {
    font-size: 20px;
    line-height: 1.3;
  }

  .product-list .product-item .product-single-item .text .price {
    padding-top: 0px;
  }

  .pengu-product-section .product-single-item .text {
    padding-top: 12px;
  }

  .product-single-item .titles a {
    font-size: 18px;
  }

  .wpo-blog-section .blog-wrap .blog-item .post-content {
    padding-top: 20px;
  }

  .wpo-blog-section .blog-wrap .blog-item .post-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .wpo-site-header .navigation.sticky-header {
    padding: 0px 0px !important;
  }
}

@media screen and (max-width: 1200px) {
  .wpo-contact-pg-section form>div {
    width: 100%;
  }

  .wpo-section-title p {
    font-size: 16px;
  }

  .wpo-section-title h2 {
    font-size: 32px;
  }

  .wpo-section-title:before {
    width: 80px;
  }

  .pengu-about-section .about-wrap p {
    font-size: 16px;
    line-height: 1.65;
  }

  .pengu-about-section .about-wrap .about-btn {
    width: 118px;
    height: 95px;
  }

  .product-titles {
    font-size: 34px;
  }

  .pengu-about-section.pengu-about-section-s2 {
    padding-top: 20px !important;
  }

  .wpo-blog-section .blog-wrap .blog-item .post-image .post-img-title span {
    font-size: 16px;
  }

  .prodeta-content .titles {
    font-size: 26px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .newsdeta-aside {
    margin-top: 120px;
  }

  .wpo-section-title:before {
    width: 60px;
  }

  #side-sticky {
    margin-bottom: 0;
  }

  .wpo-contact-form-area {
    margin-top: 35px;
  }

  .wpo-section-title {
    margin-bottom: 50px;
  }

  .wpo-section-title h2 {
    font-size: 28px;
  }

  .product-wrap {
    margin-bottom: -75px;
  }

  .rea-main .product-wrap {
    margin-bottom: 0px;
  }

  .blog-relateds-item.slick-slide {
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 768px) {
  .wpo-section-title h2 {
    font-size: 26px;
  }

  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px 24px;
  }

  .wpo-blog-single-section .post h1 {
    font-size: 28px;
  }

  .product-titles {
    font-size: 30px;
  }

  .shop-section .product-single-item .image .shop-btn .product-b {
    font-size: 16px;
  }

  .shop-section .shop-filter-wrap .shop-filter-item h2 {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 8px;
  }

  .shop-section .shop-filter-wrap {
    padding: 25px;
  }

  .shop-section .shop-filter-wrap .shop-filter-item h2 {
    font-size: 22px;
  }

  .product-single-section .pro-single-btn {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .product-single-section .pro-single-btn .theme-btn {
    width: initial;
    margin-right: 10px;
    margin-left: 0;
    font-size: 16px;
  }

  .product-details .product-single-content .pro-single-btn .theme-btn {
    padding: 12px 22px;
    font-size: 16px;
  }

  .hero .slick-dots {
    width: 100%;
    justify-content: center;
    top: initial !important;
    bottom: 18px !important;
    left: 0;
    transform: none;
  }

  .hero .slick-dots li {
    flex-shrink: 0;
    margin: 0 5px;
  }

  .hero .slick-dots li.slick-active::before {
    display: none;
  }

  .hero-style-2 .hero-slider .slick-dots li.slick-active button {
    color: #fff;
  }

  .wpo-site-footer .blog-widget ul li .image {
    width: 42%;
  }

  .wpo-site-footer .blog-widget ul li .text {
    padding-left: 15px;
    padding-right: 0px;
    width: 58%;
  }

  .wpo-site-footer .widget-title h3 {
    font-size: 24px;
  }

  .wpo-site-footer .wpo-upper-footer .col {
    margin-bottom: 45px;
  }
}

.home-products.pengu-product-section {
  background-color: #fff;
}

.home-products.pengu-product-section .home-product-list .slick-dots {
  bottom: -29px;
}

.home-products .product-wrap {
  margin-bottom: 0;
}

.xhl_form {
  overflow: initial !important;
  display: block !important;
}

.xhl_form .usedComp .xhl-controls {
  flex-grow: 1;
}

.xhl_form .usedComp .xhl-controls input {
  width: 100%;
  height: 56px;
  outline: none;
  padding: 0 20px;
  font-size: 18px;
  border: none;
  transform: translateY(-1px);
}

@media screen and (max-width: 768px) {
  .xhl_form .usedComp .xhl-controls input {
    height: 52px;
    font-size: 16px;
  }
}

.xhl_form .usedComp .xhl-control-label {
  font-size: 18px;
  color: #333;
  line-height: 1.65;
  flex-shrink: 0;
  width: 110px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: 500px;
}

@media screen and (max-width: 768px) {
  .xhl_form .usedComp .xhl-control-label {
    font-size: 16px;
  }
}

.xhl_form .usedComp .xhl-control-label::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dbdbdb;
}

.xhl_form .usedComp {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}

.xhl-footer {
  width: 100%;
  border-radius: 12px;
  text-align: center;
  padding: 10px 20px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 20px;
  line-height: 1.65;
  margin-top: 30px;
  transition: all 0.5s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .xhl-footer {
    font-size: 18px;
  }
}

.xhl-footer:hover {
  background-color: var(--main-color);
}

.xhl_form {
  padding-top: 0px !important;
}

.home-about .popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70px;
}

@media screen and (max-width: 1680px) {
  .home-about .popup-video {
    width: 65px;
  }
}

@media screen and (max-width: 1440px) {
  .home-about .popup-video {
    width: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .home-about .popup-video {
    width: 50px;
  }
}

@media screen and (max-width: 991px) {
  .home-about .popup-video {
    width: 45px;
  }
}

.home-about .popup-video svg {
  width: 100%;
  transition: all 0.5s;
}

.home-about .popup-video svg path {
  fill: var(--main-color);
}

.home-about .popup-video:hover svg {
  transform: scale(1.2);
}

.wpo-blog-section .blog-wrap .blog-item .post-content p {
  -webkit-line-clamp: 3;
}

.product-des {
  text-align: center;
  margin-bottom: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.65;
}

@media screen and (max-width: 991px) {
  .product-des {
    width: 100%;
  }
}

.slick-slide img {
  width: 100%;
}

.search-form input::-webkit-search-cancel-button {
  content: "";
  position: absolute;
  right: 60px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: tomato;
}

.search-results-main .product-single-item .image img {
  width: 100%;
}

.search-results-main .product-single-item .text {
  padding-top: 10px;
}

.blog-sidebar .category-widget ul li.active a{
	color:var(--main-color);
}