.video_container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.video_container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    text-align: center;
}

.video_title h1 {
    width: 100%;
    font-size: 35px;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
    font-family: Lato !important;
}

.main_container {
    position: relative;
    width: 100%;
    background-color: #fff;
}



.home_introduce {
    width: 100%;
    height: auto;
    background-color: #e2e2e2;
}



.news_container {
    width: 100%;
    height: auto;
    background-color: #f8e2ae;
}

.news_h2 {
    text-align: center;
    font-size: 38px;
    line-height: 35px;
    color: #586d32;
    font-weight: 700;
}

.news_click {
    color: #f5bc31;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    margin-top: 10px;
}

.about_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}



.about_img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.paragraph {
    font-size: 18px;
    color: #4d4d4d;
    display: block;
    width: 100%;
    text-align: center;
    direction: ltr;
    line-height: 24px;
    unicode-bidi: isolate;
}

.paragraph strong {
    font-weight: bold;
}



.colored_box {
    box-sizing: border-box;
    background-color: #586d32;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
}

.membership_title {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.membership_paragraph {
    color: rgb(213, 213, 213);
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.membership {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    width: 100%;
    margin-top: 30px;
}

.benefit_box {
    list-style: disc outside;
    padding-left: 40px;
    color: #4d4d4d;
}

.benefit_box li {
    margin-bottom: 10px;
}

.benefit {
    color: #f5bc31;
    font-size: 18px;
    line-height: 24px;
}

.benefit1 {
    color: #f5bc31;
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
    box-sizing: border-box;
}

.membership_click {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
}

.activities_container {
    width: 100%;
    height: auto;
    background-color: #e2e2e2;
}

.activities {
    color: #586d32;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.activities h3 {
    font-size: 24px;
    margin-bottom: 30px;

}

.activities h2 {

    font-size: 38px;
}

.activities_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}



.activities_item:hover {
    transform: scale(1.05);

}



.activities_item img:hover {
    transform: scale(1.1);
}

.activities_item div {
    color: #586d32;
    font-size: 34px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.activities_item p {
    margin-top: 20px;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.responsibilities_title {
    color: #586d32;
    width: 100%;
    font-size: 38px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.responsibilities_box {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    flex-wrap: wrap;

}



.responsibilities_item:hover {
    transform: scale(1.05);

}

.responsibilities_item p {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

@media screen and (min-width: 1000px) {
    .introduce_p {
        color: #586d32;
        font-size: 24px;
        line-height: 35px;
        font-weight: bold;
    }

    .about_left {
        width: 39%;
        padding: 0 45px;
    }

    .about_right {
        width: 60%;
        padding: 0 25px;
    }

    .activities_item {
        width: 24%;
        box-sizing: border-box;
        background-color: #f5bc31;
        padding: 20px;
        border-radius: 10px;
    }

    .activities_item img {
        width: 90%;
        height: 100px;
        display: block;
        margin: 0 auto 20px;
        transition: all 0.3s ease-in-out;
    }

    .responsibilities_item {
        width: 24%;
        padding: 20px;
        background-color: #586d32;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .responsibilities_item img {
        width: 100%;
        height: 190px;
    }

}

@media screen and (max-width: 1000px) {
    .introduce_p {
        color: #586d32;
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
    }

    .about_left {
        width: 100%;
        padding: 0 45px;
    }

    .about_right {
        width: 100%;
        padding: 0 25px;
    }

    .activities_item {
        width: 100%;
        box-sizing: border-box;
        background-color: #f5bc31;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .activities_item img {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto 20px;
        transition: all 0.3s ease-in-out;
    }

    .responsibilities_item {
        width: 100%;
        padding: 20px;
        background-color: #586d32;
        border-radius: 10px;
        box-sizing: border-box;
        margin-bottom: 20px;

    }

    .responsibilities_item img {
        display: block;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

}