#brand-nav{
  padding:20px 0 20px 0;
  border-bottom:1px solid #f1f4f7;
}
#brand-nav > ul{
  width:94vw;
  max-width:1080px;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
}
#brand-nav > ul li{
  width:18%;
}
#brand-nav > ul li a{
  border:1px solid #ededed;
  border-radius:5px;
  display:block;
  transition: .3s;
  text-align:center;
  padding:20px 20px 30px 20px;
  font-size:18px;
  color:#000;
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
  height:150px;
}
@media (max-width: 768px) {
  #brand-nav > ul li{
    width:19.5%;
  }
  #brand-nav > ul li a{
    padding:20px 5px 30px 5px;
    height:80px;
  }
}
#brand-nav > ul li a img{
  width:100%;
  height:auto;
  display:block;
  transition: .3s;
}
#brand-nav > ul li a:before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #000;
  border-bottom: 0;
  position:absolute;
  bottom:18px;
  left:50%;
  margin:0 0 0 -5px;
  transition: .3s;
}
#brand-nav > ul li a:hover{
  background:#f9fafb;
}
#brand-nav > ul li a:hover img{
  transform:scale(0.95);
}
#brand-nav > ul li a:hover:before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #000;
  border-bottom: 0;
  position:absolute;
  bottom:15px;
  left:50%;
  margin:0 0 0 -5px;
}
#brand-list{
  width:100%;
}

#brand-list > div{
  padding:40px 0 40px 0;
  width:94vw;
  max-width:1080px;
  margin:0 auto;
}
#brand-list > div div img{
  width:100%;
}
#brand-list > div p{
  font-size:15px;
  padding:10px 0 10px 0;
}
#brand-list > div > div{
  display:flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
  background:#fff;
}
#brand-list > div > div > div:nth-child(1){
  width:30%;
  padding:30px 0 30px 40px;
}
#brand-list > div > div > div:nth-child(2){
  width:65%;
  padding:30px 40px 30px 0;
}
#brand-list > div > div > div:nth-child(3){
  width:100%;
  background:#f0f0f0;
}



#brand-list ul{
  width:100%;
  display:flex;
  justify-content: center;
}
#brand-list ul li{
  width:100%;
}
#brand-list ul li a{
  color:#fff;
  background:#191919;
  padding:20px 80px 20px 80px;
  font-size:25px;
  font-weight:600;
  border-radius:0 0 5px 5px;
  transition: .3s;
  display:block;
  text-align:center;
  filter: drop-shadow(0px 4px -1px rgba(140,140,140,0));
}

.scroll-margin-top {
    scroll-margin-top: 100px;
}

#brand-hengstler ul li a{
  background:#ba000b!important;
}
#brand-gems ul li a{
  background:#02b190!important;
}
#brand-setra ul li a{
  background:#1c57cf!important;
}
#brand-andersonnegele ul li a{
  background:#6ccf1c!important;
}
#brand-thomson ul li a{
  background:#1b437e!important;
}
#brand-namco ul li a{
  background:#e80227!important;
}


#brand-list ul li a span{
  font-size:14px;
  margin:0 0 0 10px;
  vertical-align:3px;
  font-weight:400;
  padding:0 30px 0 0;
  position:relative;
}
#brand-list ul li a span:before{
  content:"";
  width:12px;
  height:12px;
  background: url(/assets/img/icon-link.svg) no-repeat;
  background-size:12px;
  position:absolute;
  right:0;
  top:50%;
  margin:-6px 0 0 0;
  -webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}

#brand-list ul li a:hover{
  opacity:0.7;
  filter: drop-shadow(0px 4px 2px rgba(140,140,140,0.2));
}
@media (max-width: 768px) {
  #brand-list > div div img{
    max-width:320px;
    margin:0 auto;
  }
  #brand-list > div > div > div:nth-child(1){
  width:100%;
  padding:60px 30px 0 30px;
}
#brand-list > div > div > div:nth-child(2){
  width:100%;
  padding:30px;
}
#brand-list ul li a{
  color:#fff;
  background:#191919;
  padding:20px 0 20px 0;
}
}

















.color-hengtler{
  color:#ba000b;
}
.color-gems{
  color:#02b190;
}
.color-thomson{
  color:#1b437e;
}
.color-andersonnegele{
  color:#1b437e;
}

.swiper{
  width:94vw;
  max-width:1440px;
  margin:20px auto 0 auto;
  max-height:420px;
}
.swiper-slide img{
  width:100%;
  max-height:420px;
  object-fit: cover;
}
.swiper-button-prev,.swiper-button-next{
  padding:40px 20px 40px 20px;
  background:rgba(0,0,0,0.5);
  transition: .3s;
}
.swiper-button-prev{
  border-radius: 0 3px 3px 0;
}
.swiper-button-next{
  border-radius: 3px 0 0 3px;
}
.swiper-button-prev:hover{
  background:rgba(0,0,0,1);
}
.swiper-button-next:hover{
  background:rgba(0,0,0,1);
}

#list-product-top{
  padding:40px 0 0 0;
}


#list-product-top > ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#list-product-top > ul li{
  margin:20px 0 0 0;
}
#list-product-top > ul li img{
  width: 100%;
  border:1px solid #ededed;
  border-radius:5px;
  display:block;
  transition: .3s;
}
#list-product-top > ul li p{
  font-size:18px;
  padding:8px 0 0 14px;
  font-weight:600;
}
#list-product-top > ul li a:hover img{
  transform: scale(1.03);
  filter: drop-shadow(0px 4px 2px rgba(140,140,140,0.1));
}
#list-product-top > ul:nth-child(1) li{
  width:24%;
}

#list-product-top > ul:nth-child(1) li p{
  font-size:16px;
}
#list-product-top > ul li p{
  font-size:14px;
  padding:4px 0 0 20px;
  font-weight:400;
  color:#191919;
  position:relative;
}
#list-product-top > ul li p:before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 880px) {
  #list-product-top > ul:nth-child(1) li p{
    font-size:16px;
  }
  #list-product-top > ul li p{
    font-size:16px;
    padding:4px 0 0 20px;
    font-weight:400;
    color:#191919;
    position:relative;
  }
  #list-product-top > ul:nth-child(1) li{
    width:100%;
  }
}

#news-top .tab-content time{
  display:block;
}
#news-top .tab-content p{
  position: relative;
  font-size:15px;
}
#news-top .tab-content a p{
  color:#000;
  display:inline-block;
  transition: .3s;
}
#news-top .tab-content a:hover p{
  color:#999;
  display:inline-block;
}
.tab-label{
  transition: .3s;
}
.tab-label:hover{
  color:#999;
}

/*top*/
#top{
  background:#f9fafb;
  padding:20px 0 60px 0;
}

#list-product-top > ul:nth-child(1){
  width:94vw;
  max-width:1440px;
  margin: 0 auto 60px auto;
}

#list-product-top > div{
  background:#fff;
  padding:40px 0 60px 0;
}
#list-product-top > div > ul{
  width:94vw;
  max-width:1440px;
  margin: 0 auto 60px auto;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#list-product-top > div > ul li{
  width:23.5%;
  margin:20px 0 0 0;
}
@media (max-width: 880px) {
  #list-product-top > div > ul li{
    width:100%;
    margin:20px 0 0 0;
  }
}
#list-product-top > div > ul li img{
  width: 100%;
  border:1px solid #ededed;
  border-radius:5px;
  display:block;
  transition: .3s;
}
#list-product-top > div > ul li a:hover img{
  transform: scale(1.03);
  filter: drop-shadow(0px 4px 2px rgba(140,140,140,0.1));
}
#list-product-top > div > ul li p{
  font-size:14px;
  padding:2px 0 0 20px;
  font-weight:400;
  color:#191919;
  position:relative;
}
#list-product-top > div > ul li p:before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.link-pages ul{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  padding:0 0 40px 0;
}
.link-pages ul li{
  margin:10px;
}
.link-pages ul li a{
  color:#fff;
  background:#191919;
  padding:20px 80px 20px 80px;
  font-size:16px;
  border-radius: 5px;
  transition: .3s;
  display:inline-block;
  filter: drop-shadow(0px 4px -1px rgba(140,140,140,0));
}
.link-pages ul li a:hover{
  color:#fff;
  background:#b2b2b2;
  filter: drop-shadow(0px 4px 2px rgba(140,140,140,0.2));
}
@media (max-width: 880px) {
  .link-pages ul li{
    margin:10px auto 10px auto;
    width:90%;
  }
  .link-pages ul li a{
    display:block;
    text-align:center;
  }
}
#news-top{
  width:94vw;
  max-width:1440px;
  border-bottom: 1px solid #eaeaea;
  background:#f9fafb!important;
}
.top-news{
  margin:60px 0 0 0;
  background: #fff;
}

table{
  width:100%;
  margin:0 0 40px 0;
}
table th{
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  background:#f1f4f7;
  border: 1px solid #dcdcdc;
  padding: 15px 20px 15px 20px;
}
table td{
  font-size: 16px;
  border: 1px solid #dcdcdc;
  padding: 15px 20px 15px 20px;
  background:#fff;
}
table td > div{
  display:flex;
  align-items: center;
}
table td > div p{
  font-weight:600;
  font-size:16px;
}
table td > div > div:nth-child(1){
  width:120px;
  padding: 0 20px 0 0;
}
table td > div > div:nth-child(1) img{
  width:100%;
}
table td > div > div:nth-child(2){
}

@media (max-width: 880px) {
  table th{
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background:#f1f4f7;
    border: 1px solid #dcdcdc;
    padding: 15px 10px 15px 10px;
  }
  table tr td:nth-child(1){
    width:35%;
    padding: 15px 10px 15px 10px;
  }
  table td{
    padding: 15px 10px 15px 10px;
    font-size:15px;
  }
  table td > div{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
  }
  table td > div p{
    font-weight:600;
    font-size:16px;
  }
  table td > div > div:nth-child(1){
    width:100%;
    text-align:center;
    padding:10px 0 0 0;
  }
  table td > div > div:nth-child(1) img{
    width:85px!important;
  }
  table td > div > div:nth-child(2){
    width:100%;
  }
  table td > div > div:nth-child(2) p{
    width:100%;
    text-align:center;
    font-size:18px!important;
    line-height:1.2em;
  }
  table td > div > div:nth-child(2) p span{
    display:block;
    text-align:center;
    font-size:13px;
    color:#999;
  }
}


