@media screen and (min-width: 960px){
    .text3home{
        flex-direction: row;
    }
    .subtext3home{
        width: 33%;
    }
    .cellcanhohome{
        width: 48%;
    }
    .tex2home{
        flex-direction: row;
    }
    .descript2{
        width: 48%;
    }
    .img2home{
        width: 48%;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    .text3home{
        flex-direction: row;
    }
    .subtext3home{
        width: 33%;
    }
    .cellcanhohome{
        width: 48%;
    }
    .tex2home{
        flex-direction: row;
    }
    .descript2{
        width: 48%;
    }
    .img2home{
        width: 48%;
    }
}
@media screen and (max-width: 759px){
    .text3home{
        flex-direction: column;
    }
    .subtext3home{
        width: 100%;
    }
    .cellcanhohome{
        width: 98%;
    }
    .descript2{
        width: 98%;
    }
    .tex2home{
        flex-direction: column;
    }
    .img2home{
        width: 98%;
        margin-top: 20px;
    }
}
.tex2home{
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.descript2{
    margin-left: auto;
    margin-right: auto;
}
.img2home{
    margin-left: auto;
    margin-right: auto;
}
.img2home img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.rowhome{
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}
.textsymbols{
    padding-left: 9px;
    padding-right: 6px;
}
.listnewsshope{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cellcanhohome{
    margin-top: 9px;
    margin-bottom: 9px;
    padding: 9px;
    border-bottom: 0.3px solid rgb(157, 163, 255);
}
.divimghome img{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 6/4;
}
.divtextcanhohome{
    text-align: center;
    font-size: 20px;
    height: 60px;
    padding: 9px;
}
.divtextcanhohome a{
    color: black;
}
.divcanhohome{
    display: flex;
    flex-wrap: wrap;
    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;
}

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

.text3home{
    width: 100%;
    display: flex;
}

.imgtext3{
    text-align: center;
}
.imgtext3 img{
    width: 60px;
}

.contenttext3{
    padding: 6px;
}

.imglocal{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}