@media screen and (max-width: 991px) {
    .for-mobile {
		display: none
    }
    .home-menu-btn {
		display: block;
	}
	.home-menu-btn {
		z-index: 5000;
		right: 30px;
		color: #000
	}
    .mobil {
		display: block;
		color: #fff;
		font-size: 32px;
		top: 25px;
		right: 15px;
		position: absolute;
	}
	.modal {
		display: none;
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background: #f07c00;
	}
	.m-logo {
		text-align: center;
		overflow: hidden;
		padding: 10px 0
	}
	.m-logo img {
		width: 180px;
	}
	.mobile-menu {
		overflow: hidden;
		margin-top: 50px
	}
	.mobile-menu ul ul {
		display: none;
	}
	.drop-downs {
		display: block!important;
		overflow: hidden!important;
		margin-top: 10px!important;
	}
	.mobile-menu li li {
		background: #101010;
		border-bottom: 1px solid #1f1f1f
	}
	.mobile-menu li li a {
		color: #fff;
		text-decoration: none;
	}
	.mobile-menu ul {
		margin: 25px auto;
		list-style: none;
		padding: 0;
	}
	.mobile-menu li {
		display: block;
		padding: 20px 0;
		font-size: 16px;
		color: #fff;
		text-align: center;
		border-bottom: 1px solid #131313
	}
	.mobile-menu li a {
		text-decoration: none;
		color: #fff;
    }
    div.slide_title {
        font-size: 24px;
        height: 50p;
    }
}

@media screen and (max-width: 767px) {
    .slide_desc {
        display: none;
    }
    div.slide_title {
        font-size: 38px;
        height: 50p;
        border-bottom: none;
    }
    section.slide_bottom_bg {
        min-height: 300px;
    }
    section.slide_bottom_bg div.title {
        width: 100%;
        height: 50px;
        margin-top: 25px;
        border-right: noen;
        color: #f07c00;
        font-family: 'Noto Sans', sans-serif;
        font-weight: 800;
        font-size: 24px;
        line-height: 50px;
    }
    .home_product {
        
    }
}
@media screen and (max-width: 575px) {
    div.social a.socail_btn {
        text-align: left;
    }
   
    .home_product {
        
    }
    section.catalog_bg {
        width: 100%;
        min-height: 575px;
        background: url(../img/catalog_bg.jpg);
        padding-top: 10px;
    }
    div.slide_title {
        display: none;
    }
    div.slide_desc {
        display: none;
    }
    .carousel-item div.btn-2 {
        display: none;
    }
    
}