﻿#Our_values {
    background: #DDEDF8;
}

.row_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: -12px;
    margin-right: -12px;
}

.main {
    padding: 80px 0 80px 0;
    background: #DDEDF8;
}

.content {
    padding: 0 45px 40px 45px;
    background: #DDEDF8;
}

.main_Title {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #0D1846;
}

.main_Desc {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #111C24;
}

.card_Title {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.card_Desc {
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.swiper {
    width: calc(100% - 100px);
    height: 100%;
}

.swiper-slide {
    text-align: left;
    background: linear-gradient(230.96deg, rgba(255, 255, 255, 0.5) 0.05%, #FBFFFF 72.39%);
    box-shadow: 0px 4px 20px 0px #05B8B50D;
    border-radius: 30px 10px;
    /* Center slide text vertically */
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        width: 48px;
        height: 48px;
        margin-bottom: 28px;
    }

.slide_card {
    width: 100%;
    height: 100%;
    padding: 30px 20px 10px 20px;
}

.swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.button_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}


.carousel_prev_icon {
    margin-top: 8px;
    transform: translate(-50%,-50%);
    border: 1px solid #05B8B5;
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel_next_icon {
    margin-top: 8px;
    transform: translate(-50%,-50%);
    border: 1px solid #05B8B5;
    border-width: 0px 1px 1px 0px;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: none;
    font-size: unset;
    content: '';
}

.swiper-button-next, .swiper-button-prev {
    position: relative;
    bottom: 20px;
}

.swiper-pagination-bullet-active {
    background: none;
    background-color: #0079C8;
}

@media screen and (max-width:414px) {
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .content {
        padding: 0 10px 24px 10px;
    }

    .swiper {
        width: calc(100% - 30px);
    }

    .main {
        padding: 80px 10px 80px 10px;
    }

    .main_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #0D1846;
    }

    .button_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .swiper-slide img {
        margin-bottom: 15px;
    }

    .card_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:415px) and (max-width:767px) {
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .content {
        padding: 0 10px 24px 10px;
    }

    .swiper {
        width: calc(100% - 80px);
    }

    .main {
        padding: 80px 20px 80px 20px;
    }

    .main_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #0D1846;
    }

    .button_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .card_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 15px;
    }
}


@media screen and (min-width:767px) and (max-width:960px) {
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .card_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 15px;
    }

    .content {
        padding: 0 10px 24px 10px;
    }

    .swiper {
        width: calc(100% - 80px);
    }

    .main {
        padding: 80px 10px 80px 10px;
    }

    .main_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #0D1846;
    }

    .button_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .swiper-slide img {
        margin-bottom: 15px;
    }
}

@media screen and (min-width:960px) and (max-width:1239px) {
    .card_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        margin-bottom: 20px;
    }

    .card_Desc {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .content {
        padding: 0 10px 24px 10px;
    }

    .swiper {
        width: calc(100% - 30px);
    }

    .main {
        padding: 80px 10px 80px 10px;
    }

    .main_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #0D1846;
    }

    .button_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
}

@media screen and (min-width:1240px) and (max-width:1320px) {
    .card_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        margin-bottom: 20px;
    }

    .card_Desc {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
    }

    .content {
        padding: 0 10px 24px 10px;
    }

    .swiper {
        width: calc(100% - 297px);
    }

    .main_Title {
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #0D1846;
    }

    .button_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
}
