/* ========= Tournament ======== */


 @media only screen and (max-width: 1530px) {
    /* body {
        overflow-x: scroll;
    } */
}

.event-bg{
    background: url(../images/home/bg-cn-newyear-2019.jpg) top center no-repeat #000;
    background-size: contain;
} 

.side-event-banner{
    height: 372px;
    width: 194px;
    position: absolute;
    left: -178px;
    background: url('../images/home/banner-cn-newyear-2019.png') no-repeat;
}


#nav-menu>div>div>ul>li:nth-child(6) {
    position: relative;
}

li .new-logo img {
    position: absolute;
    width: 34px;
    top: -7px;
    right: -7px;
}

.nav-item {
    position: relative;
}

.nav-item .new-logo img {
    position: absolute;
    width: 34px;
    top: -4px;
    right: -7px;
}
.promo {
    font-size: 9px;
    color: #fff;
    padding: 4px 3px;
    background-color: red;
    border-radius: 2px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -12px;
    right: 10%;
    border-radius: 3px;
  }
  .promo>img{
    height: 9px;
    margin-right: 5%;
  }
  .promo>span{
    margin-right: 3%
  }