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

.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(0, 0, 0, 0.05);
    box-shadow: 0 0 18px rgba(0, 0, 0, 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: #73bc01;
    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: #73bc01;
    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(89, 124, 1, 0.1);
}

 .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(0, 0, 0, 0.05);
    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: #73bc01;
}

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

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

.gallery-cactegory {
    width: 100%;
}

.gallery-cactegory .card {
    width: calc(33.333% - 18px);
    margin: 9px;
    margin-bottom: 12px;
    margin-top: 6px;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-cactegory .card .col-img {
    padding: 0;
}

.gallery-cactegory .card .col-img .img {
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 1px;
    box-shadow: none;
    margin-bottom: 18px;
}


.gallery-cactegory .img-text::before, .gallery-cactegory .img-text::after {
    display: none;
}

.gallery-cactegory .img-text .col-img {
    width: 100%;
}

.gallery-cactegory .img-text .col-text {
    padding: 24px;
    padding-top: 0px;
    padding-bottom: 18px;
    width: 100%;
}

.gallery-cactegory .img-text .button {
    width: 100%;
    max-width: 100%;
}

.gallery-cactegory .img-text .h1 {
    font-size: 28px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: -6px;
  min-height: 64px;
}

.gallery-cactegory .img-text .text-article {
  -webkit-line-clamp: 3;
  margin-bottom: 24px;
}

.gallery-cactegory .img-text .text-article p {
    font-size: 16px;
    line-height: 150%;
}

.gallery-cactegory .img-text .date {
    margin-bottom: 18px;
    margin-top: 0;
}

.gallery-cactegory .img-text .date p {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: calc(100% + 12px);
    margin-left: -6px;
}

.gallery-cactegory .img-text .date p .iconwrapper {
    color: #73bc01;
    padding-top: 4px;
    margin-right: 3px;
    margin-left: 3px;
    transform: translateY(3px);
    display: inline-block;
}



.gallery-cactegory .img-text .date p .iconwrapper svg {
    height: 16px;
}

@media screen and (max-width: 1920px) {
    .blogcategory {
        max-width: 1600px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .blogcategory .img-text .h1 {
        font-size: 30px;
        margin-bottom: 24px;
    }

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

    .module.baner p {
        font-size: 16px;
    }

    .gallery-cactegory .img-text .h1 {
        font-size: 22px;
        margin-bottom: 6px;
        min-height: unset;
    }

    .blogcategory .left {
        padding-left: 0;
        padding-right: 0;
    }

    .gallery-cactegory {
        width: calc(100% + 36px);
        margin-left: -18px;
    }

    .gallery-cactegory .img-text .date p {
        display: inherit;
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 0;
    }

    .gallery-cactegory .img-text .date p strong {
        display: none;
    }

    .gallery-cactegory .img-text .text-article p {
        font-size: 14px;
    }

    

}

@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;
     }

     .blogcategory {
        padding-left: 9px;
        padding-right: 9px;
    }

    .gallery-cactegory {
    width: calc(100% + 18px);
    margin-left: -9px;
    }


}

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

    .blogcategory .right {
        padding-left: 18px;
        padding-right: 18px;
    }

    .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;
    }

    .gallery-cactegory {
    width: 100%;
    margin-left: 0;
   }

   .gallery-cactegory .img-text .col-text {
    padding: 18px;
    padding-top: 0;
   }

}

@media screen and (max-width: 800px) {
    .gallery-cactegory .card {
        width: calc(50% - 18px);
    }

}


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

    .gallery-cactegory .card {
        width: calc(100% - 18px);
    }

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

