.color{
  margin-bottom: 35px;
}
.color .img{
  border:solid 2px #ffffff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
  margin-bottom: 20px;
}
.color .img a{
  display: block;
  padding-top: 66.666666%;
  overflow: hidden;
  position: relative;
}
.color .img a img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.color .img a:hover img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.color .tend a{
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 23px;
}
.color .tend a span{
  padding-right: 20px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.color .tend a span:before{
  content: "\f054";
  font-family: fontAwesome;
  position: absolute;
  right:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#007dc6;
}
/*===================================================*/
.list_color_table{
  margin: 15px 0;
}
.list_color_table .grid{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin:0 -2px;
  overflow: auto;
}
.list_color_table .grid .col{
  width: 16.666666%;
  padding: 0 2px;
  margin-bottom: 4px;
}
.list_color_table .item{
  padding: 10px 15px;
  background: #f5f5f5;
  border:solid 2px transparent;
  position: relative;
}
.list_color_table .item:hover{
  border-color: #007dc6;
}
.list_color_table .item .color{
  padding-top: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
  background-size: cover;
}
.list_color_table .item .code{
  text-align: center;
  font-weight: bold;
  color:#007dc6;
}
.list_color_table .item .name{
  color:#007dc6;
  text-align: center;
}
.list_color_table .item .link{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){
  .list_color_table .grid .col{
    width:25%;
  }
}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
  .vnt-color .row .col-xs-6{
    width: 100%;
  }
  .list_color_table .grid .col{
    width:33.333333%;
  }
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
  .list_color_table .grid .col{
    width:50%;
  }
}

@media all and (max-width: 380px){

}