
.cwce .photo figure img,
.cwce .photo figure:hover img,
.cwce-photo .photo figure img,
.cwce-photo .photo figure:hover img {
    transition: all 0.3s ease-in-out;
}

.page-breadcrumb {
    gap: .2rem;
    display: flex;
    align-items: center;
}
.page-breadcrumb img {
    width: 1.80rem !important;
    height: auto !important;
}
.page-breadcrumb .t-black {
    color: var(--black-color);
}
.page-breadcrumb .t-blue {
    color: var(--blue-color);
}
.page-breadcrumb a {
    font-weight: 600;
}

.photo .main-title h1 {
    margin: 0 !important;
}
.photo .container {
    gap: 2rem;
    display: flex;
    flex-direction: column;
}

.cwce .about-cwce img {
    width: 100%;
    border-radius: 1rem;
}
.cwce .about-cwce h2 {
    font-weight: 600;
    color: var(--blue-color);
}
.cwce .about-cwce a {
    text-decoration: underline !important;
    color: var(--orange-color);
}


.cwce .council {
    position: relative;
}
.cwce .council .main-title {
    color: var(--blue-color);
    margin-bottom: 20px;
    font-weight: bold;
}
.cwce .council .main-description {
    font-size: 20px;
    margin-bottom: 35px;
    color: var(--description-color);
}
.cwce figure .slide-program {
    display: flex;
    justify-content: center;
}
.cwce .slide-council .slick-dots {
    padding: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.cwce .slide-council button {
    margin: 3px;
    border: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border-radius: 100%;
    background-color: var(--gray-color);
}
.cwce .slide-council .slick-active button {
    background-color: var(--blue-color);
}
.cwce .slide-council figure {
    position: relative;
    display: flex;
    align-items: end;
}
.cwce .slide-council .detail {
    width: 100%;    
    bottom: 0;
    padding: 25px 30px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6), rgba(4, 7, 3, 0.9));
}
.cwce .slide-council img {
    width: 100%;
    border-radius: 10px;
}
.cwce .slide-council .title {
    color: var(--white-color);
}
.cwce .slide-council p {
    color: var(--white-color);
}
.cwce .slide-council .slick-prev {
    top: -150px;
    right: 65px;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    color: transparent;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../icons/arrow-left.png);
}
.cwce .slide-council .slick-next {
    top: -150px;
    right: 0px;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    color: transparent;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../icons/arrow-right.png);
}

.cwce .external {
    margin: 2.5rem 0;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    background-color: var(--bg-gray-color);
}
.cwce .external .col-8 {
    gap: .7rem;
    display: flex;
    align-items: center;
}
.cwce .external .col-8 img {
    width: 4rem;
}
.cwce .external .col-8 .caption h4 {
    color: var(--blue-color);
    font-weight: 600;
}
.cwce .external .col-8 .caption p {
    color: var(--blue-color);
}

.cwce .external .col-4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cwce .external .col-4 a {
    display: flex;
    align-items: center;
    border-radius: .5rem;
    color: var(--white-color);
    padding: .3rem 1rem;
    background-color: var(--green-color);
}
.cwce .external .col-4 img {
    width: 2rem;
}

.cwce .photo .main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cwce .photo .main-title h2 {
    font-weight: 600;
    color: var(--blue-color);
}
.cwce .photo .main-title a {
    font-weight: 400;
    border-radius: .5rem;
    padding: .3rem .9rem;
    color: var(--white-color);
    background-color: var(--green-color);
}
.cwce .photo img {
    width: 100%;
    height: 30rem;
    cursor: pointer;
    border-radius: 1rem;
    object-fit: cover;
}
.cwce .photo img.main {
    height: 100%;
}
.cwce .photo .col-6 .row {
    row-gap: 2rem;
}
.cwce .photo .col-6 .row img {
    height: 14rem;
    object-fit: cover;
}

.cwce .photo figure {
    margin: 0;
    overflow: hidden;
    border-radius: 1rem;
}
.cwce .photo figure:hover img {
    transform: scale(1.1) rotate(1deg);
}

/* 
    CWCE Photos 
*/
.cwce-photo {
    padding-top: 10rem;
}
.cwce-photo h1 {
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
}
.cwce-photo .photo .row {
    row-gap: 1rem;
} 
.cwce-photo img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    border-radius: .7rem;
}
.cwce-photo .photo figure {
    overflow: hidden;
    border-radius: .7rem;
}
.cwce-photo .photo figure:hover img {
    transform: scale(1.1) rotate(1deg);
}


@media (max-width: 1024px) {
    .cwce .photo .row.main {
        row-gap: 2rem;
    }
    .cwce .photo .col-6.main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cwce .photo .col-6.sub-main {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cwce .photo .col-6 .row img {
        height: 22rem;
    }

    .cwce-photo .photo .col-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 770px) {
    .cwce .external .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cwce .external .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cwce .external .col-4 {
        justify-content: start;
    }
    .cwce .external {
        gap: 2rem;
    }
    .cwce .photo .col-6 .row img {
        height: 16rem;
    }

    .cwce-photo img {
        height: 13rem;
    }
}

@media (max-width: 700px) {
    .cwce .about-cwce .row {
        gap: 1.5rem;
    }
    .cwce .council .thumbnail,
    .cwce .council .thumbnail img {
        width: 100%;
    }
    .cwce .external {
        padding: 1rem 0;
    }
    .cwce .photo .main-title {
        gap: 1rem;
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .cwce .photo .main-title h2 {
        text-align: center;
    }

    .cwce-photo .photo .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cwce-photo img {
        height: 18rem;
    }
    .cwce-photo {
        padding-top: 5rem;
    }
}