.text-center {
  text-align: center !important;
}
.cs-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cs-center {
  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;
}
.cs-page_heading.cs-style1 {
  position: relative;
}

.inner-page {
  background-color: #fff;
  color: #0e0e0e;
  overflow: hidden;
}
.cs-page_heading.cs-style1 .cs-page_heading_in {
  display: inline-block;
  position: relative;
}
.cs-font_50 {
  font-size: 50px;
}
.cs-white_color,
.cs-white_color_hover:hover {
  color: #fff;
}
.cs-page_heading.cs-style1 .cs-page_title {
  margin-bottom: 18px;
}
.cs-page_heading.cs-style1::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  height: 151px;
  width: 151px;
  background: #eae84c;
  opacity: 0.8;
  -webkit-filter: blur(125px);
  filter: blur(125px);
}
.inner-page .cs-bg::before {
  --background-overlay: "";
  background-color: var(--tp-black-1);
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  mix-blend-mode: initial;
  border-radius: 0 0 100px 100px;
  border-style: solid;
  border-color: #ffffff2b;
  border-width: 0 0 1px 0;
}
.inner-page .cs-page_heading.cs-style1::before {
  border-radius: 0 !important;
}
.past-speakers {
  position: relative;
}
.cs-tabs.cs-style1 .cs-tabs_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cs-tabs.cs-style1 .cs-tabs_heading {
  align-items: center;
}
.cs-tabs.cs-style1 .cs-tabs_heading {
  flex-direction: column;
}
.cs-mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs-tab_links.cs-style1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  background-color: var(--tp-black-1);
  border-radius: 10px;
}
.cs-tab_links.cs-style1 a {
  padding: 7px 20px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cs-tab_links.cs-style1 li.active a {
  background-color: #ff4a17;
  border-radius: 10px;
}
.cs-tab_links.cs-style1 a {
  padding: 7px 20px;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cs-tab_links.cs-style1 li.active a {
  background-color: #ff4a17;
  border-radius: 10px;
}
.inner_content.agenda {
  padding: 0;
}
.inner_content.agenda .tabs-days {
  background-color: var(--tp-primary-color);
  padding: 30px 0;
}
.inner_content.agenda .tabs-days ul {
  display: flex;
  align-items: center;
}
.inner_content.agenda .tabs-days ul li {
}
.inner_content.agenda .tabs-days ul li:last-child {
  border: none;
}
.inner_content.agenda .tabs-days ul li a {
  font-size: 18pt;
  color: #fff;
  text-transform: uppercase;
  padding: 0 40px;
}
.inner_content.agenda .tabs-days ul li a.active {
  color: #00fdff;
}
.inner_content.agenda .tabs-days ul li:first-child a {
  padding-left: 0;
}
.inner_content.agenda .tab-agenda {
  padding: 0;
}
.inner_content.agenda .tab-content {
  position: relative;
}
.inner_content.agenda .tab-content:before {
  content: " ";
  background: #d2d2d245;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 100%;
}
.inner_content.agenda .tab-agenda .section {
  position: relative;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.inner_content.agenda .tab-agenda .section:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--tp-common-white) !important;
  position: absolute;
  top: 0;
  left: -10px;
  border: 2px solid var(--tp-black-1) !important;
}
/*
  .inner_content.agenda .tab-agenda .section:hover:before{
    background-color: var(--tp-primary-color);
  }
  */
.inner_content.agenda .tab-agenda .section .text-wrap {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d2d2d245;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
}
.inner_content.agenda .tab-agenda .section:last-child .text-wrap {
  border: none;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left {
  width: 20%;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left .img-wrap-logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.inner_content.agenda .tab-agenda .section .text-wrap .left img {
}
.inner_content.agenda .tab-agenda .section .text-wrap .left h3 {
  font-size: 12pt;
  color: #0e0e0e;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right {
  width: 80%;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right h3 {
  font-size: 14pt;
  color: #0e0e0e;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right h3 span {
  color: var(--tp-primary-color);
  font-size: 14pt;
  text-transform: uppercase;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right h5 {
  font-size: 14pt;
  color: var(--tp-primary-color);
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right h4 {
  font-size: 14pt;
  color: var(--tp-primary-color);
}
.inner_content.agenda .tab-agenda .section .text-wrap .right p {
  font-size: 11pt;
  color: #0e0e0e;
  margin: 0 !important;
  padding-top: 10px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right .img-wrap {
  width: 60px;
  height: 60px;
  border: 1px solid #9d9b9b;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tp-primary-color);
  z-index: 1;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right .img-wrap img {
  width: 100%;
  object-fit: cover;
  border: none;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right #speaker_3536 img,
.inner_content.agenda .tab-agenda .section .text-wrap .right #speaker_3393 img {
  width: 80%;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right .widget {
  display: flex;
  flex-direction: column;
  position: relative;
  height: max-content;
  min-height: 200px;
  /*
    background: linear-gradient(360deg, #85838317 0%, rgb(0 0 0 / 0%) 80%);
    border-radius: 24px;
    */
  padding: 0 15px 20px 15px;
  justify-content: flex-start;
  margin: 0 0 10px 0;
  align-items: start;
  gap: 7px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right .widget:before {
  position: absolute;
  content: "";
  top: 15%;
  left: 0;
  /* background: linear-gradient(90deg, #85838317 0%, rgb(0 0 0 / 0%) 80%); */
  width: 100%;
  height: 80%;
  border-radius: 10px;
  border: 1px solid #0e0e0e29;
}
/*
  .inner_content.agenda .tab-agenda .section .text-wrap .right .widget:after{
    position: absolute;
    content: '';
      top: 5px;
      right: 0;
      background: linear-gradient(360deg, #85838317 0%, rgb(0 0 0 / 0%) 80%);
      width: 1px;
      height: 80%;
  }
  */
.inner_content.agenda .tab-agenda .section .text-wrap .right .widget.moderator {
  align-items: center;
}
.inner_content.agenda
  .tab-agenda
  .section
  .text-wrap
  .right
  .widget.moderator
  p.position {
  text-align: center;
}
.inner_content.agenda
  .tab-agenda
  .section
  .text-wrap
  .right
  .widget.moderator
  h4.company {
  text-align: center;
}
.inner_content.agenda .tab-agenda .text {
  font-size: 10pt;
  color: var(--tp-common-white);
  margin-bottom: 10px;
  background-color: var(--tp-bg-3) !important;
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
.inner_content.agenda .tab-agenda .moderator-text {
  font-size: 11pt;
  color: var(--tp-bg-3);
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.inner_content.agenda .tab-agenda div.text:empty {
  display: none;
}
.inner_content.agenda .tab-agenda .text.moderator {
  margin: 0;
  position: relative;
  font-size: 11pt;
  margin-top: 20px;
  text-transform: uppercase;
}
.inner_content.agenda .tab-agenda .text.moderator::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #00fdff transparent transparent transparent;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right .panel-discussion {
  margin-top: 20px;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right ul {
  padding-left: 30px;
  padding-top: 10px;
  margin: 0;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right ul li {
  font-size: 11pt;
  color: #0e0e0e;
  list-style: disc;
}
.inner_content.agenda .tab-agenda .section .text-wrap .right .widget h3.name {
  font-size: 12pt;
  margin: 10px 0 0 0;
  color: var(--tp-black-1);
  font-weight: 700;
}
.inner_content.agenda
  .tab-agenda
  .section
  .text-wrap
  .right
  .widget
  h4.company {
  font-size: 10pt;
  color: #0e0e0e;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.inner_content.agenda
  .tab-agenda
  .section
  .text-wrap
  .right
  .widget
  p.position {
  padding: 0;
  margin: 0 !important;
  line-height: 1.2;
  font-size: 10pt !important;
  text-align: left;
  font-weight: 500;
}
.inner_content.agenda .tab-agenda .day {
  opacity: 0;
}

.inner_content.agenda .tab-agenda .day.active {
  opacity: 1;
  /* animation: fadeIn 0.5s; */
}
.cs-tabs.cs-style1 .cs-tabs_heading {
  align-items: center;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.inner-page .cs-section_heading.cs-style1 .cs-section_title {
  color: #0e0e0e;
}
.cs-tab_links.cs-style1 li.active a {
  background-color: #eae84c;
  color: var(--tp-black-1);
}
.cs-tabs.cs-style1 .cs-tabs_heading {
  flex-direction: column;
}
.inner-page .cs-page_heading.cs-style1 {
  border-radius: 0;
}
.inner-page .cs-page_heading.cs-style1::before {
  border-radius: 0 !important;
}
.inner-page.awards-gala {
  background-color: transparent;
}
/* .inner-page.awards-gala {
  background-image: url('../images/gala-agenda-bg1-scaled.jpg');
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
} */
.inner-page.awards-gala .cs-page_heading.cs-style1::before {
  content: unset;
}
.awards-gala .inner_content.agenda .tab-content:before,
.awards-gala .inner_content.agenda .tab-agenda .section:before {
  display: none !important;
}
.awards-gala .inner_content.agenda .tab-agenda .section .text-wrap,
.awards-gala .inner_content.agenda .tab-agenda .section {
  padding: 0 !important;
  margin: 0 !important;
}
.inner-page.awards-gala {
  background-color: transparent;
}
.inner-page.awards-gala .no-bg .award-gala-text h2.cs-pricing_title,
.inner-page.awards-gala .award-gala-video-hover h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}
.inner-page.awards-gala .no-bg .award-gala-text h3.cs-white_color,
.inner-page.awards-gala .award-gala-video-hover h3 {
  font-size: 24px;
}
.inner-page.awards-gala p {
  color: #fff;
  text-align: center;
}
.inner-page.awards-gala .no-bg {
  position: relative;
}
.inner-page.awards-gala .no-bg::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  height: 135px;
  width: 135px;
  background: #a2a2a2;
  -webkit-filter: blur(125px);
  filter: blur(125px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.inner-page.awards-gala .cs-section_heading.cs-style1 .cs-section_title {
  color: #fff;
}
.inner-page.awards-gala .award-gala-video-hover {
  position: relative;
  z-index: 1;
  padding: 20px 40px;
}

.inner-page.awards-gala .cs-page_heading.cs-style1,
.inner-page.awards-gala .cs-bg::before {
  background-image: none !important;
  border: none !important;
}
.inner-page.awards-gala .no-bg {
  background-image: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.inner-page.awards-gala .no-bg:before {
  opacity: 1;
}
.inner-page.awards-gala .no-bg.bg1:before {
  left: 0;
  right: unset;
}
.inner-page.awards-gala .no-bg.bg2 {
  flex-direction: row-reverse;
}
.inner-page.awards-gala .no-bg .award-gala-text {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.inner-page.awards-gala .no-bg .award-gala-text h2.cs-pricing_title {
  padding: 0;
}
.inner-page.awards-gala .no-bg .award-gala-text .cs-pricing_info {
  margin: 0;
  padding: 0;
}
.inner-page.awards-gala .no-bg .award-gala-video {
  width: 50%;
  height: 300px;
  position: relative;
  background-color: var(--tp-black-1);
}
.inner-page.awards-gala #awardgala-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
body.body-awards-gala {
  background-color: #06000c;
}
.inner-page.awards-gala .no-bg.bg1 .award-gala-text,
.inner-page.awards-gala .no-bg.bg2 .award-gala-text {
  padding-left: 40px;
  padding-right: 40px;
}
.inner-page.awards-gala .margin-0-auto {
  margin: 0 auto;
}
.inner-page.awards-gala .full-bg {
  background-image: none !important;
  border-radius: 0;
}
.section.cards_background_image {
  background-color: #fff;
  margin-top: 0 !important;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  border-radius: 15px;
  padding: 0;
  margin: 0;
  border: none;
  min-height: 110px;
  align-items: center;
  overflow: hidden;
}
.inner_content.agenda
  .tab-agenda
  .section.cards_background_image
  .text-wrap
  .left
  h3 {
  color: #fff;
}
.inner_content.agenda
  .tab-agenda
  .section.cards_background_image
  .text-wrap
  .right
  h3 {
  color: #fff;
}
.inner_content.agenda .tab-agenda .section.cards_background_image:before {
  display: none;
}
.no-border {
  border-bottom: none !important;
}
@media screen and (max-width: 767px) {
  .inner_content.agenda {
    padding: 0 5px;
  }
  .inner_content.agenda .tab-agenda .section .text-wrap {
    flex-direction: column;
  }
  .inner_content.agenda .tab-agenda .section .text-wrap .left h3 {
    margin-bottom: 10px;
  }
  .inner_content.agenda .tab-agenda .section .text-wrap .right h3 {
    text-align: center;
  }
  .cs-tab_links.cs-style1 a {
    padding: 7px 12px;
  }
  .inner_content.agenda .tab-agenda .section .text-wrap .left,
  .inner_content.agenda .tab-agenda .section .text-wrap .right {
    width: 100%;
  }
  .inner_content.agenda .tab-agenda .section .text-wrap .right p {
    margin-left: 20px;
  }
  .inner_content.agenda .tab-agenda .section .text-wrap .right .widget {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cs-tab_links.cs-style1 {
    display: flex;
    justify-content: center;
  }
  .inner_content.agenda .tab-agenda .section .text-wrap .right h5 {
    text-align: center;
    z-index: 2;
    position: relative;
  }
  .inner-page.awards-gala {
    background-size: 200%;
  }
  .inner-page.awards-gala .no-bg .award-gala-text {
    padding: 20px !important;
  }
  .inner-page.awards-gala .no-bg::before {
    display: none;
  }
  .inner-page.awards-gala .award-gala-video-hover {
    padding: 20px;
    text-align: center;
  }
  .inner-page.awards-gala .no-bg .award-gala-video,
  .inner-page.awards-gala .no-bg .award-gala-text {
    width: 100%;
  }
  .cs-tab_links.cs-style1 a {
    font-size: 13px;
  }
  .inner-page.awards-gala .no-bg .award-gala-text h3.cs-white_color,
  .inner-page.awards-gala .award-gala-video-hover h3 {
    font-size: 18px;
  }
  .inner-page.awards-gala .no-bg .award-gala-text h2.cs-pricing_title,
  .inner-page.awards-gala .award-gala-video-hover h2 {
    font-size: 14px;
  }
  .inner_content.agenda .tab-agenda .section.cards_background_image .text-wrap {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .inner_content.agenda
    .tab-agenda
    .section.cards_background_image
    .text-wrap::before {
    background-color: #0000007a;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
  }
  .inner_content.agenda
    .tab-agenda
    .section.cards_background_image
    .text-wrap
    .left
    h3 {
    z-index: 2;
  }
  .inner_content.agenda
    .tab-agenda
    .section.cards_background_image
    .text-wrap
    .right
    h3 {
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .inner_content.agenda .tab-agenda .section .text-wrap .left .img-wrap-logo {
    padding: 5px;
  }
}
/*
@media screen and (min-width: 1680px) {
  .inner_content.agenda .tab-agenda .section .text-wrap .right .widget {
    min-height: 160px;
  }
}

#tab_1 .section_7 .widget,
#tab_1 .section_16 .widget,
#tab_1 .section_14 .widget,
#tab_2 .section_6 .widget {
  height: 190px;
}
@media screen and (min-width: 992px) {
  #tab_1 .section_7 .widget,
  #tab_1 .section_16 .widget,
  #tab_1 .section_14 .widget,
  #tab_2 .section_6 .widget {
    height: 200px;
  }
}
*/
.inner-page.awards-gala {
  background-image: url(http://www.philippines.worldfis.com/wp-content/uploads/2025/08/gala-agenda-bg1-scaled-1.jpg);
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
}
