﻿.custom-con {
  padding: 90px 0;
}
.breadcrumb_nav img {
  aspect-ratio: 1920/800;
  object-fit: cover;
}
.form1 {
  background: none;
  padding: 20px 0 40px;
}
.custom-con .title h3 {
  font-size: 42px;
  /*font-weight: 400;*/
  color: #434343;
  line-height: 58px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.custom-con1 {
  padding: 40px 0 0;
  /*margin-bottom: 40px;*/
}
.custom-con2, .custom-con4, .custom-con6 {
  background: #eee;
}
.custom-con2 .con_two1, .custom-con5 .con_five1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-con2 .con_two2 {
  width: calc(100% / 3);
  padding: 5px;
}
.custom-con2 .con_two {
  display: grid;
  background: #fff;
  border-radius: 8px;
  padding: 40px 20px;
}
.custom-con2 .con_two img {
  width: 80%;
  border-radius: 50%;
  margin: 0 auto;
}
.custom-con2 .con_two .title {
  font-size: 20px;
  color: #BB000E;
  text-align: center;
  line-height: 1.5;
}
.custom-con2 .con_two .text {
  font-size: 16px;
  color: #434343;
  text-align: center;
  line-height: 1.5;
}
.custom-con4 .row-3 {
  display: flex;
}
@media screen and (max-width: 990px) {
  .custom-con4 .row-3 {
    display: grid;
  }
}
.custom-con4 .big-category {
  width: fit-content;
  background: #fff;
  margin: 30px auto;
  border-radius: 20px;
}
.custom-con4 .big-cat-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  background: #fff;
}
.custom-con4 .big-cat-btn.active {
  background: #BB000E;
  color: #fff;
}
.custom-con4 .content-area {
  flex-grow: 1;
}
.custom-con4 .category-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-con4 .category-list li a {
  display: block;
  padding: 20px 10px;
  background: #fefefe;
  color: #333;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}
.custom-con4 .products_more {
  display: block;
  padding: 20px 10px;
  background: #BB000E;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 60px;
}
.custom-con4 .category-list li a.active {
  background: #BB000E;
  color: #fff;
}
.custom-con4 .tab-pane {
  display: none;
}
.custom-con4 .tab-pane.show.active {
  display: block;
}
.custom-con4 .product-item {
  text-align: center;
  margin-bottom: 15px;
}
.custom-con4 .product-item img {
  max-width: 100%;
  border-radius: 5px;
  aspect-ratio: 1;
  object-fit: cover;
}
.custom-con4 .product-item h4 {
  margin-top: 10px;
}
.custom-con4 .product-item h4 a {
  color: #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*height: 2em;*/
}
.custom-con4 .product-item h4 a:hover {
  color: #BB000E;
}
.custom-con5 .con_five {
  width: 10%;
  position: relative;
  margin-bottom: 60px;
}
.custom-con5 .con_five .con_five2 {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.custom-con5 .con_five .title {
  font-size: 20px;
  text-align: center;
}
.custom-con5 .con_five:nth-child(even) .con_five2 {
  position: absolute;
  top: 80%;
}
.custom-con5 .con_five .text {
  font-size: 16px;
  color: #434343;
  text-align: center;
}
.custom-con6_swiper .btn {
  padding-left: 0;
}
.custom-con6_swiper .btn a {
  color: #BB000E;
  text-decoration: underline;
  font-size: 16px;
}
.custom-con6_swiper .text {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  line-height: 20px;
  margin-bottom: 20px;
}
.custom-con6_swiper h2 {
  line-height: 27px;
  margin-bottom: 20px;
  min-height: 54px;
}
.custom-con6_swiper h2 a {
  font-size: 22px;
  font-family: Arial;
  line-height: 25px;
  color: #222;
}
.custom-con6_swiper h2 a:hover {
  color: #BB000E;
}
.custom-con6_swiper .swiper-slide figure {
  border-radius: 30px;
}
.custom-con6_swiper .custom-con6_left {
  position: absolute;
  width: 45px;
  height: 112px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  left: 50px;
  top: 50%;
  transform: translateY(-100%);
  z-index: 9;
  color: #fff;
  line-height: 112px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}
.custom-con6_swiper .custom-con6_left:hover {
  background: #BB000E;
}
.custom-con6_swiper .custom-con6_right {
  position: absolute;
  width: 45px;
  height: 112px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  right: 50px;
  top: 50%;
  transform: translateY(-100%);
  z-index: 9;
  color: #fff;
  line-height: 112px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}
.custom-con6_swiper .custom-con6_right:hover {
  background: #BB000E;
}
@media screen and (min-width: 1440px) {
  .custom-con .container-auto {
    padding: 0px 90px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-con .container-auto {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .custom-con2 .con_two2 {
    width: calc(100% / 3);
  }
  .custom-con5 .con_five {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .custom-con .container-auto {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .custom-con2 .con_two2 {
    width: calc(100% / 2);
  }
  .custom-con5 .con_five {
    width: 30%;
    position: relative;
  }
}
@media screen and (max-width: 550px) {
  .custom-con .container-auto {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}