/**css tuy chinh rieng cho tung trang**/
.down {
	background: linear-gradient(to bottom, white 60%, #cceafb);
  	min-height:75vh;
}
.item {
 	border-bottom: 1px dashed;
  	padding-top:30px;
  	position:relative;

}
.item dl{
  	padding-left:15px;
  	padding-right:15px;
}
.index{
	display:none;
}
.item .download a:hover{
	background-color:white;
  	color:var(--main-color-one)
}
.item .download a{
    position: absolute;
    right: 30px;
    top: 40px;
  	transition: 0.3s ease-in-out;
  	display:flex;
  	border: 1px solid var(--main-color-one);
    background-color: var(--main-color-one);
    color: #fff;
    border-radius: 4px;
    padding-right: 50px;
    height: 35px;
}
.item .download {
	position:absolute;
  	top:0;
  	right:0
}
.down > div > div:first-child{
    width: 97.5%;
    margin-left: 15.5px;
  	border-bottom:1px solid;
}
.img-thumbnail{
	max-width:50%;
  	height:33.5px;
}
.item .title{
    pointer-events: none;
    cursor: default;
}
.item .download a span{
	margin:auto;
    padding-left: 5px;
}
.down .listing > div:nth-child(2n){
	background-color: #f9f9f9;
}
@media screen and  (min-width:768px) and (max-width:1198px){
  .item .download{
  	top: 15px;
  	right: -30px;
  }
}
@media screen and  (min-width:451px) and (max-width:767px){
.item .download{
	top: 26px !important;
  	right: 5px !important;
  }
}
@media screen and  (max-width:450px){
  .item .download{
	top: 10px;
  	right: -30px;
  }
}