@charset "utf-8";
/* CSS Document */

html,
body {
    scroll-behavior: smooth;
}

.cpactive .e_container-5 {
    background-color: var(--c) !important;
    border-color: var(--c) !important;
}

.cpactive .e_container-5 a {
    color: #fff !important;
}

.nyactive .e_text-7:after {
    height: 100% !important;
}

.nyactive .e_text-7 {
    color: #fff !important;
}


.e_container-1 .e_text-7:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
    height: 0px;
    background: var(--c);
    transition: all .3s;
}

.e_container-1 .e_container-6:hover .e_text-7:after {
    height: 100%;
}

.e_container-1 .e_text-7 a {
    z-index: 1;
    position: relative;
}


.e_container-1 .e_container-6:hover .e_text-7:after {
    height: 100%;
}


.e_container-1 .e_text-7 a {
    z-index: 1;
    position: relative;
}


@media screen and (max-width: 768px) {




    .nyactive a {
        color: #fff !important;

    }

}

@media screen and (min-width: 769px) {
    .pl_service4 {
        top: auto !important;
        bottom: 20%;
    }

    .zzactive>div {
        background: var(--c) !important;

    }

    .zzactive a {
        color: #fff !important;

    }



}



.page_a.current {
    background: var(--c) !important;
    color: #fff;
}


@media only screen and (max-width: 768px) {}





table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 15px;
}

table TR TD {
    text-align: left;
    border-left: #ddd 1px solid;
    line-height: 1.4;
    font-size: 14px;
    border-top: #ddd 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 50%;
    padding-right: 10px;
    color: #333;
}

table TD p {
    text-align: center;
    line-height: 2.2;

    font-size: 14px;
    color: #333;
    padding: 0 !important;
}

table .bt {
    background-color: #ff4f51;
    color: #fff !important;
    font-weight: bold;
}

table .bt p {
    background-color: #ff4f51;
    color: #fff !important;
    font-weight: bold;
}

TR .bg TD {
    color: #fff !important;
}

tr:nth-child(odd) {
    background-color: #f4f4f4;
}

tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.0);
}