@media (max-width: 700px) {
    #ns_Main {
        padding: 0px !important;
    }
}

#iWin_iWinDiv {
    position: fixed !important;
}

.category-btn-container {
    padding: 20px;
    display: flex;
    justify-content: center;
	 flex-wrap: wrap;
}

/* Style the buttons */
.category-btn {
    background-color: white;
    border: none;
    outline: none;
    padding: 12px 16px;
    cursor: pointer;
}

/* Add a light grey background on mouse-over */
.category-btn:hover {
    background-color: #ddd;
}

/* Add a dark background to the active button */
.category-btn.active {
    border-bottom: 2px solid;
}

.meus_NkHomeBlogListCarousel .owl-carousel.owl-drag .owl-item {
    height: 100%;
}

.meus_NkHomeBlogListCarousel .double-item .item:nth-child(2) {
    margin-top: 20px;
}

.meus_NkHomeBlogListCarousel .item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.meus_NkHomeBlogListCarousel .item-wrapper {
    width: 85%;
}

.watermark {
    width: 50px !important;
    position: absolute;
}

.meus_NkHomeBlogListCarousel .item-wrapper .item-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.meus_NkHomeBlogListCarousel .item-article {
    position: absolute;
    background: rgba(255, 102, 51, 0.6);
    text-align: center;
    transition: all 0.5s ease-out;
    width: 85%;
    height: 100%;
}

.meus_NkHomeBlogListCarousel .item-article div {
    color: white;
}

.meus_NkHomeBlogListCarousel .item-title {
    margin-top: 15px;
    margin-bottom: 8px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 26px;

}

.meus_NkHomeBlogListCarousel .item-content {
    font-size: 16px;
}

.meus_NkHomeBlogListCarousel .read-more-effect {
    width: 45%;
    padding: 7.5px 25px;
    border: 1px solid;
    margin: 25px auto 0 auto;
    cursor: pointer;
}

.meus_NkHomeBlogListCarousel .read-more-effect:hover {
    background: #fff;
    color: #ff6633;
    border: 1px solid #ff6633;
    transition: text-align .2s cubic-bezier(.55, .06, .35, .38) 0s, background .65s cubic-bezier(.55, .06, .35, .38) 0s, left .27s cubic-bezier(.3, .1, .58, 1), opacity .27s cubic-bezier(.3, .1, .58, 1);
}


.iWinBorder {
    border: 0;
    background-color: #d8d8d8;
    box-shadow: none;
    border-radius: 0;
    padding: 15px 30px 50px;
}

body .iWinCaption {
    background-color: transparent;
    height: auto;
}


.blog-title {
    margin: 0 0 30px;
    padding: 0 25px;
    text-align: center;
    font-size: 26px;
}

.blog-content-wrapper {
    display: flex;
    justify-content: center;
}

.blog-content-wrapper>div {
    width: 50%;
}

@media (max-width: 768px) {
    .blog-content-wrapper {
        flex-wrap: wrap;
    }

    .blog-content-wrapper>div {
        width: unset;
    }
}

.blog-img {
    width: 100%;
    margin-top: 20px;
}

.blog-img-list {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
}


.blog-img-list img {
    max-width: 85px;
    padding: 0 5px;
    height: 100%;
}


.meus_NkHomeBlogListCarousel .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.meus_NkHomeBlogListCarousel .owl-nav button.owl-prev {
    left: 0;
}

.meus_NkHomeBlogListCarousel .owl-nav button.owl-next {
    right: 0;
}

.meus_NkHomeBlogListCarousel .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.meus_NkHomeBlogListCarousel .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.meus_NkHomeBlogListCarousel .owl-dots button.owl-dot.active {
    background-color: #000;
}

.meus_NkHomeBlogListCarousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.meus_NkHomeBlogListCarousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.meus_NkHomeBlogListCarousel span {
    font-size: 70px;
    position: relative;
}

.meus_NkHomeBlogListCarousel .owl-nav button:focus {
    outline: none;
}

#iWin_iWinDiv {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 80% !important;
}

#iWin_iWinTable {
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 768px) {
    #iWin_iWinDiv {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        transform: unset;
    }
}