
  .programme-tb{
      margin-top: 5px;
      margin-bottom: 5px;
  }
  .programme-tb th, .programme-tb td{
      padding: 5px 5px;
  }
  .programme-tb thead th{
      background-color: #b61d22;
      color: white;
  }
  .txt-b a{
      text-decoration: underline;
      color: inherit;
  }
  .title-img{
      width: 90px;
  }
  .home-about-graphic02{
      width: 120px;
  }
  .home-joinus-icon{
      width: 74px;
  }
  .home-newsletter-graphic02{
      width: 120px;
  }
  .home-newsletter-graphic01{
      width: 76px;
  }
  .registration-graphic01{
      width: 250px;
  }
  .organizer-graphic{
      width: 120px;
  }
  .about-logo{
      width: 160px;
  }
  .lectures-graphic01{
      width: 126px;
  }
  .registration-graphic02{
      width: 126px;
  }
  .registration-txt-b{
      background-size: 60px;
  }
  .registration-graphic03{
      width: 120px;
  }
  .entries-join-graphic01{
      width: 190px;
  }
  .awards-graphic01{
      width: 126px;
  }
  .awards-graphic03{
      width: 120px;
  }
  .call-for-abstract-graphic01{
      width: 126px;
  }
  .champion-say-graphic01{
      width: 126px;
  }
  .blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }
  .newsletter-title-b .btn{
      margin-top: 20px;
  }
  .testimonial-img{
      background-position: 50% 0;
  }
  @keyframes blink-animation {
  to {
    visibility: hidden;
  }
  }
  @-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
  }
  .lectures-graphic02{
      margin-top: -100px;
      margin-right: 0;
      width: auto;
  }
  label{
      font-weight: normal;
  }
  ul.listing {
      display: block;
      list-style-type: disc;
  }
  ul.listing li{
      display: list-item;
      list-style: disc;
  }
  ul.listing ul {
      list-style-type: circle;
  }
  ul.listing ul li{
      list-style: circle;
  }
  .listing a{
      color: #b61d22;
      text-decoration: underline;
  }

  a.color1:hover{
      color: #b61d22;
  }
 
  button{
      outline: none;
  }
  .container900{
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
  }
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
      color:    #c7c7c7;
      font-weight: 300;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    #c7c7c7;
     font-weight: 300;
     opacity:  1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    #c7c7c7;
     font-weight: 300;
     opacity:  1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
     color:    #c7c7c7;
     font-weight: 300;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
     color:    #c7c7c7;
     font-weight: 300;
  }
  .placeholder2::-webkit-input-placeholder { /* WebKit, Blink, Edge */
      color: #b1b1b1;
      font-weight: 400;
  }
  .placeholder2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color: #b1b1b1;
      font-weight: 400;
      opacity:  1;
  }
  .placeholder2::-moz-placeholder { /* Mozilla Firefox 19+ */
      color: #b1b1b1;
      font-weight: 400;
      opacity:  1;
  }
  .placeholder2:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #b1b1b1;
      font-weight: 400;
  }
  .placeholder2::-ms-input-placeholder { /* Microsoft Edge */
      color: #b1b1b1;
      font-weight: 400;
  }
  
  .bg_gray{
      background-color: #f8f8f8;
  }
  .lighter{
      font-weight: 300;
  }
  .bold{
      font-weight: bold;
  }
  .sbold{
      font-weight: 500;
  }
  .uppercase{
      text-transform: uppercase;
  }
  .underline{
      text-decoration: underline;
  }
  .title{
    margin-bottom: 0;
    padding-left: 0;
  }
  .title h2{
    max-width: 800px;
  }
  .content-b .title, .section-content .title, .title.spacing{
    margin-bottom: 40px;
    padding-left: 60px;
  }
  [data-ix="scroll-from-bottom01"]{
    opacity: 0;
  }
  .registration-txt-b{
      /*background-image: none;*/
  }
  /* .awards-listing-col a{
      color: white;
      text-decoration: underline;
  } */
  b{
      font-weight: 500;
  }
  video{
      line-height: 0;
      display: block;
  }
  .old-form-style input[type="text"], .old-form-style input[type="date"], .old-form-style input[type="password"], .old-form-style input[type="email"]{
	border: none;
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	padding: 10px 15px;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: transparent;
	color: #676767;
	border-radius: 0;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #b5b5b5;
    border-radius: 0px;
    background-color: transparent;
    /*color: #202608;*/
    font-weight: 500;

}
.old-form-style select{
    height: 41px;
    border: none;
    border-bottom: 1px solid #b5b5b5;
    outline: none;
    width: 100%;
}
.old-form-style .row{
    display: block;
}
  input[type="file"]{
      padding-bottom: 5px;
      border-bottom: 1px solid #d9d9d9;
      width: 100%;
  }
  input.no_border{
      border-bottom: none;
  }
  .old-form-style input[type="text"].error, .old-form-style input[type="date"].error, .old-form-style input[type="password"].error, .old-form-style input[type="email"].error, .old-form-style input[type="file"].error, select.error, select.error + span, textarea.error, select.error + span:focus, select.error + span:hover, .newsletter_row input[type="text"].error, .newsletter_row input[type="email"].error{
      border-color: red!important;
  } 
  #tinymce{
      padding-left: 7px;
      padding-right: 7px;
  }
  textarea.tinymce.error ~ div{
      border: 1px solid red;
  }
  /*input[type="checkbox"].error{
      border: 1px solid red;
  }*/
  div.error{
      border: 1px solid red;
  }
  label.error{
      color: red;
      margin-bottom: 5px;
      font-size: 14px;
      display: block;
      font-weight: 400;
  }
  label.error.error2{
      display: inline-block;
      margin-left: 10px;
  }
  
  .newsletter_row input[type="text"], .newsletter_row input[type="email"]{
      border-color: #6b6d77;
  }
  
  input:focus, .newsletter_row input[type="text"]:focus, .newsletter_row input[type="email"]:focus{
      outline: none;
      border-color: #b61d22;
  }
  .color1{
      color: #b61d22!important;
  }
  .color2{
      color: #b61d22!important;
  }
  .color3{
      color: #b61d22!important;
  }
  .color4{
      color: #1D1D1D!important;
  }
  .color_gray{
      color: #b1b1b1;
  }
  .color_light_purple{
      color: #9586cd;
  }
  .color_white{
      color: white;
  }
  a.color_white:hover{
      color: #b61d22;
  }
  .row.no_padding{
      margin-left: 0;
      margin-right: 0;
  }
  .row.no_padding > div{
      padding-left: 0;
      padding-right: 0;
  }
  img{
      max-width: 100%;
  }
  .center{
      text-align: center;
  }
  .pt0{
      padding-top: 0!important;
  }
 
  .content_container{
      position: relative;
      overflow: hidden;
  }

  .menu_container{
      float: right;
  }

  .container-1280, header .container, footer .container, .programme_main .container{
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
  }
 
  
  
  .icon_fb{
      background-image: url(../images/common/btn-fb-white.svg);
  }
  .icon_twitter{
      background-image: url(../images/common/btn-twitter-white.svg);
  }
  
  .compliment_slide{
      position: relative;
  }
  .home-compliments-quote{
      margin-top: 48px;
      margin-left: 18px;
  }
  .home-compliments-b{
      margin-bottom: -60px;
      width: 68%;
  }
  .home-slider-txt-b{
      padding-top: 57px;
      padding-left: 5%;
  }
  .home-compliments-img{
      position: static;
  }
  .home-slider-b{
  /*    float: none;
      margin-left: -10%;
      width: auto;*/
  }
  .home-compliments-img{
      margin-top: 0;
      margin-left: 0;
  }
  
  
  .btn_icon{
      position: relative;
      display: inline-block;
  }
  .btn_icon:before{
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-size: cover;
  }
  .btn_login{
      padding-left: 28px;
      font-weight: 500;
      color: #12103b;
  }
  .btn_login:before{
      width: 19px;
      height: 26px;
  /*	background-image: url(../images/common/btn-login.svg);*/
  background-image: url(../images/common/icon-login-white.svg);
  }
  
  .btn_logout{
      padding-left: 27px;
  }
  .btn_logout:before{
      width: 17px;
      height: 24px;
      background-image: url(../images/common/icon-logout-white.svg);
  }
  .header_absolute:not(.fixed_header) .btn_logout:before{
      /*background-image: url(../images/common/icon-logout-white.svg);*/
  }
  .btn_myaccount{
      padding-left: 30px;
  }
  .btn_myaccount:before{
      width: 20px;
      height: 26px;
      background-image: url(../images/common/icon-myaccount-white.svg);
  }
  .header_absolute:not(.fixed_header) .btn_myaccount:before{
      /*background-image: url(../images/common/icon-myaccount-white.svg);*/
  }
  .contact-team-txt-b{
      background-image: none;
  }
  footer{
      background-color: #f8f8f8;
      position: relative;
      /*z-index: 4;*/
  }
  .sitemap_inner{
      border-bottom: 1px solid #d1d1d1;
      overflow: hidden;
  }
  .sitemap_container{
      padding-top: 25px;
      padding-bottom: 25px;
      margin-left: -15px;
      margin-right: -15px;
      display: flex;
      justify-content: space-between;
  }
  .sitemap_col{
      float: left;
      padding-left: 15px;
      padding-right: 15px;
  
  }
  
  .sitemap_col .cat{
      font-weight: 500;
      margin-bottom: 20px;
      color: #272727;
      text-transform: uppercase;
  }
  .sitemap_col .child{
      font-weight: 300;
      padding-left: 0;
  }
  .footer-title a{
      color: inherit;
  }
  .footer_logo_row .logo_list{
      padding-left: 0;
      margin-bottom: 0;
  }
  .sitemap_col .child a{
      color: #2e2e2e;
  }
  
  .footer_logo_row{
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: left;
  }
  .footer_logo_row .inline_block_row{
      text-align: left;
  }
  .footer_logo_row .row{
      margin-bottom: -30px;
  }
  .footer_logo_row .row > div{
      margin-bottom: 30px;
  }
  .footer_logo_row .title{
      margin-bottom: 15px;
      color: #2e2e2e;
      font-weight: 500;
      text-transform: uppercase;
  }
  .footer_logo_row .logo_list{
  }
  .footer_logo_row .logo_list li{
      display: inline-block;
      vertical-align: middle;
      margin-right: 120px;
      line-height: 0;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .footer_logo_row .logo_list li:last-child{
      margin-right: 0;
  }
  
  .copyright_row{
      padding-bottom: 80px;
      font-size: 13px;
      position: relative;
      z-index: 3;
  }
  .copyright_row a{
      color: #202608;
  }
  .copyright_row .left_row{
      float: left;
  }
  
  .copyright_row .right_row{
      float: right;
      display: none;
  }
  .copyright_col, .privacy_col{
      display: inline-block;
      vertical-align: top;
  }
  
  
  .home_banner_video{
      height: 0px;
      padding-bottom: 42.708%;
      position: relative;
  }
  
  .home_banner_video > video{
      width: 100%;
  }
  .home_banner{
      text-align: center;
      color: white;
  }
  .home_banner .title{
      font-weight: bold;
      font-size: 100px;
      margin-bottom: 20px;
      line-height: 1.2;
  }
  .home_banner_row{
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
  }
  .home_banner_row.completed .home_banner .title{
      font-size: 50px;
      margin-bottom: 40px;
  }
  .home_banner .description{
      font-weight: 300;
      font-size: 50px;
      letter-spacing: 2px;
      margin-bottom: 30px;
      line-height: 1.2;
  }
  .home_banner_row.completed .home_banner .description{
      font-size: 38px;
      margin-bottom: 40px;
  }
  .home_banner_row .button_row{
      margin-left: -7px;
      margin-right: -7px;
  }
  .home_banner_row .button_row a{
      margin-left: 7px;
      margin-right: 7px;
      margin-left: 15px;
      margin-bottom: 10px;
  }
  .home_banner .date{
      font-size: 20px;
  }
  .home_banner_outer{
      margin-top: 135px;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: calc(100% - 135px);
  }
  .home_banner_container{
      position: absolute;
      top: 42%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
  }
  
  
  
  .home_gut_row{
      /*height: 513px;*/
      background-image: url(../images/home/home-gut-bg@2x.jpg);
      background-size: cover;
      background-position: center;
  }
  .home_gut_row > .container, .home_gut_container{
      height: 100%;
  }
  .home_gut_container{
      opacity: 0.95;
      background-image: -ms-linear-gradient(123deg, #ff20f0 0%, #63c0ff 84%);
      background-image: -webkit-linear-gradient(123deg, #ff20f0 0%, #63c0ff 84%);
      background-image: -o-linear-gradient(123deg, #ff20f0 0%, #63c0ff 84%);
      background-image: linear-gradient(213deg, #ff20f0 0%, #63c0ff 84%);
      padding: 40px 55px;
      color: white;
      max-width: 600px;
      float: right;
  }
  .home_gut_container .title{
      font-size: 60px;
      color: #ffffff;
      font-weight: bold;
      margin-bottom: 15px;
      line-height: 1;
  }
  
  .home_gut_container .subtitle{
      font-size: 24px;
      letter-spacing: 2px;
      font-weight: 300;
      margin-bottom: 25px;
      line-height: 1.1;
  }
  
  .home_gut_container .description{
      text-align: justify;
      margin-bottom: 25px;
  }
  .btn_blue{
      /*background-color: #b61d22;*/
        background-color: #b61d22;
      /*border: 1px solid #ffffff;*/
      border-radius: 3px;
      padding: 14px 50px 10px;
      min-width: 200px;
      text-transform: uppercase;
      display: inline-block;
      text-align: center;
      color: white!important;
      font-weight: normal;
      font-size: 17px;
      letter-spacing: 0;
      -ms-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      text-decoration: none!important;
  }
  .disabled{
      opacity: 0.4;
      cursor: not-allowed;
      pointer-events: none;
  }
  .disabled .disabled{
      opacity: 1;
  }
  div.disabled{
      position: relative;
  }
  div.disabled:after{
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }
  .home-banner-txt01{
      border: none;
  }
  .btn.small{
      margin-top: 15px;
  }
  .btn.small .btn-b{
      padding: 10px 20px;
      font-size: 14px;
  }
  .btn-b.blue{
      background-color: #b61d22;
  }
  .home-banner-txt-b{
      padding-left: 0;
  }
  .home-banner-txt-b .btn{
      margin-right: 15px;
  }
  .btn.small .btn-arrow{
      width: 15px;
  }
  .btn_blue.disabled{
      background-color: #d8d8d8;
      cursor: default;
  }
  .btn_blue.disabled:hover{
      background-color: #d8d8d8;
  }
  .btn_blue.icon_plus{
      background-repeat: no-repeat;
      background-image: url(../images/abstract/abstract-btn-add.svg);
      padding-left: 65px;
      background-position: left 29px center;
  }
  .btn_blue.small{
      padding: 5px 20px;
      line-height: 1.2;
      text-transform: none;
      border: none;
      min-width: 0;
  }
  .btn_blue:hover, .btn_blue.active{
      color: white;
      opacity: 0.6;
      /*opacity: 0.8;*/
      /*background-color: #b61d22;*/
      /*background-color: #4E96BF;*/
      /*border-color: #b61d22;*/
  }
  
  .home_speaker_row .top_row{
      padding-top: 80px;
      padding-bottom: 40px;
      text-align: center;
  }
  .heading{
      font-size: 60px;
      color: #1D1D1D;
      font-weight: bold;
      margin-bottom: 22px;
      line-height: 1.1;
  }
  
  .heading.mb0{
      margin-bottom: 0!important;
  }
  .heading.mb40{
      margin-bottom: 40px;
  }
  .heading:only-child{
      margin-bottom: 0;
  }
  .section > .container > .heading{
      margin-top: -5px;
  }
  .home_speaker_row .top_row .description{
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
  }
  .home_speaker_row .center_row .row{
      /*margin-bottom: -30px;*/
  }
  .home_speaker_row .center_row .col-md-15{
      /*margin-bottom: 30px;*/
  }
  .home_speaker_row .center_row .col-md-15:nth-child(5n+1){
      clear: both;
  }

  .speaker img{
      width: 100%;
  }
  .speaker .speaker_detail{
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(39, 39, 39, .8);
      line-height: 1.4;
      color: white;
      text-align: center;
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  .speaker_detail_inner{
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 250px;
  }
  .speaker .speaker_detail_inner .title{
      color: white;
      font-size: 18px;
      margin-bottom: 12px;
      font-weight: 500;
  }
  .speaker_detail_inner .org{
      /*font-weight: 300;*/
      font-size: 15px;
  }
  
  
  
  .speaker:hover .speaker_detail{
      opacity: 1;
      display: block;
  }
  .home_speaker_row .bottom_row{
      text-align: center;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  
  .home_speaker_row .bottom_row .description{
      font-weight: 300;
      font-size: 24px;
      color: #b61d22;
      letter-spacing: 2px;
      margin-bottom: 25px;
  }
  
  .home_newsletter_row{
      text-align: center;
  }
  .home_newsletter_row .heading{
      margin-bottom: 15px;
  }
  .home_newsletter_row .description{
      font-size: 24px;
      color: #b61d22;
      letter-spacing: 2px;
      margin-bottom: 40px;
  }
  
  .newsletter_row{
      margin-bottom: 40px;
  }
  .newsletter_row .row{
      margin-left: -30px;
      margin-right: -30px;
  }
  .newsletter_row .row > div{
      padding-left: 30px;
      padding-right: 30px;
  }
  .color_bg_row{
      padding-top: 50px;
      padding-bottom: 50px;
      background-image:-ms-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:-webkit-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:-o-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:linear-gradient(to bottom left, #ff7bf6 0%, #94d4ff 100%);
  }
  .home_video_inner{
      position: relative;
  }
  .home_video_container{
      line-height: 0;
  }
  .home_video_container video{
      width: 100%;
  }
  
  .home_video_row .left_col{
      width: 60%;
      float: left;
  }
  .home_video_row .right_col{
      position: absolute;
      width: calc(100% - 60% - 10px);
      right: 0;
      height: 100%;
      top: 0;
      background-color: white;
  }
  
  .home_video_row .right_col .detail{
      position: absolute;
      left: 70px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 360px;
      padding-right: 15px;
  }
  .home_video_row .right_col .detail .title, .home_video_row .right_col .detail .subtitle{
      font-size: 32px;
      color: #b61d22;
      font-weight: 300;
  }
  .home_video_row .right_col .detail .title{
      /*font-weight: 300;*/
  }
  .home_video_row .right_col .detail .subtitle{
      /*font-weight: bold;*/
      margin-bottom: 20px;
  }
  .call_abstract_container .left_col{
      padding-right: 20px;
  }
  .call_abstract_container .left_col, .call_abstract_container .right_col{
      float: left;
      width: 50%;
  }
  .call_abstract_container .left_col .description{
      margin-bottom: 25px;
      text-align: justify;
  }
  
  .call_abstract_container .left_col .remark{
      font-size: 30px;
      color: #b61d22;
      font-weight: 300;
      margin-bottom: 25px;
  }
  .call_abstract_container .right_col{
      line-height: 0;
  }
  .call_abstract_container .right_col img{
  /*	width: 759px;
      max-width: none;*/
  }
  
  .call_abstract_row{
      background-color: #F8F8F8;
      overflow: hidden;
  }
  
  
  .selection_process_cell{
      margin-bottom: 25px;
  }
  .selection_process_cell:last-child{
      margin-bottom: 0;
  }
  .selection_process_cell .title{
      font-size: 20px;
      color: #b61d22;
      margin-bottom: 15px;
  }
  .selection_process_container .heading{
      text-align: center;
  }
  .selection_process_container .detail{
      margin-bottom: 50px;
  }
  .sp_cell{
      display: inline-block;
      max-width: 200px;
      text-align: center;
  }
  .sp_cell .title{
      font-weight: 300;
      font-size: 70px;
      line-height: 1;
      padding-bottom: 5px;
      border-bottom: 3px solid #b61d22;
      margin-bottom: 25px;
      color: #272727;
      max-width: 120px;
      display: inline-block;
  }
  .sp_percent_row .row > div{
      text-align: center;
  }
  .sp_percent_row .row > div:nth-child(2) .sp_cell .title{
      border-color: #e72ada;
  }
  .sp_percent_row .row > div:nth-child(3) .sp_cell .title{
      border-color: #ffcb6e;
  }
  .sp_percent_row .row > div:nth-child(4) .sp_cell .title{
      border-color: #71d2d0;
  }
  .sp_percent_row .row > div:nth-child(5) .sp_cell .title{
      border-color: #b61d22;
  }
  .sp_cell .title span{
      font-size: 30px;
  }
  .sp_percent_row{
  /*	max-width: 1080px;
      margin-left: auto;
      margin-right: auto;*/
  }
  .section{
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .section_margin{
      margin-bottom: 80px;
  }
  .section_margin:last-child{
      margin-bottom: 0;
  }
  .section.no_pb{
      padding-bottom: 0;
  }
  .award_main{
      /*overflow: hidden;*/
  }
  .award_cat_container{
  /*	margin-left: -40px;
      margin-right: -40px;*/
      position: relative;
  }
  .award_cat_row:nth-child(even){
      /*background-color: #f8f8f8;*/
  }
  .award_cat_row .detail_col, .award_cat_row .award_col{
  /*	width: 50%;
      padding-left: 40px;
      padding-right: 40px;*/
  }
  .award_cat_row .award_col{
      float: right;
  }
  .award_cat_row:nth-child(even) .award_col{
      float: left;
  }
  .award_cat_row .detail_col{
  /*	position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);*/
      margin-bottom: 30px;
  }
  .award_cat_row:nth-child(even) .detail_col{
  /*	right: 0;
      left: auto;*/
  }
  
  
  .award_cat_row .detail_col .title{
      font-weight: bold;
      font-size: 34px;
      color: #e72ada;
      margin-bottom: 24px;
  }
  .award_cat_row .detail_col .description{
      text-align: justify;
  }
  
  
  .award_container {
      border: 1px solid #e2e2e2;
      border-left: 3px solid #b61d22;
      padding: 16px 24px;
      margin-bottom: 25px;
      background-color: white;
  }
  .award_container:last-child{
      margin-bottom: 0;
  }
  .award_container .left_col, .award_container .right_col{
      float: left;
  }
  .award_container .left_col{
      width: 70px;
      height: 70px;
  }
  .award_container .right_col{
      padding-left: 25px;
      width: calc(100% - 70px);
  }
  /*.award_container .right_col .title{
      font-weight: 500;
      margin-bottom: 16px;
      color: #272727;
  }*/
  .tick_list{
    list-style: none;
  }
  .tick_list > li{
      padding-left: 20px;
      min-height: 10px;
      line-height: 1.4;
      margin-bottom: 5px;
      background-image: url(../images/abstract/award-icon-tick.svg);
      background-repeat: no-repeat;
      background-position: left top 3px;
  }
  .tick_list > li:last-child{
      margin-bottom: 0;
  }
  .tick_list > li > ul{
      margin-top: 5px;
      margin-bottom: 10px;
      padding-left: 17px;
  }
  .tick_list > li > ul > li{
      list-style: disc;
      margin-bottom: 5px;
  
  }
  .tick_list > li > ul > li:last-child{
      margin-bottom: 0;
  }
  .description a{
      color: #b61d22;
      text-decoration: underline;
  }
  .description a:hover{
      color: #b61d22;
  }
  .circle_icon{
      width: 70px;
      height: 70px;
      display: inline-block;
      border-radius: 50%;
      border: 1px solid #e2e2e2;
      background-repeat: no-repeat;
      background-position: center;
  }
  .circle_icon.big{
      width: 100px;
      height: 100px;
  }
  .icon_heading_row .circle_icon{
      border: none;
  }
  .icon_abstract_content{
      background-image: url(../images/abstract/guidelines-icon-abstract.svg);
  }
  .icon_figure{
      background-image: url(../images/abstract/guidelines-icon-figure.svg?1);
  }
  .icon_video{
      background-image: url(../images/abstract/guideline-icon-video.svg);
  }
  .icon_tb{
      background-image: url(../images/abstract/guidelines-icon-tb.svg);
  }
  .icon_author_index{
      background-image: url(../images/abstract/guidelines-icon-author.svg);
  }
  .icon_resupplies{
      background-image: url(../images/abstract/guidelines-icon-resupplies.svg);
  }
  .icon_publish{
      background-image: url(../images/abstract/guidelines-icon-publish.svg);
  }
  .icon_award.pink, .award_cat_row:nth-child(1) .icon_award{
      background-image: url(../images/abstract/award-icon-award-pink.svg);
  }
  
  .icon_tick.pink, .award_cat_row:nth-child(1) .icon_tick{
      background-image: url(../images/abstract/award-icon-eligibility-pink.svg);
  }
  
  .icon_award.green, .award_cat_row:nth-child(2) .icon_award{
      background-image: url(../images/submission/submission-icon-reward.svg);
  }
  
  .icon_tick.green, .award_cat_row:nth-child(2) .icon_tick{
      background-image: url(../images/abstract/award-icon-eligibility-green.svg);
  }
  
  .icon_award.yellow, .award_cat_row:nth-child(3) .icon_award{
      background-image: url(../images/abstract/award-icon-award-yellow.svg);
  }
  
  .icon_tick.yellow, .award_cat_row:nth-child(3) .icon_tick{
      background-image: url(../images/abstract/award-icon-eligibility-yellow.svg);
  }
  
  .icon_award.purple, .award_cat_row:nth-child(4) .icon_award{
      background-image: url(../images/abstract/award-icon-award-purple.svg);
  }
  
  .icon_tick.purple, .award_cat_row:nth-child(4) .icon_tick{
      background-image: url(../images/submission/submission-icon-confirmation.svg);
  }
  .icon_award.blue{
      background-image: url(../images/abstract/guideline-icon-rewards.svg);
  }
  .icon_content{
      background-image: url(../images/abstract/guideline-icon-content.svg);
  }
  .icon_content.yellow{
      background-image: url(../images/submission/submission-icon-abstract.svg);
  }
  .icon_submission{
      background-image: url(../images/abstract/guideline-icon-submission.svg);
  }
  .icon_notification{
      background-image: url(../images/abstract/guideline-icon-notification.svg);
  }
  .icon_summary{
      background-image: url(../images/submission/submission-icon-summary.svg);
  }
  .bg_colors_row{
      text-align: center;
      background-color: #b61d22;
      padding-top: 40px;
      padding-bottom: 40px;
  
  /*	background-image:-webkit-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:-o-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:-ms-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:linear-gradient(to bottom left, #ff7bf6 0%, #94d4ff 100%);*/
  }
  .bg_colors_row.section{
      padding-top: 80px;
      padding-bottom: 80px;
  }
  .bg_colors_row .btn_blue{
      border: 1px solid white;
      border-radius: 3px;
  }
  .bg_colors_row.no_color{
      background-color: transparent;
  }
  
  .award_cat_row:first-child.section{
      padding-top: 0;
  }
  .award_cat_row:nth-child(2) .detail_col .title{
      color: #71d2d0;
  }
  .award_cat_row:nth-child(2) .award_container, .award_container.green{
      border-left-color: #ff9f0d;
  }
  
  .award_cat_row:nth-child(3) .detail_col .title{
      color: #ffcb6e;
  }
  .award_cat_row:nth-child(3) .award_container, .award_container.yellow{
      border-left-color: #ffcb6e;
  }
  
  .award_cat_row:nth-child(4) .detail_col .title{
      color: #b61d22;
  }
  .award_cat_row:nth-child(4) .award_container, .award_container.purple{
      border-left-color: #b61d22;
  }
  .award_container.blue{
      border-left-color: #b61d22;
  }
  .award_container.black{
      border-left-color: #272727;
  }
  .guideline_main{
  }
  
  .guideline_row{
      margin-bottom: 40px;
  }
  
  .guideline_row:last-child{
      margin-bottom: 0;
  }
  
  .icon_heading_row .title{
      font-weight: 300;
      font-size: 30px;
      color: #272727;
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px;
      margin-left: -6px;
      max-width: calc(100% - 70px);
      line-height: 1.2;
      text-transform: uppercase;
  }
  
  .icon_heading_row .circle_icon{
      vertical-align: middle;
      border-radius: 0;
  }
  .icon_heading_row{
      padding-bottom: 10px;
      border-bottom: 3px solid #d9d9d9;
      margin-bottom: 20px;
  }
  
  /*.guideline_row:nth-child(2) .title_row{
      border-color: #ffcb6e;
  }
  
  .guideline_row:nth-child(3) .title_row{
      border-color: #71d2d0;
  }
  
  .guideline_row:nth-child(4) .title_row{
      border-color: #b61d22;
  }*/
  
  .login_container{
      text-align: center;
      padding-left: 90px;
      padding-right: 90px;
  }
  .input_row{
      margin-bottom: 15px;
  }
  .input_row:last-child{
      margin-bottom: 0;
  }
  .forgot_row a{
      font-size: 15px;
  }
  .login_container .field_list{
      margin-bottom: 20px;
  }
  .login_section .row{
      margin-left: 0;
      margin-right: 0;
      display: flex;
      flex-wrap: wrap;
  }
  .login_section .row > div{
      padding-left: 0;
      padding-right: 0;
      border-right: 1px solid #d9d9d9;
  }
  .login_section .row > div:last-child{
      border-right: none;
  }
  /*.login_section .row > div:nth-child(2) .login_container{
      border-left: 1px solid #d9d9d9;
  }*/
  
  
  
  .account_section{
      text-align: center;
  }
  .account_action_row{
  
  }
  .account_action_col{
      display: inline-block;
      vertical-align: top;
      /*margin-right: 274px;*/
      margin-right: 100px;
  }
  .account_action_col:last-child{
      margin-right: 0;
  }
  .icon_abstract{
      background-image: url(../images/myaccount/myaccount-icon-abstract.svg);
  }
  .icon_casereport{
      background-image: url(../images/myaccount/myaccount-icon-case.svg);
  }
  .icon_registration{
      background-image: url(../images/myaccount/myaccount-icon-registration.svg);
  }
  .icon_virtual{
      background-image: url(../images/myaccount/myaccount-icon-virtual.svg);
  }
  .account_action_cell .icon_row{
      border-bottom: 3px solid #f25326;
      padding-bottom: 15px;
      margin-bottom: 10px;
      line-height: 0;
      padding-left: 10px;
      padding-right: 10px;
  }
  .account_action_col.orange .icon_row{
      border-color: #ff9f0d;
  }
  .account_action_col.blue .icon_row{
      border-color: #5aa6cc;
  }
  .account_action_col.black .icon_row{
      border-color: #12103b;
  }
  .account_action_cell .title{
      font-size: 20px;
      color: #272727;
      font-weight: 500;
  }
  .sa_tb{
      width: 100%;
  }
  .sa_tb .btn_blue.small{
      min-width: 140px;
  }
  .sa_tb .title{
      color: #b61d22;
  }
  
  .sa_tb th{
      font-size: 20px;
      color: #272727;
      font-weight: 500;
  }
  .sa_tb td{
      border-bottom: 1px solid #d9d9d9;
  }
  .sa_tb th, .sa_tb td{
      padding: 10px 15px 5px 15px;
      text-align: left;
  }
  .sa_tb tr th:first-child, .sa_tb tr td:first-child{
      padding-left: 10px;
  }
  .sa_tb tr td:first-child{
      width: 220px;
  }
  .sa_tb.sa_history_tb tr td:first-child{
      text-align: left;
  }
  .sa_tb tr td:last-child{
      /* text-align: right; */
      padding-right: 10px;
      /*white-space: nowrap;*/
  }
  .sa_tb tr td:last-child a + a{
      margin-left: 4px;
      margin-top: 5px;
  }
  .sa_tb_container{
      margin-bottom: 40px;
  }
  .sa_section .remark{
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center;
      color: #919296;
  }
  .sa_section .remark2{
      font-weight: 500;
      /*text-align: center;*/
      clear: both;
      color: #b61d22;
  }
  .sa_section .submit_row{
      text-align: center;
  }
  .sa_history_tb.sa_tb tr td:last-child{
      text-align: left;
  }
  .sa_history_tb.sa_tb tr td{
      background-color: #f8f8f8;
  }
  
  .icon_author{
      background-image: url(../images/submission/submission-icon-author.svg);
  }
  .abstract_step_row.section:first-child{
      padding-top: 0;
      margin-top: -40px;
  }
  .abstract_step_row:nth-child(even){
      background-color: #f8f8f8;
  }
  .abstract_step_row:nth-child(1) .title_row{
      border-color: #5aa6cc;
  }
  .abstract_step_row:nth-child(2) .title_row{
      border-color: #ff9f0d;
  }
  .abstract_step_row:nth-child(3) .title_row{
      border-color: #ff9f0d;
  }
  .abstract_step_row:nth-child(4) .title_row{
      border-color: #5aa6cc;
  }
  .abstract_step_row .title_row.orange{
      border-color: #ff9f0d;
  }
  .abstract_step_row:nth-child(5) .title_row{
      border-color: #b61d22;
  }
  
  .small_heading{
      font-size: 20px;
      color: #272727;
      margin-bottom: 15px;
      font-weight: 500;
      line-height: 1.1;
  }
  .small_heading > .remark{
      font-size: 15px;
      font-weight: 400;
      color: #b61d22;
      margin-top: 5px;
  }
  .small_heading > span{
      display: inline-block;
      vertical-align: middle;
  }
  .red_remark{
      font-size: 16px;
      color: red;
      font-weight: 400;
  }
  .small_heading > span.red_remark{
      font-size: 16px;
      color: red;
      font-weight: 400;
  }
  .form_edit_option_row > *{
      display: inline-block;
      vertical-align: middle;
      margin-right: 4px;
  }
  .form_edit_option_row{
      margin-left: 20px;
      display: inline-block;
      vertical-align: middle;
  }
  .link{
      color: #b61d22;
      font-size: 17px;
      font-weight: normal;
      letter-spacing: 0;
  }
  .link:hover{
      color: #b61d22;
  }
  .abstract_step_row input[type="text"], .align_left input[type="text"]{
      text-align: left;
  }
  
  .abstract_step_row .input_row .left_col, .abstract_step_row .input_row .right_col{
      float: left;
  }
  .abstract_step_row .input_row .left_col{
      width: calc(100% - 100px);
  }
  .abstract_step_row .input_row .right_col{
      width: 100px;
      text-align: center;
      padding-left: 24px;
  }
  
  
  .abstract_step_row .input_row:before, .abstract_step_row .input_row:after, .abstract_step_row .input_col:before, .abstract_step_row .input_col:after{
      content: ' ';
      display: table;
      clear: both;
  }
  .abstract_step_row .input_col{
      float: left;
      padding-right: 20px;
  }
  .abstract_step_row .input_col:last-child{
      padding-right: 0;
  }
  .abstract_step_row .row .input_col{
      float: none;
      padding-right: 0;
  }
  .input_col.w180{
      width: 180px;
  }
  .input_col.w180rest{
      width: calc(100% - 180px);
  }
  .input_col.p20{
      width: calc(20% + 20px);
  }
  .input_col.p40{
      width: calc(40% + 40px);
  }
  .input_col.p60{
      width: calc(60% - 40px);
  }
  
  .abstract_step_row .input_col select{
      width: 100%;
  }
  
  .affiliation_row{
      background-color: #f8f8f8;
      border: 1px solid #d9d9d9;
      padding: 14px 60px 14px 15px;
      position: relative;
      margin-bottom: 10px;
  }
  /*.abstract_step_row .input_col .remark{
      font-size: 15px;
      color: #b61d22;
      margin-top: 5px;
  }*/
  .affiliation_row:last-child{
      margin-bottom: 0;
  }
  .affiliation_row .title{
      font-size: 17px;
      color: #676767;
      font-weight: 500;
  }
  .btn_remove{
      background-image: url(../images/abstract/abstract-submission-btn-close.svg);
      width: 22px;
      height: 22px;
      cursor: pointer;
      display: inline-block;
  }
  .btn_remove:hover{
      opacity: 0.8;
  }
  .affiliation_row .btn_remove{
      cursor: pointer;
      position: absolute;
      right: 25px;
      top: 16px;
  }
  .abstract_step_row .input_row .right_col .btn_remove{
      margin-top: 6px;
  }
  
  .abstract_step_row .detail_row{
      margin-bottom: 40px;
  }
  .abstract_step_row .detail_row:last-child{
      margin-bottom: 0;
  }
  .input_col .input_icon{
      /*border-bottom: 1px solid #d9d9d9;*/
      background-repeat: no-repeat;
      background-position: left center;
  }
  .input_col .input_icon input[type="text"], .input_col .input_icon select, .input_col .input_icon input[type="date"], .input_col .input_icon input[type="email"], .input_col .input_icon .ui-selectmenu-button{
      padding-left: 40px;
      background-color: transparent;
  }
  .icon_firstname{
      background-image: url(../images/abstract/abstract-submission-icon-firstname.svg);
  }
  .icon_lastname{
      background-image: url(../images/abstract/abstract-submission-icon-lastname.svg);
  }
  .icon_date_of_birth{
      background-image: url(../images/abstract/abstract-submission-icon-date-of-birth.svg);
  }
  .icon_email{
      background-image: url(../images/abstract/abstract-submission-icon-email.svg);
  }
  .icon_title{
      background-image: url(../images/registration/registration-form-icon-title.svg);
  }
  .icon_fax2{
      background-image: url(../images/registration/registration-form-icon-fax.svg);
  }
  .icon_mobile{
      background-image: url(../images/registration/registration-form-icon-mobile.svg);
  }
  .icon_address{
      background-image: url(../images/registration/registration-form-icon-address.svg);
  }
  .icon_creditcard{
      background-image: url(../images/registration/registration-form-icon-creditcard.svg);
  }
  .reward_tb_container table{
      width: 100%;
  }
  .reward_tb_container th, .reward_tb_container td{
      vertical-align: top;
  }
  .reward_tb_container th{
      width: 25px;
  }
  .reward_tb_container td{
      /*width: 100%;*/
  }
  #abstract_step2 .row > div:nth-child(odd){
      clear: both;
  }
  #abstract_step2 .row{
      /* margin-bottom: -30px; */
  }
  #abstract_step2 .row > div{
      margin-bottom: 30px;
  }
  .ad_radio_row{
      margin-bottom: 30px;
  }
  .radio_container{
      margin-right: 25px;
  }
  .radio_container:last-child{
      margin-right: 0;
  }
  .radio_container span{
      margin-left: 6px;
  }
  .radio_container span img{
      display: block;
  }
  .radio_container > *{
      display: inline-block;
      vertical-align: middle;
  }
  .radio_group_container{
      margin-bottom: 18px;
  }
  .radio_group_container:last-child{
      margin-bottom: 0;
  }
  .radio_group_container > *{
      display: inline-block;
      vertical-align: middle;
  }
  .radio_group_container .title{
      margin-right: 25px;
  }
  #abstract_step3 .detail_row > .remark{
      font-size: 15px;
      color: #b61d22;
      margin-bottom: 40px;
  }
  .ab_editor_row{
      margin-bottom: 40px;
  }
  .ab_editor_row .editor_row{
      margin-bottom: 40px;
  }
  .ab_editor_row .editor_row:last-child{
      margin-bottom: 0;
  }
  .ab_editor_row .description{
      margin-bottom: 5px;
  }
  .title_black{
      color: #272727;
      margin-bottom: 2px;
  }
  .figure_container{
      max-width: 660px;
  }
  .figure_container  > .remark{
      font-size: 15px;
      color: #b61d22;
      margin-bottom: 20px;
      margin-top: 5px;
  }
  .input_row  .remark{
      font-size: 15px;
      color: #b61d22;
      margin-top: 5px;
  }
  .checkbox_tb th, .checkbox_tb td{
      vertical-align: top;
  }
  .checkbox_tb th{
      width: 26px;
  }
  .checkbox_tb td{
      padding-bottom: 20px;
  }
  .abstract_step_section .submit_row a{
      margin-right: 34px;
      width: 290px;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
  }
  .abstract_step_section .submit_row a:last-child{
      margin-right: 0;
  }
  .abstract_word_count_row{
      position: fixed;
      bottom: 0;
      opacity: 0;
      -ms-transform: translate3d(0,100%,0);
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
      left: 0;
      width: 100%;
      color: white;
      line-height: 1.2;
      padding: 12px 10px;
      text-align: center;
      background-color: #b61d22;
      z-index: 5;
  /*	background-image:-ms-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:-webkit-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:-o-linear-gradient(top right, #ff7bf6 0%, #94d4ff 100%);
      background-image:linear-gradient(to bottom left, #ff7bf6 0%, #94d4ff 100%);*/
  }
  .below_abstract_details .abstract_word_count_row{
      -ms-transform: translate3d(0,0,0);
      -webkit-transform: translate3d(0,0,0);
      transform3d: translate3d(0,0,0);
      opacity: 1;
  }
  .below_abstract_details body{
      padding-bottom: 44px;
  }
  .word_exceed #word_count{
      color: yellow;
  }
  .g-recaptcha > div{
      margin-left: auto;
      margin-right: auto;
  }
  .return_msg{
      margin-top: 5px;
      font-size: 15px;
      color: #b61d22;
  }
  .figure_img{
      margin-bottom: 20px;
      font-size: 14px;
  
  }
  .figure_img a{
      color: #b61d22;
  }
  #coauthor_row .input_row:not(:last-child) .input_col .input_icon{
      background-image: none;
  }
  #coauthor_row .input_row:not(:last-child) .input_col .input_icon input{
      padding-left: 15px;
  }
  #coauthor_row .input_row:not(:last-child) .remark{
      display: none;
  }
  .abstract_step_section .g-recaptcha > div{
      margin: 0;
  }
  
  
  /*#age45_tb_container.disable:after{
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
  }*/
  .reward_tb_container{
      position: relative;
      cursor: pointer;
  }
  .reward_tb_container:after{
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      
  }
  .reward_tb_container a {
      position: relative;
      z-index: 2;
      text-decoration: underline;
  }
  .age45_container.disabled{
      opacity: 0.5;
  }
  
  .reward_tb_container.disabled{
      cursor: default;
  }
  .reward_tb_container.disabled{
      opacity: 1;
  }
  .reward_tb_container.disabled table{
      opacity: 0.5;
  }
  
  .container_700{
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
  }
  .center{
      text-align: center;
  }
  .forgot_form_container{
      text-align: center;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
  }
  
  .forgot_pw_main .description{
      margin-bottom: 40px;
  }
  .forgot_pw_main .remark{
      margin-bottom: 20px;
      font-size: 15px;
      color: #b61d22;
      margin-top: 25px;
  }
  
  .forgot_pw_main .input_row, .file_upload_main .input_row{
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
  }
  .remark a, .return_msg a{
      color: #b61d22;
      text-decoration: underline;
  }
  .remark a:hover, .return_msg a:hover{
      color: #b61d22;
  }
  .contact_us_main .row{
      margin-left: -40px;
      margin-right: -40px;
  }
  .contact_us_main .row > div{
      padding-left: 40px;
      padding-right: 40px;
  }
  .contact_col > .title{
      font-size: 34px;
      color: #b61d22;
      font-weight: 300;
      margin-bottom: 10px;
  }
  .contact_us_main .row > div:nth-child(2) > .contact_col > .title{
      color: #b61d22;
  }
  .hidden_menu > a{
      display: none!important;
  }
  .contact_col .award_container{
      position: relative;
      margin-bottom: 30px;
  }
  .contact_col .award_container:last-child{
      margin-bottom: 0;
  }
  .contact_col .award_container .left_col, .contact_col .award_container .right_col{
      display: inline-block;
      vertical-align: middle;
      float: none;
  }
  .contact_col .award_container .left_col{
      width: 110px;
      height: 110px;
      margin-right: -6px;
  }
  .contact_col .award_container .right_col{
      width: calc(100% - 110px);
  }
  .contact_col .award_container .right_col > div{
      margin-bottom: 5px;
  }
  .contact_col .award_container .right_col > div:last-child{
      margin-bottom: 0;
  }
  .pj_team_img{
      height: 110px;
      background-position: center;
      background-size: cover;
      border: 1px solid #e2e2e2;
      /*border-radius: 50%;*/
  }
  .contact_col .award_container .title{
      color: #272727;
      font-weight: 500;
  }
  .contact_col .award_container .email{
      font-weight: 300;
  }
  .contact_col .award_container > .title{
      margin-bottom: 20px;
  }
  .contact_info_list > li{
      padding-left: 44px;
      background-repeat: no-repeat;
      background-position: left top;
      margin-bottom: 25px;
      min-height: 30px;
      text-align: left;
      font-weight: 300;
  }
  .contact_info_list > li:last-child{
      margin-bottom: 0;
  }
  .icon_location{
      background-image: url(../images/contactus/contactus-icon-location.svg);
  }
  .icon_mail{
      background-image: url(../images/contactus/contactus-icon-mail.svg);
  }
  .icon_phone{
      background-image: url(../images/contactus/contactus-icon-phone.svg);
  }
  .icon_fax{
      background-image: url(../images/contactus/contactus-icon-fax.svg);
  }
  .contact_award_container{
      padding: 26px 45px;
  }
  
  .about_row .row{
  /*	margin-left: -35px;
      margin-right: -35px;*/
  }
  .about_row .row > div{
  /*	padding-left: 35px;
      padding-right: 35px;*/
  }
  .project_team_row > div{
  
  }
  
  .section_row{
      margin-bottom: 80px;
  }
  
  .organizer_row .top_row .row{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .organizer_row .top_row .row > div{
      flex: 1;
      width: auto;
  }
  .organizer_row .top_row .row .image-row{
      text-align: center;
  }
  .section_row:last-child{
      margin-bottom: 0;
  }
  .about_iddf_row .description{
      text-align: justify;
  }
  .color_heading{
      font-size: 60px;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.4;
  }
  .color_heading.blue{
      color: #b61d22;
  }
  .color_heading.pink{
      color: #e72ada;
  }
  .color_heading.green{
      color: #71d2d0;
  }
  .color_heading.orange{
      color: #b61d22;
  }
  .inline_block_row{
      text-align: center;
  }
  .inline_block_row > div{
      display: inline-block;
      vertical-align: top;
      float: none;
      margin-right: -5.5px;
  }
  .people_row{
      margin-bottom: 40px;
  }
  .people_row:last-child{
      margin-bottom: 0;
  }
  .people_row > .row{
      margin-bottom: -40px;
  }
  .row, .project_team_row .row{
      margin-left: -20px;
      margin-right: -20px;
  }
  .row > div, .project_team_row .row > div{
      padding-left: 20px;
      padding-right: 20px;
  }
  .row.p10{
      margin-left: -10px;
      margin-right: -10px;
  }
  .row.p10 > div{
      padding-left: 10px;
      padding-right: 10px;
  }
  .people_cell{
      margin-bottom: 60px;
  }
  .people_cell .speaker{
      cursor: pointer;
  }
  .people_cell .image_container{
      /*margin-bottom: 10px;*/
      line-height: 0;
      position: relative;
  }
  .people_cell .mask{
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #b61d22;
      line-height: 1;
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
  }
  .people_cell_link:hover .mask{
      opacity: 1;
  }
  .people_cell .mask span{
      position: absolute;
      left: 50%;
      top: 50%;
      color: white;
      font-weight: 500;
      font-size: 20px;
      -ms-transform: translate(-50%,-50%);
      -webkittransform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  
  }
  .people_cell_link{
      display: block;
  }
  .people_cell .image{
      line-height: 0;
      max-width: 240px;
      display: inline-block;
      margin-bottom: 10px;
  }
  .image_filter{
      position: relative;
      -webkit-filter: contrast(110%) saturate(110%);
      filter: contrast(110%) saturate(110%);
      -webkit-transform: translateZ(0);
      -webkit-perspective: 1000;
      -webkit-backface-visibility: hidden;
  }
  .image_filter:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    mix-blend-mode: overlay;
    background: rgba(127, 187, 227, 0.2);
  }
  .people_cell.with_border .image_container{
      margin-bottom: 14px;
      display: inline-block;
      padding-bottom: 20px;
      border-bottom: 3px solid #71d2d0;
  }
  
  
  .people_cell .title{
      color: #272727;
      font-weight: 500;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  .organizer_row .top_row .description{
      text-align: justify;
  }
  .project_team_row .top_row .description{
      margin-bottom: 40px;
  }
  .project_team_row .bottom_row > .title{
      font-size: 26px;
      color: #b61d22;
      font-weight: 500;
      margin-bottom: 40px;
      text-align: center;
  }
  .project_team_row .people_cell .title{
      font-weight: 500;
  }
  #popup{
      position: fixed;
      top: 100%;
      left: 0;
      background-color: white;
      width: 100%;
      height: 100%;
      z-index: 9999;
      -ms-transition: all .5s ease;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      display: none;
  }
  .popup_active #popup{
      top: 0;
  }
  .popup_animated .content_container{
      display: none;
  }
  #popup .top_row{
      text-align: right;
      text-transform: uppercase;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #E3E3E3;
  }
  
  #popup .bottom_row{
      height: calc(100% - 46px);
      overflow: auto;
      -webkit-overflow-scrolling: touch;
  }
  
  #popup .left_col{
      text-align: center;
  }
  .people_overview .image{
      width: 228px;
  /*	height: 228px;
      overflow: hidden;*/
      /*border-radius: 50%;*/
      display: inline-block;
      line-height: 0;
      margin-bottom: 10px;
  }
  .people_overview .title{
      color: #b61d22;
      font-weight: 500;
      margin-bottom: 10px;
      font-size: 30px;
  }
  .people_cv{
      text-align: left;
      max-width: 410px;
      margin-left: auto;
      margin-right: auto;
  }
  .people_cv .org_cat{
      margin-bottom: 20px;
  }
  .people_cv .org_cat:last-child{
      margin-bottom: 0;
  }
  .people_cv .org{
      font-weight: 500;
      color: #272727;
      margin-bottom: 10px;
      /*font-size: 16px;*/
  }
  .org_list{
      padding-left: 15px;
  }
  .org_list li{
      list-style: disc;
      margin-bottom: 5px;
      font-size: 15px;
      padding-left: 10px;
  }
  .org_list li:last-child{
      margin-bottom: 0;
  }
  #popup .right_col .description{
      /*text-align: justify;*/
      padding-left: 30px;
  }
  #popup .row > div{
      padding-bottom: 20px;
  }
  #popup .row > div:first-child{
      border-right: 1px solid #e3e3e3;
  }
  #popup .row > div:last-child{
      border-left: 1px solid #e3e3e3;
      margin-left: -1px;
  }
  .popup_content{
      display: none;
  }
  .popup_active .popup_content{
  }
  
  
  #back-to-top {
      position: fixed;
      bottom: calc(20px + 4%);
      right: calc(20px + 4%);
      z-index: 9999;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 30px;
      /*background: #f5f5f5;*/
      /*color: #444;*/
      cursor: pointer;
      border: 0;
      border-radius: 2px;
      text-decoration: none;
      -ms-transition: opacity 0.2s ease-out;
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out;
      opacity: 0;
      background-image: url(../images/common/btn-top.svg);
      background-repeat: no-repeat;
      background-position: center;
  }
  #back-to-top:hover {
      /*opacity: 0.9;*/
  }
  #back-to-top.show {
      opacity: 1;
  }
  
  
  .blog_cell .image{
      padding-bottom: 51.724%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .blog_cell .num_row{
      border-bottom: 1px solid #d1d1d1;
      padding: 10px 20px;
  }
  .blog_cell .num_row .num{
      color: #ff9f0d;
  }
  .blog_cell .eposter_title{
      color: #272727;
      /*font-weight: bold;*/
      font-size: 22px;
      line-height: 1.1;
  }
  .blog_main .row{
  
      /*margin-bottom: -30px;*/
  }
  .blog_main .row > div{
  
      margin-bottom: 30px;
  }
  
  .tag_list_row{
      padding-bottom: 30px;
      margin-bottom: -10px;
      text-align: center;
  }
  .tag_list_row .left_col{
      float: left;
      width: 300px;
  }
  .tag_list_row .right_col{
      float: right;
      text-align: right;
      width: calc(100% - 300px);
      padding-left: 58px;
  }
  .tag_list li{
      display: inline-block;
      vertical-align: top;
      margin-bottom: 10px;
  }
  .tag_list li a, .tag_list li div{
      /*padding: 11px 30px;*/
      display: block;
      color: #272727;
      background-color: #f2f2f2;
      border: 1px solid #ffffff;
      border-radius: 100px;
  
      padding: 8px 24px;
      font-size: 15px;
      cursor: pointer;
  }
  .tag_list li input[type="radio"]{
      display: none;
  }
  .tag_list li div{
      transition: all .3s;
  }
  .tag_list li a:hover, .tag_list li.active a, .tag_list li input[type="radio"] + div:hover, .tag_list li input[type="radio"]:checked + div{
      background-color: #b61d22;
      border-color: #b61d22;
      color: white;
  }
  .blog_cell {
      box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
      position: relative;
  }
  .blog_cell .top_row{
      line-height: 0;
      overflow: hidden;
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  .blog_cell .top_row .lazy_img{
      min-height: 200px;
      -ms-transition: transform .4s ease-out;
      -webkit-transition: transform .4s ease-out;
      transition: transform .4s ease-out;
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  .blog_cell:hover .top_row .lazy_img{
      -ms-transform: scale(1.1) translateZ(0);
      -webkit-transform: scale(1.1) translateZ(0);
      transform: scale(1.1) translateZ(0);
  }
  
  
  .blog_cell .title{
      font-size: 23px;
      color: #272727;
      /*font-weight: 500;*/
      line-height: 1.1;
  }
  .blog_cell .bottom_row{
      padding: 12px 20px 10px 20px;
  }
  .blog_cell .description{
      margin-top: 5px;
  }
  .blog_cell .author_row{
  /*	position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;*/
  
      font-size: 17px;
      color: #b61d22;
      padding: 10px 20px;
      border-top: 1px solid #d1d1d1;
      line-height: 1.2;
  }
  .container1000{
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
  }
  .eposter_sort_row{
      margin-bottom: 40px;
      display: flex;
      justify-content: flex-end;
  }
  .scrope_col .num{
      font-size: 18px;
      color: #ff9f0d;
      font-weight: bold;
      margin-bottom: 10px;
  }
  .page_row{
      text-align: center;
  }
  .page_row a, .page_row strong{
      margin-left: 5px;
      margin-right: 5px;
  }
  
  .eposter_sort{
      width: 320px;
      display: flex;
      align-items: center;
  }
  .eposter_sort .title{
      white-space: nowrap;
  }
  .eposter_reset{
      /*font-size: 12px;*/
  }
  .blog_detail_main{
  
  }
  .blog_detail_main .title{
      font-size: 34px;
      color: #272727;
      font-weight: bold;
      line-height: 1.3;
      margin-bottom: 15px;
  }
  .blog_detail_main .top_image{
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
  }
  .blog_detail_main img{
  /*    margin-left: auto;
      margin-right: auto;*/
      display: block;
      height: auto;
      /*max-width: 1000px;*/
  }
  .blog_detail_main .description p{
      margin-bottom: 0;
  }
  
  .blog_detail_main .author_name{
      font-size: 20px;
      color: #b61d22;
      margin-bottom: 35px;
  }
  .dot_split{
      background-image: url(../images/scope/scope-dot-line.svg);
      background-position: center;
      background-repeat: no-repeat;
      height: 10px;
      margin-bottom: 40px;
  }
  
  .scrope_top{
      margin-bottom: 60px;
      margin-left: -15px;
      margin-right: -15px;
  }
  .scrope_banner{
  
  }
  
  .scrope_col .title{
      font-size: 36px;
      line-height: 1.3;
      /*font-weight: bold;*/
      margin-bottom: 20px;
      color: #272727;
  }
  .scrope_col .description{
      margin-bottom: 20px;
  }
  
  .scrope_top .bx-wrapper .bx-pager{
      padding-top: 10px;
  }
  .scrope_top .bx-wrapper .bx-pager.bx-default-pager a{
      border-color: #b61d22;
  
  }
  .scrope_top .bx-wrapper .bx-pager.bx-default-pager a:hover, .scrope_top .bx-wrapper .bx-pager.bx-default-pager a.active, .scrope_top .bx-wrapper .bx-pager.bx-default-pager a:focus{
      background: #b61d22;
  }
  .scrope_banner .row > div:nth-child(1) .scrope_col{
      padding-left: 15px;
  }
  .scrope_banner .row > div:nth-child(2) .scrope_col{
      padding-right: 15px;
      line-height: 0;
  }
  .addthis-smartlayers{
      display: none;
  }
  .sharethis_container .addthis-smartlayers{
      display: block;
  }
  .at-resp-share-element .at-share-btn{
      margin-bottom: 8px!important;
  }
  .sh_row{
      padding-left: 50px;
      padding-right: 50px;
  }
  
  .sh_cell .top_row{
      text-align: center;
      margin-bottom: 20px;
  }
  
  .sh_cell .image{
      max-width: 220px;
      margin-bottom: 20px;
      display: inline-block;
  }
  
  .sh_cell .title, .sh_cell .talks_title{
      font-size: 30px;
      color: #b61d22;
      font-weight: 500;
  }
  .sh_cell .talks_title{
      margin-bottom: 20px;
  }
  .sh_cell .org_cat .cat_title{
      color: #2e2e2e;
      font-weight: 500;
      margin-bottom: 10px;
  }
  
  .sh_cell .org_list{
      font-size: 15px;
      padding-left: 15px;
  }
  .sh_cell .org_list li{
      list-style-type: disc;
  }
  .sh_row .bx-wrapper .bx-controls-direction a{
      width: 20px;
      height: 30px;
  }
  .sh_row .bx-wrapper .bx-prev{
      background: url(../images/speaker/speaker-arrow-l.svg);
      left: -50px;
  }
  .sh_row .bx-wrapper .bx-next{
      background: url(../images/speaker/speaker-arrow-r.svg);
      right: -50px;
  }
  .talks_row{
      margin-bottom: 25px;
  }
  .talks_cell{
      padding-left: 13px;
      border-left: 3px solid #b61d22;
      margin-bottom: 25px;
  }
  .talks_cell:last-child{
      margin-bottom: 0;
  }
  .tickets_main .top_row{
      margin-bottom: 45px;
  }
  .blue_lighter_title{
      color: #b61d22;
      letter-spacing: 1px;
      font-weight: 300;
      margin-bottom: 25px;
      font-size: 30px;
  }
  .blue_lighter_title.mb0{
      margin-bottom: 0;
  }
  .blue_sbold_title{
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 12px;
      color: #b61d22;
      line-height: 1.3;
  }
  .tickets_main .top_row > .description{
      text-align: justify;
  }
  .btn_black{
      background-color: white;
      border: 1px solid #272727;;
      border-radius: 3px;
      padding: 12px 28px;
      min-width: 180px;
      text-transform: uppercase;
      display: inline-block;
      text-align: center;
      color: #272727;
      font-weight: 500;
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
  }
  
  .reg_plan_cell{
      /*border: 1px solid #e2e2e2;*/
      padding: 33px 15px 52px 15px;
      text-align: center;
      display: block;
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      position: relative;
      background-color: white;
  }
  .reg_plan_cell.disabled{
      cursor: default;
      pointer-events: none;
  }
  .reg_plan_cell:not(.disabled).hover_scale:hover{
      -ms-transform: translateZ(0) scale(1.1);
      -webkit-transform: translateZ(0) scale(1.1);
      transform: translateZ(0) scale(1.1);
      box-shadow:0 0 10px 0 rgba(0,0,0,0.10);
  }
  .reg_plan_cell_inner{
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
  }
  .reg_plan_cell:not(.disabled).hover_scale:hover .reg_plan_cell_inner{
      -ms-transform: translateZ(0) scale(0.909090909090);
      -webkit-transform: translateZ(0) scale(0.909090909090);
      transform: translateZ(0) scale(0.909090909090);
  }
  .reg_plan_cell:not(.disabled):hover .btn_black, .reg_plan_cell.active .btn_black{
      color: white;
  }
  .reg_plan_cell:not(.disabled):active{
      /*opacity: 0.5;*/
      -ms-transition: none;
      -webkit-transition: none;
      transition: none;
      -ms-transform: translateZ(0) scale(1.05);
      -webkit-transform: translateZ(0) scale(1.05);
      transform: translateZ(0) scale(1.05);
  }
  .reg_plan_cell:active *{
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  .reg_plan_cell.pink:not(.disabled):hover .btn_black, .reg_plan_cell.pink.active .btn_black{
      background-color: #b61d22;
      border-color: #b61d22;
  }
  .reg_plan_cell.yellow:not(.disabled):hover .btn_black, .reg_plan_cell.yellow.active .btn_black{
      background-color: #b61d22;
      border-color: #b61d22;
  }
  .reg_plan_cell.green:not(.disabled):hover .btn_black, .reg_plan_cell.green.active .btn_black{
      background-color: #b61d22;
      border-color: #b61d22;
  }
  .reg_plan_cell.purple:not(.disabled):hover .btn_black, .reg_plan_cell.purple.active .btn_black{
      background-color: #b61d22;
      border-color: #b61d22;
  }
  
  .reg_plan_cell.deep_blue:not(.disabled):hover .btn_black, .reg_plan_cell.deep_blue.active .btn_black{
      background-color: #1D1D1D;
      border-color: #1D1D1D;
  }
  
  .reg_plan_cell.pink, .reg_plan_cell.pink:hover, .reg_plan_cell.pink.active{
      border-top: 3px solid #5aa6cc;
  }
  .reg_plan_cell.yellow, .reg_plan_cell.yellow:hover, .reg_plan_cell.yellow.active{
      border-top: 3px solid #b61d22;
  }
  .reg_plan_cell.green, .reg_plan_cell.green:hover, .reg_plan_cell.green.active{
      border-top: 3px solid #b61d22;
  }
  .reg_plan_cell.purple, .reg_plan_cell.purple:hover, .reg_plan_cell.purple.active{
      border-top: 3px solid #b61d22;
  }
  .reg_plan_cell.deep_blue, .reg_plan_cell.deep_blue:hover, .reg_plan_cell.deep_blue.active{
      border-top: 3px solid #1D1D1D;
  }
  .reg_plan_cell.hover_border{
      border-top-color: #e2e2e2;
      padding-bottom: 30px;
  }
  .reg_plan_cell.hover_border .title_row .title{
      height: auto;
  }
  .reg_plan_cell.hover_border .title_row{
      margin-bottom: 30px;
  }
  .reg_plan_cell.hover_border:before{
      content: '';
      position: absolute;
      top: -2px;
      left: 0;
      height: 2px;
      width: 100%;
      display: block;
      background-color: white;
  }
  .reg_plan_cell.hover_border:hover:before, .reg_plan_cell.hover_border.active:before{
      content: none;
  }
  .reg_plan_cell .icon_row{
      margin-bottom: 22px;
      display: none;
  }
  .reg_plan_cell .icon{
      height: 62px;
      background-repeat: no-repeat;
      background-position: center;
  }
  .reg_plan_cell .icon_doctors{
      background-image: url(../images/registration/registration-tickets-icon-doctors.svg);
  }
  .reg_plan_cell .icon_nurses{
      background-image: url(../images/registration/registration-tickets-icon-nurses.svg);
  }
  .reg_plan_cell .icon_students{
      background-image: url(../images/registration/registration-tickets-icon-students.svg);
  }
  .reg_plan_cell .icon_groups{
      background-image: url(../images/registration/registration-tickets-icon-groups.svg?1);
  }
  .reg_plan_cell .icon_cuhk{
      background-image: url(../images/registration/registration-form-icon-cuhk.svg);
  }
  .reg_plan_cell .title_row{
      display: table;
      margin-bottom: 20px;
      width: 100%;
  }
  .reg_plan_cell .title_row .title{
      display: table-cell;
      height: 40px;
      font-size: 20px;
      color: #272727;
      font-weight: 500;
      vertical-align: middle;
      line-height: 1;
  }
  .reg_plan_cell_new .title_row .title{
      color: #b61d22;
      font-size: 20px;
      line-height: 1.4;
      font-weight: 700;
  }
  .reg_plan_cell_new{
      border-top: none!important;
  }
  .reg_plan_cell .description{
      /*margin-bottom: 25px;*/
      min-height: 26px;
      color: #6b6d77;
  }
  .reg_plan_cell_new .description{
      color: #b61d22;
      font-size: 32px;
      line-height: 1;
      font-weight: 700;
  }
  .reg_plan_cell .btn_row{
      margin-top: 25px;
  }
  .tickets_main .plan_row{
      margin-bottom: 45px;
  }
  .tickets_main .plan_row .row{
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: -40px;
  }
  .tickets_main .plan_row .row > div{
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px;
  }
  .tickets_main .center_row .remark{
      color: #b61d22;
      font-size: 15px;
  }
  .tickets_main .center_row .remark .normal{
      color: #6b6d77;
      font-size: 17px;
      font-weight: 300;
      margin-top: 2px;
  }
  .tickets_main .center_row .remark th, .tickets_main .center_row .remark td{
      vertical-align: top;
      padding-bottom: 10px;
  }
  .tickets_main .center_row .remark th{
      width: 18px;
      font-weight: 400;
  }
  .tickets_main .center_row{
      margin-bottom: 45px;
  }
  .tickets_main .description_row .title{
      font-weight: 500;
      margin-bottom: 5px;
      font-size: 20px;
      color: #b61d22;
  }
  .tickets_main .description_row{
      margin-bottom: 40px;
  }
  .tickets_main .description_row:last-child{
      margin-bottom: 0;
  }
  .tickets_main .bottom_row ul{
      margin-bottom: 27px;
  }
  .tickets_main .bottom_row .remark a{
      font-weight: 500;
  }
  .description_row .row > div{
      margin-bottom: 15px;
  }
  .visa_main .top_row{
      margin-bottom: 30px;
  }
  .visa_main .top_row > .description{
      text-align: justify;
  }
  .visa_main .center_row{
      margin-bottom: 30px;
  }
  .visa_main .image{
      max-width: 570px;
      float: right;
  }
  .visa_main .row{
      margin-left: -20px;
      margin-right: -20px;
  }
  .visa_main .row > div{
      padding-left: 20px;
      padding-right: 20px;
  }
  .visa_main .award_container{
      padding-top: 26px;
      padding-bottom: 26px;
  }
  .prime_main .award_container .left_col{
      width: 160px;
      height: 80px;
  }
  .prime_main .award_container .right_col{
      padding-left: 30px;
      width: calc(100% - 160px);
  }
  .prime_main .award_container{
      margin-bottom: 30px;
      background-color: transparent;
      border-left-color: #b61d22;
  }
  .prime_main .award_container:nth-child(even){
      border-left-color: #b61d22;
  }
  .prime_main .award_container:last-child{
      margin-bottom: 0;
  }
  .award_container .icon{
      height: 100%;
      background-position: top center;
      background-repeat: no-repeat;
  }
  .award_container .icon_venue_logo{
      background-image: url(../images/venue/venue-logo.png);
      background-size: 150px;
  }
  .award_container .icon_car{
      background-image: url(../images/venue/venue-icon01.svg);
  }
  .award_container .icon_walk{
      background-image: url(../images/venue/venue-icon02.svg);
  }
  .award_container .way_row{
      margin-bottom: 20px;
  }
  .award_container .way_row:last-child{
      margin-bottom: 0;
  }
  .award_container .way_row .small_heading{
      margin-bottom: 5px;
  }
  .prime_row{
      /*margin-bottom: 120px;*/
  }
  .prime_row .top_row{
      margin-bottom: 30px;
      position: relative;
      margin-top: 32px;
  }
  .prime_row .top_row, .accommodation_row{
      /*padding-left: 76px;*/
  }
  .prime_row .top_row .heading, .prime_row .top_row .description{
      position: relative;
  }
  .prime_row .top_row .heading{
      padding-left: 76px;
      margin-left: -20px;
  }
  .prime_row .top_row .description{
      text-align: justify;
      margin-top: 90px;
  }
  .prime_row .title{
      color:#b61d22;
      font-size: 17px;
      font-weight: bold;
  }
  .accommodation_row .top_row{
      position: relative;
  }
  .accommodation_img{
      position: absolute;
      left: -87px;
      top: -32px;
  }
  .middle_heading{
      font-size:24px;
      color:#12103b;
      font-weight: bold;
      margin-bottom: 20px;
  }
  .middle_heading.date{
      color: #b61d22;
      text-decoration: underline;
  }
  .middle_heading.no_margin{
      margin-bottom: 0;
  }
  .venue_row{
      margin-bottom: 40px;
  }
  .venue_row:last-child{
      margin-bottom: 0;
  }
  .venue_detail_row{
      margin-bottom: 20px;
  }
  .venue_detail_row:last-child{
      margin-bottom: 0;
  }
  .shatin_row > .top_row{
      margin-bottom: 40px;
  }
  .orange{
      color: #b61d22;
  }
  .easy_accessibility{
      margin-left: 160px;
      padding-left: 30px;
  }
  .accommodation_row .top_row{
      margin-bottom: 40px;
  }
  .accommodation_row .top_row .description{
      text-align: justify;
  }
  .accommodation_row .bottom_row .title{
      font-size:24px;
      color:#b61d22;
      font-weight: bold;
      margin-bottom: 40px;
  }
  .location_icon_list li{
      padding-left: 39px;
      min-height: 38px;
      margin-bottom: 17px;
      padding-top: 5px;
      
      font-weight: bold;
      background-position: left top;
      background-repeat: no-repeat;
  }
  .location_icon_list li a{
      color: #272727;
  }
  .location_icon_list li a:hover{
      color: #b61d22;
  }
  .location_icon_list li:last-child{
      margin-bottom: 0;
  }
  .location_icon_list li.red{
      background-image: url(../images/venue/venue-locater01.svg);
  }
  .location_icon_list li.orange{
      background-image: url(../images/venue/venue-locater02.svg);
  }
  .location_icon_list li.blue{
      background-image: url(../images/venue/venue-locater03.svg);
  }
  .location_icon_list li.black{
      background-image: url(../images/venue/venue-locater04.svg);
  }
  /*.location_icon_list li.blue{
      background-image: url(../images/registration/registration-venue-icon-location-blue.svg);
  }*/
  .prime_main .row{
      position: relative;
      margin-left: -20px;
      margin-right: -20px;
  }
  .prime_main .row > div{
      padding-left: 20px;
      padding-right: 20px;
  }
  .prime_main .row > .right_col{
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
  }
  .map img{
      max-width: none;
  }
  .prime_main .map{
      height: 100%;
      margin-left: 10px;
  }
  .btn_view{
      background-color: #b61d22;
      border: 1px solid #ffffff;
      border-radius: 3px;
      padding: 12px 28px;
      text-transform: uppercase;
      display: inline-block;
      text-align: center;
      color: white;
  }
  
  .city_cell.pink .btn_view{
      background-color: #b61d22;
  }
  .city_cell.yellow .btn_view{
      background-color: #b61d22;
  }
  .city_cell.green .btn_view{
      background-color: #1D1D1D;
  }
  .city_cell.purple .btn_view{
      background-color: #b61d22;
  }
  .city_cell.pink:hover{
      color: #b61d22;
  }
  .city_cell.yellow:hover{
      color: #b61d22;
  }
  .city_cell.green:hover{
      color: #1D1D1D;
  }
  .city_cell.purple:hover{
      color: #b61d22;
  }
  
  .city_cell .image{
      position: relative;
      overflow: hidden;
      border-radius: 50%;
      margin-bottom: 20px;
      line-height: 0;
      -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  }
  .city_cell .view_mask, .people_cell .view_mask{
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -ms-transition: all .5s;
      -webkit-transition: all .5s;
      transition: all .5s;
      line-height: 1.4;
  }
  .city_cell .view_mask{
      background-color: rgba(0,0,0,0.3);
  }
  .city_cell:hover .view_mask, .people_cell:hover .view_mask{
      opacity: 1;
  }
  .city_cell .view_mask .btn_view, .people_cell .view_mask .btn_view{
      
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }
  .city_cell .title{
      border-top: 3px solid #b61d22;
      padding-top: 18px;
  }
  .city_cell.pink .title{
      border-color: #b61d22;
  }
  .city_cell.yellow .title{
      border-color: #b61d22;
  }
  .city_cell.green .title{
      border-color: #1D1D1D;
  }
  .city_cell.purple .title{
      border-color: #b61d22;
  }
  .city_attr_row .top_row{
      margin-bottom: 40px;
  }
  .city_attr_row .row{
      margin-left: -25px;
      margin-right: -25px;
      margin-bottom: -30px;
  }
  .city_attr_row .row > div{
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 30px;
  }
  .city_cell_inner{
      max-width: 180px;
      margin-left: auto;
      margin-right: auto;
  }
  
  
  
  .programme_timetable_container{
      position: relative;
      width: 1200px;
      margin-bottom: 25px;
  }
  .programme_main .remark{
      color: #b61d22;
      font-size: 15px;
  }
  .time_captions_col, .time_table_col{
      float: left;
  }
  .time_captions_col{
      width: 115px;
      margin-top: 60px;
    position: relative;
  }
  .time_table_col{
      width: calc(100% - 115px);
      position: relative;
  }
  
  
  .time_captions > li{
      /*border-top: 1px dashed #e2e2e2;*/
      position: relative;
    list-style: none;
  }
  .time_captions > li > span{
      line-height: 1;
      font-size: 13px;
      display: block;
      padding: 6px 10px 6px 10px;
  }
  .time_captions > li:after{
      content: '';
      position: absolute;
      width: 15px;
      display: block;
      top: -1px;
      left: 100%;
      /*border-top: 1px dashed #e2e2e2;*/
  }
  .time_captions > li:nth-child(1) > span, .time_captions > li:nth-child(3n+1) > span{
      font-weight: 500;
  }
  .time_captions > li:nth-child(1), .time_captions > li:nth-child(3n+1), .time_captions > li:nth-child(1):after, .time_captions > li:nth-child(3n+1):after{
      /*border-top-style: solid;*/
  }
  .time_table_col .row > div:last-child .time_captions > li:after{
      content: none;
  }
  
  .time_table_col .row, .room_top_row .row{
      margin-left: -7.5px;
      margin-right: -7.5px;
  }
  .room_top_row .time_zone{
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 18px;
  }
  
  .time_table_col .row > div, .room_top_row .row > div{
      padding-left: 7.5px;
      padding-right: 7.5px;
  }
  .talk_by{
    margin-top: 12px;
    font-size: 15px;
  }
  .room_heading{
      /*height: 40px;*/
      font-size: 20px;
      font-weight: 500;
      /*color: #b61d22;*/
    color: black;
      padding: 10px 15px;
    /*border-bottom: 3px solid #b61d22;*/
    border-bottom: 2px solid black;
      margin-bottom: 20px;
      line-height: 1;
      text-align: center;
  }
  .no_room .room_heading{
      border-bottom-color: transparent!important;
  }
  .room_top_row{
      position: absolute;
      left: 0;
      top: 0;
      width: inherit;
      background-color: rgba(246,247,247,0.95);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      padding-left: 115px;
      z-index: 2;
  }
  
  .room_heading_fixed .room_top_row{
      position: fixed;
      z-index: 4;
      left: auto;
      width: inherit;
      top: 46px;
  }
  .room_heading_fixed .room_top_row .room_heading{
      margin-bottom: 10px;
  }
  .fixed_header.scroll_up.room_heading_fixed .room_top_row{
      -webkit-transition: all .5s ease;
      -ms-transition: all .5s ease;
      transition: all .5s ease;
      top: 146px;
  }
  
  .room_bottom_row{
      padding-top: 60px;
  }
  .time_table_talk{
      padding: 20px 20px;
  /*	color: #b61d22;
      border: 2px solid #b61d22;*/
      color: black;
     border: 1px solid #e6e5e5;
      background-color: #f6f7f7;
      position: relative;
      z-index: 2;
      display: block;
      overflow: hidden;
      -ms-transition: all .3s;
      -webkit-transition: all .3s;
      transition: all .3s;
      cursor: pointer;
    margin-bottom: 15px;
  }
  .time_table_talk:hover{
      /*color: white;*/
      -ms-transform: scale(1.07) translateZ(0);
      -webkit-transform: scale(1.07) translateZ(0);
      transform: scale(1.07) translateZ(0);
      z-index: 3;
  }
  .time_table_talk *{
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
  }
  /*.time_table_talk:after{
      content: '';
      position: absolute;
      display: block;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      background-color: white;
  
  }*/
  .programme_timetable_container .row > div:nth-child(2) .room_heading{
  /*	color: #ff9f0d;
      border-bottom-color: #ff9f0d;*/
  }
  .time_table_col .row > div:nth-child(2) .time_table_talk{
  /*    color: #ff9f0d;
      border-color: #ff9f0d;*/
  }
  .programme_timetable_container .row > div:nth-child(3) .room_heading{
  /*	color: #b61d22;
      border-bottom-color: #b61d22;*/
  }
  .time_table_col .row > div:nth-child(3) .time_table_talk{
  /*    color: #b61d22;
      border-color: #b61d22;*/
  }
  .programme_timetable_container .row > div:nth-child(4) .room_heading{
  /*	color: #12103b;
      border-bottom-color: #12103b;*/
  }
  .time_table_col .row > div:nth-child(4) .time_table_talk{
  /*    color: #12103b;
      border-color: #12103b;*/
  }
  
  .time_table_talk_inner .start_time{
      font-size: 13px;
      font-weight: 500;
      text-align: right;
      line-height: 1;
      margin-bottom: 4px;
  }
  .time_table_talk_inner > .title{
      font-weight: 500;
      font-size: 16px;
      line-height: 1.2;
      margin-bottom: 10px;
  }
  .time_table_talk_inner > .title.small{
      position: absolute;
      font-size: 12px;
      top: -2px;
      left: 0;
      width: calc(100% - 80px);
  }
  .time_table_talk.small_cell .time_table_talk_inner > .title{
    /*font-size: 16px;*/
  }
  .time_table_talk_inner .speaker_list{
      margin-bottom: -5px;
  }
  .time_table_talk_inner .speaker_list > li{
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      float: left;
      margin-right: 5px;
      margin-bottom: 5px;
      list-style: none;
  }
  .speaker_row_outer{
      display: flex;
      flex-wrap: wrap;
  }
  .time_table_talk_inner .speaker_list > li:hover{
      opacity: 0.8;
  }
  .time_table_talk_inner .speaker_list > li a{
      display: block;
      height: 100%;
  }
  
  .time_table_talk.tea_break{
      border-color: #d1d1d1!important;
      background-color: #d1d1d1!important;
      cursor: default;
      z-index: 1;
  }
  .time_table_talk.tea_break:hover{
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
  }
  .time_table_talk.tea_break .time_table_talk_inner .start_time, .time_table_talk.tea_break > .time_table_talk_inner .title{
      color:white!important;
  }
  .chair_info{
      line-height: 1.3;
      margin-top: 12px;
      font-weight: 500;
      font-size: 20px;
  }
  .programme_container{
      background-color: white;
      width: 940px;
  }
  .programme_container .top_row, .programme_container .bottom_row{
      padding-left: 25px;
      padding-right: 25px;
  }
  .programme_container .top_row{
      padding-top: 25px;
      padding-bottom: 18px;
      border-bottom: 1px solid #e2e2e2;
  }
  .programme_container .top_row .room_title{
      font-weight: 500;
      line-height: 1;
      margin-bottom: 15px;
  }
  .programme_container.style1 .top_row{
          /*color: #b61d22;*/
  }
  .programme_container.style2 .top_row{
          /*color: #ff9f0d;*/
  }
  .programme_container.style3 .top_row{
          /*color: #b61d22;*/
  }
  .programme_container.style4 .top_row{
          /*color: #12103b;*/
  }
  .programme_container .top_row .talk_title{
      font-weight: 500;
      font-size: 30px;
      line-height: 1.3;
  }
  .programme_container .bottom_row{
      background-color: #f8f8f8;
      padding-top: 17px;
      padding-bottom: 20px;
  }
  .programme_container .topic_row > .left_col, .programme_container .topic_row > .right_col{
      float: left;
  }
  .programme_container .topic_row > .left_col{
      width: 146px;
  }
  .programme_container .topic_row > .right_col{
      width: calc(100% - 146px);
      padding-left: 27px;
      border-left: 2px solid #c1c1c1;
      /*padding-top: 15px;*/
  }
  .programme_container .topic_row:first-child > .right_col{
      /*padding-top: 0;*/
  }
  .programme_container .topic_row > .left_col .time{
      font-size: 13px;
      font-weight: 500;
      position: relative;
  }
  .programme_container .topic_row > .left_col .time:after{
      content: '';
      position: absolute;
      width: 12px;
      height: 12px;
      background-color: white;
      border: 2px solid #c1c1c1;
      border-radius: 50%;
      right: -1px;
      -ms-transform: translateX(50%);
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
  }
  .topic_title{
      color: #2e2e2e;
      font-size: 20px;
      font-weight: 500;
      /*margin-bottom: 22px;*/
      line-height: 1.3;
      margin-top: -4px;
      display: block;
      position: relative;
      padding-right: 20px;
  }
  .has_speaker .topic_title:after{
      content: '';
      position: absolute;
      background-image: url(../images/programme/programme-btn-expand-open.svg);
      width: 12px;
      height: 12px;
      right: 0;
      top: 6px;
      background-position: center;
      background-repeat: no-repeat;
  }
  .topic_row.has_speaker.active .topic_title:after{
      background-image: url(../images/programme/programme-btn-expand-close.svg);
  }
  .topic_row:not(.has_speaker) .topic_title:hover{
      color: #2e2e2e;
      cursor: default;
  }
  .programme_container .speaker_detail{
      padding-top: 22px;
      display: none;
  }
  .programme_container .topic_row.active .speaker_detail{
      display: block;
  }
  .programme_container .speaker_detail .left_col, .programme_container .speaker_detail .right_col{
      float: left;
  }
  .programme_container .speaker_detail .left_col{
      width: 120px;
  }
  .programme_container .speaker_detail .right_col{
      width: calc(100% - 120px);
      padding-left: 30px;
  }
  .programme_container .speaker_detail .btn_blue{
      font-weight: 500;
      width: 120px;
  }
  .programme_container .speaker_detail .left_col .image{
      line-height: 0;
      margin-bottom: 11px;
  }
  .programme_container .speaker_detail .people_cv{
      margin-left: 0;
      margin-right: 0;
      max-width: none;
  }
  
  .programme_container .speaker_detail .people_cv .org{
      font-size: 15px;
      line-height: 1.3;
      margin-bottom: 7px;
  }
  .programme_container .speaker_detail .speaker_name{
      font-size: 20px;
      /*color: #b61d22;*/
      font-weight: 500;
      margin-bottom: 5px;
  }
  .programme_container .speaker_detail .people_cv .org_cat{
      margin-bottom: 10px;
  }
  .programme_container .speaker_detail .people_cv .org_cat:last-child{
      margin-bottom: 0;
  }
  .programme_container .topic_row .right_col_inner{
      padding-bottom: 26px;
      border-bottom: 1px solid #d0d0d0;
      margin-bottom: 15px;
  }
  .programme_container .topic_row:last-child .right_col_inner{
      border-bottom: none;
      margin-bottom: 0;
  }
  .programme_row{
      background-color: white;
      border: 1px solid #e6e5e5;
      margin-bottom: 5px;
      padding: 10px;
  }
  .programme_row .top_row{
      margin-bottom: 8px;
  }
  .programme_row .top_row .title{
      font-weight: 500;
      /*color: #1e1e1e;*/
      /*color: #b61d22;*/
  }
  .start_date_time_col > div{
      margin-top: 5px;
      margin-bottom: 5px;
  }
  /*.programme_row .top_row .title*/
  .icon_room{
    font-size: 15px;
      /* color: #969696; */
      color: #b61d22;
      padding-left: 22px;
      background-image: url(../images/registration/registration-venue-icon-location-y.svg);
      background-repeat: no-repeat;
      background-position: left center;
  }
  .icon_calendar{
    font-size: 15px;
      /* color: #969696; */
      color: #b61d22;
      padding-left: 22px;
      background-image: url(../images/programme/icon-calendar.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 18px;
  
  }
  .programme_row .bottom_row{
      /*padding-bottom: 15px;*/
      /*border-bottom: 1px dashed #e2e2e2;*/
      /*border-bottom: 1px dashed #e95378;*/
  }
  .btn_plus{
    background-image: url(../images/btn-expand.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    transition: transform 500ms ease 0s;
  }
  .programme_row.active .btn_plus{
    background-image: url(../images/btn-expand.svg);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(45deg);
  }
  .programme_row .bottom_row .main_row > div{
      /*float: left;*/
  }
  .programme_row .bottom_row .main_row{
    display: flex;
    justify-content: space-between;
  }
  .programme_row .bottom_row .programme_col_l{
    display: flex;
    flex: 1;
  }
  .programme_row .bottom_row .start_time_col{
      min-width: 69px;
      min-height: 1px;
  }
  .programme_row .bottom_row .start_time_col > div{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .programme_row .bottom_row .start_time_col > .m_start_time{
    margin-top: 0;
    margin-bottom: 0;
  }
  .programme_row .bottom_row .start_date_time_col{
      width: 190px;
      padding-right: 20px;
  }
  
  .programme_row .bottom_row .more_col{
      padding-top: 3px;
      /*width: 68px;*/
      text-align: right;
  }
  .programme_row .bottom_row .speaker_col{
      /*width: calc(100% - 69px - 68px);*/
      min-height: 1px;
      padding-left: 24px;
  }
  .programme_topic_row{
      margin-bottom: 80px;
  }
  .programme_topic_row:last-child{
      margin-bottom: 0;
  }
  .programme_topic_row .programme_row .bottom_row .speaker_col{
      width: 130px;
      padding-left: 0;
      padding-right: 20px;
  }
  .programme_topic_row .programme_row .bottom_row .title_col{
      /*width: calc(100% - 170px - 130px - 100px);*/
      padding-right: 10px;
  }
  .programme_row .bottom_row .more_big_col{
      padding-top: 3px;
      display: flex;
      align-items: center;
      /*width: 100px;*/
  }
  .programme_row .bottom_row .detail_col{
      width: calc(100% - 69px);
  }
  
  .programme_row .bottom_row .speaker_list{
      margin-bottom: -5px;
  }
  .programme_row .bottom_row .speaker_list li{
      float: left;
      width: 30px;
      height: 30px;
      background-size: cover;
      margin-right: 5px;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 5px;
  }
  .programme_row .bottom_row .speaker_list li:nth-child(3n){
      margin-right: 0;
  }
  .programme_row .bottom_row .speaker_list li a{
      display: block;
      height: 100%;
  }
  .icon_start_time{
      font-size: 15px;
      /*color: #969696;*/
      color: #b61d22;
      padding-left: 22px;
      background-image: url(../images/programme/icon-clock.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 18px;
  }
  .m_start_time{
      font-size: 15px;
      color: #969696;
  }
  .btn_gray{
      min-width: 68px;
      padding: 0 14px;
      color: white;
      background-color: #6e6e6e;
      font-size: 15px;
      display: inline-block;
      border-radius: 3px;
      border:1px solid #6e6e6e;
      text-align: center;
  }
  .btn_gray.middle{
      padding: 3px 30px;
  }
  .btn_gray:hover{
      color: white;
  }
  .btn_gray.active, .programme_row.active .btn_gray{
      color: #6e6e6e;
      background-color: white;
  }
  .programme_row .bottom_row .content_row{
      padding-top: 11px;
      padding-bottom: 15px;
      display: none;
  }
  .programme_tb_row{
      padding-bottom: 10px;
      border-bottom: 2px solid #b61d22;
      border-bottom: 2px solid black;
  }
  .programme_tb{
      font-size: 15px;
      color: #b61d22;
      color: black;
      font-weight: 500;
  }
  .programme_row.programme_type_workshop .programme_tb, .programme_row.programme_type_workshop .bottom_row .detail_col .title{
      color: #0066f3;
  }
  .programme_row.programme_type_workshop .programme_tb_row{
      border-bottom-color: #0066f3;
  }
  .programme_tb th{
      width: 69px;
  }
  .programme_tb th, .programme_tb td{
      vertical-align: top;
  }
  .programme_tb td{
      padding-left: 5px;
  }
  .programme_detail_cell_row{
      padding-top: 23px;
      margin-bottom: 10px;
  }
  .programme_detail_cell_row:last-child{
      margin-bottom: 0;
  }
  .programme_detail_cell_row > div{
      float: left;
  }
  .programme_row .bottom_row .detail_col .title{
      font-size: 15px;
      /*color: #b61d22;*/
      font-weight: 500;
      margin-bottom: 5px;
  }
  .programme_detail_speaker_list li{
      margin-bottom: 10px;
      list-style: none;
  }
  .programme_detail_speaker_list li:last-child{
      margin-bottom: 0;
  }
  .programme_detail_speaker_list_tb{
      width: 100%;
  }
  .programme_detail_speaker_list_tb th, .programme_detail_speaker_list_tb td{
      vertical-align: middle;
  }
  .programme_detail_speaker_list_tb th{
      width: 30px;
  }
  .programme_detail_speaker_list_tb td{
      padding-left: 5px;
      font-size: 15px;
      color: #969696;
  }
  .programme_detail_speaker_list_tb .speaker_img{
      width: 30px;
      height: 30px;
      background-size: cover;
      margin-right: 5px;
      border-radius: 50%;
      overflow: hidden;
  }
  .programme_detail_speaker_list_tb .speaker_img a{
      display: block;
      height: 100%;
  }
  #bpopup_container{
      padding-top: 70px;
  }
  #bpopup_container:before{
      content: '';
      position: absolute;
      right: 25px;
      height: 20px;
      width: 1px;
      top: 50px;
      background-color: white;
  }
  #bpopup_container .btn_close{
      background-image: url(../images/programme/programme-btn-close.svg);
      width: 51px;
      height: 51px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
  }
  .form_section{
      margin-bottom: 24px;
  }
  .form_section:last-child{
      margin-bottom: -10px;
  }
  .form_section input[type="text"], .form_section input[type="password"], .form_section input[type="email"]{
      text-align: left;
  }
  .reg_form_main .center_row{
      margin-bottom: 40px;
  }
  .form_section .input_col{
      margin-bottom: 16px;
  }
  .reg_form_main .top_row .blue_lighter_title{
      margin-bottom: 35px;
  }
  .reg_form_main .center_row .row{
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: -40px;
  }
  .reg_form_main .center_row .row > div{
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px;
  }
  
  .accompanying_row{
      margin-bottom: 20px;
  }
  .accompanying_row:last-child{
      margin-bottom: 0;
  }
  
  .common_table_container{
  
  }
  .hotel_table_container{
      margin-bottom: 15px;
  }
  .common_table{
      width: 100%;
  }
  
  .common_table th, .common_table td{
      padding-left: 7px;
      padding-right: 7px;
      padding-bottom: 7px;
      vertical-align: top;
      text-align: left;
  }
  .common_table th:first-child, .common_table td:first-child{
      padding-left: 0;
  }
  .common_table th:last-child, .common_table td:last-child{
      padding-right: 0;
  }
  .common_table td{
      border-bottom: 1px solid #d9d9d9;
      padding-top: 10px;
  }
  .common_table tr.no_border td{
      border-bottom: none;
  }
  .common_table .small_heading{
      margin-bottom: 0;
  }
  .small_table{
      font-size: 15px;
      width: 100%;
      margin-bottom: 10px;
  }
  .small_table th{
      color: #b61d22;
  }
  .small_table th, .small_table td{
      border-bottom: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
      padding: 5px 7px;
  }
  .small_table th:last-child, .small_table td:last-child{
      border-right: none;
  }
  .small_table tr:last-child th, .small_table tr:last-child td{
      border-bottom: none;
  }
  .small_table th:first-child, .small_table td:first-child{
      padding-left: 0;
  }
  .cme_tb th:not(:first-child), .cme_tb td:not(:first-child){
      text-align: center;
  }
  #cme_tb_container{
      display: none;
  }
  .hotel_table tr th:nth-child(1){
      width: 50%;
  }
  .hotel_table tr th:nth-child(2){
      width: 21%;
      /*width: 50%;*/
  }
  .hotel_table tr th:nth-child(3){
      width: 29%;
  }
  .hotel_table .radio_container{
      font-weight: 500;
      color: #272727;
  }
  .hotel_table .full_booking .radio_container{
      color: #b1b1b1;
      font-weight: 400;
  }
  .full_booking_remark{
      font-size: 15px;
  }
  .accommodation_main .bottom_row{
      margin-top: 60px;
  }
  .hotel_selection_remark{
      text-align: right;
      color: #b61d22;
      font-size: 15px;
  }
  
  .credit_card_remark{
      color: #b61d22;
      font-size: 15px;
      margin-top: 10px;
      padding-bottom: 16px;
  }
  .credit_card_remark .title{
      font-weight: 500;
      text-decoration: underline;
  }
  
  
  .billing_info{
      background-color: #f8f8f8;
      border :1px solid #d9d9d9;
      padding: 17px 15px;
  }
  .billing_col{
      width: 280px;
      float: left;
      margin-bottom: 7px;
  }
  .billing_col.address{
      width: calc(100% - 280px);
  }
  .billing_row:last-child .billing_col{
      margin-bottom: 0;
  }
  .order_summary_main .top_row{
      margin-bottom: 35px;
  }
  
  .hotel_price_remark{
      color: #9586cd;
      font-size: 15px;
      font-weight: 300;
  }
  .middle_title{
      font-weight: bold;
      font-size: 34px;
      line-height: 1;
      color: #272727;
      letter-spacing: 1px;
  }
  .checkout_table tr th:nth-child(1){
      width: 62%;
  }
  .checkout_table tr th:nth-child(2){
      width: 17%;
  }
  .checkout_table tr >th:nth-child(3){
      width: 21%;
  }
  .checkout_table tr th:nth-child(3), .checkout_table tr td:nth-child(3){
      text-align: right;
  }
  .checkout_table input[type="text"]{
      text-align: left;
      color: #b61d22;
      padding-right: 0;
      padding-top: 6px;
      padding-left: 0px;
      font-size: 15px;
      padding-bottom: 7px;
  }
  
  .checkout_table .promotion_row > td{
      padding-top: 17px;
  }
  .checkout_table .promotion_row > td td{
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
  }
  .btn_blue.xsmall{
      font-size: 15px;
      padding-left: 14px;
      padding-right: 14px;
  }
  .checkout_table .total_row td{
      padding-top: 25px;
  }
  .checkout_table tr td label{
      text-align: left;
  }
  .us_content, .hk_content{
      display: none;
  }
  .checkout_item_remark{
      font-size: 15px;
  }

  .step_menu{
        margin-right: 0;
    }

    .step_menu{
        float: left;
        padding-top: 0;
        padding-bottom: 0;
    }
  .step_menu{
    list-style: none;
  }
  .step_menu a > *{
      float: left;
  }
  .discount_value{
      float: left;
  }
  .step_menu a{
      background-image: url(../images/registration/registration-form-arrow-grey.svg);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 72px 100%;
  }
  .step_menu a .index{
      width: 72px;
      text-align: center;
      margin-left: -20px;
  }
  .menu .dropdown_list li.step_menu > a{
      padding-right: 10px;
      /*font-size: 15px;*/
  }
  .step_menu a .title{
      padding-left: 10px;
  }
  .menu .dropdown_list .step_menu.active > a, .menu .dropdown_list .step_menu > a:hover, .item.step_menu.active > a{
      background-image: url(../images/registration/registration-form-arrow-blue.svg?1);
      background-color: #1D1D1D;
  }
  .step_menu a:before, .step_menu a:after{
      content: '';
      display: table;
      clear: both;
  }
  
  .deadline_remark{
      margin-top: 10px;
      color: #e72ada;
      font-size: 15px;
  }
  .common_remark{
      font-size: 15px;
      color: #b61d22;
      margin-top: 5px;
  }
  .workshop_timetable_container{
      position: relative;
  }
  .container800{
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
  }
  .workshop_timetable_container .time_captions_col{
      margin-top: 0;
  }
  .workshop_timetable_container .time_table_talk{
      padding-top: 6px;
      padding-bottom: 6px;
      background-color: #71d2d0;
  }
  .workshop_timetable_container .time_table_talk_inner > .title{
      line-height: 1;
      font-size: 17px;
      font-weight: 500;
  }
  
  .workshop_main .top_row{
      margin-bottom: 47px;
  }
  .workshop_main .top_row .description{
      margin-bottom: 25px;
  }
  .workshop_main .top_row .btn_blue{
      margin-bottom: 25px;
  }
  .workshop_tb_container th, .workshop_tb_container td{
      font-size: 20px;
      color: #71d2d0;
      font-weight: 500;
      vertical-align: top;
  }
  .workshop_tb_container table{
      width: 100%;
  }
  .workshop_tb_container th{
      padding-right: 15px;
  }
  .workshop_tb_container{
      padding-bottom: 15px;
      border-bottom: 3px #71d2d0 solid;
      margin-bottom: 20px;
  }
  .workshop_timetable_container .time_table_talk:hover{
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      cursor: default;
  }
  .workshop_timetable_container .time_captions > li:after{
      content: none;
  }
  .workshop_timetable_container .time_captions > li:nth-child(3n+1) > span{
      font-weight: normal;
  }
  .workshop_timetable_container .time_captions > li:nth-child(6n+1) > span{
      font-weight: 500;
  }
  .time_captions > li:nth-child(3n+1), .time_captions > li:nth-child(3n+1):after{
      /*border-top-style: dashed;*/
  }
  .time_captions > li:nth-child(6n+1), .time_captions > li:nth-child(6n+1):after{
      /*border-top-style: solid;*/
  }
  .workshop_row{
      /*margin-bottom: 120px;*/
  }
  .workshop_row:last-child{
      margin-bottom: 0;
  }
  .workshop_row .description{
      margin-bottom: 40px;
  }
  .workshop_row .button_row{
      margin-bottom: -10px;
  }
  .workshop_row .button_row > a{
      margin-right: 25px;
      margin-bottom: 10px;
  }
  .workshop_row .button_row > a:last-child{
      margin-right: 0;
  }
  .workshop_row_tb{
      width: 100%;
      line-height: 1;
  }
  .workshop_row_tb td{
      vertical-align: top;
  }
  .workshop_row_tb td:nth-child(1){
      width: 340px;
      padding-right: 15px;
      font-weight: 500;
  }
  .workshop_row_tb td:nth-child(2){
      padding-right: 15px;
      width: 180px;
  }
  .workshop_row_tb td:nth-child(3){
      width: 60px;
  }
  .workshop_timetable_container .time_table_talk_inner .start_time{
      position: static;
      margin-top: 2px;
  }
  .workshop_row_tb .title{
      margin-bottom: 20px;
  }
  .workshop_row_tb .description{
      /*margin-bottom: 20px;*/
      font-weight: 300;
  }
  .workshop_timetable_container .speaker_title{
      margin-bottom: 20px;
  }
  .workshop_timetable_container .speaker_title a{
      color: white;
      text-decoration: underline;
  }
  .workshop_row_tb .description2{
  
  }
  .workshop_timetable_container .time_table_talk *{
  /*    -ms-transform: none;
      -webkit-transform: none;
       transform: none; */
  }
  .workshop_main .reward_tb_container{
      cursor: default;
  }
  .workshop_main .reward_tb_container:after{
      content: none;
  }
  
  
  .smaller_text{
      font-size: 16px;
      font-weight: normal;
  }
  
  .sponsors_main .top_row{
      background-image: url(../images/partnership/partnership-bg.jpg);
      background-size: cover;
  }
  .justify{
      text-align: justify;
  }
  .mb25{
      margin-bottom: 25px;
  }
  .sponsors_main .bottom_row > div{
      border-bottom: 1px solid #d9d9d9;
  }
  .sponsors_main .bottom_row > div:last-child{
      border-bottom: none;
  }
  .sponsors_row{
      margin-bottom: 60px;
  }
  .sponsors_row:last-child{
      margin-bottom: 0;
  }
  .sponsors_row .row{
      margin-bottom: -30px;
  }
  .sponsors_row .row > div{
      margin-bottom: 30px;
  }
  .file_upload_main{
  
  }
  .file_upload_main .description{
      margin-bottom: 40px;
  }
  .uploaded_file{
      margin-bottom: 40px;
      font-weight: 500;
  }
  
  .newsletter_container{
      width: 750px;
      text-align: center;
      padding: 40px;
      background-color: white;
  }
  .newsletter_container .heading.middle{
      font-size: 35px;
  }
  .newsletter_container .description{
      margin-bottom: 14px;
      font-size: 30px;
  }
  .newsletter_container .newsletter_row{
      margin-bottom: 20px;
  }
  .newsletter_container .newsletter_form_col{
      margin-bottom: 10px;
  }
  .owl-carousel .owl-stage-outer{
      width: 100%;
  }
  /*.owl-carousel .owl-item img{
      width: auto;
      display: inline;
  }*/
  .home_compliments_slider.owl-carousel button.owl-dot{
      padding: 3px!important;
      border-radius: 50%;
      border: 1px solid transparent;
      margin-right: 15px;
  }
  .home_compliments_slider.owl-carousel button.owl-dot:last-child{
      margin-right: 0;
  }
  .home_compliments_slider.owl-carousel button.owl-dot span{
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 50%;
      background-color: #d6d6d6;
  }
  .home_compliments_slider.owl-carousel button.owl-dot:hover, .home_compliments_slider.owl-carousel button.owl-dot.active{
      border-color: #b61d22;
  }
  .home_compliments_slider.owl-carousel button.owl-dot:hover span, .home_compliments_slider.owl-carousel button.owl-dot.active span{
      background-color: #b61d22;
  }
  
  .home_compliments_slider.owl-carousel .owl-dots{
      position: absolute;
      left: 55%;
      bottom: 100px;
  }
  .section-title.mb40{
      margin-bottom: 40px;
  }
  .compliments-title-graphic {
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: -1;
      margin-top: -50px;
      margin-left: -40px;
  }
  .section-title{
      position: relative;
      margin-bottom: 20px;
  }
  .section-title h2{
      position: relative;
      z-index: 3;
      margin-top: 0px;
      margin-bottom: 0px;
      font-family: Gotham, sans-serif;
      color: #1e1e1e;
      font-size: 85px;
      line-height: 85px;
      font-weight: 700;
  }
  .section-title h2{
      color: #1D1D1D;
  }
  .section-title h2 + h2{
      color: #b61d22;
  }
  .section-title .txt-color-blue.lighter{
      font-size: 60px;
      line-height: 1;
      margin-top: 9px;
  }
  .section-title .lighter {
      font-weight: 300;
  }
  .section-title .txt-color-blue {
      color: #b61d22;
  }
  .section-title .txt-color-blue.jgh-title{
      padding-left: 20%;
  }
  .call-for-abstracts-title-graphic {
      position: absolute;
      left: 0px;
      top: 0px;
      margin-top: -50px;
      margin-left: -60px;
  }
  /**[data-ix="fade-in-from-bottom"]{
      opacity: 0;
  }*/
  .w-video video{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: black;
  }
  .abstract_top_row{
      position: relative;
      margin-bottom: 20px;
  }
  .abstract_top_row .heading{
      float: left;
  }
  .abstract_top_row .submit_row{
      float: right;
  }
  
  .important_remark{
      font-weight: bold;
      margin-top: 7px;
      color: #b61d22;
  }
  
  .home-video-txt-b{
      display: inline-block;
      text-align: right;
  }
  .home-video-txt-date{
      margin-right: 0;
      font-size: 24px;
      line-height: 1;
      padding: 10px 15px;
  }
  .home-video-title{
      font-size: 140px;
      line-height: 1;
  }
  .home-video-txt{
      font-size: 26px;
  }
  
  .title_green{
      font-size: 34px;
      color: #71d2d0;
      letter-spacing: 1px;
      font-weight: bold;
      text-align: center;
  }
  .title_blue{
      font-size: 24px;
      color: #b61d22;
      letter-spacing: 2px;
      text-align: center;
      margin-bottom: 10px;
  }
  .txt-color-blue.lighter{
      font-size: 60px;
      line-height: 1;
      margin-top: 9px;
  }
  .mb30{
      margin-bottom: 30px;
  }
  .bottom_border{
      border-bottom: 1px solid #d9d9d9;
  }
  
  .btn_download{
      font-weight: bold;
      color: #b61d22;
      line-height: 1.4;
      padding: 12px 54px 12px 97px;
      border: 1px solid #b61d22;
      background-color: white;
      border-radius: 3px;
      background-image: url(../images/common/icon-dl.svg);
      background-position: 56px center;
      background-repeat: no-repeat;
      display: inline-block;
      margin-top: 15px;
      text-decoration: none!important;
      text-transform: uppercase;
  }
  .btn_download:hover{
      background-color: #b61d22;
      color: white!important;
      background-image: url(../images/common/icon-dl-white.svg);
  }
  /*.btn_download.btn_blue{
      background-image: url(../images/common/icon-dl-white.svg);
      background-color: #b61d22;
  }
  .btn_download.btn_blue:hover{
      background-image: url(../images/common/icon-dl.svg);
      
  }*/
  .radio_cell.desc_disabled .radio_description{
      opacity: 0.5;
      position: relative;
  }
  .radio_cell.desc_disabled .radio_description:after{
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
  }
  .video-b.insights{
      padding-top: 0;
      padding-bottom: 56.25%;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  .video-b .w-background-video > video{
      width: 100%;
      z-index: 2;
  }
  .casereport-img-b{
      margin-top: 0;
      margin-bottom: 40px;
  }
  h2{
      z-index: 3;
  }
  
  .menu_filter{
      background-color: white;
      padding-top: 2px;
      position: relative;
  }
  .menu_filter_btn{
      position: absolute;
      height: calc(100% - 2px);
      z-index: 2;
      width: 39px;
      top: 0;
      display: none;
  }
  .menu_filter_btn span{
      display: block;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
  
  }
  .menu_filter_btn_l{
      left: 0;
      background-image: url(../images/programme/slider-mask-l.svg);
  }
  .menu_filter_btn_r{
      right: 0;
      background-image: url(../images/programme/slider-mask-r.svg);
  }
  .menu_filter_btn_l span{
      background-image: url(../images/programme/slider-arrow-l.svg);
      background-position: left 10px center;
  }
  .menu_filter_btn_r span{
      background-image: url(../images/programme/slider-arrow-r.svg);
      background-position: right 10px center;
  }
  .menu_filter .row{
      margin-left: -1px;
      margin-right: -1px;
      white-space: nowrap;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
  }
  .menu_filter .row > div{
      padding-left: 1px;
      padding-right: 1px;
      white-space: normal;
  }
  .menu_filter_cell{
      color: white;
      display: table;
      background-color: #b61d22;
      text-align: center;
      padding: 18px 5px;
      /*border: 3px solid transparent;*/
      position: relative;
      width: 100%;
      border-collapse: collapse;
  }
  .menu_filter_cell:hover{
      color: white;
  }
  .menu_filter_cell_td{
      display: table-cell;
      vertical-align: middle;
  }
  .menu_filter .row{
      display: none;
      text-align: left;
  }
  .menu_filter .row.active{
      display: block;
  }
  .menu_filter .row > div .menu_filter_cell, .menu_filter_cell{
      background-color: #b61d22;
  }
  
  .menu_filter .row > div .menu_filter_cell.active, .menu_filter_cell.active, .menu_filter_cell.active{
      background-color: #b61d22;
  }
  
  .menu_filter_cell.active, .menu_filter .row > div .menu_filter_cell.active, .menu_filter_cell.active{
  }
  .menu_filter_cell .title{
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
  }
  .menu_filter_cell .small_title{
      font-size: 18px;
      font-weight: bold;
      /*word-break: break-all;*/
  }
  .menu_filter_cell .description{
      margin-top: 3px;
      font-size: 13px;
      line-height: 1;
  }
  .visa-section-title .compliments-title-graphic{
      z-index: 0;
  }
  .txt-color-blue.pl5{
      padding-left: 5%;
  }
  .programme_venue{
      /*padding-left: 39px;*/
      min-height: 38px;
      margin-bottom: 30px;
      /*padding-top: 5px;*/
      font-weight: 500;
      background-position: left top;
      background-repeat: no-repeat;
      /*background-image: url(../images/registration/registration-venue-icon-location-blue.svg);*/
      font-size: 20px;
      color: #6e6e6e;
      margin-top: 30px;
  }
  .programme-tabs{
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    /*justify-content: center;*/
  }
  .programme-tab{
    flex: 1;
    color: white;
    flex-direction: column;
    text-align: center;
    padding: 15px 15px;
    color: #272728;
    border-radius: 45px;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #f2f2f2;
    border: 1px solid #ffffff;
    margin-bottom: 2%;
  }
  .programme-tab:hover, .programme-tab.active{
    background-color: #b61d22;
    border-color: #b61d22;
    color: white;
  }
  .programme-label-day{
    font-size: 26px;
    /*font-weight: 500;*/
    line-height: 1;
    margin-bottom: 5px;
  }
  .programme-date{
    /*font-weight: 500;*/
    line-height: 1;
  }
  .r_workshop_tb{
      width: 100%;
  }
  .r_workshop_tb th{
      padding-right: 10px;
      font-weight: normal;
  }
  .r_workshop_tb th, .r_workshop_tb td{
      padding-bottom: 5px;
  }
  .r_workshop_tb ul li{
      margin-bottom: 10px;
  }
  .r_workshop_tb ul li:last-child{
      margin-bottom: 10px;
  }
  .workshop_content .row{
      margin-bottom: -20px;
  }
  .workshop_content .row > div{
      margin-bottom: 20px;
  }
  .fixed_bottom_bar{
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      -ms-transition: all .5s;
      transition: all .5s;
  /*    -ms-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      transform: translateY(100%);*/
      z-index: 3;
  }
  html.fixed_bottom_bar_active .fixed_bottom_bar{
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  .fixed_bottom_bar a{
      display: block;
      padding: 10px 14px;
      text-align: center;
      color: white;
      /*background-color: #b61d22;*/
      background-color: #b61d22;
      font-size: 16px;
  }
  .bg_colors_row .title{
      font-size: 24px;
      margin-bottom: 25px;
      letter-spacing: 2px;
      margin-top: -5px;
      font-weight: normal;
      color: #6b6d77;
  }
  .bg_colors_row .title a{
      color: white;
      text-decoration: underline;
  }
  .workshop_title{
      margin-bottom: 28px;
      color: #b61d22;
      font-size: 24px;
  }
  .discounted > span{
      text-decoration: line-through;
  }
  /*.matchHeight{
      opacity: 0;
  }*/
  .checkout_price.welcome_back{
      text-decoration: line-through;
  }
  .welcome_back_msg{
      padding-top: 10px;
      padding-bottom: 50px;
  }
  .radio_content{
      display: none;
  }
  .home_banner_container{
      top: 35%;
  }
  .home-video-txt-b{
      text-align: center;
  }
  .home-video-title{
      font-size: 50px;
      text-transform: uppercase;
      margin-bottom: 0;
  }
  .home-video-tagline{
      font-size: 30px;
      margin-top: 20px;
      margin-bottom: 20px;
      font-weight: 300;
  }
  .home-video-txt, .home-video-txt2{
      font-size: 24px;
      font-weight: bold;
      text-align: left;
  }
  .home-video-txt{
  }
  .home-video-txt2{
      margin-bottom: 80px;
      margin-left: 80px;
  }
  .home-video-txt3{
      font-weight: 500;
      font-size: 30px;
  }
  .home-video-txt3 a{
      text-decoration: underline;
      text-transform: uppercase;
      color: white;
  }
  .home_newsletter_email{
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      border: 1px solid #b61d22;
      padding: 4px;
      width: 40px;
      height: 40px;
      background-image: url(../images/home/icon-email.svg);
      background-position: center;
      background-repeat: no-repeat;
  }
  .btn:hover{
      color: white;
  }
  .home-case-title{
      display: inline;
  }
  .home-call-title{
      text-align: right;
  }
  .footer_logo_container{
      display: flex;
      justify-content: space-between;
  }
  .col_organisers{
  
  }
  .col_co_organisers{
  
  }
  .col_co_organisers .logo_list{
      margin-top: 30px;
  }
  /*ul{
      padding-left: 0;
      margin-bottom: 0;
  }*/
  .table-responsive{
      overflow: scroll;
  }
  .subtitle-u{
      font-weight: bold;
      text-decoration: underline;
  }
  .image-row{
      display: flex;
      margin-bottom: 40px;
  }
  .editor ul, .mce-content-body ul{
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .editor p + ul, .mce-content-body p+ ul{
    margin-top: -12px;
  }
  .ol > li{
      list-style: upper-alpha;
      margin-bottom: 20px;
  }
  .reward_tb_container p{
      margin-bottom: 20px;
  }
  .reward_tb_container .title{
      margin-bottom: 5px;
      font-weight: 500;
  }
  .detail_row .remark{
      font-size: 15px;
  }
  .programme_main .heading_row{
      margin-bottom: 58px;
  }
  .prime_img{
      position: absolute;
      left: -5px;
      top: -32px;
  }
  .about_iddf_logo{
      text-align: center;
      margin-bottom: 20px;
  }
  .ui-selectmenu-button.ui-button{
      height: 41px;
      border-bottom-color: #b5b5b5;
  }
  .home-title{
      margin-bottom: 30px;
  }
  .home-publish-description{
      margin-bottom: 60px;
  }
  .section-content.bg-dark-grey{
      background-color: #f1f1f1;
  }
  .sub_heading{
      font-size: 40px;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-weight: bold;
      line-height: 1.3;
      color: #b61d22;
  }
  .organizer_row .bottom_row .description{
      margin-bottom: 40px;
  }
  .txt-color-deep-orange{
      color: #b61d22;
  }
  .txt-color-orange{
      color: #ff9f0d;
  }
  .abstract-title-txt02{
      margin-left: 80px;
      font-size: inherit;
      line-height: inherit;
      display: block;
  }
  .logo{
      position: relative;
  }
  .logo_index, .logo_10th{
      display: block;
      position: absolute;
      height: 100%;
  }
  .logo_index{
      left: 0;
      top: 0;
      width: 72%;
  }
  .logo_10th{
      right: 0;
      top: 0;
      width: 28%;
  }
  .owl-dots{
      position: absolute;
      bottom: 3%;
      left: 0;
      width: 100%;
      text-align: center;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
      background-color: rgba(34, 34, 34, 0.4);
      width: 1em;
      height: 1em;
      border-radius: 50%;
      margin: 0 5px 0.5em;
  }
  .owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot.active{
      background-color: #222;
  }
  .sub_question{
      padding-left: 18px;
  }
  .reg_comfirmation_container{
      max-width: 722px;
      font-weight: 500;
  }
  .reg_comfirmation_container p{
      margin-bottom: 24px;
  }
  .sns_btn{
      background-color: #b61d22;
      color: white;
      display: inline-block;
      padding: 3px 10px 3px 30px;
      background-position: left 10px center;
      background-size: auto 12px;
      font-size: 13px;
      border-radius: 3px;
  }
  .sns_btn + .sns_btn{
      margin-left: 5px;
  }
  .sns_btn:hover{
      color: white;
      background-color: #b61d22;
  }
  .sns_btn.icon_fb_white{
      padding-left: 22px;
  }
  .reg_sns_btn_row{
      margin-top: 15px;
  }
  .icon_fb_white {
      background-image: url(../images/common/btn-fb-white.svg);
      background-repeat: no-repeat;
  }
  .icon_twitter_white {
      background-image: url(../images/common/btn-twitter-white.svg);
      background-repeat: no-repeat;
  }
  .home-banner-description{
      color: #12103b;
      margin-top: 30px;
      padding-right: 20px;
  }
  .home-banner-description p{
      margin-bottom: 20px;
  }
  .category_filter{
      margin-bottom: 40px;
  }
  .category_filter span{
      font-weight: 500;
      margin-right: 10px;
  }
  .category_filter ul{
      display: inline-block;
  }
  .split_list li{
      display: inline-block;
      padding-right: 15px;
      margin-right: 10px;
      position: relative;
  }
  .split_list li:after{
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 13px;
      width: 1px;
      background-color: #6b6d77;
      display: block;
  }
  .split_list li:last-child{
      padding-right: 0;
      margin-right: 0;
  }
  .split_list li:last-child:after{
      content: none;
  }
  .split_list li.active a{
      color: #b61d22;
  }
  .description .btn{
      color: white;
      text-decoration: none;
  }
  .description .btn:hover{
      color: white;
  }
  .home-pricing-listing{
    flex-direction: column;
  }
  .btn_add_file{
      
  }
  .file_list{
      margin-bottom: 30px;
      position: relative;
  }
  .file_list .btn_remove{
      position: absolute;
      right: 0;
      top: 0;
  }
  .figure_heading{
      margin-bottom: 10px;
  }
  .figure_item{
      position: relative;
      display: flex;
      margin-bottom: 10px;
  }
  .figure_item .btn_remove{
      margin-left: 10px;
  }
  input.txt-field {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  
    min-height: 60px;
    margin-bottom: 0px;
    border-radius: 0px;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
  }
  .home-pricing-col{
      margin-top: 0;
  }
  .home-pricing-row{
    justify-content: center;
  }
  .registration-hurry-list-b{
    margin-top: 0;
  }
  .home-pricing-title-txt{
    padding: 0 35px;
  }
  .home-pricing-title-black{
    min-height: 54px;
    display: flex;
    /*align-items: center;*/
  }
  .home-pricing-title-orange{
    color: #b61d22;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .call-for-abstract-video-img{
    background-image: url(../images/abstract/video-poster.jpg);
  }
  .testimonial-doc-name{
    margin-bottom: 12px;
  }
  .testimonial-doc-title{
    margin-bottom: 12px;
  }
  .testimonial-doc-title > div{
    margin-bottom: 0px;
  }
  .testimonial-doc-title > div:last-child{
    margin-bottom: 0;
  }
  .champion-txt-row{
    margin-bottom: 20px;
  }
  .champion-txt-row:last-child{
    margin-bottom: 0;
  }
  ul[role="list"]{
    padding-left: 20px;
  }
  ul[role="list"].eligibility-txt{
    padding-left: 23px;
  }
  .home-about-video-img{
    background-image: url('../images/common/180609_0335 copy.jpg');
  }
  .home-program-txt-b {
      height: auto;
  }
  .ui-state-active, .ui-widget-content .ui-menu-item .ui-state-active{
    background-color: #b61d22;
  }
  #attendance_dinner + .ui-selectmenu-button{
    color: #b61d22;
  }
  .btn[disabled], .btn[disabled]:hover{
      background-color: gray;
      background-image: none;
      pointer-events: none;
  }
  .home-about-graphic01{
      margin-bottom: 70px;
      width: auto;
  }
  .venue-shatin-txt02{
      background-image: none;
  }
  
  .slide-mask {
      margin-right: -20px;
      margin-left: -20px;
      padding-top: 30px;
      padding-bottom: 30px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .home-slider-b {
    position: relative;
    margin-top: -30px;
  }
  
  .home-happening-slider {
    height: auto;
    background-color: transparent;
  }
  
  .hide {
    display: none;
  }
  .home-happening-slide {
    width: 33.33%;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .home-happening-link {
    display: block;
    color: #1c1c1c;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
  }
  
  .home-happening-img-b {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .home-happening-txt-b {
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;
    text-align: left;
  }
  
  /*.home-slide-title {
    color: #f7ae12;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .home-slide-title.txt-color-pink{
      color: #e95378;
  }
  .home-happening-txt-mask {
      overflow: hidden;
      height: 460px;
      margin-bottom: 15px;
  }
  .home-slide-title.txt-color-purple {
    color: #6d29de;
  }*/
  /*.home-slide-title-hover{
          color: #d43406;
  }*/
  .coming-soon{
      text-align: center;
  }
  .team-txt-b{
      align-items: center;
      display: flex;
  }
  .home-banner-txt-b{
      position: relative;
  }
  .home-banner-txt-top-b{
      display: flex;
      justify-content: space-between;
  }
  
  .home-banner-txt-top-bottom-b{
      display: none;
      max-width: 300px;
      margin-left: 3%;
  }
  
  .pop-up-frame{
      background-image: url(../images/pop-up-frame_1.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
      height: 300px;
      padding: 10% 5% 5% 26%;  
  }
  .pop-up-frame-title{
      color: #cb0051;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 6%;
      font-size: 120%;
  }
  .pop-up-frame-description{
      color: #0082b2;
      font-size: 95%;
      font-weight: bold;
      margin-left: -26%;
      text-align: center;
  }
  .mb-10{
      margin-bottom: 10px;
  }
  .logo-col{
      padding-left: 12px;
      padding-right: 12px;
  }
  .logo-col img{
      width: auto;
  }
  .listing-logos{
      width: 100%;
  }
  .listing-logos-b{
      display: flex;
      flex-direction: column-reverse;
      
  }
  .logo-col{
      width: 17%;
  }
  .listing-logo-title{
      line-height: 1.2;
      word-spacing: 9999rem;
  }
  .listing-logos + .listing-logos  .logo-col{
      width: 25%;
  }
  
  /*.listing-logos + .listing-logos .listing-logo-title{
      font-size: 28px;
  }
  */
  .listing-logos + .listing-logos + .listing-logos  .logo-col{
      width: 29%;
  }
  
  /*.listing-logos + .listing-logos + .listing-logos .listing-logo-title{
      font-size: 32px;
  }
  .listing-logos + .listing-logos + .listing-logos + .listing-logos .listing-logo-title{
      font-size: 39px;
  }*/
  .listing-logos + .listing-logos + .listing-logos + .listing-logos  .logo-col{
      width: 33.333%;
  }
  @media(min-width: 768px){
      .yia-winner-tb-subcol{
          width:  33%;
      }
      .registration-info-col{
          width: 20%;
      }
  }
  
  
  @media screen and (min-width: 1230px) and (max-width: 1358px){
      .pop-up-frame{
          font-size: 14px;
      }
  }
  @media(max-width: 1599px){
      .home_speaker_row{
          padding-left: 15px;
          padding-right: 15px;
      }
  }
  @media screen and (min-width: 1280px){
      .home-happening-txt-mask {
          height: 315px;
      }
  }
  
  @media(min-width: 1230px){
      .sharethis_container{
          position: fixed;
          width: 48px;
          top: 90px;
          top: 110px;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all .5s;
          -ms-transition: all .5s;
          transition: all .5s;
      }
      .fixed_header:not(.scrolled_to_disqus) .sharethis_container{
          visibility: visible;
          opacity: 1;
      }
      .sharethis-inline-share-buttons > div{
          display: block!important;
          margin-right: 0!important;
          margin-bottom: 14px;
      }
      .sharethis-inline-share-buttons > div:last-child{
          margin-bottom: 0;
      }
      .at-resp-share-element .at4-share-count-container{
          padding-right: 0!important;
          float: none!important;
          display: block;
          clear: both;
          text-align: center;
      }
      .section-title.desktop-smaller h2{
          font-size: 60px;
          line-height: 1;
      }
      .speaker_main .section-title{
          /*margin-left: -80px;*/
      }
  }
  
  @media(max-width: 1229px){
      .home-banner-txt-top-b{
          flex-direction: column-reverse;
          margin-left: 0;
          margin-top: 10px;
      }
      .pop-up-frame{		
      }
      h1{
      }
      .menu {
          margin-left: -16px;
          margin-right: -16px;
      }
      .menu > li > a{
          padding-left: 7px;
          padding-right: 7px;
          /*font-size: 16px;*/
      }
      .menu .dropdown_list li > a{
          padding-left: 15px;
          padding-right: 15px;
      }
      .sitemap_col .cat{
          font-size: 16px;
          margin-bottom: 12px;
      }
      .sitemap_col .child{
          font-size: 15px;
      }
      .sitemap_container{
          margin-left: -19px;
          margin-right: -19px;
      }
      .sitemap_col{
          padding-left: 19px;
          padding-right: 19px;
      }
      .sitemap_container{
          padding-top: 40px;
          padding-bottom: 40px;
      }
      .footer_logo_row{
          padding-top: 40px;
          padding-bottom: 40px;
      }
      .copyright_row{
          font-size: 12px;
      }
      .home_banner .title{
          font-size: 80px;
      }
      .home_banner .description{
          font-size: 40px;
      }
      .award_cat_container{
          margin-left: -15px;
          margin-right: -15px;
      }
      .award_cat_row .detail_col, .award_cat_row .award_col{
          padding-left: 15px;
          padding-right: 15px;
      }
      .contact_us_main .row{
          margin-left: -15px;
          margin-right: -15px;
      }
      .contact_us_main .row > div{
          padding-left: 15px;
          padding-right: 15px;
      }
      .contact_col .award_container{
  
      }
  /*	.about_row .row{
          margin-left: -15px;
          margin-right: -15px;
      }
      .about_row .row > div{
          padding-left: 15px;
          padding-right: 15px;
      }*/
      .tag_list_row .right_col{
          padding-left: 20px;
      }
      .tag_list li a{
          padding: 5px 13px;
      }
      .blog_cell .bottom_row{
          /*padding-bottom: 100px;*/
      }
  
      .sharethis_container{
          margin-bottom: 20px;
      }
  
      .city_attr_row .row{
          margin-left: -15px;
          margin-right: -15px;
      }
      .city_attr_row .row > div{
          padding-left: 15px;
          padding-right: 15px;
      }
      .heading{
          font-size: 55px;
  
      }
      .programme_timetable_container{
          width: 950px;
      }
      .room_heading{
          padding-left: 0;
          padding-right: 0;
          text-align: center;
      }
      .menu .dropdown_list li.step_menu > a{
          padding-right: 4px;
          font-size: 14px;
          padding-left: 21px;
      }
      .home_compliments_slider.owl-carousel .owl-dots{
          bottom: -40px;
      }
      .home-casereport-txt-b{
          width: 60%
      }
      .home-casereport-title-b{
          width: 40%;
      }
      .step_menu a .title{
          padding-left: 0;
      }
      .footer_logo_row .logo_list li{
          margin-right: 110px;
      }
      .home-video-txt2{
          margin-bottom: 10px;
      }
      .logo{
          /*height: 110px;*/
      }
      .prime_main .heading{
          font-size: 40px;
          margin-bottom: 22px;
      }
      .prime_img{
          left: 7px;
          top: -26px;
          width: 90px;
      }
      .prime_row .top_row .description{
          margin-top: 70px;
      }
  
  }
  @media(max-width: 1024px){
      .logo{
          /*height: 100px;*/
      }
  }
  @media(max-width: 1000px){
      .blog_detail_main img{
          max-width: 100%;
      }
  }
  
  @media(min-width: 992px) and (max-width: 1230px){
      .section-title.desktop-smaller h2{
          font-size: 45px;
      }
  }
  @media(min-width: 992px){
      .dt-only{
          display: block;
      }
      header .right_col{
          display: block!important;
      }
      .mobile_submenu{
          display: none;
      }
      .nowrap-md{
          white-space: nowrap;
      }
      .sa_tb td:nth-child(3){
          /*width: 470px;*/
      }
      .header_absolute:not(.fixed_header) .icon_fb{
          /*background-image: url(../images/common/icon-fb-white.svg);*/
      }
      .header_absolute:not(.fixed_header) .icon_twitter{
          /*background-image: url(../images/common/icon-twitter-white.svg);*/
      }
      .visa-section-title .compliments-title-graphic{
          margin-top: -70px;
          margin-left: -15px;
      }
      .visa_main .image{
          position: relative;
          z-index: 1;
      }
      .visa-section-title{
          margin-left: -70px;
          margin-top: 20px;
      }
      .pull-right-desktop{
          float: right;
      }
      .section-title.no_lm{
          margin-left: 60px;
      }
      .programme_tb{
          font-size: 17px;
      }
      .programme_row{
        padding: 20px;
      }
      .programme_row .bottom_row .content_row{
          padding-top: 15px;
          padding-bottom: 30px;
      }
      .programme_row .bottom_row .detail_col .title{
          font-size: 17px;
          margin-bottom: 10px;
      }
      .dropdown_list_mutli .container{
          white-space: nowrap;
          overflow: auto;
          margin-bottom: -9px;
          -webkit-overflow-scrolling: touch;
      }
      .menu > li .dropdown_list.dropdown_list_mutli ul{
          float: none;
          display: inline-block;
      }
      .time_table_talk.small_cell{
          padding-top: 10px;
          padding-bottom: 0;
      }
      .time_table_talk_inner{
          height: 100%;
      }
      .time_table_talk.small_cell .start_time{
  /*        position: absolute;
          right: 0;
          top: 0;*/
      }
      .time_table_talk.small_cell .time_table_talk_inner > .title{
          margin-bottom: 0;
          padding-right: 38px;
      }
      .home-banner-txt01{
          font-size: 68px;
      }
      .home-banner-txt01{
          padding-right: 0;
      }
      .section-content.home{
          padding-top: 120px;
      }
      /*.home-banner-graphic{
          top: 120px;
      }*/
  }
  @media(max-width: 991px){
  
      .logo-col{
          width: 25%;
      }
  
      .listing-logos + .listing-logos  .logo-col{
          width: 33%;
      }
  
      .listing-logos + .listing-logos + .listing-logos .logo-col{
          width: 40%;
      }
  
      /*.listing-logos + .listing-logos .listing-logo-title{
          font-size: 21px;
      }*/
  
     /* .listing-logos + .listing-logos + .listing-logos .listing-logo-title{
          font-size: 24px;
      }*/
  
      /*.listing-logos + .listing-logos + .listing-logos + .listing-logos .listing-logo-title{
          font-size: 27px;
      }*/
      .listing-logos + .listing-logos + .listing-logos + .listing-logos  .logo-col{
          width: 50%;
      }
  
      h1, .home-banner-title{
      }
      .pop-up-frame {
      }
        .home-slide-title-hover {
      font-size: 26px;
    }
      .dt-only{
          display: none;
      }
      .step_menu a .title{
          padding-left: 10px;
      }
    
      .home_banner_video{
          height: auto;
          /*padding-bottom: 70px;*/
          padding-bottom: 22px;
          border-bottom: 1px solid #dedede;
      }
      .home_banner_outer{
          position: relative;
          height: auto;
          margin-top: 0;
          padding-top: 20px;
      }
      .home_banner_container{
          position: relative;
          -ms-transform: none;
           -webkit-transform: none; 
           transform: none; 
      }
      .home_banner{
          color: #272727;
      }
      .bx-wrapper .bx-pager.bx-default-pager a{
          border-color: #b61d22;
      }
      .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
          background: #b61d22;
      }
      .home_speaker_row .top_row{
          padding-top: 40px;
      }
  
      .home_gut_row, .home_gut_row > .container, .home_gut_container{
          height: auto;
      }
      .home_gut_row{
          text-align: center;
      }
      .home_gut_container{
          float: none;
          text-align: left;
          display: inline-block;
  /*		margin-left: -15px;
          margin-right: -15px;*/
      }
      .home_video_row{
  /*		padding-left: 15px;
          padding-right: 15px;*/
          padding-top: 40px;
          padding-bottom: 40px;
      }
      .home_video_row .left_col{
          width: 100%;
          margin-bottom: 20px;
          float: none;
      }
      .home_video_row .right_col{
          position: static;
          width: 100%;
          margin-left: 0;
          padding: 20px 20px;
      }
      .home_video_row .right_col .detail{
          position: static;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none;
          max-width: none;
          padding-right: 0;
      }
      .footer_logo_row{
          padding-top: 20px;
          padding-bottom: 20px;
      }
      .sitemap_container{
          margin-left: -15px;
          margin-right: -15px;
          padding-top: 20px;
          padding-bottom: 0;
      }
      .sitemap_col{
          width: 33%;
          margin-bottom: 20px;
          padding-left: 15px;
          padding-right: 15px;
      }
      .sitemap_col .child li {
          line-height: 1.3;
          margin-bottom: 8px;
      }
      .home_newsletter_row .description{
          margin-bottom: 20px;
          font-size: 20px;
      }
      
      .call_abstract_container .left_col, .call_abstract_container .right_col{
          float: none;
          width: 100%;
      }
      .call_abstract_container .left_col{
          padding-right: 0;
      }
      .call_abstract_container .right_col img{
          max-width: 100%;
      }
  
   
      .section{
          padding-top: 40px;
          padding-bottom: 40px;
      }
      .bg_colors_row.section{
          padding-top: 40px;
          padding-bottom: 40px;
      }
      .section_margin{
          margin-bottom: 40px;
      }
      .award_cat_container{
          margin-left: 0;
          margin-right: 0;
      }
      .award_cat_row .detail_col, .award_cat_row .award_col{
          padding-left: 0;
          padding-right: 0;
          width: 100%;
      }
      .award_cat_row .award_col, .award_cat_row:nth-child(even) .award_col{
          float: none;
      }
      .award_cat_row .detail_col, .award_cat_row:nth-child(even) .detail_col{
          position: static;
          -ms-transform: none;
              -webkit-transform: none;
              transform: none;
      }
      .award_cat_container > div:first-child{
          margin-bottom: 20px;
      }
      .home_speaker_row .center_row .col-md-15:nth-child(5n+1){
          clear: none;
      }
      .home_speaker_row .center_row .col-md-15:nth-child(3n+1){
          clear: both;
      }
      .login_container{
          padding-left: 40px;
          padding-right: 40px;
      }
      .sa_tb .btn_blue{
          display: block;
      }
     
      .hidden_menu{
          display: none;
      }
  
      .contact_us_main .row > div{
          margin-bottom: 40px;
      }
      .contact_us_main .row > div:last-child{
          margin-bottom: 0;
      }
      #popup .right_col .description{
          padding-left: 0;
      }
      #popup .left_col{
          margin-bottom: 40px;
      }
      #popup .row > div:first-child{
          border-right: none;
      }
      #popup .row > div:last-child{
          border-left: none;
          margin-left: 0;
      }
      .about_iddf_row .image{
          margin-bottom: 40px;
      }
      #popup .row > div{
          padding-bottom: 0;
      }
      .copyright_col{
          margin-bottom: 10px;
      }
      .blog_cell .title{
          font-size: 20px;
          margin-bottom: 7px;
      }
      .blog_cell .author_row{
          font-size: 15px;
      }
      .blog_cell .description{
          margin-bottom: 7px;
      }
      .blog_main .row{
          margin-left: -10px;
          margin-right: -10px;
      }
      .blog_main .row > div{
          padding-left: 10px;
          padding-right: 10px;
      }
      .scrope_top{
          margin-left: 0;
          margin-right: 0;
      }
      .scrope_banner .row > div{
          margin-bottom: 20px;
      }
      .scrope_banner .row > div:last-child{
          margin-bottom: 0;
      }
      .scrope_banner .row > div .scrope_col{
          padding-left: 0!important;
          padding-right: 0!important;
      }
      .scrope_banner{
          text-align: center;
      }
      .sh_cell .bottom_row{
          margin-bottom: 30px;
      }
      .sp_right_col{
          text-align: center;
      }
      .talks_row{
          display: inline-block;
          text-align: left;
      }
      .tickets_main .plan_row .row{
          margin-left: -15px;
          margin-right: -15px;
      }
      .tickets_main .plan_row .row > div{
          padding-left: 15px;
          padding-right: 15px;
      }
      .visa_main .image{
          float: none;
      }
      .visa_main .row{
          margin-left: -15px;
          margin-right: -15px;
      }
      .visa_main .row > div{
          margin-bottom: 30px;
          padding-left: 15px;
          padding-right: 15px;
      }
      .visa_main .row > div:last-child{
          margin-bottom: 0;
      }
      .prime_row{
          /*margin-bottom: 80px;*/
      }
      .prime_main .row{
          margin-left: -15px;
          margin-right: -15px;
      }
      .prime_main .row > div{
          padding-left: 15px;
          padding-right: 15px;
      }
      .prime_main .row > .right_col{
          position: static;
  
      }
      .prime_main .map{
          margin-left: 0;
          height: 350px;
          margin-top: 30px;
      }
  
      .accommodation_row{
          margin-bottom: 40px;
      }
      .editor table, .editor tr, .editor th, .editor td{
          display: block!important;
          width: auto!important;
          height: auto!important;
      }
      .programme_container{
          width: 100%;
      }
      .room_bottom_row{
          padding-top: 0;
      }
      .time_captions_col{
          display: none;
      }
      .time_table_col{
          width: 100%;
      }
      .time_table_talk, .time_table_talk.tea_break{
          height: auto!important;
          top: 0!important;
          margin-bottom: 30px;
          text-align: center;
          float: left;
          width: calc(100% - 100px);
          background-color: transparent!important;
          /*color: #6b6d77!important;*/
          text-align: left;
          padding: 0;
          margin-bottom: 15px;
          
      }
      .time_table_talk_inner > .title{
          font-size: 15px;
      }
      .room_bottom_row .room_heading{
          border: none;
      }	
      .time_range{
          font-size: 14px;
          /*font-weight: 500;*/
          /*text-align: center;*/
          float: left;
          width: 94px;
      }
      .room_heading{
          padding-left: 0;
          padding-right: 0;
          text-align: left;
          margin-bottom: 10px;
      }
      .time_captions > li{
          border: none!important;
          height: auto!important;
      }
      .time_captions > li:before, .time_captions > li:after{
          content: '';
          display: table;
          clear: both;
          border-color: transparent;
      }
      .time_table_col .row > div{
          margin-bottom: 40px;
      }
      .time_table_col .row > div:nth-child(1) .time_table_talk .title{
          color: #e72ada;
      }
      .time_table_col .row > div:nth-child(2) .time_table_talk .title{
          color: #f3b442;
      }
      .time_table_col .row > div:nth-child(3) .time_table_talk .title{
          color: #71d2d0;
      }
      .time_table_col .row > div:nth-child(4) .time_table_talk .title{
          color: #b61d22;
      }
      .time_table_col .row > div:last-child{
          margin-bottom: 0;
      }
      .programme_container .topic_row > .left_col, .programme_container .topic_row > .right_col{
          float: none;
          width: 100%;
      }
      .programme_container .topic_row > .left_col .time{
          padding-left: 28px;
          font-size: 16px;
          color: #b61d22;
      }
      .programme_container .topic_row > .right_col{
          padding-top: 15px;
      }
      .programme_container .topic_row > .left_col .time:after{
          top: 3px;
          right: auto;
          left: 1px;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
      }
      .programme_timetable_container{
          width: 100%;
      }
      .time_table_talk:hover{
          -ms-transform: translateZ(0);
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
      }
      .time_table_talk_inner .start_time{
          display: none;
      }
      .room_top_row{
          position: static!important;
          padding-left: 0;
          margin-bottom: 30px;
          text-align: center;
      }
      .room_top_row .row{
          margin-left: -5px;
          margin-right: -5px;
      }
      .room_top_row .row > div{
          display: inline-block;
          float: none;
          width: auto!important;
          padding-left: 5px;
          padding-right: 5px;
      }
      .room_top_row .room_heading{
          background-color: #b61d22;
          color: white!important;
          border: none;
          border-radius: 100px;
          padding: 10px 20px;
          height: auto;
          text-align: center;
          cursor: pointer;
          font-size: 17px;
          margin-bottom: 10px;
      }
      .reg_form_main .center_row .row{
          margin-left: -15px;
          margin-right: -15px;
      }
      .reg_form_main .center_row .row > div{
          padding-left: 15px;
          padding-right: 15px;
      }
  
      #reserve_hotel .col-md-6{
          margin-bottom: 30px;
      }
      #reserve_hotel .col-md-6:last-child{
          margin-bottom: 0;
      }
      .workshop_timetable_container .time_table_talk{
          padding-top: 0;
          padding-bottom: 0;
      }
      .workshop_row_tb{
          color: #71d2d0;
          font-size: 15px;
          line-height: 1.4;
      }
      .workshop_row_tb td:nth-child(1){
          width: auto;
      }
      .workshop_row_tb td:nth-child(3){
          display: none;
      }
      .workshop_timetable_container .time_table_talk, .time_table_talk.tea_break{
          margin-bottom: 30px;
      }
      
      .workshop_row_tb .title{
          margin-bottom: 10px;
      }
      .workshop_timetable_container .speaker_title{
          margin-bottom: 10px;
      }
      .workshop_row_tb .description{
          margin-bottom: 10px;
      }
      .workshop_timetable_container .time_table_talk.tea_break > .time_table_talk_inner .title{
          margin-bottom: 0;
      }
  
      .workshop_timetable_container .speaker_title a{
          color: #71d2d0;
      }
  
      .tb.responsive,.tb.responsive .tr,.tb.responsive .td,table.responsive,table.responsive tbody, table.responsive tr,table.responsive td{
          display: block;
      }
      .tb.responsive .td{
          width: 100%;
          padding-left: 0;
          padding-right: 0;
      }
      table.responsive td{
          width: 100%!important;
          height: auto!important;
      }
      table.responsive td img{
          width: 100%!important;
          height: auto!important;
      }
      .tb.responsive .td+.td,table.responsive td+td{
          margin-top: 15px;
      }
      .home-slider-txt-b{
          padding-top: 0;
          padding-left: 0;
      }
      .home-compliments-b{
          margin-bottom: -50px;
          padding-top: 30px;
      }
      .home_compliments_slider.owl-carousel .owl-dots{
         left: 50%;
         -ms-transform: translateX(-50%);
         -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
      }
      .home-slider-b{
          /*margin-left: 0;*/
      }
      .home-video-txt-b{
          text-align: center;
      }
      .home-video-txt-date{
          font-size: 20px;
      }
      .home-video-title{
          font-size: 36px;
      }
      .home-video-tagline{
          font-size: 24px;
          margin-top: 10px;
          margin-bottom: 10px;
      }
      .home-video-txt, .home-video-txt2{
          font-size: 18px;
      }
      .home-video-txt2{
          margin-bottom: 20px;
      }
      .home-video-txt3{
          font-size: 20px;
      }
      .home-video-txt3 a{
          color: #272727;
      }
      .home-compliments-quote{
          margin-left: 0;
          margin-top: -15px;
          width: 40px;
      }
      .home-compliments-txt, .home-compliments-prof-info{
          padding-left: 20px;
      }

      
      .call-for-abstracts-img-b{
          margin-bottom: 60%;
      }
      .home-gut-img-b{
          margin-top: 25%;
          margin-bottom: 35%;
      }
      .home-video02-b{
          margin-top: 45px;
      }
      .section-title{
          margin-top: 30px;
      }
      .home-casereport{
          margin-top: 0;
      }
      .insights-video{
          position: absolute;
          height: 100%;
      }
      .video-b.insights{
          height: 0;
          /*margin-top: -35px;*/
      }
      .sa_tb tr td:last-child a + a{
          margin-left: 0;
      }
      .input_col.w180rest, .input_col.w180, .abstract_step_row .input_col, .input_col.p20{
          width: 100%;
          float: none;
          padding: 0;
          margin-bottom: 10px;
      }
      .container{
    /*      padding-left: 15px;
          padding-right: 15px;*/
      }
      .abstract_step_row .input_row .left_col, .abstract_step_row .input_row .right_col{
          
          float: none;
      }
      .abstract_step_row .input_row .left_col{
          margin-bottom: 10px;
          width: 100%;
      }
      .abstract_step_row .input_row .right_col{
          padding-left: 0;
          width: auto;
          text-align: left;
      }
      .input_row{
          margin-bottom: 5px;
      }
      input[type="text"], input[type="password"], input[type="email"], .ui-selectmenu-button, .ui-selectmenu-button:hover, .ui-selectmenu-button:focus{
          padding-left: 5px;
          padding-right: 5px;
      }
      .affiliation_container{
          margin-top: 10px;
      }
      .txt-color-blue.align-right.casereport-title{
          text-align: right;
      }
      .home-casereport-title-b, .home-casereport-txt-b{
          float: none;
          width: 100%;
      }
      .programme_row .bottom_row .start_date_time_col{
          /*width: 130px;*/
      }
      .btn_gray.middle{
          padding: 0 14px;
      }
      .programme_row .bottom_row .more_big_col{
          width: 69px;
      }
      .programme_topic_row .programme_row .bottom_row .speaker_col{
          width: calc(100% - 130px - 69px);
      }
      .menu > li .dropdown_list ul{
          float: none;
          overflow: visible;
      }
      .menu > li .dropdown_list ul:after{
          content: none;
      }
      .menu > li .dropdown_list ul{
          padding-left: 0;
          padding-right: 0;
      }
      .start_date_time_col{
          padding-top: 4px;
      }
      .home-call-title{
          text-align: left;
      }
      .organizer_row .top_row .description{
          margin-bottom: 40px;
      }
      .organizer_row .top_row .row{
          display: block;
      }
      .footer_logo_container{
          display: block;
      }
      .footer_logo_row .logo_list li{
          margin-right: 19px;
      }
      .col_organisers{
          margin-bottom: 40px;
      }
      .col_co_organisers .logo_list{
          margin-top: 0;
      }
      .home-speaker-title{
          width: 542px;
          max-width: 100%;
      }
      .anniversary-message-title{
          padding-left: 0px;
          padding-top: 10px;
      }
      .anniversary-message-graphic{
          width: 20%;
          margin-left: 40px;
      }
      .anniversary-icon-pastwinners {
          width: 11%;
          margin-right: -30px;
          padding-top: 3px;
      }
      .abstract-title-txt1{
          display: block;
          padding-left: 77px;
      }
      .programme_main .category_filter{
          display: none;
      }
      .home-pricing-title-black{
        min-height: 0;
      }
  }
  @media(min-width: 768px){
      
      .heading.middle{
          font-size: 50px;
      }
      .home-gut-title h1, .home-call-title{
          font-size: 45px;
      }
      .home-b{
          margin-bottom: 80px;
      }
      .home-b.home-c{
          margin-bottom: 150px;
      }
      .home-call-title-col{
          width: 50%;
      }
      .home-gut-txt-b{
          padding-left: 5%;
      }
      .abstract-title-graphic{
          margin-top: -28px;
      }
      .home-speaker-title-graphic{
          top: -7%;
      }
      .login_container .heading{
          /*min-height: 132px;*/
      }
      .home-banner-img{
          width: 40%;
      }
      .align-title{
        padding-left: 62px;
      }
  
  
  }
  @media(max-width: 767px){
      .listing-logos {
          padding-top: 40px;
      }
      .listing-logo-title{
          word-spacing: 0;
      }
      .logo-col{
          width: 33.33%;
      }
      .listing-logos + .listing-logos  .logo-col{
          width: 38%;
      }
      .listing-logos + .listing-logos + .listing-logos .logo-col{
          width: 43%;
      }
      .listing-logos + .listing-logos + .listing-logos + .listing-logos  .logo-col{
          width: 50%;
      }
  
  h1, .home-banner-title{
      }
      
      .pop-up-frame{
          
      
      }
       .home-slide-title-hover {
      font-size: 20px;
      line-height: 26px;
    }
          .home-happening-txt-mask {
          height: 485px;
      }
          .home-happening-txt-b {
      padding: 20px;
  }
      .home-happening-txt-mask {
      height: 200px;
      margin-bottom: 10px;
  }
      #testimonial-subrow3{
          flex-direction: column-reverse;
      }
      .section-content.home{
          padding-top: 40px;
      }
      .home-about-graphic01{
          /*width: 80px;*/
          margin-bottom: 30px;
      }
    .programme-tab{
      flex-basis: 48%;
    }
      .anniversary-message-title{
          padding-top: 0;
          padding-left: 8px;
      }
      .anniversary-message-graphic{
          margin-left: 15px;
      }
      .anniversary-icon-pastwinners{
          margin-right: -16px;
      }
      .home_banner .title{
          font-size: 50px;
      }
      .home_banner .description{
          font-size: 30px;
      }
      .home_banner .description{
          margin-bottom: 20px;
      }
      .home_banner .date{
          font-size: 16px;
      }
      .heading{
          font-size: 28px;
          line-height: 1.3;
          margin-bottom: 18px;
      }
      .home_gut_container .subtitle{
          font-size: 18px;
          margin-bottom: 16px;
          line-height: 1.4;
      }
      .heading.mb40{
          margin-bottom: 22px;
      }
      .sitemap_col{
          width: 50%;
  
      }
      .sitemap_col:nth-child(odd){
          clear: both;
      }
      .sitemap_col .cat{
          font-size: 14px;
          margin-bottom: 5px;
      }
      .sitemap_col .child{
          font-size: 14px;
      }
      .sitemap_col .child li{
          line-height: 1.2;
          margin-bottom: 5px;
      }
      .footer_logo_row .logo_list li{
          width: 100%;
          margin-right: 0;
          margin-bottom: 20px;
          /*text-align: left;*/
          padding-left: 0;
          padding-right: 0;
      }
      .footer_logo_row .logo_list li:last-child{
          margin-bottom: 0;
      }
      .newsletter_row .row{
          margin-left: -15px;
          margin-right: -15px;
      }
      .newsletter_row .row > div{
          padding-left: 15px;
          padding-right: 15px;
          margin-bottom: 10px;
      }
      .newsletter_row .row > div:last-child{
          margin-bottom: 0;
      }
  
      .gut_img{
          line-height: 0;
          margin-left: -15%;
          margin-right: -15%;
      }
  
      .home_gut_container{
          padding: 40px 25px;
          display: block;
          max-width: none;
          text-align: center;
          margin-left: -15px;
          margin-right: -15px;
      }
      .home_gut_container .title{
          font-size: 36px;
      }
  
      .home_gut_row{
          background-image: none;
          overflow: hidden;
      }
      .sp_cell .title{
          margin-bottom: 10px;
      }
      .sp_percent_row .row > div{
          margin-bottom: 30px;
      }
      .sp_percent_row .row > div:last-child{
          margin-bottom: 0;
      }
      .award_cat_row .detail_col .title{
          margin-bottom: 10px;
          font-size: 22px;
      }
      .home_speaker_row .center_row .col-md-15:nth-child(3n+1){
          clear: none;
      }
      .home_speaker_row .center_row .col-md-15:nth-child(2n+1){
          clear: both;
      }
  /*	.home_speaker_row .center_row .row{
          margin-left: -7px;
          margin-right: -7px;
      }
      .home_speaker_row .center_row .col-md-15{
          padding-left: 7px;
          padding-right: 7px;
      }*/
      .award_container .left_col, .award_container .right_col{
          float: none;
          width: 100%;
          margin-bottom: 20px;
      }
      .prime_main .award_container .left_col, .prime_main .award_container .right_col{
          float: none;
          width: 100%;
      }
      .prime_main .award_container .left_col{
          margin-bottom: 12px;
      }
      .prime_main .award_container .right_col{
          margin-bottom: 0;
      }
      .award_container .way_row:first-child{
          margin-top: 30px;
      }
      .award_container .left_col{
          text-align: center;
      }
  
      .prime_main .award_container .icon{
          background-position: left center;
      }
      .award_container .right_col, .prime_main .award_container .right_col{
          padding-left: 0;
      }
      .login_section .row > div:nth-child(2) .login_container{
          border-left: none;
      }
      .login_section .row > div{
          margin-bottom: 60px;
      }
      .login_section .row > div:last-child{
          margin-bottom: 0;
      }
      .login_container{
          padding-left: 15px;
          padding-right: 15px;
      }
  
      .sa_tb .btn_blue{
          margin-bottom: 5px;
      }
      .sa_tb .btn_blue:last-child{
          margin-bottom: 0;
      }
      .sa_tb th, .sa_tb td{
          padding: 5px 5px 5px 5px;
          text-align: center;
          vertical-align: top;
      }
  
      .sa_tb th{
          font-size: 15px;
          white-space: normal;
      }
      .sa_tb td{
          font-size: 15px;
      }
  
      .sa_tb .title{
          margin-bottom: 5px;
      }
      .call_abstract_container .left_col .remark{
          font-size: 20px;
      }
      .sa_tb tr td:first-child{
          width: auto;
      }
      .contact_col{
          text-align: center;
      }
      .contact_col .award_container .right_col{
          width: 100%;
      }
  
      .color_heading{
          font-size: 24px;
          margin-bottom: 10px;
      }
      .project_team_row .bottom_row > .title{
          font-size: 22px;
          margin-bottom: 10px;
      }
      .project_team_row .people_cell .title{
          font-size: 18px;
      }
      .blog_cell .author_row{
          padding-left: 10px;
          padding-right: 10px;
      }
      .blog_cell .bottom_row{
          padding-bottom: 7px;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 10px;
      }
      .tag_list_row .left_col, .tag_list_row .right_col{
          float: none;
          text-align: center;
          width: 100%;
          font-size: 15px;
      }
      .tag_list_row .left_col{
          margin-bottom: 20px;
      }
      .styled_select .ui-selectmenu-button, .styled_select .ui-selectmenu-button:hover, .styled_select .ui-selectmenu-button:focus{
          padding: 15px 20px 15px 20px;
      }
      .tag_list_row{
          padding-bottom: 30px;
      }
      .blog_detail_main .title{
          font-size: 26px;
      }
      .speaker .speaker_detail_inner .title{
          margin-bottom: 7px;
          font-size: 15px;
      }
      .speaker_detail_inner .org{
          font-size: 14px;
      }
      .scrope_col .title{
          font-size: 26px;
      }
      .icon_heading_row .title{
          font-size: 25px;
      }
      .sh_row{
          padding-left: 30px;
          padding-right: 30px;
      }
      .sh_row .bx-wrapper .bx-prev{
          left: -30px
      }
      .sh_row .bx-wrapper .bx-next{
          right: -30px
      }
      .reg_plan_cell .title_row .title{
          height: auto;
      }
      .programme_container .speaker_detail .left_col, .programme_container .speaker_detail .right_col{
          float: none;
          width: 100%;
      }
      .programme_container .speaker_detail .right_col{
          padding-left: 0;
      }
      .programme_container .speaker_detail .left_col{
          margin-bottom: 20px;
      }
      .programme_container .top_row, .programme_container .bottom_row{
          padding-left: 15px;
          padding-right: 15px;
      }
      .programme_container .topic_row > .right_col{
          padding-left: 15px;
      }
      .programme_container .topic_row > .left_col .time{
          padding-left: 15px;
      }
      .blue_lighter_title{
          font-size: 24px;
          margin-bottom: 10px;
      }
      .reg_form_main .top_row .blue_lighter_title{
          margin-bottom: 20px;
      }
      .common_table .small_heading{
          font-size: 17px;
      }
  
      .common_table .small_heading, .hotel_table, .checkout_table{
          font-size: 14px;
      }
      .checkout_table .middle_title{
          font-size: 20px;
      }
      .checkout_table tr th:nth-child(1){
          width: 30%;
      }
      .hotel_table .radio_container{
          /*text-align: center;*/
          /*display: block;*/
      }
  
      .hotel_table .radio_container > input{
          display: inline-block;
      }
      .hotel_table tr th:nth-child(1){
          width: 40%;
      }
      .hotel_table .radio_container > .active{
          /*display: block!important;*/
          /*text-align: center;*/
          margin-left: 0;
      }
      .billing_col.address{
          width: auto;
      }
      label.error.error2{
          margin-left: 0;
          display: block;
          margin-top: 5px;
      }
      .home_banner_row.completed .home_banner .title{
          font-size: 30px;
          margin-bottom: 20px;
      }
      .home_banner_row.completed .home_banner .description{
          font-size: 24px;
          margin-bottom: 20px;
      }
      .newsletter_container{
          width: 100%;
          padding: 30px;
      }
      .newsletter_container .heading.middle{
          font-size: 28px;
      }
      .home-compliments-b{
          margin-bottom: 0;
      }
      .account_action_col, .account_action_col:last-child{
          margin-left: 20px;
          margin-right: 20px;
          margin-bottom: 20px;
      }
      .title_green{
          font-size: 18px;
      }
      .title_blue{
          font-size: 20px;
      }
      .mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset{
          white-space: normal!important;
      }
      .btn_blue{
          padding-left: 15px;
          padding-right: 15px;
      }
      .abstract_step_section .submit_row{
          margin-bottom: -10px;
      }
      .abstract_step_section .submit_row a{
          margin-bottom: 10px;
          margin-right: 0;
      }
      .menu_filter_cell .small_title{
          /*font-size: 10px;*/
      }
      .txt-color-blue.lighter{
          font-size: 30px;
      }
      .fixed_bottom_bar a{
          font-size: 14px;
      }
      .sitemap_container{
          flex-wrap: wrap;
      }
      .sitemap_col{
          flex: 0 50%;
      }
      .footer_logo_container{
          flex-wrap: wrap;
      }
      .col_organisers{
          margin-bottom: 20px;
      }
      .easy_accessibility{
          margin-left: 0;
          padding-left: 0;
      }
      .prime_main .heading{
          font-size: 28px;
      }
      .prime_img{
          width: 80px;
          left: 15px;
          top: -23px;
      }
      .award_container .icon_venue_logo{
          width: 160px;
          height: 80px;
          margin-bottom: 20px;
      }
      .sub_heading{
          font-size: 20px;
      }
      .home-speaker-title{
          width: 318px;
      }
      .abstract-title-graphic{
          margin-top: -16px;
          margin-left: 2px;
      }
      .abstract-title-txt{
          padding-left: 27px;
          /*text-align: right;*/
      }
      .abstract-title-txt02{
          margin-left: 0;
          text-align: left;
          display: block;
          padding-left: 29px;
      }
      .abstract-txt-b .abstract-title-txt{
          width: 300px;
          padding-left: 20px;
          max-width: 100%;
          text-align: left;
      }
  
      .section-title{
          position: relative;
          margin-bottom: 20px;
      }
      .section-title h2{
          font-size: 30px;
          line-height: 30px;
      }
      .call-for-abstracts-title-graphic{
          width: 80px;
          margin-left: -15px;
      }
      .section-title .txt-color-blue.lighter {
          font-size: 30px;
      }
      .abstract-title-txt1{
          padding-left: 47px;
      }
      .small_table{
          font-size: 13px;
      }
      .category_filter{
          margin-bottom: 20px;
      }
      .login_section .row > div{
          border-right: none;
      }
      .home-happening-slide {
          width: 100%;
      }
      .image-row{
          flex-direction: column;
      }
  }
  @media(max-width: 479px){
      .abstract-title-txt{
          /*padding-left: 0;*/
      }
      .home-happening-txt-mask {
      height: 315px;
  }
  }
  @media(max-width: 400px){
      .speaker .speaker_detail_inner .title {
          margin-bottom: 5px;
          font-size: 12px;
      }
      .speaker_detail_inner .org {
          font-size: 11px;
      }
      .menu_filter_cell .small_title{
          font-size: 11px;
      }
      .menu_filter_cell .title{
          font-size: 20px;
      }
      .abstract-title-txt{
          padding-left: 30px;
          /*width: 258px;*/
      }
      .abstract-title-txt02{
          padding-left: 0;
      }
  }
  
  @media(max-width: 320px){
      .common_table .small_heading, .hotel_table, .checkout_table{
          font-size: 13px;
      }
      .menu_filter_cell .title{
          font-size: 18px;
      }
      .menu_filter_cell .description{
          font-size: 12px;
      }
      .fixed_bottom_bar a{
          font-size: 12px;
      }
  }
  
  
  
  
  
  
  
  
  