body {
  letter-spacing: 0.15rem;
}

.title01 {
  color: #333;
  padding-bottom: 0;
}
.title01.pt100 {
  padding-top: 0;
}

.index-slider {
  position: relative;
}
@media all and (min-width: 992px) {
  .index-slider .carousel-inner .carousel-item img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.index-slider .carousel-indicators {
  bottom: 0px;
}

.news_in {
  /* display: none; */
  background-size: cover;
  background-position: center;
  background-image: none !important;
}

.news_in .a_img{
  height: 250px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}

.news_in .a_img img{
  height: 100%;
  object-fit: cover;
}
.news_in .news_mask {
  background: transparent !important;
}

.news_in .indexNews-text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  padding: 20px 0;
  margin-bottom: 15px;
  background-color: #fff;
}

.news_in .indexNews-text::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-color-darken);
  transition: all .4s ease-in-out;
}

.news_in .indexNews-text .line-height-limit{
  color: #777777;
  position: relative;
  z-index: 10;
  transition: all .4s ease-in-out;
}

.news_in .col-md-4:hover .indexNews-text .line-height-limit{
  color: #fff;
  transition: all .4s ease-in-out;
}

.news_in .col-md-4:hover .indexNews-text::after{
  height: 100%;
  transition: all .4s ease-in-out;
}
.news_in .indexNews-text:hover {
  /* background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(white), to(gray));
  background: linear-gradient(0, white, gray); */
}
.news_in .indexNews-text p {
  padding: 0 10px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 0;
  white-space: normal;
}

section.about {
  position: relative;
  padding: 100px 0;
  min-height: 800px;
  background-position: center;
  background-size: cover;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  margin: 80px 0px;
  /* background-image: url("../images/index_ab.png") !important; */
}

section.about::after{
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);

  background-color: rgb(203 203 203 / 80%);

  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
section.about > .container {
  z-index: 2;
  position: relative;
}
section.about .ab_ind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
  font-size: 16px;
  line-height: 1.8;
  color: #000000c7;
  font-weight: 600;
}
section.about .ab_ind .ab-content{
  width: 100%;
  display: flex;
  align-items: center;
}
section.about .ab_ind .ab-text {
  width: calc(50% - 15px);
  margin-right: 30px;
}
section.about .ab_ind .ab-pic{
  width: calc(50% - 15px);
}
section.about .ab_ind .ab-pic img {
  width: 100% !important;
  height: auto !important;
  box-shadow: 12px 12px 12px rgba(131, 131, 131, 0.671);
  border-radius: 5px;
}
section.about .ab_ind h2 {
  width: 100%;
  letter-spacing: 5px;
  color: #000;
}
section.about .ab_ind h2::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  margin-top: 10px;
  background: var(--main-color-darken);
}
section.about .ab_ind .ab_link {
  min-width: 120px;
  width: max-content;
  display: flex;
  justify-content: center;
  padding: 5px 8px;
  margin-top: 15px;
  color: #fff;
  /* border: 1px solid #fff; */
  background: var(--main-color);
  border-radius: 30px;
}
section.about .ab_ind .ab_link:hover {
  background: var(--main-color-darken);
  border-color: var(--main-color-darken);
}

.index-product {
  position: relative;
  /* background-image: url(/images/comm-brand-bg.png) !important; */
  background: #f9f9f9;
}

.index-product .container{
  position: relative;
  z-index: 10;
}

.index-product::after {
  /* content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height:40%;
  background-image: url(/images/comm-brand-bg.png) !important;
  opacity: .1; */
  /* background-repeat: no-repeat; */
}

section.slogan {
  position: relative;
  padding: 100px 0;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
  text-align: center;
  padding-top: 250px;
  padding-bottom: 250px;
}
section.slogan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(121, 121, 121, 0.3); */
  /* background-color: rgba(0, 0, 0, 0.452); */
}

section.slogan > .container {
  position: relative;
  z-index: 2;
  /* background-color: rgba(0, 0, 0, 0.3); */
  padding: 48px 16px;
  /* background: rgba(121, 121, 121, 0.8); */
}
section.slogan .slogan-box {
  max-width: 700px;
  margin: 0 auto;
}
section.slogan h3 {
  margin-bottom: 30px;
}
section.slogan p {
  color: #edecec;
  line-height: 1.8;
}

.index-seo_h {
  padding: 15px 0;
  background-color: var(--main-color-darken);
}
.index-seo_h h1 {
  color: var(--color-white);
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.5;
}

.index-seo_h{
  background-image: none !important;
}

@media screen and (max-width:1600px) {
  section.slogan {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width:1000px) {
  section.about .ab_ind .ab-content{
    flex-direction: column-reverse;
  }

  section.about .ab_ind .ab-text,section.about .ab_ind .ab-pic{
    width: 100%;
  }

  section.about .ab_ind img{
    margin-bottom: 16px;
  }

  section.about .ab_ind h2::after{
    width: 50px;
    height: 2px;
  }

  .title01::after{
    height: 50px;
  }

  section.slogan {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section.about .ab_ind .ab-text {
    margin-right: 0px;
  }
}

@media screen and (max-width:768px) {
  section.about .ab_ind img{
    width: 100% !important;
  }

  .title01::after{
    width: 80px;
    height: 2px;
  }
  section.slogan {
    padding-top: 50px;
    padding-bottom:50px;
  }
}