.bg-red, button.bg-red{
  background: #E51717;
  color: #fff;
}
a.bg-red:hover, button.bg-red:hover{
  color: #000;
}
a.bg-orange, button.bg-orange{
  background: #F28C00;
  color: #fff;
  border: #F28C00;
}
a.bg-orange:hover, button.bg-orange:hover{
  color: #000;
}
a.bg-grey, button.bg-grey{
  background: #B1B1B1;
  color: #fff;
  border: #000;
}
a.bg-grey:hover, button.bg-grey:hover{
  color: #000;
}
.w-100{
  width: 100%;
}
.thumbnail {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  transition: ease all .3s;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.landscape {
  width: auto;
  height: 100%;
}
.intro-header {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 500;
}
.banner-index img {
  width: 100%;
}
.banner-index .item {
  position: relative;
}
.banner-index .item .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,.3), transparent);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: left;
}
.banner-index .item .desc div {
  color: #fff;
}
.banner-index .item .desc div h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  max-width: 80%;
  line-height: normal;
  line-height: 60px;
}
.banner-index .item .desc div hr {
  width: 200px;
  display: inline-block;
  border-top: 1px solid #FF8C03;
  margin-top: 50px;
}
.banner-index .item .desc div p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 24px;
  max-width: 80%;
}
.banner-index .owl-nav {
  z-index: 9;
}
.banner-index .owl-next, .banner-index .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff !important;
  font-size: 50px !important;
  opacity: .23;
  display: flex;
}
.banner-index .owl-next:hover, .banner-index .owl-prev:hover {
  opacity: 1;
}
.banner-index .owl-next {
  right: 5px;
}
.banner-index .owl-prev {
  left: 5px;
}
.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.btn-outline-white:hover {
  background: #fff;
  color: #555;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 15px;
  line-height: normal;
  width: auto;
}
.s-animated {
  animation: up-down 1.5s ease-in-out infinite alternate-reverse both;
  position: absolute;
  right: 0;
  bottom: 0;
}
.scroll {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  transform: rotate(-90deg);
  position: relative;
  display: block;
}
.scroll span {
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 8px;
  opacity: .5;
  margin-right: 10px;
}
.supported {
  padding-top: 0;
  padding-bottom: 30px;
}
.supported .intro {
  white-space: nowrap;
  padding-top: 45px;
  padding-right: 30px;
}
.list-supported img {
  margin: 15px;
}
.about-landing {
  background: url(../img/bg-cleft.png);
  /*background-size: 100% auto;*/
  padding: 0;
  overflow: hidden;
}
.right-sponsored {
  background: #FAFAFA;
  position: relative;
  padding: 70px 0 50px 50px; 
}
.right-sponsored:after {
  background: #FAFAFA;
  width: 1000%;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  content: "";
}
.right-sponsored .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.right-sponsored .thumbnail {
  width: 275px;
  height: 140px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,.09);
  margin-bottom: 20px;
  z-index: 1;
} 
.right-sponsored .thumbnail img, .list-sponsor .thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.index-intro {
  width: 100%;
  max-width: 785px;
  padding: 70px 30px 50px 0;
}
.index-intro .float-left {
  text-align: center;
  margin-right: 40px;
}
.index-intro .float-left img {
  margin-bottom: 15px;
}
.index-intro .float-left h4 {
  font-size: 16px;
  font-weight: 600;
}
.index-intro .float-left span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 30px;
}
.index-intro.paper {
  max-width: 885px;
}
.title-section {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    line-height: normal;
}
.title-section button {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #2A4D9E;
  border:none;
  outline: none !important;
  box-shadow: none !important;
}
.title-section button .bx {
  border: 1px solid #2A4D9E;
  border-radius: 30px;
  float: right;
  margin-left: 10px;
}
.border-right-blue {
    position: relative;
    display: inline-block;
}
.border-right-blue:after {
    position: absolute;
    width: 1000%;
    height: 2px;
    left: 100%;
    top: 14px;
    margin-left: 15px;
    opacity: .3;
    content: "";
    background: #2A4D9E;
}
.text-center.border-right-blue:after {
  left: 0;
  margin-left: 0;
}
.list-sponsor .thumbnail {
  width: 100%;
  border: 1px solid #DDDDDD;
  height: 120px;
  background: #fff;
} 
.row-sponsor {
  margin-left: -10px;
  margin-right: -10px;
}
.col-sponsor {
  padding: 10px;
}
.banner-page {
  position: relative;
}
.banner-page img {
  width: 100%;
}
.banner-page .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,.3), transparent);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: left;
}
.banner-page .desc div {
  color: #fff;
}
.banner-page .desc div h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
  max-width: 80%;
  line-height: normal;
  line-height: 60px;
}
.banner-page .desc div hr {
  width: 200px;
  display: inline-block;
  border-top: 1px solid #FF8C03;
  margin-top: 30px;
  margin-bottom: 0;
}
.title-sect2 {
  color: #000;
  font-weight: 800;
  font-size: 32px;
}
.mb-10 {
  margin-bottom: 10px;
}
.thumb-e1 {
  height: 380px;
  margin-bottom: 10px;
}
.thumb-e1 img,
.thumb-e2 img {
  min-height: 100%;
  object-fit: cover;
}
.thumb-e2 {
  height: 185px;
  margin-bottom: 10px;
}
.thumb-e1:before, .thumb-e2:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  content: "";
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(255,255,255,0) 50%);
  z-index: 1;
  height: 70%;
}
.row-m5 {
  margin-left: -5px;
  margin-right: -5px;
}
.col-p5 {
  padding-left: 5px;
  padding-right: 5px;
}
.thumb-e2 .desc, .thumb-e1 .desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px;
  z-index: 2;
  background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(0 0 0 / 0%) 100%, rgb(0 0 0 / 0%) 100%);
}
.thumb-e2 .desc h2, .thumb-e1 .desc h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.thumb-e2 .desc p, .thumb-e1 .desc p {
  color: #A5A5A5;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.thumb-sponsor {
    border-radius: 4px;
    /*height: 430px;*/
    height: 100%;
}
.desc-sponsor {
    padding-left: 30px;
}
.desc-sponsor .title-cnt, .title-cnt {
  font-size: 24px;
  margin-top: 0;
  color: #0A0A0A;
  margin-bottom: 15px;
  font-weight: 600;
}
.desc-sponsor a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  background: #2A4D9E;
}
.desc-sponsor a:hover {
  background: #1e366f;
}
.desc-sponsor a i {
  color: #fff;
  font-size: 20px;
}
.fs-12 {
  font-size: 12px;
}
.acc-sponsorship .price {
  float: right;
  display: inline-block;
}
.acc-sponsorship .card-header button {
  width: 100%;
  padding: 0;
}
.acc-sponsorship .card-header button img {
  max-width: 200px;
  max-height: 84px;
}
.acc-sponsorship .price {
  width: 100%;
  text-align: right;
  color: #3E3E3E;
}
.acc-sponsorship .price h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  color: #3E3E3E;
}
.acc-sponsorship .price span {
  display: block;
  font-size: 14px;
}
.acc-sponsorship .price span .bx-chevron-down {
  font-size: 22px;
  float: right;
  margin-top: -2px;
}
.acc-sponsorship .price span.text-primary {
  margin-top: 13px;
  text-decoration: underline;
}
.acc-sponsorship .card-header button[aria-expanded='true'] span .bx-chevron-down {
  transform: rotate(-90deg);
}
.acc-sponsorship .card-body li {
  line-height: 30px;
}
.accordion.acc-sponsorship>.card:not(:last-of-type) {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.nav-rooms.nav-tabs {
  border-bottom: 0;
  margin-bottom: 30px;
}
.nav-rooms.nav-tabs .nav-link {
  border: 1px solid #2A4D9E;
  background: #fff;
  padding: 10px 50px;
  border-radius: 0;
  font-size: 20px;
  color: #3E3E3E;
  margin-right: 15px;
  text-align: center;
}
.nav-rooms.nav-tabs li:last-child .nav-link {
  margin-right: 0;
}
.nav-tabs.nav-rooms .nav-item.show .nav-link, .nav-tabs.nav-rooms .nav-link.active, .nav-tabs.nav-rooms .nav-link.active:hover {
  background: #2A4D9E;
  color: #fff;
}
.nav-rooms.nav-tabs .nav-link:hover {
  color: #2A4D9E; 
}
.nav-roomstype.nav-tabs {
  border-bottom: 0;
}
.nav-roomstype.nav-tabs .nav-link {
  border: 0;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 9%);
  padding: 15px 30px 10px 30px;
  border-radius: 0;
  font-size: 14px;
  color: #3E3E3E;
  background: #F5F5F5;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  white-space: nowrap;
  text-align: center;
}
.nav-roomstype.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs.nav-roomstype .nav-item.show .nav-link, .nav-tabs.nav-roomstype .nav-link.active, .nav-tabs.nav-roomstype .nav-link.active:hover {
  background: #3E3E3E;
  color: #fff;
}
.nav-roomstype.nav-tabs .nav-link:hover {
  color: #2A4D9E; 
}
.tb-rooomtype {
  box-shadow: 0px 3px 6px rgb(0 0 0 / 9%);
  background: #fff;
  position: relative;
  z-index: 1;
}
.tb-rooomtype .tab-pane {
  padding: 0;
  overflow: auto;
}
.horizontal-scroll-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 1px;
  background: #abc;
  overflow: auto;
}
/* width */
.nav-roomstype.nav-tabs::-webkit-scrollbar {
  height: 2px;
}
.nav-roomstype.nav-tabs:hover::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.nav-roomstype.nav-tabs::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.nav-roomstype.nav-tabs::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.nav-roomstype.nav-tabs::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.list-rooms td {
  padding: 25px;
  border-bottom: 1px solid #ccc;
}
.list-rooms td:first-child {
  white-space: nowrap;
}
.list-rooms tr:last-child td {
  border-bottom: 0;
}
.list-media {
  width: 280px;
}
.list-media a {
  background: none;
  padding: 0;
  position: relative;
}
.list-media a:hover {
  background: none;
}
.list-media .desc {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.list-media .thumbnail {
  height: 220px;
  border-radius: 5px;
}
.list-media .thumbnail:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(255,255,255,0) 50%);
}
.list-media:hover .thumbnail img {
  width: 110%;
}
.list-media .desc h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.list-media .desc span {
  display: flex;
  align-items: center;
  max-height: 0;
  transition: max-height .2s ease-in-out;
  overflow: hidden;
  font-size: 12px;
}
.list-media:hover .desc span {
  max-height: 50px;
}
.owl-carousel.banner-media .owl-nav {
  margin-top: 15px;
}
.owl-carousel.banner-media .owl-nav button.owl-next, .owl-carousel.banner-media .owl-nav button.owl-prev {
  background: #ccc;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}
.owl-carousel.banner-media .owl-nav button.owl-next:hover, .owl-carousel.banner-media .owl-nav button.owl-prev:hover {
  background: #2A4D9E;
  font-size: 34px;
}
.owl-carousel.banner-media .owl-nav button.owl-prev {
  margin-right: 15px;
}
.bb-blue {
  border-bottom: 3px solid rgb(42 77 158 / 27%);
}
.bg-darkblue {
  position: relative;
  background: #1F3059;
}
.bg-darkblue:before {
  background: #1F3059; 
  position: absolute;
  top: 0;
  right: 100%;
  width: 1000%;
  content: "";
  height: 100%;
}
.bg-darkblue:after {
  background: #1F3059; 
  position: absolute;
  top: 0;
  left: 100%;
  width: 1000%;
  content: "";
  height: 100%;
}
.bg-darkblue *{
  color: #fff !important;
}
.list-speakers {
  background: url(../img/bg-speakers.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 30px 20px 30px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0,0,0,.09);
}
.list-speakers h2 {
  background: linear-gradient(to right, #80D5FF, #034B8A);
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  font-size: 24px;
  padding: 10px 30px;
  border-radius: 5px;
}
.list-speakers h3 {
  font-size: 16px;
  color: #1F3059;
  margin-top: 15px;
  font-weight: 600;
  font-style: italic;
}
.pash-speakers {
  display: flex;
}
.pash-speakers .thumbnail {
  width: 100px;
  min-width: 100px;
  height: 120px;
  background: #fff;
  border: 1px solid #ccc;
}
.pash-speakers .desc {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.pash-speakers h4 {
  font-size: 24px;
  color: #1F3059;
}
.pash-speakers p {
  font-size: 12px;
  color: #828282;
  margin-bottom: 0;
  font-style: italic;
}
.accordionSideEvents .card-header {
  padding: 0;
}
.accordionSideEvents .card-header button {
  padding: 10px 15px;
  padding-right: 50px;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  background: #fff;
  position: relative;
}
.accordionSideEvents .card-header button p {
  display: block;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
  font-size: 18px;
}
.accordionSideEvents .card-header button span {
  font-size: 11px;
  color: #2A4D9E;
}
.accordionSideEvents .card-header button .arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordionSideEvents .card-header button .arrow .bx {
  display: flex;
  width: 30px;
  height: 30px;
  color: #1F3059;
  border-radius: 30px;
  border: 2px solid #1F3059;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  transition: ease all .3s;
}
.accordionSideEvents .card-header button[aria-expanded="true"] .arrow .bx {
  transform: rotate(90deg);
}
.accordionSideEvents .card-body {
  color: #fff;
  background: #1F3059;
}
.accordionSideEvents .card-body p:last-child {
  margin-bottom: 0;
}
.accordionSideEvents .card {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
  box-shadow: 0px 3px 6px rgba(0,0,0,.09);
}
.reg-header-section {
  border-bottom: 3px solid rgba(31, 48, 89, 0.3);
  padding-bottom: 1.3rem;
}
.index-intro div >hr {
    background-color: #1F3059;
    opacity: .5;
    margin: 4px -15px -15px;
}
.reg-form-section .select-conference {
  /*color: #2A4D9E;*/
  font-size: 14px;
}
.reg-form-section .select-conference.event-title {
  color: #2A4D9E;
  font-size: 18px;
}
.reg-form-section  input[type=checkbox] {
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #2A4D9E;
    border-radius: 6px;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
    margin-top: 0px;
}
.reg-form-section  input[type=checkbox]:checked {
    border: 1px solid #41B883;
    background-color: #2A4D9E;
}
.reg-form-section  input[type=checkbox]:checked:after {
    font-family: FontAwesome;
    content: "\f00c";
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0.2rem;
    top: -0.01rem;
}
.reg-form-section  input[type=radio] {
    height: 16px;
    width: 16px;
    margin-top: .2rem;
    -moz-appearance: none;
    appearance: none;
    background-clip: content-box;
    border: 1px solid #2A4D9E;
    background-color: white;
    border-radius: 50%;
    outline: none;
}
.reg-form-section  input[type=text], .reg-form-section textarea, .reg-form-section select {
    border-radius: 8px;
    border: 1px solid #E3E3E3;
}
.reg-form-section  input[type=text]::placeholder, .reg-form-section  textarea::placeholder, .reg-form-section select::disabled {
    color: #A5A5A5;
}
.reg-form-section  input[type=text]:-webkit-input-placeholder, .reg-form-section  textarea:-webkit-input-placeholder {
    color: #A5A5A5;
}
.reg-form-section  input[type=text]:-ms-input-placeholder, .reg-form-section  textarea:-ms-input-placeholder {
    color: #A5A5A5;
}
.reg-form-section  input[type=radio]:checked {
    outline: none;
    padding: 2px;
    background-color: #2A4D9E;
    border: 1px solid #2A4D9E;
}
.reg-form-section  .form-check-label {
    margin-left: 1rem;
    margin-top: 0;
}
.reg-form-section  .note p {
  margin: 0.8rem 0;
}
.reg-form-section  .note {
  font-size: 14px;
}
.reg-form-section .table {
  border-radius: 8px;
}
.registration-form button.btn-regsiter {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    background: #2A4D9E;
    border: 0;
}
.alert.alert-custom {
    width: 400px;
}

.alert.alert-danger {
  background-color: #f45e65;
    border-color: #f45e65;
    color: #fff;
}
.alert.alert-custom .alert-message p {
    margin-bottom: 1rem;
    font-size: 14px;
}
.alert.alert-custom .alert-message p:last-child {
    margin-bottom: 0px;
}
#main.reg-main {
    background-color: #F5F5F5;
    margin-top: 0px;
}
.reg-main .d-flex {
    /* border: 1px solid; */
    -webkit-box-shadow: 0px 3px 6px 0px #00000029;
    -moz-box-shadow: 0px 3px 6px 0px #00000029;
    box-shadow: 0px 3px 6px 0px #00000029;
    background-color: #fff;
}

.reg-main .return-back{
    color: #2A4D9E;
    font-weight: 600;
}
.hidden {
    display: none !important;
}
.acc-sponsorship .reg-btn {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    background: #2A4D9E;
}
.contact-detail span {
    color: #2A4D9E;
    font-weight: 700;
}
.contact-form {
  background: url(../img/bg-cleft.png);
  /*background-size: 100% auto;*/
  padding: 0;
  overflow: hidden;
}
.contact-form {
    background: url(../img/contact-bg.png);
    /*background-color: #0B193A;*/
    /*background-size: 100% auto;*/
    padding: 0;
    overflow: hidden;
}
.contact-form .reg-form-section {
    margin: 0 40px;
    color: #FFFFFF;
}
.contact-form .contact-title {
    font-size: 24px;
    font-weight: 600;
}
.contact-form button.btn-regsiter {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    background: #2A4D9E;
    border: 0;
}
.contact-form .submit-btn-group {
    height: 40px;
}
.mc-detail .position {
  font-size: 12px;
  color: #2A4D9E;
  font-weight: 600;
}
.mc-detail .name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.mc-detail .title {
  font-size: 16px;
  color: #A5A5A5;
}
.desc-sponsor .note p {
  color: #3E3E3E;
  margin: 0;
  font-size: 12px;
  font-style: italic;
}
.footer-links .fa {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.footer-links.contact-us p{
  margin-bottom: 0;
}
.list-speakers .note {
  margin-bottom: 0;
  font-style: italic;
  font-size: 12px;
}
.side-event-registration {
  /*margin: 50% 0;*/
}
.side-event-registration a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  background: #2A4D9E;
}
.banner-media .owl-dots {
  margin-top: 15px;
}

#collapseGallery.collapse {
    display: block;
    height: 390px !important;
    overflow: hidden;
}
#collapseGallery.collapse.show {
    height: auto !important;
}
#collapseGallery.collapse.show .collapse-thumbnail {
    /*display: none;*/
    overflow-y: hidden;
    max-height: 0px; /* approximate max height */

    transition: .3s transform ease-in-out;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#general-register #industry-sector {
  color: #3E3E3E;
}
.table .thead-purple th {
    color: #fff;
    background-color: #2A4D9E;
    border-color: #E4E4E4;
}
.suggested-topic-list ol li {
    margin-bottom: 1.5rem;
}
.important-dates .box-list {
  margin-bottom: 10px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  height: 100px;
}
.important-dates .box-list .date {
  min-width: 30%;
  border-right: 1px solid #00000029;
  padding-top: 35px;
  font-weight: 700;
}

.important-dates .box-list .description {
  padding-top: 35px;
  padding-left: 20px;
  font-weight: 600;
}
.important-dates .step {
  width: 24px;
  height: 96px;
  opacity: 1;
  margin-right: 10px;
}
.important-dates .step:before {
  content: "";
  position: absolute;
  width: 0;
  top: -11px;
  left: 22px;
  height: 0;
  border-width: 15px 4px;
  border-style: solid;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border-color: transparent transparent transparent #fff;
}
.important-dates .step:after {
  content: "";
  position: absolute;
  width: 0;
  top: 85px;
  left: 22px;
  height: 0;
  border-width: 11px 4px;
  border-style: solid;
  border-color: white #fff white transparent;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border-color: white #fff white transparent;
}
.important-dates .step.step-1 {
  background: #c5c8dd 0% 0% no-repeat padding-box;
}
.important-dates .step.step-2 {
  background: #9FA4CA 0% 0% no-repeat padding-box;
}
.important-dates .step.step-2:before {
  top: 99px;
}
.important-dates .step.step-2:after {
  top: 193px;
}
.important-dates .step.step-3 {
  background: #7880B6 0% 0% no-repeat padding-box;
}
.important-dates .step.step-3:before {
  top: 209px;
}
.important-dates .step.step-3:after {
  top: 305px;
}
.important-dates .step.step-4 {
  background: #525CA3 0% 0% no-repeat padding-box;
}
.important-dates .step.step-4:before {
  top: 319px;
}
.important-dates .step.step-4:after {
  top: 414px;
}
.important-dates .step.step-5 {
  background: #2B388F 0% 0% no-repeat padding-box;
}
.important-dates .step.step-5:before {
  top: 429px;
}
.important-dates .step.step-5:after {
  top: 414px;
}
.registration-fee .overseas-participant {
  background-color: #7880B6 !important;
}
.registration-fee .local-academia {
  background-color: #9FA4CA !important;
}
.registration-fee tbody tr .list {
  float: left;
  margin-left: 4rem;
  margin-right: 4rem;
}
.academic-committee {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}
.academic-committee .lead-icon {
  background: url(../img/lead-icon.png) 0 0;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  padding: 0;
}
.academic-committee .editor-icon {
  background: url(../img/editor-icon.png) 0 0;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  padding: 0;
}
.academic-committee .tech-com-icon {
  background: url(../img/group-icon.png) 0 0;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  padding: 0;
}
.paper-contact-detail span {
  color: #000;
  font-weight: 600;
}
.paper-contact-detail .address {
  font-style: italic;
  color: #929292;
  font-weight: 500;
}
.paper-contact-detail .separator {
  display:flex;
  align-items: center;
}

.paper-contact-detail .separator .line {
  height: 1px;
  flex: 1;
  background-color: #929292;
}

.paper-contact-detail .separator p {
  font-size: 10px;
  padding: 0 1rem;
  margin: 0;
}
.sticky .logo-nav.co-host {
  width: 160px;
}
.text-red {
  color: #fb3640;
}
.event-title .enter-event {
  max-width: 250px;
  cursor: pointer;
}
