@media screen and (max-width: 991px){
	header .header-menu, 
	header .search-button, 
	header .social-media,
	header .langs{
		display: none !important;
	}
	header .toggle-menu{
		display: block !important;
	}
	body:not(.page-template-homepage) header .toggle-menu{
		color: var(--primary);
	}
	
	#menu-mobile .langs{
		padding: 0 2rem;
	}
	#menu-mobile .language-dropdown{
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		transform: none;
		background-color: var(--second);
		padding: 0;
	}
	#menu-mobile .language-dropdown li{
		border-bottom: 0;
	}
	#menu-mobile .language-dropdown a {
    	color: #fff;
		display: block;
    	padding: 5px;
		font-size: 14px;
	}
	
	article h1{
		font-size: 40px;
		line-height: initial;
	}
	article .content p{
		font-size: 16px;
    	line-height: 24px;
	}

	.container, .container-md, .container-sm {
        max-width: calc(100% - 30px);
    }

	.main-slide img{
		max-width: 450px;
	}
	.main-slide,
	.main-slide .content{
		height: 80vh;
	}


	footer .footer-top{
		padding: 3rem 0;
		text-align: center;
	}
	footer .footer-top .logo {
		margin: auto;
		margin-bottom: 1.5rem;
	}
	footer .footer-bottom > div{
		flex-direction: column-reverse;
	}
	footer .footer-bottom ul{
		margin: 0 0 1rem 0;
	}

	article .article-info li{
		display: block;
		margin-right: 0;
		font-size: 15px;
	}
}

@media screen and (max-width: 580px){
	.main-slide{
		height: auto;
	}
	.main-slide .container {
		flex-direction: column-reverse;
	}
	.main-slide .content {
		max-width: 100%;
		height: auto;
		margin: 8rem 0 2rem 0;
		text-align: center;
	}
	.main-slide .content h2 {
    	font-size: 30px;
		line-height: 1;
	}
	.main-slide .content p {
    	font-size: 15px;
	}

	
	/* .slide-wrapper, 
	.latest_news::after{
		display: none;
	} */


	.slide-news {
		margin-bottom: 2rem;
	}
	.slide-news .slide-down {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.slide-news .slide-down h3 {
		font-size: 40px;
		width: 90%;
	}
	.slide-news .owl-nav{
		display: none !important;
	}
	.slide-news .owl-dots{
		display: block !important;
	}
	.slide-news .slide-down p{
		width: 90%;
	}
	.slide-news .single-article .news-thumb .news-meta {
		top: 1.5rem;
		left: 1.5rem;
		width: 65px;
    	height: 65px;
	}
	.slide-news .single-article .content {
    	padding: 1.5rem;
	}
	.slide-news .single-article .content .excerpt p {
		font-size: 14px;
		line-height: 1.4;
	}
	.slide-news .single-article .content h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.list-article .single-article {
		text-align: center;
	}
	.news-categories{
		overflow-x: auto;
    	white-space: nowrap;
		margin: 2rem !important;
	}
	.news-categories .nav {
		flex-wrap: nowrap;
	}

	.two_cols .content {
		padding: 1rem;
		text-align: center;
	}
	.two_cols img {
		border-radius: 0;
	}
	.two_cols .content h2 {
		font-size: 30px;
	}
	.two_cols .content p {
    	font-size: 16px;
	}
	.two_cols .content a {
		margin-top: 0;
		padding: 10px 20px;
		font-size: 14px;
	}


	.white-two_cols {
		padding: 0 0 4rem;
		position: relative;
	}
	.white-two_cols::after {
		width: 100%;
		height: 400px;
	}
	.white-two_cols .wrap {
    	border-radius: 0;
		box-shadow: none;
		background-color: transparent;
	}	
	.white-two_cols .content {
		padding: 0 1rem;
		text-align: center;
	}
	.white-two_cols .content h2 {
    	font-size: 30px;
	}
	.white-two_cols .content p {
		font-size: 15px;
		margin: 0 0 10px;
	}
}