@media (min-width: 1024px) {
	#menu_Mobile{display:none}
}
@media (min-width: 1200px) {
}
@media (min-width: 1366px) {
}
@media (min-width: 1600px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 14px;
		background-image:none;
		background-color:white
	}
	#menuMobile{position:absolute;top:45px;left:10px;display:block}
	nav#menu{display:block}
	#content-main{width:calc(100%);}
	#header-main{display:block;max-height:70px}
	#header-main img{width:100%}
	#header{width:100%;max-height:70px}
	#tab-navd{width:100%;display:none}
	#tab-ctright{width:calc(100% - 15px);overflow:hidden;height:32px}
	#menungang{display:none}
	#content-left{display:none}
	#content-right{float;left;width:100%}
	#banner-de{float:left;width:100%}
	.banner-de-left{width:100%}
	.banner-de-right{width:100%}
	#tab-ctright-main1{width:100%;width:calc(100% - 15px);overflow:hidden;height:32px}
	ul.listnews{width:calc(100% - 30px);padding-left:15px}
	ul.listnews li{border-bottom:none;clear:both;height:auto}
	ul.listnews li .limg{width:160px}
	ul.listnews li .ldesc{width:calc(100% - 165px)}
	ul.listnews li .ldesc h2{display:none}
	ul.listnews li h3{display:block;text-transform:lowercase}
	ul.listnews li h3::first-letter{display:block;text-transform:uppercase}
	ul#relatedNews li a{text-transform:lowercase}
	ul#relatedNews li::first-letter{text-transform:uppercase}
	ul#relatedNews li{overflow:hidden}
	#site_info{width:calc(100% - 20px);padding-left:10px}
	#bg-ct-rights img{width:100%}
	.dnewImg{width:100%}
	.dnewInfo{width:100%;padding-top:10px}
	
}
@media only screen and (max-width: 768px) and (min-width: 641px) {

}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 640px) and (min-width: 481px) {

}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 480px) and (min-width: 361px) {

}
@media only screen and (max-width: 360px) {

}
@media only screen and (max-width: 360px) and (min-width: 321px) {

}
@media only screen and (max-width: 320px) {

}