/* .single-application .content {
  max-width: 1440px;
} */

.page-template-applications .polishing_accuracy .template__title p,
.single-application .polishing_accuracy .template__title p {
  font-size: 16px;
}

.page-template-applications .more_product,
.single-application .more_product {
  margin-top: 200px;
  padding-bottom: 100px;
}

.page-template-applications .more_product .template__title,
.single-application .more_product .template__title {
  padding-top: 90px;
}

.page-template-applications .more_product-item .item_img .img,
.single-application .more_product-item .item_img .img {
  background-image: url(../img/page_application-more_product-item1.png);
}

.page-template-applications .more_product .swiper_more_product,
.single-application .more_product .swiper_more_product {
  width: 70%;
  height: 560px;
  border-radius: 5px;
}

.page-template-applications .more_product-main_nav li,
.single-application .more_product-main_nav li {
  padding-bottom: 30px;
  row-gap: 30px;
  cursor: pointer;
}

.page-template-applications .more_product-main_nav p.des,
.single-application .more_product-main_nav p.des {
  font-size: 17px;
}

.page-template-applications .our_fairs_main.related_articles,
.single-application .our_fairs_main.related_articles {
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #f8f8f8;
}

.page-template-applications .our_fairs_main.related_articles .template__title,
.single-application .our_fairs_main.related_articles .template__title {
  text-align: center;
}

.page-template-applications .our_fairs_main .our_fairs_main-list,
.single-application .our_fairs_main .our_fairs_main-list {
  padding-bottom: 3rem;
}

.page-template-applications .our_fairs_main.related_articles,
.single-application .our_fairs_main.related_articles {
  margin-bottom: 0;
}

.page-template-applications .our_fairs_main.related_articles .contact_main-form,
.single-application .our_fairs_main.related_articles .contact_main-form {
  margin-top: 120px;
}

.page-template-applications .polishing_accuracy .polishing_accuracy-main,
.single-application .polishing_accuracy .polishing_accuracy-main {
  height: 660px;
  padding: 10% 5.1%;
}

.page-template-applications .our_fairs_main-item p.data>strong,
.single-application .our_fairs_main-item p.data>strong {
  font-size: 1.4rem;
  font-weight: 700;
}

.page-template-applications .our_fairs_main-item p.item_title,
.single-application .our_fairs_main-item p.item_title {
  font-size: 18px;
}

.page-template-applications .our_fairs_mid-item .item_img,
.single-application .our_fairs_mid-item .item_img {
  width: 460px;
  height: 318px;
}

.page-template-applications .our_fairs_main-item p.item_title,
.single-application .our_fairs_main-item p.item_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 33px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*.application_sub_nav-main>.swiper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}*/

.application_sub_nav .swiper-button-prev {
  left: -3.6rem;
  width: 14px;
  height: 27px;
  background-image: url(../img/page_application_arrow_left_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 57%;
  cursor: pointer;
}

.application_sub_nav .swiper-button-next {
  right: -3.6rem;
  width: 14px;
  height: 27px;
  background-image: url(../img/page_application_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;

  cursor: pointer;
  margin-top: -13.5px;
}

.application_sub_nav .swiper-button-prev:after,
.application_sub_nav .swiper-rtl .swiper-button-next:after,
.application_sub_nav .swiper-button-next:after {
  content: '' !important;
}

.application_banner {
  background: url(../img/application-banner.jpg) no-repeat center/cover;
  padding: 70px 0 100px;
  overflow: hidden;
}

.application_banner .application_banner-title {
  max-width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.application_banner .right{
  width: 50%;
}
.application_banner .right img{
  max-height: 660px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.application_banner .application_banner-title h1 {
  font-size: 52px;
  line-height: 66px;
  /* color: #fff; */
  text-transform: uppercase;
}

.application_banner .application_banner-title p {
  max-width: 90%;
  margin-top: 35px;
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  opacity: 0.7;
  /* color: #fff; */
}

.application_banner .application_banner-title span {
  color: #1f93d2;
  margin-bottom: 1rem;
}

.application_banner .application_banner-title a.button_red {
  padding: 15px 38px;
  margin-top: 35px;
  font-size: 18px;
}

.application_sub_nav {
  background-color: #00182c;
  max-height: 110px;
}

.application_sub_nav .content {
  position: relative;
  max-width: 1220px;
}

.application_sub_nav .application_sub_nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}

.application_sub_nav .arrow_left {
  position: absolute;
  top: 50%;
  left: -3.6rem;
  transform: translateY(-50%);
  width: 14px;
  height: 27px;
  background-image: url(../img/page_application_arrow_left_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.application_sub_nav .arrow_right {
  position: absolute;
  top: 50%;
  right: -3.6rem;
  transform: translateY(-50%);
  width: 14px;
  height: 27px;
  background-image: url(../img/page_application_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.application_sub_nav-item {
  position: relative;
  width: 20%;
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #5c5c5c;
  transition: background 0.3s ease;
}

.application_sub_nav-item:hover {
  background: #1f93d2;
}

.application_sub_nav-item::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0055a7;
  opacity: 0;
  transition: all 0.3s;
}

.application_sub_nav-item>a {
  position: relative;
  padding: 30px;
  z-index: 20;
  display: block;
  width: 100%;
}

.application_sub_nav-item .icon {
  position: relative;
  width: 34px;
  height: 34px;
  display: block;
  margin-bottom: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.application_sub_nav-item p {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.application_sub_nav-item.active::before {
  opacity: 1;
}
.application_sub_nav-item.active{
  border-color: var(--hover-color);
}
.our_strengths {
  margin-top: 175px;
}

.our_strengths .our_strengths-title {
  text-align: center;
  margin-bottom: 105px;
}

.our_strengths .our_strengths-title h2 {
  margin-top: 8px;
}

.our_strengths .our_strengths-list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(3, 32%);
}

.related_products .item_img .img:hover {
  transform: scale(1.0);
}

.our_strengths-item {
  text-align: center;
  padding: 95px 46px;
  transition: all 0.3s;
}

.our_strengths-item .item_icon {
  width: 56px;
  height: 56px;
  background-image: url(../img/page_application-our_strengths-icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.our_strengths-item p.title {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
  color: #282828;
}

.our_strengths-item p.des {
  font-size: 17px;
  color: #777777;
  line-height: 29px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.our_strengths-item.active,
.our_strengths-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.our_strengths-item:nth-child(2) .item_icon {
  background-image: url(../img/page_application-our_strengths-icon2.svg);
}

.our_strengths-item:nth-child(3) .item_icon {
  background-image: url(../img/page_application-our_strengths-icon3.svg);
}

.schematic_diagram {
  margin-top: 250px;
}

.schematic_diagram.polishing_accuracy {
  margin-top: 170px;
}

.schematic_diagram.polishing_accuracy .schematic_diagram-title {
  margin-bottom: 70px;
}

.schematic_diagram .schematic_diagram-main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/page_application-schematic_diagram-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 660px;
  margin-top: 85px;
}

.schematic_diagram-main .img {
  display: block;
  content: '';
  width: 690px;
  height: 528px;
  background-image: url(../img/page_application-schematic_diagram-bg_item.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.schematic_diagram .schematic_diagram-main img {
  height: 80%;
  object-fit: contain;
}

.schematic_diagram .schematic_diagram-title {
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}

.schematic_diagram .schematic_diagram-title span {
  font-weight: 400;
  color: #1f93d2;
  font-size: 18px;
}

.schematic_diagram .schematic_diagram-title h2 {
  font-weight: 700;
  font-size: 44px;
  color: #242424;
}

.schematic_diagram .schematic_diagram-title p {
  margin-top: 35px;
  font-size: 16px;
  line-height: 30px;
}

.customer_reviews-btn {
  display: flex;
  position: relative;
  height: 70px;
}

.customer_reviews-btn .swiper-btn {
  position: relative;
  width: 70px;
  height: 100%;
  top: 50%;
  border-radius: 50%;
  background-image: url(../img/swiper_left_white.svg);
  background-color: #1f93d2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 21;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
}

.customer_reviews-btn .swiper-button-prev {
  left: 0;
  margin-right: 30px;
}

.customer_reviews-btn .swiper-button-next {
  background-image: url(../img/swiper_right_white.svg);
  right: 0;
}

.customer_reviews-btn .swiper-btn.swiper-button-disabled {
  background-color: #494949;
}

.customer_reviews-btn .swiper-button-prev:after,
.customer_reviews-btn .swiper-rtl .swiper-button-next:after,
.customer_reviews-btn .swiper-button-next:after {
  content: '' !important;
}

.customer_reviews {
  position: relative;
  padding-top: 175px;
  padding-bottom: 100px;
}

.customer_reviews .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.customer_reviews .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  opacity: 1;
  margin: 0 4px;
}

.customer_reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1f93d2;
  border: 1px solid #1f93d2;
}

.customer_reviews .customer_reviews-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1445px;
  margin: 0 auto;
}

.customer_reviews .customer_reviews-top h2 {
  margin-top: 5px;
}

.customer_reviews .customer_reviews__main {
  position: relative;
  margin-top: 100px;
  margin-left: 12%;
}

.page-template-applications .our_fairs_main-title {
  text-align: center;
}

.swiper-slide.customer_reviews-item {
  position: relative;
  width: 700px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  transform: scale(1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 450px;
  padding: 90px 40px 40px;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.2s;
}

.customer_reviews-item::before {
  position: absolute;
  display: block;
  content: '';
  top: 12%;
  width: 100px;
  height: 75px;
  background: url(../img/page_home-testimonitls_item_bg.png) no-repeat;
  background-size: contain;
  z-index: 1;
}

.customer_reviews-item p {
  position: relative;
  z-index: 10;
  font-size: 20px;
  color: #383838;
  line-height: 30px;
}

.customer_reviews-item p.title {
  font-size: 26px;
  font-weight: 500;
  color: #242424;
}

.customer_reviews-item p.text {
  color: #424242;
  font-size: 16px;
  margin-top: 24px;
}

.customer_reviews-item .item_bottom {
  position: absolute;
  bottom: 10%;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}

.customer_reviews-item .item_bottom .img {
  flex-shrink: 0;
  flex-grow: 0;
  object-fit: contain;
}

.customer_reviews-item .item_bottom .item_text {
  border-left: 1px solid #e8e8e8;
  padding-left: 30px;
  margin-left: 20px;
}

.customer_reviews-item .item_bottom .item_text p {
  font-size: 18px;
  color: #424242;
  line-height: 32px;
}

.customer_reviews-item .item_bottom .item_text span {
  font-size: 18px;
  color: #999999;
  line-height: 22px;
}

.related_products {
  padding-top: 100px;
  padding-bottom: 85px;
  background-color: #f8f8f8;
}

.related_products .related_products-title {
  text-align: center;
}

.related_products .swiper_related_products__main {
  padding: 0.5rem;
}

.related_products .related_products__main .button_border {
  margin: 0 auto;
  margin-top: 78px;
  background-color: transparent;
}

.swiper-slide.related_products__main-item {
  filter: blur(1.7px);
}

.swiper-slide.related_products__main-item.swiper-slide-active {
  transform: scale(1);
  filter: none;
}

.swiper-slide.related_products__main-item {
  width: 1120px;
  height: 525px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.swiper-slide.related_products__main-item a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 80px;
  padding-right: 70px;
}

.swiper-slide.related_products__main-item .item_text {
  width: 50%;
}

.swiper-slide.related_products__main-item .item_text p.sub {
  font-size: 17px;
  color: #1f93d2;
}

.swiper-slide.related_products__main-item .item_text p.title {
  font-weight: 600;
  font-size: 32px;
  color: #242424;
  margin-top: 20px;
}

.swiper-slide.related_products__main-item .item_text span.line {
  margin-top: 20px;
  width: 50px;
  height: 3px;
  background-color: #1f93d2;
  display: block;
  content: '';
  position: relative;
}

.swiper-slide.related_products__main-item .item_text p.des {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #565656;
}

.swiper-slide.related_products__main-item .item_text span.button_red {
  margin-top: 50px;
  padding: 14px 52px;
  font-weight: 500;
  cursor: pointer;
}

.swiper-slide.related_products__main-item .item_img {
  width: 409px;
  height: 409px;
}

.swiper-slide.related_products__main-item .item_img .img {
  display: block;
  content: '';
  background-image: url(../img/page_application-related_products-item_img.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.related_products__main {
  position: relative;
  margin-top: 95px;
}

.related_products__main .swiper_testimonitls__main {
  position: relative;
}

.related_products__main .swiper-btn {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  border-radius: 50%;
  background-image: url(../img/swiper_left_white.svg);
  background-color: #1f93d2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 21;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
}

.related_products__main .swiper-button-prev {
  left: 15%;
}

.related_products__main .swiper-button-next {
  background-image: url(../img/swiper_right_white.svg);
  right: 15%;
}

.related_products__main .swiper-btn.swiper-button-disabled {
  background-color: #494949;
}

.related_products__main .swiper-button-prev:after,
.related_products__main .swiper-rtl .swiper-button-next:after,
.related_products__main .swiper-button-next:after {
  content: '' !important;
}

body .testimonitls {
  background-color: #fff;
}

body .testimonitls .swiper-slide.testimonitls__main-item {
  background-color: #f8f8f8;
}

body div.elementor-toggle-item div.elementor-tab-title {
  padding: 1.5rem 0 1.5rem 0;
}

body .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
  float: right;
  color: #e50012;
}

body .elementor-toggle .elementor-tab-title {
  border-color: #eee;
}

body .elementor-toggle table {
  width: 100%;
  max-width: 50rem;
  text-align: left;
  border-collapse: collapse;
}

.single-application body .elementor-toggle table {
  max-width: unset;
}

body .elementor-toggle table tr:nth-child(odd) td {
  background-color: rgb(248, 248, 248);
  display: table-cell;
}

body .elementor-toggle table tr td {
  border: #eee solid 1px;
}

body .elementor-toggle table td,
body .elementor-toggle table th {
  line-height: 32px;
  padding: 12px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

body .elementor-toggle .elementor-tab-content {
  color: #7C7C7C;
  line-height: 36px;
  padding: 1rem 0 3rem 0;
  border-bottom: #eee solid 1px;
}

body .elementor-widget-toggle .elementor-tab-title.elementor-active a {
  color: #e50012;
}

.application-page .choose_us-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.application-page .choose_us-title .choose_us-title_left {
  width: 50%;
  text-align: left;

}

.template__title span {
  text-align: left;
}

.single .template__title h2 {
  text-align: left;
  font-weight: 400;
}

.application-page .choose_us-title_right {
  width: 50%;
}


section.applications-prospect {
  padding: 200px 0;
}

section.applications-prospect span {
  font-size: 16px;
  color: var(--hover-color);
  margin-bottom: 20px;
  display: inline-block;
}

section.applications-prospect .content {
  display: flex;
  justify-content: space-between;
}

section.applications-prospect .content>div {
  width: 48%;
}

section.applications-prospect .content>div>img {
  width: 926px;
  height: auto;
  max-width: 100%;
}

section.applications-prospect .content h2 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 70px;
  font-weight: 400;
  position: relative;
}

section.applications-prospect .content ul {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}

section.applications-prospect .content li {
  margin-bottom: 20px;
  font-size: 18px;
  cursor: pointer;
  color: var(--blod-color);
  display: flex;
}

section.applications-prospect .content li div.img-box {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

section.applications-prospect .content h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--hover-color);
  left: 0;
  bottom: -50%;
  position: absolute;
}

section.applications-prospect .content p {
  font-size: 17px;
  color: var(--font-color);
  line-height: 30px;
}

section.applications-prospect .content>img {
  width: 43%;
  border-radius: 5px;
}

section.applications-prospect .content li p {
  font-size: 14px;
  line-height: normal;
  width: 200px;
}

section.applications-prospect .content li:nth-child(2) p {
  width: 215px;
}


.manu-service {
  padding: 13rem 0 12rem;
  /* background: url('../img/manu/manu-service-bg.png') no-repeat center/cover; */
}

.manu-service .block_title span {
  font-size: 16px;
}
.manu-service .block_title h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3rem;
  color: #1c232f;
}
.manu-service .swiper-slide {
  height: 420px;
  background-color: white;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.manu-service .swiper-slide:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.manu-service .swiper-slide:hover .img_content span {
  transform: translateY(-10px);
}

.manu-service .service-main {
  margin-top: 5rem;
  position: relative;
  --swiper-navigation-size: 24px;
  text-align: left;
  max-width: 1400px;
}

.manu-service .service-main .swiper-button-next {
  right: -60px;
}

.manu-service .service-main .swiper-button-prev {
  left: -60px;
}

.manu-service .service-main .swiper-button-next.swiper-button-disabled,
.manu-service .service-main .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.manu-service .service-main .swiper-pagination {
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

.manu-service .service-main .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--hover-color);
  border-radius: 50%;
  margin-right: 15px;
}

.manu-service .service-swiper {
  overflow: hidden;
  padding: 20px 10px;
}

.block_title span {
  text-align: center;
  display: block;
  color: var(--hover-color);
  font-size: 22px;
  margin-bottom: 15px;
}

.block_title h2 {
  font-weight: 450;
  text-align: center;
  font-size: 2.6rem;
}


.manu-service .swiper-slide .img_content {
  height: 60px;
  width: 60px;
  margin-bottom: 3rem;
}

.manu-service .swiper-slide .img_content span {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.manu-service .swiper-slide h2 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 1.8rem;
  line-height: unset;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #333333;
}

.manu-service .swiper-slide p {
  font-size: 17px;
  color: #777777;
  line-height: 1.8rem;
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .manu-service .swiper-slide::before {
  width: 90%;
  height: 100%;
  content: '';
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background-color: var(--hover-color);
  z-index: -1;
  border-radius: 4px;
  transition: all .2s ease;
} */

/* .manu-service .swiper-slide.swiper-slide-active::before */
.manu-service .swiper-slide:hover::before {
  top: 15px;
}

.manu-service .swiper-slide-active::before {
  top: 15px;
}

.service-main .swiper-button-prev,
.service-main .swiper-container-rtl .swiper-button-next {
  left: -120px;
  right: auto;
}

.service-main .swiper-button-next,
.service-main .swiper-container-rtl .swiper-button-prev {
  right: -120px;
  left: auto;
}

.service-main .swiper-button-next:after,
.service-main .swiper-button-prev:after {
  color: #000;
  font-size: 32px;
}

/* section.home-about  end*/
.manu-service .swiper-slide a {
  display: block;
  color: var(--hover-color);
  margin-top: 60px;
  font-size: 18px;
  opacity: 0;
  transition: all 0.3s ease;
}

.manu-service .swiper-slide-active a,
.manu-service .swiper-slide:hover a {
  opacity: 1;
}

div.recommended-product{
  padding: 140px 0 55px;
  padding-top: 0;
  
}
div.recommended-product span {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #005591;
}

div.recommended-product h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #1c232f;
}

div.recommended-product .swiper-slide {
  transition: all 0.3s ease;
}

div.recommended-product .swiper-box {
  position: relative;
}

div.recommended-product .swiper {
  padding: 10px;
}

div.recommended-product .swiper-slide:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div.recommended-product .swiper-slide .item_img .img {
  width: 100%;
  height: 300px;
}

div.recommended-product .swiper-slide .item_text {
  padding: 2rem;
}

div.recommended-product .swiper-slide p.title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}

div.recommended-product span.button_red {
  color: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 60px auto 10px;
  transition: all 0.3s ease;
  opacity: 0;
  display: none;
}

div.recommended-product .swiper-slide:hover span.button_red {
  opacity: 1;
}

div.recommended-product .swiper-button-prev,
div.recommended-product .swiper-container-rtl .swiper-button-next {
  left: -120px;
  right: auto;
}

div.recommended-product .swiper-button-next,
div.recommended-product .swiper-container-rtl .swiper-button-prev {
  right: -120px;
  left: auto;
}

div.recommended-product .swiper-button-next:after,
div.recommended-product .swiper-button-prev:after {
  color: #000;
  font-size: 32px;
}

div.recommended-product .swiper-slide p.des {
  margin-top: 13px;
  font-size: 1rem;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

div.recommended-product a.button_border {
  text-align: center;
  display: block;
  padding: 0 4rem;
  white-space: nowrap;
  width: min-content;
  margin: 2rem auto 0;
  border-radius: 5px;
}

.single-application .contact_us .content {
  max-width: 1220px;
}

.single-application .contact_us .content h2 {
  font-weight: bold;
}