/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
.svn-sidebar {display: none !important;}
#container {width: 99%;}
html, body {
	font-size: 18px !important;
	overflow-x: hidden;		/* tăng cỡ chữ cơ bản từ 16px lên 18px */
    }
    h1, .h1, .h1 a { font-size: 26px !important; }  /* tăng heading */
    h2, .h2, .h2 a { font-size: 25px !important; }
    h3, .h3, .h3 a { font-size: 24px !important; }
    h4, .h4, .h4 a { font-size: 23px !important; }
    h5, .h5, .h5 a { font-size: 22px !important; }
    h6, .h6, .h6 a { font-size: 21px !important; }

    small, .small, .small a { font-size: 14px !important; }
    p, li, span, a { font-size: 18px !important; }
.news-info {font-size: 14px;}	

















}