@charset "utf-8";

/* CSS Document */



@font-face {
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-style: normal;
    src: local('Roboto-Regular'), local('Roboto-Regular'), url('./font/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-style: normal;
    src: local('Roboto-Bold'), local('Roboto-Bold'), url(./font/Roboto/ROBOTO-BOLD.TTF) format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    font-weight: normal;
    font-style: normal;
    src: local('Roboto-Medium'), local('Roboto-Medium'), url(./font/Roboto/ROBOTO-MEDIUM.TTF) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    font-weight: normal;
    font-style: normal;
    src: local('Roboto-Light'), local('Roboto-Light'), url(./font/Roboto/ROBOTO-LIGHT.TTF) format('truetype');
}
@font-face {
    font-family: 'Bell-MT';
    font-weight: normal;
    font-style: normal;
    src: local('Bell-MT'), local('Bell-Regular'), url(./font/BELL.TTF) format('truetype');
}
@font-face {
    font-family: 'Bell-Bold';
    font-weight: bold;
    font-style: normal;
    src: local('Bell-Bold'), local('Bell-Bold'), url(./font/BELLI.TTF) format('truetype');
}
@font-face {
    font-family: 'Bell-Italic';
    font-weight: normal;
    font-style: normal;
    src: local('Bell-Italic'), local('Bell-Italic'), url(./font/BELLI.TTF) format('truetype');
}
@font-face {
    font-family: 'JosefinSans-Light';
    font-weight: normal;
    font-style: normal;
    src: local('JosefinSans-Light'), local('JosefinSans-Light'), url('./font/Josefin_Sans/JosefinSans-Light.ttf');
}


::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #205441;
    color: #fff;
}

* {
    box-sizing: border-box;
    transition: ease-in 0.15s;
}

html {
    font-size: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


a {
    text-decoration: none;
    color: #092C61;
    display: block;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}


.validate{
    color: red;
}
.messagePopup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    z-index: 999;
}
.messagePopupContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #00733f;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    max-width: 50%;
    max-height: 50%;
}
        .messagePopupContent h3{
            color: #494949;
            font-size: 14px !important;
            margin-bottom: 20px;
        }
    .messagePopupContent button {
        background: #00733f;
        border: none;
        border-radius: 20px;
        color: #fff;
        font-size: 14px 14px !important;
        padding: 10px 50px;
    }
        .slick-dots {
            position: absolute;
            width: 100%;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
.slick-dots li {
    display: inline;
    
}
    .slick-dots li button {
        border: none;
        background: #fff;
        color: #fff;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-left: 15px;
    }
        .slick-dots li button::before{
            display:none;
        }

        .wrapper {
            width: 100%;
            overflow-x: hidden;
            position: relative;
            background: #fff;
        }

.backTop {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 60px;
    display: none;
}

    .backTop img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .backTop:hover img {
        border: none;
    }
.hotlineDock {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 110px;
}
    .hotlineDock img {
        width: 40px;
        height: 40px;
    }
.inquiryDock {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 160px;
    cursor:pointer;
    margin: 0;
}

    .inquiryDock img {
        width: 40px;
        height: 40px;
    }
.backToSNI {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #00733f;
    border-radius: 14px;
}
    .backToSNI h5 {
        color: #fff;
        font-size: 15px;
        padding: 8px 20px;
        font-family: 'Roboto-Light', sans-serif;
    }
.transition {
    -webkit-transition: ease-in 0.5s; /* For Safari 3.1 to 6.0 */
    transition: ease-in 0.5s;
}

.is-visible {
    opacity: 1;
}

.not-visible {
    opacity: 0;
    transition: opacity .5s .25s ease-out;
}

.mobileMenuIcon{
    display: none;
}
.topMenuHolder {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    height: 130px;
    top: 0;
    z-index: 999;
}

     .whiteBG {
        height: 60px;
        background: #fff;
        border-bottom: 0.5px solid #d4ebe1;
    }


        .topMenu {
            width: 100%;
            max-width: 1366px;
            margin: 0 auto;
        }

.logoHolder {
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 20px;
    width: 100px;
    height: 80px;
    position: relative;
    padding-top: 0px;
    padding: 20px;
    align-items: center;
    text-align: center;
    float: left;
}

.whiteBG  .logoHolder{
    background:none;
    height: 60px;
    padding: 10px 20px;
}

.logoImg {
    width: 100%;
    position: relative;
}

.rightMenu {
    float: right;
    height: 100%;
    text-align: center;
    justify-items: center;
    align-content: center;
    vertical-align: middle;
    padding: 30px 20px 30px 0;
}
.whiteBG .rightMenu {
    height: 100%;
    margin: 0;
    line-height: 60px;
    padding: 20px;
}

.mainMenuItem {
    float: left;
    padding: 0 20px;
    font-size: 18px;
    font-family: 'Roboto-Regular', sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
}

.whiteBG .mainMenuItem{
    color: #00733f;
}

.childMenu {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 9999;
    border-radius: 8px;
}

    .childMenu a {
        background: #fff;
        color: #2c2c2c;
        font-size: 16px;
        font-family: 'Roboto-Regular', sans-serif;
        display: block;
        margin: 15px 30px;
        text-transform: capitalize;
        transition: ease-in 0.15s;
        border-bottom: 2px solid #fff;
    }


.banner {
    width: 100%;
    position: relative;
}

    .banner > img {
        width: 100%;
        position: relative;
        display: block !important;
    }
.homeBanner img {
    width: 100%;
    position: relative;
    display: block !important;
    max-height: 100vh;
}
.bannerTextHolder::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg,#0c3d37 4.48%,rgba(10,99,108,0) 74.78%);
    transform: rotate(-180deg);
    z-index: 2;
}
.bannerTextHolder {
    width: 100%;
    align-content: center;
    justify-content: center;
    display: flex;
}
.bannerText {
    width: 100%;
    border-left: 4px solid #fff;
    height: 200px;
    max-width: 1366px;
    margin: 50px auto 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
}
    .bannerText h3 {
        position: relative;
        font-size: 80px;
        color: #fff;
        display: inline-block;
        line-height: 200px;
        margin-left: 30px;
        font-family: 'JosefinSans-Light', sans-serif;
    }
.blockHolder {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 0 !important;
}

.block {
    position: relative;
    width: 100%;
}

.only1366 {
    max-width: 1366px;
    margin: 0 auto;
}

.leftBlock {
    width: 32%;
    float: left;
    overflow: hidden;
}

    .leftBlock img {
        height: 100%;
    }

.rightBlock {
    width: 68%;
    float: left;
    overflow: hidden;
    display: block;
    background-size: cover;
}

    .rightBlock img {
        height: 100%;
        position: absolute;
        bottom: 0;
    }

.maxHeight800 {
    max-height: 800px;
    overflow: hidden;
}

.introContentHolder {
    float: left;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: left;
    align-items: center;
}

.introContentBlock {
    background: #fff;
    padding: 60px 80px;
    margin-left: 10%;
    text-align: center;
    align-content: center;
    width: 40vw;
}

.headerBlock .headerTitle {
    font-size: 48px;
    font-family: 'Roboto-Bold', sans-serif;
    color: #00733f;
    text-transform: uppercase;
    text-align: center;
}

.headerDivider {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.headerBlock p {
    color: #494949;
    font-size: 18px;
    font-family: 'Roboto-Light', sans-serif;
    text-align: justify;
}

.blockHighlightProject {
}

    .blockHighlightProject img {
        width: 100%;
    }

.topProjectHolder {
    position: absolute;
    right: 0;
    width: 100%;
    background: none;
    top: 50%;
    transform: translate(0, -50%); /*  make center   */
}

.topProjectBG {
    background: none;
    text-align: center;
}

    .topProjectBG img {
        display: block;
        margin: 0 auto;
        width: 300px;
        height: auto;
        padding: 40px;
        margin-right: 0;
        background: #fff;
    }

    .topProjectBG a {
        font-size: 18px;
        font-family: 'Roboto-Regular', sans-serif;
        font-style: italic;
        color: #a98253;
        width: 300px;
        height: auto;
        padding: 40px;
        margin-right: 0;
        background: #fff;
        margin-left: auto;
    }

.topProjectText {
    font-size: 58px;
    text-transform: uppercase;
    font-family: 'Roboto-Bold', sans-serif;
    background: #205441;
    background-image: url('../assets/blueBG-01.png');
    color: #fff;
    padding: 20px 60px;
    text-align: center;
    display: table;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin: 0 auto;
    margin-right: 0;
}

.blockPartner {
    background-image: url('../assets/partnerBR-01.png');
    padding: 100px 0;
    height: 700px;
}

.outsideBlock {
    border: 4px solid rgb(255 255 255 / 0.58);
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px;
}

.insideBlock {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 0.58);
    text-align: center;
    align-content: center;
}

.w50 {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 20px;
}

.insideBlock .w50 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
}
    .insideBlock .w50:last-child {
        width: 60%;
    }

.insideBlock .w50 > div {
    max-height: 100%;
    overflow: hidden;
}
.partnerImg {
    width: 33.3333333333333%;
    padding: 10px 10px 0px 10px;
    float: left;
}
.blockNews{
    padding: 100px 0;
}
.newestNewsBlock, .recentNewsBlock {
    width: 50%;
    float: left;
    padding: 60px 50px 0 50px;
}
.newestNews {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
}
    .newestNews .newestNewsImage {
        width: 100%;
        overflow: hidden;
        height: 378px;
    }
    .newestNews .newestNewsImage a {
        width: 100%;
    }
    .newestNews .newestNewsImage img{
        width: 100%;
        height: auto;
    }
.newestNewsContent{
    padding: 20px 40px;
}
    .newestNewsContent a {
        color: #636363;
        font-size: 20px;
        font-family: 'Roboto-Regular', sans-serif;
    }
    .newestNewsContent .date {
        color: #b9b9b9;
        font-size: 14px;
        font-family: 'Roboto-Light', sans-serif;
    }
.recentNews{
    width: 100%;
}
.recentNewsItem {
    width: 100%;
    float: left;
    border: 1px solid #e5e5e5;
    height: 80px;
    margin-bottom: 37px;
}
.recentNewsDate {
    height: 100%;
    width: 20%;
    border-right: 1px solid #e5e5e5;
    padding: 10px 20px;
    float: left;
    text-align:center;
    margin: 0;
}
    .recentNewsDate h5 {
        color: #767676;
        font-size: 26px;
        font-family: 'Roboto-Medium', sans-serif;
        margin: 0;
        margin-bottom: 8px;
    }
    .recentNewsDate p {
        color: #b9b9b9;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        margin: 0;
    }
.recentNewsContent {
    width: 80%;
    height: 100%;
    float: left;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    overflow: hidden;
}
    .recentNewsContent h3 {
        color: #808080;
        font-size: 18px;
        font-family: 'Roboto-Regular', sans-serif;
        margin: 0;
        text-transform:capitalize;
    }
.newsViewmore {
    background: #0c3d37;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto-Light', sans-serif;
    float: left;
    border: 1px solid rgb(255 255 255 / 0.00);
}
    .newsViewmore:hover {
        background: #fff;
        color: #0c3d37;
        border: 1px solid #0c3d37;
    }
.newsListingPage{
    padding: 100px 0;
}
.otherServices {
    width: 100%;
    float: left;
}

    .otherServices .newsHeaderTitle {
        width: 100%;
        padding: 10px 20px;
        color: #0c3d37;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
    }
    .otherServices .newsHeaderTitle h2 {
        color: #00733f;
        font-size: 36px;
        font-family: 'Roboto-Light', sans-serif;
        margin: 0;
        text-transform: uppercase;
        border-bottom: 1px solid #00733f;
    }
.newsItem{
    width: 50%;
    float: left;
    padding: 15px 30px;
}
    .newsItem > a {
        width: 30%;
        float: left;
        height: auto;
    }
    .newsItem img {
        width: 100%;
        float: left;
        height: auto;
    }
.newsContent a h4 {
    color: #494949;
    font-size: 18px;
    font-family: 'Roboto-Regular', sans-serif;
    margin: 5px 0;
    text-transform: capitalize;
}
.newsContent {
    width: 70%;
    float: left;
    padding: 0 0 0 20px;
    transition: ease-in 0.15s;
}
.viewListNews {
    width: 100%;
    float: left;
    margin-top: 10px;
}
    .viewListNews a {
        width: 14%;
        display: block;
        font-family: 'Roboto-Light', sans-serif;
        font-size: 16px;
        border-radius: 25px;
        margin: 0 auto;
        background: #fff;
        color: #00733f;
        text-align: center;
        padding: 10px 15px;
        border: 1px solid #00733f;
    }
    .viewListNews a:hover {
        background: #00733f;
        color: #fff;
    }
.newsContent span {
    width: 100%;
    color: #636363;
    font-size: 12px;
    font-family: 'Roboto-Light', sans-serif;
    font-style: italic;
    display: block;
}
.newsContent p {
    width: 100%;
    color: #535353;
    font-size: 12px;
    font-family: 'Roboto-Light', sans-serif;
    font-style: italic;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.aboutGeneralBlock {
    position: absolute;
    bottom: 20%;
}

    .aboutGeneralBlock .headerTitle {
        color: #eddcb6;
    }

    .aboutGeneralBlock .headerDivider {
        margin: 0 auto;
        display: block;
        width: auto;
    }

.aboutGeneralContent {
    width: 60%;
    margin: 60px auto;
    padding: 40px 60px;
    background: rgb(204 188 168 / 0.40);
    border-radius: 10px;
}

    .aboutGeneralContent p {
        margin: 0;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        color: #eddcb6;
        text-align:justify;
    }

.aboutGeneralNumber {
    width: 60%;
    margin: 30px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.generalNumberItem {
    width: 33.33333%;
    float: left;
    text-align: center;
    padding: 10px 20px;
    position: relative;
}

    .generalNumberItem img {
        display:block;
        margin: 0 auto;
        width: 70px;
        margin-bottom: 20px;
    }

    .generalNumberItem p {
        color: #eddcb6;
        font-size: 28px;
        display: contents;
        font-family: 'Roboto-Light', sans-serif;
        margin: 0;
    }

.w40 {
    width: 40%;
    float: left;
}

.w60 {
    width: 60%;
    float: left;
}

.aboutCore {
    padding: 100px;
}

    .aboutCore .block {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.coreBlockContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutCoreItem {
    width: 100%;
    float: left;
    padding: 10px 30px;
}

.aboutCoreItemHeader {
    background: #20542d;
    display: inline-block;
    width: 30%;
}

    .aboutCoreItemHeader h5 {
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        margin: 5px 10px;
        display: block;
        font-size: 20px;
        font-family: 'Roboto-Medium', sans-serif;
    }

.aboutCoreItemContent {
    border: 1px solid #20542d;
    padding: 0 40px;
}

    .aboutCoreItemContent p {
        font-size: 16px;
        font-family: 'Roboto-Light', sans-serif;
        color: #494949;
        line-height: 1.5;
    }

.aboutHistory {
    padding: 150px;
    background: url('../assets/historyBG-01.jpg');
}
    .aboutHistory .headerTitle{
        color: #e2af71;
    }

    .aboutHistoryContentBLock {
        margin-top: 60px;
    }

    .aboutHistoryContentBLock .asd {
        width: 25%;
        float: left;
        padding: 25px;
    }

.aboutHistoryContentItem {
    width: 100%;
    padding: 50px 30px;
    margin-left: 20px;
    float: left;
    text-align: center;
    background: #fff;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

    .aboutHistoryContentItem h5 {
        font-size: 40px;
        font-family: 'Roboto-Bold', sans-serif;
        color: #a98253;
        flex-shrink: 0;
    }

    .aboutHistoryContentItem p {
        font-size: 20px;
        font-family: 'Roboto-Light', sans-serif;
        color: #a98253;
        padding: 0 5px;
        margin: 0;
        flex-grow: 1;
        text-align:justify;
        display:flex;
        justify-content: space-between;
        align-items:center;
    }

.aboutHistory .slick-prev::before, .slick-next::before{
    font-size: 30px;
    color: #fff;
    opacity: 1;
}
.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 30px 0;
    background: #a98253;
    display: inline-block;
    opacity: .7;
    flex-shrink: 0;
}

.aboutMission {
    padding: 100px;
    background: url('../assets/blueBG-01.png');
    text-align: center;
}

    .aboutMission .headerTitle {
        color: #eddcb6;
    }

.gradirent-text {
    font-size: 36px;
    margin-top: 50px;
    font-style: italic;
    font-family: 'Roboto-Regular', sans-serif;
    /* Fallback: Set a background color. */
    background-color: red;
    /* Create the gradient. */
    background-image: linear-gradient(to right, #8b6d46, #EFDEB8, #8b6d46);
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.aboutVision p {
    color: #20542d;
    font-family: 'Roboto-Light', sans-serif;
    text-align: center;
    font-size: 26px;
    padding: 40px 50px;
    line-height: 1.5;
    text-align:justify;
}

.aboutStructure {
    padding: 100px;
}

.grayBG {
    background: #f7f8fa;
}

.structureContent img {
    width: 100%;
    margin-top: 50px;
}

.projectGeneralBlock {
    position: absolute;
    bottom: 80px;
}

    .projectGeneralBlock .headerTitle {
        color: #fff;
    }

.projectListHolder {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .projectListHolder .subProjectItem {
        display: inline-block;
        width: 15%;
        float: left;
        padding: 10px 20px;
        text-align: center;
    }

        .projectListHolder .subProjectItem {
            font-size: 18px;
            text-transform: capitalize;
        }

        .projectListHolder .subProjectItem:first-child {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            background: #00733f;
        }

            .projectListHolder .subProjectItem:first-child {
                color: #fff;
            }

            .projectListHolder .subProjectItem:first-child:hover {
                background: #fff;
            }

                .projectListHolder .subProjectItem:first-child:hover {
                    color: #00733f;
                }

        .projectListHolder .subProjectItem:last-child {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            background: #fff;
        }

            .projectListHolder .subProjectItem:last-child {
                color: #00733f;
            }


            .projectListHolder .subProjectItem:last-child:hover {
                background: #00733f;
            }

                .projectListHolder .subProjectItem:last-child:hover {
                    color: #fff;
                }
.projectItem {
    width: 100%;
    float:left;
    display: block;
    background: #fff;
    padding: 60px 40px;
}
    .projectItem:nth-child(2n) {
        //background: #f7f8fa;
    }
.projectItemImageHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    float:left;
}
.projectItemImageHolder img {
    width: 100%;
}
.projectItemContentHolder {
    float: right;
    width: 40%;
    padding: 0 0 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.projectItem:nth-child(2n) .projectItemImageHolder {
    float: right;
}
.projectItem:nth-child(2n) .projectItemContentHolder {
    float: left;
    padding: 0 50px 0 0;
}

.projectItemContentHolder .projectItemTitle {
    font-family: 'Bell-MT', sans-serif;
    font-size: 52px;
    color: #00733f;
    margin: 0;
    text-transform: capitalize;
    margin-top: 20px;
}
    .projectItemContentHolder span {
        color: #aa8353 !important;
        font-family: 'Roboto-Light', sans-serif;
        font-size: 16px;
    }
    .projectItemContentHolder p {
        color: #494949;
        font-family: 'Roboto-Light', sans-serif;
        font-size: 18px;
    }

.projectItemViewmore {
    border: 1px solid #00733f;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 25px;
    display: inline-block;
    color: #00733f;
    font-family: 'Roboto-Light', sans-serif;
}
    .projectItemViewmore:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #00733f;
    }

.projectBanner{
    width: 100%;
    position:relative;
    height: 100vh;
    overflow: hidden;
    background-repeat:no-repeat;
    background-size: contain;
}
    .projectBanner img {
        width: 100%;
        position:relative;
    }

.projectBannerInfo {
    position: absolute;
    top: 0;
}
.projectBannerImg{
    display:none !important;
}
.projectBannerInfoContent {
    margin-left: 150px;
    background: rgb(255 255 255 / 0.70);
    display: inline-block;
    text-align: center;
    width: 240px;
    height: 400px;
    position: relative;
}
    .projectBannerInfoContent h1{
        display:none;
    }
    .projectLogo {
        width: 100%;
        padding: 0 40px;
        margin-top: 50px;
    }
.projectBannerInfoContent h2 {
    width: 100%;
    background: rgb(12 61 55 / 0.90);
    padding: 30px 10px;
    position: absolute;
    bottom: 130px;
    color: #eddcb6;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Roboto-Medium', sans-serif;
}
.projectGeneral{
    padding: 100px 0;
    text-align:center;
}
    .projectGeneral .desc {
        color: #494949;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        width: 70%;
        margin: 0 auto;
        line-height: 1.5;
    }
    .projectGeneral .desc * {
        font-size: 18px !important;
        font-family: 'Roboto-Light', sans-serif !important;
        line-height: 1.5;
    }
.introNumber{
    width: 100%;
    position:relative;
    float:left;
    padding: 50px 100px 0 100px;
}
.numberItem{
    width: 25%;
    float:left;
    padding: 0 30px;
}
    .numberItem img{
        width: 100%;
        padding: 0 60px;
    }
    .numberItem h5 {
        color: #00614a;
        font-size: 24px;
        font-family: 'Roboto-Bold', sans-serif;
        margin-top: 20px;
    }
    .numberItem h4 {
        color: #494949;
        font-size: 20px;
        font-family: 'Roboto-Light', sans-serif;
        text-transform: uppercase;
        margin-top: 10px;
    }
.generalImageFullPage{
    width:100%;
    
}
.locationBlock{
    padding: 100px 0 40px 0;
}
.generalImageFullPage img {
    width: 100%;
}
.locationText p {
    font-size: 14px;
    font-family: 'Roboto-Regular', sans-serif;
    text-align:center;
    color: #494949;
}
.locationText p strong {
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 800;
}
.locationDesc strong {
    font-family: 'Roboto-Medium', sans-serif;
    font-weight: 800;
}
.locationDesc{
    width: 100%;
    float: left;
    display:flex;
    flex-direction: row;
    align-items:center
}
    .locationDesc > img {
        width: 60%;
        float: left;
        padding: 0 60px;
    }
    .locationDesc .locationDescText {
        width: 40%;
        float: left;
        padding: 10px 40px;
        font-size: 14px;
        font-family: 'Roboto-Light', sans-serif;
        line-height: 1.5 !important;
        color: #494949;
    }
    .locationDesc .locationDescText img {
        display:inline-block !important;
    }
.quoteBlock {
    padding: 70px;
    background: url('../assets/blueBG-01.png');
    text-align: center;
}
    .quoteBlock p {
        padding: 0 20px;
        font-size: 32px;
        margin-top: 50px;
        font-style: italic;
        font-family: 'Roboto-Regular', sans-serif;
        line-height: 1.5;
        /* Fallback: Set a background color. */
        background-color: red;
        /* Create the gradient. */
        background-image: linear-gradient(to right, #8b6d46, #EFDEB8, #8b6d46);
        /* Set the background size and repeat properties. */
        background-size: 100%;
        background-repeat: repeat;
        /* Use the text as a mask for the background. */
        /* This will show the gradient as a text color rather than element bg. */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
    }
    .quoteBlock p::selection{
        background: none;
    }
.productBlock{
    padding: 0;
    text-align:center;
}
.productBlock .headerBlock {
    padding: 100px 0 50px;
}
.productItem{
    width: 100%;
    float:left;
    position:relative;
}
    .productItem .left {
        width: 40%;
        float: left;
        overflow: hidden;
        position: relative;
        background: #f3f3f3;
        height: 600px;
    }
    .productItem .left img {
        width: 100%;
        height:100%;
    }
    .productItem .right {
        width: 60%;
        float: left;
        overflow: hidden;
        position: relative;
    }
        .productItem .right img {
            width: 100%;
            height: 600px;
        }
    .productItem .content {
        background: rgb(12 61 55 / 0.90);
        padding: 30px;
        position: absolute;
        left: 7%;
        width: 40%;
        margin: auto 0;
        top: 10%;
    }
.content h3 {
    color: #fff;
    font-size: 48px;
    font-family: 'Roboto-Regular', sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.content .spec{
    width: 50%;
    float:left;
    text-align:left;
    margin-bottom: 20px;
    padding-right: 10px;
}
    .content .spec p {
        color: #fff;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        margin: 0;
    }
    .content .spec h5 {
        color: #fff;
        font-size: 22px;
        font-family: 'Roboto-Medium', sans-serif;
        margin: 0;
    }
.imgSlideHolder{
    width: 100%;
    position:relative;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-content:center;
}
.imgSlide {
    width: 70%;
    position: relative;
    padding: 50px 0;
    float:left;
    margin: 0 auto;
}
    .imgSlide div {
        width: 100%;
        text-align: center;
        overflow: hidden;
        transition: ease-in 0.5s;
    }
    .imgSlide img {
        padding: 0;
        display: table-cell;
        text-align: center;
        align-content: center;
        transition: ease-in 0.5s;
    }
    .imgSlide .slick-slide {
        transform: scale(0.8);
        transform-origin: right;
        opacity: 0.6;
    }
    .imgSlide .slick-active + .slick-slide  {
        transform-origin: left;
    }
    .imgSlide .slick-active {
        transform: scale(1);
        opacity: 1;
    }
    .imgSlide div.slick-slide img {
    }
    .imgSlide div.slick-active img {
    }
.slideNavBtn {
    cursor: pointer;
    margin: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform:translateY(-50%);
}
.prevSlideNav {
    left: 17%;
}
.nextSlideNav {
    right: 17%;

}
.contactHeaderBlock {
    position: absolute;
    bottom: 30%;
}
#image-show-area {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    float: left;
    position: relative;
}
    .contactHeaderBlock .headerTitle {
        color: #eddcb6;
    }
    .contactHeaderBlock p {
        color: #fff;
        font-size: 24px;
        text-align:center !important;
    }
.contactHeaderBlockContent{
    width: 100%;
    float:left;
    margin-top: 20px;
}
    .contactHeaderBlockContent .col-md-4 {
        width: 33%;
        float: left;
        text-align: center;
        padding-top:2rem;
    }
    .contactHeaderBlockContent .col-md-6{
        width: 50%;
        float:left;
        text-align: center;
    }
    .contactHeaderBlockContent .col-md-12 {
        width: 100%;
        float: left;
        text-align: center;
    }
    .contactHeaderBlockContent .col-md-3 {
        width: 25%;
        float: left;
        text-align: center;
    }
        .contactHeaderBlockContent .col-md-6 h4, .contactHeaderBlockContent .col-md-12 h4, .contactHeaderBlockContent .col-md-3 h4, .contactHeaderBlockContent .col-md-4 h4 {
            color: #fff;
            font-size: 24px;
            margin-bottom: 10px;
        }
        .contactHeaderBlockContent .col-md-6 a, .contactHeaderBlockContent .col-md-12 a, .contactHeaderBlockContent .col-md-3 a, .contactHeaderBlockContent .col-md-4 a {
            background: #fff;
            color: #0c3d37;
            font-size: 24px;
            border-radius: 8px;
            padding: 12px 30px;
            display: inline-block;
            line-height: 30px;
        }
            .contactHeaderBlockContent .col-md-6 a:hover, .contactHeaderBlockContent .col-md-12 a:hover, .contactHeaderBlockContent .col-md-3 a:hover, .contactHeaderBlockContent .col-md-4 a:hover {
                background: #0c3d37;
                color: #fff;
            }
        .contactHeaderBlockContent .col-md-6 p, .contactHeaderBlockContent .col-md-12 p, .contactHeaderBlockContent .col-md-3 p, .contactHeaderBlockContent .col-md-4 p {
            color: #0c3d37;
            font-size: 24px;
            margin: 0;
            line-height: 30px;
            display: flex;
        }
        .contactHeaderBlockContent .col-md-6 a:hover p, .contactHeaderBlockContent .col-md-12 a:hover p, .contactHeaderBlockContent .col-md-3 a:hover p, .contactHeaderBlockContent .col-md-4 a:hover p {
            color: #fff;
        }
        .contactHeaderBlockContent .col-md-6 img, .contactHeaderBlockContent .col-md-12 img, .contactHeaderBlockContent .col-md-3 img, .contactHeaderBlockContent .col-md-4 img {
            filter: none;
            display: inline-block;
            margin-right: 10px;
        }
        .contactHeaderBlockContent .col-md-6 a:hover img, .contactHeaderBlockContent .col-md-12 a:hover img, .contactHeaderBlockContent .col-md-3 a:hover img, .contactHeaderBlockContent .col-md-4 a:hover img {
            filter: grayscale(1) brightness(0) invert(1);
        }
    .contactContentBlock {
        padding: 100px 0;
    }
.rightContact {
    width: 40%;
    float: left;
    padding: 10px 30px;
    overflow: hidden;
}
.contactContentBlock > img {
    
}
    .contactContentBlock .leftContact h2 {
        color: #00733f;
        font-size: 36px;
        font-family: 'Roboto-Bold', sans-serif;
        margin: 20px 0 40px;
    }
.contactContentBlock .leftContact p img {
    margin-right: 15px;
    filter: brightness(1) invert(1) hue-rotate(130deg);
    height: 22px;
    float: left;
    margin-left: 0;
}
.contactContentBlock .leftContact {
    color: #494949;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 18px;
    width: 60%;
    float: left;
    padding: 10px 60px;
}
.contactItem{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
    .contactItem img {
        width: 20px;
        float: left;
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
    .contactItem span {
        display: inline-block;
        float: left;
        color: #494949;
        font-size: 18px;
        font-family: 'Roboto-Medium', sans-serif;
        margin: 0 5px 0 0;
    }
    .contactItem p {
        color: #494949;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        margin: 0;
    }
    .contactItem a {
        color: #494949;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif;
        margin: 0;
    }
        .contactItem a:hover {
            color: #007332;
            font-family: 'Roboto-Medium', sans-serif;
        }
.rightContact img{
    width: 100%;
}

.newsDetailPage{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 100px 50px;
}
.newsSummary{
    width: 70%;
    float: left;
    margin-bottom: 60px;
}
    .newsSummary h3 {
        color: #494949;
        font-size: 30px;
        font-family: 'Roboto-Regular', sans-serif;
        margin-bottom: 10px;
    }
    .newsSummary span {
        color: #494949;
        font-size: 18px;
        font-family: 'Roboto-Regular', sans-serif;
        margin-bottom: 10px;
    }
    .newsSummary .blackDivider {
        width: 100%;
        border-bottom: 1px dotted #a4a4a4;
    }
.newsDesc {
    float: left;
    margin-top: 18px;
}
.newsDesc a{
    display:unset;
}
.newsDesc p {
    font-family: 'Roboto-Light', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    display:block;
    color: #555;
}
    .newsDesc strong, .newsDesc b {
        font-family: 'Roboto-Medium', sans-serif !important;
        font-size: 18px !important;
        font-weight: 800;
        color: #555;
    }
    .newsDesc img {
    }
.relatedNews{
    float: left;
    width: 30%;
    margin-top: 0px;
    margin-bottom: 60px;
}
    .relatedNews .headerTitle h2 {
        font-size: 24px;
        font-family: 'Roboto-Regular', sans-serif !important;
        color: #00733f;
        padding: 0 30px;
        margin-bottom: 25px;
    }
.relatedNewsItem{
    width: 100%;
    float: left;
    text-align:left;
    overflow:hidden;
    padding: 20px 30px;
}
.relatedNewsItem img{
    width: 100%;
}
    .relatedNewsItem h4 {
        width: 100%;
        padding: 10px 10px 30px 10px;
        font-size: 18px;
        font-family: 'Roboto-Light', sans-serif !important;
        color: #494949;
        background: #f2f2f2;
    }
.footerHolder {
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(120deg,#0c3d37, #205441);
    background-image:url('../assets/footerBG.jpg');
    background-size:cover;
    background-position: center;
    padding: 50px 20px 50px 20px;
    float: left;
}
.footer {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

.companyInfo {
    display: block;
    width: 70%;
    float: left;
}

    .companyInfo .logo {
        width: 100px;
        display: block;
        float: left;
        filter: grayscale(1) brightness(0) invert(1);
        display:inline;
        padding: 0 10px;
    }

    .companyInfo h3 {
        width: calc(100% - 100px);
        color: #fff;
        font-family: 'Roboto-Medium', sans-serif;
        font-size: 26px;
        float: left;
        padding-left: 5px;
        display: inline;
        line-height: 50px;
    }

    .companyInfo p {
        color: #fff;
        font-family: 'Roboto-Light', sans-serif;
        font-size: 16px;
        display: flex;
        width: 100%;
        display: inline-block;
        margin: 10px 0 0 0;
    }

        .companyInfo p img {
            margin-right: 5px;
            filter: grayscale(1) brightness(0) invert(1);
            height: 100%;
            float: left;
            margin-left: 0;
            width: 14px;
        }

    .companyInfo a {
        color: #fff;
        display: inline-block;
    }

.exclusivePartner {
    display:none;
    width: 30%;
    float: left;
    text-align: center;
    align-content: center;
    padding-top: 30px;
}
    .exclusivePartner a {
        color: #fff;
    }

    .exclusivePartner h5 {
        color: #fff;
        font-size: 20px;
    }

    .exclusivePartner img {
        width: 150px;
    }

    .exclusivePartner h3 {
        color: #fff;
        font-size: 20px;
        font-family: 'Roboto-Medium', sans-serif;
        font-size: 26px;
    }

.hotline, .socialmedia {
    width: 30%;
    float: left;
    text-align: center;
    align-content: center;
}

    .hotline p {
        background: #a98253;
        border-radius: 5px;
        padding: 10px 15px;
        float: left;
    }

    .hotline span {
        font-size: 16px;
        font-family: 'Roboto-Medium', sans-serif;
        color: #fff;
        border-right: 1px solid #fff;
        padding-right: 5px;
        float: left;
    }

    .hotline a {
        font-size: 16px;
        font-family: 'Roboto-Medium', sans-serif;
        color: #fff;
        float: left;
        padding-left: 5px;
    }
    .socialmedia a {
        float: left;
        width: 60px;
    }
    .socialmedia img{
        padding: 15px;
        margin: 0;
        width: 100%;
    }
    #show_image_popup {
        background: rgb(12 61 55 / 0.91);
        width: 100%;
        height: 100%;
        display: none; /*  to hide first time   */
        position: fixed; /*  so that not take place   */
        top: 50%;
        left: 50%;
        z-index: 1000; /*  adobe all elements   */
        transform: translate(-50%, -50%); /*  make center   */
        padding: 2%;
        overflow: hidden;
        transition: ease-in 2s;
    }
.close-btn{
    color: #fff;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}
    #show_image_popup img {
        max-width: 90%;
        height: auto;
    }
.active {
    filter: blur(5px);
}
.leftContact h3 {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    color: #00733f;
    text-transform: capitalize;
}
.formGroup {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
    .formGroup label {
        width: 23%;
        float: left;
        font-size: 16px;
        line-height: 30px;
    }
    .formGroup input {
        width: 70%;
        float: left;
        border: 1px solid #bbb;
        height: 30px;
        border-radius: 5px;
        color: #7d7d7d;
        font-size: 16px;
        line-height: 30px;
        padding: 5px 10px;
    }
        .formGroup input[type=submit] {
            display: block;
            margin: 0 auto;
            float: none;
            width: auto;
            height: 32px;
            border: 1px solid rgb(0 0 0 / 0.00);
            background: #00733f;
            font-size: 18px;
            color: #fff;
            padding: 0 30px;
            cursor: pointer;
        }
        .formGroup input[type=submit]:hover {
            background: #fff;
            color: #00733f;
            border: 1px solid #00733f;
        }
.inquiryPanelHolder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(12 61 55 / 0.90);
    z-index: 1000;
    display: none;
}
.inquiryPanel{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    text-align:center;
    padding: 40px;
}
    .inquiryPanel .close-btn2 {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 20px;
        color: #00733f;
    }
    .inquiryPanel .close-btn2:hover {
        transform:rotate(90deg);
    }
    .inquiryPanel h3 {
        font-size: 26px;
        color: #00733f;
    }
    .inquiryPanel p {
        font-size: 18px;
        color: #494949;
    }
    .inquiryPanel .formGroup {
        font-size: 18px;
        color: #494949;
        text-align:left;
        margin-bottom: 20px;
    }
    .inquiryPanel input[type=submit] {
        margin-left: 40%;
        border-radius: 30px;
    }
.recruitBlock{
    width: 100%;
    position:absolute;
    bottom: -20px;
}
.recruitTab {
    width: 100%;
    position: relative;
    text-align:center;
    margin-top: 50px;
}
.recruitTab a {
    text-align: center;
    padding: 10px 30px;
    display:inline-block;
    background:#00733f;
    cursor:pointer;
    color: #fff;
    transition: all ease-in 0.3s;
    font-size: 16px;
}
    .recruitTab a:hover {
        background:#fff;
        color: #00733f;
    }
.recruitContent{
    margin-top: 80px;
    padding: 0 20px;
}
    .recruitContent * {
        line-height: 1.5;
    }
.recruitContent .content{
}
    .recruitItem {
        width: 100%;
        background: #fff;
        overflow: hidden;
        height: 350px;
        margin-bottom: 20px;
    }
        .recruitItem .recruitItemText {
            width: 60%;
            float: left;
            background: #fff;
            padding: 0 20px;
            height: 350px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
.recruitItemText > div{
    height: 250px;
    width:100%;
    overflow:hidden;
    text-align:initial;
}
.recruitItemText > span {
    text-align: center;
    padding: 6px 50px;
    font-size: 16px;
    cursor: pointer;
    color: #20542d;
    border-radius: 13px;
    margin: 0 auto;
    font-style:italic;
}
.recruitItemText h4 {
    font-size: 22px;
    color: #00733f;
    text-align: center;
}
.recruitItemText div p, .recruitItemText div ul, .recruitItemText div li, .recruitItemText div span {
    font-size: 14px !important;
    color: #494949;
}
        .recruitItem .recruitItemText img {
            max-width: 100%;
        }
.recruitItem .recruitItemImage {
    width: 40%;
    background: #fff;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content:center;
    height: 350px;
    overflow:hidden;
}
        .recruitItem .recruitItemImage img {
            width: 100%;
        }


        .recruitItem:nth-child(2n) .recruitItemText {
            float: right;
        }
        .recruitItem:nth-child(2n) .recruitItemImage {
            float: left;
        }
        .recruitItem:last-child {
        }
.modalRecruitHolder {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgb(0 0 0 / 0.36);
    display: none;
    z-index: 9990;
}
.modalRecruit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    padding: 50px;
    width: 40%;
    height: 80vh;
    box-shadow: 0 5px 10px 0 #b6b6b6;
}

.modalRecruit h4 {
    font-size: 20px;
    text-align: center;
    color: #00733f;
    height: 40px;
    line-height: 40px;
}
    .modalRecruit > div{
        font-size: 16px;
        color: #494949;
        height: 90%;
        padding: 40px 60px;
        overflow: auto;
        background: #fff;
        width: 100%;
        float:left;
    }
    .modalRecruit > div img {
        max-width: 100% !important;
        max-height: auto !important;
    }
    .modalRecruit > span {
        position:absolute;
        top: 15px;
        right: 15px;
        font-size: 25px;
        color: #878787;
        cursor:pointer;
    }
    .ultilitiesBlock .only1366 {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 10px;
    }
.ultiBlockHolder {
    margin-bottom: 40px;
    overflow: hidden;
}
.ultiBlockHolder h4{
    text-align:center;
    font-size: 20px;
    color: #a98253;
    margin-bottom: 20px;
}
.ultiContent {
    max-height: 800px;
    width: 100%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    height: 100%;
    grid-template-areas:
        'one three five six'
        'one three five six'
        'two three five seven'
        'two four five seven';
}

.ultiItem {
    background: #fff;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 5px;
}
.ultiItem:nth-child(1){
    grid-area: one;
    height: 400px;
}
    .ultiItem:nth-child(2) {
        grid-area: two;
        height: 400px;
    }
    .ultiItem:nth-child(3) {
        grid-area: three;
        height: 500px;
    }
    .ultiItem:nth-child(4) {
        grid-area: four;
        height: 300px;
    }
    .ultiItem:nth-child(5) {
        grid-area: five;
        height: 800px;
    }
    .ultiItem:nth-child(6) {
        grid-area: six;
        height: 400px;
    }
    .ultiItem:nth-child(7) {
        grid-area: seven;
        height: 400px;
    }
    .ultiItem p {
        font-size: 22px;
        position: absolute;
        bottom: 20px;
        margin: 0;
        padding: 5px 10px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Roboto-Bold', sans-serif;
        width: 100%;
        text-align: center;
        text-shadow: 2px 2px 4px #494949;
        margin-left: -5px;
    }
    .ultiItem img {
        width: 100%;
        height: 100%;
        object-fit: cover; /*cover image src to img tag*/
    }
.errorPage{
    width: 100%;
    text-align:center;
}
.greenBar {
    background: #00733f;
    height: 100px;

}
.errorPage h3 {
    font-size: 28px;
    text-align: center;
    font-family: 'Roboto-Light', sans-serif;
    margin-top: 60px;
    font-weight: 200;
}
.errorPage img {
}

@media screen and (max-width: 1600px) and (min-width: 1367px) {
    .aboutHistoryContentItem h5 {
        font-size: 34px;
    }

    .ultilitiesBlock .only1366 {
        padding: 0 40px;
    }
    .modalRecruit {
        width: 60%;
    }
}
@media screen and (max-width: 1366px) and (min-width: 1025px) {
    .relatedNewsItem h4 {
        font-size: 16px;
    }
    .newsDesc p {
        font-size: 14px !important;
    }

    .newsDesc strong, .newsDesc b {
        font-size: 14px !important;
    }
    .ultilitiesBlock .only1366 {
        padding: 0 40px;
    }
    .ultiContent {
        max-height: 754px;
    }

    .ultiItem:nth-child(1) {
        grid-area: one;
        height: 377px;
    }

    .ultiItem:nth-child(2) {
        grid-area: two;
        height: 377px;
    }

    .ultiItem:nth-child(3) {
        grid-area: three;
        height: 471px;
    }

    .ultiItem:nth-child(4) {
        grid-area: four;
        height: 283px;
    }

    .ultiItem:nth-child(5) {
        grid-area: five;
        height: 754px;
    }

    .ultiItem:nth-child(6) {
        grid-area: six;
        height: 377px;
    }

    .ultiItem:nth-child(7) {
        grid-area: seven;
        height: 377px;
    }
    .modalRecruit {
        width: 70%;
    }
    .topMenuHolder {
        height: 60px;
    }
    .whiteBG {
        height: 60px;
        background: #fff;
        border-bottom: 0.5px solid #d4ebe1;
    }
    .mainMenuItem {
        font-size: 14px;
    }
    .childMenu a {
        font-size: 14px;
    }
    .maxHeight800 {
        max-height: 600px;
    }
    .bannerText{
        margin-left: 60px;
    }
    .bannerText h3 {
        font-size: 60px;
    }
    .rightBlock img {
        width: auto;
        height: 100%;
        bottom: 0;
        position: absolute;
    }
    .introContentBlock {
        padding: 40px 60px;
        top: 20%;
        left: 14%;
        width: 50vw;
    }
    .topProjectHolder {
        top: 50%;
        transform: translate(0, -50%); /*  make center   */
    }
    .topProjectText {
        font-size: 40px;
        top: 60%;
    }
    .recentNewsContent h3 {
        font-size: 14px;
    }
    .recentNewsDate h5 {
        font-size: 20px;
    }
    .recentNewsDate p {
        font-size: 16px;
    }
    .newsViewmore {
        font-size: 16px;
    }
    .companyInfo h3 {
        font-size: 24px;
        line-height: 1.5;
        float: left;
        margin: 10px 0;
    }
    .companyInfo p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px 0 0;
    }
        .companyInfo p img {
        }
    .companyInfo .logo {
    }
    .exclusivePartner h5 {
        font-size: 18px;
    }
    .exclusivePartner img {
        margin: 10px auto;
    }
    .exclusivePartner h3 {
        font-size: 22px;
    }
    .aboutGeneralBlock {
        bottom: 10%;
    }
    .aboutGeneralContent {
        margin: 20px auto;
    }
    .generalNumberItem p {
        font-size: 24px;
    }
    .aboutVision p {
        font-size: 24px;
        padding: 30px 40px;
    }
    .aboutHistoryContentItem h5 {
        font-size: 34px;
    }
    .aboutHistoryContentItem p {
        font-size: 16px;
    }
    .projectGeneral {
        padding: 70px 0;
        text-align: center;
    }
    .projectBanner > img {
        width: auto;
        height:100%;
        position: absolute;
    }
    .projectGeneral .desc * {
        font-size: 14px !important;
    }
    .projectBannerInfoContent h2 {
        bottom: 100px;
    }
    .introNumber {
        padding: 50px 200px 0 200px;
    }
    .numberItem h4 {
        font-size: 18px;
    }
    .numberItem img {
        padding: 0 40px;
    }
    .locationBlock {
        padding: 60px 0;
    }
    .locationDesc {
        padding: 0 20px;
    }
    .quoteBlock {
    }
        .quoteBlock p {
            padding: 0 15%;
            font-size: 26px;
            margin: 0;
        }
    .productItem .content {
        width: 46%;
        top: 100px;
        left: 6%;
    }
    .content h3 {
        font-size: 38px;
    }
    .content .spec p {
        font-size: 16px;
    }
    .content .spec h5 {
        font-size: 20px;
    }
    .productItem .right img {
        width: auto;
        height: 600px;
    }
    .projectItemContentHolder .projectItemTitle {
        font-size: 35px;
    }
    .otherServices {
        margin-bottom: 50px;
    }
    .otherServices:last-child {
        margin-bottom: 0;
    }
    .contactHeaderBlock {
        bottom: 10%;
    }
    .contactContentBlock .leftContact h2 {
        font-size: 32px;
    }
    .contactItem {
        padding: 0 30px;
    }
    .partnerImg {
        width: 33.33333%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    .projectItemContentHolder .projectItemTitle {
        font-size: 27px;
    }
}