.g-bd-wrap>img {
    width: 100%;
}
.cat-language-div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 80px;
    top: 330px;
}
.cat-button {
    width: 100px;
    height: 30px;
    background-color: rgba(20, 145, 15, 0.8);
    border-radius: 5px;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    padding-top: 5px;
    cursor: pointer;
}
.act {
    background-color: white;
    border: #0f916e solid 1px;
    color: #0f916e;
}
.overview-div {
    background-size: cover;
    position: relative;
}
.div-title {
    text-align: center;
    font-size: 2em;
    padding-top: 40px;
    position: relative;
}
.div-title::before {
    content: '';
    position: absolute;
    bottom: -10px;
    /*left: 545px;*/
    left: 45%;
    width: 110px;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(to right, rgb(8, 144, 169), rgb(144, 215, 33));
}
.content-div {
    margin-top: 30px;
    line-height: 2.5em;
    text-align: justify;
}
.overview-img-title {
    width: 450px;
    height: 30px;
    display: grid;
    place-items: center;
    color: white;
    margin: 60px auto 0;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    background: linear-gradient(to right, rgb(8, 144, 169), rgb(144, 215, 33));
}
.overview-img {
    padding:15px 0 60px;
}
.overview-img>img {
    width: 100%;
}
.button-div {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.pa-button {
    color: white;
    font-size: 18px;
    text-align: center;
    width: 30%;
    line-height: 2em;
    border-radius: 20px;
    background-color: #0090ab;
}
.area-map-div {
    height: 750px;
    text-align: center;
}
.area-map-div>img {
    height: 100%;
}
.policy {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
.policy-content, .policy-img {
    width: 48%;
}
.policy-content {
    padding: 25px;
    background-size: cover;
    text-align: justify;
    line-height: 2.2em;
}
.policy-img>img {
    /*height: 100%;*/
    width: 100%;
}
.encircle-container {
    margin: 40px 0;
    text-align: justify;
    line-height: 2.4em;
}
.encircle-container>img {
    float: left;
    margin-right: 20px;
}
.ssf-div {
    margin: 40px 0;
    background-color: #f1f5f4;
    padding: 60px 60px 10px;
}

.ssf-ele-1, .ssf-ele-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.ele-word {
    width: 42%;
    position: relative;
}
.ele-title {
    line-height: 2.5em;
    margin-bottom: 20px;
    font-size: 18px;
}
.ele-title::before {
    content: '';
    position: absolute;
    top: 40px;
    width: 110px;
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(to right, rgb(8, 144, 169), rgb(144, 215, 33));
}
.ele-content {
    line-height: 2em;
    text-align: justify;
}
.ele-img {
    width: 52%;
    margin-left: 30px;
}
.ssf-ele-1>.ele-img>img {
    width: 100%;
}
.ssf-ele-2>.ele-img>img {
    width: 100%;
}
.contact-us-content {
    margin-top: 40px;
    padding-bottom: 40px;
    line-height: 2.5em;
}
.overview-img-mobile, .policy-mobile, .ssf-ele-1-mobile {
    display: none;
}
@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }
    .cat-language-div {
        height: 30px;
        top: 4.4rem;
        z-index: 1001;
    }
    .cat-button {
        width: 70px;
        height: 20px;
        margin-left: 10px;
        font-size: 14px;
        padding-top: 4px;
    }
    .overview-img, .policy, .ssf-ele-1 {
        display: none;
    }
    .overview-img-mobile, .policy-mobile, .ssf-ele-1-mobile {
        display: block;
        margin: 40px 0;
    }
    .content-div, .encircle-container {
        line-height: 2em;
    }
    .div-title::before {
        left: 35%;
        bottom: -10px;
        top: auto;
    }
    .overview-img-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 30px;
    }
    .overview-img-ele {
        width: 45%;
    }
    .overview-img-ele>img {
        width: 100%;
    }
    .overview-img-title {
        width: 360px;
        font-size: 18px;
    }
    .pa-button {
        line-height: 1.3em;
        width: 32%;
        display: flex;
        align-items: center;
    }
    .policy-content {
        padding: 0;
    }
    .area-map-div {
        height: 280px;
    }
    .policy-mobile>.policy-content, .policy-mobile>.policy-img {
        width: 100%;
    }
    .encircle-container>img {
        width: 100%;
    }
    .ssf-div {
        padding: 20px 20px 10px;
    }
    .ele-word {
        width: 100%;
    }
    .ssf-ele-1-mobile, .ssf-ele-2 {
        display: contents;
        margin-bottom: 50px;
    }
    .ele-img {
        width: 100%;
        margin-left: auto;
    }
    .ele-img>img {
        width: 100%;
    }
    .ele-content {
        margin-bottom: 40px;
    }
}
