:root {
    --kt-primary: #116eb5;
    --kt-primary-subtle: #6ea8fe;
    --kt-primary-bg-subtle: #cfe2ff;
    --kt-light: #f8f9fa;
    --kt-light-subtle: #fcfcfd;
    --kt-white: #ffff;
    --kt-dark: #000000;
    --kt-gray: #e9ecef;
    --kt-border-color: #dee2e6;
    --kt-margin-1: .25rem;
    --kt-margin-2: .5rem;
    --kt-margin-3: 1rem;
    --kt-padding-1: .25rem;
    --kt-padding-2: .5rem;
    --kt-padding-3: 1rem;
    --kt-menu-h-bg: #113628;
    --kt-menu-h-bg-2: rgba(40, 108, 151, 1);
    /*--kt-menu-h-font-color: #e1ff6a;*/
    --kt-menu-h-font-color: #fff;
    --kt-light-green: rgb(199, 237, 225);
    --kt-deep-green: rgb(22, 102, 48);
    --kt-green: #7fbc1d;
}

.fs-5m6 {
    font-size: 1.125rem !important;

}

.fs-small {
    font-size: 0.875rem !important;
}

.fs-x-small {
    font-size: 0.75rem !important;
}

::selection {
    background: #7fbc1d;
    color: #111111;
    text-shadow: none;
}

body {
    font-family: "Rubik", 'Arial', "PingFang SC", "Microsoft YaHei", "Times New Roman", serif;
}

img {
    max-width: 100%;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--kt-primary);
  --bs-btn-border-color: var(--kt-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--kt-green);
  --bs-btn-hover-border-color: var(--kt-green);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--kt-primary);
  --bs-btn-active-border-color: var(--kt-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--kt-primary);
  --bs-btn-disabled-border-color: var(--kt-primary);
}

.kt-banner .text-banner {
    background-image: url("/static/themes/images/bg_banner.jpeg");
    background-size: cover;
}

.kt-banner .text-banner a {
    color: var(--kt-white);
}

.kt-navbar .navbar-nav .dropdown:hover .dropdown-menu {

}

.kt-navbar .navbar-nav > li.nav-item {
    flex-grow: 1;
    position: relative;
}

.kt-navbar .navbar-nav > li.nav-item:not(:last-child):after {
    position: absolute;
    top: 0;
    right: 0;
    content: ' ';
    /*border-right: 1px solid rgba(0, 0, 0, 0.2);*/
    height: 100%;
}

.kt-navbar .navbar-nav > li.nav-item:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50rem;
}

.kt-navbar .nav-link {
    font-size: 1.25rem;
    /*padding-top: 0.25rem;*/
    /*padding-bottom: 0.25rem;*/
    text-align: center;
    font-weight: 300;
    color: var(--kt-menu-h-font-color) !important;
}

.kt-navbar .nav-item ul.dropdown-menu {
    min-width: 100% !important;
    border-radius: 15px;
    margin-top: 10px !important;
    /*background-color: rgba(17, 110, 181, 0.8);*/
}

.kt-navbar .nav-item ul.dropdown-menu .dropdown-item {
    font-size: 1.1em;
    font-weight: 100;
    /*color: #fff !important;*/
}

.kt-navbar .nav-item ul.dropdown-menu .dropdown-item:hover, .kt-plugin.menu-t .nav-item ul.dropdown-menu .dropdown-item:hover{
    background-color: var(--kt-primary);
    color: var(--kt-white);
}

.kt-navbar .dropdown .dropdown-toggle:after {
    color: var(--bs-gray-500);
    content: "\f282";
    font-family: 'bootstrap-icons' !important;
    /*line-height: 1.5rem;*/
    margin-left: .625rem;
    /*vertical-align: -.125em;*/
    vertical-align: middle;
    border: none;
}

.kt-navbar .dropdown .show.dropdown-toggle:after {
    transform: rotate(180deg);
}

.kt-menu-h {
    background: linear-gradient(90deg, var(--kt-primary) 0%, var(--kt-green) 100%);
    border-radius: 50rem;
}

.kt-menu-h .navbar-nav > li:not(:last-child) {
    /*border-right: 1px solid var(--primary-subtle);*/
}

.kt-main > .kt-app {
    padding-top: var(--kt-padding-2);
    padding-bottom: var(--kt-padding-2);
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.kt-main .kt-myspace-app .evt-dashboard .card{
    background-image: linear-gradient(180deg, rgba(26, 186, 251, 0.1), transparent);
}

.kt-plugin {
    /*margin-bottom: .75rem !important;*/
}

@media (min-width: 1000px) {
    .kt-menu-t {
        position: absolute;
        top: 1rem;
        right: 15px;
        z-index: 1030;
    }

    .kt-plugin.menu-t {
        background-color: rgba(0, 0, 0, 0.4);
    }

    .kt-plugin.menu-t > a, .kt-plugin.menu-t ul.navbar-nav > li > a{
        color: var(--kt-white) !important;
        padding: 0 0.675rem;
        font-size: 0.9rem;
        line-height: 1.0rem !important;
    }
    
    .kt-plugin.menu-t > a:hover, .kt-plugin.menu-t ul.navbar-nav > li > a:hover{
        color: var(--kt-green) !important;
    }

}

.kt-app.evt-account .app-title, .kt-app.evt-register .app-title {
    /*font-size: 1.75rem !important;*/
    font-size: 3rem !important;
    font-weight: 100;
    background-color: transparent !important;
    color: var(--kt-primary);
}

.kt-event-sidebar .kt-plugin {
    /*background-color: var(--kt-light);*/
    margin-bottom: 1.0rem !important;
}

.kt-event-sidebar .kt-plugin > .plugin-title {
    /*color: rgba(244,123,30,1);*/
}

.kt-event-sidebar .kt-plugin > .plugin-body {
    padding: 1rem;
}

.kt-event-app .kt-plugin {
    margin-bottom: .75rem !important;
}

.kt-event-app .kt-plugin .plugin-title {
    font-size: 1.5rem;
}

.kt-event-app .kt-app .app-title {
    font-weight: 100;
    font-size: 3rem !important;
    line-height: 4rem !important;
    color: var(--kt-primary) !important;
}

.kt-event-sidebar .kt-plugin .plugin-title {

}

.kt-event-app .kt-plugin > .plugin-body, .kt-event-app .combined-page .app-body, .kt-event-app .single-page .app-body{
    /*padding: 1rem 0.5rem 0 0.5rem;*/
    padding: 1rem 0;
    /*text-align: justify;*/
    line-height: 1.5rem;
}

.kt-plugin.countdown .time {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: var(--kt-primary);
}


.kt-plugin .plugin-title, .kt-app .app-title {
    /*padding: 0.25rem 1rem;*/
    padding: 0.25rem 0;
    color: var(--kt-primary);
}

.kt-app .app-title {
    text-transform: uppercase;
}

.kt-plugin.recent-news .more-link {
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

.kt-plugin.organisers .org-group-title {
    color: #30ce9c;
    font-weight: 700;
    font-size: 1.1rem;
}

.kt-plugin.organisers .org {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.kt-plugin.organisers .org > a{
    text-decoration: none;
    color: rgb(22, 102, 48) !important;
}

.kt-plugin.organisers .org img{
    max-height: 50px;
}

.kt-plugin.menu-t .dropdown .language::before {
	display: inline-block;
    content: " ";
    background: 0 0 no-repeat;
    background-size: 100% 100%;
    width: 23px;
    height: 15px;
    position: relative;
    top: 2px;
    left: -2px;
}

.kt-plugin.menu-t .dropdown .language.language-en::before {
    background-image:url(/static/themes/images/lang_en.png) !important;
}

.kt-plugin.menu-t .dropdown .language.language-zh-hans::before {
    background-image:url(/static/themes/images/lang_zh_hans.png) !important;
}

.kt-plugin.speakers-list .plugin-body {
    padding-left: 0;
}

.kt-plugin.speakers-list .plugin-body li:not(:last-child) {
    border-bottom: 1px solid var(--kt-border-color);
}

.kt-plugin.speakers-list .speaker-avatar img, .kt-plugin.speakers-list .speaker-avatar .text-avatar{
    width: 100px;
    height: 100px;
}

.kt-plugin.speakers-list .speaker-avatar .text-avatar{
    text-align: center;
    align-content: center;
    background-color: var(--kt-light);
    color:#B6B6B9;
    font-size: 48px;
}

.kt-plugin.contact-us .contact-info {
    /*background-color: var(--kt-white);*/
}

.kt-plugin.contact-us .contact-info:not(:last-child) {
    margin-bottom: var(--kt-margin-2);
}

.kt-plugin.contact-us .contact-info div {
    padding: var(--kt-padding-2) 0;
}

.kt-plugin.contact-us .contact-info div:not(:last-child) {
    border-bottom: 1px solid var(--kt-border-color);
    padding: var(--kt-padding-2) 0;
}

.kt-plugin.important-dates {
    margin-bottom: 0 !important;
}

.kt-plugin.important-dates .important-date {
    background-color: var(--kt-white);
    /*text-align: center;*/
}

.kt-plugin.important-dates .important-date:not(:last-child) {
    margin-bottom: var(--kt-margin-2);
}

.kt-plugin.important-dates .important-date .date{
    /*color: rgb(10, 122, 99) !important;*/
}

.kt-plugin.important-dates .important-date .title{
    background-color: #fef4da;
    /*transform: skew(-10deg);*/
}

.kt-app {
    /*padding-top: 1rem;*/
}

.kt-footer {
    font-size: 0.8rem;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--kt-light) !important;
}

/** LAST STYLE / NOT KT2024 **/
.registration-fees ul li {
    margin-bottom: 0.5rem;
    padding: .5rem 1rem;
    background-color: #f8f9fa;
}

.registration-fees input[type=radio].form-check-input {
    width: 1.3rem !important;
    height: 1.3rem !important;
}
.registration-fees .form-check label.form-check-label {
    margin-left: .5rem;
    width: 100% !important;
}

.registration-fees .form-check label.form-check-label .ticket-title{
    font-size: 1.2rem;
    font-weight: bolder;
}

/* bank select */
.payments-for-select > ul > li {
    background-color: #fff;
    padding: 1rem;
}

.payments-for-select > ul > li:not(:last-child) {
	margin-bottom: .75rem !important;
}

.payments-for-select label {
	width: 100% !important;
}

.payments-for-select label p{
	margin-bottom: .25rem;
}

.payments-for-select label hr{
	margin-bottom: .25rem;
	margin-top: .25rem;
    opacity: 0.1;
}

ul.banks > li{
    width: 140px !important;
}

ul.banks > li > span {
    padding: 10px 4px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
}

ul.banks > li > span > img {
    max-width: 120px;
}

ul.banks > li > span.active {
    border: 2px solid #c12e2a;
	position: relative;
}

ul.banks > li > span.active:after {
	content: "已选中";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #c12e2a;
	padding: 0 5px;
	color: #FFFFFF;
	font-size: 0.6em;
}

@media (max-width: 1000px) {
    .kt-content {
        background: linear-gradient(180deg, rgb(58, 161, 213), transparent) no-repeat !important;
        box-shadow: none !important;
        border-block: 1px solid var(--kt-border-color);
    }

    .kt-main {
        background: var(--kt-white);
    }
    
    .kt-main > .kt-app, .kt-main .kt-myspace-app {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    
    .kt-main .kt-event-app {
        border-radius: 10px !important;
    }
    
    .kt-plugin.menu-grid .menu-link {
        background-color: rgba(0, 0, 0, 0.4);
        color: var(--kt-white);
    }

    .kt-plugin.menu-grid .menu-link .menu-title{
        font-size: 1rem;
    }

    .kt-plugin.menu-grid .menu-link .menu-icon {
        line-height: 1.2em;
    }

    .kt-plugin.menu-grid .menu-link .menu-icon img{
        max-height: 32px;
    }
    
    .row-cols-3>* {
        flex: 1 0 auto !important;
    }

}

/* custom */
.kt-header {
    top: 0;
    width: 100%;
    z-index: 799;
}

.kt-breadcrumb a{
    color: var(--kt-primary) !important;
}

.nav-submenu .nav-link {
    font-weight: 100;
}

.nav-submenu .nav-link.active {
    background-color: var(--kt-primary) !important;
    color: var(--kt-white) !important;
    font-weight: 200;
}

.nav-submenu .nav-item:hover {
    background-color: var(--kt-primary);
}

.nav-submenu .nav-item:hover a{
    color: #fff !important;
}

.kt-main {
    margin: 200px 0 0 0;
}

.kt-main .kt-focus {
    background: url(/image/33d9848edf694d8cabcecd5577083338.jpg) center 350px no-repeat;
    background-size: cover;
}

.kt-main .kt-focus .event-info {
    top: 180px;
    z-index: 800;
}

.kt-main .kt-focus .event-info h1 {
    font-size: 4.5rem;
    line-height: 5rem;
    text-shadow: 0px 0px 15px #000;
    font-weight:100 !important;
}


.kt-main .kt-focus .h2 {
    color: var(--kt-primary);
    border-bottom: 1px solid var(--kt-primary);
}

.kt-main .kt-focus .btn-more {
    background-color: var(--kt-green) !important;
    color: var(--kt-white);
}

.kt-main .kt-features .feature {
    padding: 3rem;
    color: #fff;
    min-height: 550px;
}

.kt-main .kt-features .feature a{
    color: #fff;
}

.kt-main .kt-features .feature .more{
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    /*cursor:pointer;*/
    background: url(/image/17de994e56a64e5bb38ef5fd99752552.png) center center no-repeat;
}

.kt-features .feature .more:hover{
    background-color:#116eb5;
}

.kt-features .feature-1 {
    background: #7fbc1d url(/image/26e211c139ff4ae09fa83c79d6fbf08e.png) -30px -8px no-repeat;
}

.kt-features .feature-2 {
    background: #116eb5 url(/image/fbcb88673c9d4fe084f04ad217513c82.png) -30px -8px no-repeat;
}

.kt-features .feature-3 {
    background: #05290a url(/image/1d66366239b044e8b9bbabccc08060f6.png) -30px -8px no-repeat;
}

.kt-features .feature-4 {
    background: #3a3d48 url(/image/7d613b81178b4808b9d89e6db46127dd.png) -30px -8px no-repeat;
}

.kt-contact h2{
    color: var(--kt-primary);
}

.kt-contact .btn-contact {
    background-color: var(--kt-green);
    color: var(--kt-white);
}

/* past conference */
.project {
    border: 1px solid #000;
    margin: 0 0 50px 0;
    position: relative;
    padding: 0 300px 0 0;
    text-align: start !important;
    line-height: 1.5rem !important;
}

.project .imgplace {
    float: right;
    position: absolute;
    overflow: hidden;
    right: 0;
    max-width: 290px;
    height: 100%;
    top: 0;
}

.project .imgplace img {
    max-width: none;
    height: 100%;
    /* position: absolute; */
    right: 0;
    top: 0;
    float: right;
    /* width: 500px; */
}

.project .imgplace:after {
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    background: #fff;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    left: -360px;
    top: -130px;
}

.project .projectdata {
    padding: 20px;
}

.project h2 {
    font-size: 26px;
    color: #333;
    text-transform: uppercase;
    line-height: 29px;
    font-weight: 100 !important;
}

.project:after {
    content: "";
    display: table;
    clear: both;
}

/* leadership */
.listchildren {
    float: left;
    width: 25%;
    margin: 0 0 50px 0;
    text-align: start !important;
    line-height: 24px;
}

.listchildren img {
    max-width: 65px;
    max-height: 65px;
}

.listchildren h3 {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
    font-weight: 500;
}

.listchildren .under {
    text-decoration: underline;
}

.listchildren a {
    display: block;
    color: #1e2382;
}

/* combined page */
.kt-app.combined-page img{
    height: 130px;
    max-width: none;
}

.kt-app.combined-page .news-title {
    margin: 0 0 10px 0;
    color: #6a6a6a;
    font-size: 24px;
    font-weight: 100;
}

.kt-app.combined-page .news-pubdate {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #42c9ec;
    font-weight: 500;
}

.kt-app.combined-page .imgplace {
    width: 130px;
    height: 130px;
    background: #ebebeb;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    overflow: hidden;
}

.app-body ul {
    padding-left: 0 !important;
}

.app-body ul li {
    padding-left: 30px;
    background: url(/image/fe953d13b6ba43ae86f0a980895b77db.png) left 6px no-repeat;
    list-style-type: none;
    margin-bottom: 10px;
    line-height: 24px;
}

.kt-myspace-left-menu a.list-group-item{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border: none !important;
    color: var(--kt-primary) !important;
}

.kt-myspace-left-menu a.list-group-item.active{
    background-color: var(--kt-primary) !important;
    color: var(--kt-white) !important;
}

.kt-myspace-left-menu a.list-group-item > i{
    margin-right: .5rem !important;
}