#header .nav-dropdown-default{
	padding: 5px 10px;
	background: #ededed;
          border-radius: 5px;
	    
}
#header .nav-dropdown li {
	font-size: 15px;
}
.header-wrapper.stuck #masthead {
    min-height: 150px !important;
	display: none;
}
.off-canvas .sidebar-menu {
	background: #fff;
}
.off-canvas .nav-vertical>li>a{
	color: #000;
}
/* ===== THÔNG TIN ===== */

.laq-top-info{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
       margin: 0 10px 20px;
    flex-wrap:wrap;
}

.laq-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.laq-icon{
    width:45px;
    height:45px;
    border:2px solid #b30000;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.laq-icon i{
    font-size:28px;
    color:#b30000;
    line-height:1;
}
.laq-content{
    display:flex;
    flex-direction:column;
}

.laq-content span{
    font-size:15px;
    color:#b30000;
    font-weight:700;
    line-height:1.2;
}

.laq-content strong{
    font-size:18px;
    color:#b30000;
    font-weight:800;
    line-height:1.3;
}

.laq-address strong{
    max-width:650px;
}

.laq-brand-bar{
    background:#b30000;
    color:#fff;
    text-align:center;
    font-size:30px;
    font-weight:800;
    line-height:1.2;
    padding:10px 30px;
    border-radius:50px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

@media(max-width:768px){

    .laq-top-info{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .laq-brand-bar{
        font-size:20px;
        border-radius:20px;
        padding:12px 15px;
    }

    .laq-content strong{
        font-size:16px;
    }
	.header-wrapper.stuck #masthead {
    min-height: 70px !important;
}
}