/* scroll danh mục */
.scroll__box {
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 0px 5px;
}
.scroll__box--row a.item .icon {
    display: block;
    overflow: hidden;
    margin: auto;
    position: relative;
    width: 95px;
    text-align: center;
}
.scroll__box--row {
  display: flex;
}

.scroll__box--row .item {
  display: block;
  text-decoration: none;
      width: 95px;
    float: left;
    margin: 0;
    background: #fff;
    text-align: center;
}

.scroll__box--row .item img {
     width: 50px;
    max-width: 50px;
    height: 100%;
    border-radius: 8px;

}

.scroll__box--row .item .description {
  margin: 0;
  padding: 5px 0;
  text-align: center;

  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95px;
  font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
        font-size: 90%;
    font-weight: 400;
}
/* tài liệu */
.item-product-page .col-inner{ 
    display: inline-block;
}
.item-product-page .box_img {
    width: 30px;
    display: inline-block;
    float: left;
}
.item-product-page  .box_content {
    width: calc(100% - 50px);
    padding-left: 20px;
    display: inline-block;
    float: left;
}
.item-product-page .box_content h3 {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
        font-family: "Roboto", sans-serif;
    font-weight:400;
}
.item-product-page .box_content span {
    display: inline-block;
    opacity: 0.5;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.item-product-page .box_content a {
    display: block;
    bottom: 10px;
    right: 15px;
    position: absolute;
}


