
  .banner-half>.banner-half-items:nth-child(1) {
    width: 100%;
  }

  .banner-half>.banner-half-items:nth-child(2) {
    margin-top: 2%;
    width: 49%;
    margin-left: 0%!important;
    overflow: hidden;
  }
  .banner-half>.banner-half-items:nth-child(3) {
    margin-top: 2%;
    width: 49%;
    margin-left: 2%!important;
    overflow: hidden;

  }
  .banner-half>.banner-half-items:nth-child(4) {
    margin-top: 2%;
    width: 49%;
    overflow: hidden;
  }
  .banner-half>.banner-half-items:nth-child(5) {
    margin-top: 2%;
    width: 49%;
    margin-left: 2%!important;
    overflow: hidden;
  }
  .banner-half>.banner-half-items:nth-child(6) {
    margin-top: 2%;
    width: 49%;
    overflow: hidden;
  }
  .banner-half>.banner-half-items:nth-child(7) {
    margin-top: 2%;
    width: 49%;
    margin-left: 2%!important;
    overflow: hidden;
  }

  .count-bonus-mobile{
    /* height: 23px; */
    height: 15px;
    width: 15px;
    background-color: #dc3545;
    position: absolute;
    /* right: 15px; */
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    /* font-size: 12px; */
    /* line-height: 23px; */
    line-height: 15px;
    margin: 6px 3px;
  }
  .count-memo{
    height: 20px;
    width: 20px;
    font-size: 11px;
    line-height: 20px;
    margin: 1px 5px;
  }

  .sidebar .count-bonus-mobile{
    height: 20px;
    width: 20px;
    font-size: 11px;
    line-height: 20px;
    margin: 1px 5px;
    right: 15px;
  }
  
@media screen and (orientation: portrait) {
	.footer-mobile .static-menu-wrapper .footer-links li:nth-last-child(n+2) {
		border-bottom: 1px solid #a7a7a7;
		
  }
}
@media screen and (orientation: landscape) {

  
	.footer-mobile .static-menu-wrapper .footer-links li:nth-last-child(n+5) {
		border-bottom: 1px solid #a7a7a7;
		
  }
  
  /* footer bank 4 - 7 */
  
	.footer-bank-list{
	  background-color: #1c1c1c;
	  /* padding: 0 10px; */
	  width: calc(14.28% - 2px);
	  margin: 1px;
	  height: 55px;
	}
	.footer-bank-list:last-child{
	  background-color: #1c1c1c;
	  width: calc(42.84% - 2px);
	  margin: 1px;
	  height: 55px;
	}



  .footer-bank-lists li {
    width: 14%;
  }
  .footer-bank-lists li:last-child {
    width: 42.5%;
  }
  .footer-mobile {
    justify-content: normal;
  }
  
  .footer-links {
    grid-template-columns: repeat(4, 1fr);
  }

	.tag-button {
    color: rgb(255, 255, 255);
    font-size: 15px;
    position: absolute; 
    left: 1vh;
    bottom: 5px;
  }
  .banner-sports,.banner-half>.banner-half-items {
    height: 45vh;
  }

  .banner-half>.banner-half-items:nth-child(1) {
    width: 67%;
  }

  .banner-half>.banner-half-items:nth-child(2) {
    width: 32%;
    margin-top: 0%;
    margin-left: 1%!important;
  }
  .banner-half>.banner-half-items:nth-child(3) {
    margin-top: 1%;
    width: 33%;
    margin-left: 0%!important;
  }
  .banner-half>.banner-half-items:nth-child(4) {
    margin-left: 1%;
    margin-top: 1%;
    width: 33%;
  }
  .banner-half>.banner-half-items:nth-child(5) {
    margin-left: 1%!important;
    margin-top: 1%;
    width: 32%;
  }
}

@media (max-width: 680px) and (orientation: landscape){
  .footer-bank-lists li {
    width: 13.9%;
  }
  .footer-bank-lists li img {
    width: 45px;
  }
  .footer-bank-lists li .w-55 {
    width: 35px !important;
  }
}
