.animate-jumpIn{animation:jumpIn .5s ease-out forwards}.animate-jumpOut{animation:jumpOut .5s ease-in forwards}.animate-gradient-x{background-size:200% auto;animation:animateBg 2s linear infinite}.animate-bg{position:relative;color:#fff;cursor:pointer;line-height:28px;border-radius:20px;width:166px;text-align:center;background:repeating-linear-gradient(90deg,red 0,#00f 50%,red);background-size:200% auto;animation:gradient 2s infinite;animation-fill-mode:forwards;animation-timing-function:linear}.danh-muc-title{background-color:#fff;border-radius:6px;line-height:40px;font-weight:700;font-size:16px;color:#0090d0;width:230px;margin:0 12px 0 0;cursor:pointer}.discount-text{font-weight:700;background:url(/image/discount-background.png) no-repeat;background-position:50%;color:#fff;z-index:1;text-align:center;line-height:26px}@keyframes jumpOut{0%{transform:scale(1);opacity:1}30%{transform:scale(1.05);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes jumpIn{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:1}}@keyframes gradient{0%{background-position:0 0}to{background-position:-200% 0}}