a, a:visited{
	color:blue;
}
a:hover{
	color:red;
}
.table-on-desktop{
    width: 50%;
}
.widthtdmobile{
    width: 25%;
}
@media (max-width: 600px) {
    .header-main {
        height: auto!important;
    }
    .table-on-desktop{
        width: 100%;
    }
    .widthtdmobile{
        width: 50%;
    }
}
.tracuutuyensinh h1{
    font-size: 24px;
    line-height: 150%;
}
.tracuutuyensinh h2{
    font-size: 20px;
    line-height: 150%;
}
.tracuutuyensinh h3{
    font-size: 18px;
    line-height: 150%;
}
.tracuutuyensinh form{
    max-width: 500px;
}
.g-recaptcha > div{
    margin: 0px auto;
}