.menu_mobiles
{
	display: none;
}

@media only screen and (min-width: 1px) and (max-width: 1199px)
{	
	
}
@media only screen and (min-width: 1px) and (max-width: 1025px)
{	
	nav.navbar
	{
		display: none;
	}
	.menu_mobiles
	{
		display: block;
	}
}

@media only screen and (min-width: 1px) and (max-width: 990px)
{
	#hotro_lv
	{
		display: none!important;
	}
	.brand-slogan-offset
	{
		margin-left: 0;
	}
	.slogan-bullet
	{
		display: none;
	}

}
@media only screen and (min-width: 1px) and (max-width: 768px)
{ 	
	.about-body-text img,.news-detail-content img
	{
		height: auto!important;
	}
}
@media only screen and (min-width: 1px) and (max-width: 500px)
{
	
}
