.blogcategory {
    max-width: 1920px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
}

.blogcategory .left {
    width: calc(100% - 440px);
    padding-top: 48px;
    padding-right: 36px;
}

.blogcategory .right {
    width: 440px;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    z-index: 2;
    padding-left: 36px;
}

.blogcategory .side-nav, .module, .article .side-nav {
    width: 100%;
    padding: 36px;
    border: 1px solid rgba(58, 139, 209, 0.15);
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.05);
    padding-left: 36px;
    padding-right: 36px;
    border-radius: 15px;
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.module .h3, .side-nav h3 {
    font-size: 28px;
}

.module.baner {
    background-color: #01162b;
    min-height: 360px;
    position: relative;
    background: url(../../img/mainbg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 4/5;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border: none;
}


.module.baner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #359bf4;
    opacity: 0.7;
}

.module .full {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 36px;
}

.module.baner .h3, .module.baner p {
    color: white;
    width: 100%;
}

.module.baner p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 36px;
}

.module.baner .h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
}



.module.baner .button, .module.baner2 .button {
    position: relative;
    z-index: 5;
    border-radius: 120px;
    color: #359bf4;
    text-shadow: none;
    background-color: white;
}

.module.baner img {
    width: 80%;
    height: 100%;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
}

.module.baner2 {
    padding-left: 0;
    padding-right: 0;
    background-color: rgba(58, 139, 209, 0.15);
}

 .side-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.side-nav ul li {
    margin: 0;
    padding: 0;
}

.side-nav ul li, .side-nav ul li a {
    display: block;
    width: 100%;
}

.side-nav ul li a {
    border: 1px solid transparent;
    padding: 9px;
    font-size: 16px;
    color: #01162b;
    text-decoration: none;
    border-bottom-color: rgba(58, 139, 209, 0.15);
    border-radius: 0px;
    font-weight: 500;
}

.side-nav ul li a .icon {
    width: 19px;
    height: 19px;
    margin-right: 6px;
    margin-top: -2px;
    margin-bottom: -2px;
    color: #369ffa;
}

.side-nav ul li.active a {
    background-color: #369ffa;
    border-color: #369ffa;
    border-radius: 5px;
    color: white;
}

.side-nav ul li.active a .icon {
    color: white;
}

@media screen and (max-width: 1600px) {
    .blogcategory .right {
        width: 30%;
    }

    .blogcategory .left {
        width: 70%;
    }

}

@media screen and (max-width: 1300px) {
    .blogcategory .left {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        position: relative;
        z-index: 2;
    }

    .blogcategory .right {
        width: 100%;
        padding-left: 0;
        margin-top: -64px;
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: -64px;
        position: relative;
        z-index: 0;
    }

    .sticky-widget {
        display: flex;
        flex-wrap: wrap;
    }

    .blogcategory .side-nav {
        display: none;
    }

    .blogcategory .module.baner, .blogcategory .module.baner2 {
        width: calc(50% - 9px);
    }

     .blogcategory .module.baner {
        margin-right: 9px;
     }

     .blogcategory .module.baner2 {
        margin-left: 9px;
     }


}

@media screen and (max-width: 890px) {
    
    .blogcategory {
        padding-left: 0;
        padding-right: 0;
    }

    .blogcategory .img-text .h1 {
        font-size: 22px;
    }

    .blogcategory .img-text .date {
        font-size: 13px;
    }

    .module.baner .h3, .module .h3 {
        font-size: 24px;
    }

    .module .full {
        padding-left: 18px;
        padding-right: 18px;
    }

    .module p {
        font-size: 15px;
    }

}

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


}


@media screen and (max-width: 540px) {
    .blogcategory .module.baner, .blogcategory .module.baner2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 340px) {
    .blogcategory .module.baner br, .blogcategory .module.baner2 br {
        display: none;
    }
}

