﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');


html {
    height: 100%;
}

body {
    font-family: 'Noto Sans TC', sans-serif,'Segoe UI','Microsoft JhengHei';
    height: 100%;
    font-size: 100% !important;
    letter-spacing: 1px;
    margin: 0;
    overflow-x: hidden;
}

a, button, .btn {
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

    a:hover {
        color: #999;
    }

.link[href] {
    color: inherit;
    text-decoration: underline !important;
}

.external-link {
    display: block
}

    .external-link[href] {
        text-decoration: underline !important;
        color: #333
    }

        .external-link[href]:hover {
            opacity: .8;
        }

        .external-link[href]:before {
            content: "\e869";
            font-family: feather;
        }

.pagination{flex-wrap:wrap;}
.pagination > li {
    margin: 5px;
}

.disabledScroll {
    overflow: hidden;
}

h1, h2, h3, h4, h5 {
    color: #333;
    font-weight: 600
}
/*-------
 other
------*/
.clearboth {
    clear: both;
}

.relative {
    position: relative;
}

.minW400 {
    min-width: 400px;
}

.maxW150 {
    max-width: 150px;
}

.maxW250 {
    max-width: 250px;
}

.maxW350 {
    max-width: 350px;
}

.maxW400 {
    max-width: 400px;
}

.maxW700 {
    max-width: 700px;
}

.minH200 {
    min-height: 200px;
}

.minH800 {
    min-height: 800px;
}

.nowrap {
    white-space: nowrap
}

.pt7 {
    padding-top: 7px;
}

.dottedBg {
    background-color: #fff;
    background-image: -o-radial-gradient(#F4F3E8 3px, transparent 3px), -o-radial-gradient(#F4F3E8 3px, #fff 3px);
    background-image: radial-gradient(#F4F3E8 3px, transparent 3px), radial-gradient(#F4F3E8 3px, #fff 3px);
    background-size: 32px 32px;
    background-position: 0 0,16px 16px;
}

.stripeBg {
    background-image: url("../images/bg002.png");
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top;
}

.pageBg {
    background-image: url("../images/bg004.png");
    background-size: 100%;
    background-repeat: repeat-y;
}

.radialBg {

}

.boder-radius {
    border-radius: 50%;
}
/*-------
 text style
------*/
.text-primary {
    color: #e08f27 !important;
}

.text-default {
    color: #6c7984 !important;
}

.text-gray {
    color: #aaa !important;
}

.text-danger {
    color: #d70000 !important;
}

.text-white {
    color: #fff !important;
}

.font-weight-600 {
    font-weight: 600;
}

.marked {
    position: relative;
    display: inline;
    line-height: 200%;
    padding: 2px 5px;
    background: #ffc107;
    color: #333 !important;
    border-radius: 5px;
    margin: 5px;
    font-weight: 600
}

.marked-danger:not(:empty) {
    position: relative;
    display: inline;
    line-height: 200%;
    padding: 1px 5px;
    background: #cc4949;
    color: rgba(256,256,256,.8) !important;
    border-radius: 5px;
    margin: 5px;
}

.fs20 {
    font-size: 20px;
}

.line-height-2 {
    line-height: 2;
}
/*-------
btn
------*/
.btn-radius {
    border-radius: 2rem;
}

.btn-primary {
    color: #fff !important;
    border: 0px solid transparent !important;
    background: linear-gradient(113deg, #866AE0 0%, #4331D4 100%);
}

    .btn-primary:hover:not([disabled]):not(.disabled) {
        color: #fff !important;
        background: linear-gradient(317deg, #3636B6 0%, #866AE0 76%);
        transition: ease .3s;
        -webkit-filter: drop-shadow(2px 2px 5px rgba(0,0,0,.2));
        filter: drop-shadow(2px 2px 5px rgba(0,0,0,.2))
    }

.btn-secondary {
    color: #fff !important;
    border: 0 !important;
    background: linear-gradient(90deg, rgba(134, 106, 224, 0.8) 0%, rgba(54, 54, 182, 0.8) 100%) !important;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

    .btn-secondary:hover:not([disabled]):not(.disabled) {
        background-image: -webkit-gradient(linear,left top, right bottom,from(#3636B6),to(#866AE0)) !important;
        background-image: -o-linear-gradient(317deg, #3636B6 0%, #866AE0 76%);
        background-image: linear-gradient(317deg, #3636B6 0%, #866AE0 76%);
        color: #fff !important;
    }

.btn-blue {
    color: #fff !important;
    border: 1px solid transparent !important;
    background: #3b5998 !important;
}

    .btn-blue:hover:not([disabled]):not(.disabled) {
        background: #264585 !important;
        color: #fff !important;
    }

.btn-danger {
    color: #fff !important;
    border: 1px solid transparent !important;
    background: #E45A2C !important;
}

    .btn-danger:hover:not([disabled]):not(.disabled) {
        background: #d84514 !important;
        color: #fff !important;
    }

.btn-warning {
    color: #fff !important;
    border: 1px solid transparent !important;
    background: #FFA041 !important;
}

    .btn-warning:hover:not([disabled]):not(.disabled) {
        background: #f78716 !important;
        color: #fff !important;
    }

.btn-success {
    color: #fff !important;
    border: 1px solid transparent !important;
    background: #4ac02d !important;
}

    .btn-success:hover:not([disabled]):not(.disabled) {
        background: #2da80f !important;
        color: #fff !important;
    }

.btn-default {
    color: #333 !important;
    border: 1px solid transparent !important;
    background: #ddd !important;
}

    .btn-default:hover:not([disabled]):not(.disabled) {
        background: #f6f6f6 !important;
        color: #333 !important;
    }

.btn-outline-white {
    color: #4D7CFF !important;
    border: 1px solid #fff !important;
    background: rgba(256,256,256,.5) !important;
}

    .btn-outline-white:hover:not([disabled]):not(.disabled) {
        color: #4D7CFF !important;
        background: rgba(256,256,256,.5) !important;
    }

.btn-outline-primary {
    color: #8447AE !important;
    border: 1px solid #8447AE !important;
    background: rgba(256,256,256,.5) !important;
}

    .btn-outline-primary:hover:not([disabled]):not(.disabled) {
        color: #fff !important;
        background: #8447AE !important;
    }

.btn-outline-danger {
    color: #E45A2C !important;
    border: 1px solid #E45A2C !important;
    background: rgba(256,256,256,.5) !important;
}

    .btn-outline-danger:hover:not([disabled]):not(.disabled) {
        color: #fff !important;
        background: #E45A2C !important;
    }

textarea:not([disabled]):hover, input:not([disabled]):hover, textarea:not([disabled]):active, input:not([disabled]):active, textarea:not([disabled]):focus, select:not([disabled]):focus, input:not([disabled]):focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #BD90EF !important;
}
/*label:focus,button:focus,*/ button:active, button:hover, .btn:active, .btn.active, .btn:hover {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
}

.btn-liked {
    color: #FFA041 !important;
    border: 1px solid #FFA041 !important;
    background: #fff !important;
}

    .btn-liked:hover:not([disabled]):not(.disabled) {
        background: #FFA041 !important;
        color: #fff !important;
    }

    .btn-liked.active {
        color: #fff !important;
        border: 1px solid transparent !important;
        background: #FFA041 !important;
    }

        .btn-liked.active:hover:not([disabled]):not(.disabled) {
            background: #FFA041 !important;
            color: #fff !important;
        }

        .btn-primary.btn-lg{
            padding: .75rem 1rem;
        }

/*-------
mobile sidebar
------*/

.sidebar {
    display: none;
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -100%;
    background-color: #f6f6f6;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,.15);
    box-shadow: 0 0 20px 0px rgba(0,0,0,.15);
}

@media(max-width:992px) {
    .sidebar {
        display: block;
    }

    .sidebar_menuList li, .sidebar_menuList ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

.sidebar.open {
    left: 0;
}

.backdrop {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; /*left:-100%;*/
    display: none;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 95;
}

.sidebar.open + .backdrop { /*left:0;transition: 0.5s;*/
    display: block
}

.sidebar a {
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    word-wrap: break-word;
}

    .sidebar a:hover {
        color: #000;
    }

.sidebar_menuList ul li:not(.disabled) a:hover, .sidebar_menuList ul li:not(.disabled) a:focus {
    background: #fff7e8;
}

.sidebar_menuList ul li.disabled a {
    opacity: .5
}

.mobile_menu_btn {
    display: none;
    font-size: 18px;
    cursor: pointer;
    background-color: transparent;
    color: #999;
    padding: 5px 10px;
    border: none;
}

    .mobile_menu_btn i {
        font-size: 1.5rem;
    }

    .mobile_menu_btn:hover {
        background-color: #eee;
    }

.sidebar .mobile_menu_btn {
    padding: 10px 20px;
}

    .sidebar .mobile_menu_btn:hover {
        background-color: #ddd;
    }

.sidebar .sidebar_logo {
    display: inline-block;
}

    .sidebar .sidebar_logo img {
        width: 100%;
    }

.sidebar .lang-list {
    margin-top: 50px !important;
}

.custom_dropdown i {
    position: absolute;
    right: 10px;
    top: 18px;
}

.custom_dropdownList {
    background: #eee;
}

    .custom_dropdownList a {
        padding-left: 30px;
    }

/*$sidebar scrollbar*/
.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
}

.sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255, 255, 255, 0);
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    background-color: #ffffff30;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar a {
        font-size: 18px;
    }
}

@media(max-width: 992px) {
    .mobile_menu_btn {
        display: inline-block;
    }
}

/*------------
desktop navbar
-------------*/
.navbar {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}

.custom-dropdown-menu {
    border: 0;
    border-radius: 0;
    background: rgba(256,256,256,1);
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}

    .custom-dropdown-menu .dropdown-item {
        color: #333333;
        padding: .7rem 1.5rem;
    }

    .custom-dropdown-menu .dropdown-divider {
        border-top: 1px solid #666;
        margin: 0;
    }

    .custom-dropdown-menu .dropdown-item:focus, .custom-dropdown-menu .dropdown-item:hover {
        color: #3636B6;
        text-decoration: none;
        background-color: #fff;
    }

.custom-dropdown-menu {
    display: block;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    pointer-events: none;
}

.navbarContainer {
    width: 100%;
    background-color: rgba(256,256,256,.85);
    -webkit-box-shadow: 0 0 15px #66666642;
    box-shadow: 0 0 15px #66666642
}

    .navbarContainer.fixed {
        position: fixed;
        top: 0;
        z-index: 90;
    }

        .navbarContainer.fixed + .main {
            padding-top: 56px;
            min-height: calc(100vh - 168px);
        }

    .navbarContainer > .container {
        padding: 0;
    }
/* .navbarContainer > .container-fluid{background:#333;color:#ccc;} */
.navbar-light .navbar-nav .nav-link {
    color: #333;
    position: relative;
    padding: 1rem .8rem;
    font-size: 18px;
}

    .navbar-light .navbar-nav .nav-link:not(.dropdown-toggle):after {
        content: '';
        position: absolute;
        left: 0;
        width: 0;
        height: 30px;
        z-index: -1;
        background: #fff7e8;
        -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:not(.dropdown-toggle):hover:after {
        width: 100%;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #3636B6 !important;
    }

.dropdown-item:first-child, .dropdown-item:last-child {
    border-radius: 0;
}

.custom-navbar { /*padding-right:0;padding-left:0;*/
    padding: 0
}

    .custom-navbar .navbar-collapse ul + ul {
        position: relative;
    }

.dropdown-toggle::after {
    border: 0;
    margin: unset;
    vertical-align: unset;
    content: "\e842";
    font-family: feather;
    display: none;
}

.custom-navbar .input-group.search {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 250px;
}

    .custom-navbar .input-group.search .form-control {
        background: #eee;
        border-color: transparent;
        width: 130px;
    }

@media (min-width: 992px) {
    /* .nav-item.dropdown:hover .custom-dropdown-menu,.nav-item.dropdown.focus .custom-dropdown-menu{display: block;} */
    .nav-item.dropdown:hover .custom-dropdown-menu, .nav-item.dropdown.focus .custom-dropdown-menu {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        pointer-events: inherit
    }
}

@media(max-width:1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        font-size: 16px;
    }
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .navbar-brand img {
        width: 250px;
    }

@media(max-width:1400px) {
    .navbar-brand img {
        width: 150px;
    }

    .custom-navbar .input-group.search .form-control {
        width: 100px;
    }
}

@media(max-width:1199.98px) {
    .navbar-brand {
        margin: 0 auto;
    }
}

@media(max-width:991.98px) {
    .navbar-brand > div {
        text-align: center
    }

    .navbar-brand img {
        width: 200px;
    }
}

.smallNav .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .smallNav .navbar-nav .nav-link {
        padding-left: 10px;
        color: #eee;
        padding: 2px .8rem 2px .8rem;
    }

        .smallNav .navbar-nav .nav-link:hover {
            color: #e08f27;
        }

@media(max-width:991px) {
    .smallNav {
        display: none;
    }
}

.lang-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #dcdcdc;
    border-radius: 50px;
}

    .lang-list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

        .lang-list li a {
            padding: 2px 10px;
            background: transparent;
            border-radius: 50px;
            text-align: center;
            color: #666;
            display: inline-block;
            width: 100%;
        }

            .lang-list li a:hover {
                color: #333 !important;
                background: #cbcbcb !important;
            }

            .lang-list li a.active {
                background: #9840F6;
                color: #fff;
            }

/*-------
owl-carousel
------*/
.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 6px;
}

.owl-carousel-mobile, .owl-carousel-desktop {
    position: relative;
}

    .owl-carousel-mobile .owl-nav,
    .owl-carousel-desktop .owl-nav,
    .owl-carousel-breakingNews .owl-nav,
    .owl-carousel-partner .owl-nav,
    .owl-carousel-subbanner .owl-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
    }

        .owl-carousel-desktop .owl-nav .owl-prev,
        .owl-carousel-desktop .owl-nav .owl-next,
        .owl-carousel-mobile .owl-nav .owl-prev,
        .owl-carousel-mobile .owl-nav .owl-next,
        .owl-carousel-breakingNews .owl-nav .owl-prev,
        .owl-carousel-breakingNews .owl-nav .owl-next,
        .owl-carousel-partner .owl-nav .owl-prev,
        .owl-carousel-partner .owl-nav .owl-next,
        .owl-carousel-subbanner .owl-nav .owl-prev,
        .owl-carousel-subbanner .owl-nav .owl-next {
            opacity: .8;
            color: #fff !important;
            position: absolute;
            top: calc(50% - 20px);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: calc(100% - 20px);
            outline: none;
        }

        .owl-carousel-desktop .owl-nav .owl-prev,
        .owl-carousel-desktop .owl-nav .owl-next {
            width: 50px;
            font-size: 3rem !important;
        }

        .owl-carousel-mobile .owl-nav .owl-prev,
        .owl-carousel-mobile .owl-nav .owl-next {
            width: 50px;
            font-size: 3rem !important;
        }

        .owl-carousel-breakingNews .owl-nav .owl-prev,
        .owl-carousel-breakingNews .owl-nav .owl-next {
            width: 50px;
            font-size: 3rem !important;
        }

        .owl-carousel-partner .owl-nav .owl-prev,
        .owl-carousel-partner .owl-nav .owl-next {
            width: 50px;
            font-size: 3rem !important;
        }

        .owl-carousel-subbanner .owl-nav .owl-prev,
        .owl-carousel-subbanner .owl-nav .owl-next {
            width: 50px;
            font-size: 3rem !important;
        }

        .owl-carousel-desktop .owl-nav .owl-prev,
        .owl-carousel-mobile .owl-nav .owl-prev,
        .owl-carousel-subbanner .owl-nav .owl-prev {
            left: 0;
            /* background:linear-gradient(90deg, #031138, transparent)!important; */
            margin: 0;
        }

.owl-carousel .owl-nav .owl-prev span:after {
    font-family: 'feather';
    content: '\e843';
}

.owl-carousel-desktop .owl-nav .owl-next,
.owl-carousel-mobile .owl-nav .owl-next,
.owl-carousel-subbanner .owl-nav .owl-next {
    right: 0;
    /* background:linear-gradient(-90deg, #031138, transparent)!important; */
    margin: 0;
}

.owl-carousel .owl-nav .owl-next span:after {
    font-family: 'feather';
    content: '\e844';
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 1
}

.owl-carousel .owl-dots {
    padding-top: 10px;
}

.owl-carousel-mobile {
    display: none !important;
}

.owl-carousel-desktop .item {
    width: 100vw; /*height:640px;*/
    overflow: hidden;
}

.owl-carousel-desktop.owl-carousel-homebanner .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}

.owl-carousel-desktop.owl-carousel-homebanner img {
    width: 100%; /*height:640px;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}



.owl-carousel-breakingNews {
    text-align: center;
}

    .owl-carousel-breakingNews .item .title {
        color: rgba(256,256,256,1)
    }

    .owl-carousel-breakingNews .item .desc {
        color: rgba(256,256,256,.8)
    }

    .owl-carousel-breakingNews .item .title {
        font-weight: 600;
    }

.owl-carousel-partner img {
    margin: 25px 0
}

.owl-carousel-partner .owl-nav .owl-prev,
.owl-carousel-partner .owl-nav .owl-next {
    color: #999 !important;
}

.owl-carousel-partner .owl-nav .owl-next,
.owl-carousel-breakingNews .owl-nav .owl-next {
    right: -80px;
    margin: 0
}

.owl-carousel-partner .owl-nav .owl-prev,
.owl-carousel-breakingNews .owl-nav .owl-prev {
    left: -80px;
    margin: 0;
}

.owl-carousel-subbanner img {
    border-radius: 10px;
}

@media(max-width:1500px) {
    .owl-carousel-partner .owl-nav .owl-next,
    .owl-carousel-breakingNews .owl-nav .owl-next {
        right: 0px;
        margin: 0;
    }

    .owl-carousel-partner .owl-nav .owl-prev,
    .owl-carousel-breakingNews .owl-nav .owl-prev {
        left: 0px;
        margin: 0;
    }

    .owl-carousel-partner .owl-nav .owl-prev {
        background-image: -webkit-gradient(linear,right top, left top,from(transparent),color-stop(10%, rgba(256,256,256,.5)),to(#fff)) !important;
        background-image: -o-linear-gradient(right,transparent,rgba(256,256,256,.5) 10%,#fff 100%) !important;
        background-image: linear-gradient(to left,transparent,rgba(256,256,256,.5) 10%,#fff 100%) !important;
        opacity: 1;
    }

    .owl-carousel-partner .owl-nav .owl-next {
        background-image: -webkit-gradient(linear,left top, right top,from(transparent),color-stop(10%, rgba(256,256,256,.5)),to(#fff)) !important;
        background-image: -o-linear-gradient(left,transparent,rgba(256,256,256,.5) 10%,#fff 100%) !important;
        background-image: linear-gradient(to right,transparent,rgba(256,256,256,.5) 10%,#fff 100%) !important;
        opacity: 1;
    }

    .owl-carousel-breakingNews .owl-nav .owl-prev {
        background-image: -webkit-gradient(linear,right top, left top,from(transparent),color-stop(10%, rgba(51,34,73,.5)),to(#332249)) !important;
        background-image: -o-linear-gradient(right,transparent,rgba(51,34,73,.5) 10%,#332249 100%) !important;
        background-image: linear-gradient(to left,transparent,rgba(51,34,73,.5) 10%,#332249 100%) !important;
    }

    .owl-carousel-breakingNews .owl-nav .owl-next {
        background-image: -webkit-gradient(linear,left top, right top,from(transparent),color-stop(10%, rgba(51,34,73,.5)),to(#332249)) !important;
        background-image: -o-linear-gradient(left,transparent,rgba(51,34,73,.5) 10%,#332249 100%) !important;
        background-image: linear-gradient(to right,transparent,rgba(51,34,73,.5) 10%,#332249 100%) !important;
    }
}
/*@media(max-width:1300px) {
    .owl-carousel-desktop.owl-carousel-homebanner img{height:440px;}
    .owl-carousel-desktop .item{height:440px;}
}
@media(max-width:991.98px) {
    .owl-carousel-desktop.owl-carousel-homebanner img{height:380px;}
    .owl-carousel-desktop .item{height:380px;}
}*/
@media(max-width:767.98px) {
    .owl-carousel-breakingNews .owl-nav .owl-prev,
    .owl-carousel-breakingNews .owl-nav .owl-next {
        display: none;
    }

    .owl-carousel-breakingNews .item .title {
        color: #3636B6
    }

    .owl-carousel-breakingNews .item .desc {
        color: #999
    }

    .owl-carousel-breakingNews .item {
        padding: 1.25rem 1.25rem 1.25rem 1.25rem;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.50);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(7.5px);
    }
        .owl-carousel-breakingNews .item:before {
            content: "\f0f3";
            font-family: fontAwesome;
            color: #fff;
            font-size: 24px;
            display: inline-block;
            padding: 8px 12px;
            background: radial-gradient(50% 50% at 50% 50%, #EB00F0 0%, rgba(246, 136, 248, 1) 52%, rgba(255, 255, 255, 0.00) 100%);
            border-radius: 50%;
            position: absolute;
            top: -24px;
            left: 10px;
            z-index: 9;
        }

        .owl-carousel-breakingNews .item:hover {
            background: rgba(255, 255, 255, 0.60);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
            backdrop-filter: blur(9px);
            transition: ease .4s;
        }


    .owl-carousel-breakingNews .owl-stage-outer {
        padding: 2rem 0;
    }
}

@media(max-width:575.98px) {
    .owl-carousel-desktop {
        display: none !important;
    }

    .owl-carousel-mobile {
        display: block !important;
    }
}
/*-------
rwdImgBox
------*/
.rwdImgBox {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    background-image: -webkit-gradient(linear,left top, right top,from(#bbb),to(#ccc));
    background-image: -o-linear-gradient(left,#bbb,#ccc);
    background-image: linear-gradient(to right,#bbb,#ccc);
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    /*border-radius: 162px;*/
}

    .rwdImgBox._16x9 {
        padding-bottom: 177%
    }

    .rwdImgBox._9x16 {
        padding-bottom: 56.25%;
    }

    .rwdImgBox._4x3 {
        padding-bottom: 133%
    }

    .rwdImgBox._3x4 {
        padding-bottom: 75%;
    }

    .rwdImgBox._3x2 {
        padding-bottom: 150%
    }

    .rwdImgBox._2x3 {
        padding-bottom: 66.66%
    }

    .rwdImgBox._3x10 {
        padding-bottom: 30%;
    }

    .rwdImgBox._1x2 {
        padding-bottom: 50%;
    }

    .rwdImgBox._1x1 {
        padding-bottom: 100%
    }

    .rwdImgBox.disabled:before {
        content: '';
        background: rgba(0,0,0,.4);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 3;
    }

    .rwdImgBox.disabled:after {
        content: attr(data-status);
        background: rgba(0,0,0,.3);
        padding: 0 10px;
        border-radius: 12px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 3;
        word-break: keep-all;
    }

.bs-contain {
    background-size: contain !important;
}

.bs-cover {
    background-size: cover !important;
}
/********
    main
    *********/
.main {
    background: #F9EFFF;
    overflow-x: clip;
}

    .main > div:last-of-type {
        padding-bottom: 250px;
    }
/*.main > div:not([style*="none"]):last-of-type,.main > div:not([style*="display"]):last-of-type {padding-bottom: 250px;}
.main div.last-div{padding-bottom:250px;}*/
/*-------
footer
------*/
footer {
    width: 100%;
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

footer {
    -webkit-mask-image: url(../images/footer2024.png), linear-gradient(to bottom, transparent 0%,transparent 240px,rgba(0,0,0,1) 240px,rgba(0,0,0,1) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    /*-webkit-mask-size: 100% 100%;*/
    position: relative;
    z-index: 9;
    float: left;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
    margin-bottom: -250px;
}

    footer > .container {
        padding: 250px 0 50px 0;
        line-height: 2rem;
    }

    footer ul {
        list-style: none;
        padding: 0;
        display: inline-block;
    }

        footer ul li {
            padding-right: 5px;
        }

    footer a {
        color: #fff;
        display: inline-block;
    }

        footer a:hover {
            color: #fff;
            text-decoration: underline !important;
        }

    footer .row {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

        footer .row [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px;
        }

    footer .desc {
        -ms-flex-item-align: end;
        align-self: flex-end;
        text-align: right;
    }

    footer .logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        footer .logos img {
            margin-bottom: 20px;
        }

.link-list li {
    display: inline-block
}

    .link-list li:after {
        content: "｜"; /*color:rgba(265,256,256,.5)*/
    }

    .link-list li:last-of-type:after {
        display: none
    }

    .link-list li img:hover {
        -webkit-box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1)
    }

.ic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style:none;
}

    .ic-list li a:hover {
        -webkit-filter: brightness(.8);
        filter: brightness(.8);
    }

    .ic-list li img {
        border-radius: 50%;
    }

footer .copyright {
    text-align: right;
}

footer hr {
    border-color: rgba(256,256,256,.5)
}

@media(max-width: 1199.98px) {
    footer .logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer, footer .desc {
        text-align: center
    }
}

@media(max-width:767.98px) {
    footer.hasFixedBtns {
        padding-bottom: 100px;
    }

    footer .copyright {
        text-align: center;
    }
}

/*-------
section
------*/
.section > .container {
    padding-top: 140px;
    padding-bottom: 240px;
}

    .section > .container p {
        font-size: 18px;
        line-height: 30px;
    }

    .section > .container table tr td p {
        margin: 0 !important
    }

    .section > .container table td {
        padding: 20px;
    }

.section .sectionTitle {
    padding-bottom: 10px;
    color: #3636B6;
    font-size: 25px;
    font-weight: 600;
}

.section .row {
    margin-right: -8px;
    margin-left: -8px;
}

    .section .row [class*="col-"] {
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 20px;
    }

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}


/*-------------
 funcBtn
-------------*/
.funcBtnsBox {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .funcBtnsBox a {
        margin-top: 10px;
        -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
        box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    }

.func-link {
    display: inline-block;
    background: #ffe58c;
    width: 60px;
    height: 60px;
    font-size: 14px;
    padding: 10px 8px;
    border-radius: 30px;
    text-align: center;
    background: linear-gradient(113deg, #866AE0 0%, #3636B6 100%);
    color: #fff;
}

    .func-link:hover {
        background: linear-gradient(317deg, #3636B6 0%, #866AE0 76%);
        transition: ease .3s;
        color: #fff;
        filter: drop-shadow(2px 2px 5px rgba(0,0,0,.2))
    }
/*-------
go to top
------*/
.gotopBtn {
    display: inline-block;
    position: relative;
    background: #586875;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    cursor: pointer;
}

    .gotopBtn:hover {
        background: #3636B6;
    }

    .gotopBtn i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
    }

    .gotopBtn:hover i {
        color: #fff;
    }

/*-------
modal
------*/
.modal-header {
    background: #333;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 8px 15px;
}

    .modal-header .modal-title {
        color: #fff
    }

    .modal-header button {
        color: #fff
    }

        .modal-header button:hover {
            color: #ddd
        }

.modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f0f0f0;
}

    .modal-footer .btn {
        width: 120px;
    }

.videoModal .modal-dialog { /*max-width: 800px;*/
    margin: 80px auto;
}

.videoModal .modal-body {
    position: relative;
    padding: 0px;
}

.videoModal .close {
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.modal-body .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .modal-body .form-group > .form-label {
        font-weight: 600;
    }

.modal-body.form-label-80 .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.modal-body.form-label-100 .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.modal-body.form-label-140 .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.modal-body.form-label-160 .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

.modal-body.form-label-100p .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.modal-body.formList {
    padding: 15px;
    width: 100%;
    margin: 0 auto;
}

.speakerModal .modal-content {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.10) !important;
    border-radius: .3rem;
    background-image: url(../images/bg-grid.png);
}
    .speakerModal .modal-content:hover {
        box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.10) !important;
    }
.speakerModal .modal-body {
    background-image: url(../images/bg004_2024.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.speakerModal .modal-header {
    background: transparent;
    border-bottom: 0
}

.speakerModal .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
}

.speakerModal .rwdImgBox {
    border-radius: 162px;
}

.speakerModal .modal-body {
    padding: 2rem;
}

.speakerModal .name {
    font-size: 36px;
    font-weight: 600;
}

.speakerModal .job-title {
    color: #333
}

@media(max-width:991px) {
    .modal-body .form-group > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .modal-body[class*=form-label-] .form-group > .form-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: left;
    }

    .modal-dialog {
        max-width: 100%;
    }
}

@media(max-width:575.98px) {
    .speakerModal .modal-body {
        background-size: 100% 300px;
    }

    .speakerModal .modal-body {
        padding: 3rem 1rem;
    }
}
/*---------
    formList
    ---------*/
.form-validate-error {
    color: #D70000;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #3636B6;
    background-color: #3636B6;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-control-input + .form-validate-error {
    float: right;
}

.star::before {
    content: '*';
    color: #D70000;
    margin-right: 5px;
    font-size: 20px;
    line-height: 0;
}

.formList .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .formList .form-group + h3 {
        margin-top: 30px
    }

    .formList .form-group > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    }

.formList.form-label-100 .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.formList.form-label-140 .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.formList.form-label-160 .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

.formList.form-label-200 .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.formList.form-label-100p .form-group > .form-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.formList .form-group > .form-label {
    padding: 7px 15px 7px 0;
    text-align: right;
    margin-bottom: 0
}

.form-group .uploadBox .deleteBtn {
    margin-right: 10px;
    font-size: 20px;
    background: #fff;
    display: inline-block;
    padding: 6px;
    border-radius: 100%;
    color: #000;
}

.form-group .uploadBox img {
    display: inline;
    width: 100%;
    max-width: 200px;
}

@media(max-width:992px) {
    .formList .form-group {
        margin-bottom: 0px
    }

        .formList .form-group > div {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

    .formList[class*=form-label-] .form-group > .form-label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: left;
    }
}

/*-----
videoContainer
------*/
.video-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

    .video-container > div:first-of-type {
        position: relative;
        padding-bottom: 56.25% !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: 5 !important
    }

/*-------
pagination
--------*/
.pagination .page-link {
    color: #3636B6;
    border: 1px solid #3636B6;
    border-radius: 25px !important;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

    .pagination .page-link:hover {
        background-color: #3636B6;
        color: #fff;
    }

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3636B6;
    margin: 0 4px;
    border-radius: 30px !important;
    border: 0;
}
/*-------
table
--------*/
.table-card {
    border: 0;
    background-color: #FFFFFF80;
    border-radius: 16px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    padding: 1rem;
}

.table-light th {
    background: #fff !important;
    color: #333 !important;
    border: .1rem solid #d6d6d6 !important;
    border-bottom: 2px solid #8a837f !important;
}

.table-light tbody tr:nth-of-type(odd) {
    background: #fff !important;
}

.table tbody {
    /*background-color: rgba(256,256,256,.7);*/
}

.table th {
    vertical-align: middle !important;
    height: 46px;
    border-bottom-width: 0;
    background-color: transparent;
    border: .1rem solid transparent;
    border-left-color: transparent;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    white-space: nowrap !important;
    text-align: center;
}

.table thead {
    background-image: -webkit-gradient(linear, left top, right top, from(#866AE0), to(#66CCEC));
    background-image: -o-linear-gradient(left, #866AE0, #66CCEC);
    background-image: linear-gradient(to right, #866AE0, #66CCEC);
}

    .table thead th {
        border-bottom: 2px solid transparent;
        min-width: 200px;
    }

.table th:first-child {
    border-color: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.table th:last-child {
    border-color: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.table td {
    padding: 10px;
    vertical-align: middle !important;
    border-left: .1rem dashed transparent !important;
    border-right: .1rem dashed transparent !important;
    color: #000;
    border-top: 0 !important;
    text-align: center;
}

th.sorting_disabled {
    width: 37px;
}

.table td:first-child {
    border-left-style: solid !important;
}

.table td:last-child {
    border-right-style: solid !important;
}

.table tr:last-child td {
    border-bottom: 0;
}

.table tbody tr:hover {
    background-color: #28aaf70f !important;
}

.table td .btn {
    white-space: nowrap !important;
    margin: 2px 2px;
}

.table-responsive {
    overflow-x: auto;
    border: none;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}

.table td {
    white-space: normal !important;
    border-bottom: .1rem dashed #C8C6CD;
}

/***********************
********* icon ******
************************/
.dateIcon, .clockIcon, .ptsIcon {
    display: inline-block;
    position: relative;
    width: 100%;
}

.userIcon, .lockIcon {
    display: inline-block;
    position: relative;
}

.dateIcon > .form-control,
.clockIcon > .form-control,
.ptsIcon > .form-control {
    padding-right: 40px;
}

.userIcon > .form-control,
.lockIcon > .form-control {
    padding-left: 60px;
}

.dateIcon:after {
    content: '';
    background: url("../images/ic_date.svg") no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clockIcon:after {
    content: '';
    background: url("../images/ic_clock.svg") no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.userIcon:after {
    content: '';
    background: url("../images/ic_user.svg") no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lockIcon:after {
    content: '';
    background: url("../images/ic_lock.svg") no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .dateIcon, .clockIcon {
        position: relative;
        width: 100%;
    }
}

.mappin:before {
    content: "";
    /*font-family: fontAwesome;*/
    background-image: url('/assets/images/map-pin.svg');
    color: #7D7D7D;
    background-repeat: no-repeat;
    padding-right: 30px;
    padding-bottom: 5px;
}

/****loading****/
#loader2 {
    width: 80px;
    height: 130px;
    display: block;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

#circle-loader2 {
    fill: none;
    stroke: #e38430;
    stroke-width: 4;
    -webkit-animation: draw 3s ease-in-out infinite;
    animation: draw 3s ease-in-out infinite
}

@-webkit-keyframes draw {
    0% {
        stroke-dasharray: 20, 282.6
    }

    50% {
        stroke-dasharray: 200, 282.6
    }

    100% {
        stroke-dasharray: 20, 282.6
    }
}

@keyframes draw {
    0% {
        stroke-dasharray: 20, 282.6
    }

    50% {
        stroke-dasharray: 200, 282.6
    }

    100% {
        stroke-dasharray: 20, 282.6
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*************
    card
***************/
.normal-card {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    /*-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);*/
    border-radius: .7rem;
    overflow: hidden;
}

    .normal-card:hover {
        /*-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.2);
        box-shadow: 0 10px 20px rgba(0,0,0,.2);*/
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .normal-card:hover .rwdImgBox {
            -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
            transform: scale(1.03);
        }

    .normal-card .rwdImgBox {
        background-image: url(../images/default-cover.jpg);
    }

    .normal-card .card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .normal-card .card-body {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .normal-card .title {
        font-weight: 600;
        margin: 15px auto;
        color: #3636B6;
        text-align: center;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .normal-card .desc {
        font-size: 18px;
    }

.primary-card {
    border: 0;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    position: relative;
    background: #FFF;
    border-radius: 10px;
}

    .primary-card:hover {
        -webkit-box-shadow: 10px 10px 20px rgba(0,0,0,.1) !important;
        box-shadow: 10px 10px 20px rgba(0,0,0,.1) !important;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }

.border-bottom-gradient:after, .border-top-gradient:after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgba(134, 106, 224, 0.80) 0%, rgba(54, 54, 182, 0.80) 100%);
}

.border-bottom-gradient:after {
    bottom: 0px;
    border-radius: 0 0 10px 10px;
}

.border-top-gradient:after {
    top: 0px;
    border-radius: 10px 10px 0 0;
}

.icon-card {
    background-color: #4D7CFF;
    border: none;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    box-shadow: 0px 0px 30px 0px rgba(244, 255, 218, 0.60);
    backdrop-filter: blur(7.5px);
}

    .icon-card .card-body {
        padding-top: 0;
    }

    .icon-card img {
        width: 60px;
        height: 60px;
        margin: 30px auto -5px auto
    }

    .icon-card .title, .icon-card .num {
        color: #fff;
        text-align: center;
        ;
    }

    .icon-card .num {
        font-size: 32px;
        font-family: Oswald;
        font-weight: 600;
    }

.news-card.strip {
    z-index: 9;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.3);
    box-shadow: 0 0px 10px rgba(0,0,0,.3);
}

    .news-card.strip .card-header, .news-card.strip .card-footer, .news-card.strip .card-body {
        background: #fff;
        border: 0;
        padding: 1.5rem 2rem 1.5rem 110px
    }

    .news-card.strip .card-footer {
        text-align: right;
    }

    .news-card.strip .date {
        position: absolute;
        left: -110px;
        top: -80px;
        background: url(../images/news-bg-dec.png);
        background-size: cover;
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        font-family: Oswald;
        text-align: center;
        width: 220px;
        height: 220px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news-card.strip .article-title {
        font-size: 20px;
        font-weight: 600;
        color: #3636B6;
        margin: 10px 0;
    }

    .news-card.strip .article-sum {
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .news-card.strip .badge {
        font-size: 16px;
        font-weight: normal;
    }

.news-card.grid {
    height: 100%;
}

    .news-card.grid .card-body {
        padding-top: 30px;
    }

    .news-card.grid .date {
        width: 100px;
        height: 100px;
        color: #fff;
        position: absolute;
        top: -40px;
        right: 1.25rem;
        background: radial-gradient(50% 50% at 50% 50%, #9c11c9  0%, rgba(180, 44, 236, 0.47) 72%, rgba(255, 255, 255, 0.00) 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Oswald;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1.2px;
    }
    .news-card.grid .article-title {
        color: #3636B6;
        font-size: 18px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-card.grid .article-sum {
        color: #000;
        margin: 0.8rem 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-card.grid .news-badge {
        color: #fff;
        background: linear-gradient(90deg, #ca9add  0%, #755fd7  100%);
        display: inline-block;
        padding: .25rem .75rem;
        border-radius: 50em;
        margin-bottom: .75rem;
    }

.news-detail-card {
    padding: 2.5rem
}

    .news-detail-card .card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .news-detail-card .date:before {
        content: '發布日期：';
    }

    .news-detail-card .badge {
        font-size: 16px;
        font-weight: 400;
    }

    .news-detail-card .article-content img {
        max-width: 100%;
        height: 100%;
        width: 100%;
    }

.highlight-card {
    padding: 3rem 3rem 2rem;
    min-width:250px;
    opacity: 0;
}

    .highlight-card .img-conrainer {
        width: 100%;
        aspect-ratio :16 / 9;
    }

    .highlight-card .img-conrainer img{
        height: 100%;
        object-fit: contain;
    }

.highlight-card .card-title {
    text-align: center;
    color: #3636B6;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 1rem auto;
}

    .highlight-card p {
        color: #000;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.8px;
    }

.section.highlight > .container > div:nth-of-type(1) .highlight-card {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.section.highlight > .container  > div:nth-of-type(2) .highlight-card {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.section.highlight > .container  > div:nth-of-type(3) .highlight-card {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.section.highlight > .container  > div:nth-of-type(4) .highlight-card {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.section.highlight > .container  > div:nth-of-type(5) .highlight-card {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.section.highlight > .container  > div:nth-of-type(6) .highlight-card {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.img-text-mask-card {
    z-index: 9;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

    .img-text-mask-card .rwdImgBox {
        border-radius: .25rem;
        overflow: hidden;
    }

        .img-text-mask-card .rwdImgBox:before {
            content: attr(data-mask-text);
            background: rgba(0,0,0,.5);
            color: #fff;
            padding: 15px;
            position: absolute;
            width: 100%;
            height: 100%;
        }

    .img-text-mask-card:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: -5px;
        width: calc(100% + 10px);
        height: 50%;
        background-image: -webkit-gradient(linear,left top, right top,from(#4CA5F2),to(#9840F6));
        background-image: -o-linear-gradient(left,#4CA5F2,#9840F6);
        background-image: linear-gradient(to right,#4CA5F2,#9840F6);
        z-index: -1;
        border-radius: 0 0px .25rem .25rem;
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s;
    }

    .img-text-mask-card:hover:after {
        height: calc(100% + 10px);
        border-radius: .25rem;
    }

.corp-card {
    height: 100%;
}

    .corp-card .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        color: #333
    }

    .corp-card .keyword {
        display: -ms-flexbox;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        color: #333
    }

    .corp-card .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-right: 10px;
    }

        .corp-card .img .rwdImgBox {
            border-radius: 16px;
        }

        .corp-card .text {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

    .corp-card .desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .corp-card .corp-name {
        font-size: 20px;
        font-weight: 600;
    }

    .corp-card .desc {
        color: #666;
        margin: 15px 0
    }

.place-num, .place-area {
    color: #999;
    margin-top: 10px;
}

    .place-num:before {
        content: '攤位編號：';
    }

    .place-num_en:before {
        content: 'Booth No：';
    }

    .place-area:before {
        content: '展區：';
    }

    .place-area_en:before {
        content: 'Area：';
    }

.corp-info-card {
    border: 0;
    background: transparent;
}

    .corp-info-card .card-body {
        padding: 0;
    }

    .corp-info-card .corp-name {
        font-weight: 400;
    }

        .corp-info-card .corp-name.zhtw {
            font-size: 32px;
        }

        .corp-info-card .corp-name.en {
            font-size: 20px;
        }

    .corp-info-card .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        position: relative;
        /*top: -100px;*/
        margin-right: 25px;
        /*border: 5px solid #fff;*/
        border-radius: 15px;
        overflow: hidden;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

        .corp-info-card .img .rwdImgBox {
            border-radius: 8px;
        }

        .corp-info-card .ic-list {
            justify-content: flex-start;
            margin: 0;
            padding: 0;
        }
    .corp-info-card .ic-list li {
    margin-right:4px;
    }

.upload-card {
    border: 0;
    position: relative;
    background: rgba(238,225,253,.4);
    border-radius: 10px;
}

    .upload-card .uploadBox {
        text-align: right;
    }

        .upload-card .uploadBox .deleteBtn {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .upload-card .uploadBox img {
            max-width: unset
        }

.login-card-top {
    border-radius: 2rem;
    border: 0;
    background-image: url("../images/bg003_2024.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
}

    .login-card-top .card-body {
        color: #fff !important;
    }

    .login-card-top form {
        margin: 4rem;
    }

    .login-card-top .card-body {
        text-align: center;
    }

    .login-card-top .title {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
    }

    .login-card-top .form-group > :nth-child(n) {
        width: 100%;
        max-width: 400px;
    }

    .login-card-top .link {
        display: block;
    }

    .login-card-top .form-control {
        border-radius: 25px;
        border: 0;
        background-color: rgba(256,256,256,.8)
    }

.login-card-bottom {
    border: 0;
    border-radius: 50px 150px 50px 10px;
    border-radius: 2rem;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(7.5px);
}

    .login-card-bottom .card-body {
        color: #000 !important;
    }

    .schedule-card {
        border: 0;
        background-color: #FFFFFF80;
        border-radius: 16px;
        box-shadow: 0px 0px 30px 0px #0000001A;
    }
    .schedule-card:before {
        content: '';
        position: absolute;
        top: calc(4.25rem + 17px);
        left: calc(3.5rem);
        width: 2px;
        height: calc(100% - 8rem);
        background-image: linear-gradient(180deg, #C56ADA 0%, rgba(197, 106, 218, 0) 100%);
    }

.session-card .title {
    font-weight: 600;
    font-size: 36px;
    color: #3636B6;
    margin: 1rem 0 4rem 0;
    text-align: center;
    position: relative;
}

    .session-card .title:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        background-image: linear-gradient(90deg, #fff0 0%, rgba(237,196,253, 0.8) 25%, #3636B6 50%, rgba(237,196,253, 0.8) 75%, #fff0 100%);
        height: 4px;
        width: 100%;
    }

.session-card .desc {
    color: #000;
    margin: 20px 0;
}

.session-card .date, .session-card .location, .session-card .fee {
    padding: 5px 0;
}

    .session-card .date:before {
        content: "\e83a";
        font-family: feather;
    }

    .session-card .date:before, .session-card .date_en:before {
        content: "\e83a";
        font-family: feather;
    }

    .session-card .date > span:first-child:before {
        content: "日期：";
    }

.session-card .date_en > span:first-child:before {
    content: "Date：";
}

.session-card .location:before, .session-card .location_en:before {
    content: "\e88e ";
    font-family: feather;
}

.session-card .location > span:first-child:before {
    content: "地點："
}

.session-card .location_en > span:first-child:before {
    content: "Venue："
}

.session-card .fee:before, .session-card .fee_en:before {
    content: "\f0d6";
    font-family: fontAwesome;
}

.session-card .fee > span:first-child:before {
    content: "費用："
}

.session-card .fee_en > span:first-child:before {
    content: "Fee："
}

.session-card .mode:before, .session-card .mode_en:before {
    content: "\f11d";
    font-family: fontAwesome;
}

.session-card .mode > span:first-child:before {
    content: "進行方式："
}

.session-card .mode_en > span:first-child:before {
    content: ""
}


.speaker-card {
    background: none;
    border: 0;
}

    .speaker-card .rwdImgBox {
        border-radius: 162px;
    }

    .speaker-card .rwdImgBox:hover {
        filter: brightness(0.8);
        position: relative;
    }

        .speaker-card .rwdImgBox:hover::after {
            content: attr(data-content);
            color: #fff;
            position: absolute;
            border: 1px solid #fff;
            padding: 0.5rem 1rem;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        html[lang="en"] .speaker-card .rwdImgBox:hover::after {
            content: 'More Detail';
        }

    .speaker-card .name {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

    .speaker-card .job-title {
        color: #666;
        text-align: center;
    }

.card.speaker-list {
    border: 0;
    background-color: #FFFFFF80;
    border-radius: 16px;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

.time-card {
    border: 0;
    background-color: #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 3rem 1rem 4rem 4.5rem;
}

.time-card:last-child {
    margin-bottom: 1.5rem;
}
    .time-card .info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative;
        padding: 1.5rem 2rem 1.5rem 2rem;
    }

        .time-card .info .sub-title, .time-card .info .desc {
            word-break: break-word
        }

        .time-card .info .time {
            font-size: 22px;
            font-family: Oswald;
            font-weight: 600;
            color: #C56ADA;
        }

        .time-card .info .sub-title {
            font-size: 20px;
            color: #3636B6;
            font-weight: 600;
            margin: 0.75rem 0;
        }

        .time-card .info .desc {
            color: #888888
        }

        .time-card .info:before {
            content: '';
            position: absolute;
            top: 0px;
            left: -55px;
            width: 40px;
            height: 40px;
            background: radial-gradient(50% 50% at 50% 50%, #C56ADA 0%, rgba(246, 136, 248, 0.465) 52%, rgba(255, 255, 255, 0) 100%);
        }

    .time-card .speakers {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: relative;
        top: -45px;
        max-width: 350px;
    }

        .time-card .speakers .speaker-card {
            margin: 5px 20px 5px 5px;
        }

        .time-card .speakers .card-body {
            padding: .5rem;
        }

        .time-card .speakers .name {
            font-size: 16px;
            font-weight: normal;
            width: 80px;
        }

    .time-card .speaker-card .rwdImgBox:hover {
        filter: brightness(0.8);
    }

        .time-card .speaker-card .rwdImgBox:hover::after {
            content: none;
        }

/*    .time-card.no-time .info:before {
        top: 2.5rem;
        height: calc(100% - 3.5rem);
    }*/

.video-card .rwdImgBox {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.video-card .date {
    color: #F64E00;
    margin-bottom: 10px;
}

.video-card .title {
    font-weight: 600;
    font-size: 18px;
}

.video-card .tags-box {
    margin-bottom: 10px;
}

@media(max-width:1200px) {
    .icon-card img{
        width: 100px;
        height: 100px;
        margin-top: 80px;
    }
}

@media(max-width:992px) {
    .icon-card img {
        width: 60px;
        height: 60px;
        margin-top: 150px;
    }
}

    @media(max-width:767.98px) {
        .highlight .owl-carousel .owl-stage-outer {
            padding: 2rem;
            margin-left: -2rem;
        }
        .icon-card img {
            margin-top: 100px;
        }
        .corp-card .img {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
            flex: 0 0 100px;
            top: unset;
            margin-right: 10px;
        }

        .login-card-top {
            border-radius: 10px 25px 100px 25px;
        }

            .login-card-top form {
                margin: 2rem;
            }

        .login-card-bottom {
            border-radius: 25px 100px 25px 10px
        }

        .schedule-card:before {
            background: none;
        }

        .time-card {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 3rem 0rem 5rem 1rem
        }
            .time-card .info:before {
                background: none;
            }

            .time-card .info, .time-card .speakers {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            }

            .time-card .speakers {
                top: 0;
                max-width: 100%;
            }
                .time-card .speakers .speaker-card {
                    margin: 1.5rem 2rem 1.5rem 2rem;
                }

        .corp-info-card .corp-name.zhtw {
            font-size: 25px;
        }

        .session-card .title {
            margin-top: 1rem;
            font-size: 25px;
        }
    }

    @media(max-width:575.98px) {
        .news-detail-card {
            padding: .8rem
        }
        .icon-card img {
            margin-top: 50px;
        }
        .icon-card .num {
            font-size: 25px;
        }

        .corp-info-card .corp-name.zhtw {
            font-size: 20px;
        }

        .corp-info-card .corp-name.en {
            font-size: 16px;
        }
    }
@media(max-width:400px) {
    .icon-card img {
        width: 40px;
        height: 40px;
        margin-top: 24px;
    }

    .icon-card .num {
        font-size: 20px;
    }

}
    /**********
    homepage
***********/
    .home-banner {
        position: relative; /*float:left;*/
        width: 100%;
    }

        .home-banner:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100px;
            background-image: -webkit-gradient(linear, left bottom, left top, from(#332249), to(transparent));
            background-image: -o-linear-gradient(bottom, #332249, transparent);
            background-image: linear-gradient(to top, #332249, transparent);
            z-index: 9;
        }

    @media(max-width:767.98px) {
        .home-banner:before {
            display: none;
        }
    }

    @media(max-width:575.98px) {
        .home-banner:before {
            height: 150px;
        }
    }

    @media(max-width:575.98px) and (max-height:666.98px) {
        .home-banner {
            height: 640px;
        }
    }

    .subtitle {
        color: #333;
        text-align: center;
        position: relative;
        overflow: hidden;
        z-index: 9;
    }


        .subtitle .zhtw {
            font-size: 40px;
            letter-spacing: 5px;
            display: block;
            position: relative;
            z-index: 0;
            font-weight: 600;
        }

        .subtitle .en {
            font-family: "Oooh Baby", cursive;
            font-size: 96px;
            display: block;
            color: #edc4fd;
            font-weight: 400;
            margin-top: -3rem;
        }

    .section-desc {
        font-size: 18px !important;
        line-height: 32px !important;
    }



    @media(max-width:991.98px) {
        .subtitle .zhtw {
            font-size: 30px;
            text-align: center;
        }

        .subtitle .en {
            font-size: 35px;
            text-align: center;
            margin-top: 0;
        }

        .section-desc {
            font-size: 18px !important;
        }
    }


    .section.activities .row {
        margin-top: 50px;
    }

.section.activities {
    background: url(../images/grid-blue-up.png);
    background-position: 50% 10%;
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-attachment: fixed;
}

        .section.activities .normal-card .title {
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            margin-bottom: 0
        }

        .section.activities .normal-card {
            opacity: 0;
        }

            .section.activities .normal-card .rwdImgBox {
                border-radius: 16px;
                box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
            }

    .section.results {
        background: linear-gradient(180deg, #982fbd 0%, #550695 100%);
        /*box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);*/
        backdrop-filter: blur(2px);
        /*-webkit-mask-image: url(../images/result-mask.png), linear-gradient(to top, transparent 0%, transparent 180px, rgba(0, 0, 0, 1) 180px, rgba(0, 0, 0, 1) 100%);*/
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position-x: center;
        -webkit-mask-position-y: bottom;
        margin-top: -180px;
    }

        .section.results::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background-image: url(../images/video-bg-dec.svg);
            position: absolute;
            top: 0;
            background-attachment: fixed;
        }

        .section.results::after {
            content: '';
            display: block;
            width: 100%;
            height: 450px;
            background: url(../images/result-dec.svg) no-repeat;
            position: absolute;
            bottom: -10%;
            filter: blur(2px);
            z-index: -1;
        }

        .section.results .icon-card {
            opacity: 0;
        }

        .section.results .row > div:nth-of-type(1) .icon-card {
            -webkit-animation-delay: .1s;
            animation-delay: .1s;
        }

        .section.results .row > div:nth-of-type(2) .icon-card {
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

        .section.results .row > div:nth-of-type(3) .icon-card {
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        .section.results .row > div:nth-of-type(4) .icon-card {
            -webkit-animation-delay: .7s;
            animation-delay: .7s;
        }

        .section.results .row > div:nth-of-type(5) .icon-card {
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
        }

        .section.results .row > div:nth-of-type(odd) .icon-card {
            /*background: linear-gradient(134deg, rgba(63, 239, 250, 0.60) 17.27%, rgba(63, 250, 115, 0.60) 88.71%);*/
            background: linear-gradient(134deg, rgba(89, 255, 249, 0.60) 17.27%, rgba(249, 143, 230, 0.60) 88.71%);
        }

        .section.results .row > div:nth-of-type(even) .icon-card {
            /*background: linear-gradient(134deg, rgba(143, 249, 154, 0.60) 17.27%, rgba(172, 118, 240, 0.60) 88.71%);*/
            background: linear-gradient(134deg, rgba(249, 143, 230, 0.60) 17.27%, rgba(255, 251, 138, 0.80) 88.71%);
        }

        .section.results .row > div:nth-of-type(n) .icon-card:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .section.results .row > div:nth-of-type(odd) .icon-card:before {
            background-image: url("../images/bg006.png");
            background-position: 0 -80px;
        }

        .section.results .row > div:nth-of-type(even) .icon-card:before {
            background-image: url("../images/bg007.png");
            background-position: 30px 150px;
        }

        .section.results .row {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    /*.union-bg {
    background: linear-gradient(330deg, #3636B6 0%, #866AE0 57.02%);
    -webkit-mask-image: url(../images/footer2024.png), linear-gradient(to bottom, transparent 0%, transparent 240px, rgba(0, 0, 0, 1) 240px, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-x: center;
    transform: translateY(-150px);
    padding-top: 180px;
}

    .union-bg::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../images/video-bg-dec.svg);
        position: absolute;
        top: 0;
    }*/

    .section.mainVideo {
        background: linear-gradient(180deg, #b2a2e5  0%, #982fbd  100%);
        -webkit-mask-image: url(../images/footer2024.png), linear-gradient(to bottom, transparent 0%, transparent 240px, rgba(0, 0, 0, 1) 240px, rgba(0, 0, 0, 1) 100%);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position-x: center;
        transform: translateY(-180px);
        padding-top: 180px;
    }

        .section.mainVideo::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background-image: url(../images/video-bg-dec.svg);
            position: absolute;
            top: 0;
        }


        .section.mainVideo .subtitle {
            text-align: left;
            overflow: visible;
            line-height: 88px;
            position: relative;
        }

            .section.mainVideo .subtitle::before {
                content: " ";
                display: block;
                width: 600px;
                height: 600px;
                border-radius: 50em;
                background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 100%);
                position: absolute;
                left: 20%;
                top: -40%;
            }

            .section.mainVideo .subtitle .en {
                color: #fff;
            }


        .section.mainVideo .video-container {
            -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3);
            box-shadow: 0 0 30px rgba(0,0,0,.3);
            z-index: 10;
        }

            .section.mainVideo .video-container::before {
                content: " ";
                display: block;
                width: 100%;
                height: 170px;
                background: url(../images/video-dec1.svg) no-repeat;
                position: absolute;
                left: -10%;
                bottom: -20%;
                opacity: .3;
            }

            .section.mainVideo .video-container::after {
                content: " ";
                display: block;
                width: 550px;
                height: 550px;
                background: url(../images/video-dec2.svg) no-repeat;
                position: absolute;
                right: -20%;
                bottom: -40%;
                opacity: .3;
            }

.section.news {
    background: url(../images/grid-blue.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*background-size: auto 100%;*/
    position: relative;
    background-attachment: fixed;
}

        .section.news .container {
            padding-top: 150px;
        }

        .section.news .subtitle {
            text-align: right;
            overflow: visible;
            height: 100%
        }

        .section.news .news-card {
            margin-bottom: 70px;
            opacity: 0;
            padding: 2rem;
        }

            .section.news .news-card .date {
                background: linear-gradient(90deg, #ca9add  0%, #755fd7  100%);
                border-radius: 50em;
                padding: .5rem 1.5rem;
                font-family: Oswald;
                font-size: 32px;
                font-weight: 600;
                color: #fff;
                letter-spacing: 1.6px;
                position: absolute;
                top: -35px;
            }

            .section.news .news-card .news-title {
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 2px;
                color: #3636B6;
                margin: 0.5rem auto;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .section.news .news-card .news-brief {
                color: #303030;
                margin-bottom: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }



        .section.news .list a:nth-of-type(1) .news-card {
            -webkit-animation-delay: .1s;
            animation-delay: .1s;
        }

        .section.news .list a:nth-of-type(2) .news-card {
            -webkit-animation-delay: .3s;
            animation-delay: .3s;
        }

        .section.news .list a:nth-of-type(3) .news-card {
            -webkit-animation-delay: .5s;
            animation-delay: .5s;
        }

        .section.news::before {
            content: " ";
            display: block;
            width: 600px;
            height: 600px;
            border-radius: 50em;
            background: radial-gradient(50% 50% at 50% 50%, #B38CC8 0%, rgba(179, 140, 200, 0.38) 52%, rgba(255, 255, 255, 0.00) 100%);
            position: absolute;
            left: 50%;
            top: 40%;
            z-index: 0;
        }

    .section.highlight {
        background: url(../images/grid-blue.png);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        /*background-size: auto 100%;*/
        position: relative;
        background-attachment: fixed;
    }

        .section.highlight .subtitle {
            text-align: left;
        }

        .section.highlight .section-desc {
            color: #303030;
        }

        

    .section.highlight::before {
        content: " ";
        display: block;
        width: 600px;
        height: 600px;
        border-radius: 50em;
        background: radial-gradient(50% 50% at 50% 50%, #E0B782 0%, rgba(224, 183, 130, 0.47) 50%, rgba(255, 255, 255, 0.00) 100%);
        position: absolute;
        right: -20%;
        top: 30%;
        z-index: 0;
    }

    .section.highlight::after {
        content: " ";
        display: block;
        width: 600px;
        height: 600px;
        border-radius: 50em;
        background: radial-gradient(50% 50% at 50% 50%, #B38CC8 0%, rgba(179, 140, 200, 0.38) 52%, rgba(255, 255, 255, 0.00) 100%);
        position: absolute;
        left: -20%;
        top: 60%;
        z-index: 0;
    }


    .section.breakingNews {
        background: url(../images/bg-gradient.jpg);
        background-size: 100% auto;
        filter: brightness(1.1);
    }

        .section.breakingNews .container {
            padding-top: 80px;
            padding-bottom: 40px;
        }

    .section.host {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 9;
        width: 100%;
    }

        .section.host .container {
            padding-top: 20px;
            padding-bottom: 20px;
            background: #fff
        }

        .section.host .card {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: distribute;
            /* justify-content: space-around; */
            border: none;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center;
        }

            .section.host .card div + div {
                margin-left: 54px;
            }

        .section.host img {
            /* width: 200px; */
            object-fit: contain;
            height: 45px;
        }

.section.partner {
    background: url(../images/grid-blue-up.png);
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    position: relative;
    background-position: 50% 10%;
    background-attachment: fixed;
}

        .section.partner::after {
            content: " ";
            display: block;
            width: 600px;
            height: 600px;
            border-radius: 50em;
            background: radial-gradient(50% 50% at 50% 50%, #E0B782 0%, rgba(224, 183, 130, 0.47) 50%, rgba(255, 255, 255, 0.00) 100%);
            position: absolute;
            left: -20%;
            top: 60%;
            z-index: 0;
            opacity: .7;
        }

        .section.partner > .container {
            padding-top: 0;
        }

        .section.partner .subtitle {
            overflow: visible;
            position: relative;
        }

            .section.partner .subtitle:before {
                content: " ";
                display: block;
                width: 600px;
                height: 600px;
                border-radius: 50em;
                background: radial-gradient(50% 50% at 50% 50%, #B38CC8 0%, rgba(179, 140, 200, 0.38) 52%, rgba(255, 255, 255, 0.00) 100%);
                opacity: .8;
                position: absolute;
                right: -40%;
                top: -240px;
            }

        .section.partner .partner-type {
            /*border-bottom: 1px solid #ddd;*/
            padding: 30px 0;
        }

        .section.partner .container > div:last-of-type {
            border-bottom: 0
        }

        .section.partner .title {
            text-align: center;
            color: #3636B6;
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 2px;
        }

            .section.partner .title::after {
                content: " ";
                display: block;
                background-color: #3636B6;
                width: 50px;
                height: 3px;
                border-radius: 50em;
                margin: .5rem auto;
            }

        .section.partner .partner-type > .row {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .section.partner .partner-type > .row > [class*="col-"] {
                text-align: center;
                padding: .5rem 1rem;
            }

                .section.partner .partner-type > .row > [class*="col-"] img {
                    max-width: 100%;
                    max-height: 60px;
                }

    .section.speakers {
        background: linear-gradient(0deg, rgb(246, 179, 217, 30%) 0%, rgb(187 ,136 ,255, 70%) 100%);
        backdrop-filter: blur(7.5px);
        position: relative;
        /*-webkit-mask-image: url(../images/speaker-mask.png), linear-gradient(to bottom, transparent 0%, transparent 180px, rgba(0, 0, 0, 1) 180px, rgba(0, 0, 0, 1) 100%);*/
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position-x: center;
        /*margin-top: 2rem;*/
    }

        .section.speakers::before {
            content: " ";
            background-image: url(../images/speaker-bg.svg);
            background-repeat: no-repeat;
            background-position: bottom center;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0.2;
            bottom: -6px;
            background-attachment: fixed;
        }

        .section.speakers .speaker-item {
            opacity: 0;
            text-align: center;
            -webkit-animation-delay: .1s;
            animation-delay: .1s;
            cursor: pointer;
        }

            .section.speakers .speaker-item .rwdImgBox {
                border-radius: 100rem;
            }

                .section.speakers .speaker-item .rwdImgBox:hover {
                    filter: brightness(0.8);
                    position: relative;
                }

                    .section.speakers .speaker-item .rwdImgBox:hover::after {
                        content: attr(data-content);
                        color: #fff;
                        position: absolute;
                        border: 1px solid #fff;
                        padding: 0.5rem 1rem;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }

                    html[lang=en] .section.speakers .speaker-item .rwdImgBox:hover::after {
                        content: 'More Detail';
                    }

            .section.speakers .speaker-item .speaker-name {
                font-weight: 600;
                font-size: 20px;
                padding: 0.5rem 0;
            }

            .section.speakers .speaker-item .speaker-title {
            }

        .section.speakers .subtitle .en {
            color: #fff;
        }


    @media(max-width:991.98px) {
        .section.breakingNews .container {
            padding-top: 40px;
        }

        .section.host img {
            /* width: 200px; */
        }

        .section.host .card {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .section.host {
            position: unset;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }
        .section.mainVideo .video-container::after {
            display: none;
        }
        .section.partner::after {
            left: -40%;
        }
    }

    @media(max-width:767.98px) {
        .section.highlight::before {
            right: -70%;
        }

        .section.highlight::after {
            left: -70%;
        }

        
        .section.news .subtitle:after {
            display: none;
        }

        .news-card.strip .date {
            left: -10px;
            top: -35px;
            font-size: 18px;
            width: 120px;
            height: 120px
        }

        .section.news .subtitle {
            text-align: center;
        }

        .section.news .news-card {
            margin-bottom: 40px;
        }

            .section.news .news-card .date {
                font-size: 20px;
                top: -18px;
            }

            .section.breakingNews {
                background: transparent
            }

        .section.mainVideo .subtitle:after {
            right: 20%;
            top: -50px;
            height: 100px;
            width: 100px;
        }
        .section.partner .subtitle::before {
            right: -70%;
        }
        .section.partner::after {
            left: -50%;
        }
    }

    @media(max-width:575.98px) {
        .section.host img {
            height: 30px;
        }

        .section.host .card div + div {
            margin-left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
        }

        .section.host .card div span {
            /* width: 45px; */
            white-space: nowrap;
        }
        .section.partner .subtitle::before,
        .section.partner::after {
            display: none;
        }
    }
    /************
    內頁
***********/
    .pageTitle {
        background-image: url(../images/sub-banner001_2024.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 350px;
        width: 100%;
        position: relative;
    }

    .pageTitle {
        -webkit-mask-image: url(../images/sub-title-mask.png);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center bottom;
        -webkit-mask-size: 100% 100%;
        position: relative;
        z-index: 9;
    }


        .pageTitle .text {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            width: 100%
        }

            .pageTitle .text .zhtw, .pageTitle .text .en {
                display: block;
                text-align: center;
            }

        .pageTitle .zhtw {
            font-size: 40px;
            text-shadow: 0 0 15px rgba(0,0,0,.8);
            color: #fff;
            position:relative;
            z-index:0;
        }

        .pageTitle .en {
            color: #edc4fd;
            font-family: "Oooh Baby", cursive;
            font-weight: 400;
            font-size: 90px;
            margin-top: -15px;
            line-height: 90%;
        }

    @media(max-width: 991px) {
        .pageTitle {
            height: 150px;
        }

            .pageTitle .zhtw {
                font-size: 20px;
            }

            .pageTitle .en {
                font-size: 30px;
                line-height: 50px;
            }
    }

    .breadcrumb {
        background: transparent;
    }

        .breadcrumb a {
            color: #333;
            text-decoration: underline !important;
            font-weight:400;
        }

.divide-title {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    padding: 15px 0;
    color: #000;
}

    .divide-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-image: linear-gradient(90deg, #3636B6 0%, rgba(237,196,253, 0.8) 50%, #fff0 100%);
    }

.underline-title {
    color: #3636B6;
    border-bottom: 1px solid #3636B6;
    font-size: 20px;
    margin-top: 2rem
}

    .short-underline-title {
        color: #3636B6;
        font-size: 24px;
        padding: 1rem 0;
        position: relative;
        font-weight: 600
    }

.short-double-underline-title {
    font-size: 36px;
    color: #3636B6;
    margin-bottom: 4rem;
    position: relative;
    font-weight: 700;
    text-align: center;
}

    .short-double-underline-title:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        background-image: linear-gradient(90deg, #fff0 0%, rgba(237,196,253, 0.8) 25%, #3636B6 50%, rgba(237,196,253, 0.8) 75%, #fff0 100%);
        height: 3px;
        width: 100%;
    }


    .section.twoCol {
        background-repeat: repeat-y;
        background-image: url("../images/content-bg.png");
        background-size: 125%;
        background-position: center top;
    }

        .section.twoCol > .container {
            padding-top: 50px;
            padding-bottom: 50px;
        }

            .section.twoCol > .container > .row > [class*="col-"] {
                padding: 0 1rem;
            }

        .section.twoCol .content > .card {
            border: 0;
            min-height: calc(100vh - 455px);
            background-color: #FFFFFF80;
            border-radius: 16px;
            box-shadow: 0px 0px 30px 0px #0000001A;
        }

.section.twoCol .content > .card.bg-grid{
                background-image: url(../images/bg-grid.png);
}

        .section.twoCol .content > .card > .card-header, .section.twoCol .content > .card > .card-body, .section.twoCol .content > .card > .card-footer {
            background-color: transparent;
            border: 0;
            padding: 1rem 2rem 3rem 2rem;
            color: #000;
        }


            .section.twoCol .content > .card > .card-body {
                padding-top: 1rem;
            }

            .section.twoCol .content > .card > .card-footer {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

            .section.twoCol .content > .card.news-list .row > [class*="col-"] {
                margin-bottom: 3rem;
            }

            .section.twoCol .content > .card.customPage > .card-body > .section > .container {
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .section.twoCol .content > .card.corpDetail > .card-body > .section > .container {
                padding-top: 60px;
                padding-bottom: 60px;
            }

    .search-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.5rem 0;
    }

        .search-box :nth-child(n) {
            max-width: 300px;
        }

        .search-box .input-group {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            position: relative;
        }

            .search-box .input-group .form-control {
                border: 1px #E4E4E4;
                background: #FFF;
                box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
                padding: 1.5rem 1.5rem 1.5rem 4rem;
                max-width: 200px;
            }

            .search-box .input-group .btn {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 9;
                height: 100%;
                width: 48px
            }

        .search-box .form-control {
            border-radius: 50px !important;
            border: 1px #E4E4E4;
            background: #FFF;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
            height: 48px;
            margin-left: .5rem;
        }

@media(max-width:575.98px) {
    .search-box{flex-wrap:wrap;}
        .search-box :nth-child(n), .search-box .input-group .form-control {
            max-width: unset;
        }
}

    .sideNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .sideNav .nav-pills {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border-radius: 10px;
            margin-right: 1rem
        }

        .sideNav .nav-link {
            color: #7D7D7D;
            border-radius: 0;
            padding: 1rem;
            font-size: 18px;
            text-align: left;
            position: relative;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            margin: 5px 0;
            border-radius: 10px;
            background: #FFFFFF80;
            box-shadow: 0px 0px 30px 0px #0000001A;
        }

            .sideNav .nav-link:hover {
                padding: 1rem 1rem 1rem 1.5rem;
            }

        .sideNav .nav-pills .nav-link.active, .sideNav .nav-pills .show > .nav-link {
            background: linear-gradient(90deg, rgba(134, 106, 224, 0.8) 0%, rgba(54, 54, 182, 0.8) 100%);
            color: #fff;
            box-shadow: 0px 0px 30px 0px #0000001A;
        }

        .sideNav .page-dropdown {
            display: none;
            cursor: pointer;
            padding: 10px 20px 10px 10px;
            background: #333;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
        }

            .sideNav .page-dropdown:after {
                position: absolute;
                content: "\e842";
                font-family: feather;
                right: 10px;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

            .sideNav .page-dropdown.active:after {
                content: "\e842";
                font-family: feather;
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

        .sideNav .toggleSideNavBtn {
            display: none;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 1rem;
        }

    .corp-banner img {
        border-radius: .25rem .25rem 0 0;
        background-color: #fff;
    }

    @media(max-width:991.98px) {
        .section.twoCol .row > .img {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .section.twoCol .row > .content {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .sideNav .nav-pills {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .sideNav .nav-pills .nav-link {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                border-radius: 0;
            }

        .sideNav .page-dropdown {
            display: block;
        }

            .sideNav .page-dropdown + .nav-pills .nav-link {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                text-align: left !important;
                margin: 0
            }

            .sideNav .page-dropdown + .nav-pills {
                display: none;
            }

            .sideNav .page-dropdown.active + .nav-pills {
                display: block;
            }

        .sideNav .toggleSideNavBtn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .sideNav .nav {
            margin-right: 0;
            display: none;
        }

            .sideNav .nav.open {
                display: block;
                width: 100%;
            }

        .short-double-underline-title {
            font-size: 25px;
        }
    }

    @media(max-width:575px) {
        .sideNav .nav-link {
            font-size: 16px;
        }

        .section.twoCol .content > .card > .card-header, .section.twoCol .content > .card > .card-body, .section.twoCol .content > .card > .card-footer {
            padding: .8rem;
        }
    }


    /**********
    custom-animate
***********/
    @-webkit-keyframes float {
        0% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-filter: drop-shadow(0 10px 15px rgba(0,0,0,.2));
            filter: drop-shadow(0 10px 15px rgba(0,0,0,.2));
        }

        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-filter: drop-shadow(0 0px 5px rgba(0,0,0,.2));
            filter: drop-shadow(0 0px 5px rgba(0,0,0,.2));
        }
    }

    @keyframes float {
        0% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-filter: drop-shadow(0 10px 15px rgba(0,0,0,.2));
            filter: drop-shadow(0 10px 15px rgba(0,0,0,.2));
        }

        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            -webkit-filter: drop-shadow(0 0px 5px rgba(0,0,0,.2));
            filter: drop-shadow(0 0px 5px rgba(0,0,0,.2));
        }
    }

    /*-------
heart button
--------*/
    .love-icon {
        --heart-color: #bdc3c7;
        --heart-active-color: #e95485;
        --bg-color: white;
        position: absolute;
        width: 15px;
        height: 15px;
    }

        .love-icon:before {
            content: "";
            background: #fff;
            width: 50px;
            height: 50px;
            position: absolute;
            left: -18px;
            top: -20px;
            border-radius: 25px 0 0px 0px;
        }

        .love-icon input {
            position: absolute;
            opacity: 0;
        }

            .love-icon input:checked ~ * {
                --heart-color: var(--heart-active-color);
            }

            .love-icon input:checked ~ .heart {
                animation: scale-out-elastic 1.2s ease-out reverse forwards;
            }

            .love-icon input:checked ~ .lines .line::before {
                -webkit-animation: slide-left-right 0.4s ease-in forwards;
                animation: slide-left-right 0.4s ease-in forwards;
            }

            .love-icon input:checked ~ .ring {
                background: var(--heart-color);
                -webkit-animation: scale-out-bigger 0.75s cubic-bezier(0, 1, 0.5, 1) forwards;
                animation: scale-out-bigger 0.75s cubic-bezier(0, 1, 0.5, 1) forwards;
            }

                .love-icon input:checked ~ .ring::before {
                    -webkit-animation: scale-out 0.75s cubic-bezier(0, 1, 0.5, 1) forwards;
                    animation: scale-out 0.75s cubic-bezier(0, 1, 0.5, 1) forwards;
                }

        .love-icon .heart {
            position: absolute;
            width: 100%;
            height: 100%;
            background: var(--heart-color);
            cursor: pointer;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

            .love-icon .heart::before, .love-icon .heart::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                background: inherit;
                border-radius: 50%;
            }

            .love-icon .heart::before {
                top: -50%;
            }

            .love-icon .heart::after {
                right: -50%;
            }

    @-webkit-keyframes scale-out-elastic {
        0% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        4% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        8% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        14% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        18% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        26% {
            -webkit-transform: rotate(-45deg) scale(1.01);
            transform: rotate(-45deg) scale(1.01);
        }

        28% {
            -webkit-transform: rotate(-45deg) scale(1.01);
            transform: rotate(-45deg) scale(1.01);
        }

        40% {
            -webkit-transform: rotate(-45deg) scale(0.98);
            transform: rotate(-45deg) scale(0.98);
        }

        42% {
            -webkit-transform: rotate(-45deg) scale(0.98);
            transform: rotate(-45deg) scale(0.98);
        }

        56% {
            -webkit-transform: rotate(-45deg) scale(1.05);
            transform: rotate(-45deg) scale(1.05);
        }

        58% {
            -webkit-transform: rotate(-45deg) scale(1.04);
            transform: rotate(-45deg) scale(1.04);
        }

        72% {
            -webkit-transform: rotate(-45deg) scale(0.87);
            transform: rotate(-45deg) scale(0.87);
        }

        86% {
            -webkit-transform: rotate(-45deg) scale(1.37);
            transform: rotate(-45deg) scale(1.37);
        }

        100% {
            -webkit-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0);
        }
    }

    @keyframes scale-out-elastic {
        0% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        4% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        8% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        14% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        18% {
            -webkit-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
        }

        26% {
            -webkit-transform: rotate(-45deg) scale(1.01);
            transform: rotate(-45deg) scale(1.01);
        }

        28% {
            -webkit-transform: rotate(-45deg) scale(1.01);
            transform: rotate(-45deg) scale(1.01);
        }

        40% {
            -webkit-transform: rotate(-45deg) scale(0.98);
            transform: rotate(-45deg) scale(0.98);
        }

        42% {
            -webkit-transform: rotate(-45deg) scale(0.98);
            transform: rotate(-45deg) scale(0.98);
        }

        56% {
            -webkit-transform: rotate(-45deg) scale(1.05);
            transform: rotate(-45deg) scale(1.05);
        }

        58% {
            -webkit-transform: rotate(-45deg) scale(1.04);
            transform: rotate(-45deg) scale(1.04);
        }

        72% {
            -webkit-transform: rotate(-45deg) scale(0.87);
            transform: rotate(-45deg) scale(0.87);
        }

        86% {
            -webkit-transform: rotate(-45deg) scale(1.37);
            transform: rotate(-45deg) scale(1.37);
        }

        100% {
            -webkit-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0);
        }
    }

    @-webkit-keyframes slide-left-right {
        50% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: left;
            transform-origin: left;
        }

        50.1% {
            -webkit-transform-origin: right;
            transform-origin: right;
        }

        100% {
            -webkit-transform-origin: right;
            transform-origin: right;
        }
    }

    @keyframes slide-left-right {
        50% {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transform-origin: left;
            transform-origin: left;
        }

        50.1% {
            -webkit-transform-origin: right;
            transform-origin: right;
        }

        100% {
            -webkit-transform-origin: right;
            transform-origin: right;
        }
    }

    @-webkit-keyframes scale-out {
        to {
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
        }
    }

    @keyframes scale-out {
        to {
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
        }
    }

    @-webkit-keyframes scale-out-bigger {
        to {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
    }

    @keyframes scale-out-bigger {
        to {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
    }

    @-webkit-keyframes custom__fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(-80px,0,0);
            transform: translate3d(-80px,0,0);
        }
    }

    @keyframes custom__fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(-80px,0,0);
            transform: translate3d(-80px,0,0);
        }
    }

    @media(max-width:1199.98px) {
        @keyframes custom__fadeInRight {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(100%,0,0);
                transform: translate3d(100%,0,0);
            }

            100% {
                opacity: 1;
                -webkit-transform: translate3d(0px,0,0);
                transform: translate3d(0px,0,0);
            }
        }
    }

    .custom__fadeInRight {
        -webkit-animation-name: custom__fadeInRight;
        animation-name: custom__fadeInRight
    }
    /*********
    tag-itm,keyword,badge
***********/
    .tags-box {
        margin-top: 10px;
    }

.tag-itm {
    display: inline-block;
    padding: 3px;
    margin-right: 8px;
    background-color: #ccecff;
    border-radius: 50rem;
    padding: 0.25rem 0.75rem;
    margin: 0 0.5rem 0.5rem 0;
}

    .tags-box [class*="badge"] {
        font-size: 16px;
    }

    .badge-primary {
        background: #fff7e8;
        color: #333;
    }

    .badge-ol-primary {
        background: transparent;
        border: 1px solid #BD90EF;
        color: #BD90EF
    }

    /*****************
    theia-sticky-sidebar
    ******************/
    .sticky-box {
        border-radius: 0;
        border: 0
    }


    /*********
ul.table(不用<table>寫法)
***********/
    ul.responsive-table > [class*="table-"] > [class*="col-"] {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

ul.responsive-table .table-header, ul.responsive-table .table-row {
    padding: 6px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}

ul.responsive-table .table-row {
    background-color: #ccecff;
}

ul.responsive-table .table-header {
    color: #fff;
    background-image: -webkit-gradient(linear,left top, right top,from(#866AE0),to(#66CCEC));
    background-image: -o-linear-gradient(left,#866AE0,#66CCEC);
    background-image: linear-gradient(to right,#866AE0,#66CCEC);
    height: 60px;
}

ul.table-agenda .table-header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    border-radius: 60px;
}

    ul.table-agenda .table-row {
        background-color: transparent;
        border-bottom: 1px dashed #ddd;
        border-radius: 0;
        margin-bottom: 0;
    }

    ul.table-agenda .table-row {
        padding: 20px 10px;
    }

ul.table-agenda a {
    color: #3636B6;
}

ul.table-agenda .mappin {
    color: #7d7d7d;
}

ul.table-agenda a:hover {
    color: #22046c;
}

    @media(max-width:767.98px) {
        ul .responsive-table:not(.table-agenda) .table-header {
            display: none;
        }

        ul.responsive-table .table-row > [class*="col"]:before {
            content: attr(data-label);
            display: inline-block;
            /*width: 30%;*/
            min-width: 90px;
            /*text-align: right;*/
            color: #3636B6
        }

        ul.responsive-table > [class*="table-"] > [class*="col-"] {
            padding: 3px 0;
        }

        ul.responsive-table > .table-row > [class*="col-"] {
            align-items: baseline;
        }

        ul.responsive-table .table-header, ul.responsive-table .table-row {
            border-radius: 10px;
        }
    }
    /********
nav category
*********/
.nav-category {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 9;
}

        .nav-category .nav-link {
            background: #BDCED080;
            color: #6C7984 !important;
            border-radius: 15px 15px 0 0;
            margin: 0px 10px 0 0px;
            padding: .6rem 2.5rem .6rem 2.5rem;
            -webkit-transition: all ease .2s;
            -o-transition: all ease .2s;
            transition: all ease .2s;
            border: 0;
        }

            .nav-category .nav-link.active {
                background: #FFFFFF80;
                padding: 1rem 2.5rem .6rem 2.5rem;
                color: #3636B6 !important;
                box-shadow: 0px -10px 20px 0px #0000001A;
            }

                .nav-category .nav-link.active:hover {
                    color: #fff;
                }

            .nav-category .nav-link.disabled {
                -webkit-filter: brightness(.8);
                filter: brightness(.8);
            }

            .nav-category .nav-link:hover {
                -webkit-filter: brightness(.9);
                filter: brightness(.9);
                padding: 1rem 2.5rem .6rem 2.5rem;
            }

    /*********
FAQ
*******/
    .plusList {
        padding-left: 0;
    }

        .plusList li {
            position: relative;
            border-radius: 25px;
            overflow: hidden;
            margin-bottom: 15px;
            font-size: 18px;
        }

            .plusList li .question {
                color: #333;
                display: inline-block;
                width: 100%;
                padding: 10px 10px 10px 60px;
                position: relative;
                background-color: #ccecff;
            }

            .plusList li .answer {
                padding: 10px 10px 10px 60px;
                background-color: #ccecff;
                border-radius: 5px;
                color: #666
            }

        .plusList .plus {
            /*background-image: -webkit-gradient(linear,left top, right top,from(#4CA5F2),to(#9840F6));
        background-image: -o-linear-gradient(left,#4CA5F2,#9840F6);
        background-image: linear-gradient(to right,#4CA5F2,#9840F6);*/
            position: absolute;
            left: 5px;
            top: 5px;
            border-radius: 25px;
            width: 32px;
            height: 32px;
            background-image: -webkit-gradient(linear,left top, right top,from(#866AE0),to(#3636B6));
            background-image: -o-linear-gradient(left,#866AE0,#3636B6);
            background-image: linear-gradient(to right,#866AE0,#3636B6);
        }

            .plusList .plus span {
                display: inline-block;
                width: 50%;
                height: 3px;
                border-radius: 10px;
                background: #fff;
                -webkit-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                -webkit-transition: all ease .2s;
                -o-transition: all ease .2s;
                transition: all ease .2s;
            }

                .plusList .plus span:first-of-type {
                    -webkit-transform: translate(-50%,-50%) rotate(0deg);
                    -ms-transform: translate(-50%,-50%) rotate(0deg);
                    transform: translate(-50%,-50%) rotate(0deg);
                }

                .plusList .plus span:last-of-type {
                    -webkit-transform: translate(-50%,-50%) rotate(90deg);
                    -ms-transform: translate(-50%,-50%) rotate(90deg);
                    transform: translate(-50%,-50%) rotate(90deg);
                }

        .plusList li .question:not(.collapsed) + .plus span:last-of-type {
            -webkit-transform: translate(-50%,-50%) rotate(0deg);
            -ms-transform: translate(-50%,-50%) rotate(0deg);
            transform: translate(-50%,-50%) rotate(0deg);
        }

    /**********
alert
***********/
.alert-primary {
    border: 0;
    color: #fff !important;
    background: linear-gradient(92.18deg, #866AE0 0%, #66CCEC 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-radius: 8px;
}

    /*=============================
select2
==============================*/
    .select2-container {
        min-width: 200px;
        max-width: unset;
        width: 100% !important
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #7A698F !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #7A698F !important;
        border: 1px solid #7A698F !important;
        /* padding: 5px 15px; */
        color: #fff !important;
        border-radius: 4px !important;
        cursor: default !important;
        float: left !important;
        margin-right: 5px !important;
        margin-top: 5px !important;
        padding: 0 5px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
    }

    .select2-container--default .select2-selection--single {
        border: 1px solid #ccc !important;
    }

    .select2 > .selection > .select2-selection--single {
        height: unset !important;
    }

        .select2 > .selection > .select2-selection--single > .select2-selection__rendered {
            background: none !important;
        }

        .select2 > .selection > .select2-selection--single > .select2-selection__arrow {
            top: 10px !important;
        }

    .select2-container--default .select2-selection--multiple {
        border: 1px solid #ccc !important;
    }

    .select2 > .selection > .select2-selection--multiple {
        height: unset !important;
    }

        .select2 > .selection > .select2-selection--multiple > .select2-selection__rendered {
            background: none !important;
        }

        .select2 > .selection > .select2-selection--multiple > .select2-selection__arrow {
            top: 10px !important;
        }

    .select2-container--default .select2-selection--multiple {
        padding: 3px;
    }
    /****************
gallery(lightGallery+Masonry)
****************/
    .gallery-box {
        width: 100%;
    }

        .gallery-box .grid-sizer, .gallery-box .grid-item {
            width: 32%;
            margin-bottom: 5px;
        }

        .gallery-box img {
            width: 100%;
        }

    /***************************/

.noW {
    width: 0 !important;
    border: 0 !important;
}
    .noWH {
        padding: 0 !important;
        width: 0 !important;
        height: 0 !important;
        border: 0;
    }
    /********
    編輯器
    *******/
    .flex.flex-col-1 .fr-box {
        width: 100%;
        max-width: 1000px;
    }

    .fr-box.fr-basic .fr-wrapper {
        min-height: 200px;
        max-height: 300px;
        overflow-y: auto
    }

    .input-group span {
        cursor: unset;
    }

    .img-container {
        margin-top: 5px !important;
        min-height: unset !important;
        max-height: unset !important;
        background: none !important;
        text-align: left !important;
    }

    .redDot {
        position: relative;
        padding-right: 15px;
    }

        .redDot:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #ff0000;
            border-radius: 5px;
            position: absolute;
            top: 8px;
            right: 0;
        }


    .refresh {
        position: relative;
    }

        .refresh:before {
            content: "\e8b7";
            font-family: "feather";
            position: absolute;
            top: 0;
            left: 5px;
            color: #666;
        }

    .formList .form-group > .fr-box {
        flex: 0 0 100%
    }

    .responsive-table {
        padding: 0;
    }

    /********
    2024 Style
    *******/
    .glass-card {
        border-radius: 1rem;
        background-color: rgba(255, 255, 255, 0.50);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(7.5px);
    }

        .glass-card:hover {
            background-color: rgba(255, 255, 255, 0.60);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
            backdrop-filter: blur(9px);
            transition: ease .4s;
        }

.section.highlight .owl-carousel .owl-stage-outer {
    padding: 2rem 0 2rem 2rem;
    width: 210%;
}

.section.highlight .owl-theme .owl-stage-outer .owl-stage,
.section.highlight .owl-theme .owl-stage-outer .owl-stage a,
.section.highlight .owl-theme .owl-stage-outer .owl-stage  .owl-item{
    display: flex;
}

.section.highlight .owl-theme .owl-nav {
    position: absolute;
    left: 1rem;
}

.section.speakers .owl-theme .owl-stage-outer .owl-stage {
    margin: auto;
}

.section.speakers .owl-theme .owl-nav button,
.section.activities .owl-theme .owl-nav button {
    position: absolute;
    top: 20%;
}

.section.speakers .owl-theme .owl-nav button {
    top: 30%;
}
    .section.speakers .owl-theme .owl-nav button.owl-prev,
    .section.activities .owl-theme .owl-nav button.owl-prev {
        left: 0;
    }
    .section.speakers .owl-theme .owl-nav button.owl-next,
    .section.activities .owl-theme .owl-nav button.owl-next {
        right: 0;
    }

    .section.highlight .owl-theme .owl-nav button,
    .section.speakers .owl-theme .owl-nav button,
    .section.activities .owl-theme .owl-nav button {
        background: linear-gradient(90deg, rgba(134, 106, 224, 0.80) 0%, rgba(54, 54, 182, 0.80) 100%);
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50em;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
        backdrop-filter: blur(7.5px);
    }

    .section.speakers .owl-theme .owl-nav button {
        background: rgba(255, 255, 255, .8);
        color: #666;
    }

        .section.highlight .owl-theme .owl-nav button:focus,
        .section.speakers .owl-theme .owl-nav button:focus,
        .section.activities .owl-theme .owl-nav button:focus {
            outline: none;
        }

        .section.highlight .owl-theme .owl-nav button:hover,
        .section.speakers .owl-theme .owl-nav button:hover,
        .section.activities .owl-theme .owl-nav button:hover {
            transition: ease .3s;
            filter: brightness(0.85);
        }

.section.highlight .owl-theme .owl-nav button.disabled:hover,
.section.activities .owl-theme .owl-nav button.disabled:hover {
    background: linear-gradient(90deg, rgba(134, 106, 224, 0.80) 0%, rgba(54, 54, 182, 0.80) 100%);
    filter: none;
    opacity: .5;
}

.section.speakers .owl-theme .owl-nav button.disabled:hover {
    filter: none;
    opacity: .5;
}

@media(max-width:768px) {
    .section.highlight .owl-theme .owl-nav {
        left: 50%;
        transform: translateX(-50%);
    }

    .section.activities .owl-theme .owl-nav button {
        top: 30%;
    }

    .section.speakers .owl-theme .owl-nav button {
        top: 40%;
    }
}

@media(max-width:375px) {
    .section > .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section.highlight .owl-theme .owl-nav button,
    .section.speakers .owl-theme .owl-nav button,
    .section.activities .owl-theme .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .section.activities .owl-theme .owl-nav button {
        top: 20%;
    }

    .section.speakers .owl-theme .owl-nav button {
        top: 30%;
    }
}

@media(min-width:1920px) {
    .section.speakers {
        -webkit-mask-image: url(../images/speaker-mask.png), linear-gradient(to bottom, transparent 0%, transparent 240px, rgba(0, 0, 0, 1) 180px, rgba(0, 0, 0, 1) 100%);
        -webkit-mask-size: cover;
    }
    .section.mainVideo {
        -webkit-mask-size: 100% auto;
    }
    .section.results {
        -webkit-mask-image: url(../images/result-mask.png), linear-gradient(to top, transparent 0%, transparent 240px, rgba(0, 0, 0, 1) 180px, rgba(0, 0, 0, 1) 100%);
        -webkit-mask-size: cover;
    }
    footer {
        -webkit-mask-size: 100% auto;
    }
}
