.img-to-bg > img {
    display: none !important; 
}
#index .h204 {
    flex-wrap: wrap;
}
#index .h204 .rowBanner:nth-child(2n + 3) {

    text-align: center;
}

/* haeder menu event new */
header .headMenu > li > a > .menuEventNew {
    position: absolute;
    display:block;
    margin:auto;
    padding:0.25em 0 0.2em;
    width:5em;
    height:1em;
    left:0;
    right:40px;
    top:-1.4em;
    border-radius:1em;
    background-color:#fff100;
    line-height:1;
    font-size:1em;
    text-align:center;
    color:#000;
}
@media screen and (max-width: 1300px) {
    header .headMenu > li > a > .menuEventNew {
        right: 1.2vw;
        top:-100%;
    }
}
@media screen and (max-width: 960px) {
    header .headMenu > li > a > .menuEventNew {
        left:auto;
        right: 5em;
        top:0;
        bottom:0;
    }
}
