@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .main-wrapper {
        padding-top: 85px;
    }

    #header {
        position: fixed;
        top: 0;
        border: 0;
        padding: 25px;
    }

    #header .container {
        justify-content: center;
    }

    .hamburger {
        display: flex;
    }

    .main_menu {
        display: none;
    }

    .logo-site img {
        max-width: 160px;
    }

    .main_menu {
        position: fixed;
        width: 100%;
        height: calc(100% - 84px);
        top: 84px;
        left: 0;
        background: var(--main-color);
        box-shadow: 0 6px 7px rgb(0 0 0 / 16%);
        padding-bottom: 20px;
        border-radius: 0;
    }

    .main_menu li {
        display: block;
        float: inherit;
    }

    .main_menu > li > a {
        padding: 15px;
    }

    .main_menu > li:last-child {
        position: absolute;
        bottom: 0;
        background: var(--sub-color);
        width: 100%;
    }

    .main_menu > li.lang-site a {
        color: #fff;
        text-align: center;
    }

    .section_home .item {
        min-height: 400px;
    }

    .sec_head {
        width: 100%;
        margin-bottom: 20px;
    }

    .thumb-about {
        padding: 20px 0 20px 20px;
    }
    
    .rtl .thumb-about {
        padding: 20px 20px 20px 0;
    }
    
    .txt-about > span {
    font-size: 22px;
}
    .item-feat {
        margin-bottom: 20px;
    }
    .wrapper-project .d-flex {
        display: none !important;
    }
    .block-project-slide {
        padding: 0;
        width: 100%;
        float: unset;
        margin: 0 0 30px;
    }
    .pro--Thumb{
		height: 300px;
	}
    .slider-nav{
		position: static;
	}
	.slider-nav .sp-nav{
		float: right;
		display: inline-block;
		margin: 0;
	    margin-right: 5px;
	    margin-top: 5px;
	}
    .sp-nav > img {
        width: 100%;
    }
    #project-slider {
        display: block;
    }
    .menu-ft  {
        margin-bottom: 30px;
        text-align: center;
    }
    .cont-ft {
        margin-bottom: 30px;
    }
    .list-contact li a {
        justify-content: center;
    }
    .menu-ft figure {
        margin: auto;
    }
    .wrapper-quality figure {
        width: 100%;
    }
    .contact-ifo .d-flex {
        flex-wrap: wrap;
    }
    .item-contact {
        flex: 0 100%;
        margin-bottom: 20px;
    }
    .find-map {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 500px) {}