.PageBanner{
    background-image: url('../img/banner/product.jpg');
}
.Box1 {
    background-color: #F8F8F8;
    padding: 20px 0;
    margin-top: 70px;
}
.Box1 .container-md.row{
    margin: 0 auto;
}  

.Box1 .right {
    padding-left: 20px;
}
.Box1 .right .box{
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 20px 0;
    margin-bottom: 20px;
    background-color: white;
}
.Box1 .right .img a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.Box1 .right .img img{
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.Box1 .right a h6{
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.Box1 .right span{
    color: #333;
}
.Box1 .right p{
    color: #333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Box1 .right a button{
    background-color:#E9242E ;
    color: white;
    border: none;
    font-size: 14px;
    padding: 7px 15px;
}

.Box1 .page {
    display: flex;
}
.Box1 .page li{
    list-style-type: none;
    background-color: #E9242E;
    margin-right: 8px;
    position: relative;
    padding: 12px 20px;
    color: white;
    font-size: 14px;
}
.Box1 .page li.thisclass{
    background-color: #ff0000;
}


.Box1 .page li a{
    color: white;
    font-size: 14px;
    position: relative;
    width: fit-content;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;

}
@media screen and (max-width:1400px){
    

}
@media screen and (max-width:991px) {
    .Box1 .page li {
        padding: 7px 15px;
    }
    .Box1 .right .box{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:768px) {
    .Box1 .right .img a{
        justify-content: left;
        margin-bottom: 20px;
    }
    .Box1 .right .img img {
        width: fit-content;
        height: 100px;
        object-fit: contain;
    }
}
@media screen and (max-width:576px) {
    
    .Box1 .page li{
        margin-right: 5px;
    }

}