/* 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;
        }
    }
