.All .divtong{
    width: 100%;
    text-align:center;
	float:right;
	margin-bottom: 15px;
}
.All .txtContent{
	display:inline-block;
	color:white;
	font-size:16px;
}
.All .div_time{
	border-radius:5px;
	display:inline-block;
	vertical-align:middle;
}
.All .number{
	margin:auto;
	color:white;
    font-size: 15px;
    font-weight: 600;
	float:left;
	border-radius:4px;
}
.All .font{
	color:white;
	margin: auto;
	float:left;
    font-size: 14px;
}
.All .share{
	padding: 0 10px 0 10px;
	float:left;
    line-height: 1;
}
.All .khung{
	display:inline-block;
}
.All a{
	display:inline-block;
}
.All .btnclick{
	display:inline-block;
    border-radius: 2px;
    margin: 12px;
    font-size: 16px;
	text-decoration: underline;
}
.All #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%;
}
.All .cotdoc{
	border-left: 2px dotted white;
}
.All .up{
	background-position:5px 5px;
}
.All .down{
	background-position:5px -64px;
}

.All #icon1 .on{
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	height: 10px;
	width: 10px;
	transform: rotateZ(45deg);
	margin: 10px;
}

.All #icon1 .off{
	border-top: 2px solid white;
	border-left: 2px solid white;
	height: 10px;
	width: 10px;
	transform: rotateZ(45deg);
	margin: 10px;
}