/*-----------------------------------------------
/* @media {  } queries
/*---------------------------------------------*/

.logo-mobile,.Header_menu_mb,.MENU_MOBILE{
	display:none;
}
@media screen and (max-width:991px) { 
	.Header,.BoxLOGO_bg,.Left{
		display:none;
	}
	.logo-mobile,.Header_menu_mb,.MENU_MOBILE{
		display:block;
	}
	.Main {
		width: auto;
	}
	.Centre {
		width: auto;
		max-width: 100%;
		margin: 0 10px;
	}
	.Right{
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	.Content {
		margin: 0;
	}
	.row-ibl{
		margin: 0 !important;
	}
	.MENU_MOBILE {
		background-color: #313131;
		height: 35px;
	}
	.MENU_MOBILE ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.MENU_MOBILE ul li {
		display: inline-block;
		width: 24.5%;
		float: left;
		border-right: 1px solid #222222;
		line-height: 35px;
	}
	.MENU_MOBILE ul li a {
		text-align: center;
		font-size: 13px;
		color: #fff;
		font-family: roboto,sans-serif;
		font-weight: 700;
		display: block;
	}
	.Header_bg {
		background-color: #c21824;
		border-bottom: 2px solid #84131b;
		height: 50px;
		position: relative;
		text-align: center;
	}
	.Header_menu_mb{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 280px;
		height: 53px;
	}
	.Header_menu_mb .Menu_Icon {
		display: block;
		text-align: left;
		height: 35px;
		width: 38px;
		padding: 17px 0 0 12px;

	}
	.Header_menu_mb .Menubg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,0,0,.8);
		z-index: -1;
		display: none;
	}
	.Menu_Left_list {
		margin: 0;
		text-align: left;
		background-color: #b11520;
		position: relative;
		left: -280px;
	}
	.Menu_Left_list ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.Menu_Left_list ul.sub-menu {
		padding-left: 15px;
	}
	.Menu_Left_list ul li {
		line-height: 38px;
		border-bottom: 1px solid #a2131d;
	}
	.Menu_Left_list ul li a {
		color: #fff;
		font-size: 16px;
		padding-left: 15px;
		display: block;
		font-family: roboto,sans-serif;
	}
	.TableKQMN_col_1,
	.TableKQMN_DAUDUOI_col_1,
	.Centre_BANGKQ_table_col_1{
		padding:0px;
		width: 22%;
	}
	.TableKQMN_col_1{
		width: 18%;
	}
	.page-template-z-kqxs-tinh .Left_BANGKQ_left,
	.page-template-z-kqxs-tinh .Left_BANGKQ_right{
		width:100%;
	}
}
@media screen and (max-width:767px) { 
}
@media screen and (max-width:480px) { 
	
}