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: 0px 8px;
  margin-top: 15px;
  text-align: left;
  border-left: 3px solid var(--color-red);
}
.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: center;
  background-size: cover;
}

.about .ab_text h2 {
  color: var(--color-white);
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-size: 32px;
  border-bottom: 2px solid var(--color-red);
  width: max-content;
  max-width: 100%;
}

/* .about .ab_text h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;

  width: 80px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--color-red);
} */
.about .ab_text a {
  display: inline-block;
  color: #fff;
  /* padding: 7px 30px; */
  padding: 7px 16px;
  display: flex;
  justify-content: center;
  min-width: 150px;
  width: max-content;
  margin-left: auto;
  margin-top: 15px;
  background: var(--color-red);
  border-radius: 30px;
}
.about .ab_text a:hover {
  background: var(--main-color);
  color: var(--color-white);
  transition: .4s ease-in-out;
}

.index-product {
  position: relative;
  /* background: whitesmoke !important; */
}
.index-product::before {
  /* content: ""; */
  /* position: absolute;
  top: 0;
  left: -24px;
  width: 350px;
  height: 430px;
  height: 450px;
  background: url("../images/left.png") no-repeat left center;
  background-size: contain;
  transform: rotate(205deg);
  opacity: .4; */
}
.index-product::after {
  /* content: ""; */
  /* position: absolute;
  bottom: 84px;
  right: -32px;
  width: 370px;
  height: 430px;
  height: 200px;
  background: url("../images/right.png") no-repeat right bottom;
  transform: rotate(30deg);
  background-size: contain;
  opacity: .4; */
}
.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 .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: 16px;
  /* 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(--color-red);
  font-weight: bolder;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 32px;
}
section.slogan .slogan-box h3 {
  color: #383838;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-weight: 600;
}

@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(--color-white); */
  background-image: url(../images/index-slogan.png);
  background-position: center;
  position: relative;
}

.index-seo_h::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ffffff9a;
  /* background-color: var(--color-red); */
  /* background-color: whitesmoke; */
  /* opacity: .2; */
}
.index-seo_h h1 {
  color: var(--color-red);
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

.index-slider {
  position: relative;
}
.index-slider .carousel-caption {
  z-index: 3;
  /* font-family: Arial; */
  max-width: 100%;
  width: max-content;
  height: 100%;
  height: max-content;
  top: 25%;
  left: 50%;
  padding: 16px;
  transform: translate(-50%,-50%);
  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: center;
      -ms-flex-align: center;
          align-items: center;
  
}
@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: 48px;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 5px;
}
.index-slider .carousel-caption p {
  font-size: 24px;
  text-align: center;
  text-shadow: 1px 1px 3px #333;
}
@media all and (min-width: 992px) {
  .index-slider 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);
}

section.about{
  position: relative;
  /* background-image: url("/images/test/12.jpg") !important; */
}
section.about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 100%;
  background: linear-gradient(70deg, #C8A063 65%, transparent 50%);
  opacity: .8;
}

.ab_text {
  max-width: 500px;
  /* font-family: "moon", "Microsoft JhengHei"; */
  font-size: 16px;
  /* font-weight: 600; */
  line-height: 25px;
  position: relative;
  z-index: 10;
  color: var(--color-white);
}

section.slogan {
  position: relative;
  padding: 100px 0px;
  /* background-image: url("/images/test/14.jpg") !important; */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

section.slogan:before {
  content: "";
  position: absolute;
  top: 0;
  right:0;
  width: 100%;
  height: 100%;
  background: linear-gradient(70deg, #C8A063 63%, transparent 50%);
  opacity: .8;
  background: linear-gradient(250deg, rgb(230, 228, 228) 54%, transparent 40%);
}

section.slogan .slogan-box{
  /*width: 500px;*/
  width: 50%;
  margin-left: auto;
  position: relative;
  z-index: 10;
}

@media screen and (max-width:1200px) {
  section.about:before {
    width: 108%;
    background: #C8A063 ;
    opacity: .8;
  }
  .ab_text{
    max-width: 100%;
  }
  section.slogan:before {
    background: rgb(230, 228, 228) 54%;
  }
  section.slogan .slogan-box{
    width: 100%;
  }
}
