body {
  letter-spacing: 0.15rem;
}

.a_img img {
  width: 100%;
  height: auto;
  min-width: 100%;
}

.indexNews-text {
  position: relative;
  width: 100%;
  padding: 0 15px;
  margin-top: 15px;
  text-align: left;
  border-left: 3px solid var(--main-color-lighten);
}
.indexNews-text p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media all and (min-width: 320px) {
  .indexNews-text p {
    font-size: 18px;
  }
}
@media all and (min-width: 576px) {
  .indexNews-text p {
    font-size: 22px;
  }
}

.news_in {
  background-image: none !important;
}

.news_mask {
  background-image: none !important;
}

.about {
  position: relative;
  padding: 100px 0;
  background-attachment: fixed;
  background-position: left top;
  background-size: cover;
}
.about .ab_text {
  padding: 60px;
  background: rgba(255, 255, 255, 0.6);
}
.about .ab_text h2 {
  color: var(--main-color-darken);
}
.about .ab_text a {
  display: inline-block;
  color: #fff;
  padding: 7px 30px;
  margin-top: 15px;
  background: var(--main-color);
  border-radius: 30px;
}
.about .ab_text a:hover {
  background: var(--main-color-lighten);
}

.index-product {
  position: relative;
  background: #fff !important;
}
.index-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 255px;
  height: 430px;
  background: url("../images/left.jpg") no-repeat left center;
  background-size: contain;
}
.index-product::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 370px;
  height: 430px;
  background: url("../images/right.jpg") no-repeat right bottom;
  background-size: contain;
}
.index-product > .container {
  position: relative;
  z-index: 2;
}

.pf li {
  float: left;
  list-style-position: inside;
  color: white;
  border: 1px solid #6f6f6f;
  list-style-image: none;
  list-style-type: none;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 5px;
}

ul.pf {
  padding-left: 0px !important;
  margin-top: 25px;
  display: block;
}

section.slogan {
  position: relative;
  padding-bottom: 120px;
  background-image: none !important;
}
section.slogan .slogan-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.slogan .slogan-box .slogan-img {
  width: 500px;
}
section.slogan .slogan-box .slogan-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 100px;
  margin-left: -50px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 3px #ccc;
          box-shadow: 1px 1px 3px #ccc;
}
section.slogan .slogan-box h2 {
  color: var(--main-color);
  font-weight: bolder;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 32px;
}
section.slogan .slogan-box h3 {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 991px) {
  section.slogan .slogan-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  section.slogan .slogan-box .slogan-img {
    width: 100%;
  }
  section.slogan .slogan-box .slogan-text {
    margin: 0;
  }
}
.index-seo_h {
  /* padding: 15px 0; */
  text-align: right;
  /* background: var(--second-color-lighten); */
  background-image: none !important;
  /* background-image: url("../images/seedling-g795311a35_1280.jpg") !important; */
  position: relative;
  position: fixed;
  top: 0;
  z-index: 999;
  right: 0;

}

/* .index-seo_h::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/spinach-g96b1f0ef2_1280.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .5;
} */
.index-seo_h h1 {
  color: #fff;
  /* color: #555; */
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}

.index-slider {
  position: relative;
}
.index-slider .carousel-caption {
  z-index: 3;
  font-family: Arial;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (min-width: 576px) {
  .index-slider .carousel-caption {
    max-width: 540px;
  }
}
@media all and (min-width: 768px) {
  .index-slider .carousel-caption {
    max-width: 720px;
  }
}
@media all and (min-width: 992px) {
  .index-slider .carousel-caption {
    max-width: 960px;
  }
}
@media all and (min-width: 1200px) {
  .index-slider .carousel-caption {
    max-width: 1140px;
  }
}
.index-slider .carousel-caption h5 {
  font-size: 45px;
  text-align: left;
  padding: 0px;
}
.index-slider .carousel-caption p {
  font-size: 24px;
  text-align: left;
  text-shadow: 1px 1px 3px #333;
}
@media all and (min-width: 992px) {
  .index-slider .carousel-item img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.index-slider::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
}

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

  .index-slider .carousel-caption h5{
    font-size: 32px;
  }

  .index-slider .carousel-caption p{
    font-size: 20px;
  }
}


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

  .index-slider .carousel-caption h5{
    font-size: 24px;
  }

  .index-slider .carousel-caption p{
    font-size: 16px;
  }

  .carousel-caption{
    right: 10%;
    left: 10%;
  }

  .carousel-item img{
    height: 60vw;
    object-fit: cover;
  }
}
