/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.wraper {
    width: 100%;
}

@media (max-width: 1119.98px) {

}

@media (max-width: 991.98px) {
    .container {
        width: 100%;
    }

    .third-nav{
        padding: 140px 0 20px;
    }

    header .section-header-bar{
        padding: 6px 25px;
    }

    #header .logo{
        padding: 0;
    }

    #header .logo img{
        height: 26px;
    }

    #menusite .dropdown-menu > li > a{
        padding: 1px 12px;
    }

    #menusite .navbar-default .navbar-nav > li > a{
        font-size: 13px;
        padding: 20px 8px;
    }

    .hero-content{
        top: 60%;
        transform: translateY(-40%);
    }

    .hero-content .hero-content-inner{
        width: 100%;
    }

    .hero-content .hero-content-inner .welcome{
        margin-bottom: 8px;
    }

    .hero-content .hero-content-inner .heading-title{
        font-size: 25px;
    }

    .hero-content .hero-content-inner p{
        font-size: 18px;
        margin-top: 10px;
    }

    .hero-content .hero-content-button .btn-energy{
        padding: 8px 30px;
    }

    .about-image{
        margin-bottom: 100px;
    }

    .about-image .image2{
        bottom: 0;
    }

    .section-about, .section-services, .section-process, .section-why-choose, .section-projects, .section-news, .section-partner{
        padding: 60px 0;
    }

    .our-work-process-items:nth-child(1):before, .our-work-process-items:nth-child(2):before{
        display: none;
    }

    .our-work-process-items h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .call-us .title{
        font-size: 20px;
    }

    .call-us .call-us-content h2{
        font-size: 22px;
    }

    .call-us .call-us-img{
        width: 35%;
    }

    .call-us .call-us-content{
        width: 65%;
        padding-left: 70px;
    }

    .why-choose-content{
        flex-wrap: wrap;
    }

    .why-choose-items{
        width: calc(50% - 10px);
    }
}

@media (max-width: 767.98px) {
    .box-shadow {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    header .section-header-bar{
        padding: 10px 0;
        font-size: 13px;
    }

    header .section-header{
        padding: 10px 30px;
    }

    #header .logo img{
        height: 35px;
    }

    .about-content .heading-title{
        line-height: 42px;
        margin-top: 6px;
    }

    .section-header .heading-title{
        line-height: 42px;
        margin-top: 15px;
    }

    .services-items .services-items-img img{
        height: 400px;
    }
}

@media (max-width: 499.98px) {
    .nv-infodie {
        width: 100%;
    }

    .cookie-notice {
        left: 0;
        width: 100%;
    }

    .visible-ss-block {
        display: block !important;
    }

    .visible-ss-inline {
        display: inline !important;
    }

    .visible-ss-inline-block {
        display: inline-block !important;
    }

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block {
        display: none !important;
    }

    .breadcrumbs-wrap h1.heading-title{
        font-size: 35px;
        line-height: 45px;
    }

    .contactDefault{
        font-size: 14px;
    }

    header .section-header{
        padding: 14px 20px;
    }

    #header .logo img{
        height: 32px;
    }

    .section-video-hero{
        position: relative;
        height: 75vh;
        overflow: hidden;
    }

    .video-hero{
        height: 100%;
        max-width: none !important;
    }

    .hero-content{
        top: 50%;
    }

    .hero-content .hero-content-button{
        flex-wrap: wrap;
        gap: 20px;
    }

    .about-content,
    .bodytext p,
    .hometext{
        text-align: justify;
    }

    .our-work-process-content,
    .call-us{
        flex-wrap: wrap;
    }

    .why-choose-items,
    .call-us .call-us-img,
    .call-us .call-us-content,
    .about-content ul li{
        width: 100%;
    }

    .call-us .call-us-content{
        padding: 60px 25px 25px;
    }

    .call-us .call-us-content h2{
        font-size: 20px;
    }

    .call-us .call-icon{
        top: 100%;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .project-sidebar-box .call-us .call-icon{
        transform: translate(-50%, -50%);
    }

    .project-detail .padding-right-lg{
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .news-post-item .post-image-card img{
        height: 300px;
    }
}

@media (min-width: 500px) {
    .nv-infodie {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }
}

@media (min-height: 500px) {
    .container {
        width: 100%;
    }

    .nv-infodie {
        height: 500px;
        top: 50%;
        margin-top: -250px;
    }
}

@media (min-width: 768px) {
    .wraper {
        width: 90%;
    }

    .hidden-ss-block {
        display: block !important;
    }

    .hidden-ss-inline {
        display: inline !important;
    }

    .hidden-ss-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }

    .wraper {
        width: 100%;
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {
    .wraper {
        width: 1300px;
    }
}
