:root {
    --primary-link-color: #2196b8;
    --primary-link-hover-color: #067c9e;
    --secondary-link-color: #333333;
    --primary-bg-color: #01519f;
    --secondary-bg-color: #eeefff;
    --primary-light-bg-color: #fff;
    --primary-txt-color: #444;
    --primary-announce-color: #01519f;
    --secondary-ico-color: gray;
    --primary-txt-dark-bg: white;
    --white-txt: #fff;
    --white-color: #fff;
    --role-bg: #188e7e;
    --btn-width: calc(100% - 40px) !important;
    --top-margin: 70px;
    --km-top-margin: 40px;
    --vid-radius: 12pt;
}

#video-bg {
    background-image: url("/portals/0/webp/bg-int-l.webp");
    background-position: center;
    background-size: cover;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    object-fit: cover;
}

.usr.lng.a-click {
    opacity: 0;
}

html {
    min-height: 100vh;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

#siteWrapper a,
a:hover,
a:active,
a:visited {
    font-family: TrueFont, 'KanitLight', sans-serif !important;
}

body {
    min-height: calc(100vh - var(--top-margin));
}

@media (max-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    }
}

div,
span,
input,
td,
li {
    font-size: 22px;
}

.swal2-container div,
.swal2-container span,
.swal2-container input,
.swal2-container td,
.swal2-container li {
    font-family: 'KanitLight', kanit, sans-serif !important;
}

nav.navbar {
    background: white;
    position: absolute;
    width: 100%;
    top: 0px !important;
    height: 65px;
    padding-left: 0px;
    padding-right: 0px;
}

nav.navbar:has(.collapsed) {
    background: white;
}

.login-box {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-self: center;
    width: 100%;
}

.bnr-ico {
    width: 100px;
}

.pt-primary {
    font-size: 13pt;
}

.pt-secondary-sec {
    font-size: 11pt;
    line-height: 1;
    color: #dadada;
}

div#siteWrapper {
    margin-top: 70px;
}

.function-main {
    align-items: center;
    position: absolute;
    display: inline-flex;
    right: 15px;
    font-size: 0rem;
    top: 23px;
}

.function-main .usr {
    margin-right: 8px;
    font-size: 11pt;
}

.function-main .usr.role,
.function-main .usr.lng {
    padding: 4px 8px;
    border-radius: 2px;
    color: var(--primary-txt-dark-bg);
    font-size: 9pt;
}

.function-main .usr.role {
    background-color: var(--role-bg);
    display: none;
}

.function-main .usr.lng {
    color: var(--primary-txt-color);
    background-color: var(--secondary-bg-color);
}

.function-main .logoff-btn {
    color: var(--secondary-ico-color);
    font-size: 12pt;
}

.function-main .logoff-btn:hover {
    color: var(--primary-txt-color);
}

.flex-center {
    display: inline-flex;
    align-items: center;
}

.a-click {
    cursor: pointer;
}

.dts-dropdown {
    position: absolute;
    background-color: var(--primary-light-bg-color);
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #eeefff;
    right: 22px;
    top: 22px;
    z-index: 2;
}

.dts-dropdown .dropdown-item {
    background-color: #f2f2f2;
    margin: 2px 0px;
    border-radius: 4px;
}

.dts-dropdown .dropdown-item.actived {
    background-color: #bdbdbd;
    color: var(--primary-txt-dark-bg);
}

.clickable {
    box-shadow: none !important;
}

.function-main .usr.lng {
    color: var(--primary-txt-color);
    background-color: var(--secondary-bg-color);
}

img.top-logo {
    width: 140px;
}

.cpg-logo.menu {
    padding: 4px 15px;
    text-align: left;
    height: 70px;
}

#siteWrapper div,
#siteWrapper input,
#siteWrapper span,
#siteWrapper td {
    font-family: TrueFont, Kanitlight, Kanit, sans-serif !important;
    line-height: 0.8;
}

#siteWrapper li.nav-item a, 
#siteWrapper li.nav-item a span,  
#siteWrapper li.nav-item a .title {
    font-size: 10.5pt;
    font-family: 'NotoSans' !important;
    /* font-weight: bold; */
    color: #1b1b1b;
}

#siteWrapper li.nav-item a .content {
    font-family: 'NotoSans' !important;
    font-size: 11pt;
    line-height: 1.2 !important;
}
.bnr-ico {
    width: 100px;
}

.pt-primary {
    font-size: 13pt;
}

.pt-secondary-sec {
    font-size: 11pt;
    line-height: 1;
    color: #dadada;
}

div#siteWrapper {
    margin-top: var(--top-margin);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - var(--top-margin));
}

.function-main {
    align-items: center;
    position: absolute;
    display: none;
    right: 15px;
    font-size: 0rem;
    top: 23px;
}

.function-main .usr {
    margin-right: 8px;
    font-size: 17pt;
}

.function-main .usr.role,
.function-main .usr.lng {
    padding: 4px 8px;
    border-radius: 2px;
    color: var(--primary-txt-dark-bg);
    font-size: 15pt;
}

.function-main .usr.role {
    background-color: var(--role-bg);
    display: none;
}

.function-main .usr.lng {
    color: var(--primary-txt-color);
    background-color: var(--secondary-bg-color);
}

.function-main .logoff-btn {
    color: var(--secondary-ico-color);
    font-size: 12pt;
}

.function-main .logoff-btn:hover {
    color: var(--primary-txt-color);
}

.flex-center {
    display: inline-flex;
    align-items: center;
}

.a-click {
    cursor: pointer;
}

.dts-dropdown {
    position: absolute;
    background-color: var(--primary-light-bg-color);
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #eeefff;
    right: 22px;
    top: 22px;
    z-index: 2;
}

.dts-dropdown .dropdown-item {
    background-color: #f2f2f2;
    margin: 2px 0px;
    border-radius: 4px;
}

.dts-dropdown .dropdown-item.actived {
    background-color: #bdbdbd;
    color: var(--primary-txt-dark-bg);
}

.clickable {
    box-shadow: none !important;
}

.function-main .usr.lng {
    color: var(--primary-txt-color);
    background-color: var(--secondary-bg-color);
}

img.top-logo {
    width: 140px;
}

.cpg-logo.menu {
    padding: 4px 15px;
    text-align: left;
    height: 70px;
}

.set-h.top-relate {
    background-color: #f0f0f0;
    min-height: calc(100vh - 272px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/Portals/0/images/banner/login-large.jpg);
    background-position: center;
    background-size: cover;
}

a.login-item-box {
    display: inline-block;
    vertical-align: top;
    border-radius: 8px;
    text-align: center;
    margin: 0.5em;
    width: 28.4%;
    background-color: white;
    overflow: hidden;
}



.welcome-primary-txt {
    font-size: 1rem;
    font-weight: bold;
    color: #1a734a;
}

.LogBlock-header {
    /* background-color: rgb(255 255 255 / 100%); */
    /* max-width: 540px; */
    /* margin: auto; */
    /* display: block; */
    text-align: center;
    border-top-left-radius: 4pt;
    border-top-right-radius: 4pt;
    /* padding: 20px; */
}

.LogUsr input[type="text"],
.LogPwd input[type="password"],
.cplogin_SectionText input[type="text"] {
    background-color: #F5F7FB;
    font-weight: normal;
    font-size: 16pt;
    width: calc(100% - 40px) !important;
    border: 1px solid #eceef3;
    padding: 8px;
    border-radius: 4px;
}

.LogUsr input[type="text"]::placeholder,
.LogPwd input[type="password"]::placeholder {
    color: #888;
    font-style: italic;
    font-size: 14px;
    opacity: 1;
}

.LogBlock {
    padding-top: 0px !important;
}

.LogBtn a,
.LogBtn button,
#siteWrapper .cplogin_Button {
    background-color: #1d8656;
    border-radius: 4pt;
    border: 1px solid #10814d;
    padding: 10px 16px !important;
    display: inline-block;
    font-size: 15pt;
    justify-content: center;
    align-items: center;
    color: white !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.LogBtn a:hover {
    background-color: #0c673d;
    color: white;
}

#siteWrapper .LogButtonText {
    font-size: 12pt;
    border: none;
}

.LogButtonText:hover {
    border: none;
    color: #106410;
}

.LogPanel>div {
    padding: 0px !important;
    margin: 0px !important;
}

#siteWrapper .cplogin_HeadText {
    font-size: 14pt;
    display: none;
}

#siteWrapper .cplogin_subContent {
    padding: 0px;
}

#siteWrapper .cplogin_SectionText {
    padding: 0px;
}

#siteWrapper .LogUsr,
#siteWrapper .LogPwd {
    padding: 0px 0px 12px 0px !important;
}

.content {
    font-size: 20pt;
    text-align: left;
    line-height: 1 !important;
    color: #666;
    padding: 0px 20px 14px;
}


.content-desc {
    font-size: 17pt;
    line-height: 1.259 !important;
    color: #666;
    padding-top: 2px;
}

.txt-forgot-box {
    display: none;
}

.LogUsr input[type="text"],
.LogPwd input[type="password"],
.cplogin_SectionText input[type="text"] {
    background-color: white;
    font-weight: normal;
    font-size: 16pt;
    width: var(--btn-width);
    border: 1px solid #ccd2dc;
    padding: 8px;
    border-radius: 16pt;
}

.formframe {
    /* background-color: rgb(255 255 255 / 100%); */
    max-width: 380px;
    margin: auto;
    display: block;
    text-align: center;
    border-top-left-radius: 4pt;
    border-top-right-radius: 4pt;
    padding: 20px;
    padding-top: 0px;
}

.cplogin_Caption {
    font-size: 14pt !important;
    text-align: left;
    font-family: 'KanitLight';
}

.cplogin_Caption .cplogin_text {
    color: #444;
}

.formline .cplogin_TextBox {
    background-color: #e8f0fe;
    font-weight: normal;
    font-size: 16pt;
    width: 100% !important;
    border: 1px solid #ccd2dc;
    padding: 8px;
    border-radius: 4px;
}

#siteWrapper .formline {
    width: 100%;
}

.set-h.newcontent {
    background-color: #f0f0f0;
    width: 100%;
    min-height: calc(100vh - 271px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-title {
    font-size: 24pt;
    color: #204108;
}

.info-content {
    font-size: 16pt;
}

.info-desc {
    font-size: 13pt;
    line-height: 1.2 !important;
    color: #666;
}

span.lnk {
    cursor: pointer;
    color: #00519a;
    text-decoration: none;
}

.bg-header-01 .top-logo {
    width: 50px;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.inno .bg-header-01 {
    background-color: #F0F2F1;
}

.inno .dts-sd-ft {
    border: none;
    background-color: #545454;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    padding-bottom: 20px;
}

.inno .copyrights {
    color: white;
    font-size: 16pt;
}

.inno div#dnn_BlankPane {
    display: flex;
    min-height: calc(100vh - 121px);
    background-color: initial;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(36deg, rgba(255, 0, 255, 1) 0%, rgba(2, 94, 255, 1) 35%, rgba(0, 255, 195, 1) 82%, rgba(204, 218, 215, 1) 100%), url(/portals/0/image/bg/whale_alpha70_Space-v.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-blend-mode: screen;
    background-position: center;
}

.login .km div#dnn_BlankPane {
    /*background-image: url("/portals/0/webp/bg-int-l.webp");
    background-position: center;
    background-size: cover;*/
    min-height: 100vh;
}

#siteWrapper .announce-desc {
    font-size: .8rem;
    line-height: 1.2 !important;
    font-family: kanit !important;
}

#siteWrapper div.announce-txt {
    font-size: 1.5rem;
    line-height: 1 !important;
    font-family: 'KanitBold' !important;
    margin: auto;
    margin-bottom: 1rem;
}

#siteWrapper .sm-txt .announce-txt {
    font-size: 1rem;
}

a {
    transition: color .15s ease-in-out,
        background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a[id$='bnForgotPassword'],
a[id$='bnSubmit'].LogButton {
    color: #444 !important;
    border-radius: 16pt;
    padding: 12px 20px !important;
    font-size: 13pt !important;
    display: inline-block;
    border: none;
    width: fit-content;
}

a[id$='bnForgotPassword']:hover,
a[id$='bnSubmit'].LogButton:hover {
    border-radius: 16pt;
}

a[id$='bnForgotPassword'] {
    background-color: #e0e0e0;
    position: relative;
    /* top: 2rem; */
}

a[id$='bnForgotPassword']:hover {
    background-color: #cacaca;
}

a[id$='bnSubmit'].LogButton {
    background-color: #00a751;
    color: white !important;
    width: var(--btn-width);
    margin-top: 1em;
    font-weight: bold;
    padding: 15px !important;
}

a[id$='bnSubmit'].LogButton:hover {
    background-color: #23a818;
}



.LogBlock {
    max-width: 400px;
    margin: 0px auto;
}

img#logo-bu {
    border-radius: 4pt;
    width: 100%;
    max-width: 150px;
}

.LogBlock-header .content {
    color: white;
    max-width: 460px;
    margin: auto;
    font-family: kanitlight, kaint, sans-serif !important;
}

.bg-none {
    background: none !important;
    background-color: transparent !important;
}

.liquid-dark {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgb(0 0 0 / 20%);
    padding: 1em;
    border-radius: 16pt;
}


.liquid-dark .info-title {
    color: white;
}

.liquid-dark .info-content {
    color: white;
    line-height: 1.2 !important;
}

.liquid-dark .info-desc {
    color: #ffdb42;
}

.liquid-dark span.lnk {
    color: #00dfe0;
    text-decoration: underline;
}

.box-m {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

#siteWrapper .formframe .cplogin_TextInfo {
    color: black !important;
    text-align: left;
}

#siteWrapper .formframe .cplogin_text {
    color: #ffd514;
}

#siteWrapper .formframe {
    padding: 20px !important;
    border-radius: 4pt;
}

.login-box img.logo-s {
    width: 100%;
}

a.btn.btn-focus,
#siteWrapper a#dnn_ctr381_Main_ctl00_btnChangePassword {
    background-color: #FFCE00 !important;
    border-color: #FFCE00 !important;
    border-radius: 16pt;
    color: #222 !important;
    font-size: 13pt !important;
    width: fit-content;
    padding: 12px 30px !important;
    display: inline-block;
    line-height: 1;
}

a.btn.btn-focus:hover {
    color: white;
    background-color: #c86900;
}

.skin-middle .high-frame {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/portals/0/image/bg/login-small_0.jpg);
    background-position: center;
    background-size: cover;
    padding: 1em;
}

.container-blank.mid-frame {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background-color: rgb(0 0 0 / 20%);
    padding: 1em;
    border-radius: 16pt;
    padding-bottom: 2em;
}

span.st {
    white-space: nowrap;
}

.text-italic {
    font-style: italic;
}

.content.content-desc {
    font-size: 11.5pt;
}

.content.content-title {
    font-size: 15pt;
}

.login-subject {
    color: white;
    font-size: 11pt;
    margin: 5px 0px;
    font-family: Kanitlight, Kanit, sans-serif !important;
}

#siteWrapper .announce-txt span {
    line-height: .5 !important;
    display: inline-block;
}

#siteWrapper div.announce-txt span {
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

#siteWrapper div.info-title {
    font-family: 'KanitBold' !important;
}

.cplogin_Caption {
    font-size: 11pt !important;
    color: white !important;
    font-family: kanitlight !important;
    font-weight: normal !important;
}







a#dnn_ctr381_Main_ctl00_btnChangePassword {
    margin-top: 1.5em;
}

button.LogButton {
    background-color: #00ebc0;
    border-radius: 16pt;
    color: #222 !important;
    font-size: 13pt !important;
    width: fit-content;
    padding: 12px 30px !important;
}


.content.content-box {
    width: fit-content;
    display: block;
    margin: auto;
}

.primary-txt {
    color: #222;
}

.txt-md {
    max-width: 590px;
    margin: auto;
}

.img-fail {
    margin: auto;
    width: 100%;
    max-width: 14rem;
}

a.cmo-btn {
    background: #4d00b0;
    aspect-ratio: 16/9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 8px;
    /* width: 45%; */
    /* max-width: 128px; */
}

a.cmo-btn span {
    color: white;
    font-family: 'KanitBold';
    font-size: 1.3em;
    display: inline-flex;
    line-height: 1.125 !important;
}

.logo-box .top-logo {
    width: 40px;
    padding-right: .5em;
}

.logo-box {
    padding: .6rem 1rem;
    white-space: nowrap;
}

.flex-v {
    display: flex;
    align-items: center;
}

img.top-logo.sep-r {
    border-right: 1px solid #efefef;
    margin-right: .5em;
}

.main-menu .menu-item {
    color: #222;
    font-size: .8rem;
    font-weight: bold;
    margin-right: 1.5rem;
}

.main-menu .menu-item:last-child {
    margin: 0px;
}

.main-bnr {
    background-color: #efefef;
    background-image: url("/portals/0/image/bg/first-cover.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    min-height: 18rem;
}

.main-bnr.t1 .main-txt {
    font-size: 2rem;
    color: white;
    font-weight: bold;
    font-family: kanit !important;
    z-index: 2;
}

.section {
    margin: 3em 0px;
}

.quote-box {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quote-box .q-txt {
    font-size: 30pt;
    max-width: 768px;
    text-align: center;
    color: #222;
}

.quote-box .q-speaker {
    font-size: 23pt;
    line-height: 1.5;
}

.quote-box .q-speaker-pos {
    font-size: 16pt;
    font-style: italic;
    color: gray;
}

.km .cpg-logo.cp img.top-logo {
    width: 218px;
    position: relative;
}

.km .cpg-logo.cp {
    height: var(--km-top-margin);
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#siteWrapper.km {
    min-height: calc(100vh - var(--km-top-margin));
    margin-top: 0px;
}

.km .function-main {
    top: 19px;
}

.section.main2-bg {
    background-image: url("/portals/0/image/bg/expo-select-bg.jpg");
    padding: 2rem 0px;
    background-attachment: fixed;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.section.main3-bg {
    background-image: url("/portals/0/image/bg/expo-select-bg.jpg");
    background-size: cover;
    background-position: center;
    padding: 2rem 0px;
}


.liquid-box {
    background: rgb(113 113 113 / 20%);
    backdrop-filter: url(#distortionFilter) blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 1rem;
    padding: 2em;
    
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.box .title {
    font-size: 2.4rem;
    font-weight: bold;
}

.box .txt-color-g {
    background: linear-gradient(to right, #16c300, #00c1d5, #0066d6);
    width: fit-content;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: auto;
}

.liquid-box .txt-color-g {
    background: linear-gradient(to right, #18de00, #00ffec, #002c87);
    -webkit-background-clip: text;
    width: fit-content;
    background-clip: text;
    color: transparent;
    margin: auto;
}

.box .txt-color-g-2 {
    background: linear-gradient(to right, #13a600, #00c1d5, #002c87);
    -webkit-background-clip: text;
    width: fit-content;
    background-clip: text;
    color: transparent;
    margin: auto;
}

.mw-l {
    max-width: 925px;
    margin: auto;
}

a.lnkYear {
    color: black;
    font-size: 30pt;
    font-weight: bold;
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* aspect-ratio: 16/9; */
}

.dark-txt {
    color: #222 !important;
}

.box a.btn.btn-sm {
    font-size: 15pt;
    padding: 0rem .4rem;
    border-radius: .5rem;
}

.top-bg {
    background-image: url("/portals/0/image/bg/top-circle-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.project-box {
    background-color: #f6f6f6;
    aspect-ratio: 6/8;
    border-radius: 22pt;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: .8rem;
    background-size: cover;
    border: 1px solid #efefef;
    position: relative;
    overflow: hidden;
}

#siteWrapper .project-box .project-name {
    color: #333;
    font-size: 13pt;
    font-family: 'NotoSans' !important;
    line-height: 1.2;
    padding: 10px 15px;
    min-height: 3.4rem;
    max-height: 5.2rem;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: url(#distortionFilter) blur(1px);
    -webkit-backdrop-filter: blur(1px);
    display: -webkit-box;
    white-space: normal;
    overflow: hidden;
}

.project-box.p1 {
    background-image: url("/portals/0/image/bg/p1.jpg");
}

.project-box.p2 {
    background-image: url("/portals/0/image/bg/p2.jpg");
}

.project-box.p3 {
    background-image: url("/portals/0/image/bg/p3.jpg"); 
}

.project-box.p4 {
    background-image: url("/portals/0/image/bg/p4.jpg");
}

.project-box.p5 {
    background-image: url("/portals/0/image/bg/p5.jpg");
}

.project-box.p6 {
    background-image: url("/portals/0/image/bg/p6.jpg");
}

.project-box.sym1 {
    background-image: url("/portals/0/image/resource/2025/sym-01.jpg");
}

.project-box.sym2 {
    background-image: url("/portals/0/image/resource/2025/sym-02.jpg");
    background-position: right;
}

.project-box.sym3 {
    background-image: url("/portals/0/image/resource/2025/sym-03.jpg");
    background-position: center;
}

.top-menu {
    padding-top: 1em;
}

.dark-bg {
    background-color: #444;
}

.card.t1 {
    background-color: white;
    padding: 1em;
    border-radius: .5rem;
    display: flex;
    height: 100%;
}

#siteWrapper .card.t1 .project-name {
    font-size: 13pt;
    font-family: 'NotoSans' !important;
    line-height: 1.2;
}

a.card.card-year {
    background-color: #cecece;
    padding: 1em;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: 2rem;
    font-weight: bold;
    aspect-ratio: 9/14;
    background-size: cover;
    background-position: top center;
    box-shadow: 0 1rem 3rem rgb(35 35 35 / 18%) !important;
    margin-bottom: 10px;
    text-align: center;
}

.card-year.y19 {
    background-image: url(/portals/0/image/bg/p3.jpg);
    color: white !important;
}

.card-year.y22 {
    background-image: url(/portals/0/image/bg/bg-exp-y22.jpg);
    color: white !important;
}

.card-year.y25 {
    background-image: url(/portals/0/image/bg/bg-exp-y25.jpg);
    color: white !important;
}

.section-title {
    font-size: 22pt;
    font-weight: bold;
    color: #222;
}

div.img-expo {
    border-radius: 1em;
    margin: .3em 0px;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.img-expo.s1 {
    aspect-ratio: 16/7;
}

div.img-expo.s2 {
    aspect-ratio: 16/9;
}

div.img-expo.s3 {
    aspect-ratio: 4/4;
}

.search-group input {
    width: 100%;
    min-width: 243px;
    /* max-width: 500px; */
    border: none;
    padding: 0px;
    height: initial;
    font-size: 18pt;
    background: transparent !important;
}

.search-group {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d5;
    width: 100%;
    max-width: 350px;
    margin: auto;
    padding: 10px 10px 10px 13px;
    border-radius: 1.5em;
    overflow: hidden;
    background-color: #f0f9ff;
}

.search-group * {
    font-size: 16pt;
}

.search-group .fa-magnifying-glass {
    color: #7eabdd;
}

.no-pad .content {
    padding: 0px;
}

#siteWrapper .group-title .paper.title {
    font-size: 22pt;
    line-height: 1.2 !important;
    font-family: NotoSans !important;
}

#siteWrapper .bt-dotted-bg .member {
    font-family: 'NotoSans' !important;
    font-size: 13pt;
    line-height: 1;
}

.highlight-img {
    aspect-ratio: 16/9;
    width: 100%;
    background-color: #00c7ff;
    border-radius: 1.5em;
}

.search-item {
    display: flex;
    flex-direction: column;
    /* padding-bottom: 2em; */
    max-width: 1200px;
    margin: auto;
}

.search-item-image {
    min-width: 170px;
    max-width: 170px;
    margin-bottom: 10pt;
    margin-top: 5px;
    display: none;
}

.search-item-detail {
    margin-bottom: 10pt;
}

#siteWrapper .paper.bu {
    font-size: 16pt;
    color: #0087a0;
    padding-bottom: 2px;
    line-height: 1.2 !important;
    font-family: NotoSans !important;
}

.paper.title {
    font-weight: normal;
    color: black;
    padding-bottom: 4px;
}

#siteWrapper .badge-item {
    display: inline-block;
    font-size: 12pt;
    color: white;
    padding: 3px 10px;
    margin: 5px;
    border-radius: 4pt;
    line-height: 1.2 !important;
    font-family: NotoSans !important;
}

.paper.badge-box {
    margin: 0px -5px;
    padding: 0px 0px 8px;
}

.badge-item.state {
    background-color: #3282c3;
}

.badge-item.ex-type {
    background-color: #32c33e;
}

.paper.content {
    padding-bottom: 8px;
    font-size: 17pt;
    line-height: 1.2 !important;
}

.paper.button-group a {
    display: inline-flex;
    aspect-ratio: 1/1;
    background-color: #efefef;
    padding: 8px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 12pt;
    color: #10bcb1;
}

.paper.member {
    display: inline-block;
    font-size: 16pt;
    color: #222;
}

.flex-center {
    display: flex;
    align-items: center;
}

.text-center .flex-center {
    justify-content: center;
}

.gal .grid {
    width: 100%;
    margin: auto;
}

.gal .grid-sizer,
.gal .grid-item {
    width: 31%;
}

.gal .grid-item {
    margin-bottom: 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gal .grid-item img {
    width: 100%;
    display: block;
}

a.btn.btn-general {
    background-color: #efefef;
    border-radius: .5em;
    padding: 8px 10px;
    font-size: 14pt;
}

#siteWrapper a.btn.btn-general span {
    font-family: 'NotoSans' !important;
    font-size: 10pt;
}

.btn.btn-col {
    display: inline-flex;
    flex-direction: column;
}

.fa-envelope {
    color: #00b2bb;
}

.fa-video {
    color: #0082bb;
}

.btn i {
    font-size: 12pt;
}

.grid.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.px-c-0 .content {
    padding: 0px;
}

.text-content-center .content {
    text-align: center;
}

.dash .content {
    color: #222;
    line-height: 1 !important;
    display: flex;
    height: 2em;
    align-items: center;
    justify-content: center;
}

.dash .content.dash-val {
    font-size: 50pt;
    font-weight: bold;
    justify-content: center;
    line-height: 1 !important;
    height: 1.2em;
}

.dash .content.unit {
    line-height: 1 !important;
    height: initial;
    color: gray;
    font-size: 16pt;
}

.wm-lg {
    width: 100%;
    margin: auto;
    max-width: 992px;
}

.mw-12 {
    max-width: 1320px;
    margin: auto;
}

.shadow-center {
    position: relative;
    width: 100%;
    background: white;
}

.shadow-center::before,
.shadow-center::after {
    content: '';
    position: absolute;
    left: 30%;
    width: 40%;
    height: 20px;
    background: transparent;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.shadow-center::before {
    top: 0;
}

.shadow-center::after {
    bottom: 0;
}

a.gallery-item {
    aspect-ratio: 16/9;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 1em;
        overflow: hidden;
}

.gray-bg {
    background-color: #f6f9f6;
}

.lnk .content.unit {
    color: #444;
}

.lnk i {
    font-size: 20pt;
    margin-bottom: 8px;
}

.fa-screen-users {
    color: #00ada8;
}

.fa-user-tie {
    color: #008ac6;
}


.fa-map-location-dot {
    color: #ad9200;
}

.blue-bar-bg {
    background-color: #1b86bd;
}

.orange-bar-bg {
    background-color: #a74600;
}

.box.box2 .title {
    font-size: 14pt;
    line-height: 1.2;
}

.sim-card {
    border-radius: 1rem;
    border: 1px solid #efefef;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sim-card .title {
    line-height: 1 !important;
    margin-bottom: .5em;
    font-size: 13.5pt !important;
    font-weight: normal;
}

.sim-card .desc {
    font-size: 11pt !important;
}



.blue-bar-bg .sim-card {
    background-color: #0b6c9e;
    border: 2px solid hsl(0deg 0% 91.65% / 80%);
}

.box2-banner {
    background-color: #efefef;
    border-radius: 1.5em;
    min-height: 120px;
    padding: 1em 1.5em;
    display: flex;
    align-items: center;
}

.box2-banner .inno-logo-txt {
    font-size: 12pt;
    font-weight: 800;
    color: black;
    font-family: kanit !important;
}

.inno-logo-txt {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.box2-banner span.inno-year {
    font-weight: bold;
    font-size: 2.5em;
}

.vid-showcase {
    background-color: #efefef;
    aspect-ratio: 16/9;
    border-radius: 1em;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.vid2201 {
    background-image: url("/portals/0/image/cover/cov-22-01.jpg");
}

.vid2202 {
    background-image: url("/portals/0/image/cover/cov-22-02.jpg");
}

.vid2203 {
    background-image: url("/portals/0/image/cover/cov-22-03.jpg");
}

.vid2204 {
    background-image: url("/portals/0/image/cover/cov-22-04.jpg");
}

.vid2205 {
    background-image: url("/portals/0/image/cover/cov-22-05.jpg");
}

.vid2206 {
    background-image: url("/portals/0/image/cover/cov-22-06.jpg");
}

.vid2207 {
    background-image: url("/portals/0/image/cover/cov-22-07.jpg");
}

.vid2208 {
    background-image: url("/portals/0/image/cover/cov-22-08.jpg");
}

.vid2209 {
    background-image: url("/portals/0/image/cover/cov-22-09.jpg");
}

.dark-blue-bg {
    background-color: #076398;
}

.search-bg {
    background-image: url(/portals/0/image/bg/search-background.png);
    background-size: cover;
    background-position: center bottom;
}

.paper-bg {
    background-image: url(/portals/0/image/bg/Paper-detail-background.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.nodelink-bg {
    background-image: url(/portals/0/image/bg/Chem-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inno-logo-ft {
    background-color: #003351;
}

.main-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
}

a.menu-item {
    padding: 2px 8px;
    border-radius: 8px;
}

a.menu-item:hover {
    background-color: #efefef;
}

a.menu-item.active {
    background-color: #efefef;
    border: 1px solid #cbcbcb;
}

.card-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    background-position: 50% center;
    transition: 0.2s linear;
}

.card-image:hover {
    transform: scale(1.05);
}

.km img.top-logo {
    width: 60px;
}

.w-m-lg {
    max-width: 992px;
    margin: auto;
}

.km .copyright {
    background: transparent;
    font-size: 12pt;
    color: #222;
}

.col-feature-3 {
    column-count: 2;
    column-gap: 22px;
}

.section.fillpage {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 317px);
    padding-top: 5%;
}

.search-group:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.search-item-detail {
    margin-left: -12px;
    margin-right: -12px;
    padding: 0px 15px 18px;
    border-bottom: 8px solid #efefef;
}

.search-item-detail .flex-center {
    flex-direction: column;
    align-items: start;
}

@media (max-width: 992px) {

    .grid-sizer,
    .grid-item {
        width: 47% !important;
    }
}

@media (max-width: 450px) {
    .grid-sizer,
    .grid-item {
        width: 100% !important;
    }
}



.speaker-box img {
    width: 100%;
    /* filter: grayscale(100%) contrast(1.2); */
    /* mix-blend-mode: multiply; */
    /* transition: all 0.5s ease-in-out; */
    cursor: pointer;
    max-width: 210px;
    position: relative;
    top: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.speaker-box img:hover {
  filter: grayscale(0%);
}

.speaker-group {
    display: flex;
    flex-wrap: wrap;
}

.speaker-box {
    /* background-color: #eed6ff; */
    display: inline-block;
    line-height: 0;
    width: 50%;
    /* position: relative; */
    /* overflow: hidden; */
    padding: 5px 8px;
    max-width: 212px;
}

.speaker-box:hover img {
    filter: grayscale(0%) contrast(1);
    mix-blend-mode: normal;
}

.name-card {
    /* position: absolute; */
    width: 100%;
    /* align-content: center; */
    min-height: 2.5em;
    /* background: rgb(70 70 70 / 20%); */
    /* backdrop-filter: url(#distortionFilter) blur(1px); */
    -webkit-backdrop-filter: blur(1px);
    display: block;
    /* transform: translateY(100%); */
    /* transition: transform 0.3s ease-in-out; */
    color: #222;
    /* padding: 10px; */
    font-size: 1rem;
    bottom: -1px;
    left: 0;
    border: none;
    padding-bottom: 10px;
    white-space: normal !important;
}

.speaker-box:hover .name-card {
    transform: translateY(0);
}

.speaker-img {
    position: relative;
    background-color: #cbc9c9;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.speaker-img .company {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: white;
    display: block;
    align-content: center;
    text-align: center;
}

.speaker-box .name-card .name {
    color: #222;
    font-weight: bold;
    font-size: 18pt;
    line-height: 0.9 !important;
    padding: 5px 0px;
}

.speaker-box .name-card .position {
    color: #222;
    line-height: 1 !important;
    font-size: 17pt;
}

.speaker-img .company.company-s {
    aspect-ratio: 1 / 1;
    width: 50px;
}

.speaker-img .company.company-l {
    aspect-ratio: 1 / 2;
    width: 100px;
}

.speaker-img:hover .speaker {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: default;
}

@media screen and (min-width: 576px) {
    div.img-expo.s3 {
        aspect-ratio: 4/3;
    }
    
    .search-item-image {
        display:block;
    }

    .search-item-detail .flex-center {
        flex-direction: row;
        align-items: center;
    }

    .speaker-box {
        width: 33%;
    }

    .search-item-detail {
        margin-left: initial;
        margin-right: initial;
        padding: 0px;
        border-bottom: none;
        margin-bottom: 3em;
    }
    
    a.login-item-box {
        width: 22%;
    }

    .search-item {
        flex-direction: row;
    }

    .search-item-image {
        margin-right: 10pt;
    }

    .inno div#dnn_BlankPane {
        background-size: cover;
        background-position: top center;
    }

    .col-feature-2 {
        padding-top: 40px;
    }

    .col-feature-3 {
        column-count: 1;
        column-gap: initial;
        padding-top: 20px
    }

}

@media screen and (min-width: 768px) {

    div.img-expo {
        border-radius: 2em;
        margin: 1em 0px;
    }

    a.login-item-box {
        width: 17.8%;
    }

    .logo-box .top-logo {
        width: 60px;
        padding-right: .5em;
    }

        .speaker-box {
      width: 25%;
  }
    
}

@media screen and (min-width: 992px) {
    a.login-item-box {
        width: 15%;
        max-width: 145px;
    }

    .main-bnr.t1 .main-txt {
        font-size: 64px;
    }

    .quote-box .q-txt {
        font-size: 40px;
        max-width: 900px;
    }

    .inno div#dnn_BlankPane {
        background-image: linear-gradient(36deg, rgba(255, 0, 255, 1) 0%, rgba(2, 94, 255, 1) 35%, rgba(0, 255, 195, 1) 82%, rgba(204, 218, 215, 1) 100%), url(/portals/0/image/bg/whale_alpha70.png);
        background-position: center;
        background-size: contain;
    }

    #siteWrapper div .announce-txt {
        font-size: 2rem;
        max-width: 800px;
    }

    #siteWrapper .sm-txt .announce-txt {
        font-size: 1.2rem;
    }

    .card.t1 {
        flex-direction: row;
    }

    .card.t1 .card-img {
        width: 100%;
        max-width: 180px;
        padding-right: 8px;
        padding-bottom: 0px !important;
    }

        .speaker-box {
      width: 20%;
  }

}

@media screen and (min-width: 1200px) {

    a.lnk-path {
        position: absolute !important;
    }    
    
    .function-main {
        display: inline-flex;
    }
    a.login-item-box {
        width: 22.5%;
    }

    .main-bnr.t1 .main-txt {
        font-size: 2.5rem;
    }

    .quote-box .q-txt {
        font-size: 46pt;
        max-width: 1200px;
    }

    .box .title {
        font-size: 2.4rem;
    }

    .inno div#dnn_BlankPane {
        background-image: linear-gradient(36deg, rgba(255, 0, 255, 1) 0%, rgba(2, 94, 255, 1) 35%, rgba(0, 255, 195, 1) 82%, rgba(204, 218, 215, 1) 100%), url(/portals/0/image/bg/whale_alpha70_Space.png);
        background-position: center;
        background-size: cover;
    }

    .section.fillpage {
        min-height: calc(100vh - 352px);
    }
    
}

@media screen and (min-width: 1400px) {
    .speaker-box {
      width: initial;
  }
}

@media (min-width: 1640px) {
    .container {
        max-width: 1560px !important;
    }
}

.fix-ft {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.badge-item.chairman {
    background-color: #c6a700;
}

span.member {
    white-space: nowrap;
}

.badge-item.candidate {
    background-color: #be776f;
}

div#projectAbstractLocal,
div#projectAbstractEN {
    white-space: break-spaces;
    margin: auto;
    text-align: left !important;
    line-height: 1.2 !important;
    font-family: NotoSans !important;
    font-size: 14pt;
    color: #333;
}

.search-item-image .grid-item {
    border-radius: .5em;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.no-result {
    font-size: 20pt;
    color: gray;
    display: block;
    text-align: center;
}

#siteWrapper ul li {
    list-style-type: none;
}

/*
.nav-item:hover .dropdown-menu {
    display: block;
}
*/

a.nav-link.lang {
    background-color: #e7eef3;
    color: white !important;
    padding: 6px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-top: 12px !important;
    border-radius: 2px !important;
}

a.nav-link .fa-right-to-bracket {
    color: #006d97;
    font-size: 18pt;
}

img.main-logo-inno {
    width: 100%;
    max-width: 165px;
}

button.navbar-toggler.collapsed {
    font-size: 15pt;
    font-weight: bold;
    padding: 4px 8px;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}

a.nav-link.lang {
    margin-top: .5em;
}

.navbar-nav.sm-collapsible a.has-submenu {
    padding-right: .5rem;
}

.section.hero {
    background-image: url("/portals/0/image/bg/mp-sec1-bg-s-2.jpg");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.group--content {
    padding-top: calc(100vw - 85vw);
    padding-bottom: calc(100vw - 95vw);
}

.group--content .title {
    padding-top: 4rem;
    font-size: 3.2rem;
    font-weight: bold;
}

.group--content .sub-title {
    font-size: 2.4rem;
    padding-bottom: .1rem;
    font-weight: bold;
}

.group--content .sub-title-2 {
    font-size: 25pt;
    line-height: 1.2;
}

.group--content .content {
    padding: 0px;
    color: #222;
    max-width: 1000px;
}

.txt-main-color {
    color: green;
}

.section.cpip {
    background-image: url("/portals/0/image/bg/mp-sec-ip-bg.jpg");
    background-image: url("/portals/0/image/bg/mp-sec-ip-bg.webp");
    margin: 0px;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.section.blank {
    margin: 0px;
}

.section.blank .group--content {
    padding-top: calc(100vw - 90vw);
    padding-bottom: calc(100vw - 97vw);
}

.ip-color {
    color: #4a469b;
}

.coe-main-color {
    background: linear-gradient(135deg, #1d5084, #0066d6, #00a9ff) text;
    width: fit-content;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: auto;
}


.inno19-main-color {
    background: linear-gradient(135deg, #c34900, #e15400, #ff9150) text;
    width: fit-content;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: auto;
}

a.btn.btn-liquid {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 9px 21px 0 rgb(66 70 131 / 37%);
    color: white;
    padding: .4rem 1.2rem;
    fill: #00b5ff;
    font-size: 20pt;

    display: inline-flex;
    align-items: center;
    gap: .6rem;
    line-height: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease,
        backdrop-filter .35s ease,
        -webkit-backdrop-filter .35s ease;
}

a.btn.btn-liquid::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.18);
    filter: url(#glassFilter);
    opacity: .18;
    pointer-events: none;
    transition: opacity .35s ease;
}

a.btn.btn-liquid::after {
    content: "";
    position: absolute;
    top: -150%;
    bottom: -150%;
    left: -60%;
    right: -60%;
    border-radius: inherit;
    background:
        linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.35) 50%,
            rgba(255, 255, 255, 0) 70%);
    transform: rotate(12deg) translateX(-60%);
    opacity: 0;
    pointer-events: none;
}

a.btn.btn-liquid svg {
    width: 1.25em;
    height: 1.25em;
    flex: 0 0 auto;
}

/* Hover/Focus states */
a.btn.btn-liquid:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 16px 36px 0 rgb(66 70 131 / 48%);
    border-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

a.btn.btn-liquid:hover::before {
    opacity: .26;
}

a.btn.btn-liquid:hover::after {
    opacity: 1;
    animation: sheen .8s ease forwards;
}

a.btn.btn-liquid:active {
    transform: translateY(0) scale(0.995);
    box-shadow: 0 8px 18px 0 rgb(66 70 131 / 36%);
}

a.btn.btn-liquid:focus-visible {
    outline: 3px solid rgba(0, 181, 255, .8);
    outline-offset: 3px;
}

@keyframes sheen {
    from {
        transform: rotate(12deg) translateX(-60%);
    }

    to {
        transform: rotate(12deg) translateX(60%);
    }
}

@media (prefers-reduced-motion: reduce) {

    a.btn.btn-liquid,
    a.btn.btn-liquid::before {
        transition: none;
    }

    a.btn.btn-liquid:hover {
        transform: none;
    }

    a.btn.btn-liquid:hover::after {
        animation: none;
        opacity: 0;
    }
}

.group--content.middle {
    padding: 7rem 0px;
    justify-content: center;
    align-items: center;
}

.middle-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.group--content .desc-txt {
    font-size: 16pt;
}

a.btn.btn-liquid.mb-2.text-bold {
    font-weight: bold;
}

.section.whale {
    display: flex;
    background-image: url(/portals/0/image/bg/mp-km-bg.jpg);
    background-color: initial;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    background-position: center bottom;
}

.section.lab {
    background-image: url("/portals/0/image/bg/tdpk.jpg");
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.txt-inno-color {
    background: linear-gradient(323deg, rgba(255, 0, 255, 1) 15%, rgb(32 106 236) 85%, rgb(0 207 158) 90%, rgb(0 201 118) 95%);
    -webkit-background-clip: text;
    width: fit-content;
    background-clip: text;
    color: transparent;
}

.section.whale .dash .content.dash-val {
    font-size: 3rem;
}

.section.coe {
    margin: 0px;
}

.section.coe {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background: linear-gradient(180deg, #cde7f4 0%, #ffffff 30%, #ffffff 100%);
}

.flex-fit {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.coe .flex-fit .content {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    text-align: center;
    margin-bottom: 1em;
    color: #444;
}

.fix-w-m {
    max-width: 1000px;
}

@media (min-width: 1200px) {
    .whale .group--content {
        padding-top: 7rem;
    }
}

@media (min-width: 2040px) {
    .section.cpip {
        background-size: 100%;
    }
}

#siteWrapper .sticky-top {
    z-index: 100 !important;
}

.section.main {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.section.main.contact {
    background-image: url("/portals/0/image/bg/ct-main-bg.jpg");
    background-size: cover;
    background-position: center;
    min-height: 18rem;
}

.section.main .title {
    font-size: 2.5rem;
    font-weight: bold;
}

.container-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.section.gray {
    background-color: #f3f3f3;
}

.section.body {
    margin: 0px;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.sim-map {
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.card.card-sim {
    overflow: hidden;
    border-radius: 1rem;
}

.card-sim .card-box {
    padding: 1rem;
}

.card-sim .sub-title {
    font-size: 21pt;
    font-weight: bold;
    color: #222;
}

.card-sim .content {
    padding: 0px;
    line-height: 1.2;
    color: #000;
}

.i-content {
    display: flex;
}

.i-content i {
    margin-right: 8px;
    color: green !important;
}

.i-content a.lnk-d {
    cursor: pointer;
    color: #222;
    text-decoration: underline !important;
}

.dark a.btn-liquid {
    color: green;
    padding: .5rem 1rem;
    background-color: #efefef;
    border: 1px solid green;
}

.section.labs {
    background-image: url(/portals/0/image/photo/image002.webp);
    background-size: cover;
    background-position: top center;
    margin: 0px;
}

.section.main.coe {
    background-image: url(/portals/0/image/bg/coe-main-bg2.jpg);
    background-size: cover;
    background-position: center;
    min-height: 18rem;
}

.section.main.labs {
    background-image: url(/portals/0/image/bg/lab-main-bg.jpg);
    background-size: cover;
    background-position: center;
    min-height: 18rem;
}

.section.main.services {
    background-image: url(/portals/0/image/bg/svs-main-bg.jpg);
    background-size: cover;
    background-position: center;
    min-height: 18rem;
}


.text-bold {
    font-weight: bold;
}

ul.content.li {
    margin: 0px;
}

#siteWrapper ul.content li {
    list-style-type: decimal;
    margin-left: 1em;
    font-size: 20pt;
    margin-bottom: 10px;
    line-height: 1;
}

.dash-item.ms-network-01 {
    background-image: url("/portals/0/image/photo/mission-startups.jpg");
}

.dash-item.ms-network-02 {
    background-image: url("/portals/0/image/photo/mission-sme.jpg");
}

.dash-item.ms-network-03 {
    background-image: url("/portals/0/image/photo/mission-tenants.jpg");
}

.dash-item.ms-network-04 {
    background-image: url("/portals/0/image/photo/mission-university.jpg");
}

.dash-item.ms-network-05 {
    background-image: url("/portals/0/image/photo/mission-association.jpg");
}

.card-sim.dash-item {
    background-size: cover;
    aspect-ratio: 16/9;
    background-position: center;
    padding: 8px;
    display: flex;
    justify-content: end;
    /* margin-bottom: 16pt; */
}

.dash-box.liquid-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 1rem;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    color: white;
}

.dash-box.liquid-box .dash-val {
    font-size: 50pt;
    font-weight: bold;
    margin-right: 8px;
}

.dash-box.liquid-box .dash-unit {
    font-size: 20pt;
    font-weight: bold;
}

.page.coe .dash-box.liquid-box .dash-val {
    color: #ffffff;
}

.page.coe .dash-box.liquid-box .dash-unit {
    color: #5fffe3;
    white-space: nowrap;
}

.page.coe .card-sim.dash-item {
    border: none;
}

.page.coe .dash-item.dash-solid {
    background-color: #ecf7ff;
    padding: 20px;
    justify-content: start;
    min-height: initial;
    height: 100%;
}

.dash-item.dash-solid .title {
    font-size: 20pt;
    margin-bottom: 10pt;
}

.page.coe .dash-item.dash-solid .title {
    color: #423f8d;
    font-weight: bold;
}

.blend-footer {
    background: linear-gradient(0deg, #003351 0%, #ffffff 50%, #ffffff 100%);
}

.section.blank {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.card.lab-1 {
    background-image: url("/portals/0/image/photo/lab-bio.jpg");
    min-height: 300px;
}

.card.lab-2 {
    background-image: url("/portals/0/image/photo/lab-ai.jpg");
    min-height: 300px;
}

.card.card-d {
    border: none !important;
}

.card.card-d .title {
    color: #444;
    font-size: 20pt;
}

.page.labs ul.content li {
    color: #222;
    font-size: 18pt !important;
}

.sticky-top1 {
    position: -webkit-sticky;
    position: sticky !important;
    top: 20px;
    z-index: 1020;
}

.lightbrown {
    background-color: #deeeff;
}

.lightbrown-g2 {
    background: linear-gradient(0deg, #003351 0%, #9dcdff 50%, #deeeff 100%);
}

.page.labs .liquid-box span.dash-title {
    color: white;
    font-weight: bold;
    font-size: 18pt;
    display: block;
}

.lnk-portal {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

@media (min-width: 500px) {
    .lnk-portal {
        flex-direction: row;
    }    
}

.labs-ft {
    background: linear-gradient(0deg, #deeeff 0%, #ffffff 50%, #ffffff 100%);
    padding-bottom: 2rem !important;
}

.lnk-portal a.btn-liquid {
    color: #004693;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    padding: 8pt 8pt !important;
}

.logo-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-group .company-logo {
    margin: 5px;
    border-radius: 4px;
    overflow: hidden;
}

.company-logo {
    width: 40%;
    max-width: 200px;
}

a.btn-liquid.btn-sm {
    padding: 0px 8px;
}

.section.jp-network {
    background-image: url("/portals/0/image/bg/link-network-bg.webp");
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0 175 161 / 50%);
    background-blend-mode: multiply;
}

.capsule {
    background-color: #f3f3f3;
    width: fit-content;
    display: block;
    margin: auto;
    padding: 4px 16px !important;
    border-radius: 1rem;
    color: #105899 !important;
}

.card.card-services {
    background-color: #012d57;
    border-radius: 16px;
    padding: 2rem;
}

.card.card-sim-sm {
    border: none;
    background-color: #f8f8f8;
    display: inline-flex;
    flex-direction: row;
    padding: 10px 12px;
    margin: 5px;
    justify-content: initial;
}

.card.card-sim-sm i {
    margin-right: 5px;
}

a.ico-faw {
    font-size: 40pt;
    margin: 5px;
}

i.fa-brands.fa-line {
    color: #00c402;
}

.ico-faw i.fa-solid.fa-envelope {
    font-size: 50pt;
    position: relative;
    top: 5px;
    color: gray;
}

.serv-member {
    background-color: #efefef;
}

.dropdown-menu[data-bs-popper],
.nav-item:hover .dropdown-menu {
    margin-top: -5pt !important;
    padding: 0px;
    padding-bottom: 5px;
    border-radius: 6pt;
    background-color: rgb(255 255 255);
}

.dropdown-menu[data-bs-popper] .lnk-landing {
    border-radius: 4px;
}

.dropdown-menu li {
    margin: 5px;
}

a.dropdown-item.submenu {
    display: flex;
    flex-direction: row;
}

.dropdown-item .submenu-img {
    /* background-color: #efefef; */
    /* aspect-ratio: 16/9; */
    width: 100%;
}

a.dropdown-item.submenu {
    min-width: calc(100vw - 70vw);
    padding: 5px;
    border-radius: 4px;
    margin: 0px;
    background-color: #f8f8f8;
}

a.dropdown-item.submenu:hover {
    background-color: #e9ecef;
}

a.dropdown-item.submenu .submenu-img {
    width: 150px;
    min-width: 150px;
    margin-right: 8pt;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 80px;
}

.submenu-img.coe-sub-1 {
    background-image: url("/portals/0/image/photo/lab-tmp-1.jpg");
}

.submenu-img.coe-sub-2 {
    background-image: url("/portals/0/image/photo/svc-tmp-1.jpg");
}

a.dropdown-item.submenu .submenu-body .content {
    padding: 0px;
    font-size: 14pt;
    color: #444;
}

a.dropdown-item.submenu .submenu-body .title {
    padding-bottom: 5px;
    font-weight: bold;
}

.section.main.inno {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: linear-gradient(207deg, #eed1ff 0%, #ffffff 30%, #ffffff 70%, #e0f8ff 100%);
}

.section.main.expo {
    background-color: #f7f7f7;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

li.lnk-landing a {
    padding: 8px;
    padding-left: 0px;
    color: #444;
    /* background-color: #ebf4ea; */
    border-radius: 4px;
}

a.dropdown-item.as-i i {
    font-size: 20px;
    opacity: 0;
    /* transform: scale(0.5); */
    transition: all 0.4s ease;
}

a.dropdown-item.as-i:hover i {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
}

a.dropdown-item.as-i {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px 4px;
    border-radius: 1rem;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #03a74f !important;
}

button.navbar-toggler {
    font-size: 15pt;
    font-weight: bold;
    padding: 4px 8px;
}

#siteWrapper li.nav-item {
    border-bottom: 1px solid #dbdbdb;
}

.nav-item:hover .lang+.dropdown-menu {
    display: none !important;
}

.nav-item .lang+.dropdown-menu.show {
    display: inline-flex !important;
    background: none;
    border: none;
    min-width: initial;
}

.nav-link.lang:hover+.dropdown-menu a,
.nav-link.lang+.dropdown-menu a {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 2px 10px;
}

.nav-link.lang:hover+.dropdown-menu a:hover,
.nav-link.lang+.dropdown-menu a:hover {
    background-color: green;
    color: white;
}

.bg-ft.ft-svs {
    background-image: url("/portals/0/image/bg/svs-ft-bg.jpg");
    aspect-ratio: 16/7;
}

.bg-ft {
    background-size: cover;
    background-position: top center;
}

.secton.main.expo {
    background-color: #f4f4f4;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.liquid-box.light {
    background: rgb(238 238 238 / 20%);
}

.liquid-box.light.paper {
    background: rgb(238 238 238 / 70%);
}

a.btn-dark {
    color: white !important;
}

.g-main-txt {
    background: linear-gradient(135deg, rgb(33 114 28), rgb(8 138 0), rgb(24 255 0)) text;
    -webkit-background-clip: text;
    width: fit-content;
    background-clip: text;
    color: transparent;
    margin: auto;
}

.ip-main-color {
    background: linear-gradient(to right, #25167f,  #7f92ff);
    width: fit-content;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: auto;
}

.first-page-main {
    /* min-height: calc(100vh - 190px); */
    padding-top: 7rem;
}

@media (min-width: 480px) {
    .first-page-main {
        padding-top: 13rem;
    }
}

@media (min-width: 576px) {
    .first-page-main {
        /* min-height: calc(100vh - 238px); */
        display: flex;
        align-items: end;
        justify-content: center;
        padding-top: 0rem;
    }
}

@media (min-width: 800px) {
    .section.hero {
        background-image: url(/portals/0/image/bg/banner-main-l-3.jpg);
        background-size: cover;
        /* background-position: bottom center; */
    }

    .first-page-main {
        min-height: calc(100vh - 85px);
        padding-bottom: 4rem;
    }
}

@media (min-width: 1200px) {
    .section.blank .group--content {
        padding-top: 3rem;
        padding-bottom: 1rem;
    }

    .first-page-main {
        min-height: calc(100vh - 85px);
    }
    
    nav.navbar {
        background: white;
    }

    img.main-logo-inno {
        width: 165px;
    }

    .first-page-main {
        padding-bottom: .5rem;
    }

    #siteWrapper li.nav-item {
        border-bottom: none;
    }

    .nav-link.lang:hover+.dropdown-menu,
    .nav-link.lang+.dropdown-menu.show {
        display: inline-flex;
        background: rgb(255 255 255 / 80%);
        border: 1px solid #efefef;
        flex-direction: column;
        min-width: initial;
    }

    .nav-link.lang:hover+.dropdown-menu a,
    .nav-link.lang+.dropdown-menu.show a {
        background-color: #f9f9f9;
        border-radius: 4px;
        padding: 2px 10px;
    }

    .nav-link.lang:hover+.dropdown-menu a:hover,
    .nav-link.lang+.dropdown-menu.show a:hover {
        background-color: green;
        color: white;
    }

    .bg-ft.ft-svs {
        aspect-ratio: 16 / 6;
    }

}

.first-page-main .group--content {
    padding-top: calc(100vw - 84vw);
    padding-bottom: calc(100vw - 98vw);
}

.wave {
    position: absolute;
    bottom: 0;
    width: 300%;
    height: 100%;
    background: rgb(120 217 255 / 10%);
    border-radius: 43%;
    animation: waveMove 18s linear infinite;
}

.wave:nth-child(2) {
    background: rgb(228 255 247 / 10%);
    animation-duration: 30s;
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.first-page .group--content .sub-title {
    color: #666;
}

.fadein-item {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1.2s ease-out forwards;

}

.navbar-light .navbar-nav .nav-link:hover {
    /*
    background-color: #f6f6f6;
    */
    color: #03a74f !important;
}

.fadein-item.item1 {
    animation-delay: 0.2s;
}

.fadein-item.item2 {
    animation-delay: 0.6s;
}

.fadein-item.item3 {
    animation-delay: 1.0s;
}

.fadein-item.item4 {
    animation-delay: 1.4s;
}

.fadein-item.item5 {
    animation-delay: 1.8s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.d-viewport {
    opacity: 0;
}

#projectList .paper.title, 
#projectList .paper.bu,
#projectList .paper.member, 
#projectList .paper.member .member, 
#projectList .paper.content {
    font-family: 'NotoSans' !important;
}

.flex-inline-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.card.card-sim.card-blank {
    background: none;
    border: none;
    border-radius: 0px;
}

.section.lightgray {
    background-color: #fbfbfb;
}

.sep-t {
    border-top: 1px solid #efefef !important;
}

.card.card-sim.card-contact {
    background-color: #f8f8f8;
}

.page.contact .title {
    font-size: 2rem;
}

.form-set input[type="text"], .form-set textarea {
    border: none;
    background-color: #e0f2f8;
    border-radius: 0px;
    border-bottom: 2px solid #bacfd6;
    padding: 0px 5px;
    height: 2em;
    font-size: 20pt;
}

.form-set textarea {
    height: 8em;
}

.form-set > .sub-title {
    padding-bottom: 0.1em;
    color: #444;
}

.page.contact .form-set {
    margin-bottom: 1rem;
}

.form-set textarea {min-height: 5em;}

.page.contact button.btn.btn-primary {
    font-size: 20pt;
    padding: 0rem .5rem;
    border-color: #5e9b5b;
    background: #1D7E18;
    background: linear-gradient(124deg, rgba(29, 126, 24, 1) 0%, rgba(11, 151, 0, 1) 50%, rgb(40 151 35) 100%);
}

.dropdown-menu li.submenu, .dropdown-menu li.lnk-landing {
    list-style-type: disc !important;
    margin-left: 32px;
}

.dropdown-menu li.submenu.l2 {
    list-style-type: none !important;
    margin-left: 27px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#siteWrapper .dropdown-menu li.submenu a, #siteWrapper .dropdown-menu li.submenu a span {
    padding-left: 0px;
    font-weight: normal !important;
}

#siteWrapper li.submenu a {
    padding: 0px;
}

#siteWrapper li.submenu a:hover span {
    color: #03a74f !important;
}

.dropdown-menu li.submenu.l2 a::before {
    content: "\f054";
    font-family: "Font Awesome 7 Pro" !important;
    display: inline-flex;
    align-items: start;
    justify-content: start;
}

.dropdown-menu li.submenu.l2 a {
    margin-bottom: 0px;
}

#siteWrapper li.submenu a span {
    display: inline-flex;
    width: calc(100% - 15px);
    align-items: start;
    line-height: 1.2;
}

    #siteWrapper .dropdown-menu {
    min-width: 11rem;
}

#siteWrapper .dropdown-item:focus, 
#siteWrapper .dropdown-item:hover {
    background: none;
}


   .page-transition {
      position: fixed;
      inset: 0;
      background: white;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.6s ease;
      z-index: 9999;
    }
    .page-transition.active {
      opacity: 1;
      pointer-events: all;
    }
    .page-transition img {
      width: 58px; 
      height: auto;
    }
    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.08); opacity: 0.8; }
    }

#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #00a651;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999;
}

#backToTop.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
#backToTop:hover {
  background: #0097a7;
}

.blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 11rem;
  color: rgb(147 190 212 / 20%);
  position: absolute;
  left: -15px;
  top: -1rem;
  z-index: 1;
}

.blockquote::after {
  content: "\201D";
  font-family: Georgia, serif;
  font-size: 11rem;
  color: rgb(147 190 212 / 20%);
  position: absolute;
  right: -15px; 
  bottom: -2rem;
  z-index: 1;
}

.blockquote .title {
  position: relative;
  z-index: 2; 
  margin: 0;
}

.group-title {
    margin-bottom: 5px;
}

#projectList .paper.title {
    font-size: 17pt !important;
    color: #003189;
    margin-bottom: 4px;
}

.paper.title.clickable.clickable-d:hover {
    text-decoration: underline;
    color: #0043bb !important;
}

#projectList .paper.content {
    font-size: 13pt;
    margin-bottom: 8px;
    color: #444;
}

#projectList .paper.member {
    font-size: 13pt;
    line-height: 1;
    color: #666;
}

#siteWrapper input.form-control {
    font-family: 'NotoSans' !important;
    font-size: 13pt;
}

#siteWrapper .usr.name {
    font-family: 'NotoSans' !important;
    font-size: 12pt;
    color: #666;
}

div#projectAbstractEN {
    font-size: 13pt;
    color: #555;
}

.cplogin_controlline input.cplogin_TextBox, .cplogin_controlline textarea.cplogin_TextBox, .cplogin_controlline select.cplogin_DropDownList {
    font-size: 12pt;
    color: #003990;
    width: calc(100% - 100px) !important;
}

.cplogin_controlline .cplogin_Caption {
    color: black !important;
    font-family: Kanit !important;
}

.cplogin_controlline textarea.cplogin_TextBox {
    height: 10 !important;
}

.cplogin_controlline .comment_block_oneline.cplogin_Comment {
    font-size: 12pt !important;
}

.cplogin_SectionText {display: inline-block !important;font-size: 1.5em;}

.cplogin_controlline .comment_block.cplogin_Comment {
    display: inline-block !important;
    line-height: 1;
    font-size: 12pt;
}

.info-desc.txt-c-2 {
    color: white;
}

.info-content.txt-c-1 {
    color: #ffdb42;
}

#projectList .search-item-detail .paper.content.txt-main, 
#projectList .search-item-detail .paper.content.txt-sub {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em !important;
    max-height: 2.4em;
    margin-bottom: 0px;
}

#projectList .search-item-detail .paper.content.txt-sub {
    font-size: 11pt;
    margin-top: 2px;
    margin-bottom: 1em;
}

.load-section {
    padding: 1rem;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #03beb8;
    margin-bottom: 1rem;
}

.paper.button-group {
    margin-top: .5rem;
}

.sim--general div, .sim--general span, .sim--general ul, 
.sim--general li, .sim--general a, .sim--general td, 
.sim--general th, .sim--general h1, .sim--general h2, 
.sim--general h3, .sim--general p {
    font-family: TrueFont, Kanitlight, Kanit, sans-serif !important;
    font-size: 20pt;
    line-height: 1;
    color: #444;
}

.sim--general h1, .sim--general h2, .sim--general h3, 
.sim--general h4, .sim--general h5, .sim--general h6, 
.sim--general .h1, .sim--general .h2, .sim--general .h3, 
.sim--general .h4, .sim--general .h5, .sim--general .h6 {
    margin-bottom: 1.5rem;
}

.sim--general h2.h4 {
    padding-bottom: .1rem;
    font-size: 2.325rem;
    font-weight: 700;
    line-height: .7;
    letter-spacing: .5px;
    color: #222;
}

.sim--general h3.h5 {
    font-weight: 700;
    line-height: .8;
    letter-spacing: .5px;
    font-size: 1.6rem;
}

.sim--general .table thead tr:first-child th:first-child {
    border-top-left-radius: 8px;
}

.sim--general .table thead tr:first-child th:last-child {
    border-top-right-radius: 8px;
}

.sim--general .table thead tr th {
    padding: .5rem .75rem;
    text-align: center;
    vertical-align: top;
    color: #fff;
    border: none;
    background: linear-gradient(180deg, #0f5c3b 0%, #03a74f 100%);
}

.sim--general .table thead tr:first-child th {
    border-top: none;
}

.sim--general .table thead tr:first-child th {
    border-left: none;
}

.sim--general ul.list-bullet.list-bullet--color-black li {
    list-style-type: disc !important;
    margin-left: 15pt;
}

.sim--general .link {
    color: #0f5c3b !important;
    text-decoration: underline !important;
}

.sim--general .table {
    border: none;
    border-bottom: 1px solid #0f5c3b;
}

.sim--general li.nav-item button {
    border: 1px solid #efefef !important;
    border-radius: 2rem;
    padding: 8px 16px;
    margin: 5px;
}

.sim--general li.nav-item {
    border: none !important;
}

.sim--general button.nav-link.active {
    background-color: rgb(15, 92, 59);
    color: rgb(255, 255, 255);
    border-color: rgb(15, 92, 59);
}

.sim--general ul#myTab {
    display: flex;
    justify-content: center;
    border-bottom: none !important;
}

.section.main.privacy {
    background-image: url(/portals/0/image/cover/privacy-main-bg.jpg);
    background-size: cover;
    background-position: center;
    min-height: 18rem;
}

span.crop-logo {
    display: inline-block;
    margin: 10px 0px;
}

.a-base {
    display: flex;
    align-items: end;
}

div#section-bio {
    /* background-image: url(/portals/0/image/photo/lab-bio-s.png); */
    background: url(/portals/0/image/photo/lab-bio-s.png), linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #0265d1 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding-top: 33%;
}

div#section-digital {
    background: url(/portals/0/image/photo/lab-ai-s.png), linear-gradient(0deg, #003351 0%, #9dcdff 50%, #deeeff 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-top: 60%;
}

@media (min-width: 768px) {
    div#section-bio {
        /* background-image: none; */
        background: url(/portals/0/image/bg/lab-bio-l.png), linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #0265d1 100%);
        padding-top: 28%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    div#section-digital {
        background: url(/portals/0/image/bg/lab-ai-l.png), linear-gradient(0deg, #003351 0%, #9dcdff 50%, #9dcdff 100%);
        padding-top: 28%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

.section-title.inner {
    color: white;
    margin-bottom: 9pt;
    text-align: center;
}

.labs .group--content .sub-title-2 {
    font-size: 2rem;
    font-weight: bold;
}

.card.bio-lab-1 {
    background-image: url("/portals/0/image/photo/img-lab-bio-nutrio.jpg");
    background-position: bottom center;
}

.card.bio-lab-2 {
    background-image: url("/portals/0/image/photo/img-lab-bio-precision.jpg");
    background-position: bottom center;
}

.card.bio-lab-3 {
    background-image: url("/portals/0/image/photo/img-lab-bio-microbiome.jpg");
    background-position: bottom center;
}

.card.bio-lab-4 {
    background-image: url("/portals/0/image/photo/img-lab-bio-molecular.jpg");
    background-position: bottom center;
}

.page.labs .liquid-box span.dash-content {
    color: white;
    font-size: 18pt;
    display: block;
}

.dark-txt span, .dark-txt div {
    color: #222 !important;
}

@media (min-width: 768px) {
    .card-sim.dash-item {
        aspect-ratio: 16/10;
    }
}

.labs .group--content .sub-title-3 {
    font-size: 1.5rem;
    font-weight: bold;
}

#siteWrapper ul.content.list-none li {
    list-style-type: none;
    margin-left: 5px;
    margin-right: 5px;
}

.page.labs .dash-item.dash-solid {
    background-color: #ecf7ff;
    padding: 20px;
    justify-content: start;
    min-height: initial;
    height: 100%;
    aspect-ratio: initial;
}

.page.labs .dash-item.dash-solid .title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0px;
}

.page.labs .dash-item.dash-solid i {
    font-size: 18pt;
    margin-bottom: 8px;
    color: #3461a4;
}

.m-flex {
    display: flex;
    text-align: left;
    justify-content: center;
}

.m-flex ul li {
    justify-content: start;
    text-align: left;
    list-style-type: disc !important;
}

.card.dai-lab-1 {
    background-image: url("/portals/0/image/photo/img-lab-digital-llm.jpg");
    background-position: center;
}

.card.dai-lab-2 {
    background-image: url("/portals/0/image/photo/img-lab-digital-robotic.jpg");
    background-position: center;
}

.card.dai-lab-3 {
    background-image: url("/portals/0/image/photo/img-lab-digital-iot.jpg");
    background-position: bottom center;
}

.card.dai-lab-4 {
    background-image: url("/portals/0/image/photo/img-lab-digital-health.jpg");
    background-position: center;
}

.card.dai-lab-5 {
    background-image: url("/portals/0/image/photo/img-lab-digital-energy.jpg");
    background-position: center;
}

.card.dai-lab-6 {
    background-image: url("/portals/0/image/photo/img-lab-digital-security.jpg");
    background-position: center;
}

.card.dai-lab-7 {
    background-image: url("/portals/0/image/photo/img-lab-digital-quantum.jpg");
    background-position: top center;
}

.card.dai-lab-8 {
    background-image: url("/portals/0/image/photo/img-lab-digital-6g.jpg");
    background-position: center;
}

a.lnk-path {
    display: inline-block;
    padding: 0px;
    position: relative;
}

a.lnk-path .half {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
a.lnk-path .left {left: 0;width: 32%;}
a.lnk-path .right {right: 0;width: 68%;}

.section.hero {
    margin: 0px 20px 20px;
    border-radius: 1rem;
}

.cpg-logo.cp.menu.bg-header-01.shadow-none {
    display: none;
}

.instruction {
    color: #055160;
    background-color: #cff4fc;
    border: 1px solid #9eeaf9;
    border-radius: 0.375rem;
    padding: 1rem;
    margin: 0rem auto 1.5rem;
    font-size: 13pt;
    line-height: 1.2 !important;
    max-width: 576px;
}

span.warn {
    font-size: inherit;
    /* font-weight: bold; */
    color: #e65223;
}

span.suggest {
    font-size: inherit;
    /* font-weight: bold; */
    color: #0045b9;
}

span.suggest.connect {
    /* text-decoration: underline; */
    font-style: italic;
    color: #0094b1;
}

.km .mid-frame {
    position: relative;
    margin-top: 65px;
}

.km .high-frame {
    position: relative;
}

.navbar > .container-fluid {
    background-color: white;
    padding-left: 1rem;
    padding-right: 1rem;
}

div#mainNavbar {
    width: calc(100% + 2rem) !important;
    padding: 0px;
    margin: 0px;
}

.asp-r-none {
    aspect-ratio: initial !important;
}

.grid-frame-main {
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0;
    gap: 0;
    opacity: 1;
}

.grid-box .grid-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-box img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-hero {
    margin: 1em;
    border-radius: 24px;
    overflow: hidden;
}

.hero-pd {
    padding: 1em;
    padding-top: 1pt;
}



.grid-frame-main .grid-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: white;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}

.swap.grid-item-second {
    display: none;
}

.grid-box.grid-h-1 {
    grid-column: 1/3;
    grid-row: 1/2;
}

.grid-box.grid-t-1 {
    grid-column: 3/4;
    grid-row: 1/2;
    background-color: #4d35a4;
}

.grid-box.grid-s-2 {
    grid-column: 1/3;
    grid-row: 5/7;
}

.grid-box.grid-t-2 {
    grid-column: 4/5;
    grid-row: 3/4;
    background-color: #0071BC;
}

.grid-box.grid-h-3 {
    grid-column: 3/5;
    grid-row: 4/5;
}

.grid-box.grid-v-1 {
    grid-column: 4/5;
    grid-row: 1/3;
}

.grid-box.grid-s-1 {
    grid-column: 2/3;
    grid-row: 4/5;
}

.grid-box.grid-s-5 {
    grid-column: 4/5;
    grid-row: 8/9;
}

.grid-box.grid-t-3 {
    grid-column: 1/2;
    grid-row: 4/5;
    background-color: #29ABE2;
}

.grid-box.grid-v-2 {
    grid-column: 1/2;
    grid-row: 2/4;
}

.grid-box.grid-h-2 {
    grid-column: 3/5;
    grid-row: 7/8;
}

.grid-box.grid-h-4 {
    grid-column: 2/4;
    grid-row: 8/9;
}

.grid-box.grid-s-4 {
    grid-column: 4/5;
    grid-row: 5/6;
}

.grid-box.grid-h-6 {
    grid-column: 12/14;
    grid-row: 3/4;
    display: none;
}

.grid-box.grid-v-3 {
    grid-column: 3/4;
    grid-row: 5/7;
}

.grid-box.grid-v-4 {
    grid-column: 1/2;
    grid-row: 7/9;
}

.grid-box.grid-s-3 {
    grid-column: 2/4;
    grid-row: 2/4;
}

.grid-box.grid-s-6 {
    grid-column: 4/5;
    grid-row: 6/7;
}

.grid-box.grid-t-4 {
    grid-column: 2/3;
    grid-row: 7/8;
    background-color: #00A99D;
}

.grid-box.grid-h-5 {
    grid-column: 9/11;
    grid-row: 1/2;
    display: none;
}

@media (min-width: 600px) {

    .grid-frame-main {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    
    .grid-box.grid-h-1 {
        grid-column: 1/3;
        grid-row: 1/2;
    }
    
    .grid-box.grid-t-1 {
        grid-column: 3/4;
        grid-row: 1/2;
        background-color: #4d35a4;
    }
    
    .grid-box.grid-s-2 {
        grid-column: 1/3;
        grid-row: 5/7;
    }
    
    .grid-box.grid-t-2 {
        grid-column: 4/5;
        grid-row: 3/4;
        background-color: #0071BC;
    }
    
    .grid-box.grid-h-3 {
        grid-column: 3/5;
        grid-row: 4/5;
    }
    
    .grid-box.grid-v-1 {
        grid-column: 4/5;
        grid-row: 1/3;
    }
    
    .grid-box.grid-s-1 {
        grid-column: 2/3;
        grid-row: 4/5;
    }
    
    .grid-box.grid-s-5 {
        grid-column: 5/6;
        grid-row: 4/5;
    }
    
    .grid-box.grid-t-3 {
        grid-column: 1/2;
        grid-row: 4/5;
        background-color: #29ABE2;
    }
    
    .grid-box.grid-v-2 {
        grid-column: 1/2;
        grid-row: 2/4;
    }
    
    .grid-box.grid-h-2 {
        grid-column: 4/6;
        grid-row: 7/8;
    }
    
    .grid-box.grid-h-4 {
        grid-column: 4/6;
        grid-row: 6/7;
    }
    
    .grid-box.grid-s-4 {
        grid-column: 4/5;
        grid-row: 5/6;
    }
    
    .grid-box.grid-h-6 {
        grid-column: 5/6;
        grid-row: 5/6;
        display: flex;
    }
    
    .grid-box.grid-v-3 {
        grid-column: 5/6;
        grid-row: 2/4;
    }
    
    .grid-box.grid-v-4 {
        grid-column: 3/4;
        grid-row: 5/7;
    }
    
    .grid-box.grid-s-3 {
        grid-column: 2/4;
        grid-row: 2/4;
    }
    
    .grid-box.grid-s-6 {
        grid-column: 5/6;
        grid-row: 1/2;
    }
    
    .grid-box.grid-t-4 {
        grid-column: 3/4;
        grid-row: 7/8;
        background-color: #00A99D;
    }
    
    .grid-box.grid-h-5 {
        grid-column: 1/3;
        grid-row: 7/8;
        display: flex;
    }
        
}

@media (min-width: 1000px) {

    .grid-box.sym-txt {
        font-size: .7rem
    }
    .grid-frame-main {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    }
    
    .grid-box.grid-h-1 {
        grid-column: 1/3;
        grid-row: 1/2;
    }
    
    .grid-box.grid-t-1 {
        grid-column: 3/4;
        grid-row: 1/2;
    }
    
    .grid-box.grid-s-2 {
        grid-column: 4/6;
        grid-row: 1/3;
    }
    
    .grid-box.grid-t-2 {
        grid-column: 8/9;
        grid-row: 1/2;
    }
    
    .grid-box.grid-h-3 {
        grid-column: 6/8;
        grid-row: 1/2;
    }
    
    .grid-box.grid-v-1 {
        grid-column: 1/2;
        grid-row: 2/4;
    }
    
    .grid-box.grid-s-1 {
        grid-column: 2/4;
        grid-row: 2/4;
    }
    
    .grid-box.grid-s-5 {
        grid-column: 6/7;
        grid-row: 2/3;
    }
    
    .grid-box.grid-t-3 {
        grid-column: 7/8;
        grid-row: 2/3;
    }
    
    .grid-box.grid-v-2 {
        grid-column: 10/11;
        grid-row: 2/4;
    }
    
    .grid-box.grid-h-2 {
        grid-column: 4/6;
        grid-row: 3/4;
    }
    
    .grid-box.grid-h-4 {
        grid-column: 6/8;
        grid-row: 3/4;
    }
    
    .grid-box.grid-s-4 {
        grid-column: 11/13;
        grid-row: 1/3;
    }
    
    .grid-box.grid-h-6 {
        grid-column: 12/14;
        grid-row: 3/4;
        display: flex;
    }
    
    .grid-box.grid-v-3 {
        grid-column: 13/14;
        grid-row: 1/3;
    }
    
    .grid-box.grid-s-3 {
        grid-column: 8/10;
        grid-row: 2/4;
    }
    
    .grid-box.grid-t-4 {
        grid-column: 11/12;
        grid-row: 3/4;
    }

    .grid-box.grid-v-4 {
        grid-column: 1/2;
        grid-row: 7/9;
        display: none;
    }
    
    .grid-box.grid-h-5 {
        grid-column: 9/11;
        grid-row: 1/2;
        display: flex;
    }

    .grid-box.grid-s-6 {
        grid-column: 4/5;
        grid-row: 6/7;
        display: none;
    }
        
}

@media (min-width: 1400px) {

    .grid-box.sym-txt {
        font-size: .9rem
    }

}

a.btn.btn-primary.cmo-btn {
    line-height: 1;
    font-weight: bold;
    color: white;
    white-space: nowrap;
    aspect-ratio: initial;
    font-size: 22pt;
    padding: 10px 20px;
    display: inline-flex;
}

.full-frame-bnr.y2025 {
    min-height: 18rem;
    background-position: right bottom;
    background-image: url("/portals/0/image/resource/2025/main-symbol-expo-2025.png");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 25rem;
}

.full-frame-bnr.y2022 {
    min-height: 12rem;
    display: flex;
    align-items: center;
}

.section.main.bg-year.y2025 {
    background-image: linear-gradient(323deg, rgba(255, 0, 255, 1) 0%, rgb(32 106 236) 35%, rgb(0 232 177) 75%, rgb(0 255 149) 100%);
    border-radius: 15pt;
    margin: 0px 16px;
}

.section.main.bg-year.y2022 {
    border-radius: 15pt;
    margin: 0px 16px;
    background-image: url(/portals/0/image/resource/2022/bnr-bg-expo-2022.jpg);
    background-size: cover;
    background-position: center;
}

.section.main.bg-year.y2019 {
    border-radius: 15pt;
    margin: 0px 16px;
    background-image: url(/portals/0/image/resource/2019/bnr-bg-expo-2019.jpg);
    background-size: cover;
    background-position: center;
}


.y2025 .inno-logo-txt,
.y2022 .inno-logo-txt{
    margin: auto 16pt;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1 !important;
    color: white;
}

.y2025 span.inno-year, 
.y2022 span.inno-year  {
    font-size: 6rem;
    position: relative;
    top: -4pt;
}

@media (min-width: 1200px) {
    .full-frame-bnr.y2025 {
        display: flex;
        align-items: center;
        min-height: 18rem;
    }

    .full-frame-bnr.y2022 {
        min-height: 18rem;
    }    
}

.short-shadow-divider {
    border: none;
    height: 1px; 
    background-color: #cecece; 
    width: 50%;
    margin: 11px auto; 
 }

.section.blank.expo-25 {
    /* padding-bottom: 2rem; */
}

div#section-expo25 {
    background: url(/portals/0/image/resource/2025/expo25-cat-bg.jpg);
    padding-top: 20%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.card.six-matic-1 {
    background-image: url("/portals/0/image/resource/2025/ev-2025-2.png");
    background-position: center;
}
.card.six-matic-2 {
    background-image: url("/portals/0/image/resource/2025/ev-2025-3.png");
    background-position: center;
}
.card.six-matic-3 {
    background-image: url("/portals/0/image/resource/2025/ev-2025-4.png");
    background-position: center;
}

.card.six-matic-4 {
    background-image: url("/portals/0/image/resource/2025/ev-2025-6.png");
    background-position: center;
}

.card.six-matic-5 {
    background-image: url("/portals/0/image/resource/2025/ev-2025-7.png");
    background-position: center;
}

.card.six-matic-6 {
    background-image: url("/portals/0/image/resource/2025/ev-2025-8.png");
    background-position: top center;
}

.six-matic-1 .dash-title {
    color: #FF00FE;
}

.six-matic-2 .dash-title {
    color: #9900FF;
}

.six-matic-3 .dash-title {
    color: #FF3399;
}

.six-matic-4 .dash-title {
    color: #00B0F0;
}

.six-matic-5 .dash-title {
    color: #5E6DFE;
}

.six-matic-6 .dash-title {
    color: #00CC66;
}


.gallery .expo22 {
    background-color: #16617e;
}

.gallery .expo19 {
    background-color: #7e4216;
}

.six-col .liquid-box .dash-title {
    font-size: 22pt;
    font-weight: bold;
    display: block;
}

.six-col .liquid-box .dash-title.sub {
    font-size: 14pt;
    color: white;
}

.six-col .layer-card::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: #000000; */
    /* background: linear-gradient(
90deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 100%); */
}

.expo .group--content .sub-title-3 {
    font-size: 1.5rem;
}

.w-49 {
    width: 47%;
    display: inline-flex;
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100%;
    }
}

.gallery .expo25 {
    background-color: #095384;
}

.y2019 .sim-card .title, .y2022 .sim-card .title {
    font-size: 1.325rem !important;
    margin-bottom: .5rem;
}

.y2019 .sim-card .desc, .y2022 .sim-card .desc {
    font-size: 1.125rem !important;
}

.y2022 a.gallery-item {
    aspect-ratio: 16/8;
}

select.form-select.inside {
    background-image: none;
    color: black;
    padding: 4px 6px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    min-width: 55px;
    background: #fafafa;
    border: 1px dashed #bebebe;
    border-radius: 15pt;
    text-align: center;
    margin-right: 5px;
    font-size: 10pt;
    font-family: NotoSans, TrueFont, Kanitlight, Kanit, sans-serif !important;
}

div#projectList {
    min-height: calc(100vh - 500px);
}

.section.body.lightgray {
    min-height: calc(100vh - 293px);
}

div#message-list {
    font-size: 16pt;
}

#message-list > .row .sms-box {
    border-radius: .5em;
    padding: .5em .8em;
    margin-bottom: .5em;
}

#message-list > .row:nth-child(odd) .sms-box {
    background-color: #e9e9e9;
}

#message-list > .row:nth-child(even) .sms-box {
    background-color: #f5f5f5;
}

#message-list .sms {
    margin: 4px 0px; 
}

.vid .modal-body, .vid .modal-header {
    padding: 0px;
    border: none;
}

.vid .modal-content {
    background: none;
    border: none;
}

.vid .modal-body iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.vid .modal-header {
    padding: 10px 0px;
}

div#section-sympo25 {
    background: url(/portals/0/image/bg/Sym25-png.png);
    padding-top: 20%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.expo a.btn.btn-liquid.active {
    background-color: #0155d6;
    color: white;
}

.card.schedule {
    padding: .5em;
    font-size: 16pt;
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
}

.card.schedule span {
    display: inline-block;
    width: 100%;
}

.card.schedule .ribbon {
    background-color: red;
    color: white;
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: calc(100%);
    top: -0.4em;
    border-radius: 4px;
    padding: 8px;
    border-bottom-right-radius: 15pt;
    border-bottom-left-radius: 15pt;
    box-sizing: border-box;
}

#siteWrapper .card.schedule span.title {
    font-size: 13pt;
    padding-bottom: 6px;
    font-family: 'NotoSans' !important;
    line-height: 1;
}

#siteWrapper .card.schedule span.person {
    line-height: 1;
    font-size: 12pt;
    color: #2384d9;
    font-family: Kanitlight, Kanit, sans-serif !important;
}

span.category {
    background-color: #efefef;
    display: inline-block;
    width: initial !important;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: .5em;
    font-size: 14pt;
}

.card.schedule.Engineering .ribbon {
    background-color: #721027 !important;
    cursor: pointer;
}

.card.schedule.IT .ribbon {
    background-color: #404042 !important;
    cursor: pointer;
}

.card.schedule.Life-Science .ribbon {
    background-color: #00adef !important;
    cursor: pointer;
}

.card.schedule.Sustainability .ribbon {
    background-color: #00a551 !important;
    cursor: pointer;
}

.card.schedule.Engineering .ribbon:hover {
    background-color: #990024 !important;
}

.card.schedule.IT .ribbon:hover {
    background-color: #6b6b6b !important;
}

.card.schedule.Life-Science .ribbon:hover {
    background-color: #0082b4 !important;
}

.card.schedule.Sustainability .ribbon:hover {
    background-color: #007439 !important;
}


.Sustainability span.category {
    background-color: #00a551;
    color: white;
}

.Life-Science span.category {
    background-color: #00adef;
    color: white;
}

.IT span.category {
    background-color: #404042;
    color: white;
}

.Engineering span.category {
    background-color: #721027;
    color: white;
}

.view-vid .modal-content {
    background-color: transparent;
    border: none;
}

.view-vid .modal-header {
    border: none;
}

.lnk-portal.sub-menu a.btn-liquid {
    font-size: 1rem;
    padding: 6pt 8pt !important;
}

.gal-19 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.y2019 .inno-logo-txt {
    margin-top: 0.2em;
    background-color: rgb(0 0 0 / 70%);
    border-radius: 10pt;
    padding: 0.3em;}

.y2019 .full-frame-bnr.y2022.py-3 {
    align-items: start;
}

.y2019 .oneday {
    background-image: url(/portals/0/image/resource/2019/oneday-head-bg.jpg);
    background-repeat: no-repeat;
    padding-top: 24% !important;
    background-size: cover;
}

.event.bg-25 {
    background: url(/portals/0/image/resource/2025/main-symbol-expo-2025.png), linear-gradient(323deg, rgba(255, 0, 255, 1) 15%, rgb(32 106 236) 85%, rgb(0 207 158) 90%, rgb(0 201 118) 95%);
    box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.2),                inset 0px -8px 8px -8px rgba(0, 0, 0, 0.2);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 73vh;
    background-blend-mode: normal;
}

.section.event {
    margin: 0px;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

#siteWrapper .event.bg-25 div, #siteWrapper .event.bg-25 span {
    color: white;
    text-align: left;
    font-size: 14pt;
    font-family: kanit !important;
    line-height: 1;
}

#siteWrapper .event.bg-25 .inno-logo-txt span {
    font-size: 1.9rem !important;
    line-height: 0.8;
}

#siteWrapper .event.bg-25 span.inno-year {
    font-size: 4rem !important;
}

#siteWrapper .event.bg-25 .event-title {
    font-size: 1.3rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .event.bg-25 {
        min-height: initial;
    }
}

#siteWrapper .section.event .title {font-family: kanit !important;font-size: 1.8rem;}

.event.expo-25.bg2 {
    background-color: #f4f3f7;
}

.section .sep {
    border-bottom: 1px solid #c7c7c7;
    margin: 1rem 0rem !important;
}

.expo-25 .card-sim.dash-item {
    aspect-ratio: initial;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.expo-25 .card-sim.dash-item .dash-box {
    border-radius: 4px;
    font-size: 1rem;
}

.zoom-wrapper {
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 10pt;
    position: relative;
    cursor: pointer;
    border-radius: var(--vid-radius);
}

.zoom-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease; 
}

.zoom-wrapper:hover img {
    transform: scale(1.2); /* ÃƒÂ Ã‚Â¸Ã¢â‚¬Å¡ÃƒÂ Ã‚Â¸Ã‚Â¢ÃƒÂ Ã‚Â¸Ã‚Â²ÃƒÂ Ã‚Â¸Ã‚Â¢ 120% */
}

.show-vid.title {
    font-size: 1rem !important;
    line-height: 1.125 !important;
}

.vid-frame .show-vid.title {
    font-size: 0.8rem !important;
}

.zoom-wrapper i {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: white;
    opacity: 0.3;
    font-size: 2rem;
}

.vid-frame {
    margin-bottom: 20px;
}

.nav-sdp-btn.nav-pills .nav-link {
    padding: .2rem .5rem !important;
    margin: 4px;
    background-color: #949aa1;
    color: white;
}


.nav-sdp-btn.nav-pills .nav-link.active {
    background-color: #4d00b0;
}

#siteWrapper li.nav-item {
    border-bottom: none;
}

.nav-sdp-master .nav-item .nav-link {
    font-family: kanit !important;
    font-size: 1.8rem;
    background: none;
    color: #949aa1;
    padding: 0px;
    border-radius: 0px;
}

ul.nav-sdp-master {
    margin-left: -10pt;
    margin-right: -10pt;
}

.nav-sdp-master > li.nav-item {
    margin: 0px 15px;
}

.nav-sdp-master .nav-link.active {
    color: #444 !important;
    background: none !important;
}

.nav-sdp-master .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: rgb(68 68 68);
    /* background: linear-gradient(90deg, rgb(224 11 255) 0%,  rgb(91 61 255) 50%, rgb(29 84 255) 100%); */
    transition: width .3s;
    border-radius: 2px;
    position: relative;
    top: 5pt;
}
.nav-sdp-master .nav-link.active::after {
    width: 100%;
}

.project-box.sym1 {
    position: relative;
    right: -10px;
}

.project-box.sym2 {
    position: relative;
    left: -10px;
}

#siteWrapper .container.coe a.btn.btn-liquid {
    border-radius: .25rem;
    box-shadow: none;
    background-color: #d1d1d1;
    border-color: #c7c7c7;
    color: #4f4f4f;
    font-family: kanitlight !important;
    font-size: 1rem;
    font-weight: normal;
    width: 40%;
}

#siteWrapper .container.coe a.btn.btn-liquid.active {
    background: #4d00b0;
    /* background: linear-gradient(500deg, #16c300, #00c1d5, #0066d6); */
    color: white;
}

#siteWrapper .container.coe a.btn.btn-liquid.btn-main-filter {
    background: none;
    border: none;
    color: #444;
}

#siteWrapper .container.coe a.btn.btn-main-filter {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    color: #9b9b9b;
    padding: 0px;
    margin: 0px 20px;
    max-width: 45%;
}

#siteWrapper .container.coe a.btn.btn-main-filter.active {
    color: #444;
}

#siteWrapper .container.coe a.btn.btn-main-filter::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #444444;
    /* background: linear-gradient(500deg, #16c300, #00c1d5, #0066d6); */
    transition: width .3s;
    border-radius: 2px;
}

#siteWrapper .container.coe a.btn.btn-main-filter.active::after {
    width: 100%;
}

@media screen and (min-width: 576px) {
    #siteWrapper .container.coe a.btn.btn-liquid {
        width: initial;
    }
}

.title .fa-location-dot {
    font-size: 16pt;
}

.card.schedule .thumbnail {
    width: 150px;
    
    
     /* ต้องกำหนดความกว้าง จะเป็น px หรือ % ก็ได้ */
    aspect-ratio: 16 / 9;
    flex-shrink: 0;
    margin-right: 8pt;
}

.card.schedule .thumbnail img {
    border-radius: 4pt;
}

.card.schedule.Engineering .thumbnail {
    background-image: url("/portals/0/image/cover/2025/symposium/sym25-e.jpg");
    background-size: cover;
    border-radius: var(--vid-radius);
    background-position: center right;
}

.card.schedule.Sustainability .thumbnail {
    background-image: url(/portals/0/image/cover/2025/symposium/sym25-s.jpg);
    background-size: cover;
    border-radius: 4pt;
    background-position: center right;
}

.card.schedule.Life-Science .thumbnail {
    background-image: url(/portals/0/image/cover/2025/symposium/sym25-l.jpg);
    background-size: cover;
    border-radius: 4pt;
    background-position: center right;
}

.card.schedule.IT .thumbnail {
    background-image: url(/portals/0/image/cover/2025/symposium/sym25-d.jpg);
    background-size: cover;
    border-radius: 4pt;
    background-position: center right;
}

.mySponsorSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important; 
    padding: 20px;
  }
  .swiper-slide img {
    height: 80px; 
    width: auto;
  }

.event .content {
    font-size: 1.5rem;
    color: #222;
    line-height: 1 !important;
}

.yt .card.schedule {
    padding: 0px;
    flex-direction: column;
    background: none;
    border: none;
    box-shadow: none !important;
}

.yt .card.schedule .thumbnail {
    margin: 0px;
    width: 100%;
    margin-bottom: 12px;
}

.yt .card.schedule .title {
    font-size: 0.9rem !important;
    color: rgb(68,68,68);
}

.yt .card.schedule .person {
    font-size: .8rem !important;
    color: rgb(127 127 127) !important;
    line-height: 1.2 !important;
}

.thumbnail {
    position: relative;
}

.thumbnail i {
    position: absolute;
    left: 8px;
    bottom: 8px;
    color: white;
    opacity: 0.3;
    font-size: 2rem;
}


.main-color {
    color: #222;
}

.nav-pills.nav-tab-sdp .nav-item > button {
    background-color: #717171;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
    box-shadow: 8px 0 10px -4px rgb(0 0 0 / 25%), -8px 0 10px -4px rgb(0 0 0 / 25%);
    z-index: 1;
}

.nav-pills.nav-tab-sdp .nav-item:hover > button,
.nav-pills.nav-tab-sdp .nav-item > button.active {
    cursor: pointer;
    background-color: #4d00b0;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    z-index: 2;
    color: white;
}

.nav-pills.nav-tab-sdp .nav-item {
    width: 25%;
}

.agenda-card {
    background-color: #e7e7e7;
    margin: 8pt 0px;
    box-shadow: 0 8px 12px -2px rgb(0 0 0 / 15%);
    padding: 16px;
    font-size: 1.2rem;
    color: #222;
}

.expo-25.bg25 {
    background: linear-gradient(to bottom, #391979, #022755);
}

.agenda-card .speaker-frame {
    display: inline-block;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    background-color: #cbc9c9;
    margin: 10px auto;
    max-width: 120px;
    position: relative;
}

.agenda-card .Title {
    font-size: 1.5rem;
    font-weight: bold;
}

.agenda-card .speaker-name {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: .2rem;
    color: #004ac7;
}

.agenda-card .time {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: .5em;
}

.com-logo-box {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: end;
}

.com-logo-box .com-logo-item {
    background-color: white;
    aspect-ratio: 1/1;
    display: inline-flex;
    margin-top: 8px;
    padding: 4px;
}

.com-logo-box .com-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.flex-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.com-logo-item.logo-m {
    position: absolute;
    z-index: 3;
    background-color: white;
    aspect-ratio: 1/1;
    max-width: 40px;
    align-items: center;
    vertical-align: middle;
    display: inline-flex;
    padding: 5px;
    left: -10px;
    bottom: 0px;
}

.speaker-frame-group {
    position: relative;
}

.nav-tab-sub li {
    background-color: black;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    width: 50%;
    padding: 10px 0px;
}

.nav-tab-sub li button {
    padding: 0px;
}

.nav-tab-sub li:nth-child(2) {
    border-left: 1px solid #333333;
}

.nav-tab-sub li {
    width: 50%;
}

.nav-tab-sub li button.nav-link {
    color: white;
    font-size: 24pt;
    border-radius: 0px;
    /* width: 100%; */
}

.nav-tab-sub li button.nav-link.active div::after {
    width: 100%;
}
.nav-tab-sub li button.nav-link div::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: rgb(70, 195, 100);
    background: #939393;
    transition: width .3s;
    border-radius: 2px;
    position: relative;
    /* top: 5pt; */
}

.nav-pills.nav-tab-sub .nav-link.active, 
.nav-pills.nav-tab-sub .show>.nav-link {
    background: none;
}

.nav.disable {
    pointer-events: none;
}

.speaker-frame.mod {
    max-width: 90px;
}

#siteWrapper .container.coe a.btn.btn-liquid[key="engineering"].active {
    background-color: #721127;
}

#siteWrapper .container.coe a.btn.btn-liquid[key="life-science"].active {
    background-color: #00adef;
}

#siteWrapper .container.coe a.btn.btn-liquid[key="digital-and-it"].active {
    background-color: #404042;
}

#siteWrapper .container.coe a.btn.btn-liquid[key="sustainability"].active {
    background-color: #00a551;
}

.announce-box.regis .content-box {
    background-color: #1f0244;
    background-image: url("/portals/0/image/bg/Register-Banner-small.jpg");
    background-position: bottom center;
    border-radius: 1rem;
    display: inline-flex;
    width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.announce-box.regis {
    text-align: center;
    padding: 15px calc(1.5rem/ 2);
    padding-top: 0px;
}

.regis-box {
    color: white;
}

.regis-box .l1 {
    font-size: 4rem;
}

.regis-box .l2 {
    font-size: 2.5rem;
}

.regis-box .l3 {
    font-size: 8rem;
    font-weight: bold;
    line-height: .6 !important;
}

.announce-box.regis img.inno-logo {
    width: 100%;
    max-width: 11.5rem;
    padding-bottom: 1rem;
}

.announce-box.regis .btn.soon {
    font-size: 2rem;
    pointer-events: none;
    margin-top: 3rem;
}

@media screen and (min-width: 700px) {
    .announce-box.regis .content-box {
        background-image: url("/portals/0/image/bg/Register-Banner-large.jpg");
        background-size: contain;
    }
}

@media screen and (min-width: 1800px) {
    .announce-box.regis .content-box {
        background-image: url("/portals/0/image/bg/Register-Banner-wide.jpg");
        background-size: contain;
    }
}






