/**
 * 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) {
    
}

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

    .hidden-ss-block,
    .hidden-ss-inline,
    .hidden-ss-inline-block ,
    .route-content .route-content-inner:before{
        display: none !important;
    }

    .hero-content,
    .section-hero .img-hero,
    .about-container .about-image,
    .about-container .about-content,
    .section-title,
    .feel-items,
    .feel-items:nth-child(1),
    #menusite ul li,
    #menusite ul li a{
        width: 100%;
    }

    .section-title h2{
        font-size: 28px;
    }

    .section-header{
        background-color: #eff2f8!important
    }

    .section-header .actions{
        margin: 30px 20px;
    }

    .section-header .logo span{
        font-size: 22px;
    }

    .section-header .actions a{
        width: 100%;
        justify-content: center;
    }

    .second-nav{
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        background-color: #fff;
        height: 0;
        transition: 0.5s all;
        z-index: 999;
    }

    .second-nav.open-menu{
        display: block;
        height: auto;
    }

    #menusite ul{
        flex-wrap: wrap;
        gap: 0;
    }

    #menusite ul li a{
        display: block;
        border-bottom: 1px solid #f5f6f8;
        padding: 12px 20px;
    }

    .mobile-menu-toggle-btn{
        display: flex;
    }

    .section-hero .img-hero{
        text-align: left;
    }

    .section-hero h1{
        font-size: 33px;
    }

    .hero-content .btn-primary{
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
    }

    .section-hero .img-hero img{
        width: 280px;
    }

    .about-container{
        gap: 40px;
        font-size: 16px;
    }

    .about-container .about-content h2{
        font-size: 26px;
        margin-bottom: 12px;
    }

    .section-title p{
        font-size: 16px;
    }

    .for-whom-grid,
    .learn-grid,
    .cta-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .route-content .route-item .number{
        position: absolute;
        left: 20px;
        top: 35px;
        height: 50px;
        width: 50px;
        margin: 0;
    }

    .route-content .route-item .route-item-content{
        border-color: #e2e8f0;
        background-color: #f8fafc;
        padding: 30px 20px;
    }

    .route-content .route-item h3{
        font-size: 22px;
        padding-left: 60px;
    }

    .feel-items{
        padding: 15px;
    }

    .for-whom-card{
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 32px 20px;
    }

    .for-whom-card .icon{
        height: 55px;
        width: 55px;
        flex-shrink: 0;
        margin: 0;
    }

    .order-summary-card{
        padding: 48px 20px;
    }

    .order-summary-card h1{
        font-size: 27px;
    }

    .order-summary-card{
        padding: 32px 15px;
    }

    .order-summary-card .order-details ul li{
        font-size: 15px;
    }
}

@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;
    }

    #tip,
    #footer-tip {
        max-width: 100%;
        margin-right: 0 !important;
    }

    #header .logo img {
        max-height: 60px;
    }
}

@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: 100%;
    }

    .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: 1280px;
    }
}

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