﻿/*layout*/
@media (max-width: 991.98px) {
    .main-content-wrapper {
        min-height: 150vh;
    }
    .navbar-scrolled {  
        background: white
    }
    #mainNavbar {
        background: white
    }
        #mainNavbar .navbar-brand {
            color: #111 !important;
        }
    .logo-box {
        background-color: var(--primary-color) !important;
        color: #fff !important;
        border: none !important;
    }

    .brand-name {
        color: #1a1a1a !important;
    }

    .brand-slogan {
        color: #666 !important;
    }

    .navbar-toggler {
        color: var(--bs-navbar-color) !important;
    }

    .hero-wrapper {
        margin-top: 80px;
    }

    .navbar-transparent .navbar-toggler-icon {
        filter: invert(0);
    }
}

/*home*/
@media (max-width: 991.98px) {
    .type-item {
        width: 50%;
    }

        .type-item .card-inner {
            height: 100px;
        }

    #frmSearch button{
        margin:0 auto
    }
}

/*tin tức*/

@media (max-width: 768px) {
    .related-card a {
        flex-direction: column;
    }

    .related-img {
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
    }

    .related-body {
        margin-left: 0;
    }
}