table {
	width:100%;
}

td{
	width: 40%;
	height: 10vh;
}
.wrap .title{
	color: red;
}
.coQuan{
	height: 10vh;
	line-height: 10vh;
	border: 3px solid;
	margin: 7% 10% 0% 10%;
	text-align: center;
	font-size: 2vw;
	color: #ffffff;
	background-color: #4d4dff;
	border-color: rgba(0,181,173,0.5);
	border-radius: 10vh;
	text-transform: uppercase;
}

.hangDoiShort{
	height: 12vh;
	line-height: 12vh;
	border: 3px solid;
	margin: 7% 10% 0% 10%;
	text-align: center;
	font-size: 2vw;
	color: #ffffff;
	background-color: #4d4dff;
	border-color: rgba(0,181,173,0.5);
	border-radius: 10vh;
	text-transform: uppercase;
}

.hangDoiLong{
	height: 12vh;
	line-height: 6vh;
	border: 3px solid;
	margin: 7% 10% 0% 10%;
	text-align: center;
	font-size: 2vw;
	color: #ffffff;
	background-color: #4d4dff;
	border-color: rgba(0,181,173,0.5);
	border-radius: 10vh;
	text-transform: uppercase;
}

.badge{
	float: right;
	min-width: 10vh;
	margin-top: 3vh;
	line-height: 6vh;
	border-radius: 2vh; 
	background-color: red;
	color: white;
	text-align: center;
}

.logoVnpt{
    height:6vh;
    margin: 0px 10px 10px 10px;
    padding-left: 42vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    color: #0051e9;
    font-size: 2vh;
    background: rgb(208, 218, 190);
    border-radius: 0px 0px 5px 5px;
}

.logoVnpt span{
    line-height: 6vh;
    margin-left: 6vh;
}

.info-timeout{
    height: 70vh;
    text-align: center;
    margin-top: 15vh;
    font-size: 3vw;
    color: #0066ff;
}