#trending .number {
  margin-left: 20px;
  min-width: 50px;
  font-size: 13px;
  color: #747474;
  text-align: right;
}
#trending .tf-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#trending .col-line-last:last-child {
  border-bottom: unset;
}
ul.list-ranking {
  list-style: none;
  padding: 0;
  margin: 0;
}
.book-cover-link {
  position: relative;
  z-index: 10;
  display: inline-block;
  -webkit-transform: translateZ(50px);
  -moz-transform: translateZ(50px);
  transform: translateZ(50px);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.book-cover img {
  width: 60px;
  height: 90px;
  outline: 1px solid transparent;
}
.book-cover span {
  position: absolute;
  display: none;
  z-index: 1;
  top: 84.1%;
  left: 7px;
  width: 20px;
  height: 10px;
  content: "";
  -webkit-transform: perspective(74px) rotateX(-70deg) rotateY(-5deg);
  -moz-transform: perspective(74px) rotateX(-70deg) rotateY(-5deg);
  -ms-transform: scale(0);
  transform: perspective(74px) rotateX(-70deg) rotateY(-5deg);
  -webkit-box-shadow: 25px 0 5px 5px #adadad;
  -moz-box-shadow: 25px 0 5px 5px #adadad;
  box-shadow: 25px 0 5px 5px #adadad;
}
.book-cover:after {
  position: absolute;
  z-index: 2;
  top: 2%;
  left: 99%;
  width: 10%;
  height: 96%;
  content: " ";
  -webkit-transform: perspective(70px) rotateY(30deg);
  -moz-transform: perspective(70px) rotateY(30deg);
  transform: perspective(70px) rotateY(30deg);
  background-color: #efefef;
  -webkit-box-shadow: inset 0 0 5px #333;
  -moz-box-shadow: inset 0 0 5px #333;
  box-shadow: inset 0 0 5px #333;
}
.list-ranking .item {
  position: relative;
  padding-left: 2.25rem;
}
.list-ranking .item .index {
  font-weight: 600;
  width: 24px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 32px;
  text-align: center;
}
.list-ranking .item .index.index-1 {
  bottom: auto;
  top: 10px;
}
.item-number {
  margin-left: 10px;
  min-width: 60px;
  text-align: right;
}
.list-ranking .item .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
}
.text-overflow-1-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list-ranking .item .media .view {
  padding: 5px 0;
}
.list-ranking .item .content {
  border-bottom: 1px solid #eee;
  padding: 0.7rem 0 0.7rem 10px;
}
.list-ranking .item:last-child .content {
  border-bottom: unset;
}
.list-ranking .item .content .thumb {
  padding-right: 1rem;
}
.list-ranking .item .index i {
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  display: inline-block;
  width: 24px;
  height: 32px;
  margin-right: 10px;
}
.icon-medal-1 {
  background-image: url(https://linkjj.com/img/medal-1.svg);
}
.icon-medal-2 {
  background-image: url(https://linkjj.com/img/medal-2.svg);
}
.icon-medal-3 {
  background-image: url(https://linkjj.com/img/medal-3.svg);
}
#danhvong1 .form-group {
  margin-bottom: 2px;
}
a.white-shadow {
  position: relative;
  text-align: right;
  text-decoration: none;
  margin-bottom: 25px;
}
.white-shadow:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 99%);
  bottom: 100%;
  content: "";
  display: inline-block;
  height: 150px;
  position: absolute;
  right: 0;
  width: 100%;
}
.readmore_less {
  text-align: right;
}
