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

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

[Table of Contents]

1. 2560px
2. 1920px
3. 1600px
4. 1440px
5. 1380px
6. 1280px
7. 1199px
8. 1160px
9. 1060px
10. 1024px
11. 991px
12. 900px
13. 880px
14. 830px
15. 769px
16. 720px
17. 699px
18. 642px
19. 575px
20. 490px
21. 479px
22. 419px
23. 390px
24. 340px

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

/************
1. 2560px
************/

@media only screen and (max-width: 2560px)
{
	.header
	{
		background-image:url(../images/banner/banner.jpg);
		
	}
	.header_side
	{
		background-image:url(../images/banner/contact2.jpg)
	}
	.hero_slide_background
	{
		height: 100%;
	}
	.news_post
	{
		margin-left: -130px;
		margin-right: -25px;
	}
}
}

/************
2. 1920px
************/

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

}

/************
3. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.news_post
	{
		margin-left: -100px;
		margin-right: -10px;
	}
}

/************
4. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.header
	{
		background-image:url(../images/banner/banner1.jpg)
	}
	.header
	{
		width: 90%;
	}
	.header_side
	{
		background-image:url(../images/banner/contact2.jpg)
	}
}

/************
5. 1380px
************/

@media only screen and (max-width: 1380px)
{
	.header
	{
		width: 1200px;
	}
	.header_content
	{
		width: calc(100% - 219px);
	}
	.main_nav_container
	{
		padding-right: 63px;
	}
	.header_side
	{
		width: 219px;
	}
	.header_side span
	{
		font-size: 14px;
	}
	.header_side img
	{
		width: 20px;
		height: 20px;
	}
}

/************
6. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.home
	{
		height: 90vh;
	}
	.header
	{
		width: 80%;
		background-size: cover;
	}
	.header_content
	{
		width: 100%;
	}
	.header_side
	{
		display: none !important;
	}
	.main_nav_container
	{
		padding-right: 53px;
	}
	.hero_slide_content h1
	{
		font-size: 40px;
	}
	.hero_slider_container
	{
		top: 20px;
		magin: 0, 0, 0, 0;
	}
	.card-title
	{
		font-size: 20px;
	}
	.register_content,
	.search_content
	{
		width: 442px;
	}
	.news
	{
		width: 80%;
		margin-left: 100px;
	}
	.sidebar_list_item_int1 
	{
		width: 680PX;
	}
	.news_post_text
	{
		top: -5px;
	}
	.sidebar_section3
	{
		top: 30px;
	}
}

/************
7. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.hero_box
	{
		padding-left: 20px;
	}
	.news
	{
		width: 100%;
		margin-left: 0px;
	}
	.sidebar_list0
	{
		padding-right: 0px;
	}
	
	.sidebar_list_item_int1
	{
		display: flex;		
		flex-wrap: wrap;
		/* flex-direction: row; */
		align-items: center;
		width: 670px;
		margin-left: 0px;
	}
}

/************
8. 1160px
************/

@media only screen and (max-width: 1160px)
{
	.header
	{
		width: 85%;
	}
}

/************
9. 1060px
************/

@media only screen and (max-width: 1060px)
{
	.header
	{
		width: 90%;
	}
}

/************
10. 1024px
************/

@media only screen and (max-width: 1024px)
{
	.main_nav_item
	{
		margin-right: 33px;
	}
	.news
	{
		width: 65%;
		margin-left: 90px;
	}
}

/************
11. 991px
************/

@media only screen and (max-width: 991px)
{
	.home
	{
		height: 95vh;
	}	
	.header
	{
		height: 90px;
		background-image:url(../images/banner/banner2.jpg)
	}
	.main_nav_container
	{
		display: none;
	}
	.logo_container
	{
		padding-left: 38px;
		top: 10px;		
	}
	.logo img
	{
		width: 140px;
	}
	.logo span
	{
		font-size: 20px;
	}
	.hamburger_container
	{
		display: block;
	}
	.hamburger_container i
	{
		text-shadow: rgb(255 255 255 / 45%) 2px 2px 1px;
	}
	.menu
	{
		top: 15px;
		column-width: 90px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 8x;
		top: 10px;
	}
	.hero_slide_content
	{
		top: -35px;
	}
	.hero_slide_content h1
	{
		font-size: 30px;
	}
	.hero_slider_nav
	{
		top: 43%;
	}
	.hero_boxes
	{
		width: 100%;
		height: auto;
		padding-top: 117px;
	}
	.hero_slide_container
	{
		top: 0%;
		height: 69vh;
	}
	.sidebar_section3
	{
		top: -5px;
	}
	.hero_slider_container
	{
		top: 70px;
		width: 100%;
		height: 100%;
		margin: -50px 0 0 0;
	}
	.hero_boxes_inner
	{
		position: relative;
		top: auto;
		left: auto;
	}
	.hero_box
	{
		padding-left: 50px;
	}
	.hero_box_col
	{
		margin-bottom: 20px;
	}
	.hero_box_col:last-child
	{
		margin-bottom: 0px;
	}
	.news
	{
		width: 100%;
		margin-left: 0px;
	}
	.news_post
	{
		margin-left: -100px;
		margin-right: -110px;
	}
	.news_post_text
	{
		top: 50px;
	}
	.course_box
	{
		margin-bottom: 80px;
	}
	.course_box:last-child
	{
		margin-bottom: 0px;
	}
	.search_section
	{
		padding-top: 156px;
		padding-bottom: 161px;
	}
	.register_content,
	.search_content
	{
		width: 75%;
	}
	.testimonials_slider_container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.event_date
	{
		margin-top: 30px;
	}
	.event_name
	{
		margin-top: 17px;
	}
	.event_content p
	{
		margin-bottom: 0px;
	}
	.newsletter_form_container
	{
		width: 90%;
	}
	.footer_col
	{
		margin-bottom: 20px;
	}
	.footer_content 
	{	
		column-width: 220px;
	}
	.footer_content .logo img
	{
		width: 95%;
	}
	.footer_col:last-child
	{
		margin-bottom: 5px;
	}
	.sidebar_section_inf
	{
		margin-right: -70px;
	}
	.sidebar_list0
	{
		padding-right: 100px;
		padding-left: 25px;
	}
}

/************
12. 900px
************/

@media only screen and (max-width: 900px)
{
	.home
	{
		height: 110vh;
		margin-bottom: -10%;
	}
	.hero_slide_content
	{
		top: -10px;
	}
	.hero_slide_container
	{
		top: 20%;
		height: 69vh;
	}
	.hero_slider_container
	{
		top: 25px;
		width: 100%;
		height: 90%;
		margin: 0px 0px 0px 0px;
	}
	.hero_slide
	{
		width: 100%;
		height: 100%;
	}
	.sidebar_section_inf
	{
		margin-right: -50px;
	}
}

/************
13. 880px
************/

@media only screen and (max-width: 880px)
{
	.home
	{
    	height: 110vh;
		margin-bottom: 80px;
	}
	.header
	{
		height: 90px;
	}
	.logo_container
	{
		padding-left: 35px;
	}
	.logo img
	{
		width: 135px;
	}
	.logo span
	{
		font-size: 45px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 15px;
		column-width: 2 170px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 8px;
		top: 10px;
	}
	.hero_slider_nav
	{
		display: none;
	}
	.hero_slide_content
	{
		top: -150px;
	}
	.hero_slide_content
	{
		max-width: 100%;
		height: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.hero_slide_container
	{
		top: 40%;
		height: 70vh;
	}
	.hero_slider_container
	{
		top: 25px;
		width: 100%;
		height: 90%;
		margin: 0px 0px 0px 0px;
	}
	.hero_slide
	{
		width: 100%;
		height: 100%;
	}
	.hero_slide_content h1
	{
		font-size: 30px;
	}
	.hero_slide_background
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.sidebar_list_item
	{
		padding-top: 8px;
		margin-left: -35px;
		padding-bottom: 13px;
		border-bottom: solid 2px #d2d2d2;
	}
	.news_post_text
	{
		top: -70px;
	}
	.sidebar_section_inf
	{
		margin-right: -30px;
	}
}

/************
14. 830px
************/

@media only screen and (max-width: 830px)
{
	.home
	{
    	height: 100vh;
		margin-bottom: 5px;
	}
	.header
	{
		height: 85px;
		background-image:url(../images/banner/banner2x.jpg)
	}
	.logo_container
	{
		top: 10px;
		padding-left: 35px;
	}
	.logo img
	{
		width: 130px;
	}
	.logo span
	{
		font-size: 45px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 15px;
		column-width: 2 170px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 8px;
		top: 10px;
	}
	.hero_slider_nav
	{
		display: none;
	}
	.hero_slide_content
	{
		margin: 300px auto auto auto;
		max-width: 100%;
		height: 60%;
		padding-left: 15px;
		padding-right: 15px;
		top: -126px;
	}
	.hero_slider_container
	{
		top: 20px;
		width: 100%;
		height: 90%;
		margin: 0px 0px 0px 0px;
	}
	.hero_slide
	{
		width: 100%;
		height: 100%;
	}
	.hero_slide_background
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: auto;
		background-position: center center;
	}
	.sidebar_list_item
	{
		padding-top: 8px;
		margin-left: -115px;
		padding-bottom: 3px;
	}
	.sidebar_section_title h3
	{
		margin-left: 50px;
	}
	.sidebar_text1
	{
		margin-right: 0;
	}
	.sidebar_section3
	{
		top: -20px;
	}
	.sidebar_section_inf
	{
		margin-right: -10px;
	}
	.sidebar_list0
	{
		padding-right: 75px;
		padding-left: 60px;
	}
	.sidebar_list_item_int1
	{
		display: flex;		
		flex-wrap: wrap;
		/* flex-direction: row; */
		align-items: center;
		width: 725px;
		margin-left: 50px;
	}
	.news_post_text
	{
		top: -30px;
	}
}

/************
15. 769px
************/

@media only screen and (max-width: 769px)
{
	.home
	{
		height:120vh;
		margin-bottom: -540px;
	}
	.header
	{
		height: 85px;
		background-image:url(../images/banner/banner3x.jpg)
	}
	.menu_container
	{
		right: -100vw;
		width: 100vw;
		height: 100vh;
	}
	.hero_slider_container
	{
		top: -30px;
		width: 100%;
		height: 60%;
		margin: 0px 0px 0px 0px;
	}
	.newsletter_email
	{
		width: 100%;
	}
	.newsletter_submit_btn
	{
		margin-top: 15px;
	}
	.hero_slide_content
	{
		top: -50px;
	}
	.sidebar_section3
	{
		top: -20px;
	}
	.sidebar_list0
	{
		padding-right: 85px;		
	}
	.news_post_text
	{
		top: -30px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.sidebar_list_item_int1
	{
		display: flex;		
		flex-wrap: wrap;
		/* flex-direction: row; */
		align-items: center;
		width: 725px;
		margin-left: 0px;
	}
	.sidebar_list_item_int1 a strong
	{
		display: flex;
		width: 130px;
	}
	
}

/************
16. 720px
************/

@media only screen and (max-width: 720px)
{
	.home
	{
		height:120vh;
		margin-bottom: 10px;
	}
	.hero_slider_container
	{
		top: 20px;
		width: 100%;
		height: 100%;
		margin: 0px 0px 0px 0px;
	}
	
}

/************
17. 699px
************/

@media only screen and (max-width: 699px)
{
	.home
	{
		height:130vh;
		margin-bottom: 10px;
	}
	.hero_slide_container
	{
		top: 10%;
		height: 69vh;
	}
	.hero_slide_content
	{
		top: -50%;
	}
	.hero_slide
	{
		width: 100%;
		height: 100%;
	}
	.hero_slider_container
	{
		top: 5%;
		height: 90%;
		width: 100%;
	}
	.sidebar_section_inf
	{
		margin-right: 0px;
	}
}

/************
18. 642px
************/

@media only screen and (max-width: 642px)
{
	.header
	{
		background-image:url(../images/banner/banner3.jpg)
		width: 60%;
	}
	.sidebar_list_item iframe
	{
		width: 320px;
	}
}

/************
19. 575px
************/

@media only screen and (max-width: 575px)
{
	h1{font-size: 24px;}
	p{font-size:13px;}
	.header
	{
		height: 80px;
	}
	.logo_container
	{
		padding-left: 35px;
		top: 7px;
	}
	.logo img
	{
		width: 130px;
	}
	.logo span
	{
		font-size: 40px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 5px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 20px;
		top: 15px;
	}
	.hero_slide_content h1
	{
		font-size: 24px;
	}
	.home
	{
		height: 85vh;
		margin-bottom: 100px;
	}
	.hero_slide_content
	{
		top: 10%;
		height: 69vh;
	}
	.hero_slider_nav
	{
		display: none;
	}
	.hero_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.news_post
	{
		margin-left: -10px;
		margin-right: -10px;
	}
	.card-title
	{
		margin-top: 30px;
	}
	.card-title a
	{
		font-size: 20px;
	}
	.card-text
	{
		font-size: 13px;
	}
	.price_box
	{
		margin-top: 37px;
	}
	.register_section,
	.search_section
	{
		padding-top: 115px;
		padding-bottom: 120px;
	}
	.register_content,
	.search_content
	{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.register_text
	{
		margin-top: 25px;
	}
	.register_button
	{
		margin-top: 53px;
	}
	.testimonials_slider .owl-dots
	{
		display: none !important;
	}
	.testimonials_item
	{
		padding-bottom: 0px;
	}
	.event_date
	{
		width: 100px;
		height: 100px;
	}
	.event_day
	{
		font-size: 36px;
	}
	.event_month
	{
		font-size: 14px;
	}
	.event_name
	{
		margin-top: 5px;
	}
	.hero_slide_content
	{
		top: -130px;
	}
	.sidebar_section3
	{
		top: 5px;
	}
	.sidebar_list
	{
		bottom: 10px;
	}
	.sidebar_list0
	{
		align-content: center;
	}
	.news_post_text
	{
		top: -160px;
	}
	.sidebar_section_inf
	{
		margin-right: 5px;
		top: -230px;
	}
	.sidebar_list_item2
	{
		top: -150px;
	}
	.sidebar_list_item_int0
	{
		width: 195px;
	}
	.text_inf
	{
		top: -100px;
	}
	.sidebar_list_item
	{
		width: 100%;
	}
	.sidebar_inf
	{
		bottom: -90px;
	}
	.sidebar_list_item_int1
	{
		display: flex;		
		flex-wrap: wrap;
		/* flex-direction: row; */
		align-items: center;
		width: 470px;
		margin-left: 0px;
		top: -150px;
	}
	.sidebar_list_item_int1 a strong
	{
		display: flex;
		width: 60px;
	}
}


/************
20. 490px
************/

@media only screen and (max-width: 490px)
{
	h1{font-size: 24px;}
	p{font-size:13px;}
	.home
	{
		argin-bottom: 125px;
	}
	.header
	{
		height: 70px;
	}
	.logo_container
	{
		padding-left: 5px;
		top: 2px;
	}
	.logo
	{
		display: flex;
		align-items: center;
	}
	.logo img
	{
		width: 125px;
	}
	.event_content
	{
		margin-right: 50px;
		font-size: 12px;
	}
	.logo span
	{
		font-size: 45px;
	}
	.event_content
	{
		margin-right: 50px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 5px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 20px;
		top: 15px;
	}
	.hero_slide_content h1
	{
		font-size: 30px;
	}
	.hero_slider_nav
	{
		display: none;
	}
	.hero_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.news_post
	{
		margin-left: -10px;
		margin-right: -10px;
	}
	.card-title
	{
		margin-top: 30px;
	}
	.card-title a
	{
		font-size: 20px;
	}
	.card-text
	{
		font-size: 13px;
	}
	.price_box
	{
		margin-top: 37px;
	}
	.register_section,
	.search_section
	{
		padding-top: 115px;
		padding-bottom: 120px;
	}
	.register_content,
	.search_content
	{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.register_text
	{
		margin-top: 25px;
	}
	.register_button
	{
		margin-top: 53px;
	}
	.testimonials_slider .owl-dots
	{
		display: none !important;
	}
	.testimonials_item
	{
		padding-bottom: 0px;
	}
	.event_date
	{
		width: 100px;
		height: 100px;
	}
	.event_day
	{
		font-size: 36px;
	}
	.event_month
	{
		font-size: 14px;
	}
	.event_name
	{
		margin-top: 5px;
	}
	.hero_slide_content
	{
		top: -140px;
	}
	.sidebar_section3
	{
		top: 0px;
	}
	.news_post_text
	{
		top: -220px;
	}
	.sidebar_inf
	{
		bottom: -25px;
	}
	.sidebar_list_item_int1
	{
		display: flex;
		flex-direction: column;
		width: 100%;
		align-content: center;
		top: -150px;
		align-items: flex-start;
	}
	.sidebar_list_item_int1 a strong
	{
		display: flex;
		width: 165px;
	}
	.sidebar_section3
	{
		align: center;
		Top: 20px;
	}
	.sidebar_list_item video
	{
		width: 100%;
	}
	.sidebar_list_item
	{
		margin-left: 0px;
		margin-right: 0px;
	}
	.sidebar_list_item iframe
	{
		width: 320px;
	}
}

/************
21. 479px
************/

@media only screen and (max-width: 479px)
{
	.home
	{
		margin-bottom: 30px;
	}
	.header
	{
		height: 65px;
		top: 15px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 5px;
		column-width: 180px;
	}
	.menu_contact_icon img
	{
		width: 10%;
	}
	.hero_slide_content h1
	{
		font-size: 28px;
	}
	.hero_slide_content
	{
    	top: -144px;
	}
	.hero_slide_content h1 span
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.hero_boxes
	{
		padding-top: 80px;
	}
	.hero_box
	{
		padding-left: 15px;
		height: 120px;
	}
	.hero_box_content
	{
		padding-top: 6px;
	}
	.hero_box img
	{
		width: 45px;
	}
	.hero_box_title
	{
		font-size: 18px;
		margin-bottom: 3px;
	}
	.hero_box_link
	{
		font-size: 10px;
	}
	.sidebar_list_item iframe
	{
		width: 320px;
	}
	.fb-page fb_iframe_widget
	{
		width: 340px;
	}
	
}

/************
22. 4125px
************/

@media only screen and (max-width: 425px)
{
	.home
	{
		height:40vh;
		margin-bottom: 260px;
	}
	.hero_slide_content
	{
    	top: -220px;
	}
	.hero_slider_container
	{
		top: 40px;
		width: 100%;
		height: 100%;
		margin: 0px 0px 0px 0px;
	}
	.header
	{
		height: 65px;
		top: 15px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 5px;
		column-width: 180px;
	}
	.menu_item
	{
		margin-bottom: 0px;
	}
	.menu_item a
	{
		font-size: 18px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 4px;
	}
	.menu_close_container
	{
		right: 20px;
		top: 15px;	
	}
	.footer_col
	{
		margin-bottom: 20px;
	}
	.footer_col:last-child
	{
		margin-bottom: 10px;
	}
	.sidebar_list_item span
	{
		width: 320px;
	}
}

/************
23. 390px
************/

@media only screen and (max-width: 390px)
{
	.home
	{
		height:40vh;
		margin-bottom: 210px;
	}
	.hero_slider_container
	{
		top: 10px;
		width: 100%;
		height: 100%;
		margin: 0px 0px 0px 0px;
	}
	.hero_slide_container
	{
		top: 10%;
		height: 50vh;
	}
	.sidebar_list_item iframe
	{
		width: 300px;
	}
}

/************
24. 340px
************/

@media only screen and (max-width: 340px)
{
	.sidebar_list_item iframe
	{
		width: 280px;
	}