 .bai a:hover{
    color:black;
    background-color:gary;
}
.xwbg:hover{
    background-color:#ececed ;
}
.pimg{
    height: 318px !important;
    width: 320px !important;
    object-fit: container;
}

@media screen and (min-width: 1408px) {
    #header_2_4 .container{ max-width: 1500px; }
}

@media (min-width:997px) and (max-width:1408px) {
    .container{
        max-width: 100%;
}
}


.dibu{
  
    display: flex;
    justify-content: center;
  
}
.inputwidth{
    border-color: #a4a7ae;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

@media (min-width:997px) and (max-width:1250px) {
    #header_2_4 .navigation-menu:not(.navigation-social-menu) .navigation-item:not(.navigation-icon-item) .navigation-link{
        padding: 10px 0px 7px;
}
}