    body {
     /* padding-top: 54px;*/
     font-family:  "Lato", "Arial", "Noto Sans TC","Microsoft JhengHei","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
   }
   @media (min-width: 992px) {
    body {
      padding-top: 56px;
    }
  }


  .border-1 {
    border-width: 1px !important;
  }

  .border-2 {
    border-width: 2px !important;
  }

  .border-3 {
    border-width: 3px !important;
  }

  .border-4 {
    border-width: 4px !important;
  }

  .border-5 {
    border-width: 5px !important;
  }


  .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
  }
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-gradient
  {
    background: linear-gradient(196deg, #FFFFFF 30%, #FFFFFF 73%); 
    background: -moz-linear-gradient(196deg, #FFFFFF 30%, #FFFFFF 73%); 
    background: -webkit-linear-gradient(196deg, #FFFFFF 30%, #FFFFFF 73%); 
    background: -o-linear-gradient(196deg, #FFFFFF 30%, #FFFFFF 73%); 
    box-shadow: 1px 1px 6px rgb(0 0 0 / 10%);
  }
}
.bg-dark{
  background-color:#1d1c21!important;
}
.business-header {
  height: 100vh;
  max-height: 750px;
  background: url('../../image/KeyV2025_temp.png') 30% center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  overflow: hidden;
}
.desklayout {
  display: block;
}
.mobilelayout {
  display: none;
}

@media (max-width: 768px) {
  .business-header {
    height: 70vh;
    max-height: 100%;
    background: url('../../image/KeyV2025_temp_mobile.png') 50% top no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
  }
  .desklayout {
    display: none;
  }
  .mobilelayout {
    display: block;
  }

}
#sample{
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(image/1611021555470.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}
#contact{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.41)), url(image/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
  color: white;
}
#contact a{
  color: #ffc601;
  font-style: italic;
  font-weight: 700;
}
.btn-outline-andes {
  color: #ffc601;
  background-color: transparent;
  background-image: none;
  border-color: #ffc601;
}
.btn-outline-andes:hover {
  color: #fff;
  background-color: #ffc601;
  background-image: none;
  border-color: #ffc601;
}
.navbar-toggler-icon{
  background:#d6d6d6;
}

#usMap{
  background: url(image/us_map.jpg) center center;
}
.navbar-brand{
  margin-right:0 !important;
  padding:5px !important;
}
  /*.buy-tickets {
    margin-top: 5px !important;
    }*/
    #navbarResponsive .buy-tickets a {
      color: #fff;
      background: #ffc601;
      padding: 7px 22px;
      /* border-radius: 50px; */
      border: 2px solid #ffc601;
      transition: all ease-in-out 0.3s;
      font-weight: 500;
      margin-left: 8px;
      line-height: 1;
      font-size: 13px;
    }

      /* .responsive-tabs {
        } */
        .responsive-tabs dt {
          padding: 0.5em;
          border-top: 1px solid #ccc;
          cursor: pointer;
          text-align: center;
        }
        .responsive-tabs dt p{
          font-weight: 300;
          margin-bottom:0px;
        }
        .responsive-tabs dt:first-child {
          border-top: 0;
        }
        .responsive-tabs .active {
          background-color: #bbbbbb50;
          transition: all ease-in-out 0.3s;
          color:#033457;
        }
        .responsive-tabs .active + dd {
          display: block;
          background-color:#bbbbbb50;

        }
        .responsive-tabs dd {
          display: none;
          padding: 0.5em;
        }
        @media (min-width: 968px){
          .col-lg-1-5 {
            flex: 0 0 11%;
          }
        }
        .responsive-tabs-placeholder {
          display: none;

        }
        @media only screen and (min-width: 768px) {

  /* .responsive-tabs {
    } */
    .responsive-tabs dt {
      float: left;
      border-top: 0;
      width:33.3333333%;
    }
    #sponsor_1stdl dt {
      width:20%;
    }
    #sponsor_1stdl img {
      width:80%;
    }
    .responsive-tabs .active + dd {
      display: none;
    }

    .responsive-tabs-placeholder {
      clear: both;
      display: block;
      padding: 1em 30px 10px 30px;
      background-color:#bbbbbb50;
      border-top: 1px solid #ccc;
    }

  }
  .img-circle {
    border-radius: 50%;
  }
  .ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
  }
  .contact-info {
    text-align: center;
  }
  .contact-info h3{
    font-size:20px;
  }
  .section-header {
    margin-bottom: 30px;
  }
  .section-header::before {
    content: '';
    position: relative;
    display: block;
    width: 60px;
    height: 5px;
    background: #ffc601;
    top: 45px;
    left: calc(50% - 25px);
  }
  #faq-list {
    padding: 0;
    list-style: none;
  }
  #faq-list a.collapsed {
    color: #000;
  }
  #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family:  "Lato", "Arial", "Noto Sans TC","Microsoft JhengHei","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;

  }
  #faq-list li {
    border-bottom: 1px solid #ddd;
  }

  #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 30px;
  }
  .schedule-item p {
    /*font-style: italic;*/
    color: #949494;
    margin-bottom: 0;
  }
  .schedule-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .schedule-item {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
  }
  .schedule-item .speaker img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
  }
  .schedule-item .speaker {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
  }
  .schedule-item h4 span {
    font-style: italic;
    color: #949494;
    font-weight: normal;
    font-size: 16px;
  }
  .schedule-item:hover {
    background-color: #fff;
  }

  [data-toggle = "collapse"] .fa:before {  
    content: "\f056";
  }

  [data-toggle = "collapse"].collapsed .fa:before {
    content: "\f055";
  }
  
  [data-toggle = "modal"] {
    cursor: pointer;
  } 
  .modal {
    text-align: center;
    padding: 0!important;
  }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }

  @media (min-width: 576px){
    .modal-dialog {
      max-width: 680px;
      margin: 1.75rem auto;
    }
  }

  #leadsponsor{
    color: #FFFFFF;
    background: -webkit-linear-gradient(left top,rgb(255, 208, 0),#c79d14);
    background: -o-linear-gradient(bottom right,rgb(255, 208, 0),#c79d14);
    background: -moz-linear-gradient(bottom right,rgb(255, 208, 0),#c79d14);
    background: linear-gradient(to bottom right,rgb(255, 208, 0),#c79d14);
  }
  #goldsponsor{
    color: #FFFFFF;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  }
  #silversponsor{
    color: #FFFFFF;
    background: linear-gradient(141deg, rgba(235,234,234,1) 0%, rgba(152,152,152,1) 35%, rgba(224,224,224,1) 100%);
  }
  #exhibitorsponsor{
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  }
  #luckydrawsponsor{
    color: #FFFFFF;
    background: rgb(184,0,0);
    background: linear-gradient(90deg, rgba(184,0,0,1) 0%, rgba(253,29,29,1) 100%);
  }
  .back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: rgb(255, 187, 0);
  }

  .fa-youtube, .fa-youtube-play, .fa-youtube-square {
    color: #ff0000;
    font-size:24px;
  }
  #venue .badge {
    font-size:100%;
  }


  .subtitle:after {
   display:block;
   content: '';
   border-bottom: 1px solid #F90;
   padding-top:10px;
   width: 40%;
   margin: 0 auto;
 }
 .text-orange {
   color: #ffa500;
 }
 @media (max-width: 576px){

   .scrollable_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}