@charset "utf-8";
/* CSS Document */
/**************************************************
	section_first
**************************************************/

header {
  background-color: #dcd7cc;
}
.section_brands {
  color: #242424;
}
.section_brands .wrapper {
  max-width: 1440px;
  margin: auto;
  position: relative;
}
.section_brands a {
  color: #dcd7cc;
}
.section_brands .brand_img {
  height: 300px;
  margin-bottom: 10px;
}
.section_brands .brand_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section_brands .brand_img-itme3 {
  background: url(../images/brands/brand_03.jpg) no-repeat center;
  background-size: 270% auto;
}
.section_brands .main_title {
  margin-bottom: 5rem;
}
.section_brands .main_title .title-name {
  color: #dcd7cc;
}
.section_brands .brand_logo {
  margin-bottom: 10px;
  text-align: center;
}
.section_brands .brand_logo img {
  margin: 0 auto;
  height: 60px;
  width: inherit;
  padding: 4px 0;
  margin-bottom: 16px;
}
.section_brands .swiper-slide {
  background-color: #dcd7cc;
}
.section_brands .brand_descript {
  padding: 0 5% 5%;
  height: 300px;
  overflow: hidden;
  line-height: 1.6;
}
.section_brands .swiper-button-next,
.swiper-button-prev {
  margin-top: 10vh;
}

/* .swiper-button-prev::after{ background:url(../images/scroll-arrow.svg)no-repeat ; height: 20px; width: 20px;} */

@media (max-width: 1300px) {
  .section_brands .brand_img {
    height: 230px;
  }
}

@media (max-width: 991px) {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 3%;
  }
  .section_brands .swiper-button-next,
  .section_brands .swiper-button-prev {
    margin-top: -7vh;
  }
  .section_brands .brand_descript {
    height: 32vh;
  }
  /* .section_brands .main_title{margin-bottom: 5rem;} */
  .section_brands .swiper-button-next {
    right: 1vw;
  }
  .section_brands .swiper-button-prev {
    left: 1vw;
  }
}
@media (max-width: 500px) {
  .section_brands .title .title-name_eng {
    display: inline-block;
  }
  .section_brands .main_title.title .title-name {
    letter-spacing: 0.2rem;
    display: inline-block;
  }
  .section_brands .main_title {
    margin: 0 0 5% 0;
  }
  .section_brands .swiper-button-next,
  .section_brands .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  .section_brands .swiper-button-next {
    right: 0.5vw;
  }
  .section_brands .swiper-button-prev {
    left: 0.5vw;
  }
  .section_brands .brand_img {
    height: 230px;
  }
  .section_brands .brand_descript {
    height: 40vh;
  }
  .title .title-name_eng {
    font-size: 2rem;
  }
  /* .section_brands .brand_descript{padding: 0 5% 5%;} */
}
@media (max-width: 400px) {
  .section_brands .brand_descript {
    height: 48vh;
  }
}
