/*
PMAC COLOR 2020
*/
@import url("../../fonts/Roboto-Bold/styles.css");
@import url("../../fonts/Roboto-Medium/styles.css");
@import url("../../fonts/Roboto-Regular/styles.css");
@import url("../../fonts/Roboto-Light/styles.css");
@import url("../../fonts/Roboto-Thin/styles.css");
@import url("../../fonts/AvenirNextLTPro-Regular/styles.css");
@import url("../../fonts/AvenirNext-Bold/styles.css");
@import url("../../fonts/AvenirNextLTPro-Demi/styles.css");
@import url("../../fonts/AvenirNextLTPro-MediumCn/styles.css");
.slider-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  /*.line-banner{
	
	}*/ }
  .slider-banner-container .slider-banner-fullwidth {
    width: 100%;
    position: relative;
    display: none; }
  .slider-banner-container .tp-bannertimer {
    background: #59AEC1; }
  .slider-banner-container .line {
    background: #59AEC1;
    height: 5px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  font-size: 12px; }

.select2-container--bootstrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
  .select2-container--bootstrap .select2-selection--single {
    border: 1px solid #797979;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75); }
  .select2-container--bootstrap.select2-container--focus .select2-selection {
    border: 1px solid #797979; }
  .select2-container--bootstrap.select2-container--open .select2-selection {
    border: 1px solid #797979;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6f6f6f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6f6f6f; }
  .select2-container--bootstrap .select2-dropdown {
    border: 1px solid #797979; }

.dropzone {
  min-height: auto;
  border: 2px dashed #254a66; }

/* Styles for dialog window */
.block-popup-fick {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 80%;
  margin: 40px auto;
  position: relative;
  overflow: scroll;
  height: 600px; }
  @media (max-width: 768px) {
    .block-popup-fick {
      height: 650px; } }
  .block-popup-fick ul li {
    margin-top: 10px;
    margin-bottom: 10px; }
  .block-popup-fick b {
    margin: 5px 0; }
  .block-popup-fick span {
    color: #2A4F72; }

/**
	 * Fade-zoom animation for first dialog
	 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
	 * Fade-move animation for second dialog
	 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.evaluation .nav-top {
  list-style-type: none;
  padding-left: 0px; }
  .evaluation .nav-top .box-nav-top {
    padding-top: 15px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd; }
  .evaluation .nav-top .nav-in {
    list-style-type: none;
    padding-left: 17px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .evaluation .nav-top .nav-in .box-nav-in {
      padding-bottom: 20px;
      font-weight: bold; }

.evaluation .box {
  background: #e4e4e4;
  padding: 10px; }

.evaluation .header-title {
  font-weight: bold;
  color: #2A4F72;
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  padding-top: 15px;
  border-top: 1px solid #b7b7b7;
  text-align: center; }

.evaluation .header-desc {
  margin-top: 25px;
  font-size: 15px; }

.evaluation .title {
  font-size: 14px;
  font-weight: bold; }

.evaluation .hotel_title {
  padding-left: 20px;
  font-weight: bold;
  color: #ff0707;
  font-size: 15px; }

.evaluation .fa-star {
  color: #2a4f72; }

.evaluation .wrap-rating {
  margin-right: 3px;
  margin-left: 3px; }

.evaluation .rating-desc {
  margin-left: 5px;
  letter-spacing: 2px; }

.evaluation .hidden_3, .evaluation .hidden_19 {
  display: none; }

.evaluation #hidden_other_3, .evaluation #hidden_other_19 {
  background: #f2f57152;
  padding: 15px 0px 15px 0px; }

.evaluation .block {
  display: block; }

.evaluation select {
  width: 50%; }

.evaluation textarea {
  width: 50%; }

body {
  font-family: "AvenirNextLTPro-Regular";
  font-size: 16px;
  line-height: 1.42857143;
  color: #59595B;
  letter-spacing: 0.5px; }

b {
  font-family: 'AvenirNext-Bold'; }

h1 {
  font-size: 22px;
  color: #0e0e0e;
  text-transform: uppercase; }

h2 {
  font-size: 20px;
  color: #0e0e0e; }

h3 {
  font-size: 17px;
  color: #0e0e0e; }

h1, h2, h3, h3, h4, h5 {
  font-family: "AvenirNextLTPro-Regular";
  font-weight: none; }

a {
  color: #58585b;
  font-family: "AvenirNextLTPro-Regular"; }
  a:hover {
    text-decoration: none; }

.cropControlRotateLeft, .cropControlRotateRight {
  display: none !important; }

#site {
  /*.container {
width: 1280px !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  float: left;
}*/ }
  #site .header {
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px; }
  #site .navbar {
    margin: 0;
    min-height: auto;
    border: 0;
    background-color: transparent; }
    #site .navbar .main-menu {
      background-color: transparent;
      padding: 0;
      font-family: 'AvenirNextLTPro-Regular'; }
      #site .navbar .main-menu .line-vertical-center {
        border-bottom: 1px solid #0E1937;
        border-top: 1px solid #0E1937; }
        @media (max-width: 767px) {
          #site .navbar .main-menu .line-vertical-center .wrap-inner {
            width: 100%; } }
        @media (max-width: 767px) {
          #site .navbar .main-menu .line-vertical-center .wrap-inner ul li {
            display: block;
            float: none; } }
        #site .navbar .main-menu .line-vertical-center .wrap-inner ul li a {
          background-color: transparent;
          padding: 10px 13px;
          border: 0;
          text-decoration: none;
          color: #000;
          display: block;
          text-align: left; }
          @media (max-width: 767px) {
            #site .navbar .main-menu .line-vertical-center .wrap-inner ul li a {
              text-align: left; } }
          @media (min-width: 1400px) {
            #site .navbar .main-menu .line-vertical-center .wrap-inner ul li a {
              padding: 10px 20px; } }
          #site .navbar .main-menu .line-vertical-center .wrap-inner ul li a:hover {
            background-color: #0E1937;
            color: #fff; }
        #site .navbar .main-menu .line-vertical-center .wrap-inner ul li .site-active-menu {
          color: #fff;
          background-color: #0E1937; }
        #site .navbar .main-menu .line-vertical-center .wrap-inner ul li .dropdown-list-menu-home {
          display: none;
          position: absolute; }
          #site .navbar .main-menu .line-vertical-center .wrap-inner ul li .dropdown-list-menu-home li {
            display: block;
            background-color: rgba(125, 123, 123, 0.91);
            z-index: 30;
            position: relative;
            float: initial;
            text-align: left;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            @media (max-width: 767px) {
              #site .navbar .main-menu .line-vertical-center .wrap-inner ul li .dropdown-list-menu-home li {
                display: none !important; } }
            #site .navbar .main-menu .line-vertical-center .wrap-inner ul li .dropdown-list-menu-home li:hover {
              background-color: #0E1937;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            #site .navbar .main-menu .line-vertical-center .wrap-inner ul li .dropdown-list-menu-home li a {
              border: 0;
              color: #fff; }
        #site .navbar .main-menu .line-vertical-center .wrap-inner ul .dropdown-home:hover .dropdown-list-menu-home {
          display: block; }
  #site #page-home .block-countdown .btn-view {
    /*font-size: 18px;*/
    padding: 5px 20px;
    border: 1px solid rgba(0, 0, 0, 0.278431); }
    #site #page-home .block-countdown .btn-view:hover {
      background-color: #365173;
      color: #fff;
      border: 0; }
  #site #page-home .time-line img {
    margin: 0 auto; }
  @media (max-width: 767px) {
    #site #page-home .time-line .p-r-0 {
      padding-right: 15; }
    #site #page-home .time-line .p-l-0 {
      padding-left: 15; } }
  #site #page-home .headline {
    /*font-weight: bold;*/
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 25px; }
    #site #page-home .headline span {
      color: #dc5940; }
  #site #page-home .icon-menu-home {
    width: 50px;
    height: 55px;
    display: block; }
  #site #page-home .boxtime {
    padding-top: 10px; }
    #site #page-home .boxtime p {
      margin: 0;
      font-size: 17px;
      font-weight: bold;
      padding-top: 5px;
      color: #1e8793; }
    #site #page-home .boxtime h1 {
      font-size: 36px;
      margin-top: 8px;
      color: #dc5940; }
  #site #page-home .border-right {
    border-right: 1px solid #ddd; }
  #site #page-home .border-left {
    border-left: 1px solid #ddd; }
  #site #page-home .list-menu-pmac-home {
    margin: 0;
    padding: 0; }
    #site #page-home .list-menu-pmac-home li {
      display: inline-block;
      text-align: center;
      padding: 5px 15px;
      color: #fff; }
      #site #page-home .list-menu-pmac-home li .icon-statement {
        background: url("../../site/img/icons/icon-menu-home.png") -40px -19px no-repeat;
        margin: 0 auto; }
      #site #page-home .list-menu-pmac-home li .icon-photo {
        background: url("../../site/img/icons/icon-menu-home.png") -140px -19px no-repeat;
        margin: 0 auto; }
      #site #page-home .list-menu-pmac-home li .icon-logistics {
        background: url("../../site/img/icons/icon-menu-home.png") -240px -19px no-repeat;
        margin: 0 auto; }
      #site #page-home .list-menu-pmac-home li .icon-synthesis {
        background: url("../../site/img/icons/icon-menu-home.png") -340px -19px no-repeat;
        margin: 0 auto; }
      #site #page-home .list-menu-pmac-home li a {
        color: #fff;
        outline: none; }
  #site #page-home .block-news {
    /*background-color: #F3F3F3;*/
    /*box-shadow: inset 0 0 10px #e0e0e0;*/ }
    #site #page-home .block-news .headline {
      margin-top: 0px;
      margin-bottom: 40px;
      color: #365173; }
    #site #page-home .block-news .block-slide .block-img-news img {
      border: 1px solid rgba(0, 0, 0, 0.16); }
    #site #page-home .block-news .block-slide .block-desc {
      position: relative; }
      #site #page-home .block-news .block-slide .block-desc .block-date-news {
        position: absolute;
        top: -35px;
        left: 10%;
        background-color: #95974d;
        padding: 5px 10px;
        color: #fff;
        text-align: center; }
        #site #page-home .block-news .block-slide .block-desc .block-date-news h4 {
          font-weight: bold;
          margin-bottom: 0; }
      #site #page-home .block-news .block-slide .block-desc .block-text-desc {
        padding: 30px 10px;
        position: relative;
        height: 230px; }
        #site #page-home .block-news .block-slide .block-desc .block-text-desc .readmor-btn-new {
          position: absolute;
          bottom: 10px; }
    #site #page-home .block-news .owl-carousel .owl-nav {
      position: absolute;
      top: 20%;
      width: 100%; }
  #site #page-home .block-speakers {
    color: #fff; }
    #site #page-home .block-speakers h2 {
      margin-bottom: 30px; }
    #site #page-home .block-speakers .block-slide .block-desc {
      padding-top: 20px;
      text-align: center; }
      #site #page-home .block-speakers .block-slide .block-desc h4 {
        margin-bottom: 5px; }
    #site #page-home .block-speakers .block-slide img {
      border-radius: 10px; }
    #site #page-home .block-speakers .owl-carousel .owl-nav {
      position: absolute;
      top: 30%;
      width: 100%; }
  #site #page-home .block-pmac-phone {
    color: #231F20; }
    #site #page-home .block-pmac-phone .block-desc {
      padding-left: 70px; }
    #site #page-home .block-pmac-phone h1 {
      color: #231F20; }
  #site #page-home .owl-carousel .owl-nav {
    position: absolute;
    top: 20%;
    width: 100%; }
    #site #page-home .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      left: -35px;
      line-height: 0;
      padding: 5px 7px;
      border-radius: 20px;
      /*  background-color: #d0d062;*/ }
    #site #page-home .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: -35px;
      line-height: 0;
      padding: 5px 7px;
      padding-right: 6px;
      border-radius: 20px;
      /*background-color: #d0d062;*/ }
  #site #page-home .owl-carousel .owl-dots {
    display: none; }
  #site #page-home .wrap-content-top .download {
    color: #fff;
    background-color: #365173;
    border: 1px solid #365173;
    font-size: 10px;
    padding: 5px 20px 5px 20px;
    margin-top: 10px; }
  #site #page-conference-program {
    /*.line-v1 {
		width: 7%;
		border: 0.5px solid #2A4F72;
		height: 1px;
	}*/ }
    #site #page-conference-program.margin-top-fick {
      margin-top: -20px; }
    #site #page-conference-program .block-background .text-right .color-blue-2020 {
      color: #365173; }
    #site #page-conference-program .block-background .accordion {
      overflow: hidden; }
      #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-title {
        width: 100%;
        padding: 15px 10px;
        display: inline-block;
        border-top: 1px solid #1a1a1a;
        /*border-bottom:1px solid #1a1a1a;*/
        -webkit-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        transition: all linear 0.15s;
        color: #404041; }
        #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-title:hover {
          background: rgba(193, 193, 193, 0.13);
          text-decoration: none; }
        #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-title span.custom-title {
          color: #404041; }
        #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-title span {
          color: #59aec1;
          position: relative;
          z-index: 0; }
        #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-title .icon-arrow-program {
          position: absolute;
          right: 30px; }
        #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-title .icon-arrow-program-side {
          float: right; }
        #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-title .icon-pdf {
          display: inline-block;
          padding-right: 15px; }
        #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-title .icon-morning {
          display: inline-block;
          padding-right: 15px;
          width: 4%; }
      #site #page-conference-program .block-background .accordion .accordion-section .active {
        text-decoration: none; }
      #site #page-conference-program .block-background .accordion .accordion-section .accordion-section-content {
        padding: 15px;
        display: none; }
      #site #page-conference-program .block-background .accordion .accordion-section:last-child .accordion-section-title {
        border-bottom: 1px solid #1a1a1a; }
    #site #page-conference-program .block-background .accordion, #site #page-conference-program .block-background .accordion * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #site #page-conference-program .block-background #sidemeeting a {
      text-decoration: none; }
    #site #page-conference-program .block-background #sidemeeting .accordion {
      overflow: hidden; }
      #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section {
        /*&:last-child .accordion-section-title-1 {
						border-bottom:1px solid #1a1a1a;
					}*/ }
        #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .accordion-section-title {
          width: 100%;
          /*padding: 15px 10px;*/
          padding: 15px 15px 15px 17px;
          display: inline-block;
          border-top: none;
          border-bottom: 1px solid #a9a9a9;
          -webkit-transition: all linear 0.15s;
          -o-transition: all linear 0.15s;
          transition: all linear 0.15s;
          color: #404041;
          background-color: #f5f5f5;
          /*span{
					    	color: #59aec1;
					    	position: relative;
					    	z-index: 0;
					    }*/ }
          #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .accordion-section-title:hover {
            background: rgba(193, 193, 193, 0.13);
            text-decoration: none; }
          #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .accordion-section-title span.custom-title {
            color: #404041; }
          #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .accordion-section-title .icon-arrow-program {
            position: absolute;
            right: 30px; }
          #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .accordion-section-title .icon-pdf {
            display: inline-block;
            padding-right: 15px 18px; }
        #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .section-top {
          border-top: 1px solid #a9a9a9; }
        #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .active {
          text-decoration: none; }
        #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .accordion-section-content {
          padding: 15px;
          display: none; }
        #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session {
          padding-left: 0;
          list-style-type: none; }
          #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li {
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
            position: relative;
            z-index: 2; }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li:after {
              content: " ";
              position: absolute;
              bottom: 0px;
              left: 0%;
              right: -83%;
              width: 100%;
              height: 0px;
              border-bottom: 1px solid #dcdcdc;
              z-index: 1; }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .title-code {
              color: #2A4F72;
              font-weight: 600;
              margin-bottom: 0;
              font-size: 16px; }
              #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .title-code span {
                float: right;
                color: #006AB6;
                font-weight: normal;
                font-size: 13px; }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .title-meeting {
              font-weight: normal;
              color: #2A4F72;
              font-weight: 600;
              margin-bottom: 25px;
              margin-top: 0;
              width: 60%;
              font-size: 15px; }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .title-organizer {
              font-weight: normal;
              margin-bottom: 0;
              font-size: 13px;
              color: #2A4F72;
              /*font-style: italic;*/ }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .desc-organizer {
              margin-bottom: 0px;
              font-size: 13px;
              color: #2A4F72;
              font-weight: normal; }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .desc-co-organizer {
              margin-bottom: 5px;
              font-size: 13px;
              color: #2A4F72;
              /*font-style: italic;*/ }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .box-co-organizer {
              /*padding-top: 15px;*/
              padding-bottom: 15px; }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .title-room {
              color: #2A4F72;
              font-weight: normal;
              margin-bottom: 0;
              font-size: 13px; }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .title-type {
              color: #EE7600;
              font-weight: normal;
              font-size: 13px;
              font-style: italic; }
            #site #page-conference-program .block-background #sidemeeting .accordion .accordion-section .nav-side-session li .title-type-2 {
              color: #20B2AA;
              font-weight: normal;
              font-size: 13px;
              font-style: italic; }
      #site #page-conference-program .block-background #sidemeeting .accordion .title_day {
        color: #2A4F72;
        font-weight: 600;
        padding-left: 10px; }
    #site #page-conference-program .block-objectives {
      color: #0e0e0e; }
      #site #page-conference-program .block-objectives h1 {
        margin: 8px 0; }
    #site #page-conference-program .block-sub-theme .block-detail-sub-theme {
      position: relative;
      padding-bottom: 40px; }
      #site #page-conference-program .block-sub-theme .block-detail-sub-theme h1 {
        text-transform: capitalize; }
      #site #page-conference-program .block-sub-theme .block-detail-sub-theme .popup-sub-theme {
        display: inline-block;
        border: 1px solid #365173;
        border-radius: 1px;
        background-color: #365173;
        color: #fff;
        padding: 5px 20px;
        position: absolute;
        bottom: 0;
        left: 30%; }
        #site #page-conference-program .block-sub-theme .block-detail-sub-theme .popup-sub-theme:hover {
          background-color: #5c83b3;
          border-color: #5c83b3;
          color: #fff;
          text-decoration: none; }
    #site #page-conference-program .conference-program-block-1 {
      /*background-color: #f1f1f2;*/ }
    #site #page-conference-program .block-overview .table-detail tr td {
      padding: 0px 5px;
      vertical-align: initial; }
      #site #page-conference-program .block-overview .table-detail tr td span {
        color: #2A4F72; }
    #site #page-conference-program .block-overview .table tr th {
      text-align: center; }
    #site #page-conference-program .btn-download {
      background-color: #2A4F72;
      color: #fff;
      padding: 5px 15px; }
    #site #page-conference-program .wrap-content-color-speakers {
      padding: 30px 0; }
      #site #page-conference-program .wrap-content-color-speakers img {
        border-radius: 10px;
        margin: 0 auto; }
    #site #page-conference-program .pt-30 {
      padding-top: 30px; }
    #site #page-conference-program .pt-10 {
      padding-top: 10px; }
    #site #page-conference-program .documents .nav-docs {
      margin-top: 10px;
      list-style: none; }
      #site #page-conference-program .documents .nav-docs li {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px; }
    #site #page-conference-program .documents .down-L {
      font-size: 13px;
      font-weight: 600; }
    #site #page-conference-program .documents .font-W {
      font-weight: 600; }
    #site #page-conference-program .btn-print {
      border-radius: 0px;
      padding-right: 30px;
      padding-left: 30px;
      font-size: 13px; }
    #site #page-conference-program .btn-evo {
      border-radius: 0px;
      font-size: 13px;
      padding-right: 15px;
      padding-left: 15px; }
    #site #page-conference-program .box-organizer {
      margin-top: 15px;
      margin-bottom: 0px; }
      #site #page-conference-program .box-organizer .desc-side-v1 {
        font-size: 14px;
        margin-bottom: 0; }
      #site #page-conference-program .box-organizer .desc-side-co-v1 {
        font-size: 14px;
        margin-bottom: 3px;
        margin-top: 3px; }
    #site #page-conference-program .title-date {
      font-size: 16px;
      padding-top: 3px;
      padding-bottom: 3px;
      margin: 0; }
    #site #page-conference-program .title-time {
      font-size: 16px;
      padding-top: 3px;
      margin: 0;
      padding-bottom: 3px; }
    #site #page-conference-program .contact-person {
      font-size: 14px;
      margin-top: 15px;
      margin-bottom: 15px; }
    #site #page-conference-program .title-side-v1 {
      font-size: 14px;
      margin-bottom: 0; }
    #site #page-conference-program .table-side {
      font-size: 16px; }
      #site #page-conference-program .table-side tr > td {
        padding: 3px;
        padding-left: 0px; }
      #site #page-conference-program .table-side a {
        color: #2A4F72; }
        #site #page-conference-program .table-side a:focus {
          text-decoration: none; }
    #site #page-conference-program .side-detail-type-v1 {
      color: #2A4F72;
      font-size: 18px;
      font-weight: 600; }
    #site #page-conference-program .type-detail-v1 {
      color: #EE7600;
      font-weight: normal;
      font-size: 18px;
      font-style: italic; }
    #site #page-conference-program .type-detail-v2 {
      color: #20B2AA;
      font-weight: normal;
      font-size: 18px;
      font-style: italic; }
    #site #page-conference-program .nav-co-organizer {
      padding-left: 0px;
      list-style-type: none; }
    #site #page-conference-program .table-document {
      font-size: 14px; }
      #site #page-conference-program .table-document tr > td > a {
        color: #2A4F72; }
    #site #page-conference-program .center {
      margin: 0 auto; }
    #site #page-conference-program .title_default {
      color: #2A4F72;
      font-weight: bold; }
  #site #page-sidemeeting {
    padding-bottom: 90px; }
    #site #page-sidemeeting .header-top {
      margin-top: 15px;
      margin-bottom: 15px; }
      #site #page-sidemeeting .header-top .title_day {
        color: #2A4F72;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #efefef;
        border-top: 1px solid #c1c1c1;
        padding-left: 10px;
        font-weight: bold; }
    #site #page-sidemeeting .btn-color {
      border: none;
      color: #fff;
      background-color: #dc5940;
      padding-left: 30px;
      padding-right: 30px;
      border-radius: 2px; }
    #site #page-sidemeeting table {
      text-align: center; }
    #site #page-sidemeeting .table-bordered > tbody > tr > th {
      text-align: center;
      border: 1px solid #000; }
    #site #page-sidemeeting .table-bordered > tbody {
      border: 1px solid #000;
      border-top: 1px solid #000; }
    #site #page-sidemeeting .table-bordered > tbody > tr > td {
      border: none;
      border-top: 1px solid #000; }
    #site #page-sidemeeting .block-detail {
      padding-left: 10px;
      padding-right: 10px; }
      #site #page-sidemeeting .block-detail .table-header {
        border-bottom: 1px solid #ddd; }
        #site #page-sidemeeting .block-detail .table-header .title {
          color: #2A4F72;
          font-weight: 600;
          font-size: 15px;
          margin-top: 10px; }
        #site #page-sidemeeting .block-detail .table-header .desc {
          color: #2A4F72;
          font-weight: 600;
          font-size: 13px; }
        #site #page-sidemeeting .block-detail .table-header .title-org {
          color: #2A4F72;
          line-height: 20px; }
        #site #page-sidemeeting .block-detail .table-header .title-detail {
          color: #2A4F72; }
        #site #page-sidemeeting .block-detail .table-header .text-more a {
          float: right;
          font-weight: normal;
          font-size: 13px;
          color: #2A4F72; }
        #site #page-sidemeeting .block-detail .table-header .title-type {
          font-weight: normal;
          font-size: 13px;
          font-style: italic;
          font-weight: bold; }
        #site #page-sidemeeting .block-detail .table-header .close-type {
          color: #EE7600;
          float: left;
          opacity: 2; }
        #site #page-sidemeeting .block-detail .table-header .open-type {
          color: #20B2AA; }
  #site #page-conference-schedule .table > tbody > tr > th.day-color {
    color: #192F59;
    font-weight: bold; }
  #site #page-conference-schedule .table th {
    text-align: center; }
  #site #page-conference-schedule .table > tbody > tr > td {
    padding: 10px; }
    #site #page-conference-schedule .table > tbody > tr > td.table-pd {
      padding: 0; }
  #site #page-conference-schedule .link-color {
    color: #006AB6;
    font-weight: bold; }
    #site #page-conference-schedule .link-color span {
      color: #404041;
      font-weight: normal; }
  #site #page-conference-schedule .link-color-v3 {
    color: #006AB6;
    font-size: 12.1px; }
    #site #page-conference-schedule .link-color-v3 span {
      color: #404041; }
  #site #page-conference-schedule .link-color-v2 {
    color: #204070;
    font-weight: bold; }
  #site #page-conference-schedule .b-l-color {
    color: #204070;
    font-weight: bold; }
  #site #page-conference-schedule .text-color {
    color: #404041; }
  #site #page-conference-schedule .table-detail tr td {
    padding: 10px;
    vertical-align: top; }
  #site #page-conference-schedule .table-detail tr .text-right {
    text-align: right; }
  #site #page-conference-schedule table td {
    padding: 10px 0 5px 0; }
  #site #page-conference-schedule .table-detail-multi tr.border-line {
    border-bottom: 1px solid #ddd; }
    #site #page-conference-schedule .table-detail-multi tr.border-line td {
      padding: 0 0 10px 0;
      vertical-align: top; }
    #site #page-conference-schedule .table-detail-multi tr.border-line .text-right {
      text-align: right; }
  #site #page-conference-schedule .table-detail-multi tr.border-line:last-child {
    border-bottom: none; }
  #site #page-conference-schedule .table > tbody > tr > th.table-nav {
    /*padding-left: 60px;*/ }
  #site #page-conference-schedule .table-detail-side td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: initial; }
    #site #page-conference-schedule .table-detail-side td ul {
      padding-left: 20px; }
      #site #page-conference-schedule .table-detail-side td ul li {
        padding-bottom: 5px; }
  #site #page-conference-schedule .table-detail-side th {
    padding-bottom: 10px;
    color: #204070;
    font-size: 13px;
    /*border-bottom: 0.5px solid #404041;*/ }
  #site #page-conference-schedule .table-detail-side .text-right {
    text-align: right; }
  #site #page-conference-schedule .bg-border-table {
    background: url("../img/icons/border_bk.png"); }
  #site #orgranizer .wrap-content-top .icon-pdf {
    display: inline;
    width: 23px;
    margin-left: 18px; }
  #site #orgranizer .wrap-content-top .text-download {
    padding-left: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #337ab7; }
    #site #orgranizer .wrap-content-top .text-download:hover {
      text-decoration: underline; }
  #site #orgranizer .wrap-content-top .pdf {
    padding-bottom: 18px; }
  #site #orgranizer .orgranizer .text-orgranizer {
    color: #192F59;
    font-weight: bold;
    letter-spacing: 2px; }
  #site #orgranizer .orgranizer .thead-orgranize {
    background-color: #192F59;
    color: #ffffff; }
  #site #orgranizer .orgranizer .padding-left-orgranizer {
    padding-left: 30px; }
  #site #page-logistics .icon-block-logistics {
    display: inline-block;
    width: 45px;
    height: 40px;
    content: '';
    position: absolute;
    top: 5px;
    left: 0px; }
  #site #page-logistics .list-menu li {
    display: inline-block;
    position: relative;
    padding: 13px 50px; }
    #site #page-logistics .list-menu li .active-list-logistics .icon-accommodation {
      background: url(../img/icons/icon-logistics.png) -11px -7px; }
    #site #page-logistics .list-menu li .active-list-logistics .icon-airport {
      background: url(../img/icons/icon-logistics.png) -79px -7px; }
    #site #page-logistics .list-menu li .active-list-logistics .icon-visa {
      background: url(../img/icons/icon-logistics.png) -150px -7px; }
    #site #page-logistics .list-menu li .active-list-logistics .icon-conf {
      background: url(../img/icons/icon-logistics-conf.png) -11px -7px; }
    #site #page-logistics .list-menu li .icon-conf {
      background: url(../img/icons/icon-logistics-conf.png) -11px -64px; }
    #site #page-logistics .list-menu li .icon-accommodation {
      background: url(../img/icons/icon-logistics.png) -11px -64px; }
    #site #page-logistics .list-menu li .icon-airport {
      background: url(../img/icons/icon-logistics.png) -79px -64px; }
    #site #page-logistics .list-menu li .icon-visa {
      background: url(../img/icons/icon-logistics.png) -150px -64px; }
    #site #page-logistics .list-menu li .fick-icon.icon-conf {
      background: url(../img/icons/icon-logistics-conf.png) -11px -7px; }
    #site #page-logistics .list-menu li .icon-block-logistics {
      top: 0; }
  #site #page-logistics .right {
    text-align: right; }
  #site #page-logistics .center {
    text-align: center; }
  #site #page-logistics .right-magin {
    margin-left: 15px; }
  #site #page-logistics .top-magin {
    margin-top: 25px; }
  #site #page-logistics .buttom-magin {
    margin-bottom: 25px; }
  #site #page-logistics .bg-color-download {
    background-color: #F6F7F9; }
  #site #page-logistics .block-accommodation .list-menu-map li {
    display: inline-block;
    margin-top: 20px; }
    #site #page-logistics .block-accommodation .list-menu-map li a {
      padding: 10px 20px;
      border: 1px solid #dc5940; }
    #site #page-logistics .block-accommodation .list-menu-map li .active-map {
      color: #fff;
      background-color: #dc5940; }
  #site #page-logistics .block-accommodation table.table {
    border: 0; }
    #site #page-logistics .block-accommodation table.table tr th {
      border: 0;
      font-weight: bold;
      color: #1e8793; }
    #site #page-logistics .block-accommodation table.table tr td {
      border: 0;
      border-bottom: 1px solid #ddd; }
  #site #page-logistics .block-accommodation .bt-googlemap {
    margin: 0 auto;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #365173;
    margin-top: 30px; }
  #site #page-logistics .block-airport span {
    color: #59aec1; }
  #site #page-logistics .block-airport p a {
    text-decoration: underline; }
  #site #page-logistics .block-airport .border-right {
    border-right: 1px solid #dadadc; }
  #site #page-logistics .block-airport .hl-front {
    color: #d1d26b; }
  #site #page-logistics .block-visa {
    border-bottom: 1px solid #000; }
    #site #page-logistics .block-visa span {
      color: #59aec1; }
      #site #page-logistics .block-visa span a {
        color: #59aec1; }
  #site #page-logistics .btn-color {
    border: none;
    color: #fff;
    background-color: #365173;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 2px;
    margin-left: 15pxs; }
  #site #page-logistics .accordion-section {
    position: relative; }
    #site #page-logistics .accordion-section .accordion-section-title {
      width: 100%;
      padding: 15px 10px;
      display: inline-block;
      border-top: 1px solid #1a1a1a;
      /*border-bottom:1px solid #1a1a1a;*/
      -webkit-transition: all linear 0.15s;
      -o-transition: all linear 0.15s;
      transition: all linear 0.15s;
      color: #404041;
      padding-left: 50px; }
      #site #page-logistics .accordion-section .accordion-section-title:hover {
        text-decoration: none; }
      #site #page-logistics .accordion-section .accordion-section-title .icon-arrow-program {
        position: absolute;
        right: 30px; }
      #site #page-logistics .accordion-section .accordion-section-title .icon-pdf {
        display: inline-block;
        padding-right: 15px; }
    #site #page-logistics .accordion-section .active {
      text-decoration: none; }
    #site #page-logistics .accordion-section .accordion-section-content {
      padding: 15px 0;
      display: none;
      border-top: 1px solid #000;
      z-index: 10; }
      #site #page-logistics .accordion-section .accordion-section-content .wrap-content {
        padding-top: 10px;
        padding-bottom: 20px; }
        #site #page-logistics .accordion-section .accordion-section-content .wrap-content h3 {
          color: #2A4F72;
          margin-bottom: 0;
          font-weight: bold; }
        #site #page-logistics .accordion-section .accordion-section-content .wrap-content h5 {
          color: #1e8793;
          font-weight: bold; }
          #site #page-logistics .accordion-section .accordion-section-content .wrap-content h5.color-black {
            color: #000; }
        #site #page-logistics .accordion-section .accordion-section-content .wrap-content h4 {
          color: #2A4F72;
          font-weight: bold; }
        #site #page-logistics .accordion-section .accordion-section-content .wrap-content ul {
          padding-left: 15px; }
      #site #page-logistics .accordion-section .accordion-section-content .boder-bt {
        border-bottom: 1px solid #000; }
    #site #page-logistics .accordion-section .bg-fick-icon-accommodation {
      background: url(../img/icons/img-accom.png) -5px -5px no-repeat; }
    #site #page-logistics .accordion-section .bg-fick-icon-airport {
      background: url(../img/icons/img-airport.png) -5px -5px no-repeat; }
    #site #page-logistics .accordion-section .bg-fick-icon-visa {
      background: url(../img/icons/img-visa.png) -5px -5px no-repeat; }
    #site #page-logistics .accordion-section .bg-fick-icon-conf {
      background: url(../img/icons/img-conf.png) -5px -5px no-repeat; }
  #site #page-sitefieldtrip .theme-headline {
    margin-top: 5px; }
  #site #page-sitefieldtrip .theme-headline-detail {
    margin-top: 0px; }
  #site #page-sitefieldtrip .sub-theme {
    font-size: 24px;
    text-align: left;
    font-family: 'AvenirNext-Bold';
    margin-top: 0px; }
  #site #page-sitefieldtrip .headline {
    font-size: 18px;
    text-align: left;
    font-family: 'AvenirNext-Bold';
    margin-top: 0px; }
  #site #page-sitefieldtrip .block-detail-fieldtrip span.desc-local {
    /*font-weight: bold;*/
    font-size: 14px; }
  #site #page-sitefieldtrip .block-page-fieldtrip .block-fieldtrip-title {
    border-bottom: 1px solid #b1b1b1;
    display: inline-block;
    padding-bottom: 15px; }
    #site #page-sitefieldtrip .block-page-fieldtrip .block-fieldtrip-title h3 {
      margin-bottom: 10px;
      font-weight: bold;
      margin-top: 5px; }
    #site #page-sitefieldtrip .block-page-fieldtrip .block-fieldtrip-title span.desc-local {
      /*font-weight: bold;*/
      font-size: 14px; }
  #site #page-sitefieldtrip .block-page-fieldtrip .block-fieldtrip-desc a {
    color: #2A4F72;
    margin-top: 5px;
    font-weight: bold; }
  #site #page-sitefieldtrip .block-page-fieldtrip .block-fieldtrip-desc .box-read {
    /*display: block;
				position: relative;
					a {
						position: absolute;
						bottom: -33px;
					}*/ }
    #site #page-sitefieldtrip .block-page-fieldtrip .block-fieldtrip-desc .box-read span {
      float: right;
      color: #EE7600; }
      #site #page-sitefieldtrip .block-page-fieldtrip .block-fieldtrip-desc .box-read span .fa-file-pdf-o {
        padding-right: 5px;
        font-size: 16px; }
  #site #page-sitefieldtrip .block-page-fieldtrip .custom-img {
    border-radius: 8px; }
  #site #page-sitefieldtrip .p-t-60 {
    padding-top: 60px; }
  #site #page-sitefieldtrip .p-l-40 {
    padding-left: 40px; }
  #site #page-sitefieldtrip .pt-40 {
    padding-top: 40px; }
  #site .speaker #page-speaker .list-character {
    padding-left: 0; }
    #site .speaker #page-speaker .list-character li {
      display: inline-block;
      font-weight: 500;
      padding: 0 5px; }
      #site .speaker #page-speaker .list-character li a {
        padding: 5px 5px; }
        #site .speaker #page-speaker .list-character li a:hover {
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          background-color: #0E1937;
          color: #fff; }
      #site .speaker #page-speaker .list-character li:last-child {
        font-size: 20px;
        color: #0E1937; }
      #site .speaker #page-speaker .list-character li:first-child {
        font-size: 20px;
        color: #0E1937; }
  #site .speaker .sec-v1 {
    margin-top: 40px;
    /*background-color: $color-dark-blue-2020;*/
    padding: 30px 0px 40px 0px; }
    #site .speaker .sec-v1 .container {
      position: relative; }
      #site .speaker .sec-v1 .container h3 {
        position: absolute;
        top: -33px;
        z-index: 9999;
        left: -20px;
        color: #fff;
        font-weight: 600;
        font-size: 30px; }
    #site .speaker .sec-v1 .box-color {
      color: #fff; }
    #site .speaker .sec-v1 img {
      /*width: 80%;*/
      /*margin: 0 auto;*/
      border-radius: 10px; }
    #site .speaker .sec-v1 .spk-title {
      margin-top: 2px;
      font-size: 15px;
      margin-bottom: 0;
      font-weight: 600;
      color: #020202; }
    #site .speaker .sec-v1 .spk-org {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 15px;
      color: #404041; }
    #site .speaker .sec-v1 .italic {
      /*font-style: italic;*/
      margin-bottom: 5px;
      color: #939597;
      font-size: 15px; }
  #site .speaker .sec-v2 {
    padding: 60px;
    background-color: #f1f1f2; }
    #site .speaker .sec-v2 img {
      /*width: 80%;*/
      /*margin: 0 auto;*/
      /*border-radius: 10px;*/ }
  #site .speaker .sec-v3 {
    padding: 60px;
    background-color: #fff; }
    #site .speaker .sec-v3 img {
      /*width: 80%;*/
      /*margin: 0 auto;*/ }
  #site .speaker .active {
    background-color: #0E1937;
    color: #fff; }
  #site #speaker-detail .title-v1 {
    font-size: 15px;
    font-weight: 600; }
  #site #speaker-detail img {
    /*margin: 0 auto;*/
    /*border-radius: 10px;*/ }
  #site #speaker-detail .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd; }
  #site #speaker-detail tr > td {
    vertical-align: middle;
    background: #e2e2e1;
    color: #0E1937;
    border-top: 1px solid #e2e2e1; }
  #site #speaker-detail td.title {
    font-size: 14px;
    font-weight: 600; }
  #site #speaker-detail td.bg-blue {
    background: #0E1937;
    color: #fff; }
    #site #speaker-detail td.bg-blue a {
      color: #fff; }
  #site #speaker-detail td.bg-white {
    background: #fff;
    color: #59595B; }
    #site #speaker-detail td.bg-white a {
      color: #59595B;
      border: none; }
  #site #speaker-detail .mt-0 {
    margin-bottom: 0; }
  #site #speaker-detail .mt-3 {
    margin-bottom: 3; }
  #site #speaker-detail .color-txt {
    color: #0E1937; }
  #site #speaker-detail .italic {
    font-style: italic; }
  #site #speaker-detail .font-w {
    font-weight: 600; }
  #site #speacial-event table .border-line {
    border-bottom: 1px solid #ddd; }
  #site #speacial-event table tr td {
    padding-top: 20px;
    padding-bottom: 20px; }
  #site #speacial-event .table-bordered > tbody > tr > th {
    text-align: center;
    border: 1px solid #000; }
  #site #speacial-event .table-bordered > tbody {
    border: 1px solid #000;
    border-top: 1px solid #000; }
  #site #speacial-event .table-bordered > tbody > tr > td {
    border: none;
    border-top: 1px solid #000;
    border-right: 1px solid #000; }
  #site #speacial-event .table-special > tbody > tr > th {
    text-align: center;
    border: 1px solid #000; }
  #site #speacial-event .table-special > tbody {
    border: 1px solid #000;
    border-top: 1px; }
  #site #speacial-event .table-special > tbody > tr > td {
    border: none;
    border-top: 1px;
    border-right: 1px solid #000;
    background-color: #FFF; }
  #site #speacial-event table.table-detail tr td {
    padding-top: 1px;
    padding-bottom: 1px; }
  #site #speacial-event .color-r {
    color: #EE7600;
    font-weight: bold; }
  #site #speacial-event .color-b {
    color: #20B2AA;
    font-weight: bold; }
  #site #speacial-event .title-content {
    font-size: 13.5px;
    font-weight: bold;
    color: #2A4F72; }
  #site #speacial-event .table-custom-1 {
    width: 100% !important;
    font-size: 12px; }
    #site #speacial-event .table-custom-1 thead tr th {
      background-color: #59AEC1;
      color: #fff;
      border-color: #59AEC1; }
    #site #speacial-event .table-custom-1 tr td {
      background-color: #FFF; }
  #site #poster table .border-line {
    border-bottom: 1px solid #ddd; }
  #site #poster table tr td {
    padding-top: 20px;
    padding-bottom: 20px; }
  #site #poster table.table-detail tr td {
    padding-top: 1px;
    padding-bottom: 1px; }
  #site #poster .accordion {
    overflow: hidden; }
    #site #poster .accordion .accordion-section {
      width: 100%;
      padding: 15px 15px 15px 17px;
      display: inline-block;
      border-top: none;
      border-bottom: 1px solid #a9a9a9;
      -webkit-transition: all linear 0.15s;
      -o-transition: all linear 0.15s;
      transition: all linear 0.15s;
      color: #404041;
      background-color: #0E1937; }
      #site #poster .accordion .accordion-section .accordion-section-title {
        color: #fff;
        font-weight: bold; }
      #site #poster .accordion .accordion-section a:hover, #site #poster .accordion .accordion-section a:focus {
        background: rgba(193, 193, 193, 0.13);
        text-decoration: none;
        outline: none; }
      #site #poster .accordion .accordion-section .icon-arrow-program-side {
        float: right; }
    #site #poster .accordion .accordion-section-content .row {
      border-bottom: 1px solid #ddd; }
      #site #poster .accordion .accordion-section-content .row .box-stand {
        padding: 15px 0px;
        margin-left: 30px;
        margin-right: 30px;
        background-color: #365173; }
        #site #poster .accordion .accordion-section-content .row .box-stand p {
          margin: 0;
          color: #fff; }
        #site #poster .accordion .accordion-section-content .row .box-stand h2 {
          margin-top: 5px;
          margin-bottom: 0px;
          font-size: 22px;
          color: #fff; }
        @media (max-width: 768px) {
          #site #poster .accordion .accordion-section-content .row .box-stand {
            margin-top: 15px;
            margin-left: 0px;
            margin-right: 0px; } }
      #site #poster .accordion .accordion-section-content .row .shadow {
        /*-moz-box-shadow:    inset 0 0 10px #e0e0e0;
				   -webkit-box-shadow: inset 0 0 10px #e0e0e0;
				   box-shadow:         inset 0 0 10px #e0e0e0;*/ }
      #site #poster .accordion .accordion-section-content .row a.btn, #site #poster .accordion .accordion-section-content .row button.btn {
        font-size: 11px;
        letter-spacing: 0.5px;
        border-radius: 2px;
        padding: 4px 12px;
        color: #fff; }
        #site #poster .accordion .accordion-section-content .row a.btn:focus, #site #poster .accordion .accordion-section-content .row button.btn:focus {
          outline: none; }
        #site #poster .accordion .accordion-section-content .row a.btn i, #site #poster .accordion .accordion-section-content .row button.btn i {
          padding-right: 10px; }
      #site #poster .accordion .accordion-section-content .row .btn-abstract {
        background: #2A4F72; }
      #site #poster .accordion .accordion-section-content .row .btn-poster {
        background: #365173; }
      #site #poster .accordion .accordion-section-content .row .btn-cancel {
        color: #000;
        background: #E0E0DF;
        pointer-events: none; }
  #site #poster .title-time {
    padding-left: 15px; }
    @media (max-width: 768px) {
      #site #poster .title-time {
        padding-left: 0; } }
  #site #poster .title-content {
    color: #020202;
    font-weight: bold;
    margin: 0; }
  #site #poster .title-stand {
    font-size: 11px; }
  #site #poster .title-list {
    background: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #a9a9a9;
    color: #020202;
    font-weight: bold; }
  #site #poster #session-list .row {
    border-bottom: 1px solid #ddd; }
  #site #poster #session-list table > tbody tr {
    border-bottom: 1px solid #ddd; }
  #site #poster #session-list .first {
    display: none; }
  #site #poster #session-list .last {
    display: none; }
  #site #poster #session-list .page {
    padding: 3px 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #2a4f72;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    border-radius: 3px; }
  #site #poster #session-list .easyPaginateNav {
    margin-top: 20px;
    text-align: center; }
  #site #page-gallery .block-background .gallery {
    overflow: hidden; }
    #site #page-gallery .block-background .gallery .gallery-section {
      /*&:last-child .gallery-section-title{
					 border-bottom:1px solid #1a1a1a;
				}*/ }
      #site #page-gallery .block-background .gallery .gallery-section .gallery-section-title {
        width: 100%;
        padding: 15px 10px;
        display: inline-block;
        border-top: 1px solid #1a1a1a;
        /*border-bottom:1px solid #1a1a1a;*/
        -webkit-transition: all linear 0.15s;
        -o-transition: all linear 0.15s;
        transition: all linear 0.15s;
        color: #404041; }
        #site #page-gallery .block-background .gallery .gallery-section .gallery-section-title:hover {
          background: rgba(193, 193, 193, 0.13);
          text-decoration: none; }
        #site #page-gallery .block-background .gallery .gallery-section .gallery-section-title .icon-arrow-program {
          position: absolute;
          right: 30px; }
        #site #page-gallery .block-background .gallery .gallery-section .gallery-section-title .icon-arrow-program-side {
          float: right; }
        #site #page-gallery .block-background .gallery .gallery-section .gallery-section-title .icon-pdf {
          display: inline-block;
          padding-right: 15px; }
        #site #page-gallery .block-background .gallery .gallery-section .gallery-section-title .icon-morning {
          display: inline-block;
          padding-right: 15px;
          width: 4%; }
      #site #page-gallery .block-background .gallery .gallery-section .active {
        text-decoration: none; }
      #site #page-gallery .block-background .gallery .gallery-section .gallery-section-content {
        padding: 15px;
        display: none; }
  #site #page-gallery .block-background .gallery, #site #page-gallery .block-background .gallery * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #site #page-gallery .owl-prev {
    background: rgba(0, 0, 0, 0.66);
    padding: 4px 15px 4px 6px;
    margin: 0;
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 44%;
    left: 0px; }
  #site #page-gallery .owl-next {
    background: rgba(0, 0, 0, 0.66);
    padding: 4px 6px 4px 15px;
    color: #fff;
    margin: 0;
    font-size: 40px;
    position: absolute;
    top: 44%;
    right: 0px; }
  #site #page-gallery .owl-theme .owl-nav {
    margin: 0px; }
  #site #page-art {
    line-height: 20px; }
    #site #page-art .ui-number {
      list-style-type: decimal; }
      #site #page-art .ui-number ul {
        list-style-type: disc; }
    #site #page-art .ui-none {
      list-style-type: none !important; }
    #site #page-art .mt-20 {
      margin-top: 20px; }
    #site #page-art .mt-25 {
      margin-top: 25px; }
    #site #page-art .mr-10 {
      margin-right: 10px; }
    #site #page-art .text-italic {
      font-style: italic; }
    #site #page-art .btn-online {
      color: #fff;
      font-weight: bold;
      background-color: #E4686A;
      border: none;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 0px; }
    #site #page-art .btn-brochure {
      color: #fff;
      font-weight: bold;
      background-color: #1AB79A;
      border: none;
      padding-left: 15px;
      padding-top: 3px;
      padding-right: 15px;
      border-radius: 0px; }
    #site #page-art .wrap-body .list-header-menu {
      padding: 0; }
      #site #page-art .wrap-body .list-header-menu li {
        display: inline-block;
        padding: 5px 20px;
        font-size: 16px;
        width: 19%;
        border-right: 1px solid #9e9e9e; }
        #site #page-art .wrap-body .list-header-menu li:last-child {
          border-right: none; }
        #site #page-art .wrap-body .list-header-menu li a:focus {
          outline: none;
          text-decoration: none; }
    #site #page-art .wrap-body .ic-link-facebook {
      background-color: #3b5bdb;
      color: #fff;
      padding: 6px 8px 5px 9px;
      border-radius: 100%;
      margin-right: 7px; }
    #site #page-art .wrap-body .body-content {
      padding-top: 60px; }
      #site #page-art .wrap-body .body-content .text-upder {
        margin-top: 10px;
        letter-spacing: 1px;
        color: #1e8793; }
    #site #page-art .wrap-body .bg-image {
      background: url("../../../assets/site/img/artcontest/bg.png") left center no-repeat; }
    #site #page-art .customHeader h1 {
      font-size: 64px;
      font-weight: bold;
      font-family: 'AvenirNext-Bold'; }
    #site #page-art .customHeader .first {
      color: #E4686A;
      margin: 0px; }
    #site #page-art .customHeader .second {
      color: #1AB79A;
      margin: 0px; }
    #site #page-art .customHeader .third {
      color: #48AFE3;
      margin: 0px; }
    #site #page-art .color-speaker {
      color: #E4686A; }
    #site #page-art .color-personal {
      color: #1AB79A; }
    #site #page-art .color-accommodation {
      color: #48AFE3; }
    #site #page-art .p-r-40 {
      padding-right: 40px; }
    #site #page-art .wrap-sub-1 {
      /*background: $color-blue-oce;*/
      padding-top: 30px;
      padding-bottom: 30px; }
      #site #page-art .wrap-sub-1 hr {
        border-color: #000; }
      #site #page-art .wrap-sub-1 .accordion {
        margin-top: 30px;
        margin-bottom: 30px; }
        #site #page-art .wrap-sub-1 .accordion .accordion-section {
          padding: 15px 0px 15px 0px;
          border-bottom: 1px solid #afafaf; }
          #site #page-art .wrap-sub-1 .accordion .accordion-section .accordion-section-title {
            font-weight: 600;
            font-size: 15px; }
          #site #page-art .wrap-sub-1 .accordion .accordion-section a:focus {
            outline: none;
            text-decoration: none; }
          #site #page-art .wrap-sub-1 .accordion .accordion-section .icon-arrow-program {
            position: absolute;
            right: 30px; }
          #site #page-art .wrap-sub-1 .accordion .accordion-section .accordion-section-content {
            padding-top: 25px;
            padding-bottom: 25px; }
          #site #page-art .wrap-sub-1 .accordion .accordion-section:last-child {
            border-bottom: 1px solid #afafaf; }
    #site #page-art .wrap-sub-2 {
      background-color: #F6F7F7;
      margin-top: 60px; }
      #site #page-art .wrap-sub-2 h1 {
        font-size: 22px; }
      #site #page-art .wrap-sub-2 strong {
        font-size: 20px; }
      #site #page-art .wrap-sub-2 p {
        font-size: 16px; }
      #site #page-art .wrap-sub-2 .term {
        padding-left: 0px; }
        #site #page-art .wrap-sub-2 .term strong {
          font-size: 16px; }
      #site #page-art .wrap-sub-2 .accordion {
        margin-top: 30px;
        margin-bottom: 30px; }
        #site #page-art .wrap-sub-2 .accordion .accordion-section {
          padding: 15px 0px 15px 0px;
          border-bottom: 1px solid #afafaf; }
          #site #page-art .wrap-sub-2 .accordion .accordion-section .accordion-section-title {
            font-weight: 600;
            font-size: 15px; }
          #site #page-art .wrap-sub-2 .accordion .accordion-section a:focus {
            outline: none;
            text-decoration: none; }
          #site #page-art .wrap-sub-2 .accordion .accordion-section .icon-arrow-program {
            position: absolute;
            right: 30px; }
          #site #page-art .wrap-sub-2 .accordion .accordion-section .accordion-section-content {
            padding-top: 25px;
            padding-bottom: 25px; }
          #site #page-art .wrap-sub-2 .accordion .accordion-section:last-child {
            border-bottom: 1px solid #afafaf; }
    #site #page-art .wrap-sub-3 {
      background-color: #0D1937;
      color: white; }
      #site #page-art .wrap-sub-3 h1 {
        color: white; }
      #site #page-art .wrap-sub-3 ul ul {
        padding-left: 15px;
        list-style-type: disc; }
      #site #page-art .wrap-sub-3 .award {
        padding-left: 15px; }
      #site #page-art .wrap-sub-3 .accordion {
        margin-top: 30px;
        margin-bottom: 30px; }
        #site #page-art .wrap-sub-3 .accordion .accordion-section {
          padding: 15px 0px 15px 0px;
          border-bottom: 1px solid #afafaf; }
          #site #page-art .wrap-sub-3 .accordion .accordion-section .accordion-section-title {
            color: white;
            font-weight: 600;
            font-size: 15px; }
          #site #page-art .wrap-sub-3 .accordion .accordion-section a:focus {
            outline: none;
            text-decoration: none; }
          #site #page-art .wrap-sub-3 .accordion .accordion-section .icon-arrow-program {
            position: absolute;
            right: 30px; }
          #site #page-art .wrap-sub-3 .accordion .accordion-section .accordion-section-content {
            padding-top: 25px;
            padding-bottom: 25px; }
          #site #page-art .wrap-sub-3 .accordion .accordion-section:last-child {
            border-bottom: 1px solid #afafaf; }
    #site #page-art .btn-color {
      border: none;
      color: #fff;
      background-color: #dc5940;
      padding-left: 30px;
      padding-right: 30px;
      border-radius: 2px; }
    #site #page-art .btn-color-sucess {
      border: none;
      color: #221F1F;
      background-color: #72d265;
      padding-left: 30px;
      padding-right: 30px;
      border-radius: 2px; }
    #site #page-art .title-v1 {
      color: #dc5940;
      margin-bottom: 15px; }
    #site #page-art .title-sub-v1 {
      color: #1AB79A;
      margin-bottom: 5px; }
    #site #page-art .btn-link-sm {
      border: none;
      color: #fff;
      background-color: #E05D5E;
      padding: 5px 10px;
      border-radius: 2px;
      font-size: 11px;
      letter-spacing: 0.8px;
      line-height: 14px;
      display: inline-block; }
      #site #page-art .btn-link-sm:focus {
        text-decoration: none; }
    #site #page-art #cate ul li .list-age {
      width: 20%;
      display: inline-block; }
      @media (max-width: 991px) {
        #site #page-art #cate ul li .list-age {
          width: 40%; } }
  #site #wrap-content {
    padding-top: 0px;
    padding-bottom: 20px;
    /*
		padding-top: 20px;
		padding-bottom: 20px;
		*/ }
  #site .wrap-content-news {
    padding-top: 20px;
    padding-bottom: 20px; }
  #site .wrap-content-top {
    padding-top: 40px; }
  #site .wrap-content-bottom {
    padding-bottom: 40px; }
  #site .wrap-content-bottom-20 {
    padding-bottom: 20px; }
  #site .color-black {
    color: #000; }
  #site .color-white {
    color: #fff; }
  #site .color-blue {
    color: #365173; }
  #site .color-red {
    color: #dc5940; }
  #site .color-blue-oce {
    color: #1e8793; }
  #site .color-green-oce {
    color: #d0d062; }
  #site .color-gay {
    color: #6d6e70; }
  #site .bg-blue {
    background-color: #59aec1; }
  #site .bg-blue-super-dark {
    background-color: #0D1937; }
  #site .bg-green-oce {
    background-color: #d0d062; }
  #site .bg-blue-oce {
    background-color: #1e8793; }
  #site .bg-dark-blue {
    background-color: #2A4F72; }
  #site .bg-gay {
    background-color: #f1f1f2; }
  #site .bg-dark-blue-2020 {
    background-color: #0E1937; }
  #site .bg-light-gray-2020 {
    background-color: #EFEFEF; }
  #site .color-blue-2020 {
    color: #365173; }
  #site .color-dark-blue-2020 {
    color: #0E1937; }
  #site .bg-img-art {
    background: url("../img/icons/icon-art.png") bottom right no-repeat; }
  #site .bg-img-art-2 {
    background: url("../img/icons/icon-art-2.png") 0 20px no-repeat; }
  #site .bg-img-art-3 {
    background: url("../img/icons/icon-art-3.png") 100% 40% no-repeat; }
  #site .wrap-content-color-menu {
    padding: 10px 0; }
  #site .wrap-content-color {
    padding: 30px 0; }
  #site .wrap-content-color-detail {
    padding: 50px 0; }
  #site .text-center {
    text-align: center; }
  #site .text-left {
    text-align: left; }
  #site .m-t-0 {
    margin-top: 0; }
  #site .mt-10 {
    margin-top: 10px; }
  #site .mt-30 {
    margin-top: 30px; }
  #site .pading-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
    #site .pading-top-bottom-20 h3 {
      margin-top: 0px; }
  #site .btn-default {
    border-color: #6e6a6c;
    color: #2A4F72; }
    #site .btn-default:hover {
      background-color: #2A4F72;
      color: #fff; }
  #site .bg-table {
    background-color: #f1f1f2; }
    #site .bg-table a {
      color: #58585b; }
  #site .m-t-50 {
    margin-top: 50px; }
  #site .slider-banner-container .tp-caption.small_thin_grey {
    color: #fff;
    font-family: Arial; }
    #site .slider-banner-container .tp-caption.small_thin_grey.line-boder {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      padding: 8px 30px !important; }
  #site .btn-banner {
    background-color: #D1D163;
    border-color: #D1D163; }
    #site .btn-banner a {
      color: #fff;
      font-size: 13px; }
  #site .font-blod td {
    font-weight: bold; }
  #site .bg-head-table {
    background-color: #e6e7e8; }
    #site .bg-head-table th {
      color: #0E1937; }
  #site .list-schedule li {
    padding: 0px 20px;
    display: inline-block;
    border-right: 1px solid #0d2938; }
    #site .list-schedule li:last-child {
      border: 0; }
  #site #sub-theme-3 p.live-v1 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd; }
  #site .show-room {
    margin-top: 10px;
    /* font-size: 8px;
			line-height: 12px; */
    display: inline-block;
    /* text-transform: uppercase; */
    /* background: #e6e7e8;
			color: #128ba3;
			padding: 4px 6px 2px;
			border-radius: 3px; */
    color: #58585ba1; }

.block-img-speakers {
  overflow: hidden;
  position: relative; }
  .block-img-speakers:after {
    /*border-top: 2px solid  $color-green-oce;
		border-left: 2px solid  $color-green-oce;*/
    position: absolute;
    top: 0;
    width: 200px;
    height: 200px;
    content: ''; }
  .block-img-speakers:before {
    /*border-bottom: 2px solid  $color-green-oce;
		border-right: 2px solid  $color-green-oce;*/
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    content: ''; }

.br-white:after, .br-white:before {
  border-color: #fff; }

.br-gray:after, .br-gray:before {
  border-color: #f1f1f2; }

.bg-blue {
  color: #1e8793; }

.btn-bd-red {
  border: 1px solid #dc5940;
  padding: 5px 20px; }

.btn-red {
  background-color: #dc5940;
  padding: 5px 20px;
  border: 0;
  border-radius: 4px; }
  .btn-red:hover {
    background-color: #f13435; }

.m-t-0 {
  margin-top: 0; }

@media print {
  .main-menu {
    display: none; }
  a:after {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
    display: none; }
  a.link-color {
    display: none; }
  .btn {
    display: none; }
  span {
    display: none; } }

.open-type {
  color: #25bb9f;
  font-weight: normal;
  font-size: 16px;
  font-style: italic; }

.close-type {
  color: #e15a42;
  font-weight: normal;
  font-size: 16px;
  font-style: italic; }

.wrap-content-conference-show {
  margin: 50px 0; }

.btn_plan {
  color: #006AB6; }
