.wrapper {
    background-color: #F5F5DC;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #F5F5DC;
    padding-bottom: 50px;
}

.swkflag {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-image: url("../img/abtswkflag.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 460px;
}

.title h2 {
    color: #B22222;
    text-align: center;
    padding-top: 50px;
}

.line-under-title {
    background-color: #B22222;
    margin: 20px auto;
    align-items: center;
}

.aboutswk {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 100px;
}

.aboutswk-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.aboutswk-text p {
    margin-bottom: 16px;
}

.geolanddiversity {
    background-color: #F5F5DC;

}

.geolanddiversity h3 {
    text-align: center;

}

.geolanddiversity .line-under-title {
    background-color: #1e1e1e;
    margin: 20px auto 20px;
}

.geolanddiversity p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.geolanddiversity-image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}

.geolanddiversity-image .box {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

img {
    width: 90%;
}

.population {
    background-image: url(../img/abtswkpopulationbg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.population h3 {
    text-align: center;
    padding-top: 50px;
    color: #F5F5DC;
}

.population .line-under-title {
    background-color: #F5F5DC;
    margin: 20px auto 20px;
}

.population-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 50px;
}

.population-image img {
    gap: 10px;
    width: 30%;
}

.iban h3 {
    text-align: right;
    padding-top: 50px;

}

.iban .line-under-title {
    background-color: #1e1e1e;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 50px;
}

.iban-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding-bottom: 50px;

}

.text-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.iban-text .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex: 1;
}

.iban-image {
    width: 40%;
}


.iban-image img {
    height: auto;
    display: block;
}

.chinese h3 {
    text-align: center;
    padding-top: 50px;
}

.chinese .line-under-title {
    background-color: #1e1e1e;
    margin-bottom: 50px;
}

.chinese-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding-bottom: 50px;
}

.chinese-text .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex: 1;
}

.containers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.containers .container1 {
    border: 1px solid #000;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
}

.container1 {
    width: 30.33%;
}



.text {
    text-align: center;
}

.image {
    margin-bottom: 20px;
    text-align: center;
}

.image img {
    width: 90%;
}

.text p {
    margin-top: 10px;
}




@media(max-width:1000px) {
    .aboutswk {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .aboutswk-image {
        margin-bottom: 20px;
    }

    .aboutswk-text {
        align-items: center;
        text-align: center;
    }


    .slider-prev,
    .slider-next {
        display: block;
        /* Show navigation buttons */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #333;
        color: #fff;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
    }

    .slider-prev {
        left: 10px;
    }

    .slider-next {
        right: 10px;
    }

    .geolanddiversity-image {
        display: block;
        justify-content: center;
        align-items: center;
        text-align: center;
    }



    .geolanddiversity-image div {
        width: 100%;
        margin-bottom: 16px;
    }

    .geolanddiversity-image .box {
        display: block;
    }

    .geolanddiversity-image .box a {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }


    .population-image img {
        gap: 10px;
        width: 40%;
    }

    .iban h3 {
        text-align: center;

    }

    .iban .line-under-title {
        margin: 20px auto;
        margin-bottom: 50px;
    }

    .iban-text {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .text-container {
        width: 100%;
    }

    .iban-image {
        width: 70%;
    }

    .chinese-text {
        flex-direction: column;
        text-align: center;
    }

    .containers {
        flex-direction: column;
    }

    .container1 {
        width: 70%;
    }

    .container2 {
        width: 70%;
    }
}