@media only screen and (max-width : 550px) {
	h1, h2 {
		font-size: 24px;
	}

	h3, h4 {
		font-size: 18px;
	}

	p {
		font-size: 14px;
	}
	
	.off-canvas-right .mfp-content { 
	    border-radius: 30px 0 0 30px;
	}
	
	.off-canvas .nav-vertical>li>a, .gtranslate_wrapper a span {
    	color: #231f20 !important;
	}
	
	.dang-nhap {
		padding-left: 70px;
	}
	
	.dang-nhap a {
		border: none;
		background: #fe3939;
		color: #fff;
	}
}