/****** PAGE-BRAND **********/
/**************************/


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

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


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

.brand_header .left
{
position: relative;
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;
	position: absolute;
	top: 0;
	left: 0;
	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: 22px;
	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;
}

/***** BRAND LAYOUT *****/
.section_specific_brand
{
	display: block;
	float: left;
	width: 100%;
}

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

.section_specific_brand .wrap .left
{
	width: 25%;
}


.section_specific_brand .wrap .right
{
	width: 72%;
}


/***** MANUFACTURE *****/
.content_box {
    background: #ffffff;
    display: block;
    float: left;
    width: 100%;
}


.content_box .header {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	border-bottom: solid 1px #ddd;
	font-size: 16px;
	padding: 15px 20px;
}

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


/***** MANUFACTURE *****/
.manufacture_info
{
	display: block;
	float: left;
	width: 100%;
	padding: 0 10px;
}

.manufacture_info .logo {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

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

.manufacture_info .desc {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0px 10px;
}
.manufacture_info .desc h4
{
	line-height: 30px;
	font-weight: 100;
}

.manufacture_info .spec ul li
{
display: flex;
width: 100%;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
padding: 5px 0;
border-bottom: 1px solid var(--gray1);
}

.manufacture_info .spec ul li:last-child
{
border: 0;
}

.manufacture_info .spec > ul > li > .icon
{
	width:15%;
}

.manufacture_info .spec > ul > li > .icon > img
{
width: 24px;
height: 24px;
} 


.manufacture_info .spec > ul > li > .title
{
	width:30%;
	
}

.manufacture_info .spec > ul > li > .content
{
	width: 55%;
	text-align: right;
}

.manufacture_info .social
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.manufacture_info .social  .social_group
{
	display: inline-block;
	padding: 20px 0;
}

.manufacture_info .social_list
{
align-items: flex-end;
}

.manufacture_info .intro
{
	display: block;
	float: left;
	width: 100%;
	padding: 10px;
	background-color: #efefef;
	line-height: 25px;
	border-radius: 5px;
	margin-top:15px;
	border-left: 5px solid yellow;
}


/***** IMPORTER *****/

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

.importer_info .logo
{
	display: block;
	float: left;
	width: 100%;	
	padding: 10px 0;
	text-align:center;	
}

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

.importer_info .desc
{
	display: block;
	float: left;
	width: 100%;	
	padding: 10px 10px;	
	text-align: center;
}

.importer_info .spec ul li
{
display: flex;
width: 100%;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: flex-start;
padding: 10px 0;
border-bottom: 1px solid var(--gray1);
}

.importer_info .spec ul li:last-child
{
border: 0;
}

.importer_info .spec > ul > li > .icon
{
	width:10%;
}

.importer_info .spec > ul > li > .icon > img
{
width: 24px;
height: 24px;
} 


.importer_info .spec > ul > li > .title
{
	width:30%;
	
}

.importer_info .spec > ul > li > .content
{
	width: 60%;
	text-align: right;
}


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

.same_brand .title
{
display: block;
float: left;
width: 100%;	
text-align: center;
font-size: 11px;
text-transform: uppercase;
}

.same_brand .list_sub_logo
{
display: flex;
width: 100%;
flex-wrap: wrap;
align-content: center;
justify-content: space-evenly;
}

.same_brand .list_sub_logo a
{
	width: 33%;
	padding: 5px;
}

.same_brand .list_sub_logo a img
{
	width: 100%;
	padding: 2px;
	border-radius: 50%;
	border: 1px solid #ccc;
		--tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity));
}

/******** Brand Annoucement *********/
.brand_announcement
{
display: flex;
width: 100%;
flex-wrap: wrap;
align-content: center;
align-items: center;
padding: 10px 0;
border-left: 5px solid #263c97;
}

.brand_announcement .left
{
	width: 6%;
	text-align: center;
}

.brand_announcement .right
{
	width: 94%;
}

.brand_announcement .right .text
{
	padding-right: 10px;
	line-height: 20px;
}

/******** Brand list Product *********/
.brand_product_box
{
	display: block;
	float: left;
	width: 100%;
}


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


.brand_category .product_listing
{
display: flex;
width: 100%;
flex-wrap: wrap;


}

.brand_category .product_listing .item_wrap
{
	width: 32%;
	margin-bottom: 2%;
}


.brand_category .product_listing .item_wrap:nth-child(3n+2) {
	margin-left: 2%;
	margin-right: 2%;
}



@media (max-width: 500px) {

.brand_data_section[data-section='manufacture'],
.brand_data_section[data-section='importer'],
.brand_data_section[data-section='legaldoc']
{
	display: none;
}

.section_brand_banner  header.section
{
	margin-bottom: 20px;
}

.section_brand_banner  .mobile_header3
{
	margin-top:5px;
	align-items: center
}

.brand_header
{
	width: 70%;
	margin-top: 20px;
	margin-left: 20px;
	justify-content: flex-start;
		margin-bottom: 30px;
}
	
.brand_banner_mobile
{
	position: relative;
	align-content: flex-start;
}


.brand_banner_mobile  > header > .container
{
padding: 5px;	
}


.brand_header .left
{
	width: 60px;
}

.brand_header .logo
{
	width: 100%;
	height: auto;
	background-color: none;
	padding: 5px;
	border: 1px solid #ccc;
}

.brand_header .rating 
{
	padding: 2px 0;
}

.brand_header .rating-status
{
	width: 60px;
	height: 10px;
}

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

.brand_menu
{
	width: 100%;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.brand_menu > .row-flex
{
    align-items: center;	
}

.brand_menu .item 
{
	display: block;
	float: left;
	padding: 15px 10px;
	text-align: center;
}

.brand_menu .item.logo,
.brand_menu .item.navigation
{
	display: none;
}

.brand_menu .item.logo > img
{
	height: 30px;
}

.brand_menu.fixed
{
	position: fixed;
	top: 0;
	z-index:5;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px 0px;
}

.brand_menu.fixed .item
{
	padding: 10px 5px;
}

.brand_menu  .item.active 
{
	border-bottom: 2px solid var(--blue1);
}

.brand_header .text .text1
{
	font-size: 12px
}

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



.brand_announcement .left 
{
	width: 10%;	
}

.brand_announcement .right 
{
	width: 90%;
}

.brand_category .product_listing {
	justify-content: space-between;
}

.brand_category .product_listing .item_wrap
{
width: 49%;	
}

.brand_category .product_listing .item_wrap:nth-child(3n+2) {
	margin: 0;
}

.brand_header .special_text
{
	top: -20px;
	left: -5px;
}


.product_listing .item_wrap .product_name_vn
{
	height: 30px;
	line-height: 16px;
}

.manufacture_info .logo img,
.importer_info .logo img 
{
	width: 50%;
}

.manufacture_info .same_brand .list_sub_logo a
{
	padding: 30px;
}

.search_form_dynamic
{
	padding-right: 20px;
}

.search_form
{
	background-color: #fff;
	padding: 10px 5px;
	border-radius: 5px;
	    justify-content: flex-start;
}

.mobile_header_view_brand .search_form .icon
{
	font-size: 10px;
	color: green;
}

.search_suggest_keyword
{
	font-size: 12px;
}

.container .mobile_header_view_brand
{
	background-color: unset;
}

}