@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {
	.hamburger{
		display: block;
	}
	.main_menu{
		display: none;
	}
    .copyright {
        text-align: center;
    }
    .section_home {
        height: auto;
    }
    .home_txt img {
        max-width: 100%;
        bottom: -30px;
    }
    .download-app {
        display: block;
        bottom: -260px;
    }
    .download-app .sec-title {
        text-align: center;
    }
    .btn-download-app {
        margin-top: 30px;
        padding-top: 30px
    }
    .btn-download-app:before {
        width: 140px;
        height: 3px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .img-slide:before {
        width: 170px;
        height: 240px;
        left: 220px;
    }
    .home_txt > p {
        font-size: 25px;
    }
    .home_txt h1 {
        font-size: 45px;
    }
    .download-app > .sec-title span {
        width: 100%;
        margin: 20px auto;
    }
    .btn-download-app {
        display: flex
    }
    .btn-download-app li {
        width: 50%;
        margin: 0 ;
    }
    .btn-download-app p {
        font-size: 13px;
        font-weight: bold;
    }
    .box_sec {
        padding: 0;
    }
    .box_sec figure {
        margin-right: 10px;
    }
    #slider-photo-app .owl-nav > button {
        bottom: 20px;
    }
    .box-our {
        margin-bottom: 30px;
    }
    .box_img-user figure {
        margin-bottom: 40px;
    }
    .sec_head strong {
        font-size: 30px;
    }
    .sec_head h2 {
        font-size: 24px;
    }
    #slider-photo-app {
        width: 100%;
    }
    .img-screen img {
        margin: auto;
    }
    .box-screens {
        padding: 50px 50px;
    }
    #slider-photo-app:before {
        height: 100%;
    }
    .form-contact {
        width: 100%;
    }
    .list-contact {
        display: block;
    }
    .list-contact li {
        justify-content: unset;
        margin-bottom: 20px;
        width: 100%;
    }
    #footer {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 575px) {
	
}
@media screen and (max-width: 380px) {
	.
}