.menu_brand_hd { background: #fefefe; border-bottom: 3px solid #b2d333; width: 100%; z-index: 15; position: fixed;}
.menu_brand_hd_in {display: flex; align-items: center; justify-content: center; padding: 15px 8px;}
.menu_brand_hd_in a {padding: 3px 20px; border-radius: 5px; display: flex; align-items: center; justify-content: center; height: 100%;}
.menu_brand_hd_in a:hover {background: #eee;}
.menu_brand_hd_in a.active {background: #b2d432;}

.menu_brand_bb { background: #fefefe; border-bottom: 3px solid #b2d333; width: 100%; z-index: 15; position: fixed;}
.menu_brand_bb_in {display: flex; align-items: center; justify-content: center; padding: 15px 8px;}
.menu_brand_bb_in a {padding: 3px 20px; border-radius: 5px; display: flex; align-items: center; justify-content: center; height: 100%;}
.menu_brand_bb_in a:hover {background: #eee;}
.menu_brand_bb_in a.active {background: #b2d432;}


@media(max-width: 1440px){
	.menu_brand_hd_in {padding: 15px 8px;}
	.menu_brand_bb_in {padding: 15px 8px;}
}

@media(max-width: 1199px){
	.menu_brand_hd_in a {padding: 3px 15px;}
	.menu_brand_hd_in {width: 1200px;}
	.menu_brand_hd {overflow-x: auto;}


	.menu_brand_bb_in a {padding: 3px 15px;}
	.menu_brand_bb_in {width: 1200px;}
	.menu_brand_bb {overflow-x: auto;}
}

@media(max-width: 991px){

}

@media(max-width: 767px){
	.menu_brand_hd_in {display: grid; grid-template-columns: repeat(4,1fr); width: 100%; padding: 0; margin-bottom: -1px;}
	.menu_brand_hd_in a {text-align: center; padding: 10px 8px; border-radius: 0; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2;}
	.menu_brand_hd_in a:nth-child(1){grid-column-start: 1; grid-column-end: 1; 
		/* grid-row-start: 1; grid-row-end: 3;  */
		display: flex; align-items: center; justify-content: center;}
	/*.menu_brand_hd_in a:nth-child(5n) {border-right: 0;}*/
	.menu_brand_hd_in a:hover {background: inherit;}
	.menu_brand_hd_in a.active:hover {background: #b2d432;}
	.menu_brand_hd {overflow: hidden;}


	.menu_brand_bb_in {display: grid; grid-template-columns: repeat(4,1fr); width: 100%; padding: 0; margin-bottom: -1px;}
	.menu_brand_bb_in a {text-align: center; padding: 10px 8px; border-radius: 0; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2;}
	.menu_brand_bb_in a:nth-child(1){grid-column-start: 1; grid-column-end: 1;  
		/* grid-row-start: 1;
		 grid-row-end: 3; */
		  display: flex; align-items: center; justify-content: center;}
	/* .menu_brand_bb_in a:nth-child(5n) {border-right: 0;} */
	.menu_brand_bb_in a:hover {background: inherit;}
	.menu_brand_bb_in a.active:hover {background: #b2d432;}
	.menu_brand_bb {overflow: hidden;}
}

@media(max-width: 575px){
.icon_brand_hd:nth-child(1) img {height: 40px;}
.icon_brand_hd img {height: 30px;}

.icon_brand_bb:nth-child(1) img {height: 40px;}
.icon_brand_bb img {height: 30px;}
}