/* Extracted from the original slimminggogroup.com markup. Generated by tools/convert.mjs. */

    .breadcrumbs-area {
        display: none;
    }

    #pageTitle .page-title {
        position: relative;
        text-align: left;
        padding-top: var(--top-tit-margin);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #pageTitle .bg_dark .title-content h1 {
        color: #fff
    }

    #pageTitle .page-title p {
        color: #fff;
        font-size: 16px;
        line-height: 1.7;
    }

    #pageTitle .title-content {
        max-width: var(--container-width);
        margin: auto;
        height: inherit;
        width: 90%;
        display: flex;
        justify-content: center;
    }

    #pageTitle .title-content h1 {
        color: var(--color-text);
        font-size: var(--f80);
        line-height: 1;
    }

    #pageTitle .title-content p {
        margin-top: 20px;
    }

    #pageTitle .title-content>div {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    #pageTitle .title-center {
        justify-content: center;
    }

    #pageTitle .title-end {
        justify-content: flex-end;
    }

    #pageTitle .title-center>.title-content {
        justify-content: center;
    }

    #pageTitle .title-center>.title-content h1 {
        text-align: center;
    }

    #pageTitle .title-center>.title-content p {
        text-align: center;
    }

    #pageTitle .title_right>.title-content {
        justify-content: end;
    }

    #pageTitle .title_right>.title-content h1 {
        text-align: right;
    }

    #pageTitle .title_right>.title-content p {
        text-align: right;
    }

    #pageTitle .h1-white>.title-content h1 {
        color: var(--color-white);
    }

    #pageTitle .p-white>.title-content p {
        color: var(--color-white);
        max-width: 80vw
    }

    #pageTitle .page-title .submenu-items {
        display: flex;
        max-width: var(--container-width);
        margin: 0 auto;

        position: absolute;
        bottom: -35.37px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        z-index: 111;
    }

    #pageTitle .page-title .submenu-items a {
        text-align: center;
        display: block;
        background-color: #111111;
        color: #fff;
        padding: 22px 0;
        font-weight: 600;
        font-size: 17px;
    }

    #pageTitle .page-title .submenu-items a.active,
    #pageTitle .page-title .submenu-items a:active,
    #pageTitle .page-title .submenu-items a:hover {
        background-color: var(--color-primary)
    }

    /* Desktop ( 1024px ~)*/
    @media all and (min-width:1024px) {}

    /* Laptop ( 1024px ~ 1300px)*/
    @media all and (min-width:1024px) and (max-width:1200px) {}

    /* Tablet ( 768px ~ 1023px)*/
    @media all and (min-width:768px) and (max-width:1023px) {
      

        #pageTitle .page-title p {
            font-size: 14px;
        }

        #pageTitle .title-content>div:first-child {
            width: 70%;
        }

        #pageTitle .title-content>div img {
            width: 75%;
            margin: 0 auto;
        }
    }

    /* Mobile ( ~ 767px)*/
    @media all and (max-width:767px) {
        #pageTitle .title-content {
            flex-direction: column;
            justify-content: center;
        }

        #pageTitle .page-title {
            height: 100%;
        }

        #pageTitle .title-content h1 {
            font-size: 36px;
        }

        #pageTitle .page-title p {
            margin-top: 10px;
            font-size: 14px;
        }

        #pageTitle .page-title .submenu-items a {
            font-size: 14px;
            padding: 15px 0;
        }

        #pageTitle .title-content>div {
            display: block;
            height: auto;
            text-align: center;
        }

        #pageTitle .title-content>div img {
            display: none;
        }
    }



    .widget-wrap {
        display: flex;
        gap: 7.8125vw;
    }

    .widget-head .widget-title h3 {
        font-family: 'Poppins', sans-serif;
        font-size: var(--f55);
        font-weight: 600;
        line-height: 1;
    }

    .widget-head .widget-title a {
        display: block;
        width: fit-content;
        margin-top: 25px;
    }

    .widget-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        flex: 1;
    }

    .widget-list li {
        background-color: #fff;
        padding: 40px;
        padding-bottom: 50px;
        border-radius: 20px;
        min-width: 0;
    }

    .widget-list li .category {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        color: var(--color-primary);
        margin-bottom: 10px;
    }

    .widget-list li .title {
        display: block;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 95%;
    }

    .widget-list li .date {
        display: block;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0;
        color: var(--color-mute);
        margin-top: 50px;
    }

    /* Desktop ( 1024px ~)*/
    @media all and (min-width: 1024px) {}

    /* Laptop ( 1024px ~ 1440px)*/
    @media all and (min-width: 1024px) and (max-width: 1440px) {
        .widget-wrap {
            flex-direction: column;
            row-gap: var(--tit-margin);
        }

        .widget-head .widget-title {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }

        .widget-head .widget-title a img {
            width: 45px;
        }

        .widget-list {
            gap: 20px;
        }
    }

    /* Tablet ( 768px ~ 1023px)*/
    @media all and (min-width: 768px) and (max-width: 1023px) {
        .widget-wrap {
            flex-direction: column;
            row-gap: var(--tit-margin);
        }

        .widget-head .widget-title {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }

        .widget-head .widget-title a {
            margin-top: 0;
        }

        .widget-head .widget-title a img {
            width: 45px;
        }

        .widget-list {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
    }

    /* Mobile ( ~ 767px)*/
    @media all and (max-width: 767px) {
        .widget-wrap {
            flex-direction: column;
            row-gap: var(--tit-margin);
        }

        .widget-head .widget-title {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }

        .widget-head .widget-title a {
            margin-top: 0;
        }

        .widget-head .widget-title a img {
            width: 30px;
        }

        .widget-list {
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
        }

        .widget-list li {
            padding: 30px;
            padding-bottom: 35px;
        }

        .widget-list li .category {
            font-size: 14px;
            margin-bottom: 8px;
        }

        .widget-list li .title {
            font-size: 16px;
        }

        .widget-list li .date {
            font-size: 12px;
            margin-top: 30px;
        }
    }
