/*-fluid .background-color-1  {*/
/*    background-color: transparent !important;*/
/*}*/
.banner {
    width: 100%;
    position: relative;
}

.container-fluid .page-title {
    position: absolute;
    top: 10%;
    color: white;
    font-size: 3vw;
    font-family: Segoe_UI_Bold;
    right: 10%;
}

.background-color-1 {
    background-color: #0C9194;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.background-color-1 .row {
    color: #FFFFFF;
    font-size: 15px;
}

.background-color-1 .intro_title {
    font-family: Segoe_UI_Bold;
    font-size: 24px;
    width: 60%;
}

.background-color-1 .row .right {
    padding-left: 20px;
    padding-right: 20px;
}

.background-color-1 .row .left {
    padding-left: 0;
    padding-right: 20px;
}

.background-color-1 .row .col-md-6 p {

    font-size: 15px;
}

.background-color-2 {
    background-color: rgba(12, 145, 148, 0.2);
    padding: 66px 15px;
    width: 100%;
}

.background-color-2 .first-row {
    background-image: url("../images/Group_285.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-color-2 .first-row p {
    max-width: 600px;
}

.background-color-2 .last-row {
    background-image: url("../images/Group_286.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.background-color-2 .last-row .col-md-12 p {
    max-width: 366px;
}

.background-color-2 .row {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 65px;
    padding-left: 70px;
    padding-right: 70px;
}

.background-color-2 .child-div-title {
    background-color: #0C9194;
    max-width: 580px;
    border-radius: 15px;
    color: white;
    font-family: Segoe_UI_Bold;
    font-size: 24px;
    padding: 5px 20px;
    margin-top: -20px;
}

.background-color-2 .row p {
    color: #777777;
    font-size: 15px;
}

.background-color-2 .row p .number_cate {
    color: #0C9194;
    font-family: Segoe_UI_Bold;
}

.background-color-2 .last-content {
    margin: 0 auto;
    width: 80%;
    font-family: Segoe_UI_SemiBold_Italic;
    color: #0C9194;
    font-size: 15px;
}

.background-color-2 .child-row .child-row-title {
    font-size: 18px;
    font-family: Segoe_UI_Black_Italic;
    color: #0C9194
}

#img-1, #img-2 {
    width: 16%;
}



@media only screen and (max-width: 766px) {
    .container-fluid .page-title {
        top: 50%;
        left: 43%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        width: 73%;
    }

    .background-color-2 .row {
        background-image: unset;
        padding: 0 0 20px 0;
    }

    .background-color-2 .child-row {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .background-color-1 .row .col-md-6 {
        padding-left: 20px;
    }

    .background-color-2 .row .col-md-12 .child-div-title {
        font-size: 15px;
        border-radius: 9px;
        width: fit-content;
        margin: -16px auto 10px;
        padding: 5px 8px;
    }
    .background-color-1 .intro_title{
        width: 85%;
        font-size: 15px;
    }
    .background-color-1 p, .background-color-2 .row p, .background-color-2 .last-content{
        font-size: 14px;
    }
    .background-color-2 .last-row-absolute-1 {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 54%;
        transform: translate(-50%, -50%);
        width: 70%;
        font-size: 15px;
    }
    #img-1, #img-2 {
        width: 12%;
    }
    #img-1 {
        position: absolute;
        top: 10%;
    }

    #img-2 {
        position: absolute;
        top: 84%;
        right: 0;
    }
}

@media only screen and (min-width: 766px) and (max-width: 990px) {
    .container-fluid .page-title {
        left: 26%;
        right: unset;
        font-size: 50px;
        width: 40%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .background-color-1 .intro_title {
        width: fit-content;
        font-size: 15px;
    }

    .background-color-2 .first-row {
        background-image: unset;
        padding-bottom: 60px;
    }

    .background-color-2 .last-row .col-md-12 p {
        max-width: unset;
    }

    .background-color-2 .last-row {
        background-image: unset;
    }

    .background-color-2 .last-row-absolute-1 {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 66%;
    }

    .background-color-2 .child-div-title {
        text-align: center;
    }

    .background-color-2 .child-row {
        margin-top: 60px;
        padding: 0;
        margin-bottom: 0;
    }
    #img-1 {
        position: absolute;
        top: 10%;
    }

    #img-2 {
        position: absolute;
        top: 72%;
        right: 20%;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

}