.section_category_banner
{
display: block;
float: left;
width: 100%;
}

.section_category_banner .banner
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content:space-between;
	width: 100%;
	height: 300px;
	background-size: cover
}

.section_category_banner .banner h1, .section_category_banner .banner h4
{
	display: block;
	float: left;
	width: 100%;
	text-align:center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	padding: 10px 0;
}



.section_list_brand
{
	display: block;
	float: left;
	width: 100%;	
}

.section_list_brand .wrap
{
	display: block;
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #fff;
}


.section_list_brand .list_option
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;	
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
	justify-content: space-between;
}



.section_list_brand .list_option .list_brand
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;	
	justify-content: flex-end;

}

.section_list_brand .list_option .list_brand .brand
{
	display: block;
	float: left;
	background-color: #efefef;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	margin-left: 5px;
}

.list_brand_wrap
{
	justify-content: flex-start;
}

.section_list_brand .list_option .list_brand .brand:hover
{
	border: 1px solid #fbed45;
}

.section_list_brand .list_option .list_brand .brand .logo
{
	display: block;
	float: left;
	width: 100%;
	padding: 5px;
}

.section_list_brand .list_option .list_brand .brand .icon
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

.section_list_brand .list_option .list_brand .brand .icon img
{
	width: 24px;
}

.section_list_brand .list_option .list_brand .brand .text
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
}


.section_list_brand .list_option .list_brand .active 
{
	border: 1px solid #fbed45;
	background-color: var(--yellow1);
}

.section_list_brand .list_option .list_brand .brand .logo img
{
	width: 48px;
}

.filter_button
{
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #85c1ff;
}

.filter_button .button
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;		
	flex-direction: column;
	padding: 0 5px;
}

.filter_button .button .icon
{
	width: 100%;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 20px;
}

.filter_button .button .text
{
	width: 100%;	
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}


.section_list_product
{
	display: block;
	float: left;
	width: 100%;
}

.section_list_product .wrap
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;	
	padding: 0 10px;
	background-color: #fff;
}

.section_list_product .wrap .item_wrap
{
	display: block;
	float: left;
	width: 20%;
	padding: 15px 10px;
}

.section_list_product .wrap .item_wrap .item
{
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #efefef;
	padding: 10px;
	border-radius: 5px
}

.section_list_product .wrap .item_wrap .item .product_sub_desc .item
{
	width: 50%;
	border-radius: 0;
}

.section_list_product .wrap .item_wrap .item .product_sub_desc .item:nth-child(odd)
{
	border-right: 1px solid #fff;
}

.total_product
{
display: flex;
flex-wrap: wrap;
align-content: center;	

background-color: #fff;	
padding: 0 20px;
}

.total_product .text
{
	margin-right: 20px;
}




/***** BANNER *****/
.section_brand_banner
{
display: block;
float: left;
width: 100%;
}

.section_brand_banner .wrap
{
display: block;
float: left;
width: 100%;
padding: 20px 20px;	
background-color: #fff;
padding-top:0;
}

.brand_banner
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content:space-between;
	width: 100%;
	height: 200px;

}


.brand_header
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content:space-between;
	margin-left: 50px;
}

.brand_header .left
{
width: 130px;	
text-align: center;
margin-right: 20px;
}

.brand_header .logo
{
	display: block;
	float: left;
	width: 130px;
	height: 130px;
	background-color: #fff;
	overflow: hidden;
	border: 3px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}

.brand_header .logo img
{
	width: 100%;
}

.brand_header .special_text
{
	display: block;
	width: 100%;
	float: left;
	background-color: #00d36f;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-top: 10px;
	font-size: 11px;
}



.brand_header .text
{
	display: block;
	float: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	color: #fff;
}
.brand_header .text .text1
{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.brand_header .text1 , .brand_header .text2
{
	line-height: 25px;
}



.brand_header .rating
{
	display: block;
	float: left;
	width: 100%;
	padding: 5px 0;
}

.brand_header .rating-status
{
	width: 100px;
	height: 16px;
}

.brand_header .rating-status .current_rating
{
	height: 16px;
}


.section_quality_score
{
display: block;
float: left;
width: 100%;
}

.section_quality_score .wrap
{

padding: 0 20px;	
background-color: #fff;
padding-top:0;
padding-bottom: 20px;
}


.quality_rating 
{
	width: 200px;
	margin-right: 10px;
}

.quality_rating  .text
{
	margin-bottom: 5px;
}

.quality_rating_wrap
{
display: flex;
flex-wrap: wrap;
align-content: center;
}


.menu_filter
{
	width: 380px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 2px;
	padding: 20px;
}

.country_wrap
{
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

.country_wrap:last-child
{
	margin: 0;
}

.country_wrap .country_name
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;	
	width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	justify-content: space-between;
}

.country_wrap .country_name .title
{
	text-transform: uppercase;
	font-weight: bold;
}

.country_wrap .country_name .view_more a
{
	font-size: 11px;
}


.country_wrap .country_brand
{
display: flex;
flex-wrap: wrap;
align-content: center;	
width: 100%;
}

.country_wrap .country_brand a 
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;	
	flex-direction: column;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 2%;
	margin-bottom: 5px;
	text-align: center;
}

.country_wrap .country_brand a img
{
	height: 50px;
}

.country_brand a.active
{
	border: 1px solid yellow;
	background-color: var(--yellow1);
}

.country_wrap .country_brand a  .icon
{
	margin-bottom: 5px;
	font-size: 20px;
}

.country_wrap .country_brand a  .text
{
	font-size: 11px;
}


@media (max-width: 500px) {
	

	
	.section_list_brand_by_category
	{
		border-top: 1px solid #efefef;
	}
	
	.section_intro .container .wrap > .column
	{
		width: 50%
	}
	
	.list_brand_splide
	{
		width: 100%;
		background-color: #fff;
	}
	
	.list_brand_splide .brand_item
	{
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	
	.list_brand_splide .brand_item img
	{
		width: 60%;
	}
	
	.section_intro 
	{
		margin-top:10px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px 0px;
	}
	
	.section_intro .wrap .column .content .icon_sm
	{
		text-align: center;
	}
	
	.section_intro .wrap .column .content .icon_sm > img {
		width: 32px;
	}
	
	.section_list_product .wrap
	{
		padding: 0;
		background-color: unset;
	}
	
	.section_list_product .wrap .item_wrap
	{
		width: 50%;
		padding: 5px;
	}
	
	.total_product
	{
		background-color: unset;
		padding: 10px 5px;
	}

	.section_intro .container .wrap .column:nth-child(1), 
	.section_intro .container .wrap .column:nth-child(2)
	{
		border-bottom: 1px solid #efefef;
	}
	
	.section_list_product .wrap .item_wrap > .item
	{
		background-color: #fff;
	}
	
	.dropdown_category_option 
	{
		padding: 10px;
	}
	
	.modal.modal_category_option
	{
		position: fixed;
		height: 100%;
		width: 100%;
		right: 0;
		top: 0;
		background-color: #fff;
		overflow-y: scroll;
	}
	
	.wrap_option
	{
		display: block;
		float: left;
		width: 100%;
		padding: 10px;
	}
	
	.thetich_wrap
	{
		display: block;
		width: 80px;
		float: left;
		border: 1px solid #efefef;
		text-align: center;
		margin-right: 10px;
	}
	
	.thetich_wrap .icon
	{
		display: block;
		float: left;
		width: 100%;
		padding: 10px;
		text-align: cener;
	}
	
	.thetich_wrap .icon > img 
	{
		width: 32px;
	}
	
	.thetich_wrap .text
	{
		font-size: 12px;
	}
	
	.brand_banner
	{
		height: 150px;
	}
	
	.section_brand_banner .wrap
	{
		padding: 0;
	}
	
	.brand_header
	{
		width: 100%;
		padding-left: 10px;
		margin:0;
		justify-content: flex-start;
	}
	
	.brand_header .left
	{
		width: 80px;
	}
	
	.brand_header .logo
	{
		width: 100%;
		height: 80px;
	}
	
	.quality_rating_wrap
	{
		
		justify-content: space-between;
	}
	
	.section_quality_score .wrap
	{
		padding: 10px;
	}
	
	.quality_rating
	{
		width: 45%;
	}
	
	.brand_header .rating-status .current_rating
	{
		height: 8px;
	}
	
	.brand_header .rating
	{
		padding: 0;
	}
	
	.brand_header .rating-status {
    width: 50px;
    height: 8px;
	}

	.brand_item .brand.active .logo
	{
		display: block;
		float: left;
		width: 100%;
		background-color: var(--yellow1);
	}
	
	.thetich_wrap .brand
	{
		display: block;
		float: left;
		width: 100%;
		padding: 5px 0;
	}
	
	.thetich_wrap .brand.active
	{
		background-color: var(--yellow1);
	}

	
}