/****** TOP RANK **********/
/**************************/
.section_top_rank
{
display: block;
float: left;
width: 100%;	
}


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

.section_top_rank .wrap > .item_wrap
{
	width: 19%;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 5px
}

.section_top_rank .wrap > .item_wrap.active
{
border: 1px solid var(--yellow1);

}

.section_top_rank .wrap > .item_wrap > .position
{
	display: block;
	float: left;
	width: 100%;	
	text-align: center;
	line-height: 30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #efefef;
	
}

.section_top_rank .company_name
{
	text-transform: uppercase;
	text-align:center;
}

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

.company_logo img
{
width: 100%;
height: 80px;
}

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

.danhsach_nhanhieu .brand 
{
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 5px;
	border-radius: 50%;
	background-color: #efefef;
	margin-right: 5px;
}

.danhsach_nhanhieu .brand:last-child
{
	margin:0;
}

.danhsach_nhanhieu .brand   img
{
	width: 100%;
}

.company_detail
{
	display: block;
	float: left;
	width: 100%;	
	border-bottom: 1px solid #efefef;	
	padding: 15px 0;
	color: #707070;
}

.company_detail > span
{
	color: #333;
}

.company_detail > i
{
	color: green;
}

.company_detail:last-child
{
	border: 0;
}


/****** PRICE TABLE **********/
/**************************/

.price_table
{
display: block;
float: left;
width: 100%;

background-color: #fff;	

}

.price_table table
{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.price_table table th
{
	background-color: #ccc;
	padding: 10px;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	text-align: left;
}

.price_table table td
{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 15px;
	font-size: 14px;
}


.col_phanloai {width: 200px;}
.col_hsd {width: 120px;}
.col_quycach {width: 120px;}
.col_giaban {width: 200px;}
.col_tinhtrang {width: 200px;}

.download_link > a 
{
	display: inline-block;
	width: 100px;
	background-color: #fff;
	text-align: center;
	line-height: 25px;
}

.download_link > a:last-child
{
	padding:0;
}



/****** LELGAL DOC**********/
/**************************/

.listing_attp
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;
	width: 100%;
}

.listing_attp > .item
{
	width: 32%;
	background-color: #fff;
	border-radius: 10px;
		padding: 30px;
}

.listing_attp > .item:nth-child(2)
{
	margin-left: 2%;
	margin-right: 2%;
}

.listing_attp > .item > .info 
{
	display: block;
	float: left;
	width: 100%;

}

.listing_attp > .item > .info  .icon
{
	font-size: 50px;
	color: #fcbe00;
	font-weight: bold;
}

.listing_attp > .item > .info  .title
{
	display: block;
	float: left;
	width: 100%;
	font-size: 20px;
	text-transform: capitalize
}

.listing_attp > .item > .info  .text
{
	line-height: 22px;
}

.section_legal_doc .view_more
{
	display: block;
	float: left;
	width: 100%;	
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	background-color: #00aa73;
	color:#fff;
}

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

.section_legal_doc_brand .list_brand
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;	
	background-color: #fff;
}

.section_legal_doc_brand .list_brand .brand
{
	width: 20%;
	padding: 20px;
}

.section_legal_doc_brand .list_brand .brand:nth-child(4)
{
	margin-right: 0;
}

.section_legal_doc_brand .list_brand .brand > .brand_info
{
display: block;
float: left;
width: 100%;
margin: 0;
padding: 10px;
border: 1px solid #efefef;
}

.section_legal_doc_brand .list_brand .brand .brand_info .logo
{
display: block;
float: left;
width: 100%;
background-color: #e7fff7;
padding: 10px;
height: 110px;
text-align: center;
}

.section_legal_doc_brand .list_brand .brand .brand_info .logo img
{
	height: 100px;
}

.section_legal_doc_brand .list_brand .brand .brand_info .spec
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;	
	width: 100%;
	padding: 10px 0;
}

.section_legal_doc_brand .list_brand .brand .brand_info .name
{
display: block;
float: left;
width: 100%;
text-align: center;	
padding: 10px 0;
text-transform: uppercase;
}

.section_legal_doc_brand .list_brand .brand .brand_info .spec div
{
	line-height: 10px;
}




/****** CONTACT PAGE**********/
/**************************/

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

.section_contact .heading
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top:30px;
	margin-bottom: 30px;
	text-transform: capitalize
}



.communication
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-content: center;		
	justify-content: space-between;		
	padding: 20px 15%;
}

.communication > .channel
{
	width: 33%;
	display: flex;
	flex-wrap: wrap;
}

.communication > .channel > .icon
{
	width: 40px;
	font-size: 25px;
	color: #333;
}

.communication > .channel > .text
{
	display: block;
	padding: 0 5px;
}

.communication > .channel > .text > .text1
{
	font-size: 15px;
	font-weight: bold;
}

.communication > .channel > .text > .text2
{
	font-size: 15px;
	padding: 10px 0;
	text-decoration: underline;
}

.communication > .channel > .text > .text3
{
	font-size: 12px;
	color: #818181;
}

.heading_title .heading1
{
display: block;
float: left;
width: 100%;	
text-align: center;
color: #fcbe00;
font-size: 18px;
text-transform: uppercase;	
}

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


.heading_title .heading2
{
display: block;
float: left;
width: 100%;	
text-align: center;
color: #333;
text-transform: uppercase;	
}

.heading_title .heading3
{
display: block;
float: left;
width: 100%;	
padding: 10px 20%;
text-align: center;
color: #333;
line-height: 25px;
}

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


.store_wrap
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-content: center;		
	justify-content: space-between;	
}

.store_wrap > .store
{
	width: 30%;
}


.store_image
{
	display:block;
	float: left;
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
	overflow: hidden;
}

.store_image > img 
{
	width: 100%;
}

.store_name
{
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 0.3px;
}

.store_spec
{
	display: flex;
	flex-wrap: wrap;
	align-content: center;		
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;	
}

.store_spec:last-child
{
	border:0;
}

.store_spec > .icon
{
	font-size:20px;
	padding-right: 10px;
	color: #fcbe00;
}

.store_spec >  .content > .text1
{
	font-size: 13px;
	color: #999;
	margin-bottom:5px;
}

.store_spec >  .content > .text2
{
	letter-spacing: 0.2px;
}




.zalo_verified_account
{
	color: var(--yellow1);
}

.required_asterish
{
	color: red;
	font-size: 15px;
}

.contact_form
{
display: block;
float: left;
width: 100%;
padding: 10px 30%;	
}

.contact_form_wrap
{
	display: block;
	float: left;
	width: 100%;
	padding: 20px 0;
}

.contact_form_wrap > .form_group
{
display: block;
float: left;
width: 100%;
border: 1px solid #efefef;
padding: 10px;
margin-bottom: 15px;
}

.contact_form_wrap > .form_group > .form_label
{
	line-height: 25px;
	color: #333;
	margin-bottom: 5px;
}

.contact_form_wrap > .form_group > .form_input
{
	display: block;
	float: left;
	width: 100%;
	background-color: #fff;
}

.contact_form_wrap > .form_group > .form_input > input
{
	display: block;
	float: left;
	width: 100%;
	border: 0;	
	outline: none;
	margin: 0;
	padding: 0;
}

.contact_form_wrap > .form_group > .form_input > textarea
{
	display: block;
	float: left;
	width: 100%;
	height: 100px;
	border: 0;	
	outline: none;	
	margin: 0;
	padding: 0;
}

.contact_form_wrap > .form_group > .form_button > button 
{
	width: 100%;
    background-color: var(--blue1);
    color: #fff;
    box-shadow: none;
    border: none;
	padding: 10px 0;
}

.form_button_feeback
{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;
}

.form_button_feeback > button 
{
	background-color: var(--blue1);
	color: #fff;
	border: 0;
	padding: 10px;
}


/****** ABOUT US**********/
/**************************/

.section_history
{
	display: block;
	float: left;
	width: 100%;
	margin-top:50px;
}

.section_history > .container > .wrap
{
display: block;
float: left;
width: 100%;
background: url("/images/about-bg.png");	
background-size: cover;
}

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

.left_intro > .heading1
{
	display: block;
	float: left;
	width: 100%;	
	font-size: 25px;
}

.left_intro > .heading2
{
	display: block;
	float: left;
	width: 100%;	
	font-size: 30px;
	font-weight: bold;
}

.left_intro > .heading3
{
	display: block;
	float: left;
	width: 100%;	
	font-size: 20px;
}

.left_intro > .heading4
{
	display: block;
	float: left;
	width: 100%;	
	font-size: 15px;
	line-height: 25px;
}


.right_intro
{
	display: block;
	float: left;
	width: 50%;	
}

.right_intro > .intro_image
{
	display: block;
	float: left;
	width: 100%;		
	text-align: center;
}

.right_intro > .intro_image > img 
{
	width: 400px;
	border-radius: 20px;
}

.section_difference
{
	display: block;
	float: left;
	width: 100%;	
	background-color: #fff;	
}

.section_difference > .container > .wrap
{
	display: block;
	float: left;
	width: 100%;	
	padding: 50px 0;
}

.section_difference > .container > .wrap > .heading1
{
display: block;
float: left;
width: 100%;	
text-align: center;
font-size: 30px;
text-transform: capitalize	
}

.section_difference > .container > .wrap > .heading2
{
display: block;
float: left;
width: 100%;	
text-align: center;
font-size: 15px;
text-transform: capitalize;
color: #666
}

.listing_unique
{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;	
}

.unique_item
{
	width: 30%;
	background-color: #efefef;
	border-radius: 15px
}

.unique_wrap
{
	display: block;
	float: left;
	width: 100%;
	padding: 50px;
	position: relative;
}

.unique_wrap > .heading1
{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;		
}

.unique_wrap > .heading1 > .left
{
	font-size: 30px;
	color: var(--yellow1);
}

.unique_wrap > .heading1 > .left > img
{
	width: 64px;
}

.unique_wrap > .heading1 > .right
{
	font-size: 30px;
	color: #ccc;
}

.unique_wrap > .heading2
{
	display: block;
	float: left;
	width: 100%;
	font-size: 30px;
	text-transform: capitalize;
}

.unique_wrap > .description
{
	display: block;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 25px;
}


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

.section_social > .container > .wrap
{
	display: block;
	float: left;
	width: 100%;		
}

.section_social > .container > .wrap > .heading1
{
display: block;
float: left;
width: 100%;	
text-align: center;
font-size: 30px;
text-transform: capitalize	
}


.section_social > .container > .wrap > .heading2
{
display: block;
float: left;
width: 100%;	
text-align: center;
font-size: 15px;
text-transform: capitalize;
color: #666
}

.listing_image
{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;	
}

.image_item
{
	width: 23%;
	background-color: #efefef;
	margin-bottom: 15px;
	
}

.image_item > .image
{
	width: 100%;
	border-radius: 15px;
}

.image_item > .image > img 
{
	width: 100%;
}

.image_item > .description
{
	width: 100%;
	font-size: 13px;
	color: #333;
	text-align: center;
	padding: 10px 0;
}



/************* HUONG DAN MUA HANG ********/

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

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

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

.section_sms_confirm .wrap
{
	display: block;
	float: left;
	width: 100%;
	padding: 20px 20px;
	color: #333;
	border-left: 5px solid #263c97;	
	background-color: #fff;
}

.fee_button
{
display: block;
float: left;
width: 100%;	

}

.fee_button > a
{
display: block;
float: left;
width: 100%;	
text-align: center;
margin-top:10px;
border: 1px solid var(--blue1);	
border-radius: 5px;
padding: 10px 0;	
}

.fee_button > a:hover
{
	background-color: var(--blue2);	
	color: #fff;
}


/************* HUONG DAN THANH TOAN ********/

.section_payment_method > .container > .wrap > .listing_unique > .unique_item
{
	width: 23%;
}

.section_payment_method > .container > .wrap > .listing_unique > .unique_item .heading2
{
	font-size: 25px;
}

.section_payment_method > .container > .wrap > .listing_unique > .unique_item .description
{
	height: 100px;
}


.method_usage
{
display: block;
float: left;
width: 100%;	
margin-top:20px;
}

.method_usage > .item
{
	display: inline-block;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 5px;
}

.payment_partner
{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #23ad23;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 5px 10px;
	color: #fff;
	font-size: 11px;
}



/************* FAQ **************/

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

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

.section_faq_category
{
	width: 48%;
}


.faq_wrap
{
display: block;
float: left;
width: 100%;
margin-top:20px;
}

.faq_item
{
display: block;
float: left;
position: relative;
width: 100%;
border: 1px solid #efefef;	
line-height: 25px;
padding: 10px 10px;
margin-bottom: 40px;
background-color: #fff;

}

.faq_item > .number
{
display: block;
position: absolute;
left: 10px;
top: -15px;
background-color: #ffe229;
color: #333;
padding: 0px 5px;
font-size: 12px;
}


.faq_item > .question
{
display: block;
float: left;
width: 100%;
position: relative;
margin-top:10px;
cursor: pointer;
font-size: 15px;
}


.faq_item > .answer
{
display: block;
float: left;
width: 100%;
padding: 10px 0;
margin-top: 5px;
}

.faq_item > .answer > ul
{
	display: block;
	float: left;
	width: 100%;
	list-style-type: none;
}

.faq_item > .answer > ul > li
{
	display: block;
	float: left;
	width: 100%;
	padding: 2px 0;
}

.faq_item > .answer > ul > li::before {
    content: '\f105';
    font-family: 'icon';
    padding: 0 7px 0 0;
}

.faq_item > .answer a
{
	color: blue;
} 

.faq_item > .answer > .hint
{
	display: block;
	float: left;
	width: 100%;
	background-color: #d5ffdf;
	padding: 5px;
	border-radius: 5px;
	margin-top:5px;
	margin-bottom:5px;
} 

/************* SCHOOL **************/

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

.section_top_choice .heading h1
{
	font-size: 20px;
}

.top_choice_wrap
{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;	
	padding: 0 0;
}

.top_choice_wrap > .item
{

	width: 48%;		
}

.choice_item
{
	display: block;
	float: left;
	width: 100%;	
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
	margin-bottom: 50px;
}

.choice_item > .left
{
	display: block;
	float: left;
	width: 40%;	
}

.choice_item > .right
{
	display: block;
	float: left;
	width: 60%;		
}

.choice_item > .left .product_photo
{
	display: block;
	float: left;
	width: 100%;	
	text-align: center;	
}


.choice_item > .left .product_photo img
{
	width: 200px;
}

.choice_item .product_name
{
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;	
	color: var(--blue1);
}


.choice_item .price
{
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
	color: red;
}

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


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

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

.choice_item .product_spec
{
	display: block;
	float: left;
	width: 100%;	
	list-style: none;
}

.choice_item .product_spec ul
{
	display: block;
	float: left;
	width: 100%;	
	list-style: none;	
}

.choice_item .product_spec ul li
{
	display: block;
	float: left;
	width: 100%;	
	padding: 5px 0;	
	color: #666;
}

.choice_item .product_spec ul li::before {
    content: '\e81a';
    font-family: 'icon';
    padding: 0 7px 0 0;
}

.choice_item .cheaper_badge
{
	display: block;
	position: absolute;
	left: -5px;
	top: 10px;
	background-color: #00db00;
	font-size: 12px;
	color: #fff;
	padding: 5px 5px;

}

.choice_item .cheaper_badge > .bottom
{
	display: block;
	position: absolute;
	height: 0px;
	bottom: -10px;
	border-bottom: 10px solid transparent;
	left: 0;
	border-right: 5px solid rgb(28 167 97);
}

.choice_item .company_name
{
	display: flex;
	width: 100%;	
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;
	padding: 5px 0;
	color: #666;
	margin-bottom: 5px;
}

.choice_item .company_name > .item > span
{
	color: blue;
	text-transform: uppercase;
}

.choice_item .company_name > .item
{

	width: 50%;
	margin-bottom: 10px;
}


.listing_unique_school
{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;		
	justify-content: space-between;	
}

.listing_unique_school > .unique_item
{
	width: 23%;
	background-color: #efefef;
	border-radius: 15px
}

/************* HORECA **************/

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

.horeca_listing > .item
{
	width: 23%;
	background-color: #fff;
	margin-bottom: 2%;
	
}

.horeca_listing > .item:nth-child(4n-2)
{
	margin-right: 2%;
	margin-left: 2%;
}

.horeca_listing > .item:nth-child(4n-1)
{
	margin-right: 2%;
	margin-left: 2%;	
}

.horeca_listing > .item > .item_horeca
{
	display: block;
	float: left;
	width: 100%;
	padding: 15px;
}

.item_horeca > .product_photo
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;	
}


.item_horeca > .product_photo > img
{
	width: 200px;
}

/*********  TRANG HO TRO *************/
.section_hotro_mobile > .container
{
	padding: 0 10px;
}

.section_quick_link
{
	background-color: #fff;
	border-radius: 10px;
}

.section_quick_link > .item
{
	padding: 10px;
	border-bottom: 1px solid #efefef;
}

.section_quick_link > .item:last-child
{
	border: 0;
}

.section_hotro_mobile .title
{
	padding: 20px 0;
	text-transform: uppercase;
	font-size: 11px;
}


@media (max-width: 500px) {
	
	.section_purchase,
	.section_sms_confirm,
	.section_delivery,
	.section_faq_wrap,
	.section_history,
	.section_social,
	.section_top_choice 
	{
		padding: 10px;
	}
	
	.section_history
	{
		margin-top: 20px;
	}
	
	.unique_item,
	.section_payment_method > .container > .wrap > .listing_unique > .unique_item
	{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.unique_wrap,
	.listing_unique
	{
		padding: 10px;
	}
	
	.unique_wrap > .heading1 > .left > img
	{
		width: 32px;
	}
	
	.unique_wrap > .heading2
	{
		font-size: 20px;
	}
	
	.section_faq_category
	{
		width: 100%;
	}
	
	.section_payment_method > .container > .wrap > .listing_unique > .unique_item .description
	{
		height: auto;
	}	
	
	.section_vnpay  img,
	.right_intro > .intro_image > img
	{
		width: 100%;
	}
	
	.left_intro,
	.right_intro
	{
		width: 100%;
	}
	
	.image_item
	{
		width: 49%;
	}
	
	.faq_category_menu 
	{
		display: block;
		float: left;
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #efefef;
		position: relative;
	}
	
		
	.faq_category_menu.fixed
	{
		position: fixed;
		top: 0;
		z-index: 5;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px 0px;
	}
	
	.faq_category_menu .item
	{
		padding: 10px;
	}
	
	.faq_category_menu .item.active 
	{
		border-bottom: 2px solid var(--blue1);
	}
	
	.section_intro 
	{
		margin-top:20px;
	}
	

	.top_choice_wrap > .item
	{
		width: 100%;
	}
	
	.choice_item > .left,
	.choice_item > .right
	{
		width: 100%;
	}
	
	.section_intro .a2_intro_listing  .wrap
	{
		flex-wrap: nowrap;
	}
	
	.section_top_choice  .choice_item
	{
		margin-bottom: 20px;
	}
	
	.choice_item .product_name
	{
		font-size: 15px;
	}
	
	.choice_item .product_spec
	{
		margin-bottom: 10px;
	}
	
	.section_top_choice .choice_item > .left .product_photo img
	{
		width: 150px;
	}
	
	.section_horeca
	{
		margin-top: 20px;
	}
	
	.horeca_listing > .item
	{
		width: 50%;
	}
	
	.listing_unique_school
	{
		padding: 0 10px;
	}
	
	.listing_unique_school > .unique_item
	{
		width: 49%;
	}
	
	.section_difference > .container > .wrap
	{
		padding: 20px 0;
	}
}