/* xong */
@media screen and (max-width: 319px){
    .item-hot{width: 100%;}
    .logo img{height: 55px;position: relative;}
}

@media (min-width: 320px) and (max-width: 480px) {
    .item-hot{width: 100%;}
    .logo img{height: 55px;position: relative;}
}

@media (min-width: 481px) and (max-width: 768px) {
    .logo img{height: 55px;position: relative;}
}

@media (min-width: 768px) and (max-width: 960px) {
    .logo img{height: 55px;position: relative;}
}
@media (min-width: 1020px) and (max-width: 1200px) {
    .logo img{height: 55px;position: relative;}
}