* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.bg {
    background: #3D507B;
    /* height: 40px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.con {
    max-width: 85%;
    margin: auto;
}

.bg .con {
    display: flex;
    align-items: center;
}


.bg .con span:first-child {
    color: #CB6849;
}

.bg .con span:nth-child(2) {
    color: #8696EB;
}

footer {
    height: 45px !important;
    background: #3D507B;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
}


.bg .con span:last-child,
footer .con {
    color: #fff;
}

footer .con span {
    margin-left: 5px;
    font-weight: 600;
}

section {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 4fr;
    height: auto;
    padding: 30px 0;
}

.selections {
    height: 80px;
    border-radius: 3px;
}

.selections div {
    border: 1px solid #ccc;
    cursor: pointer;
    height: 40px;
    display: grid;
    place-items: center;
    width: 100%;
}

.selections div:first-child {
    border-radius: 3px 3px 0 0;
}

.selections div:last-child {
    border-radius: 0 0 3px 3px;
}

.selections .s-active {
    background: #316CF4;
    border: 1px solid #316cf4;
    color: #fff;
}

.main .text .bold {
    font-weight: bolder;
    width: 30% !important;
}

.main .text {
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 17px;
}

.main .text > div {
    margin: 10px 0;
}

.main .text .theme p, .main .text .date p,  .main .text .info p{
    display: none;
}

.th-active, .d-active, .t-active{
    display: inline-block !important;
    width: 70%;
}

.main .big-text {
    font-size: 35px;
    margin: -5px 0 0 0;
    font-weight: 300;
    text-align: center;
}

.main .text .theme, .main .text .date, .main .text .info, .main .text .pictures {
    display: flex;
}

.main .text .info {
    text-align: justify;
}

.main .text .pictures .swiper {
    width: 40%;
    height: 200px;
    margin: auto;
}

.main .text .pictures .p-active {
    display: inline-block !important;
}

.pic1 {
    background: url("../../img/2022.05.24.jpg");
}

.pic2 {
    background: url("../../img/2022.05.24\(2\).jpg");
}

.pic3 {
    background: url("../../img/2022.05.24\(3\).jpg");
}

.pic4 {
    background: url("../../img/2021.06.22.jpg");
}

.pic5 {
    background: url("../../img/2021.06.22\(2\).jpg");
}

.pic6 {
    background: url("../../img/2021.06.22\(3\).jpg");
}
.pic7 {
    background: url("../../img/pic3.jpg");
}

.pic8 {
    background: url("../../img/pic3_2.jpg");
}

.pic9 {
    background: url("../../img/pic3_3.jpg");
}

.swiper-wrapper a > div {
    height: 200px;  
}   

.p1, .p2, .p3, .p4 {
    display: none !important;
}

.cover {
    background-size: cover !important;
}

@media screen and (max-width: 1070px) {
    .main .text .bold {
        width: 40% !important;
        margin-right: 10px !important;
    }
    .th-active, .d-active, .t-active {
        width: 60% !important;
    }
    .main .text .pictures .swiper {
        width: 60%;
    }
}

@media screen and (max-width: 845px) {
    section {
        display: block;
    }
    .con {
        max-width: 93% !important;
    }
    .selections {
        width: 200px;
        margin: 0 auto 10px auto;
    }
    .main .text {
        padding: 5px 15px;
    }
    .main .text .bold {
        width: 30%;
        margin-right: 10px !important;
    }
    .th-active, .d-active, .t-active {
        width: 70% !important;
    }
    .main .text .pictures .swiper {
        width: 70%;
    }
}

@media screen and (max-width: 460px) {
    .main .text > div {
        display: block !important;
    }
    .main .text .bold {
        width: 100% !important;
        margin: 0  0 7px 0 !important;
    }
    .th-active, .d-active, .t-active {
        width: 100% !important;
    }
    .main .text .pictures .swiper {
        width: 100%;
    }
}