.about-us-container img{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.about-us-container p{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.about-us-bg{
    position: relative;
    overflow: hidden;
}

.about-us-content,
.about-us-contact,
.img_partner img ,
.img_about_us img,
.img_line_button img{
    display: inline-block;
    margin-top: 80px;
}

.about-us-content p {
    text-indent: 50px;
}
.about-us-bg .img_background_1 img,
.about-us-bg .img_background_2 img{
    position: absolute;
    width: 100%;
    max-height: 1200px;
    min-height: 400px;
    z-index: -1;
}
.about-us-bg .img_background_2 img{
    bottom: 0px;
}

.about-us-profile{
    position: relative;
    top: -100px;
}

.about-us-bg .img_about_us img {
    width:70%;
}

.about-us-contact .header-contact{
    font-weight: bold;
    display: inline-block;
    border-bottom: 5px solid #bf202a;
}

.about-us-content .header-content{
    font-weight: bold;
    color: #bf202a;
}

.about-us-underline{
    width: 100%;
    border-top: 1px solid #b0b0b0;
}
.img_line_button{
    width: 50%;
    max-width: 800px;
    margin: auto;
}
.about-us-map-1{
    margin-top: 20%;
}
.about-us-map-2{
    margin-top: 10%;
}

.pr-20{
    padding-right: 20px;
}

.pl-20{
    padding-left: 20px;
}

@media only screen and (max-width: 1199px)  {

}
@media only screen and (max-width: 1024px)  {

}
@media only screen and (max-width: 991px)  {
    .about-us-bg{
        padding-bottom: 30px;
    }
    .about-us-content,
    .about-us-contact,
    .img_partner img ,
    .img_about_us img,
    .img_line_button img{
        margin-top: 30px;
    }
    .about-us-container p{
        font-size: 18px;
    }
    .about-us-profile{
        top: 0px;
    }
    .about-us-bg .img_about_us img {
        width:40%;
    }
    .img_line_button{
        width: 60%;
    }
    .about-us-map-1{
        margin: 20px 0px;
    }
    .about-us-map-2{
        margin: 20px 0px;
    }
}
@media only screen and (max-width: 720px) {
    .about-us-container p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .img_line_button{
        width: 70%;
    }
    .about-us-contact .header-contact {
        font-size: 17px;
    }
}
@media only screen and (max-width: 540px)  {
    .about-us-content,
    .about-us-contact,
    .img_partner img ,
    .img_about_us img,
    .img_line_button img{
        margin-top: 20px;
    }
    .about-us-container p{
        font-size: 12px;
    }
}
@media only screen and (max-width: 375px)  {
    
}
@media only screen and (max-width: 320px)  {
    .about-us-content .header-content {
        font-size: 20px;
    }
}