.divtong{
    width: 100%;
    text-align:center;
	float:right;
}
.txtContent,
.txtContent p{
	display:inline-block;
	color:white;
	font-size:14px;
}
.div_time{
	border-radius:5px;
	display:inline-block;
	vertical-align:middle;
}
.number{
	margin:auto;
	color:white;
    font-size: 20.8px;
    font-weight: 600;
	float:left;
	border-radius:4px;
}
.font{
	color:white;
	margin: auto;
	float:left;
	font-size : 12px;
}
.share{
	padding: 0 10px 0 10px;
	float:left;
	min-width: 50px;
}
.khung{
	display:grid;
	grid-template-columns : 50% 50%;
	column-gap : 10px;
	align-items : center;
	justify-content : center;
	padding : 7px 0px;
}
a{
	display:inline-block;
}
.btnclick{
	display:block;
    margin: 12px;
    font-size: 14px;
	text-decoration: underline;
	text-align : right;
	font-weight : bold;
	line-height : 1;
}
.clickcontent a{
		font-size: 12px;
		float : right;
	}	
#icon1{
    display: inline-block;
	cursor:pointer;
	background-image: url(../img/image.png);
    background-repeat: no-repeat;
    background-size: auto;
	z-index:5004;
	height: 29px;
    width: 30px;
	margin: 8px 20px 0 0;
	border-radius: 50%;
	    
}
.All{
    z-index: 55554;
	width:100%;
}
.cotdoc{
	border-left: 2px dotted white;
    line-height: 1;
}
.up{
	background-position:5px 5px;
}
.down{
	background-position:5px -64px;
}

@media screen and (max-width : 767px) {
	.share {
		padding: 0 5px 0 5px;
		min-width: 40px;
	}
	
	.clickcontent s{
		font-size: 12px;
		float : left;
	}	
	
	.btnclick{
		font-size: 12px;
		float : left;
	}	
	
	.khung{
		
		padding : 0px;
	}	
}