body:has(#Breadcrumb li:nth-of-type(2) a[href="/items/1384/index"]) {
    background-color: floralwhite;
}

#Breadcrumb:has(li:nth-of-type(2) a[href="/items/1384/index"]) {
    background-color: floralwhite;
}

body:has(input[type="hidden"]#DeptId[value="2"]) #Header {
 background-color: lavenderblush; 
}