*{
    margin: 0;
    padding: 0px;

}
@font-face {
    font-family: Roboto-Light;
    src: url('../font/Roboto-Light.ttf')
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../font/Roboto-Regular.ttf')
}
body{
    src: url('../font/Roboto-Light.ttf')
}
.tieude{
    margin-bottom: 50px;
}
.attrac .row{
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.tieude h1{
    margin-top: 30px;
    text-align: center;
    color: #326982;
    font-size: 45px;
    letter-spacing: -1px
}
.attrac h3{
   font-family: Lato, sans-serif;
	margin-top:20px;
}
.attrac p{
    font-size: 1rem;
    line-height: 30px;
}
@media (max-width:767px)
	{
	.attrac h3 
		{
		font-family:Lato, sans-serif;
			margin-top: 15px;

		}
		.attrac .row {
			border-bottom: 1px solid #ddd;
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
}