.vnt-paint-cat .painCat:nth-child(even){
  flex-direction: row-reverse;
}
.painCat{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.painCat .img{
  width:-webkit-calc(100% - 530px);
  width:-moz-calc(100% - 530px);
  width:-o-calc(100% - 530px);
  width:calc(100% - 530px);
}
.painCat .img a{
  overflow: hidden;
  display: block;
}
.painCat .img a img{
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.painCat .img a:hover img{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.painCat .caption{
  width: 530px;
  padding: 10px;
}
.painCat .wrap{
  max-width: 365px;
  margin: 0 auto;
}
.painCat .tend{
  margin-bottom: 10px;
}
.painCat .tend a{
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: bold;
  max-height: 60px;
  overflow: hidden;
}
.painCat .des{
  color:#666666;
  max-height: 88px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
}
.painCat .link{
}
.painCat .link a {
  display: inline-block;
  background: #de0124;
  color: #ffffff;
  width: 170px;
  text-align: center;
  padding: 10px 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.painCat .link a:hover{
  background: #333333;
}
.painCat .link a span{
  padding-right: 15px;
  position: relative;
}
.painCat .link a span:before{
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*=====================================================*/
.most-list{
  margin-bottom: 30px;
}
.most-list .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #de050c;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 2px #d6d6d6;
}
.most-list ul li{
  padding-left: 15px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #cccccc;
}
.most-list ul li:before{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px;
  line-height: 26px;
  color:#999999;
}
.linkC{
  color:#df2025;
  font-weight: bold;
  padding-right: 20px;
  position: relative;
}
.linkC: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%);
}
.listCatPro{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.listCatPro.slideCatPro{
  display: block;
}
.listCatPro.slideCatPro .slick-arrow:after{
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 20px;
  line-height: 25px;
  color:#333333;
}
.listCatPro.slideCatPro .slick-prev{
  left: -20px;
}
.listCatPro.slideCatPro .slick-next{
  right: -20px;
}
.listCatPro.slideCatPro .slick-prev:after{
  content: "\f104";
}
.listCatPro.slideCatPro .slick-next:after{
  content: "\f105";
}
.lCat .img{
  width:100px;
  height:100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
}
.lCat .img img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.lCat .img:hover img{
  -webkit-transform:translate(-50%,-50%) scale(1.05);
  -ms-transform:translate(-50%,-50%) scale(1.05);
  -o-transform:translate(-50%,-50%) scale(1.05);
  transform:translate(-50%,-50%) scale(1.05);
}
.lCat .text{
  text-align: center;
}
.itemCatPro{
  margin-bottom: 10px;
}
.gridCP{
  margin:0 -5px;
}
.gridCP:after{
  content: "";
  display: block;
  clear: both;
}
.gridCP .col{
  width:25%;
  padding:0 5px;
  float: left;
}
.iCat{
  position: relative;
  margin-bottom: 10px;
}
.iCat .img{
  padding-top: 51.578%;
  position: relative;
  background:#000000;
  overflow: hidden;
}
.iCat .img img{
  width:100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0.6;
}
.iCat .img:hover img{
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.iCat .tend{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:85%;
  font-size: 16px;
  line-height: 24px;
  color:#ffffff;
  font-weight: bold;
  pointer-events: none;
  text-align: center;
}
/*========================================================*/
.feature-news{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.feature-news .item .i-images{
  width: 370px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.feature-news .item .i-images img{
  width: 100%;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feature-news .item .i-images:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-news .item .i-desc{
  overflow: hidden;
}
.feature-news .item .i-desc .i-title{
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-news .item .i-desc .i-title a{
  font-size: 18px;
  line-height: 26px;
}
.feature-news .item .i-desc .i-date{
  color: #999999;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.feature-news .item .i-desc .i-content{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
  max-height: 120px;
  overflow: hidden;
}
.feature-news .slick-dots{
  bottom: 0;
  left: 400px;
  width: auto;

}
.feature-news .slick-dots li{
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  background: #eeeeee;
}
.feature-news .slick-dots li button{
  width: 40px;
  height: 40px;
}
.feature-news .slick-dots li button:before{
  display: none;
}
.feature-news .slick-dots li button{
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #eeeeee;
}
.feature-news .slick-dots li.slick-active button,
.feature-news .slick-dots li:hover button{
  color: #ffffff;
  background: #de050c;
}
.list-news .item.v2 {
  border-bottom: none;
  padding: 0;
}
.list-news .item{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.list-news .item .i-images{
  width: 270px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.list-news .item .i-images img{
  width: 100%;
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-news .item .i-images:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-news .item .i-desc{
  overflow: hidden;
}
.list-news .item .i-desc .i-title{
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.list-news .item .i-desc .i-title a{
  font-size: 18px;
  line-height: 26px;
}
.list-news .item .i-desc .i-date{
  color: #999999;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
}
.list-news .item .i-desc .i-content{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  max-height: 66px;
  overflow: hidden;
}
.list-news .item .i-desc .i-link a {
  display: inline-block;
  min-width: 110px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  background: #eeeeee;
  color: #333333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list-news .item .i-desc .i-link a:hover{
  color: #ffffff;
  background: #de050c;
}
/*=================================================*/
.gridCP .slick-arrow{
  width:40px;
  height:70px;
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color:#ffffff;
}
.gridCP .slick-prev{
  left:0;
}
.gridCP .slick-next{
  right:0;
}
.gridCP .slick-arrow:after{
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 30px;
  line-height: 38px;
}
.gridCP .slick-prev:after{
  content: "\f104";
}
.gridCP .slick-next:after{
  content: "\f105";
}
/*========================================================================*/
/*================================RESPONSIVE==============================*/
/*========================================================================*/
@media all and (max-width:991px){

  .gridCP .col{
    padding:0;
  }
  .iCat .tend{
    width: 75%;
  }
  .list-news .item .i-desc .i-title a{
    font-size: 16px;
    line-height: 24px;
  }
  .list-news .item .i-desc .i-content,
  .list-news .item .i-desc .i-link{
    display: none;
  }

  .feature-news{
    display: none;
  }
  .painCat{
    margin-bottom: 40px;
  }
  .painCat .img{
    width:-webkit-calc(100% - 430px);
    width:-moz-calc(100% - 430px);
    width:-o-calc(100% - 430px);
    width:calc(100% - 430px);
  }
  .painCat .caption{
    width: 430px;
  }
}

@media all and (max-width:767px) {
  .listCatPro{
    flex-wrap: wrap;
    justify-content: center;
  }
  .listCatPro:after{
    content: "";
    display: block;
    clear: both;
  }
  .listCatPro .lCat{
    width:33.333333%;
    float: left;
  }
  .lCat{
    display: block;
    margin-bottom: 15px;
  }
  .lCat .img{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .lCat .text{
    text-align: center;
  }
  .gridCP .col{
    padding:0;
  }
  .iCat .tend{
    width: 75%;
  }
  .list-news .item .i-desc .i-title a{
    font-size: 16px;
    line-height: 24px;
  }
  .list-news .item .i-desc .i-content,
  .list-news .item .i-desc .i-link{
    display: none;
  }
  .listCatPro{
    margin-bottom: 10px;
  }
  .feature-news{
    display: none;
  }

  .painCat {
    display: block;
  }

  .painCat .img,
  .painCat .caption {
    width: 100%;
  }

  .painCat .wrap {
    max-width: initial;
  }

}

@media all and (max-width:767px){
  .painCat{
    display: block;
  }
  .painCat .img,
  .painCat .caption{
    width: 100%;
  }
  .painCat .wrap{
    max-width: initial;
  }
  .lCat .img{
    width: 70px;
    height: 70px;
  }
  .lCat .img img{
    max-height: 100%;
    max-width: 100%;
  }
}

@media all and (max-width:570px){
  .list-news .item .i-images{
    width:33.333333%;
  }
  .listCatPro .lCat{
    width: 50%;
  }
}

@media all and (max-width:440px){
}