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

.textcell2{
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
}
.divcanhohome{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.fulltextsub{
    margin-left: auto;
    margin-right: auto;
}
.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;
    padding: 9px;
    border-bottom: 0.3px solid rgb(157, 163, 255);
}

.divtextcanhohome{
    text-align: center;
    font-size: 20px;
    height: 60px;
    padding: 9px;
}
.divtextcanhohome a{
    color: black;
}
.textfull2{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.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;
}

.divbaogia{
    width: 120px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    background-color: rgb(25, 0, 255);
    font-weight: bold;
}
.divbaogia a{
    color: white;
}