<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.inline-wrapper {
    width: 400%;
    height: 100%;
    font-size: 0;
    position: relative;
}
.inline-blocks {
    display: inline-block;
    width: 25%;
    height: 100%;
    vertical-align: top;
    position: relative;
}
&gt;.inline-blocks:nth-child(1) {
    background-color: #000;
}
.inline-blocks:nth-child(2) {
    background-color: blue;
}
.inline-blocks:nth-child(3) {
    background-color: red;
}
.inline-blocks:nth-child(4) {
    background-color: green;
}


/*-----swiper-----*/




.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.box-images-sp{
    position: relative;
}
.btn-click-xemthem{
    margin: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.row-box-news-home{
    padding: 10px;
}
.box-news-images-home{


}
.box-news-images-home img{
    border-radius: 10px;
max-height:120px;
    object-fit: cover;
}
.box-news-images-parent img{
    max-height:180px;
    object-fit: cover;
}
.box-news-mota-home{
    text-align: left;
}</pre></body></html>