/****** PAGE-LIST-BRAND **********/
/**************************/
.list_brand_title
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.list_brand_title h1
{
	font-size: 20px;
}



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

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

.section_list_brand .wrap .item
{
	width: 32%;
	
	margin-bottom: 3%;
}

.section_list_brand .wrap > .item:nth-child(3n+2)
{
	margin-right: 2%;
	margin-left: 2%;
}

.brand_single
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content:space-between;	
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-radius: 10px;
	background-color: #fff;
}


.brand_single .badges
{
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 1;	
}

.brand_single .badges span
{
	display: inline-block;
	background-color: #f74b81;
	color: #fff;
	border-top-right-radius: 10px;
	padding: 5px 10px;
	font-size: 11px;
}

.brand_single .left
{
	width: 28%;
}

.brand_single .right
{
	width: 68%;
	padding-right: 10px;
}

.brand_single .left .info
{
	display: block;
	float: left;
	width: 100%;
	padding: 0 10px;
}

.brand_single .left .info .logo
{
	display: block;
	float: left;
	width: 100%;
	padding: 0 5px;	
}

.brand_single .left .info .logo img
{
	width: 100%;
}

.brand_single .left .info .product_count
{
display: block;
float: left;
width: 100%;
padding: 5px 10px;
text-align: center;
}

.product_count_detail
{
	display: inline-block;
	padding: 10px 5px;
	background-color: #d4ffc9;
	font-size: 11px;
}

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

.brand_detail .established
{
	color: #a5a5a5;
	font-size: 11px;
}

.brand_detail .name
{
	text-transform: uppercase;
}

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

.brand_detail .rating-status
{
	width: 72px;
	height: 12px;
}

.brand_detail .rating-status .current_rating
{
	height: 12px;
}

.brand_detail .manufacture
{
	color: #ccc;
	font-size: 11px;
}

.brand_detail .manufacture .manufacture_name
{
	color: #1f58ff;
	text-transform: uppercase;
}

.brand_detail .manufacture .world_record
{
	color: #000;
	text-transform: uppercase;
}

.brand_detail .spec
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content:space-between;		
}

.brand_detail .spec > .item
{
	width: 49%;
	margin: 0;
	margin-bottom: 10px;
	font-size: 13px;
}

.brand_detail .spec .item i
{
	color: #23b744;
}

/********** rating quality **********/

.quality_rating_text
{
	display:block;
	float: left;
	width: 100%;
	color: #a5a5a5;
	font-size: 12px;
}

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


.brand_detail .quality_rating
{
	display:block;
	float: left;
	width: 50%;	
	padding-right: 20px;
}

.brand_detail .quality_rating .text
{
	display:block;
	float: left;
	width: 100%;	
	margin-bottom: 5px;
}

.brand_detail .quality_rating .sr-only
{
	font-size: 11px;
	
}


/********* brand size *************/
.brand_size
{
display: flex;
width: 100%;
flex-wrap: wrap;
align-content: center;

}

 .brand_single .brand_size > .item
{
	width: 31%;
	margin-right: 5px;
	margin-bottom: 10px;
}

.brand_size .item .size_wrap
{
	display: block;
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	padding: 5px 0;
	font-size: 11px;
	color: #ccc;
	text-align: center;
	border-radius: 5px;
	text-transform: capitalize;
}

.brand_size .item .active 
{
	border: 1px solid green;
	color: green;
}



.brand_detail .price_wrap
{
display: flex;
width: 100%;
flex-wrap: wrap;
}

.brand_detail .price_wrap .price
{
	color: red;
	text-align: right;
}


/*********** Country list ***************/
.section_list_brand_country
{
	display: block;
	float: left;
	width: 100%;
}

.section_list_brand_country .wrap
{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}

.section_list_brand_country .wrap a
{
	display: inline-block;
	width: 110px;
	text-align: center;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	border-radius: 5px;
	text-transform: uppercase;
}

.section_list_brand_country .wrap a.active
{
	background-color: #263c97;
	color: #fff;
}

@media (max-width: 500px) {

	.section .top_menu_list_brand
	{
		background-color: #fff;
	}
	
	.section_list_brand,
	.section_top20
	{
		height: 70vh;
		overflow-y: scroll;
		padding-bottom: 60px;
	}
	
	.section_list_brand > .container > .wrap
	{
		display: block;
		float: left;
	}
	.section_list_brand > .container > .wrap > .item
	{
		width: 100%
	}
	
	.section_list_brand .wrap > .item:nth-child(3n+2)
	{
		margin-right: 0%;
		margin-left: 0%;
	}
	
	.brand_single .left .info .product_count
	{
		padding: 0;
	}
	
	.section_list_brand_country .wrap
	{
		background-color: #fff;
		border-top: 1px solid #efefef;
	}
	

	
	.section_list_brand_country .wrap a
	{
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 0;
		border-radius: 0;
		margin-right: 0;
		padding: 10px;
		line-height: normal;
		text-align: center;
	}
	
	.section_list_brand_country .wrap .splide__slide.active
	{
		color:  var(--blue1);
		border-bottom: 2px solid var(--blue1);
	}
	
	.top_menu
	{
		padding: 0 5px;
	}
	
	.top_menu .logo
	{
		padding: 5px;
	}
	.top_menu .logo img
	{
		width: 100%;
	}
	
	.left_top_menu
	{
		justify-content: flex-end;
	}
	
	.left_top_menu > a 
	{
		padding: 0 8px;
	}
	
	.brand_single 
	{
		padding: 10px 0;
	}
	
	.brand_single .left .brand_size 
	{
		display: block;
		float: left;
		width: 100%;
		padding: 0 5px;
		margin-top: 10px;
	}
	
	.brand_single .left .brand_size > .item
	{
		display: block;
		float: left;
		width: 100%;
	}
	
	.section_top_rank > .container .item_wrap
	{
		display: block;
		float: left;
		width: 100%;
		background-color: #fff;
		border-radius: 5px;
		margin-bottom: 10px;
		border: 1px solid #efefef;
	}
	
	.section_top_rank > .container .item_wrap.active
	{
		border: 1px solid var(--yellow1);
	}
	
	.section_top_rank > .container .item_wrap .company_logo
	{
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		padding: 10px;
	}
	
	.section_top_rank > .container .item_wrap .company_logo img
	{
		width: 100%;
	}
	
	.section_top_rank .company_detail
	{
		display: block;
		float: left;
		width: 100%;
		padding: 5px;
	}
	
	.section_nhasanxuat_info
	{
			padding-top:5px;
	}
	
	.danhsach_nhanhieu
	{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		align-content: center;
		justify-content:space-between;			
		height: 50px;
		
	}
	
	.danhsach_nhanhieu > .brand
	{
		width: 33%;
	}
	
	.danhsach_nhanhieu > .brand > a > .logo
	{
		display: block;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.danhsach_nhanhieu > .brand > a > .logo > img
	{
		width: auto;
		height: 50px;
	}
	
	.company_detail > i 
	{
		color: #23b744
	}

}