@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.sidebar
	{
		padding-left: 20px;
	}
	.review_rating
	{
		padding-left: 0;
	}
	.review_rating_bars
	{
		padding-left: 64px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.main_nav,
	.search_button
	{
		display: none;
	}
	.top_bar_contact_list li i,
	.top_bar_contact_list li > div,
	.login_button a
	{
		font-size: 12px;
	}
	.login_button
	{
		width: 140px;
	}
	.hamburger
	{
		display: inline-block;
		margin-left: 10px;
	}
	.course_col:not(:last-child)
	{
		margin-bottom: 40px;
	}
	.course_info
	{
	    height: auto;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.course_info_item:not(:last-child)
	{
		margin-bottom: 25px;
	}
	.course_info_item:not(:last-child)::after
	{
		display: none;
	}
	.review_rating_bars
	{
		padding-left: 134px;
	}
	.sidebar
	{
		margin-top: 100px;
		padding-left: 0;
		padding-top: 0;
	}
	.newsletter_container
	{
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.newsletter_form_container
	{
		margin-top: 19px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 60px;
	}
	.footer_contact,
	.footer_links
	{
		padding-left: 0;
	}
	.footer_links ul
	{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.footer_mobile
	{
		float: none;
	}
	.footer_logo_container
	{
		margin-top: 0;
	}
	.copyright
	{
	    height: auto;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.cr_list
	{
		margin-top: 30px;
	}
	.cr_list li:not(:last-child)
	{
		margin-right: 20px;
	}
	.copyright div,
	.cr_list li a
	{
		font-size: 13px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.top_bar
	{
		display: none;
	}
	.home
	{
		height: 140px;
	}
	.header.scrolled
	{
		top: 0px;
	}
	.review_rating
	{
		padding-top: 0;
		text-align: left;
	}
	.review_rating_bars
	{
		padding-left: 0;
		margin-top: 40px;
	}
	.mobile .outer-enjoin{
		overflow-x: auto;
	}


	.mobile .outer-enjoin .welcomeCourse,
	.mobile .outer-enjoin .summaryCourse{
		border-left: none;
		margin-left: 0px;
		text-align: left;
		padding-left: 0px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.mobile .outer-enjoin .welcomeCourse .tracking-icon,
	.mobile .outer-enjoin .summaryCourse .tracking-icon{
		display: none;
	}
	.mobile .outer-enjoin .welcomeCourse .tracking-content,
	.mobile .outer-enjoin .summaryCourse .tracking-content{
		background: none;
	}
	.mobile .outer-enjoin .dropdowns .tracking-item{
		padding-top: 10px;
		padding-bottom: 10px;
		min-height: auto;
		margin-left: 0px;
		border-bottom: 1px solid #e5e5e5;
		border-left: 0px;
	}
	.mobile .outer-enjoin .dropdowns .tracking-item:nth-child(odd) {
		background: none;
	}
	.mobile .outer-enjoin .dropdowns .tracking-item.active {
		background: #e1ecf3;
	}
	.mobile .outer-enjoin .dropdowns .tracking-item .tracking-content{
		background: none;
		padding: 0px;;
	}
	.mobile .outer-enjoin .dropdowns ul .alert{
		margin-bottom: 0px;
	}
	.mobile .outer-enjoin .dropdowns .tracking-item .tracking-icon{
		background: none;
		padding: 0px;;
		left: -1.1rem;
		width: 2.2rem;
		height: 2.2rem;
		display: none;
	}
	.mobile .outer-enjoin .dropdowns .has_children >ul{
		display: none;
		max-height: none!important;
	}
	.mobile .outer-enjoin .dropdowns .active >ul{
		display: block;
		max-height: none!important;
	}

	.mobile .enjoin_course .tab_panel.tab_panel_1{
		display: block!important;
	}
	#course_lesson_content{
		-webkit-overflow-scrolling: touch;
		overflow-y:scroll;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h2
	{
		font-size: 24px;
	}
	p
	{
		font-size: 13px;
	}
	.menu
	{
		width: 100%;
		right: -100%;
	}
	.dropdown_item_select,
	.home_search_button
	{
		font-size: 12px;
	}
	.tab_panel_text p,
	.tab_panel_bullets li,
	.accordion_panel p
	{
		font-size: 13px;
	}
	.accordion div
	{
		font-size: 16px;
	}
	.tab
	{
		font-size: 12px;
	}
	.dropdown_item_title
	{
		font-size: 14px;
	}
	.dropdown_item_title span,
	.dropdown_item_title::before
	{
		font-size: 16px;
	}
	.dropdown_item_title::before
	{
		top: 0;
	}
	.has_children > .dropdown_item > .dropdown_item_title::after
	{
		font-size: 26px;
		top: -7px;
	}
	.dropdown_item_text p
	{
		font-size: 13px;
	}
	.review_rating_num
	{
		font-size: 56px;
	}
	.review_rating_stars
	{
		margin-top: 14px;
                display: inline-block;
	}
	.review_rating_text
	{
		font-size: 14px;
		margin-top: 6px;
                display: inline-block;
	}
	.comments_list li ul
	{
		padding-left: 30px;
	}
	.newsletter_form_container
	{
		width: 100%;
		padding-left: 0;
	}
        .review_rating_bar {
            max-width: 80%;
        }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/* tuanbv */
@media (max-width: 991px)
{
	.mobile .toggle-menu-mobile {
		position: absolute;
		right: 15px;
		bottom: 0px;
		padding: 5px 15px 4px 15px;
		color: #ffffff;
		background: #bb2634;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align: center;
    }

    .mobile .toggle-menu-mobile i{
        color: #ffffff;
		width: 14px;
    }
    .mobile .outer-enjoin {
        position: absolute;
        top: 0px;
        z-index: 1000;
        background: #ffffff;
        width: 100%;
        box-shadow: 0px 2px 2px 1px #2e7d32;
    }

    .mobile .tab_panel_content#course_section_content {
        height: auto!important;
        overflow-y: unset!important;
    }
    .mobile .outer-enjoin .dropdowns{
    }
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}