.list_voting {
    margin: 55px 0 0;
    text-align: center;
}
@media only screen and (max-width: 1420px){
.container {
    max-width: 1340px;
}
}
/* tiêu đề bxh */
.list_voting .head {
    margin: 0 0 50px;
}
.list_items {
    overflow: hidden;
}
.list_items .items {
    float: left;
    width: calc((100% - 100px) / 5);
    margin: 10px;
}
/* Tiêu đề stt */
.list_items .items .tag span {
    color: white !important;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 900;
    background: #f6b825;
    width: 88px;
    top: 29px;
    left: 100px;
    padding: 2% 4%;
    border-radius: 10px;
}
/* ảnh */
a {
    text-decoration: none;
}
.list_items .items .image img {
    border-radius: 100%;
    width: 220px;
    height: 220px;
	object-fit: cover;
}
.list_items .items .image img {
    /* border-radius: 0; */
    border: 10px solid #f6b825;
}
/* thông tin thí sinh */
.list_items .items .information {
    margin: 20px 0 0;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: 40px;
}
.line-clamp-2, .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.list_items .item .information .name a {
    color: black;
    font-family: 'Crocante';
}
.list_items .items .information .name a {
    color: black;
    /* font-size: 16px; */
    font-weight: 500;
    margin: 5px 0 0;
    display: block;
}
.list_items .items .information .sbd {
    font-size: 16px;
    font-weight: 500;
}
.list_items .items .information .sbd {
    color: black;
    margin: 10px 0 0;
    display: block;
}
.list_voting .list_items .items .information .vote {
    color: black;
    margin: 10px 0 0;
    display: block;
	font-weight: 500;
}
.list_items .items .information .action {
    margin: 12px 0 0;
}
/* nút bình chọn */
.list_items .items .information .action .btn_primary {
	font-weight:500;
    box-shadow: 0 0 0;
    padding: 16px 40px;
    margin: 5px 0 0;
}
.btn_primary {
	border: 0;
	cursor: pointer;
	display: inline-block;
	border-radius: 20px;
    font-size: 16px;
    background: #f6b825;
    min-width: auto;
    /* padding: 15px 30px; */
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: normal;
    /* margin: 0 5px 10px 0; */
}

/* responsive */
@media only screen and (min-width: 1791px){
	 .list_items .items .image img {
		border-radius: 100%;
		width: 270px;
		height: 270px;
		object-fit: cover;
	}
	 .main_content {
    padding: 0px 0px;
	}
	 .main_content {
		max-width: 1760px;
		margin: auto;
	}
	.list_items .items .tag span {
    left: 110px;
	}
}
@media only screen and (max-width: 1366px){
	.list_items .items {
		float: left;
		width: calc((100% - 80px) / 4);
		margin: 10px;
	}
	.list_items .items .image img {
    border-radius: 100%;
    width: 270px;
    height: 270px;
	}
}
@media only screen and (max-width: 1280px){
	 .list_items .items .image img {
		border-radius: 100%;
		width: 250px;
		height: 250px;
	}
}
@media only screen and (max-width: 1100px){
	.list_items .items .tag span {
		left: 105px;
	}
	.list_items .items {
		float: left;
		width: calc((100% - 60px) / 3);
		margin: 10px;
	}
	.list_items .items .image img {
    border-radius: 100%;
    width: 250px;
    height: 250px;
	}
}
@media only screen and (max-width: 1024px){
	.list_items .items {
		float: left;
		width: calc((100% - 60px) / 3);
		margin: 10px;
	}
}
@media only screen and (max-width: 992px){
	.list_items .items {
    float: left;
    width: calc((100% - 40px) / 2);
    margin: 10px 10px 20px 10px;
	}
	
	.list_items .items .information {
    margin: 25px 0 0;
	}
	.body_music .list_items .items .tag span {
    color: #000;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 900;
    background: #f6b825;
    width: 88px;
    top: 29px;
    left: 107px;
    padding: 2% 4%;
    border-radius: 10px;
	}
}
@media only screen and (max-width: 640px){
	.home_list_miss.list_finish .items .items {
		padding: 0px 0px;
	}
	.list_items .items {
		float: left;
		width: calc((100% - 40px) / 2);
		margin: 10px 10px 20px 10px;
	}
}
@media only screen and (max-width: 550px){
	.list_items .items .tag span {
		left: 77px;
	}
	 .list_items .items .image img {
		border-radius: 100%;
		width: 200px;
		height: 200px;
	}
	.list_items .items .tag span{
		font-size: 13px;
		top: 19px;
	}
	
}
@media only screen and (max-width: 415px){
	.list_items .items .tag span {
		top: 24px;
		left: 95px;
	}
	 .list_items .items .image img {
		border-radius: 100%;
		width: 270px;
		height: 270px;
	}
	
	.list_items .items {
    float: left;
    width: 100%;
    margin: 0px 0px 40px 0px;
	}
	.list_items .items .information {
    margin: 20px 0 0;
	}
}
@media only screen and (max-width: 300px){
	 .list_items .items .image img {
		border-radius: 100%;
		width: 230px;
		height: 180px;
		margin-left: 0px;
	}
	.list_items .items .tag span {
    top: 13px;
    left: 57px;	
	}
}
