﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300&family=Nunito+Sans:opsz,wght@6..12,300&family=Poppins:wght@300;400;700&family=Roboto&family=Roboto+Slab:wght@300;400;600&display=swap');

:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
    --bs-font-sans-serif: 'Roboto Slab', serif;
}


.BtnCapNhat {
    padding: 5px 1px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4e73df;
    border: none;
    border-radius: 6px;
    box-shadow: 0 1px #e74a3b;
    padding-left: 10px;
    padding-right: 10px;
}

    .BtnCapNhat:hover {
        background-color: #edf704;
        text-decoration: none;
        color: #000000;
    }

    .BtnCapNhat:active {
        background-color: #f6c23e;
        box-shadow: 0 5px #2d58d5;
        transform: translateY(4px);
    }

.BtnXoa {
    padding: 5px 1px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #2d58d5;
    border: none;
    border-radius: 6px;
    box-shadow: 0 1px #e74a3b;
    padding-left: 10px;
    padding-right: 10px;
}

    .BtnXoa:hover {
        background-color: #ff0000;
        text-decoration: none;
        color: #fff;
    }

    .BtnXoa:active {
        background-color: #f6c23e;
        box-shadow: 0 5px #2d58d5;
        transform: translateY(4px);
    }


/*Banner Site*/
.Banner_Site {
    background: url(../Images/BannerGDLA.png) repeat scroll center top transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #FAB663;
    width: inherit;
    max-width: 100%;
    height: 146px;
    margin: 0px auto;
}

.Menu_Home {
    width: 12%;
    font-family: var(--bs-font-sans-serif);
}

.Form_GCNShow {
    font-size: 14px;
    font-family: var(--bs-font-sans-serif);
    font-weight: 500;
    color: #000000;
}

header .navbar {
    padding: 0;
}

    header .navbar .nav-link {
        padding: 30px 0;
        color: #58595b;
        font-weight: 500;
        position: relative;
    }

header .navbar-brand img {
    width: 210px;
}

.container-wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

header .navbar .nav-link {
    padding: 30px 0;
    color: #58595b;
    font-weight: 500;
    position: relative;
}

.ImageLogo {
    width: 68px;
}

.HomeSite {
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
}
.ImgLogoSite {
    margin-top: 5px;
    margin-bottom: 3px;
}

html, body {
    min-height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
    color: #414042;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

a {
    color: #137faf;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a:hover {
        color: #137faf;
    }

.container-wrap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

textarea {
    resize: none;
}

section {
    padding: 1px 0;
    position: relative;
}

    section .sectionHeading {
        font-size: 26px;
        margin-bottom: 50px;
        color: #58595b;
        text-transform: uppercase;
        position: relative;
        text-align: center;
    }

        section .sectionHeading:after {
            content: "";
            display: block;
            width: 80px;
            height: 4px;
            background: #e95418;
            margin: 8px auto 0;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    section.banner {
        padding: 1px 0;
    }

aside .searchForm .btn {
    border-radius: 0;
}

aside .box {
    box-shadow: 0px 0px 1px #8b8b8b;
}

    aside .box .heading {
        background: #414042;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
    }

    aside .box .categories {
        padding: 20px;
    }

        aside .box .categories li {
            font-size: 18px;
            font-weight: 500;
        }

            aside .box .categories li + li {
                margin-top: 15px;
            }

    aside .box a {
        color: #414042;
    }

        aside .box a:hover {
            color: #f15a22;
        }

.animate {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hoverBordered a {
    position: relative;
}

    .hoverBordered a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0;
        height: 2px;
        background: #137faf;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hoverBordered a:hover:before {
        width: 100%;
    }

.bg-grey {
    background: #f3f3f3;
}

.bg-light-grey {
    background: #e3e3e3;
}

.bg-dark-grey {
    color: #fff;
    background: #414042;
}

.ls-3 {
    letter-spacing: 3px;
}

.borderLeft {
    border-left: 10px solid #e95418;
    padding-left: 35px;
}

.text-blue {
    color: #137faf;
}

.text-align-justify {
    text-align: justify;
}

.btn {
    padding: 6px 12px;
    font-weight: 400;
    border-radius: 3px;
/*    text-transform: uppercase;*/
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
}

.btn-orange {
    border-color: #e95418;
    background: #e95418;
}

    .btn-orange:hover {
        border-color: #e95418;
        background: #d74206;
        color: #fff;
    }

.btn-outline-orange {
    border-color: #e95418;
    background: #fff;
    color: #e95418;
}

    .btn-outline-orange:hover {
        background: #e95418;
        border-color: #e95418;
        color: #fff;
    }

.text-orange {
    color: #e95418;
}

.text-primary {
    color: #137faf !important;
}

.btn-primary {
    background: #137faf;
    border-color: #137faf;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background: #086892;
    }

.btn-outline-primary {
    background: #fff;
    border-color: #137faf;
    color: #137faf;
}

    .btn-outline-primary:hover {
        background: #137faf;
        border-color: #137faf;
    }

.bg-primary {
    background: #137faf !important;
}

.form-control,
.form-select,
.input-group button {
    border-radius: 0;
    border-color: #147faf;
}

    .btn:focus,
    .btn:active,
    .form-control:focus,
    .form-select:focus {
        box-shadow: none !important;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 30px;
    color: #fff;
    background: #9e9e9e;
}

.swiper-button-next {
    right: -5px;
}

.swiper-button-prev {
    left: -5px;
}

.swiper-button-next:hover {
    background: linear-gradient(270deg, rgba(246,97,70,1) 0%, rgba(246,135,66,1) 100%);
}

.swiper-button-prev:hover {
    background: linear-gradient(270deg, rgba(246,135,66,1) 0%, rgba(246,97,70,1) 100%);
}

.parallax-mirror img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    animation: ken-burn-in 13s;
}

@keyframes ken-burn-in {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
/*========================== ELEMENT ==========================*/
.newsSliderElement .swiper-slide a {
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, rgb(0 0 0 / 69%) 0%, rgba(255,255,255,0) 100%);
}

    .newsSliderElement .swiper-slide a img {
        object-fit: cover;
        width: 100%;
        position: relative;
        z-index: -1;
    }

.newsSliderElement .swiper-slide .newsTitle {
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.newsSliderElement .swiper-slide .info .sectionHeading {
    font-size: 20px;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}

    .newsSliderElement .swiper-slide .info .sectionHeading:after {
        background: #fff;
        height: 3px;
    }

.newsSliderElement .swiper-slide .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgb(241 90 34 / 80%);
    opacity: 0;
}

    .newsSliderElement .swiper-slide .info .desc {
        margin: 10px 0;
        font-size: 14px;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .newsSliderElement .swiper-slide .info .sectionHeading,
    .newsSliderElement .swiper-slide .info .desc,
    .newsSliderElement .swiper-slide .info .btn {
        opacity: 0;
        position: relative;
        bottom: -50px;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.newsSliderElement .swiper-slide a:hover .info .sectionHeading {
    transition-delay: .1s;
}

.newsSliderElement .swiper-slide a:hover .info .desc {
    transition-delay: .2s;
}

.newsSliderElement .swiper-slide a:hover .info .btn {
    transition-delay: .3s;
}

.newsSliderElement .swiper-slide a:hover .info,
.newsSliderElement .swiper-slide a:hover .info .sectionHeading,
.newsSliderElement .swiper-slide a:hover .info .desc,
.newsSliderElement .swiper-slide a:hover .info .btn {
    opacity: 1;
    bottom: 0;
}

.newsSliderElement .swiper-slide a:hover .newsTitle {
    bottom: -100%;
}

.pageHeadingElement {
    background: #f15a22;
    font-size: 36px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
}

.whoWeAreElement {
    background: #f1f1f1;
    padding-bottom: 0;
}

    .whoWeAreElement .leftSide {
        width: 50%;
        position: absolute;
        left: 0;
        height: calc(100% - 160px);
        top: 80px;
        cursor: pointer;
        background: url("../img/intro-img.jpg") repeat-x;
        background-size: auto 100%;
        animation: slide 40s linear infinite;
        z-index: 2;
        overflow: hidden;
    }

        .whoWeAreElement .leftSide video {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            height: auto;
            transform: translate(-50%,-50%);
        }

        .whoWeAreElement .leftSide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .whoWeAreElement .intro .title {
        font-size: 33px;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
        margin: 30px 0 30px 80px;
    }

        .whoWeAreElement .intro .title span {
            font-weight: 200;
        }

    .whoWeAreElement .intro .bottom {
        background: #e6e6e6;
    }

        .whoWeAreElement .intro .bottom .more {
            margin: 90px 0 0 45px;
        }

    .whoWeAreElement .intro .desc {
        padding: 50px 0 80px 35px;
        text-align: justify;
    }
/*========================== HEADER ==========================*/
header {
    background: #fff;
    position: relative;
    z-index: 3;
}

    header .navbar-brand img {
        width: 210px;
    }

    header .navbar {
        padding: 0;
    }

        header .navbar .nav-item + .nav-item {
            margin-left: 30px;
        }

        header .navbar .nav-link {
            padding: 30px 0;
            color: #58595b;
            font-weight: 500;
            position: relative;
        }

            header .navbar .nav-link:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 8px;
                background: #e95418;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

            header .navbar .nav-link:hover,
            header .navbar .nav-link.active,
            header .navbar .nav-link.show {
                color: #e95418;
            }

                header .navbar .nav-link:hover:before,
                header .navbar .nav-link.active:before,
                header .navbar .nav-link.show:before {
                    width: 100%;
                }

    header .navbar-nav .dropdown-menu {
        background: rgb(255 255 255 / 80%);
        border: none;
        border-radius: 0;
        padding: 0;
        margin-top: 0;
    }

        header .navbar-nav .dropdown-menu .dropdown-item {
            color: #414042;
            padding: 10px 30px 10px 15px;
            display: flex;
            align-items: center;
        }

            header .navbar-nav .dropdown-menu .dropdown-item span {
                display: inline-block;
                border-bottom: 1px solid transparent;
            }

            header .navbar-nav .dropdown-menu .dropdown-item:before {
                content: "";
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-left: 5px solid transparent;
                border-bottom: 5px solid transparent;
                margin-right: 10px;
                -webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

            header .navbar-nav .dropdown-menu .dropdown-item:hover {
                background: #fff;
                color: #f15a22;
            }

                header .navbar-nav .dropdown-menu .dropdown-item:hover:before {
                    border-left-color: #f15a22;
                }

                header .navbar-nav .dropdown-menu .dropdown-item:hover span {
                    border-bottom-color: #f15a22;
                }

    header .navbar-nav .dropdown-toggle:after {
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #58595b;
        border-right: 1px solid #58595b;
        transform: rotate(45deg) translateY(-50%);
        border-top: none;
        border-left: none;
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
    }

    header .navbar-toggler {
        color: #ea5318;
        border: none;
        box-shadow: none !important;
        outline: none !important;
        padding: 0;
        font-size: 35px;
    }

    header .navbar .closeMenu {
        position: absolute;
        right: 10px;
        font-size: 50px;
        color: #fff;
        top: 10px;
        line-height: 1;
    }
/*========================== HOMEPAGE ==========================*/
@keyframes slide {
    0% {
        background-position: left center;
    }

    100% {
        background-position: right center;
    }
}

#homepage .banner {
    padding: 0;
    color: #fff;
    height: calc(100vh - 84px);
    position: relative;
    overflow: hidden;
    background: #d14c00;
}

    #homepage .banner .swiper {
        height: 100%;
    }

        #homepage .banner .swiper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    #homepage .banner .swiper-pagination {
        bottom: 280px;
    }

    #homepage .banner .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
        height: 5px;
        width: 5px;
    }

    #homepage .banner .swiper-pagination-bullet-active {
        background: #fff;
        width: 60px;
        border-radius: 30px;
    }

    #homepage .banner .bannerText {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: rgb(0 0 0 / 50%);
        padding: 20px 0;
        border-top: 1px solid #e95418;
    }

        #homepage .banner .bannerText .title {
            text-transform: uppercase;
            position: relative;
            font-size: 50px;
            border-bottom: 1px solid #fff;
            text-align: center;
            padding-bottom: 15px;
            margin-bottom: 20px;
            line-height: 1.5;
        }

            #homepage .banner .bannerText .title:before {
                content: "";
                position: absolute;
                width: 80px;
                height: 5px;
                background: #fff;
                bottom: -3px;
                left: 50%;
                transform: translateX(-50%);
            }

        #homepage .banner .bannerText .subTitle {
            font-size: 22px;
            margin: 0;
            font-weight: 600;
        }

#homepage .pioneer .imgWrap {
    position: relative;
    overflow: hidden;
}

    #homepage .pioneer .imgWrap:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        background: rgb(241 90 34 / 50%);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    #homepage .pioneer .imgWrap .dynamicImg {
        position: absolute;
        left: 50%;
        top: 50%;
        opacity: 0;
        transform: translate(-50%,-50%) scale(0);
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

#homepage .pioneer a:hover .imgWrap:before {
    opacity: 1;
}

#homepage .pioneer a:hover .imgWrap .dynamicImg {
    opacity: 1;
    transform: translate(-50%,-50%) scale(.8);
}

#homepage .pioneer a:hover .title {
    background: #f15a22;
    border-color: #f15a22;
    color: #fff;
}

#homepage .pioneer .title {
    background: #f3f3f3;
    border: 1px solid #bcbec0;
    color: #414042;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 20px 5px;
    margin: 0;
}

#homepage .newsSliderElement {
    margin-top: 60px;
}

#homepage .partners .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 370px;
}

#homepage .partners .swiper-slide {
    height: calc((100% + 2px) / 3) !important;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bcbec0;
}

    #homepage .partners .swiper-slide img {
        max-height: 100%;
        filter: grayscale(1);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    #homepage .partners .swiper-slide:hover img {
        filter: grayscale(0);
    }

#homepage .partners .desc {
    background: #f3f3f3;
    border: 1px solid #bcbec0;
    height: 100%;
    padding: 20px 130px;
    margin-right: -1px;
}

#homepage .news .swiper-pagination {
    position: static;
}

#homepage .news .item {
    display: block;
    color: #464646;
}

    #homepage .news .item .info {
        border: 1px solid #bcbec0;
        border-width: 0 1px 1px;
        padding-top: 20px;
    }

    #homepage .news .item .title {
        font-size: 22px;
        border-left: 10px solid #f15a22;
        padding: 0 15px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #homepage .news .item .desc {
        padding: 25px;
    }

    #homepage .news .item:hover {
        background: #f15a22;
        color: #fff;
    }

        #homepage .news .item:hover img {
            opacity: .7;
        }

        #homepage .news .item:hover .title {
            border-left-color: #fff;
        }

#homepage .news .swiper-slide {
    height: auto;
}

    #homepage .news .swiper-slide a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    #homepage .news .swiper-slide .info {
        flex-grow: 1;
    }
/*========================== ABOUT PAGE ==========================*/
#aboutPage .whoWeAreElement .intro .title {
    font-size: 58px;
}

#aboutPage .vision .borderLeft {
    border-width: 7px;
    padding-left: 10px;
}

#aboutPage .vision .title {
    font-size: 20px;
}

#aboutPage .value .item .info {
    padding: 20px;
    border: 1px solid #bcbec0;
    border-width: 0 1px 1px;
    background: #fff url(../img/bg-hexagon.png) no-repeat top center;
}

#aboutPage .value .item .sectionHeading {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 20px;
}

    #aboutPage .value .item .sectionHeading:after {
        margin-top: 15px;
    }

#aboutPage .value .item:hover .info {
    color: #fff;
    background: #e95418 url(../img/bg-building.png) no-repeat center center;
}

#aboutPage .value .item:hover .sectionHeading {
    color: #fff;
}

    #aboutPage .value .item:hover .sectionHeading:after {
        background-color: #fff;
    }

#aboutPage .leader .name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    top: 0;
}

#aboutPage .leader .item {
    position: relative;
    overflow: hidden;
    background: #b3b3b3;
    border: 15px solid #b3b3b3;
}

    #aboutPage .leader .item:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    #aboutPage .leader .item .imgWrap,
    #aboutPage .leader .item .info {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #aboutPage .leader .item .imgWrap {
        background: #fff;
        padding: 10px;
    }

    #aboutPage .leader .item .info {
        color: #fff;
        background: rgb(241 90 34 / 80%);
        padding: 20px 5px;
        top: -100%;
    }

        #aboutPage .leader .item .info .social {
            margin-bottom: 20px;
        }

            #aboutPage .leader .item .info .social a {
                color: #fff;
                display: flex;
                margin: 0 5px;
                border: 1px solid #fff;
                line-height: 1;
                width: 35px;
                height: 35px;
                align-items: center;
                justify-content: center;
                padding: 20px;
                border-radius: 50%;
                font-size: 22px;
            }

                #aboutPage .leader .item .info .social a:hover {
                    background: #fff;
                    color: #f15a22;
                }

        #aboutPage .leader .item .info .position {
            font-size: 16px;
        }

#aboutPage .leader .swiper-slide:hover .item {
    border-color: #f15a22;
}

    #aboutPage .leader .swiper-slide:hover .item .info {
        top: 0;
    }

#aboutPage .leader .swiper-slide:hover > .name {
    opacity: 0;
    top: -30px;
}

#aboutPage .prize .bannerPrize {
    margin-bottom: 50px;
    height: 250px;
    background: url(../img/banner-prize.jpg) no-repeat center center / cover;
}

#aboutPage .prize .item {
    display: block;
    color: #464646;
}

#operationPage .technoSolutions .info,
#aboutPage .prize .info {
    border: 1px solid #bcbec0;
    border-top-width: 0;
    padding: 15px;
}

#operationPage .technoSolutions .item .sectionHeading,
#aboutPage .prize .sectionHeading {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 20px;
}

    #operationPage .technoSolutions .sectionHeading:after,
    #aboutPage .prize .sectionHeading:after {
        margin-top: 15px;
    }

#operationPage .technoSolutions .item:hover,
#aboutPage .prize .item:hover {
    color: #fff;
    background: #f15a22;
}

    #operationPage .technoSolutions .item:hover img,
    #aboutPage .prize .item:hover img {
        opacity: .5;
    }

    #operationPage .technoSolutions .item:hover .sectionHeading,
    #aboutPage .prize .item:hover .sectionHeading {
        color: #fff;
    }

        #operationPage .technoSolutions .item:hover .sectionHeading:after,
        #aboutPage .prize .item:hover .sectionHeading:after {
            background: #fff;
        }

#aboutPage .companyMember .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
}

#aboutPage .companyMember .swiper-slide {
    height: calc((100% - 35px) / 2) !important;
}

#aboutPage .companyMember .item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    color: #fff;
}

    #aboutPage .companyMember .item:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    #aboutPage .companyMember .item .imgWrap,
    #aboutPage .companyMember .item .info {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 10px;
        text-align: center;
    }

    #aboutPage .companyMember .item .info {
        top: -100%;
        background: rgb(241 90 34 / 90%);
    }

    #aboutPage .companyMember .item .name {
        font-size: 18px;
    }

    #aboutPage .companyMember .item .desc {
        font-size: 16px;
    }

    #aboutPage .companyMember .item:hover .info {
        top: 0;
    }
/*========================== PROJECT PAGE ==========================*/
#projectPage .item {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 25px;
    background: linear-gradient(0deg, rgb(0 0 0 / 75%) 0, rgb(255 255 255 / 0%) 50%);
}

    #projectPage .item img {
        position: relative;
        z-index: -1;
        width: 100%;
    }

    #projectPage .item .title {
        font-size: 24px;
        text-transform: uppercase;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        margin-bottom: 20px;
        opacity: 1;
    }

    #projectPage .item .info {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: -100%;
        padding: 60px;
        background: rgb(233 84 24 / 80%);
    }

        #projectPage .item .info .sectionHeading {
            margin-bottom: 30px;
            font-size: 24px;
        }

            #projectPage .item .info .sectionHeading:after {
                background: #fff;
            }

    #projectPage .item:hover .title {
        bottom: -50px;
        opacity: 0;
    }

    #projectPage .item:hover .info {
        top: 0;
    }

    #projectPage .item:hover .timer.outside {
        top: 40%;
        opacity: 0;
    }

#projectPage .projectComing .info {
    padding: 30px 60px;
}

#projectPage .timer {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #projectPage .timer.outside {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background: #0009;
        padding: 10px 20px;
        opacity: 1;
    }

    #projectPage .timer > div {
        margin: 0 20px;
    }

    #projectPage .timer .number {
        line-height: 1;
        margin-bottom: 10px;
        font-size: 50px;
    }

#projectPage .info .timer {
    margin-bottom: 20px;
}

    #projectPage .info .timer .number {
        font-size: 35px;
        margin-bottom: 5px;
    }
/*========================== NEWS PAGE ==========================*/
#newsPage .listNews .row > * {
    margin-bottom: 25px;
}

#newsPage .listNews .item {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 1px #8b8b8b;
    border-bottom: 5px solid #b8b8b8;
    position: relative;
}

.banner.header-title h1 {
    font-size: 58px;
    margin: 0;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 5px;
    color: #444444;
}

#newsPage .listNews .item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 90px;
    height: 5px;
    background: #f15a22;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#newsPage .listNews .item .title {
    display: block;
    border-left: 10px solid #f15a22;
    padding-left: 20px;
    color: #414042;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 30px -30px;
}

    #newsPage .listNews .item .title a {
        color: #414042;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

#newsPage .listNews .item .imgWrap {
    display: block;
    margin: 0 -30px;
    overflow: hidden;
}

#newsPage .listNews .item:hover .imgWrap img {
    transform: scale(1.2);
}

#newsPage .listNews .item:hover:after {
    width: 100%;
}

#newsPage .listNews .item .desc {
    text-align: justify;
    margin-top: 30px;
}

#newsPage .newsInfo {
    box-shadow: 0px 0px 1px #8b8b8b;
    padding: 25px;
}

    #newsPage .newsInfo .newsTitle {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-bottom: 15px;
        position: relative;
        text-align: center;
    }

        #newsPage .newsInfo .newsTitle:before {
            content: "";
            position: absolute;
            width: 100px;
            height: 2px;
            background: #f15a22;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
        }
/*========================== PROJECT NEWS-VIEWS ==========================*/
#newsPage-views .news-content .navbar {
    border: 1px solid #bcbec0;
}

#newsPage-views .news-content ul li a {
    font-weight: 600;
    color: #414042;
}

#newsPage-views .navbar-nav {
    padding-bottom: 16px;
}

#newsPage-views .header-text {
    max-width: 600px;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto;
    color: #58595b;
}

    #newsPage-views .header-text::before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        width: 90px;
        height: 2px;
        bottom: -15px;
        background: #f15a22;
    }

#newsPage-views .views-right {
    padding-left: 20px;
}
/*========================== PROJECT CO DONG ==========================*/
#reportPage .content .menu_title {
    color: #fff;
    display: block;
    border: 1px solid #f15a22;
    background: #f15a22;
    font-size: 36px;
    padding: 5px 10px;
    font-weight: 800;
}

#reportPage .content .list_title {
    font-size: 22px;
    border: 1px solid #414042;
    background: #414042;
    font-weight: 600;
    margin-bottom: 0;
}

#reportPage .content .list ul {
    border: 1px solid #bcbec0;
}

    #reportPage .content .list ul li {
        font-size: 18px;
        text-align: justify;
        padding: 10px 0;
        padding-left: 10px;
        font-weight: 600;
    }

#reportPage .list ul li a {
    text-decoration: none;
    color: #414042;
}

#reportPage table.table td, #reportPage table.table tbody th {
    vertical-align: middle;
}

#reportPage thead tr th {
    border: 1px solid #fff;
}
/*========================== CONTACT PAGE ==========================*/
#contactPage .sectionHeading {
    margin-bottom: 20px;
}

#contactPage .map {
    height: 500px;
}

#contactPage table tr td,
#contactPage table tr th {
    padding: 10px;
    text-align: left;
}

#contactPage table.table thead {
    background: none;
}

    #contactPage table.table thead th {
        color: #737373;
    }

#contactPage table.table tbody tr td:first-child {
    font-weight: 400;
}
/*========================== PARTNER ==========================*/
#partnerPage .partner .partner-content {
    background-color: #f3f3f3;
    border: 1px solid #bcbec0;
}

#partnerPage .partner .title {
    font-size: 26px;
    margin-bottom: 60px;
}

#partnerPage .partner .partner-content .text {
    font-size: 18px;
}

#partnerPage .partner .title::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 4px;
    background-color: #e95418;
    left: 50%;
    transform: translate(-50%);
    bottom: -8px;
}

#partnerPage .partner .partner-content div {
    padding: 50px;
}

#partnerPage .partner .logo .row .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-bottom: 1px #bcbec0 solid;
    border-right: 1px #bcbec0 solid;
}

#partnerPage .partner .logo .border-top {
    border-top: 1px #bcbec0 solid;
}

#partnerPage .partner .logo img {
    max-height: 100%;
    filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#partnerPage .partner .logo .item:hover a img {
    filter: grayscale(0);
}
/*========================== FIELD OPERATION ==========================*/
#operationPage .platform .inner {
    padding-right: 200px;
}

.banner.header-title h1 {
    font-size: 58px;
    margin: 0;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 5px;
    color: #fff;
}

#operationPage .title-content {
    color: #58595b;
    display: inline-block;
    margin: 30px 0 30px 0px;
    text-align: justify;
}

#operationPage .platform .sectionHeading,
#operationPage .InDproject .sectionHeading {
    text-align: left;
    margin-bottom: 0;
}

    #operationPage .platform .sectionHeading:after,
    #operationPage .InDproject .sectionHeading::after {
        margin: 8px 0;
    }

#operationPage .bottom {
    padding: 100px 0;
    background: #e6e6e6;
}

#operationPage .bot {
    padding-bottom: 60px;
}

#operationPage .platform {
    background: #f1f1f1;
}

#operationPage .InDproject {
    background: #f1f1f1;
}

    #operationPage .InDproject .inner {
        margin-left: 50px;
    }

#operationPage .platform .rightSide {
    width: 50%;
    position: absolute;
    right: 0;
    height: calc(100% - 160px);
    top: 80px;
    background: url("../img/top_pindias_banner.jpg") no-repeat center center / cover;
}

#operationPage .InDproject .leftSide {
    width: 50%;
    position: absolute;
    left: 0;
    height: calc(100% - 160px);
    top: 80px;
    cursor: pointer;
    background: url("../img/InDproject_banner-1.jpg") no-repeat center center / cover;
}

#operationPage .platform {
    padding-bottom: 0;
}

    #operationPage .platform .store-logo {
        padding-bottom: 50px;
    }

    #operationPage .platform .store {
        overflow: hidden;
    }

#operationPage .section-title {
    font-size: 60px;
    font-weight: 800;
    margin-top: 50px;
    letter-spacing: 3px;
}

#operationPage .technoSolutions .item,
#operationPage .technoSolutions .item .info {
    height: 100%;
}

#operationPage .technoSolutions img {
    border: 1px solid #bcbec0;
}

#operationPage .platform .iphone {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 260px;
    transform: translateX(-50%);
}
/*========================== FOOTER ==========================*/
footer {
    background: #fff;
}

    footer a {
        color: #464646;
    }

        footer a:hover {
            color: #e95418;
        }

    footer ul li + li {
        margin-top: 10px;
    }

    footer .footerInfo {
        padding: 50px 0;
    }

    footer .footerHeading {
        font-size: 20px;
        position: relative;
        text-transform: uppercase;
        color: #e95418;
        display: flex;
        align-items: center;
        white-space: nowrap;
        margin-bottom: 20px;
    }

        footer .footerHeading:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #e95418;
            margin-left: 10px;
        }

    footer .companyInfo .firstLetter {
        color: #e95418;
        font-weight: 700;
        display: inline-block;
        margin-right: 10px;
        text-align: center;
        flex: 0 0 20px;
    }

    footer .social {
        border: 1px solid #e95418;
        border-width: 1px 0;
        padding: 30px 0;
        margin: 15px 0 0;
    }

        footer .social a {
            padding: 10px;
            font-size: 25px;
            border: 1px solid #464646;
            border-radius: 50%;
            line-height: 1;
            width: 48px;
            height: 48px;
        }

            footer .social a:hover {
                border-color: #e95418;
            }

            footer .social a + a {
                margin-left: 50px;
            }

    footer .language {
        padding-top: 30px;
    }

        footer .language a {
            line-height: 0;
            box-shadow: 0px 1px 8px #6d6d6d;
            filter: grayscale(1);
        }

            footer .language a:hover {
                filter: grayscale(0);
            }

            footer .language a + a {
                margin-left: 30px;
            }

    footer .copyright {
        background: #58595b;
        text-align: center;
        color: #fff;
        padding: 20px 0;
    }
/*========================== BOOTSTRAP OVERRIDE ==========================*/
.form-control {
    border-color: #d2d2d2;
}

table.table {
    font-size: 15px;
}

    table.table th,
    table.table td {
        padding: 1px 3px;
    }

    table.table thead th {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    table.table thead {
        background: linear-gradient(to right, #f15a22, #f5821f);
    }

        table.table thead th:not(:first-child),
        table.table tbody td:not(:first-child) {
            text-align: center;
        }

    table.table tbody tr td:first-child {
        font-weight: 600;
    }

    table.table i {
        font-size: 30px;
        color: #f5821f;
        margin: 0 15px;
    }
/*========================== RESPONSIVE ==========================*/
@media (min-width: 1681px) {
    body {
        font-size: 18px;
    }

    .btn {
        padding: 6px 9px;
    }

    #homepage .news .item .title,
    .newsSliderElement .swiper-slide .newsTitle {
        font-size: 24px;
    }

    .newsSliderElement .swiper-slide .info .desc {
        font-size: 18px;
    }

    #homepage .pioneer .title,
    .newsSliderElement .swiper-slide .info .sectionHeading {
        font-size: 26px;
    }

    #homepage .pioneer .title {
        padding: 25px 30px;
    }

    #homepage .banner .bannerText .subTitle {
        font-size: 25px;
    }

    .swiper-button-prev {
        left: -50px;
    }

    .swiper-button-next {
        right: -50px;
    }
}

@media (max-width: 1440px) {
    header .navbar .nav-item + .nav-item {
        margin-left: 10px;
    }

    #homepage .partners .desc {
        padding: 20px 60px;
    }

    #aboutPage .companyMember .swiper {
        max-height: 430px;
    }

    .whoWeAreElement .leftSide video {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 1180px) {
    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    header {
        padding: 5px 0;
    }

        header .navbar .navbar-nav .nav-item + .nav-item {
            margin-left: 0;
        }

        header .navbar .navbar-nav {
            font-size: 25px;
        }

            header .navbar .navbar-nav .nav-item {
                border-bottom: 1px solid #c9c9c9;
            }

    .dropdown-toggle.show ul.dropdown-menu {
        height: 0;
        opacity: 0;
        transition: all .5s ease-in-out;
    }

        .dropdown-toggle.show ul.dropdown-menu.show {
            height: 100%;
            opacity: 1;
            transition: all .5s ease-in-out;
        }

    header .navbar-nav .dropdown-toggle:after {
        right: 25px;
    }

    header .navbar .navbar-nav .nav-link {
        padding: 12px 25px;
        display: block;
        font-size: 14px;
    }

    header .navbar .nav-link:before {
        background: transparent;
        height: 3px;
    }

    header .navbar-nav .dropdown-toggle:after {
        border-color: #57585a;
    }

    header .navbar-nav .dropdown-menu {
        background: none;
        border: none;
    }

        header .navbar-nav .dropdown-menu .dropdown-item {
            color: #57585a;
            font-size: 14px;
        }

    header .offcanvas.offcanvas-end {
        width: 300px;
        height: auto;
        top: 0;
        bottom: auto;
        padding-top: 3px;
    }

        header .offcanvas.offcanvas-end:before {
            content: "";
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 3px;
            background: #f15a22;
        }

    header .offcanvas {
        background: none;
    }

    header .navbar-collapse {
        background: none;
        overflow: auto;
    }

    header .navbar .btn-closee {
        left: -50px;
        top: 9px;
        position: absolute;
        color: #f15a21;
        font-size: 35px;
    }

    header .navbar .navbar-nav {
        background: #fff;
    }

    #homepage .banner {
        height: calc(100vh - 70px);
    }

        #homepage .banner .bannerText .title {
            font-size: 50px;
        }

    #homepage .pioneer .title {
        font-size: 20px;
    }

    #aboutPage .value .row > div,
    #aboutPage .prize .row > div,
    #operationPage .technoSolutions .row > div {
        margin-bottom: 30px;
    }

    #aboutPage .companyMember .swiper {
        max-height: 360px;
    }

    #operationPage .section-title {
        font-size: 40px;
    }

    #reportPage .content .list ul li {
        padding-left: 5px;
    }

    #reportPage .content .menu_title {
        font-size: 28px;
    }

    #newsPage .navbar-nav {
        padding-left: 12px;
    }

    #projectPage .item .info {
        padding: 30px 10px;
    }

    .pageHeadingElement {
        font-size: 30px;
    }

    .offcanvas.show .bi-list::before {
        display: block;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    .whoWeAreElement .intro .title {
        margin: 30px 0 30px 50px;
    }

    .whoWeAreElement .intro .bottom .more {
        margin-left: 40px;
    }

    .borderLeft,
    .whoWeAreElement .intro .desc {
        padding-left: 20px;
    }

    #homepage .banner .bannerText .title {
        font-size: 42px;
    }

    #homepage .banner .bannerText .subTitle {
        font-size: 18px;
    }

    #homepage .pioneer .title {
        font-size: 16px;
    }

    #homepage .partners .desc {
        padding: 20px;
    }

    #homepage .news .item .title {
        font-size: 20px;
    }

    #aboutPage .companyMember .swiper {
        max-height: 490px;
    }

    #aboutPage .whoWeAreElement .intro .title {
        font-size: 50px;
    }

    #partnerPage .partner .partner-content div {
        padding: 40px;
    }

    #reportPage .content .list ul li {
        font-size: 15px;
        padding-left: 5px;
    }

    #reportPage .content .menu_title {
        font-size: 32px;
    }

    #newsPage .news-content ul li a {
        padding-left: 2px;
    }

    .pageHeadingElement {
        font-size: 26px;
    }

    #operationPage .platform .iphone {
        transform: translateX(-20%);
    }

    #operationPage .platform .inner {
        padding-right: 80px;
    }

    #projectPage .info .timer {
        margin-bottom: 10px;
    }

    #projectPage .projectComing .item .info .sectionHeading {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .whoWeAreElement .intro .title {
        margin: 10px;
        font-size: 25px;
        display: block;
    }

    .whoWeAreElement .intro .bottom .more {
        margin: 30px 30px 0 30px;
    }

    #homepage .banner {
        height: 60vh;
    }

        #homepage .banner .bannerText .title {
            font-size: 30px;
        }

        #homepage .banner .swiper-pagination {
            bottom: 240px;
        }

    #aboutPage .companyMember .swiper {
        max-height: 390px;
    }

    #aboutPage .whoWeAreElement .intro .title {
        font-size: 40px;
    }

    footer .footerMenu ul {
        margin-bottom: 30px;
        white-space: initial;
    }

    #reportPage .content .menu_title {
        font-size: 25px;
    }

    #reportPage .content .list ul li {
        font-size: 16px;
    }

    table.table th,
    table.table td {
        padding: 15px 12px;
    }

    table.table i {
        font-size: 30px;
        color: #f5821f;
        margin: 0 12px;
    }

    #newsPage .navbar-nav {
        width: 100%;
        padding-left: 7px;
    }

    .pageHeadingElement {
        font-size: 28px;
    }

        .pageHeadingElement br {
            display: none;
        }

    #newsPage .news-content .text-menu {
        font-size: 20px;
    }

    #newsPage .navbar-nav {
        padding-bottom: 16px;
    }

    #newsPage-views .views-right {
        padding-left: 0px;
    }

    #contact .keep-in-touch .left-side {
        order: 1;
    }

    #partnerPage .partner .partner-content div {
        padding: 20px;
    }

    #operationPage .title-content {
        padding-right: 20px;
    }

    #operationPage .top .title-content {
        margin: 20px 10px 45px 0px;
    }

    #operationPage .InDproject .inner {
        margin-left: 20px;
    }

    #operationPage .section-title {
        margin-top: 0;
    }

    #operationPage .InDproject .leftSide {
        background: url(../img/InDproject_banner.png) repeat-x center center / cover;
        animation: slide 40s ease-in infinite;
    }

    #operationPage .platform .rightSide {
        background: url(../img/top_pindias_banner.jpg) no-repeat center center / cover;
        animation: slide 40s ease-in infinite;
    }

    #operationPage .bottom {
        padding: 85px 0;
    }

    #operationPage .platform .inner {
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    #aboutPage .companyMember .swiper {
        max-height: 360px;
    }
}

@media (max-width: 576px) {
    .btn {
        padding: 3px 10px;
        font-size: 13px;
    }

    section {
        padding: 30px 0;
    }

        section .sectionHeading {
            margin-bottom: 30px;
            font-size: 22px;
        }

        section.banner {
            padding: 50px 0;
        }

    .banner.header-title h1 {
        font-size: 25px;
        letter-spacing: 2px;
    }

    #operationPage .technoSolutions .item .sectionHeading,
    #aboutPage .prize .sectionHeading {
        font-size: 22px;
    }

    .whoWeAreElement .leftSide {
        position: relative;
        width: 100%;
        height: 250px;
        top: 0;
        left: 0;
    }

        .whoWeAreElement .leftSide .icon {
            left: 50%;
            right: auto;
            transform: translate(-50%,-50%);
        }

    .whoWeAreElement .intro .title {
        font-size: 20px;
        margin: 10px 0;
    }

    .whoWeAreElement .intro .desc {
        padding: 30px 0;
    }

    #homepage .banner .bannerText {
        text-align: center;
    }

        #homepage .banner .bannerText .title {
            font-size: 16px;
        }

        #homepage .banner .bannerText .subTitle {
            font-size: 14px;
        }

    #homepage .banner .swiper-pagination {
        bottom: 230px;
    }

    #homepage .pioneer a {
        height: auto !important;
        margin-bottom: 15px;
    }

    #homepage .newsSliderElement {
        margin-top: 30px;
    }

    #homepage .partners .desc {
        margin: 0;
    }

    #homepage .partners .desc {
        border-bottom-width: 0;
    }

    #aboutPage .value .item .sectionHeading,
    #aboutPage .prize .sectionHeading {
        font-size: 20px;
    }

    #aboutPage .whoWeAreElement .intro .title {
        font-size: 35px;
    }

    footer .footerInfo {
        padding: 30px 0;
    }

    footer .social {
        padding: 20px 0;
    }

        footer .social a + a {
            margin-left: 30px;
        }

    table.table thead th, table.table tbody td {
        text-align: center;
        vertical-align: middle;
    }

    #newsPage .events-list {
        padding-bottom: 40px;
    }

    .pageHeadingElement {
        padding: 10px 0;
    }

    #newsPage .navbar-nav {
        width: 100%;
        padding-left: 40px;
    }

    #newsPage .navbar-nav {
        padding-bottom: 16px;
    }

    #newsPage-views .header-text::before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        width: 95px;
        height: 2px;
        bottom: 0px;
        background: #f15a22;
    }

    #newsPage-views .views-right {
        padding-left: 0px;
    }

    #contact .d-flex {
        flex-wrap: wrap;
    }

    #operationPage .platform .rightSide {
        display: none;
    }

    #operationPage .platform .iphone img {
        width: 120px;
    }

    #operationPage .platform .iphone {
        position: absolute;
        z-index: 0;
        bottom: 15px;
        left: auto;
        right: 30px;
        transform: none;
        width: auto;
    }

    #operationPage .platform .store-logo {
        padding-right: 215px;
        margin-left: 0;
    }

    #operationPage .platform .sectionHeading,
    #operationPage .InDproject .sectionHeading {
        text-align: center;
    }

        #operationPage .platform .sectionHeading:after,
        #operationPage .InDproject .sectionHeading:after {
            margin: 8px 140px;
        }

    #operationPage .platform .inner {
        padding-right: 0;
    }

    #operationPage .top .title-content {
        margin: 10px 0 20px;
        padding: 0;
    }

    #operationPage .InDproject .leftSide {
        position: static;
        width: 100%;
        height: 270px;
        margin-bottom: 20px;
    }

    #operationPage .bottom {
        padding: 60px 0;
    }

    #operationPage .InDproject .inner {
        margin: 0;
    }

    #operationPage .section-title {
        margin: 30px 0 0;
        font-size: 28px;
    }

    #operationPage .bot {
        padding-bottom: 0;
    }

    #operationPage .bottom {
        overflow: hidden;
    }

    #projectPage .projectComing .item .info .sectionHeading,
    #projectPage .item .info .sectionHeading {
        margin-bottom: 10px;
        font-size: 16px;
    }

    #projectPage .item {
        margin-bottom: 15px;
    }

        #projectPage .item .title {
            font-size: 16px;
        }

        #projectPage .item .info .desc {
            font-size: 13px;
        }

    #projectPage .timer {
        font-size: 12px;
    }

        #projectPage .timer > div {
            margin: 0 10px;
        }

        #projectPage .timer .number {
            margin-bottom: 5px;
            font-size: 20px;
        }

    #projectPage .info .timer {
        margin-bottom: 5px;
    }

        #projectPage .info .timer .number {
            font-size: 20px;
            margin-bottom: 0;
        }

    #projectPage .item .info .desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #partnerPage .partner .logo .row .item {
        padding: 20px;
    }

        #partnerPage .partner .logo .row .item:nth-child(odd) {
            border-left: 1px solid #bcbec0;
        }
}
