.section-content-container.tab-content-section {
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}

p.desc__content {
    margin-left: 32px;
}

.desc__content.desc__content2 {
    margin-left: 32px;
}

.page-container .page-content-container .contain-top {
    margin: 0 auto;
    width: 1200px !important;
    padding: 0 !important;
    padding-top: 60px !important;
    max-width: 100% !important;
}

.service__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-top: 32px;
    font-weight: bold;
}

    .service__content:hover {
        color: red;
    }

        .service__content:hover .icon__content > svg > path {
            fill: red;
        }

.icon__content {
    width: 48px;
    height: 48px;
    margin-bottom: 0 !important;
    transform: translateY(-16px);
}

.desc__content {
    position: relative;
    margin-bottom: 32px !important;
    flex: 1;
    text-align: left !important;
}

    .desc__content.desc__content2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .desc__content.desc__content2 p {
            font-size: 16px !important;
        }

    .desc__content::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: black;
        left: 0;
        bottom: -28px;
    }

.page-container
.page-content-container
.section-content-container-3
p.desc__content2-date {
    margin-bottom: 0;
}

.page-container
.page-content-container
.section-content-container-3
p.desc__content2-title {
    margin-bottom: 0;
}

.contain-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .contain-bottom .btn-transparent {
        margin-right: 16px;
    }

.btn-content-tab {
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 11px;
}

    .btn-content-tab a {
        color: black;
        text-decoration: none;
    }

        .btn-content-tab a:hover {
            color: black;
        }

.btn-transparent {
    border: 1px solid;
}

.btn-red {
    background-color: red;
    color: white;
}

    .btn-red a {
        color: white;
    }

        .btn-red a:hover {
            color: white;
        }

.btn-none {
    display: none;
}

.tab-content-section {
    padding-bottom: 60px;
}

.desc__content2-date {
    width: 200px;
    text-align: left !important;
}

.desc__content2-title {
    /* flex: 1; */
    text-align: left !important;
    width: 690px;
    max-width: 100%;
}

.btn-switch-check {
    width: 100%;
    height: 100%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .service__content {
        margin-bottom: 32px;
        align-items: flex-start;
        padding: 0 16px;
        font-weight: bold;
    }

    .desc__content.desc__content2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .desc__content2-title {
        text-align: left !important;
        margin-bottom: 8px !important;
        width: 100%;
    }

    .desc__content2-date {
        margin: 0px !important;
    }

    .desc__content.desc__content2 p {
        font-size: 14px !important;
    }

    .desc__content::after {
        bottom: -16px;
    }

    .icon__content {
        width: 32px;
        height: 32px;
        transform: translateY(0);
    }

        .icon__content > svg {
            width: 32px;
            height: 32px;
        }

    .service__content {
        margin-top: 0;
        margin-bottom: 16px;
    }

    p.desc__content {
        margin-left: 16px;
    }

    .desc__content.desc__content2 {
        margin-left: 32px;
    }
}
#showErr {
    color: red;
    text-align: left;
    margin-top: 10px;
    display: none;
}
@media screen and (max-width : 414px) {
    .page-container .page-content-container .contain-top {
        padding: 60px 16px !important;
    }
}
