@media screen and (min-width: 960px){
    .textfull2{
        flex-direction: row;
    }
    .textcell2{
        width: 50%;
    }
    .video2{
        width: 50%;
    }
    .cellcanhohome{
        width: 48%;
    }
    .divnews2home{
        width: 48%;
    }
    .divimg2home{
        width: 48%;
    }
    .divbangia2{
        width: 70%;
    }
    .divformprice2{
        width: 30%;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    .textfull2{
        flex-direction: row;
    }
    .textcell2{
        width: 50%;
    }
    .video2{
        width: 50%;
    }
    .cellcanhohome{
        width: 48%;
    }
    .divnews2home{
        width: 48%;
    }
    .divimg2home{
        width: 48%;
    }
    .divbangia2{
        width: 60%;
    }
    .divformprice2{
        width: 40%;
    }
}
@media screen and (max-width: 759px){
    .textfull2{
        flex-direction: column;
    }
    .textcell2{
        width: 100%;
    }
    .video2{
        width: 100%;
    }
    .cellcanhohome{
        width: 98%;
    }
    .divnews2home{
        width: 98%;
    }
    .divimg2home{
        width: 98%;
    }
    .divbangia2{
        width: 100%;
    }
    .divformprice2{
        width: 100%;
    }
}

.divcanhohome{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.divnews2home{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.divimg2home{
    margin-left: auto;
    margin-right: auto;
}
.divimghome img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 6/4;
}

.cellcanhohome{
    margin-top: 9px;
    margin-bottom: 9px;
}

.divtextcanhohome{
    text-align: center;
    font-size: 20px;
    height: 40px;
    padding: 9px;
}
.divtextcanhohome a{
    color: black;
}
.textfull2{
    display: flex;
    width: 100%;
}

.embedclip{
    width: 98%;
    aspect-ratio: 16/9;
}

.imglefthome img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 5/3;
}

.imgfullhome{
    width: 100%;
}

.imgfullhome img {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 5/3;
}

.divformprice2{
    background-image: url('https://temweb.bacninhtech.com/Img/images/news/background-form.jpg');
    background-size: cover;
    padding-top: 110px;
}