﻿.VideoHome  .ListVideoHome .item{font-family: 'roboto';color: #333;margin-bottom: 5px;position:relative;cursor:pointer;padding-left: 28px;box-sizing: border-box;text-transform: inherit;font-size: 14px;border-bottom: 1px solid #e9e9e9;padding-bottom: 5px;}
.VideoHome  .ListVideoHome .item.active,.VideoHome  .ListVideoHome .item:hover{color: #983094;text-transform: inherit;font-family: 'roboto';}
.VideoHome  .ListVideoHome .item{ background: url('img/iconVideo.png') no-repeat left top 3px;}
.VideoHome  .ListVideoHome .item.active{ background: url('img/iconVideoActive.png') no-repeat left top 3px;}
.VideoHome  .ListVideoHome{margin-top: 23px;height: 180px;overflow: auto;}
.VideoHome  .ListVideoHome .item:last-child{ border-bottom: none;}


.VideoHome  .ListVideoHome::-webkit-scrollbar {
    width: 2px;
    height:0px;
}
.VideoHome  .ListVideoHome::-webkit-scrollbar-track {
    background-color: #fff;
}
.VideoHome  .ListVideoHome::-webkit-scrollbar-thumb {
    background-color: #983094;
}
.VideoHome  .ListVideoHome::-webkit-scrollbar-thumb:hover {
    background-color: #983094;
}
