.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:19%;
}

#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:140px 0 60px 0;
}

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

#list-product-top > div{
  padding:0 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) {
  #top{
    background:#f9fafb;
    padding:20px 0 0 0;
  }
  .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;
}