#offer-top {
    padding-top: 0 !important;
}

.nav-category-main {
    margin-top: 0 !important;
}




.items-k li {
    width: 308px;
}

.items-k article {
    height: 420px;
    border-radius: 10px;
    color: #000748;
    position: relative;
    box-shadow: 0px 13px 36px #00000029;
}


.items-k li .box-img {
    height: 210px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.items-k li.trending .box-img {
    height: 117px;
}

.items-k li img {
    height: 100%;
    /* max-width: 100%;
    height: auto; */
}


#video {
    margin-top: 120px;
    background: #1d538d;
    background: linear-gradient(90deg, #1d538d 0%, #c25a19 100%);
}

/* #video .middle {
        padding-bottom: 51.5%;
    } */

#video video {
    width: 100%;
    object-fit: cover;
}

/* #video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 740px;
        height: calc(100vw - 360px);
    } */