@media screen and (min-width: 960px){
    .subdivtophome{
        width: 80%;
    }
    .rowpage{
        flex-direction: row;
    }
    .text1{
        width: 45%;
        padding-right: 6px;
    }
    .img1{
        width: 55%;
    }
    .img2{
        width: 65%;
    }
    .text2{
        width: 33%;
        padding: 6px;
    }
    .text3{
        width: 48%;
        padding: 6px;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    .subdivtophome{
        width: 90%;
    }
    .rowpage{
        flex-direction: row;
    }
    .text1{
        width: 45%;
        padding-right: 6px;
    }
    .img1{
        width: 55%;
    }
    .img2{
        width: 65%;
    }
    .text2{
        width: 35%;
        padding: 6px;
    }
    .text3{
        width: 48%;
        padding: 9px;
    }
}
@media screen and (max-width: 759px){
    .subdivtophome{
        width: 100%;
    }
    .rowpage{
        flex-direction: column;
    }
    .text1, .img1, .text2, .text3, .img2{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}
h1{
    color: white;
    line-height: 160%;
    text-align: center;
    font-size: 22px;
}
h2{
    line-height: 160%;
    font-size: 20px;
}
.menupage a{
    text-decoration: none;
}
.menupage{
    margin-top: 35px;
    padding: 9px;
}
.divtophome{
    background-image: url('/Img/images/bds_1/home-top-2.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
    margin-bottom: 0px;
}
.divtophome2{
    background-image: url('/Img/images/bds_1/home-top-3.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.subdivtophome{
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}
.subdivtophome p{
    color: white;
}
.rowpage{
    width: 100%;
    display: flex;
    padding-top: 20px;
}
.text1, .text2, .text3{
    color: white;
}
.img1, .img2, .img3{
    color: white;
}
.imgtrangtri{
    text-align: center;
}
.imgtrangtri img{
    width: 250px;
}
.img1 img,.img2 img, .img3 img{
    width: 98%;
}
.dangky1{
    width: 250px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
    border: 4px solid #7A9C59;
    color: #7A9C59;
}
.dangky1{
    margin-top: 20px;
}
.img3{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
