/* style pc  start  */

.banner-slider-home .container-banner .swiper-slide .d-block{
    width: 100%;
}
.banner-slider-home .container-banner .swiper-slide .d-block  .img-fluid{
    height: 640px;
    object-fit: initial;
}
body .see-all-ticket a{
    width: 100% !important;
}
/* .section-more-ticket .swiper-slide{
    margin-right:16px !important
} */
.see-more-ticket .item{
    margin-right: 0 !important; 
}
.swiper-container .swiper-slide img{
    margin: 0px 0px 0px 0px !important;
}

.list-eaely-bird .item{
    width: 100%;
}
.list-list-review .item{
    width: 100%;
    justify-content: space-between;

}
.title-spons{
    color: #FFF !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
body .sponsored{
    height: 147px;
    padding: 0px;
    width: 100%;
}
.list-discount .item{
    width: 100%;
}
.list-discount .item .img{
    height: 184px;
}
@media only screen and (max-width: 640px) {
    body .banner-slider-home .container-banner .swiper-slide .d-block .img-fluid{
        height: 435px !important;
        object-fit: cover;
    }
}
.list-list-review .item .img img{
    width: 112px;
    height: 112px;
}
@media only screen and (min-width: 1020px) {
.list-list-review .item .img img{
    width: 132px;
    height: 132px;
}
}

