.department-page {
    width: 100%;
}

.department-page .deparment_slider {
    width: 100%;
    height: calc(100vh - 80px);
    position: relative;
    margin-bottom: 60px;
}

.department-page .deparment_slider .owl-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.department-page .deparment_slider .owl-carousel .owl-stage-outer {
    width: 100%;
    height: 100%;
}

.department-page .deparment_slider .owl-carousel .owl-stage-outer > div {
    height: 100% !important;
}

.department-page .deparment_slider .owl-carousel .owl-item {
    height: 100% !important;
}

.department-page .deparment_slider .owl-carousel .owl-item .item {
    width: 100%;
    height: 100%;
}

.department-page .deparment_slider .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

.department-page .deparment_slider .owl-theme .owl-dots {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    bottom: 30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.department-page .deparment_slider .owl-theme .owl-nav {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.department-page .deparment_slider .owl-theme .owl-nav button {
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 50%);
    color: var(--main-white-color);
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.department-page .about_department {
    width: 100%;
    margin-bottom: 90px;
    padding: 0 120px;
}

.department-page .about_department .title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.department-page .about_department .title small {
    font-weight: 400;
    font-size: 16px;
    color: var(--main-red-color);
}

.department-page .about_department .title h3 {
    font-weight: 700;
    font-size: 35px;
    color: var(--main-green-color);
}

.department-page .about_department .about {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
}

.department-page .our_activities {
    width: 100%;
    padding: 0 120px;
    margin-bottom: 72px;
}

.department-page .our_activities .title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.department-page .our_activities .title small {
    font-weight: 400;
    font-size: 16px;
    color: var(--main-red-color);
}

.department-page .our_activities .title h3 {
    font-weight: 700;
    font-size: 35px;
    color: var(--main-green-color);
}

.department-page .our_activities .activities {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 45px;
}

.department-page .our_activities .activities .card {
    width: calc(50% - 15px);
    height: 205px;
    padding: 20px;
    display: flex;
    background-color: var(--light-gray-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.department-page .our_activities .activities .card a:first-of-type {
    width: 100%;
    height: 100%;
    display: flex;
}

.department-page .our_activities .activities .card .card-image {
    min-width: 200px;
    max-width: 200px;
    height: 100%;
    margin-inline-end: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.department-page .our_activities .activities .card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.department-page .our_activities .activities .card .card-body h4 {
    font-weight: 700;
    font-size: 18px;
    color: var(--main-black-color);
    margin-bottom: 5px;
}

.department-page .our_activities .activities .card .card-body small {
    display: flex;
    align-items: center;
    color: rgba(140, 141, 143, 0.5);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}

.department-page .our_activities .activities .card .card-body p {
    font-weight: 600;
    font-size: 13px;
    color: #8C8D8F;
}

.department-page .our_activities .see-more {
    width: 100%;
    text-align: center;
}

.department-page .our_activities .see-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 199px;
    height: 55px;
    background: var(--main-green-color);
    font-weight: 600;
    font-size: 16px;
    color: var(--main-white-color);
    margin: 0 auto;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.department-page .our_news {
    width: 100%;
    padding: 0 120px;
    margin-bottom: 72px;
}

.department-page .our_news .title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.department-page .our_news .title small {
    font-weight: 400;
    font-size: 16px;
    color: var(--main-red-color);
}

.department-page .our_news .title h3 {
    font-weight: 700;
    font-size: 35px;
    color: var(--main-green-color);
}

.department-page .our_news .news {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 25px;
}

.department-page .our_news .news article {
    width: 100%;
    height: 376px;
    position: relative;
    margin-bottom: 142px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.department-page .our_news .news article a:first-of-type {
    width: 100%;
    height: 100%;
    position: absolute;
}

.department-page .our_news .news article img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.department-page .our_news .news article .more-info {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.department-page .our_news .news article .more-info p {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-white-color);
}

.department-page .our_news .news article .more-info p span {
    color: var(--main-green-color);
}

.department-page .our_news .news article a:first-of-type:hover .more-info {
    display: inline-block;
}

.department-page .our_news .news article .details {
    width: 80%;
    height: 142px;
    padding: 20px;
    background-color: var(--main-white-color);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: -71px;
    left: 10%;
    z-index: 99;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.department-page .our_news .news article .details h4 {
    font-weight: 700;
    font-size: 18px;
    color: var(--main-black-color);
    margin-bottom: 10px;
}

.department-page .our_news .news article .details small {
    display: flex;
    align-items: center;
    color: rgba(140, 141, 143, 0.5);
    font-weight: 600;
    font-size: 13px;
}

.department-page .our_news .see-more {
    width: 100%;
    text-align: center;
}

.department-page .our_news .see-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 199px;
    height: 55px;
    background: var(--main-green-color);
    font-weight: 600;
    font-size: 16px;
    color: var(--main-white-color);
    margin: 0 auto;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

@media only screen and (max-width: 1350px) {
    .department-page .our_activities .activities {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
        margin-bottom: 45px;
    }

    .department-page .our_activities .activities .card {
        width: 100%;
        height: 205px;
    }
}

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

    .department-page .deparment_slider {
        height: 400px;
    }

    .department-page .about_department {
        padding: 0 60px;
    }

    .department-page .our_activities {
        padding: 0 60px;
    }

    .department-page .our_news {
        padding: 0 60px;
    }

    .department-page .our_news .news {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-gap: 25px;
    }
}

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

    .department-page>section {
        padding: 0 30px !important;
    }

    .department-page .our_activities .activities .card {
        width: 100%;
        height: auto;
    }

    .department-page .our_activities .activities .card a:first-of-type {
        width: 100%;
        height: auto;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .department-page .our_activities .activities .card .card-image {
        min-width: 100%;
        max-width: 100%;
        height: 250px;
        margin-inline-end: 0;
        margin-bottom: 10px;
    }

    .department-page .our_news .news {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        grid-gap: 25px;
    }

    .department-page .our_news .news article .details {
        height: auto;
    }

}
