﻿.detail-cate .container {
    padding: 0;
    position: relative;
    z-index: 2;
}

.detail-cate {
    background-color: #F5F6F6;
}

.detail-new-banner {
    height: 500px;
    position: relative;
    z-index: 0;
}

    .detail-new-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #333;
        opacity: .7
    }

.detail-new-cate {
    position: absolute;
    top: 23px;
    border-radius: 3px;
    background-color: var(--default-color-1);
    color: #fff;
    font-size: 15px;
    padding: 10px 18px;
    text-transform: uppercase;
    font-family: 'Inter_24pt-Medium';
}

.detail-cate .container .left {
    font-size: 16px;
    line-height: 150%;
    width: 70%;
    float: left;
    background-color: #fff;
    padding: 25px;
    transform: translateY(-120px);
    padding-top: 85px;
    border-top-right-radius: 20px;
}

.detail-cate .container .right {
    float: right;
    width: 330px;
}

.detail-cate .container .left a {
    display: inline-block;
}

.detail-cate .container .left ul li {
    margin: 5px 0;
}

.detail-cate .container .left p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 160%;
    color: #333;
    font-size: 16px;
}

.detail-cate .container .left .heading {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 100;
    text-transform: capitalize;
}

.detail-cate .container .left .heading-2 {
    color: var(--default-color-1);
    font-size: 20px;
    line-height: 150%;
    font-family: 'Inter_24pt-Bold';
    margin: 0;
    margin-top: 10px;
    font-weight: 100;
}

.detail-cate .container .left .description {
    color: #333333bf;
    font-size: 18px;
    font-family: 'Inter_24pt-Medium';
    line-height: 164%;
    display: block;
    margin: 0;
    margin-top: 8px;
    font-weight: 100;
    border-bottom: 1px solid #33333329;
    padding-bottom: 15px;
}

.detail-cate .container .left span {
    color: #363636;
}

.detail-cate section {
    font-family: 'Inter_24pt-Regular';
}

    .detail-cate section ul {
        padding-left: 20px;
    }

    .detail-cate section img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.detail-cate .options-bv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    padding: 14px 0;
}

    .detail-cate .options-bv .op-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #4f4f4f;
        opacity: .5
    }

        .detail-cate .options-bv .op-left .item:nth-child(2) {
            margin-left: 10px
        }

.detail-cate section h1,
.detail-cate section h2,
.detail-cate section h3,
.detail-cate section h4,
.detail-cate section h5,
.detail-cate section h6 {
    color: var(--default-color-1);
    font-family: 'Inter_24pt-SemiBold';
    margin: 15px 0;
    line-height: 1.3;
}

.same-news {
    position: relative;
    background-color: #e9cf872e;
}

.same-news-container {
    padding: 45px 0;
}

.same-news-title {
    text-transform: uppercase;
    color: var(--default-color-2);
    z-index: 2;
    width: fit-content;
    margin: 0;
    position: relative;
    font-size: 25px;
    font-weight: 100;
    padding-bottom: 8px;
    font-family: 'Inter_24pt-SemiBold';
}

    .same-news-title::before {
        content: '';
        position: absolute;
        width: 35px;
        bottom: 0;
        height: 2px;
        background-color: var(--default-color-2);
    }

.same-news-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 30px;
}

    .same-news-list .p-news-item {
    }

.detail-news-side {
    margin-top: 35px;
    background: linear-gradient(0deg, #01244C 0%, #032B5C 100%);
    border-radius: 15px;
    padding: 12px;
}

    .detail-news-side .title::before {
        content: '';
        position: absolute;
        width: 35px;
        height: 3px;
        background-color: var(--default-color-2);
        border-radius: 55px;
        bottom: 0;
    }

    .detail-news-side .title {
        position: relative;
        margin: 0;
        font-family: 'Inter_24pt-Bold';
        color: #E6AE5C;
        font-size: 21px;
        font-weight: 100;
        padding-bottom: 8px;
        margin-bottom: 16px;
    }

    .detail-news-side .side-list {
    }

    .detail-news-side .side-item {
        display: flex;
        margin-bottom: 16px;
    }

    .detail-news-side .side-item-img {
        width: 100px;
        height: 88px;
        border-radius: 3px;
        overflow: hidden;
    }

        .detail-news-side .side-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .3s;
        }

    .detail-news-side .side-item-content {
        flex: 1;
        padding-left: 13px;
    }

    .detail-news-side .side-item:hover .side-item-content h3 {
        color: var(--default-color-2);
    }

    .detail-news-side .side-item-content h3 {
        margin: 0;
        font-family: 'Inter_24pt-Bold';
        font-weight: 100;
        color: #fff;
        font-size: 15px;
        line-height: 141%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 5px;
        transition: all .3s;
    }

    .detail-news-side .side-item-content span {
        font-size: 13px;
        line-height: 150%;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .detail-news-side .side-item:hover .side-item-img img {
        transform: scale(1.02);
    }
/*RS*/
@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .detail-pro-n-container {
        flex-direction: column;
    }

    .p-banner-content span {
        text-align: center;
        font-size: 14px;
    }

    .p-banner-content a {
        font-size: 14px;
    }

    .detail-cate .container .left,
    .detail-cate .container .right {
        width: 100%;
        transform: translateY(0);
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .same-news-list {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .same-news-container {
        padding: 30px 0;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .detail-cate .container .left {
        padding: 15px 15px;
        padding-top: 57px;
    }

    .same-news-list {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .same-news-container {
        padding: 20px 0;
    }

    .detail-cate .container {
        padding: 20px 0;
        padding-top: 0;
    }

        .detail-cate .container .left .heading-2 {
            font-size: 17px;
            margin-top: 6px;
        }

    .detail-new-banner {
        height: 260px;
    }

    .detail-new-cate {
        top: 10px;
        font-size: 14px;
        padding: 8px 16px;
    }

    .detail-cate .container .left .description {
        font-size: 15px;
        text-align: justify;
    }
}

/* ===== Detail Service Page Redesign - Xay Dung Pham Phung ===== */
.detail-service-page {
    overflow: hidden;
    background: linear-gradient(180deg, #f7f8fb 0%, #fff 72%);
}

    .detail-service-page .grid.wide,
    .detail-service-page .container,
    .detail-service-page .left,
    .detail-service-page .right {
        min-width: 0;
    }

    .detail-service-page .detail-new-banner {
        overflow: hidden;
        isolation: isolate;
        border-radius: 0 0 22px 22px;
        background: #102033;
        box-shadow: 0 18px 45px rgba(2, 37, 82, .12);
    }

        .detail-service-page .detail-new-banner::before {
            z-index: 1;
            opacity: 1;
            background: linear-gradient(115deg, rgba(2, 37, 82, .78), rgba(3, 42, 90, .38) 54%, rgba(230, 174, 92, .28));
        }

        .detail-service-page .detail-new-banner::after {
            content: "";
            position: absolute;
            inset: auto 0 0 0;
            z-index: 1;
            height: 46%;
            background: linear-gradient(180deg, transparent, rgba(2, 37, 82, .45));
            pointer-events: none;
        }

        .detail-service-page .detail-new-banner img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.02);
            transition: transform .75s ease, filter .75s ease;
            filter: saturate(1.04) contrast(1.03);
        }

        .detail-service-page .detail-new-banner:hover img {
            transform: scale(1.045);
            filter: brightness(1.04) saturate(1.08);
        }

    .detail-service-page .container {
        padding-bottom: 42px;
    }

        .detail-service-page .container .left {
            overflow: hidden;
            border: 1px solid rgba(2, 37, 82, .08);
            border-radius: 0 22px 22px 22px;
            box-shadow: 0 14px 35px rgba(2, 37, 82, .12);
        }

    .detail-service-page .detail-new-cate {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        border-radius: 999px;
        background: linear-gradient(135deg, #022552, #AD7632);
        box-shadow: 0 12px 26px rgba(2, 37, 82, .22);
        letter-spacing: .3px;
        transition: transform .3s ease, box-shadow .3s ease;
    }

        .detail-service-page .detail-new-cate::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #E6AE5C;
            box-shadow: 0 0 0 5px rgba(230, 174, 92, .18);
        }

        .detail-service-page .detail-new-cate:hover {
            transform: translateY(-2px);
            box-shadow: 0 16px 30px rgba(2, 37, 82, .26);
        }

    .detail-service-page .container .left .heading-2 {
        position: relative;
        padding-bottom: 16px;
        color: #022552;
        line-height: 1.28;
    }

        .detail-service-page .container .left .heading-2::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 92px;
            height: 4px;
            border-radius: 999px;
            background: linear-gradient(90deg, #022552, #E6AE5C);
        }

    .detail-service-page .container .left .description {
        margin-top: 16px;
        padding: 16px 18px;
        border: 0;
        border-left: 4px solid #E6AE5C;
        border-radius: 0 14px 14px 0;
        background: rgba(230, 174, 92, .1);
        color: rgba(51, 51, 51, .78);
        line-height: 1.7;
    }

    .detail-service-page .options-bv {
        gap: 12px;
        border-bottom: 1px solid rgba(2, 37, 82, .09);
        flex-wrap: wrap;
    }

        .detail-service-page .options-bv .op-left {
            gap: 10px;
            flex-wrap: wrap;
            opacity: 1;
        }

            .detail-service-page .options-bv .op-left .item {
                display: inline-flex;
                align-items: center;
                gap: 7px;
                margin: 0 !important;
                padding: 7px 12px;
                border: 1px solid rgba(173, 118, 50, .18);
                border-radius: 999px;
                background: rgba(230, 174, 92, .1);
                color: rgba(51, 51, 51, .76);
                line-height: 1.35;
            }

                .detail-service-page .options-bv .op-left .item i {
                    color: #AD7632;
                }

        .detail-service-page .options-bv .op-right {
            line-height: 1;
        }

    .detail-service-page section {
        max-width: 100%;
        padding-top: 18px;
        color: rgba(51, 51, 51, .88);
        font-size: 17px;
        line-height: 1.78;
    }

        .detail-service-page section > *:first-child {
            margin-top: 0;
        }

        .detail-service-page section > *:last-child {
            margin-bottom: 0;
        }

        .detail-service-page section p {
            margin: 0 0 16px;
            color: rgba(51, 51, 51, .86);
            line-height: 1.78;
        }

        .detail-service-page section h2,
        .detail-service-page section h3,
        .detail-service-page section h4 {
            position: relative;
            margin: 28px 0 14px;
            color: #022552;
            font-family: 'Inter_24pt-SemiBold';
            line-height: 1.32;
        }

        .detail-service-page section h2 {
            font-size: 23px;
        }

        .detail-service-page section h3 {
            font-size: 24px;
        }

        .detail-service-page section h4 {
            font-size: 20px;
        }

        .detail-service-page section ul,
        .detail-service-page section ol {
            margin: 0 0 18px 22px;
            padding: 0;
        }

        .detail-service-page section li {
            margin-bottom: 8px;
            padding-left: 4px;
        }

        .detail-service-page section a {
            color: #AD7632;
            transition: color .3s ease;
        }

            .detail-service-page section a:hover {
                color: #022552;
            }

        .detail-service-page section img {
            display: block;
            max-width: 100%;
            height: auto !important;
            margin: 24px auto;
            border-radius: 14px;
            box-shadow: 0 14px 35px rgba(2, 37, 82, .12);
        }

        .detail-service-page section table {
            display: block;
            width: 100% !important;
            max-width: 100%;
            margin: 22px 0;
            border-collapse: collapse;
            overflow-x: auto;
            white-space: nowrap;
        }

        .detail-service-page section th,
        .detail-service-page section td {
            padding: 12px 14px;
            border: 1px solid rgba(2, 37, 82, .12);
            white-space: normal;
        }

        .detail-service-page section th {
            background: rgba(230, 174, 92, .14);
            color: #022552;
        }

        .detail-service-page section blockquote {
            margin: 24px 0;
            padding: 18px 22px;
            border-left: 4px solid #AD7632;
            border-radius: 0 14px 14px 0;
            background: rgba(230, 174, 92, .1);
            color: rgba(51, 51, 51, .82);
            font-style: italic;
        }

    .detail-service-page .detail-news-side {
        overflow: hidden;
        padding: 18px;
        border: 1px solid rgba(230, 174, 92, .18);
        border-radius: 20px;
        background: linear-gradient(160deg, #022552 0%, #032A5A 62%, #123d6d 100%);
        box-shadow: 0 18px 40px rgba(2, 37, 82, .22);
    }

        .detail-service-page .detail-news-side .title {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #E6AE5C;
            line-height: 1.35;
        }

            .detail-service-page .detail-news-side .title::before {
                position: static;
                flex: 0 0 auto;
                width: 38px;
                background: linear-gradient(90deg, #E6AE5C, rgba(230, 174, 92, .18));
            }

        .detail-service-page .detail-news-side .side-item {
            min-width: 0;
            margin-bottom: 10px;
            padding: 9px;
            border: 1px solid transparent;
            border-radius: 14px;
            transition: transform .3s ease, background .3s ease, border-color .3s ease;
        }

            .detail-service-page .detail-news-side .side-item:hover {
                transform: translateY(-2px);
                border-color: rgba(230, 174, 92, .22);
                background: rgba(255, 255, 255, .08);
            }

        .detail-service-page .detail-news-side .side-item-img {
            flex: 0 0 100px;
            border-radius: 12px;
            background: rgba(255, 255, 255, .08);
        }

            .detail-service-page .detail-news-side .side-item-img img {
                transition: transform .35s ease, filter .35s ease;
            }

        .detail-service-page .detail-news-side .side-item:hover .side-item-img img {
            transform: scale(1.04);
            filter: saturate(1.06);
        }

        .detail-service-page .detail-news-side .side-item-content {
            min-width: 0;
        }

            .detail-service-page .detail-news-side .side-item-content h3 {
                color: #fff;
                transition: color .3s ease;
            }

        .detail-service-page .detail-news-side .side-item:hover .side-item-content h3 {
            color: #E6AE5C;
        }

        .detail-service-page .detail-news-side .side-item-content span {
            color: rgba(255, 255, 255, .76);
        }

    .detail-service-page + .same-news {
        overflow: hidden;
        background: linear-gradient(180deg, #f7f8fb 0%, #fff 100%);
    }

        .detail-service-page + .same-news .same-news-container {
            padding: 54px 0 58px;
        }

        .detail-service-page + .same-news .same-news-title {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 34px;
            padding-bottom: 0;
            color: #022552;
            font-size: 26px;
            line-height: 1.25;
        }

            .detail-service-page + .same-news .same-news-title::before {
                position: static;
                flex: 0 0 auto;
                width: 52px;
                height: 4px;
                border-radius: 999px;
                background: linear-gradient(90deg, #022552, #E6AE5C);
            }

            .detail-service-page + .same-news .same-news-title::after {
                content: "";
                width: 11px;
                height: 11px;
                border-radius: 50%;
                background: #E6AE5C;
                box-shadow: 0 0 0 6px rgba(230, 174, 92, .16);
                position: absolute;
                left: 43px;
            }

        .detail-service-page + .same-news .p-news-list.rs {
            display: grid;
            grid-auto-rows: minmax(min-content, max-content);
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
            min-width: 0;
            margin-top: 0;
        }

        .detail-service-page + .same-news .p-news-item {
            min-width: 0;
            overflow: hidden;
            border: 1px solid rgba(2, 37, 82, .08);
            border-radius: 18px;
            background: #fff;
            box-shadow: 0 14px 35px rgba(2, 37, 82, .12);
            transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
        }

            .detail-service-page + .same-news .p-news-item:hover {
                transform: translateY(-3px);
                border-color: rgba(230, 174, 92, .34);
                box-shadow: 0 20px 44px rgba(2, 37, 82, .16);
            }

            .detail-service-page + .same-news .p-news-item > a {
                height: 100%;
            }

        .detail-service-page + .same-news .p-news-img {
            height: 250px;
            margin: 0;
            border-radius: 18px 18px 0 0;
            background: #ececec;
        }

            .detail-service-page + .same-news .p-news-img::before {
                z-index: 1;
                background: linear-gradient(180deg, transparent 45%, rgba(2, 37, 82, .5));
                opacity: .35;
                transition: opacity .3s ease;
            }

        .detail-service-page + .same-news .p-news-item:hover .p-news-img::before {
            opacity: .55;
        }

        .detail-service-page + .same-news .p-news-img img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .3s ease, filter .3s ease;
        }

        .detail-service-page + .same-news .p-news-item:hover .p-news-img img {
            transform: scale(1.04);
            filter: saturate(1.06);
        }

        .detail-service-page + .same-news .img-cate {
            z-index: 2;
            left: 14px;
            bottom: 14px;
            max-width: calc(100% - 28px);
            padding: 8px 13px;
            border: 1px solid rgba(255, 255, 255, .24);
            border-radius: 999px;
            background: linear-gradient(135deg, #022552, #BB782A);
            box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
            color: #fff;
            font-size: 13px;
            font-family: 'Inter_24pt-SemiBold';
            line-height: 1.35;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .detail-service-page + .same-news .p-news-content {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            min-width: 0;
            padding: 18px 18px 20px;
        }

            .detail-service-page + .same-news .p-news-content .options {
                flex-wrap: wrap;
                gap: 8px;
            }

            .detail-service-page + .same-news .p-news-content .options-item {
                gap: 6px;
                padding: 6px 10px;
                border-radius: 999px;
                background: var(--default-color-3);
                color: #fff;
                font-size: 12px;
            }

                .detail-service-page + .same-news .p-news-content .options-item::before {
                    display: none;
                }

                .detail-service-page + .same-news .p-news-content .options-item img {
                    display: block;
                    width: 13px;
                    height: 13px;
                    object-fit: contain;
                    opacity: .75;
                }

                .detail-service-page + .same-news .p-news-content .options-item span {
                    color: #fff;
                    font-size: 12px;
                    line-height: 1.2;
                }

            .detail-service-page + .same-news .p-news-content h3 {
                position: relative;
                margin-top: 16px;
                margin-bottom: 10px;
                padding-bottom: 10px;
                color: #252525;
                font-size: 21px;
                line-height: 1.42;
                transition: color .3s ease;
            }

                .detail-service-page + .same-news .p-news-content h3::before {
                    width: 48px;
                    height: 3px;
                    bottom: 0;
                    border-radius: 999px;
                    background: linear-gradient(90deg, #022552, #E6AE5C);
                    transition: width .3s ease;
                }

        .detail-service-page + .same-news .p-news-item:hover .p-news-content h3 {
            color: #022552;
        }

            .detail-service-page + .same-news .p-news-item:hover .p-news-content h3::before {
                width: 76px;
            }

        .detail-service-page + .same-news .p-news-content .descript {
            color: rgba(51, 51, 51, .72);
            font-size: 15px;
            line-height: 1.7;
        }

        .detail-service-page + .same-news .no-data {
            grid-column: 1 / -1;
            width: 100%;
            margin: 0;
            padding: 32px 22px;
            border: 1px dashed rgba(230, 174, 92, .5);
            border-radius: 18px;
            background: linear-gradient(180deg, #fff, rgba(230, 174, 92, .08));
            box-shadow: 0 14px 35px rgba(2, 37, 82, .1);
            color: #022552;
            text-align: center;
            font-family: 'Inter_24pt-SemiBold';
        }

@media(max-width:1023px) {
    .detail-service-page .container {
        padding-bottom: 0;
    }

        .detail-service-page .container .left {
            border-radius: 18px;
            box-shadow: 0 12px 30px rgba(2, 37, 82, .1);
        }

        .detail-service-page .container .right {
            margin-top: 24px;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .detail-service-page + .same-news .p-news-list.rs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media(max-width:739px) {
    .detail-service-page .detail-new-banner {
        height: 200px;
        border-radius: 0 0 16px 16px;
    }

    .detail-service-page .container .left {
        padding: 18px 15px;
        padding-top: 53px;
        border-radius: 16px;
        margin-top: 20px;
    }

    .detail-service-page .detail-new-cate {
        max-width: calc(100% - 20px);
        font-size: 12px;
        line-height: 1.35;
        white-space: normal;
    }

    .detail-service-page .container .left .heading-2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .detail-service-page .container .left .description {
        padding: 13px 14px;
        font-size: 15px;
        line-height: 1.65;
        text-align: justify;
    }

    .detail-service-page .options-bv {
        align-items: flex-start;
        flex-direction: column;
    }

    .detail-service-page section {
        font-size: 16px;
        line-height: 1.72;
    }

        .detail-service-page section h2 {
            font-size: 18px;
        }

    .detail-cate .container .left p {
        text-align: justify;
    }

    .detail-service-page section h3 {
        font-size: 21px;
    }

    .detail-service-page section h4 {
        font-size: 18px;
    }

    .detail-service-page section ul,
    .detail-service-page section ol {
        margin-left: 18px;
    }

    .detail-service-page .detail-news-side {
        padding: 14px;
        border-radius: 16px;
    }

        .detail-service-page .detail-news-side .side-item {
            padding: 8px;
        }

        .detail-service-page .detail-news-side .side-item-img {
            flex-basis: 96px;
            width: 96px;
            height: 88px;
        }

        .detail-service-page .detail-news-side .side-item-content {
            padding-left: 10px;
        }

    .detail-service-page + .same-news .same-news-container {
        padding: 28px 0 34px;
    }

    .detail-service-page + .same-news .same-news-title {
        gap: 32px;
        font-size: 20px;
        margin-bottom: 22px;
    }

        .detail-service-page + .same-news .same-news-title::before {
            width: 34px;
        }

    .detail-service-page + .same-news .p-news-list.rs {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 16px;
    }

    .detail-cate section h1, .detail-cate section h2, .detail-cate section h3, .detail-cate section h4, .detail-cate section h5, .detail-cate section h6 {
        font-size: 18px;
    }

    .detail-service-page + .same-news .p-news-item {
        border-radius: 14px;
    }

    .detail-service-page + .same-news .p-news-img {
        height: 220px;
        border-radius: 14px 14px 0 0;
    }

    .detail-cate section {
        text-align: justify;
    }

    .same-news-title {
        font-size: 21px;
    }

    .detail-service-page + .same-news .img-cate {
        left: 10px;
        bottom: 10px;
        max-width: calc(100% - 20px);
        padding: 7px 11px;
        font-size: 12px;
    }

    .detail-service-page + .same-news .p-news-content {
        padding: 15px 14px 17px;
    }

        .detail-service-page + .same-news .p-news-content h3 {
            font-size: 19px;
            margin-top: 14px;
        }

        .detail-service-page + .same-news .p-news-content .descript {
            font-size: 14px;
        }

    .detail-service-page + .same-news .no-data {
        padding: 24px 16px;
        border-radius: 14px;
    }
}