@media screen and (min-width: 1400px) {
	.img-box {
        max-width: unset;
    }
}
@media screen and (max-width: 991px) {
	.social-site{
		display: none;
	}
    .logo-site img, .head_right a img {
        width: 100px;
    }
    .head_right a {
        margin-right: 30px
    }
    .head_right {
        position: absolute;
        left: 20px;
    }
    .main_menu {
        margin: 0;
        margin-top: 15px;
    }
    .main_menu > li > a {
        font-size: 13px;
        font-weight: normal;
    }
    .title-home {
        width: 90%;
        top: 30%;
    }
    .sec-head h3 {
        font-size: 20px;
    }
    .box-services {
        display: block;
        width: 100%;
    }
    .services-padd, .flex-services .read-more {
        width: 100%;
    }
    .section-option-site:before, .section-option-site:after {
        display: none;
    }
    .box-option-site {
        background-size: cover !important;
        height: 100%;
        width: 100%;
        padding: 50px 20px;
    }
    .loc-option {
        display: block;
        margin-top: 0;
        position: relative;
        bottom: 0;
        left: 0;
    }
    .option-site {
        margin: 10px 0;
        width: 100%;
    }
    .sec-head a {
        font-size: 15px;
    }
    .box-infog img {
        width: 100%;
    }
    .section-footer:before {
        width: 150px;
        height: 160px;
        left: 0px;
        top: -130px;
        background-size: contain;
    }
    .sec-service figure {
        height: 280px;
    }
    .head-serv, .top-reg, .social-service ul {
        flex-wrap: wrap;
    }
    .top-reg .link-service {
        display: block;
        flex: auto;
        width: 100%;
    }
    .top-reg .link-service h4 {
        margin-bottom: 10px;
    }
    .social-service ul li {
        width: 33.3334%;
        flex: auto;
    }
    .opt-service {
        margin-bottom: 30px;
    }
    .opt-service p{
        margin-bottom: 0;
    }
    .icon-up {
        width: 30px;
        height: 30px;
        line-height: 20px;
        font-size: 10px;
        bottom: 20px;
        left: 11px;
    }
    .form-service .form-group, .flex50 {
        display: block;
    }
    .flex50 .form-group {
        width: 100%;
    }
    .flex50 .form-group:last-child label {
        text-align: right;
        margin-left: 0;
    }
    .form-group ul li label {
        width: auto;
        margin-left: 40px;
    }
    .avatar-upload:nth-child(2), 
    .avatar-upload:nth-child(4), 
    .avatar-upload:nth-child(6), 
    .avatar-upload:nth-child(8),
    .avatar-upload:nth-child(10),
    .avatar-upload:nth-child(10) {
        margin-left: 0;
    }
    .avatar-upload {
        position: relative;
        width: 48%;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .sec-form:before {
        display: none;
    }
    .footer-menu {
        height: auto;
        padding-left: 0;
    }
        
}
@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 575px) {
	
}
@media screen and (max-width: 380px) {

}