.project-box{
    width: 90%;
    height: 400px;
    margin :auto;
    
  
}
.video_project{
    width: 50%;
    /*height: 400px;*/
  
    display: inline-block;
    float: left;
}
.title_project{
    width: 50%;

    display: inline-block;
    float: left;
    position: relative;
margin-top: 0px;
    background-repeat: no-repeat;
    background-size:inherit;
    padding-top: 60PX;

}
.title_project img{
    position: absolute;
    right: 80px;
    top:20px;
    z-index: 0;
    margin-top: -50px;
    width: 390px;
    opacity: 0.5;
}
.proj_title-box{
    display: inline-block;
    position: absolute;
    right: 70px;
    left: 20px;
    top: 150px;
}
.proj_title-box P{

    width: 90%;
}
.TITLE-BOX{
    text-align: center;
}
.video_project video{
    width: 70%;
    border-radius: 15px;
    margin-top: 80px;
}
.video_project{
    text-align: right;
}



@media only screen and (max-width: 1200px){
    
    .title_project{
    width: 50%;

    display: inline-block;
    float: left;
    position: relative;
margin-top: 0px;
    background-repeat: no-repeat;
    background-size:inherit;
    padding-top: 60PX;

}
.title_project img{
    position: absolute;
    right: 80px;
    top:0;
    z-index: 0;
    margin-top: -50px;
    width: 400px;
    opacity: 0.5;
}
.proj_title-box{
    display: inline-block;
    position: absolute;
    right: 120px;
    left: 0px;
    top: 80px;
}
.proj_title-box P{

    width: 90%;
}
.video_project{
    text-align: left;
}
}

@media only screen and (max-width: 800px){
    .hide-nav-item{
        display: none!important;
    }
    #hamburger_in_list{
        display: inline;
    }
    #first-in-nav {
        display: inline;
    }
    .title_project {
        width: 50%;
        display: inline-block;
        float: left;
        position: relative;
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: inherit;
        padding-top: 60PX;
    }
.title_project img{
    position: absolute;
    right: 0px;
    top:0;
    z-index: 0;
    margin-top: -10px;
    width: 350px;
    opacity: 0.5;
}
.proj_title-box{
    display: inline-block;
    position: absolute;
    right: 120px;
    left: 0px;
    top: 80px;
}
.proj_title-box P{

    width: 90%;
}
.video_project{
    text-align: left;
}
.video_project video{
    width: 90%;
    border-radius: 15px;
    margin-top: 80px;
}
}
@media only screen and (max-width: 700px){
    .sub-foot-image{
        width: 214px!important;
    }


}

@media only screen and (max-width: 600px){
    #factor-table{
        overflow:scroll;
    }


    .description {
        width: 100%;
        margin-top: 1px;
        margin-bottom: 60px;
    }
    #background_container{
        margin-top:20px;
    }
  
    #banner {
        position: relative;
        max-width: 100%;
        height: 50vw;
        background-color: rgb(255, 255, 255);
        margin: 0;
        text-align: center;
        background-image: none;
    }
       
        .article_container {
            width: 100%;
        }
    .project-box{
    width: 90vw;
    height:450px;
  
    margin: auto;
}
.video_project{
    width: 100%;
    height: fit-content;
  
    display: block;
    float: none;
}
.title_project{
    width: 100%;

    display: block;
    float: none;
    position: relative;
margin-top: 0px;
    background-repeat: no-repeat;
    background-size:inherit;
    padding-top: 60PX;

}
.title_project img{
    position: absolute;
    right: 0;
    top:30px;
    z-index: 0;
    margin-top: -80px;
    width:100%;
    opacity: 0.3;
}
.proj_title-box{
    display: block;
    position: absolute;
    right: 0px;
    left: 20px;
    top: 30px;
}
.proj_title-box P{

    width: 90%;
}
.TITLE-BOX{
    text-align: center;
}
.video_project video{
    width: 90%;
    border-radius: 15px;
    margin-top: 20px;
}
.video_project{
    text-align: right;
}
.sub-foot{
    display: inline-block;

    width: 90%;
    color: #faf9f9;
    margin: 5px;
    padding: 0;
    text-align: center;
    
}
.guaranty img{
width: 170px;
}
.underFooter h6{
font-size: 0.7rem;
}
}