header.main-header ul.navbar-nav.nav li a::before {
    top: 0 !important;
}

.slick-slide img {
    width: 100%;
}

.no-scroll {
    overflow-y: hidden
}

ul.nav.nav-pills {
    display: flex;
}

ul.nav.nav-pills li {
    flex: 6;
}

ul.nav.nav-pills li:first-child {
    margin-right: 10px;
}

ul.nav.nav-pills li:last-child {
    margin-left: 10px;
}

ul.nav.nav-pills li a {
    color: white;
    background: #004680;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

ul.nav.nav-pills li a:before {
    content: '';
    width: 0px;
    height: 5px;
    display: block;
    background: #ff7216 !important;
    position: absolute;
    bottom:0;
    left:0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

ul.nav.nav-pills li a:hover:before, ul.nav.nav-pills li a:focus:before {
    width: 100%;
}

body:not(.no-scroll) {
   padding-top: 76px;
}

body:not(.no-scroll) header.main-header {
    position: fixed;
    right: 0;
    left:0;
    top: 0;
    width: 100%;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1411764705882353);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1411764705882353);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1411764705882353)
}

body.no-scroll footer .fixed-footer .container {
    display: flex;
    align-items: center;
    height: 100%;
}

body.no-scroll footer .fixed-footer .container > *:last-child {
    margin-left: auto;
    color: #eeeeee;
}

.hero-slide {
    position: relative;
}

.hero-slide .hero-slide-body {
    height: calc(100vh - 100px);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    color: white;
    padding-top: 50px;
    justify-content: left;
}

.hero-slide .hero-slide-body h1 {
    font-size: 30px;
    margin-bottom: 18px;
}

.hero-slide .hero-slide-body p {
    font-size: 17px;
    line-height: 27px;
}

.hero-slide {
    position: relative;
}

.hero-slide .hero-slide-body > div > * {
    position: relative;
    z-index: 1;
}

.hero-slide .hero-slide-body:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.02);
}

.project-detail-images .project-detail-images-body {
    height: 400px;
    padding-bottom: 20px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

body {
    background-position-y: 57px !important;
}

.project-list p.desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .project-list .img {
        height: auto;
    }
    body:not(.no-scroll) {
        padding-top: 165px;
    }
}

@media (max-width: 768px) {
    body.no-scroll footer .main-footer {
        display: none;
    }
    .project-page-title h4 {
        color: black
    }
    footer .main-footer {
        display: block;
        text-align: center;
    }
    footer .main-footer ul.social, footer .main-footer .footer-lang {
        justify-content: center;
        margin-bottom: 15px;
    }
    footer .main-footer .img {
        margin-bottom: 15px;
    }
    footer .main-footer .img:last-child {
        text-align: center;
    }
    body:not(.no-scroll) footer .fixed-footer {
        display: none;
    }
}