@charset "utf-8";
/* ==================================================================================
    [pages.css]
        - stylesheets of sub pages in pages folder
================================================================================== */
/* *******************************************************************
	layout
******************************************************************* */
.innerwrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 50px 0;
    width: 100%;
    height: 32px;
    background: #fff url("/images/bg/bg_divline.jpg") 50% top no-repeat;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* conference-name */
.conference-name {
    height: 200px;
    background: url("/images/bg/sub_spot.png") 50% 50% no-repeat;
    /*background: url("/images/main/bg_main_banner04_a.png") 0 -110px no-repeat;*/
}
.conference-name .title {
    margin: 0 0 10px;
    padding: 55px 0 0;
    line-height: 1.1;
    text-align: right;
    font-size: 28px;
    font-weight: 700;
    /*color: #333;*/
    /*color: #fff;*/
    color: rgba(0,0,0,0.8);
    text-shadow: 0 0 7px rgba(0,0,0,0.3);
}
.conference-name .sub-title {

}
.conference-name .info {
    line-height: 1.3;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    /*color: #333;*/
    /*color: #fff;*/
    color: rgba(0,0,0,0.8);
    text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

/* snb-area */
.snb-area {
    float: left;
    width: 220px;
    margin: 0 80px 0 0;
}
.snb-area h2 {
    width: 100%;
    /*height: 80px;*/
    text-align: center;
    /*padding-left: 10px;*/
    /*line-height: 80px;*/
    padding-bottom: 27px;
    line-height: 1.5;
    font-size: 25px;
    color: #333;
    /*border-bottom: 2px solid #666;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*background-color: #0091EA;*/
    /*background-color: #fd367e;*/
    /*background-color: rgba(253,54,126,1);*/
}
ul.snb {
    border-top: 1px solid #dfdfdf;
    /*border-top: 1px solid #888;*/
    margin: 0 0 50px;
}
ul.snb > li {

}
ul.snb > li > a {
    position: relative;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /*padding-left: 20px;*/
    font-size: 14px;
    letter-spacing: -0.45px;
    color: #767676;
    border-bottom: 1px solid #dfdfdf;
    transition: all 0.25s;
}
ul.snb > li > a.active,
ul.snb > li > a:hover {
    color: #000;
    /*color: #0091EA;*/
    /*color: #fd367e;*/
}
ul.snb > li > a > .bar {
    position: absolute;
    left: 0;
    top: 26px;
    width: 0;
    height: 8px;
    background-color: #666;
    /*background-color: #0091EA;*/
    /*background-color: #fd367e;*/
    transition: all 0.25s;
}
ul.snb > li > a.active > .bar,
ul.snb > li > a:hover > .bar {
    width: 8px;
}
ul.snb > li > ul.sub-menu {

}
ul.snb > li > ul.sub-menu > li {

}
ul.snb > li > ul.sub-menu > li > a {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding-left: 20px;
    font-size: 12px;
    letter-spacing: -0.45px;
    color: #999;
    transition: all 0.25s;
    background-color: #fafafa;
}
ul.snb > li > ul.sub-menu > li > a:hover {
    color: #0091ea;
}
ul.snb > li > ul.sub-menu > li:last-child > a {
    border-bottom: 1px solid #dfdfdf;
}

/* quick-buttons */
/*.quick-buttons {*/
/*margin: 0;*/
/*border-top: 1px solid #eee;*/
/*border-bottom: 1px solid #eee;*/
/*}*/
/*.quick-buttons li {*/

/*}*/
/*.quick-buttons li a {*/
/*display: block;*/
/*height: 60px;*/
/*line-height: 60px;*/
/*padding: 0 20px;*/
/*text-align: left;*/
/*}*/
/*.quick-buttons li:nth-child(odd) a {*/
/*background-color: #f7f8fd;*/
/*}*/
/*.quick-buttons li a:hover,*/
/*.quick-buttons li:nth-child(odd) a:hover{*/
/*background-color: #e9ecfa;*/
/*}*/
/*.quick-buttons li a img {*/
/*display: inline-block;*/
/*margin: 0 20px 0 0;*/
/*vertical-align: middle;*/
/*}*/
/*.quick-buttons li:nth-child(1) a img { width: 34px; }*/
/*.quick-buttons li:nth-child(2) a img { width: 30px; }*/
/*.quick-buttons li:nth-child(3) a img { width: 28px; }*/
/*.quick-buttons li:nth-child(4) a img { width: 28px; }*/
/*.quick-buttons li a span {*/
/*display: inline-block;*/
/*text-align: center;*/
/*font-size: 16px;*/
/*color: #333;*/
/*vertical-align: middle;*/
/*}*/

/* important-dates */
.important-dates {
    margin: 0;
    padding: 30px 20px;
    background-color: #fafafa;
}
.important-dates .title {
    display: block;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #ff5252;
}
.important-dates ul {

}
.important-dates ul > li {
    margin: 0 0 15px;
    line-height: 1.2;
    font-size: 13px;
}
.important-dates ul > li:last-child {
    margin: 0;
}
.important-dates ul > li span{
    display: block;
    margin: 5px 0 0;
}

/*important-date*/
.important-dates h3 {
    font-size: 18px;
}
.important-dates ul > li span {
    display: inline;
}
.important-dates .date-list {
    margin-top: 25px;
}
.important-dates .date-list .point-date {
    color: #085bf3;
}

/*co-organized*/

.co-organized {
    padding: 30px 0 0 0;
}
.co-organized .title {
    /*text-align: center;*/
    font-size: 15px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 10px;
}
.co-organized p {
    /*text-align: center;*/
}
.co-organized p img {
    width: 110px;
}


/*.point-date .month {*/
/*font-size: 12px;*/
/*}*/
/*.point-date .date {*/
/*padding: 2px 0;*/
/*font-size: 15px;*/
/*font-weight: 700;*/
/*}*/
/*.point-date .year {*/
/*font-size: 12px;*/
/*}*/

/* d-day */
.d-day {
    width: 100%;
    height: 135px;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #767676;
}
.d-day .today {
    font-weight: 400;
    padding-bottom: 10px;
}
.d-day .title {
    font-weight: 400;
    padding-bottom: 15px;
}
.d-day .d-date {
    font-size: 48px;
}

/* contents-area */

.contents-area {
    float: left;
    width: 900px;
}

/* breadcrumb */
.breadcrumb {
    height: 40px;
    line-height: 40px;
    margin: 0 0 50px;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    /*background-color: #fafafa;*/
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #fbfbfb 49%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);
    background: -o-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);
    background: -ms-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#fbfbfb 49%,#efefef 100%);
}
.breadcrumb ul {
    text-align: right;
    color: #999;
}
.breadcrumb ul li {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    font-weight: 300;
    color: #333;
}
.breadcrumb ul li br {
    display: none;
}
.breadcrumb ul li > a {
    color: #333;
}
.breadcrumb ul li:last-child {
    color: #333;
    /*color: #0091EA;*/
    /*color: #fd367e;*/
}
.breadcrumb ul li a:link {
    font-weight: 300;
    color: #767676;
}

/* article */
.article {
    min-height: 860px;
    padding: 0;
    background-color: #fff;
}
.article > h1 {
    padding: 0 0 30px;
    margin: 0 0 30px;
    /*margin: 0 0 50px;*/
    border-bottom: 1px solid #dfdfdf;
    font-size: 34px;
    /*font-size: 32px;*/
    font-weight: 700;
    color: #000;
}

/* section */
.article .section {
    margin: 0 0 60px;
}

/*intro-box*/
.intro-box {
    border: 1px solid #fd367e;
    background: #fafafa;
    padding: 20px;
    margin-bottom: 40px;
    text-align: justify;
    word-break: keep-all;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
}
.intro-box p {
    font-size: 16px;
}
.intro-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}

/* h2 */
.article .section h2.section-title {
    margin: 0 0 20px;
    /*font-size: 21px;*/
    font-size: 22px;
    font-weight: 700;
    color: #333;
    /*color: #fd367e;*/
    /*color: #0c3a6d;*/
}
/*h3*/
.article .section h2.section-title small {
    display: block;
    margin: 5px 0 20px;
    font-size: 15px;
    color: #fd367e;
}
/*h3*/
.article .section h3.semi-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #085bf3;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
    /*font-weight: 300;*/
}
.article .section p.section-paragraph img {
    max-width: 100%;
}
.article .section p.section-info {
    margin: 0 0 5px;
}
.article .section .description {
    margin-bottom: 5px;
}
.article .section img {
    max-width: 100%;
}

/* dl */
.article .section dl.section-dl {

}
.article .section dl.section-dl dt {
    margin: 0 0 5px;
}
.article .section dl.section-dl dd {
    margin: 0 0 20px;
}
.article .section dl.section-dl dd:last-child {
    margin: 0;
}
.article .section dl.section-dl dd > ul {
    margin: 0 0 0 20px;
    list-style: disc;
}
.article .section dl.section-dl dd > ul li {
    margin: 2px 0;
}


/* ul */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
}
.article .section ul.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}

/* ol */
.article .section ol.section-list {
    margin: 0 0 20px 25px;
    list-style: decimal;
}
.article .section ol.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}

/* table */
.article .section > .table-responsive {

}
.table {

}
.table thead th {
    padding: 5px 10px;
    text-align: center;
    background-color: #eee;
}
.table tfoot th {
    padding: 5px 10px;
    text-align: center;
    background-color: #eee;
}
.table tfoot td {
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    background-color: #f7f7f7;
}
.table tbody th {
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    background-color: #f7f7f7;
}
.table tbody td {
    padding: 5px 10px;
    font-size: 15px;
}
.table tbody td.td-empty {
    background: #eee;
}
.table tbody td .td-title {
    font-weight: 700;
}
.table tbody td ul.td-list {
    margin: 0 0 0 25px;
    list-style: disc;
}
.table tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.table tbody td ul.td-list li.none-disc {
    list-style: none;
}
.table tbody td ul.td-list li > ul > li {
    font-size: 15px;
    color: #767676;
}

.table tbody td ol.td-list {
    margin: 0 0 0 15px;
    list-style: decimal;
}
.table tbody td ol.td-list li {
    margin: 2px 0;
    text-align: justify;
}

/* button */
.article .section .btn-area {
    margin: 30px 0;
    /*padding-top: 40px;*/
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}
a.btn-download {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    border: 2px solid #fd367e;
    background-color: #fd367e;
}
a.btn-download:hover {
    color: #fd367e !important;
    border: 2px solid #fd367e;
    background-color: #fff;
}

/* more-info */
.more-info {
    margin: 0;
}
.more-info > li {
    margin: 5px 0;
}
.more-info > li i {
    margin: 0 5px 0 0;
}
.more-info li > ul {
    margin: 0 0 0 20px;
}

/* etc-info */
.etc-info {
    margin: 0;
}
.etc-info dl {
    margin: 0 0 0 15px;
}
.etc-info dl dt {
    margin: 0 0 5px;
}
.etc-info dl dd {
    margin: 0 0 10px;
}

/* ----------------------------------------------------------------------------------
    style : detail
---------------------------------------------------------------------------------- */
/* greetings */
.article.greetings {

}
.article.greetings .from {
    text-align: right;
    font-size: 15px;
    font-weight: 700;
}
.article.greetings .position {
    margin: 0 0 10px;
}
.article.greetings .name {
    font-size: 18px;
    font-weight: 700;
}

/* organizations */
.article.organizations {

}

/* Introduction */
.speaker-list {
    padding-top: 20px;
}
.speaker-list li {
    margin: 0 0 20px;
}
.speaker-list .profile-thm {
    display: inline-block;
    width: 120px;
    margin: 0 30px 0 0;
    vertical-align: bottom;
}
.speaker-list .info {
    display: inline-block;
    vertical-align: bottom;
}
.speaker-list .info .name {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
}
.speaker-list .info .organ {
    display: block;
}


/* conference-photo */
.conference-photo {

}

.conference-photo .banner-area {
    margin: 0 0 30px;
    border-radius: 30px 0;
}
.conference-photo .banner-area img {
    display: block;
    border-radius: 30px 0;
}

.conference-photo .photo-list {

}
.conference-photo .photo-list > ul {

}
.conference-photo .photo-list > ul > li {
    float: left;
    width: 280px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.conference-photo .photo-list > ul > li:nth-child(3n) {
    margin-right: 0;
}
.conference-photo .photo-list > ul > li > a {

}
.conference-photo .photo-list > ul > li > a:hover {

}
.conference-photo .photo-list > ul > li > a > .title {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    color: #fff;
    border-radius: 5px 5px 0 0;
    background-color: #ccacff;
}
.conference-photo .photo-list > ul > li:nth-child(4) > a > .title,
.conference-photo .photo-list > ul > li:nth-child(5) > a > .title,
.conference-photo .photo-list > ul > li:nth-child(6) > a > .title {
    background-color: #99c7ff;
}
.conference-photo .photo-list > ul > li > a > .thm {
    position: relative;
    display: block;
}
.conference-photo .photo-list > ul > li > a > .thm img {
    border-radius: 0 0 5px 5px;
}
.conference-photo .photo-list > ul > li > a > .thm .btn-download {
    visiblility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.65);
    transition: all 0.25s;
    opacity: 0;
}
.conference-photo .photo-list > ul > li > a:hover > .thm .btn-download {
    visiblility: visible;
    opacity: 1;
}
.conference-photo .photo-list > ul > li > a > .thm .btn-download i {
    margin-top: 100px;
    line-height: 180px;
    font-size: 120px;
    color: rgba(255,255,255,0.95);
}
.conference-photo .photo-list > ul > li > a > .thm img {
    display: block;
}

/* notice */
.notice-title {
    font-weight: bold;
    cursor: pointer;
}
.notice-title.empty:hover {
    color: #35404f;
}
.notice-text {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}
.notice-text p {
    margin: 0 0 10px;
    font-size: 14px;
}

/* ready */
.ready-area {
    width: 100%;
    padding: 80px 50px 50px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.ready-area h1 {
    margin: 0 0 80px;
    text-align: center;
    font-size: 36px;
    color: #bbb;
}
.ready-area .btn-area {

}
.ready-area .btn-area a {
    margin: 0 10px;
}
.ready-area .btn-area a i {
    margin-right: 7px;

}

/* ----------------------------------------------------------------------------------
    Committee
---------------------------------------------------------------------------------- */
.session-top {
    width: 100%;
    margin: 0 0 50px;
}
.session {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.session h2.section-title:first-child {
    margin-top: 0 !important;
}
.session h2.section-title {
    margin-top: 50px !important;
}
.session h3,
.session-top h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}
.session h3 span,
.session-top h3 span {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    color: #767676;
}

/* ----------------------------------------------------------------------------------
    Plenary Speakers / Tutorials
---------------------------------------------------------------------------------- */
.profile-area {
    margin: 0 0 30px;
}
.profile-area .thm {
    float: left;
    width: 180px;
    margin-right: 30px;
}
.profile-area .title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fd367e;
}
.profile-area .name {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.profile-area .organ {
    margin: 0 0 10px 225px;
    padding: 0;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.profile-area .organ li {
    list-style: disc;
    margin: 0 0 2px;
    line-height: 1.3;
}


/*venue*/
.tour-img:after {
    content: '';
    display: block;
    clear: both;
}
/*.tour-img li:nth-child('3n-2') {*/
/*padding: 10px 10px 10px 0;*/
/*}*/
.tour-img {
    position: relative;
    margin-left: -10px;
}
.tour-img li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 10px;
}
/*.tour-img li:first-child {*/
/*padding: 10px 10px 10px 0;*/
/*}*/
/*.tour-img li:nth-child(4) {*/
/*padding: 0;*/
/*}*/
.tour-img li img {
    width: 100%;
}

/*iea_hpt_tcp*/
.iea_hpt_tcp .chairman {
    text-align: right;
    font-weight: 700;
}
.iea_hpt_tcp .go-website {
    padding-top: 20px;
    color: #0091EA;
    text-align: right;
    text-decoration: underline;
    /*font-weight: 700;*/
}

/* nav */
.article .nav-justified,
.article .nav-tabs.nav-justified {
    margin: 0 0 30px;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    padding: 12px 10px;
    font-size: 17px;
    color: #767676;
    border-bottom: 1px solid #256aaf;
    border-radius: 0;
    background-color: #f7f7f7;
}
.nav-tabs-justified > li > a:hover, .nav-tabs.nav-justified > li > a:hover {
    color: #666;
    border-color: #fafafa;
    border-bottom: 1px solid #256aaf;
    background-color: #f0f0f0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    font-weight: bold;
    color: #256aaf;
    border: 1px solid #256aaf;
    border-top-width: 3px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

/* ----------------------------------------------------------------------------------
    Workshop
---------------------------------------------------------------------------------- */
.article.workshop {

}
.article.workshop .table-responsive.green {

}
.article.workshop .table-responsive.green th {
    background-color: #e2f0d9;
}
.article.workshop .table-responsive.blue th {
    background-color: #daeef3;
}
.article.workshop .table-responsive th {
    font-size: 13px;
    font-weight: bold;
}
.article.workshop .table-responsive td {
    font-size: 13px;
}
.article.workshop .table-responsive td p.title {
    margin: 20px 0 5px;
    font-weight: bold;
}
.article.workshop .table-responsive td p.title:first-child {
    margin-top: 0;
}
.article.workshop .table-responsive td ul.td-list li {
    margin: 5px 0;
}
.article.workshop .table-responsive td .tb-inner {

}
.article.workshop .table-responsive td .tb-inner thead th {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #dfdfdf;
    background-color: #fff2cc;
}
.article.workshop .table-responsive td .tb-inner tbody td {
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid #dfdfdf;
}

/* ----------------------------------------------------------------------------------
    accomodation
---------------------------------------------------------------------------------- */
.article.accomodation {

}
.article.accomodation th {
    font-weight: bold;
}
.article.accomodation iframe {
    width: 100% !important;
}

/* ----------------------------------------------------------------------------------
    online-section
---------------------------------------------------------------------------------- */
.article.online-section a.btn-virtual {
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    background-color: #e2454f;
}
.article.online-section a.btn-virtual b {
    display: inline-block;
    vertical-align: middle;
}
.article.online-section a.btn-virtual i {
    vertical-align: middle;
    margin-left: 5px;
}

.article.online-section .nav-tabs-justified > li > a,
.article.online-section .nav-tabs.nav-justified > li > a {
    font-size: 15px;
}
.article.online-section .nav-tabs-justified > li.active > a,
.article.online-section .nav-tabs.nav-justified > li.active > a {
    font-size: 15px;
}
.article.online-section .table-responsive .table-info {
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
}
.article.online-section table {

}
.article.online-section table thead {

}
.article.online-section table thead th {
    font-size: 13px;
    border: 1px solid #ccc;
    background-color: #e2efda;
}
.article.online-section table thead tr.title th {
    padding: 10px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #71ad4b;
    background-color: #71ad4b;
}
.article.online-section table tbody {

}
.article.online-section table tbody th {
    padding: 15px 5px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #fdfefc;
}
.article.online-section table tbody td {
    padding: 15px 5px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ccc;
}
.article.online-section table small {
    letter-spacing: -0.45px;
}
.article.online-section table tbody td a {
    text-decoration: underline !important;
}
.article.online-section .table-responsive .td-etc {
    background-color: #ddebf7;
}
.article.online-section .table-responsive .td-temp {
    background-color: #fafafa;
}
.article.online-section .table-responsive .td-session {
    background-color: #fff2cc;
}

.article.online-section .section h2.tab-title {
    margin: 0 0 15px;
    font-size: 17px;
}

/* vimeo */
.article .video-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 60px;
    text-align: center;
}
.article .video-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.article .video-responsive .video-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ----------------------------------------------------------------------------------
    online-overview
---------------------------------------------------------------------------------- */
.article.online-overview {

}

/* ----------------------------------------------------------------------------------
    online-ceremony
---------------------------------------------------------------------------------- */
.article.online-ceremony {

}

/* ----------------------------------------------------------------------------------
    online-lectures
---------------------------------------------------------------------------------- */
.article.online-lectures {

}

/* Introduction */
.article.online-lectures .speaker-list {

}
.article.online-lectures .speaker-list > ul {

}
.article.online-lectures .speaker-list > ul > li {
    overflow: hidden;
    float: left;
    width: 450px;
    min-height: 320px;
    text-align: center;
}
.article.online-lectures .speaker-list > ul > li:nth-child(2n) {
    padding-left: 35px;
}
.article.online-lectures .speaker-list > ul > li:nth-child(2n+1) {
    padding-right: 35px;
}
.article.online-lectures .speaker-list > ul > li .thm-area {
    float: left;
    width: 160px;
    height: 260px;
}
.article.online-lectures .speaker-list > ul > li .thm-area .thm {
    display: block;
    width: 160px;
    height: 182px;
    margin: 0 0 10px;
    border-radius: 4px;
    background-color: #eee;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.article.online-lectures .speaker-list > ul > li .thm-area .thm img {
    display: block;
    width: 160px;
    height: 182px;
    border-radius: 4px;
}
.article.online-lectures .speaker-list > ul > li .thm-area .name {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 15px;
}
.article.online-lectures .speaker-list > ul > li .thm-area .organ {
    display: block;
    line-height: 1.2;
    font-size: 12px;
}
.article.online-lectures .speaker-list > ul > li .profile-area {
    position: relative;
    float: left;
    width: 250px;
    height: 260px;
    padding: 0 0 0 20px;
}
.article.online-lectures .speaker-list > ul > li .profile-area .title {
    text-align: left;
    line-height: 1.4;
    font-size: 19px;
    color: #2f5597;
}
.article.online-lectures .speaker-list > ul > li .profile-area .btn-profile {
    position: absolute;
    left: 20px;
    top: 146px;
    display: block;
    width: 230px;
    padding: 5px 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background-color: #3a618e;
}
.article.online-lectures .speaker-list > ul > li .profile-area .btn-profile:hover {
    background-color: #34577e;
}
.article.online-lectures .speaker-list > ul > li .profile-area .btn-profile span {
    display: block;
    margin: 2px 0;
}

/* speakers modal-lg */
.article.online-lectures {

}
.article.online-lectures .modal-header {
    color: #fff;
    background-color: rgba(5,97,238,1)
}
.article.online-lectures .modal-body {
    padding: 30px;
}
.article.online-lectures .profile {
    text-align: center;
}
.article.online-lectures .profile .thm {
    margin: 0 0 10px;
}
.article.online-lectures .profile .name {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: bold;
}
.article.online-lectures .profile .organ {
    line-height: 1.3;
    font-size: 13px;
}

.article.online-lectures .detail {

}
.article.online-lectures .detail .label-area {
    margin: 0 0 30px;
}
.article.online-lectures .detail .label-area .label-speaker {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    background-color: #861469;
}
.article.online-lectures .detail .title {
    margin: 0 0 30px;
    padding: 0 0 20px;
    line-height: 1.4;
    font-size: 21px;
    font-weight: bold;
    color: rgba(5,97,238,1);
    border-bottom: 1px solid #eee;
}
.article.online-lectures .detail .detail-conts h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}
.article.online-lectures .detail .detail-conts p {
    font-size: 14px;
}
.article.online-lectures .detail .detail-conts > ul {

}
.article.online-lectures .detail .detail-conts > ul > li {

}
.article.online-lectures .detail .detail-conts > ul > li > b {
    font-size: 15px;
    color: rgba(5,97,238,1);
}
.article.online-lectures .detail .detail-conts > ul > li > p {

}
.article.online-lectures .detail .detail-conts > ul > li > ul {
    margin: 0 0 20px 15px;
    list-style: disc;
}
.article.online-lectures .detail .detail-conts > ul > li > ul > li {
    font-size: 13px;
}
.article.online-lectures .detail .abstract-area {
    margin: 0 0 30px;
}

/* ----------------------------------------------------------------------------------
    online-lectures
---------------------------------------------------------------------------------- */
.article.online-presentations {

}
.article.online-presentations .section-area {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}
.article.online-presentations .section h2.section-title {
    margin: 0 0 30px;
}
.article.online-presentations .section-area:last-child {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 0;
}
.article.online-presentations .online-presentations-list {

}
.article.online-presentations .online-presentations-list > li {
    margin: 0 0 30px;
}
.article.online-presentations .online-presentations-list > li:last-child {
    margin: 0;
}
.article.online-presentations .online-presentations-list > li > p.title {
    margin: 0 0 10px;
    font-weight: bold;
}
.article.online-presentations .online-presentations-list > li > p.title a {
    text-decoration: underline !important;
    font-size: 18px;
}
.article.online-presentations .online-presentations-list > li > p.title > span {
    display: inline-block;
    vertical-align: middle;
}
.article.online-presentations .online-presentations-list > li > p.title i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.article.online-presentations .online-presentations-list > li > ul.info {
    margin-left: 20px;
    list-style: disc;
}
.article.online-presentations .online-presentations-list > li > ul.info > li {
    margin: 0 0 5px;
    font-size: 14px;
}
.article.online-presentations .online-presentations-list > li > ul.info > li:last-child {
    margin: 0;
}

/* ----------------------------------------------------------------------------------
    online-section
---------------------------------------------------------------------------------- */
.article.keynote-speakers {

}
.article.keynote-speakers table {

}
.article.keynote-speakers table thead {

}
.article.keynote-speakers table thead th {
    font-size: 13px;
    border: 1px solid #ccc;
    background-color: #e2efda;
}
.article.keynote-speakers table thead tr.title th {
    padding: 10px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #71ad4b;
    background-color: #71ad4b;
}
.article.keynote-speakers table tbody {

}
.article.keynote-speakers table tbody th {
    padding: 15px 5px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #fdfefc;
}
.article.keynote-speakers table tbody td {
    padding: 15px 5px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ccc;
}
.article.keynote-speakers table tbody td a {
    text-decoration: underline !important;
}
.article.keynote-speakers .table-responsive .td-green {
    background-color: #d8e4bc !important;
}
.article.keynote-speakers .table-responsive .td-green2 {
    background-color: #ebf1de !important;
}
.article.keynote-speakers .table-responsive .td-blue {
    background-color: #b7dee8 !important;
}
.article.keynote-speakers .table-responsive .td-blue2 {
    background-color: #daeef3 !important;
}


@media only screen
and (max-width: 768px) {

    /* ----------------------------------------------------------------------------------
        online-section
    ---------------------------------------------------------------------------------- */
    .article.online-section a.btn-virtual {
        position: static;
        margin: 0 0 50px;
    }
    .article.online-section a.btn-virtual b {
        display: inline-block;
        vertical-align: middle;
    }
    .article.online-section a.btn-virtual i {
        vertical-align: middle;
        margin-left: 5px;
    }

    /* nav */
    .online-section .nav-tabs-justified > li > a,
    .online-section .nav-tabs.nav-justified {
        overflow: hidden;
    }

    .online-section .nav-tabs-justified > li > a,
    .online-section .nav-tabs.nav-justified > li {
        float: left;
        width: 50%;
    }

    .online-section .nav-tabs-justified > li > a,
    .online-section .nav-tabs.nav-justified > li:nth-child(2n+1) {
        padding-right: 2px;
    }

    .online-section .nav-tabs-justified > li > a,
    .online-section .nav-tabs.nav-justified > li:nth-child(2n) {
        padding-left: 2px;
    }

    .online-section .nav-tabs-justified > li > a,
    .online-section .nav-tabs.nav-justified > li > a {
        margin: 0 0 5px;
        padding: 8px 5px;
        font-size: 13px;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #eee;
    }

    .online-section .nav-tabs-justified > li > a:hover,
    .online-section .nav-tabs.nav-justified > li > a:hover {
        color: #666;
    }
    .online-section .nav-tabs-justified > li.active > a,
    .online-section .nav-tabs.nav-justified > li.active > a {
        font-size: 13px;
    }

    .online-section .nav-tabs-justified > .active > a,
    .online-section .nav-tabs.nav-justified > .active > a,
    .online-section .nav-tabs-justified > .active > a:hover,
    .online-section .nav-tabs.nav-justified > .active > a:hover,
    .online-section .nav-tabs-justified > .active > a:focus,
    .online-section .nav-tabs.nav-justified > .active > a:focus {
        font-size: 13px;
        color: #fff;
        border: 1px solid #143e91;
        border-radius: 2px;
        background-color: #143e91;
    }
    .online-section .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .online-section .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .online-section .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .online-section .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 1px solid #dfdfdf;
    }

    /* ----------------------------------------------------------------------------------
        online-lectures
    ---------------------------------------------------------------------------------- */
    .article.online-lectures .speaker-list {
        padding-top: 50px;
    }
    .article.online-lectures .speaker-list > ul > li {
        float: none;
        width: 100%;
        min-height: auto;
    }
    .article.online-lectures .speaker-list > ul > li:nth-child(2n),
    .article.online-lectures .speaker-list > ul > li:nth-child(2n+1) {
        padding: 0;
    }
    .article.online-lectures .speaker-list > ul > li .thm-area {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        text-align: center;
    }
    .article.online-lectures .speaker-list > ul > li .thm-area .thm {
        margin: 0 auto 10px;
    }
    .article.online-lectures .speaker-list > ul > li .profile-area {
        float: none;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .article.online-lectures .speaker-list > ul > li .profile-area .title {
        text-align: center;
        font-size: 19px;
    }
    .article.online-lectures .speaker-list > ul > li .profile-area .btn-profile {
        position: static;
        display: block;
        width: 230px;
        margin: 0 auto 100px;
        padding: 5px 15px;
    }

    /* speakers modal-lg */
    .article.online-lectures {

    }
    .article.online-lectures .modal-header {
        color: #fff;
        background-color: rgba(5,97,238,1)
    }
    .article.online-lectures .modal-body {
        padding: 30px;
    }
    .article.online-lectures .profile {
        text-align: center;
    }
    .article.online-lectures .profile .thm {
        margin: 0 0 10px;
    }
    .article.online-lectures .profile .name {
        margin: 0 0 5px;
        font-size: 17px;
        font-weight: bold;
    }
    .article.online-lectures .profile .organ {
        line-height: 1.3;
        font-size: 13px;
    }

    /* plenary speakers */
    .article.online-lectures .speaker-list > ul > li {
        float: none;
        width: 100%;
        min-height: auto;
        margin: 0 auto 50px;
        padding: 0
    }
    .article.online-lectures .speaker-list > ul > li:nth-child(3n) {
        margin: 0 auto 50px;
    }
    .article.online-lectures .detail .label-area {
        margin: 50px 0 30px;
        text-align: center;
    }

}

























