.tanthos-brand {
  color: var(--text-color);
  background: var(--bg-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 62%;
  height: 920px;
}
.tanthos-brand .slick-slide{
  width: 224px;
  padding-right: 12px;
}
.tanthos-brand .tanthos-brand-arrow-item.is-disabled {
    opacity: 0.4;
    cursor:not-allowed;
}
.tanthos-brand .swiper-slide{
  width:224px;
}
.tanthos-brand .slick-track{
  margin: 0 !important;
}
.tanthos-brand .container{
  max-width: 100%;
  padding: 0;
}
.tanthos-brand .swiper-wrapper{
  max-height: 460px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}
.tanthos-brand .tanthos-brand-content{
  background: linear-gradient(90deg, rgba(0,0,0,0.6), rgba(255,255,255,0));
  height: 100%;
  padding: 120px 0px 0 5%;
}
.tanthos-brand .tanthos-brand-header {
  margin-bottom: 80px;
}
.tanthos-brand .tanthos-brand-title {
  font-size:clamp(24px, 3.15vw, 60px);
  font-weight:700;
  color: var(--title-text-color);
}
.tanthos-brand .tanthos-brand-flag {
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-family);
  color: var(--title-text-color);
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 21.6px;
}
.tanthos-brand-list{
  width: 100%;
  overflow: hidden;
}
.tanthos-brand .tanthos-brand-item {
  width: 214px;
  height: 214px;
  display: block;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  margin-bottom: 10px;
}
.tanthos-brand .tanthos-brand-item a{
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
.tanthos-brand .swiper-wrapper{
  margin: 0 !important;
}
.tanthos-brand .tanthos-brand-item:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  transform: translateY(-4px) scale(1.04);
}
.tanthos-brand .tanthos-brand-item .logo{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
.tanthos-brand .tanthos-brand-arrow{
  display: flex;
  margin-top: 30px;
}
.tanthos-brand .swiper-button-lock{
  display: flex !important;
}
.tanthos-brand .tanthos-brand-arrow-item{
  width: 40px;
  height: 40px;
  background: var(--title-text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tanthos-brand .arrow-item-l{
  margin-right: 6px;
}
.tanthos-brand .tanthos-brand-arrow-item .iconfont{
  color: var(--text-color);
  font-weight: 900;
  font-size: 22px;
}
.tanthos-brand .tanthos-brand-arrow-item:hover{
  background: var(--color-primary);
  transform: all .3s ease;
}
.tanthos-brand .tanthos-brand-arrow-item:hover .iconfont{
  color: var(--title-text-color);
}
.tanthos-brand .tanthos-brand-arrow-item.is-disabled:hover{
  background: var(--title-text-color);
}
.tanthos-brand .tanthos-brand-arrow-item.is-disabled:hover .iconfont{
  color: var(--text-color);
}
.tanthos-brand-logo {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(0.2);
  transition: filter 0.2s;
}
/* .tanthos-brand-item:hover .tanthos-brand-logo {
  filter: grayscale(0);
} */
@media screen and (max-width: 1280px) {
  .tanthos-brand  .tanthos-brand-flag {
    font-size: 30px;
  }
  .tanthos-brand .tanthos-brand-content{
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .tanthos-brand-title {
    font-size: 28px;
  }
  .tanthos-brand-desc {
    font-size: 16px;
  }
  .tanthos-brand .tanthos-brand-list{
    margin-bottom: 35px;
  }
  .tanthos-brand .tanthos-brand-item{
    width: 198px;
    height: 198px;
  }
}
@media screen and (max-width: 768px) {
  .tanthos-brand{
    height: auto;
  }
  .tanthos-brand .tanthos-brand-list{
    margin-bottom: 15px;
  }
  .tanthos-brand-title {
    font-size: 20px;
  }
  .tanthos-brand.tanthos-brand-desc {
    font-size: 14px;
  }
  .tanthos-brand .tanthos-brand-logo {
    max-height: 40px;
  }
  .tanthos-brand .swiper-wrapper{
    margin: 0 !important;
  }
  /*.tanthos-brand .tanthos-brand-arrow{*/
  /*  justify-content: center;*/
  /*}*/
  .tanthos-brand .tanthos_active{
    overflow: hidden !important;
  }
  .tanthos-brand .tanthos-brand-content{
    padding: 47px 24px 60px;
  }
  .tanthos-brand  .tanthos-brand-flag {
    font-size: 24px;
    letter-spacing: 10px;
  }
  .tanthos-brand-arrow .iconfont{
    font-size: 20px;
  }
  .tanthos-brand .tanthos-brand-arrow{
    margin-top: 0;
  }
  .tanthos-brand .tanthos-brand-item{
    width: calc((100vw - 68px)/3);
    height:calc((100vw - 68px)/3);
  }
  .tanthos-brand .tanthos-brand-header {
    margin-bottom: 40px;
  }
  .tanthos-brand .swiper-wrapper{
    width: calc((100vw - 68px)/3);
  }
  .tanthos-brand .tanthos-brand-arrow-item:hover{
    background: var(--title-text-color);
  }
  .tanthos-brand .tanthos-brand-arrow-item:hover .iconfont{
    color: var(--text-color);
  }
} 
@media screen and (max-width: 576px) {
  .tanthos-brand .tanthos-brand-content{
    padding: 20px 24px 40px;
  }
  .tanthos-brand .swiper-wrapper{
    max-height: 360px;
  }
  .tanthos-brand  .tanthos-brand-title {
    margin-top: 6px;
  }
  .tanthos-brand .tanthos-brand-header {
        margin-bottom: 25px;
    }
  .tanthos-brand  .tanthos-brand-flag {
    font-size: 16px;
    letter-spacing: 14.4px;
  }
  .tanthos-brand .tanthos-brand-arrow-item{
    width: 20px;
    height: 20px;
  }
  .tanthos-brand .tanthos-brand-arrow-item .iconfont{
    font-size: 10px;
  }
}
@media screen and (max-width: 448px){
  .tanthos-brand .swiper-wrapper{
    max-height: 260px;
  }
}