.ofb_count_all{
  display:flex;
  justify-content: center;
}
.ofb_count_all__col{
  width:345px;
  justify-content: center;
  text-align:center;
  border-right:1px solid #FF1541;
  max-width: 33.33%;
  padding: 0px 5px;
}
.ofb_count_all__col:last-child{
  border-right:0px;
}
.ofb_count_all__nom{
  display:block;
  font-family: 'Alternate Gothic FS No 3';
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 115px;
  color: var(--red) !Important;
}
.ofb_count_all__label{
  display:block;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

/*-- slider all video --*/
.ofb_all_video__in{
  overflow:hidden;
  white-space:nowrap;
  margin-left:-22px;
  margin-right:-22px;
  padding-top:50px;
  position:relative;
  margin-top:-50px;
}
.ofb_all_video__in .slick-arrow{
  position:absolute;
  z-index:9;
  width:27px;
  height:27px;
  display:block;
  border-radius:50%;
  border:2px solid var(--blue);
  top:0px;
  left:0px;
  background-image:url('https://www.one-football.dev-blackbird.com/wp-content/uploads/2022/05/eva_arrow-ios-back-fill.svg');
  background-size:contain;
  background-position:center;
  cursor:pointer;
  -webkit-transition:All ease 0.5s;
  -o-transition:All ease 0.5s;
  transition:All ease 0.5s;
  left:auto;
  right:63px;
}
.ofb_all_video__in .slick-arrow:hover{
  border-color:var(--red);
  background-color:var(--red);
}

.ofb_all_video__in .slick-arrow.next{
  right:22px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
.ofb_all_video__in .slick-arrow.slick-disabled{
  opacity:0.5;
  pointer-events:none;
}

.ofb_all_video__item{
  width:33.33%;
  display:inline-block;
  padding-left:22px;
  padding-right:22px;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}
.ofb_all_video__item_inn{
  position:relative;
}
.ofb_video__item{
  position:relative;
  width:100%;
}
.ofb_video__item_play{
  position:Absolute;
  width:28px;
  height:28px;
  border:2px solid #fff;
  z-index:7;
  left:20px;
  top:20px;
  border-radius:50%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor:pointer;
  -webkit-transition:all ease 0.3s;
  -o-transition:all ease 0.3s;
  transition:all ease 0.3s;
  box-sizing: border-box;
}
.ofb_video__item_play:hover{
  border-color:var(--red);
  background-color:var(--red);
}
.ofb_video__item_play:before{
  content:'';
  position:absolute;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-left:10px solid #fff;
  margin-left:2px;
  -webkit-transition:all ease 0.3s;
  -o-transition:all ease 0.3s;
  transition:all ease 0.3s;
}

.ofb_video__item_iframe{
  padding-bottom:66.7%;
  padding-bottom:56.2%;
  width:100%;
  position:relative;
  z-index:2;
}
.ofb_video__item_iframe>div{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.ofb_video__item_cover_co{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:4;
}
.ofb_video__item_cover{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  z-index:6;
}
.ofb_video__item_cover_co:before{
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgb(0,0,0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.2920518549216562)), color-stop(65%, rgba(0,0,0,0)));
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.2920518549216562) 0%, rgba(0,0,0,0) 65%);
  background: linear-gradient(0deg, rgba(0,0,0,0.2920518549216562) 0%, rgba(0,0,0,0) 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.ofb_video__item.active .ofb_video__item_cover_co{
  visibility:hidden;
}
.ofb_video__item.active  .ofb_video__item_play{
  visibility:hidden;
  transition:0s;
}
.ofb_video__item.active .ofb_video__item_title{
  display:none !important;
}
/*-- slider all video end --*/




/* .row_vote_section */
.row_vote_section .panel-grid-cell{
  position:relative;
}
.menu_privacy_policy{
  position:absolute;
  bottom:0px;
  right:0px;
}
.menu_privacy_policy ul.menu{
  white-space:nowrap;
  padding:0px;
  margin:0px;
}
.menu_privacy_policy ul.menu li{
  display:inline-block;
  padding-left:7px;
  padding-right:7px;
  position:relative;
}
.menu_privacy_policy ul.menu li:before{
  content:'';
  width:1px;
  background:#fff;
  height:10px;
  position:Absolute;
  right:-2px;
  top:5px;
}
.menu_privacy_policy ul.menu li:first-child{
  padding-left:0px;
}
.menu_privacy_policy ul.menu li:last-child{
  padding-right:0px;
}
.menu_privacy_policy ul.menu li:last-child:before{
  content:none;
}
.menu_privacy_policy ul.menu li a{
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
}
.menu_privacy_policy ul.menu li a:hover{
  color:var(--red)
}

/* .row_vote_section */



/*== ofb_video ==*/
.ofb_video__item{
  position:relative;
  width:100%;
}
.ofb_vote_slider_inn{
 white-space:nowrap; 
  overflow:hidden;
}
.ofb_vote_slider__n{
  display:inline-block;  
  width:100%;
}
.ofb_vote_slider_inn .slick-dots{
  padding:0px;
  margin-bottom:0px;
}
.ofb_vote_slider_inn .slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  list-style:none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  
}
.ofb_vote_slider_inn .slick-dots li{
  margin-right:10px;
  list-style:none;
}
.ofb_vote_slider_inn .slick-dots button{
  background:#232E40;
  border:0px;
  width:25px;
  height:25px;
  border-bottom:1px solid #232E40 ;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  color:#fff;
  -webkit-transition:all ease 0.5s;
  -o-transition:all ease 0.5s;
  transition:all ease 0.5s;
  font-family:'Alternate Gothic FS No 3';
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding:0px;
  text-align:center;
  cursor:pointer;
  
}
.ofb_vote_slider_inn .slick-dots .slick-active button{
 border-bottom:1px solid var(--red); 
}
/*== ofb_video END ==*/


.ofb_vote_info_item__btn_list .wpulike{
  position:absolute;
  right:0px;
  top:0px;
  opacity:0.5;
  pointer-events: none;
  visibility: hidden;
}



/* == ofb_vote_info_slider_inn == */

.ofb_vote_info_slider_inn{
  white-space:nowrap;
  overflow:hidden;
}
.ofb_vote_info_item{
  display:inline-block;
  width:100%;
}
.ofb_vote_info_item__in{
  width:390px;
  max-width:100%;
}
.ofb_vote_info_item__btn_list .zen-button a{
  text-align:center;
  font-size: 16px;
  line-height: 19px;
  padding:12px 32px;
  width:auto;
  position:Relative;
}
.ofb_vote_info_item__btn_list .zen-button a:hover{
  background:#fff;
}
.ofb_vote_info_item__btn_list .zen-button a:hover span{
  color:var(--red) !important;
}
.ofb_vote_info_item__btn_list .zen-button a .text_disabled{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  line-height:43px;
  opacity:0;
  visibility:hidden;
} 
.ofb_vote_info_item__btn_list .zen-button a[vote_status="1"]{
  background:#232E40 !important;
  pointer-events:none;
}
.ofb_vote_info_item__btn_list .zen-button a[vote_status="1"] .text_disabled{
  opacity:1;
  visibility:visible;
}
.ofb_vote_info_item__btn_list .zen-button a[vote_status="1"] .text{
  opacity:0;
  visibility:hidden;
}

.ofb_vote_info_item__btn_list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom:45px;
}
.ofb_vote_info_item__btn_play{
  margin-left:20px;
  width: 28px;
  height: 28px;
  border: 2px solid var(--red);
  background:var(--red);
  border-radius:50%;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ofb_vote_info_item__btn_play_icon{
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid var(--blue);
    margin-left: 2px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ofb_vote_info_item__btn_play:hover{
  background:#fff;
  border-color:#fff
}

.ofb_vote_info_item__detail_vote,
.ofb_vote_info_item__detail_donation{
  display:inline-block;
  text-align:center;
  margin-right:130px;
}
.ofb_vote_info_item__vote_no{
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;  
  font-family:'Alternate Gothic FS No 3';
  display:block;
  color:var(--red) !important;
}
.ofb_vote_info_item__vote_lbl{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.ofb_vote_info_item__detail{
  margin-bottom:34px;
}
.ofb_vote_info_item__goal_title{
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;  
  margin-bottom:10px;
}
.ofb_vote_info_item__goal_bar{
  width:390px;
  height:12px;
  background:#fff;
  position:relative;
  border:1px solid #fff;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  margin-bottom:17px;
}
.ofb_vote_info_item__goal_bar_inn{
  position:Absolute;
  width:0%;
  max-width: 100%;
  top:0px;
  height:10px;
  background:var(--red);
   -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.ofb_vote_info_item__goal_info{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ofb_vote_info_item__goal_info_vote,
.ofb_vote_info_item__goal_info_goal{
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;  
  font-family:'Alternate Gothic FS No 3';
  
}


/* == ofb_vote_info_slider_inn end == */



/*-- btn vote loading --*/
.zen-button a.btn_vote:before{
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:var(--red); 
  opacity:0;
  visibility:hidden;
  -webkit-transition:all ease 0.5s;
  -o-transition:all ease 0.5s;
  transition:all ease 0.5s;
  z-index:9;
}
.zen-button a.btn_vote:after{
  content:'';
  z-index:10;
  position:absolute;
  top:calc(50% - 10px);
  left:calc(50% - 10px);
  width:20px;
  height:20px;
  border-radius:50%;
  border:2px solid #fff;
  border-bottom:2px solid var(--red);
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity:0;
  visibility:hidden;
}
@-webkit-keyframes rotate{
    from{ -webkit-transform: rotate(-360deg); transform: rotate(-360deg)  }
    to{ -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}
@keyframes rotate{
    from{ -webkit-transform: rotate(-360deg); transform: rotate(-360deg)  }
    to{ -webkit-transform: rotate(360deg); transform: rotate(360deg) }
}
.zen-button a.btn_vote.loading{
  pointer-events:none;
}
.zen-button a.btn_vote.loading:before,
.zen-button a.btn_vote.loading:after{
  opacity:1;
  visibility:visible;
}
/*-- btn vote loading end --*/







/*TEMP 2*/
.ofb_vote_slider__n.temp2 .ofb_vote_info_item__btn_list{
  margin-bottom:0px;
}
.ofb_vote_slider__n.temp2{
  position:relative; 
}
.ofb_vote_slider__n.temp2 .ofb_vote_info_item__btn_list{
  position:absolute;
  bottom:0px;
  z-index:9;
  opacity:0;
  visibility:hidden;
}
.ofb_vote_slider_inn .slick-dots{
  margin-top:33px !Important;
}
.ofb_all_video_btn_container{
  width: calc(100% - 200px);
  margin-top:-33px;
}
.ofb_vote_slider_btn_vote{
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  background:var(--red);
  padding:6px 30px;
  text-transform:uppercase;
  font-family:'Alternate Gothic FS No 3';
  width:100%;;
  max-width:100%;
  display:inline-block;
  text-align:center;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  position:relative;
  -webkit-transition:All ease 0.5s;
  -o-transition:All ease 0.5s;
  transition:All ease 0.5s;
}
.ofb_vote_slider_btn_vote:before{
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background:var(--red); 
  opacity:0;
  visibility:hidden;
  -webkit-transition:all ease 0.5s;
  -o-transition:all ease 0.5s;
  transition:all ease 0.5s;
  z-index:9;
}
.ofb_vote_slider_btn_vote:after{
  content:'';
  z-index:10;
  position:absolute;
  top:calc(50% - 13px);
  left:calc(50% - 10px);
  width:20px;
  height:20px;
  border-radius:50%;
  border:2px solid #fff;
  border-bottom:2px solid var(--red);
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity:0;
  visibility:hidden;
}
.ofb_vote_slider_btn_vote.loading:after{
  opacity:1;
  visibility:visible;
}
.ofb_vote_slider_btn_vote.loading:before,
.ofb_vote_slider_btn_vote.loading:after{
  opacity:1;
  visibility:visible;
}
.ofb_vote_slider_btn_vote:hover {
  background:#fff;
}
.ofb_vote_slider_btn_vote:hover span{
  color:var(--red);
}
/*------------------------------------------------------------*/

.ofb_vote_info_item__detail_vote, 
.ofb_vote_info_item__detail_donation,
.ofb_vote_info_item__detail_view,
.ofb_vote_info_item__detail_play{
  display: block;
  text-align: center;
  margin-right:0px;
}
.ofb_vote_info_item__detail_play .ofb_vote_info_item__btn_play{
  margin-left:0px;
  width:51px;
  height:51px;
}
.ofb_vote_info_item__detail_play .ofb_vote_info_item__btn_play_icon{
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 17px solid var(--blue);
  margin-left:4px;
}

.ofb_vote_info_item__detail{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width:100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
/*TEMP 2 END*/


@media(max-width:600px){
  .ofb_all_video_btn_container{
    margin-top:30px;
    width:100%;
  }
  .ofb_vote_info_item__detail_play .ofb_vote_info_item__btn_play{
    width:30px;
    height:30px;
    margin-top:8px;
  }
  .ofb_vote_info_item__detail_play  .ofb_vote_info_item__btn_play_icon {
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid var(--blue);
  }
}
.ofb_vote_slider_inn .ofb_video__item_title{
  position:absolute;
  display:block !important;
  bottom:0px;
  left:0px;
  width:100%;
  z-index:9999;
  padding:5px 10px;
  white-space:normal;
}
.ofb_video__item_title h3{
  margin-bottom:0px;
  font-weight:300;
  line-height:1.5;
  font-size:15px;
}


.ofb_vote_slider_inn .ofb_video__item_title{
  position:absolute;
  display:block !important;
  bottom:0px;
  left:0px;
  width:100%;
  z-index:9999;
  padding:5px 10px;
  white-space:normal;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
}
.ofb_video__item_title h3{
  margin-bottom:0px;
  font-weight:300;
  line-height:1.5;
  font-size:15px;
}
.ctc_body h3{
  font-weight:400;
  text-align:center;
  margin-bottom:10px;
  font-size:20px;
}
.ctc_body h3.ctc_title{
  padding-bottom:30px;
  margin-bottom:35px;
  font-weight:800;
  font-size:25px;
}