.wrapNews .wrapTitle {
  text-align: center;
}
.wrapNews .wrapBtnAll {
  margin-top: 30px;
  text-align: center;
}
.wrapNews .colItem {
  margin-top: 30px;
}
.wrapNews .wrapImg {
  overflow: hidden;
}
.wrapNews .wrapImg .wrapImgResize {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapNews .contentCol {
  background-color: white;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 100%;
  border: 1px solid #eeeeee;
}
.wrapNews .contentCol:hover .wrapImg .wrapImgResize {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.wrapNews .wrapText {
  padding: 30px;
  border-top: none;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
}
.wrapNews .wrapInfo {
  margin: 0;
  color: #8b8d8e;
  font-size: 14px;
  line-height: 20px;
}
.wrapNews .wrapInfo svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  margin-right: 5px;
  color: #00adef;
}
.wrapNews .wrapInfo .author,
.wrapNews .wrapInfo .date {
  float: left;
  margin: 0;
}
.wrapNews .wrapInfo .date {
  margin-left: 15px;
}
.wrapNews .titleMain {
  margin: 15px 0 0 0;
}
.wrapNews .linkTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.wrapNews .linkTitle:hover {
  color: #00adef;
}
.wrapNews .wrapSummary {
  margin: 15px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
  color: #8b8d8e;
}
.wrapNews .btnWatchMore {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .wrapNews .wrapTitle {
    text-align: center;
  }
  .wrapNews .rowList {
    margin: 0 -7.5px;
  }
  .wrapNews .colItem {
    padding: 0 7.5px;
    margin-top: 15px;
  }
  .wrapNews .wrapText {
    padding: 15px;
  }
  .wrapNews .wrapBtnAll {
    margin-top: 15px;
  }
}
.wrapPaggingList {
  margin: auto;
  text-align: center;
  display: table;
  margin-top: 30px;
}

.linkPagging {
  font-size: 16px;
  color: #00adef;
  line-height: 26px;
  display: block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  float: left;
  margin: 0 5px;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 43px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px #0000001a;
  -webkit-box-shadow: 0px 1px 10px 0px #0000001a;
  -moz-box-shadow: 0px 1px 10px 0px #0000001a;
  -ms-box-shadow: 0px 1px 10px 0px #0000001a;
  -o-box-shadow: 0px 1px 10px 0px #0000001a;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #00adef;
  font-weight: 700;
}
.linkPagging svg {
  width: 15px;
  height: 43px;
}
.linkPagging.active, .linkPagging:hover {
  color: white;
  background-color: #00adef;
}

@media (max-width: 575px) {
  .linkPagging {
    font-size: 14px;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .linkPagging svg {
    width: 15px;
    height: 38px;
  }
}
@media (max-width: 359px) {
  .linkPagging {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .linkPagging svg {
    width: 10px;
    height: 28px;
  }
}