/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 1170px;
}

    .row.row-collapse {
        max-width: 1140px;
    }

html {
    scroll-behavior: smooth;
}
.pageExportDescription{margin-top:30px;}
.pageExportDescription ul{padding-left:18px;}
.hdCompany {
    max-width: 230px;
    color: #FA8331;
    font-weight: bold;
    font-size: 1em;
}

.topInfo {
}

.topInfo {
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

    .topInfo li {
        margin: 0;
        font-size: 1.1em;
    }

        .topInfo li:nth-child(1) {
            background: url(images/hd1.png) left center no-repeat;
            background-size: 18px;
            padding-left: 24px;
        }

        .topInfo li:nth-child(2) {
            background: url(images/hd2.png) left center no-repeat;
            background-size: 18px;
            padding-left: 24px;
        }

.topSocial {
    display: flex;
    gap: 10px;
    list-style: none;
}

    .topSocial li {
        margin: 0;
    }



        .topSocial li a {
            width: 25px;
            height: 25px;
            display: block;
        }

        .topSocial li:nth-child(1) a {
            background: url(images/so1.png) no-repeat;
            background-size: 25px;
        }

        .topSocial li:nth-child(2) a {
            background: url(images/so2.png) no-repeat;
            background-size: 25px;
        }

        .topSocial li:nth-child(3) a {
            background: url(images/so3.png) no-repeat;
            background-size: 25px;
        }


.pageHeadingDefault {
}

    .pageHeadingDefault h1 {
        color: #000;
        font-size: 1.9em;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 25px;
    }

        .pageHeadingDefault h1:before {
            content: "";
            background-color: rgba(0, 0, 0, .1);
            display: block;
            height: 3px;
            margin: 1em 0;
            max-width: 30px;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.breabCol {
}

    .breabCol a {
        color: black;
    }

    .breabCol span {
        color: black;
        font-size: 0.95em;
    }

.contactInfo {
}

    .contactInfo h2 {
        background: #703F30;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-size: 1.4em;
    }

    .contactInfo h3 {
        color: black;
        font-size: 1.2em;
    }

    .contactInfo ul {
    }

        .contactInfo ul li {
            color: black;
        }

.contactForm {
}

    .contactForm h2 {
        background: #703F30;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-size: 1.4em;
    }

    .contactForm .wpcf7-form-control {
        /* border: none; */
        box-shadow: none;
        border-radius: 5px;
        margin-bottom: 8px;
    }

    .contactForm p {
        color: black;
    }

    .contactForm .wpcf7-textarea {
    }

    .contactForm .wpcf7-submit {
        background: #703F30;
        border: none;
        box-shadow: none;
        border-radius: 5px;
        overflow: hidden;
        padding: 0 40px;
    }

.wpcf7-response-output {
    margin: 10px 0 !important;
}

.h2, h2 {
    font-size: 1.4em;
}

.ftInfo {
}

    .ftInfo h4 {
    }

    .ftInfo ul {
    }

        .ftInfo ul li {
        }

            .ftInfo ul li:nth-child(1) {
            }

            .ftInfo ul li:nth-child(2) {
            }

            .ftInfo ul li:nth-child(3) {
            }

            .ftInfo ul li:nth-child(4) {
            }

.ftMenu {
}

    .ftMenu h4 {
    }

    .ftMenu ul {
    }

        .ftMenu ul li {
        }

            .ftMenu ul li a {
            }

.ftList {
}

    .ftList h3 {
        font-size: 1.025em;
        margin-top: 6px;
    }

    .ftList ul {
        margin: 0;
        list-style: none;
    }

        .ftList ul li {
            margin: 0 0 10px;
        }

            .ftList ul li a {
                background: url(images/ftArrow.png) 2px 5px no-repeat;
                padding-left: 17px;
                font-size: .85em;
                /* font-weight: bold; */
                display: block;
            }

.ftSocial {
}

    .ftSocial ul {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .ftSocial ul li {
            margin: 0;
        }

            .ftSocial ul li a {
                width: 30px;
                height: 30px;
                display: block;
            }

            .ftSocial ul li:nth-child(1) a {
                background: url(images/so1.png) no-repeat;
                background-size: 30px;
            }

            .ftSocial ul li:nth-child(2) a {
                background: url(images/so2.png) no-repeat;
                background-size: 30px;
            }

            .ftSocial ul li:nth-child(3) a {
                background: url(images/so3.png) no-repeat;
                background-size: 30px;
            }

.ftInfo {
}

    .ftInfo h4 {
        text-transform: uppercase;
        font-size: 1.3em;
    }

    .ftInfo ul {
        list-style: none;
        margin: 0;
    }

        .ftInfo ul li {
            margin: 0 0 10px;
            font-size: .95em;
        }

            .ftInfo ul li:nth-child(1) {
                background: url(images/ft1.png) left 6px no-repeat;
                padding-left: 24px;
            }

            .ftInfo ul li:nth-child(2) {
                background: url(images/ft1.png) left 6px no-repeat;
                padding-left: 24px;
            }

            .ftInfo ul li:nth-child(3) {
                background: url(images/ft2.png) left 4px no-repeat;
                padding-left: 24px;
            }

            .ftInfo ul li:nth-child(4) {
                background: url(images/ft3.png) left 6px no-repeat;
                padding-left: 24px;
            }

.partnerHeading {
}

    .partnerHeading h2 {
        margin: 0;
        font-size: 1.4em;
    }

.partnerGallery {
}

    .partnerGallery .box-image {
        /*border: 1px solid rgb(204, 204, 204);*/
    }

.topName {
    font-size: 1.1em;
}

.breamBox {
    min-height: 45px;
    align-items: center;
    display: flex;
    position: relative;
    background-color: rgb(241, 241, 241);
    width: 100%;
    font-size: .95em;
}

.breadcrumb_last {
    color: black;
}

.postPage {
    padding: 30px 0;
}

.pPageItem {
    gap: 20px;
    overflow: hidden;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    display: flex;
    padding: .75rem;
    border-radius: .5rem;
    background: white;
    /*    align-items: center;*/
}

.pPageItemThumb {
    position: relative;
    max-width: 310px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    height: 190px;
    width: 290px;
}

    .pPageItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pPageItemContent {
}

.pPageItemTitle {
}

    .pPageItemTitle a {
        font-weight: bold;
        color: black;
        font-size: 18px;
        text-transform: uppercase;
    }

.pPageItemDate {
    color: #0066b5;
}

.pPageItemDescription {
    margin-top: 8px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    color: black;
    margin-bottom: 10px;
}

.pPageItemRead {
    margin-top: 15px;
}

    .pPageItemRead a {
        height: 35px;
        background: #0066b5;
        border: 1px solid #cbd5e1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 700;
        font-size: .775rem;
        text-transform: uppercase;
        line-height: 130%;
        color: white;
        max-width: 110px;
    }

.boxPostGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}

.widget {
    border-radius: 5px;
    overflow: hidden;
}

    .widget .widget-title {
        background: #FA8331;
        color: white;
        display: block;
        padding: 15px 30px;
    }

        .widget .widget-title span {
        }

    .widget .is-divider {
        display: none;
    }

    .widget ul {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 10px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: white;
    }

        .widget ul li {
            border: none !important;
        }

            .widget ul li a {
                border-bottom: 1px dashed #cecaca !important;
                display: block;
                line-height: 18px;
                padding: 10px 24px 10px 5px;
                position: relative;
                margin-bottom: 0;
                color: black;
            }

            .widget ul li:last-child a {
                border: none;
            }

.pPageItemReadMore {
}

    .pPageItemReadMore a {
        background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
        color: white;
        display: block;
        padding: 6px 18px;
        border-radius: 8px;
        overflow: hidden;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8em;
    }

.pPageItem:hover .pPageItemTitle a {
    color: #FA8331;
}

.boxPostGridRelate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.signPostBoxContent ul, .signPostBoxContent ol {
    padding-left: 17px;
}

.signPostBoxEx {
    /* border: 1px solid #f2f2f2; */
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    color: black;
}

.signDate {
    display: none;
}

.signPostBoxEx p {
    margin-top: 10px;
}

.signPostBoxTitle h1 {
    margin: 0 0 25px 0;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.pagePostDetails {
    padding: 30px 0;
}

.relate-post {
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5em;
    color: #FA8331;
    text-transform: uppercase;
}

.postTwoThumb {
    width: 202px;
    flex-shrink: 0;
    border-radius: .25rem;
    overflow: hidden;
}

.postTwo {
    background-color: white;
    padding: .75rem;
    border-radius: .5rem;
    margin-bottom: 33px;
    display: flex;
    gap: .75rem;
    align-items: center;
}

.postTwoThumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
    transition-duration: .3s;
}



.postRelate {
    flex-wrap: wrap;
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    margin-bottom: 0px !important;
}

    .postRelate .postTwoThumb {
        width: 100%;
        height: 160px;
    }

.postTwoTitle a {
    font-size: 1em;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
    height: 49px;
    margin-bottom: 5px;
}

.postTwoDescription {
    font-size: 0.90em;
    color: black;
    /* line-height: normal; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
}

.postAsideList {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.postAsideHomeItem {
    display: flex;
    gap: 10px;
    align-items: center;
}

.postAsideHomeItemThumb {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

    .postAsideHomeItemThumb img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

    .postAsideHomeItemTitle a {
        color: black;
        font-size: .95em;
        font-style: normal;
        /* line-height: normal; */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.postAsideHomeItemDesc {
    display: none;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
    color: #FA8331;
}

.widget ul li:last-child a {
    border: none !important;
}

.signPostHeading {
}

    .signPostHeading h1 {
        text-transform: uppercase;
        font-size: 1.4em;
        color: #FA8331;
    }

.postRelate:hover .postTwoTitle a {
    color: #FA8331;
}

.signRelateGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.asideForm {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: white;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

    .asideForm .wpcf7-form-control {
        height: 35px; /* min-height: 35px; */
        border-radius: 40px;
        box-shadow: none;
    }

    .asideForm .wpcf7-textarea {
        border-radius: 10px;
    }

    .asideForm .wpcf7-submit {
        margin: 0;
        width: 100%;
        font-size: .9em;
    }

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
}

.hethongImage {
    margin-bottom: 20px;
}

.aboutInfo {
}

    .aboutInfo .col-inner {
    }

        .aboutInfo .col-inner:before {
            content: "";
            background: url(images/elip1.png) no-repeat;
            width: 189px;
            height: 189px;
            position: absolute;
            top: -50px;
            left: -38px;
        }

    .aboutInfo h4 {
        color: #373660;
        font-weight: 600;
        font-size: .85em;
    }

    .aboutInfo h2 {
        color: #FA8331;
    }

    .aboutInfo p {
        color: #6C6B6B;
        font-size: .95em;
        text-align: justify;
    }

.aboutInfo {
}

.readAbout {
    background: #373660;
    margin: 0;
}

    .readAbout span {
        font-size: .85em;
        font-weight: 500;
    }

.aboutImage {
}

    .aboutImage .img {
    }

        .aboutImage .img img {
        }

.headingDefault {
}

    .headingDefault .col-inner {
        padding-bottom: 15px;
    }

        .headingDefault .col-inner:before {
            content: "";
            background: #FA8331;
            height: 8px;
            position: absolute;
            bottom: 0;
            width: 100%;
            border-radius: 20px;
            overflow: hidden;
        }

    .headingDefault h3 {
        color: #703F30;
        font-size: 1.6em;
        font-weight: 800;
        margin: 0;
    }

    .headingDefault h2 {
        color: #373660;
        font-size: 1.1em;
        margin: 0 0 5px;
        font-weight: 800;
    }

.courseListHome {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.courseItem {
    background: white;
    box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
    border-radius: 10px;
    overflow: hidden;
}

.courseItemThumb {
    height: 230px;
    overflow: hidden;
}

    .courseItemThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 500ms;
    }

.courseItemContent {
    padding: 10px;
}

.courseItemTitle {
}

    .courseItemTitle a {
        text-transform: uppercase;
        font-weight: bold;
        color: black;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.courseItemDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: .9em;
    margin-bottom: 15px;
    height: 69px;
}

.courseItemReadmore {
}

    .courseItemReadmore a {
        font-size: .85em;
        background: url(images/courseReadmore.png) left center no-repeat;
        padding: 7px 10px 7px 40px;
        border-radius: 9px;
        color: #0D323F;
        display: flex;
        align-items: center;
    }

.courseItem:hover {
}

    .courseItem:hover .courseItemTitle a {
        color: #703F30;
    }

    .courseItem:hover .courseItemThumb img {
        transform: scale(1.1);
    }

.adverItem {
    padding: 15px;
    background: #373660;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
}

.adverThumb {
    width: 105px;
    height: 146px;
    min-width: 105px;
    min-height: 146px;
}

    .adverThumb img {
    }

.adverContent {
}

.adverTitle {
    margin-bottom: 5px;
}

    .adverTitle a {
        color: white;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.adverDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: .8em;
    color: white;
    height: 82px;
}

.adverItem:hover .adverThumb img {
}

.adverItem:hover .adverTitle a {
}

.bannerCol {
}

    .bannerCol .img {
        margin-top: -325px;
    }

    .bannerCol .col-inner {
        height: 100%;
    }

    .bannerCol .img .img-inner {
    }

        .bannerCol .img .img-inner img {
            width: auto;
        }

    .bannerCol h2 {
        color: white;
        font-size: 1.5em;
    }

    .bannerCol ul {
    }

        .bannerCol ul li {
            margin: 0;
            padding: 0 0 0 25px;
            list-style: none;
            color: white;
            font-size: .85em;
        }

            .bannerCol ul li:nth-child(1) {
                background: url(images/imap.png) left 0px no-repeat;
            }

    .bannerCol:nth-child(2) .col-inner {
        background: url(images/elip3.png) bottom right no-repeat rgb(112, 63, 48);
    }

.programItem {
}

.programThumb {
    height: 259px;
    overflow: hidden;
}

    .programThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 500ms;
    }

.programContent {
    text-align: center;
    padding: 15px;
}

.programTitle {
    margin-bottom: 10px;
    text-align: center;
}

    .programTitle a {
        color: #703F30;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 1.1em;
        text-transform: uppercase; /* height: 28px; */
        margin: 0 auto;
        max-width: 235px;
        height: 56px;
    }

.programDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: .9em;
    margin-bottom: 10px;
    height: 69px;
}

.programReadMore {
    position: relative;
    padding-bottom: 10px;
}

    .programReadMore a {
        color: #000000;
        font-size: .95em;
        font-weight: bold;
    }

    .programReadMore:before {
        width: 76px;
        content: "";
        height: 5px;
        position: absolute;
        background: #FA8331;
        border-radius: 10px;
        overflow: hidden;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.programItem:hover .programThumb img {
    transform: scale(1.1);
}

.programItem:hover .programTitle a {
    color: #fa8331;
}

.programItem:hover .programReadMore a {
}

.teamItem {
    padding: 0 35px;
}

.teamThumb {
    border-radius: 50%;
    overflow: hidden;
    width: 190px;
    height: 190px;
    margin: auto;
    margin-bottom: 10px;
}

    .teamThumb img {
        height: 100%;
        object-fit: cover;
        transition: all 500ms;
    }

.teamContent {
    text-align: center;
}

.teamTitle {
    margin-bottom: 10px;
}

    .teamTitle a {
        font-weight: bold;
        color: #000000;
        font-size: 1.1em;
    }

.teamDescription {
    font-size: .85em;
    color: #6C6B6B;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  height:43px;
}

.teamPos {
    font-size: .85em;
    color: #6C6B6B;
    font-weight: bold;
    margin-bottom: 1px;
}
#secondary{
    position: sticky;
    top: 60px;}
.teamReadMore {
}

    .teamReadMore a {
        background: #373660;
        padding: 9px 30px;
        color: white;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: .85em;
        font-weight: bold;
    }

.teamItem:hover .teamThumb img {
    transform: scale(1.1);
}

.teamItem:hover .teamTitle a {
    color: #fa8331;
}

.teamItem:hover .teamReadMore a {
    background: #fa8c40;
}

.lydoItem {
    margin-bottom: 45px;
}

    .lydoItem .icon-box-img {
        flex: unset;
    }

        .lydoItem .icon-box-img:before {
            content: "";
            background: url(images/elip2.png) no-repeat;
            width: 99px;
            height: 99px;
            position: absolute;
            left: -2px;
            top: -16px;
        }

        .lydoItem .icon-box-img .icon {
            max-width: 60px;
        }

            .lydoItem .icon-box-img .icon .icon-inner {
            }

                .lydoItem .icon-box-img .icon .icon-inner img {
                    padding: 0;
                }

    .lydoItem .icon-box-text {
        padding-top: 10px;
    }

        .lydoItem .icon-box-text h3 {
            color: #703F30;
        }

        .lydoItem .icon-box-text p {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            font-size: .85em;
            color: #6C6B6B;
            text-align: justify;
        }

    .lydoItem:hover .icon-box-text h3 {
        color: #FA8331;
    }

.relateBox {
}

.relateHeading{
    text-transform:uppercase;
    font-weight:bold;
    font-size:1.3em;
    margin-bottom:20px;
}
.relatePostGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.prjPageDetails {
    padding: 30px 0;
}

.prjListPage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.prjPage {
    padding: 30px 0;
}
.pageExportHeading{

}
.prjSignContent{

}
    .prjSignContent ul{
        padding-left:18px;
    }
.signPostBoxContent ul {
    padding-left: 18px;
}/*desktop*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 48em) {
  .signPostBoxEx {
    padding: 10px;
 
}
  .hdCompany {

    text-align: center;
}
  .pPageItemThumb {
    position: relative;
    max-width: 100%;
 
    width: 100%;
}
  .pPageItem {
    
    flex-wrap: wrap;
}
    .relatePostGrid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .prjListPage {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
    .bannerCol .img {
        margin-top: 0;
    }
    .courseListHome {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .signRelateGrid {
        grid-template-columns: repeat(1, 1fr);
    }

    .postRelate .postTwoThumb {
        height: 200px;
    }
}
