@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    .main_menu {
        display: none
    }
    .hamburger {
        display:block;
    }
	#homeSlider .owl-dots{
	  display: block !important;
	}
	#rating-slide .owl-dots{
	  display: block !important;
	}
	#homeSlider .owl-nav{
	  display: none !important;
	}
	#rating-slide .owl-nav{
	  display: none !important;
	}
	#homeSlider.owl-theme .owl-dots .owl-dot span{
		background-color: var(--main-color);
		margin: 5px;
	}
	#homeSlider.owl-theme .owl-dots .owl-dot.active span{
		background-color: var(--main-color);
	}
	#homeSlider.owl-theme .owl-dots{
		margin-top: 15px;
		right: auto;
        bottom: -35px;
        text-align: center;
	}
	#homeSlider.owl-theme .owl-dot {
	    display:inline-block;
	}
	#header .logo_site, #headerPage .logo_site {
        float: left;
        width: 50px;
    }
    .sectionSliderHome {
        height: 100vh;
        padding-top: 40px;
    }
    .slide_txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
        height: 45px;
        overflow: hidden;
    }
    .slide_txt p {
        margin-bottom: 15px;
        height: 40px;
        overflow: hidden;
    }
    #ourServicesSlider .owl-dots .owl-dot span {
        margin: 3px;
    }
    .sectionOurServices .item {
        width: 100%;
    }
    .sectionOurBusiness .headTitel {
        margin-bottom: 50px;
    }
    .sectionOurBusiness .boxBusiness {
        padding:10px
    }
    .sectionOurBusiness:before {
        top: 150px;
    }
    .sectionOurBusiness .btnMore {
        top: 160px;
        right: 25px;
    }
    .sectionOurBusiness {
        padding: 50px 0 0px;
    }
    .sectionKnowUs {
        padding: 30px 0 60px;
    }
    .thumb_slide img {
        height: 170px;
    }
    .imgSliderBottom {
        bottom: 0;
    }
    .slide_txt button {
        margin-bottom: 40px;
    }
    .imgBGBody {
        display:none !important;
    }
    .sectionOurServices .imgBGBody {
        z-index: -1;
    }
    #ourServicesSlider .owl-dots {
        width: auto;
    }
    .sectionOurServices {
        padding: 0px 0 80px;
    }
    .sectionOurServices .imgBGBody {
        top: -160px;
        width:100%;
    }
    .sectionAboutUS .imgAbout .BG_Aout {
        top: -70px;
        width: 100%;
    }
    .secTitleAbout {
        margin-top:50px;
    }
    .boxVideo {
        width: 100%;
    }
    .boxVideo img {
        top: -60px;
    }
    embed {
        width:100%;
        height: 200px;
    }
    .bottomFooter .copyright {
        margin:0;
    }
    .bottomFooter img {
        float: initial;
    }
    .box_services:nth-child(odd) .secLeft {
        float: initial;
    }
    .box_services .secRight, .box_services .secLeft {
        width: 100%;
    }
    .box_services:nth-child(odd) .secTitleAbout {
        width: 100%;
        float: initial;
    }
    .box_services:nth-child(odd) .secRight {
        float: initial;
    }
    .box_services:nth-child(even) .secLeft {
        float: initial;
    }
    .box_services:nth-child(even) .secRight {
        float: initial;
    }
    .box_services:nth-child(even) .secTitleAbout {
        width: 100%;
        float: initial;
    }
    .imgAbout:after {
        right: -3px;
    }
    .imgAbout:before {
        right: -3px;
    }
    .sectionAboutUS {
        padding: 60px 0 60px;
    }
    .sectionServicesPage {
        padding: 20px 0 60px;
    }
    .sectionServicesPage .headTitel, .sectionProjectsPage .headTitel, .sectionCustomersPage .headTitel, .sectionContactPage .headTitel {
        margin-bottom: 30px;
    }
    .sectionProjectsPage, .sectionCustomersPage, .sectionContactPage {
        padding: 10px 0;
    }
    .sectionCustomersPage .boxCustomers {
        min-height: 140px;
    }
    .widthSection {
        width: 100%;
    }
    .secLeft .imgAbout:before, .secLeft .imgAbout:after {
        right: -10px;
    }
    .box_services:nth-child(even) .secLeft .imgAbout:before, .box_services:nth-child(even) .secLeft .imgAbout:after {
        right: -10px;
        left: auto !important;
        border-top: 60px solid #fff;
        border-left: 60px solid transparent !important;
        border-right: none;
    }
    .box_services strong {
        right: 0px;
        left: auto !important;
    }
    .box_services {
        padding: 60px 0 10px;
    }
    .sectionProjectsPage .dataInfo {
        display:block;
    }
    .sectionProjectsPage .boxProjects .imagesMasonry {
        height: 100%;
        width: 100%;
    }
    .sectionProjectsPage .boxProjects .imagesMasonry img{
        height: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 500px) {
	
}
@media screen and (max-width: 450px) {
	
}
@media screen and (max-width: 420px) {
	.hamburger.active span:nth-child(1) {
	  transform: rotate(45deg) translate(6px, 6px);
	  -webkit-transform: rotate(45deg) translate(6px, 6px);
	  -ms-transform: rotate(45deg) translate(6px, 6px);
	}
	.menu-mobile{
		padding-top: 80px;
	}
	.hamburger.active span:nth-child(3) {
	  transform: rotate(-45deg) translate(4px, -4px);
	  -webkit-transform: rotate(-45deg) translate(4px, -4px);
	  -ms-transform: rotate(-45deg) translate(4px, -4px);
	}
}