/********** 2023. 2024dvcw**********/
/*https://fontawesome.com/v5/search?o=r&m=free*/
/********** 未使用的部分**********/
@font-face {
font-family: 'NotoSansTC-Thin';
src: url("../Gfont/TC/NotoSansTC-Thin.otf")format("opentype");
}
@font-face {
font-family: 'NotoSansTC-Light';
src: url("../Gfont/TC/NotoSansTC-Light.otf")format("opentype");
}
@font-face {
font-family: 'NotoSansTC-Regular';
src: url("../Gfont/TC/NotoSansTC-Regular.otf")format("opentype");
}
@font-face {
font-family: 'NotoSansTC-Medium';
src: url("../Gfont/TC/NotoSansTC-Medium.otf")format("opentype");
}
@font-face {
font-family: 'NotoSansTC-Bold';
src: url("../Gfont/TC/NotoSansTC-Bold.otf")format("opentype");
}
@font-face {
font-family: 'NotoSansTC-Black';
src: url("../Gfont/TC/NotoSansTC-Black.otf")format("opentype");
}


.text-primary {
    color: #ff8f80 !important;/*深澄*/
}
.text-pink {
    color: #ffccd9 !important;/*淺粉紅*/
}
.text-ltyellow {
    color: #f1de97 !important;/*淺粉黃*/
}

.text-purple {
    color: #755daf !important;/*中深灰紫*/
}

.text-ltpurple {
    color: #a490d6 !important;/*淺灰紫*/
}
.text-ltgray {
    color: #d2d2d4 !important;/*淺灰*/
}
.text-grblue {
    color: #6487a1 !important;/*灰藍*/
}
.text-ltbrown {
    color: #b1957f !important;/*淺灰咖*/
}
.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }


/*字體大小*/
.display-7{
    font-size: 0.8rem;
}
.display-8{
    font-size: 0.7em;
}
.display-9{
    font-size: 0.6em;
}
.display-6-18{
    font-size: 1.8em;
}

/*粉紅色*/
.btn-primary {
    background-color: #f9b8c8 !important;
    border-color: #ffc27f;
} 
/*粉黃*/
.btn-yellow {
    background-color: #f1de97 !important;
    border-color: #ffc27f;
}
/*中深灰紫*/
.btn-activity{
   font-size: 1.1rem;
   font-weight: bold;
   text-decoration: none;
   color: #f0ecec;
    background-color: #7b528f;
    border-radius: 50rem !important;
    border: 1px solid #7b528f;
    padding: 5px 15px 5px 15px;
    display: inline;
}
/*深粉紅*/
.btn-reg{
   font-size: 1.4rem;
   font-weight: bold;
   text-decoration: none;
   color: #ffeb9c;
    background-color: #8882cd;
    border-radius: 50rem !important;
    border: 1px solid #7b528f;
    padding: 5px 15px 5px 15px;
    display: inline;
}

.bg-primary {
    background-color: #ff8f80 !important;
}  
.bg-purple {
    background-color: #596fb3 !important;
}  
.bg-secondary-2 {
    background-color: #ae5936 !important; /*中深咖澄*/
} 
.bg-secondary {
    background-color: #576fb5 !important; /*中灰藍紫*/
    border-color: #576fb5;
}   

.bg-dark {
    background-color: #2d2532 !important;/*深灰藍紫*/
}
.bg-bluegray {
    background-color: #dbdeef !important;/*淺淺灰藍紫*/
}
.bg-green {
    background-color: #2bad1a !important;/*綠*/
}
.bg-blgreen {
    background-color: #17bf92 !important;/*藍綠*/
}
.bg-dkblue {
    background-color: #0f47bf !important;/*深藍*/
}
.bg-miblue {
    background-color: #e5eaf9 !important;/*淺藍*/
}

.bg-cloudblue {
    background-color: #80b9fd !important;/*天藍*/
}

.bg-dkro {
    background-color: #e0503a !important;/*深橘紅*/
}
.bg-or {
    background-color: #ff8040 !important;/*深橘*/
}
.bg-ltor {
    background-color: #f9e2d8 !important;/*淺橘*/
}

.bg-pink {
    background-color: #fd85be !important;/*粉紅*/
}
.bg-yellow {
    background-color: #d78f2b !important;/*鵝黃*/
}
.bg-ltbrown{
    background-color: #8e613f !important; /*土咖*/
}



.border-primary {
    border-color: #ff8f80 !important;
}
.border-secondary {
    border-color: #7b528f !important;
}

body {
    background-color: #ae5936;/*深橘色*/ /*#5e5656深灰咖*/
}
a {
    color: #ffdd60;
}
a:hover {
    color: #ff77a4;
}
#database a {
    color: #f55f4b;
}

/**********  CSS **********/
:root {
    --primary: #ff8f80;  /*粉澄色*/
    --secondary: #fbf490; /*黃色*/
    --light: #F8F8F9;   /*淡灰藍色*/
    --dark: #001D23;    /*深灰藍色*/
    --purple:#7b528f ;/*中紫灰*/
    --dkpurple:#42324a ;/*紫深*/
    --dgpink:#bd8787;/*深灰粉紅*/
    --seccess: #FF6F0F;  /*橘色*/

}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    border-radius: 2rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #5b509b;

}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn-lg-circle {
    width: 48px;
    height: 48px;

}

/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
        background-color: #5e5656;

}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link ,{
    margin-right: 22px;
    padding: 20px 0 13px;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffe4d9;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #ffebaf;
    border-bottom: 3px dotted #5e5656;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active ,

{
    color: var(--secondary);
    border-bottom: 5px dotted #cde7ff;
}
.navbar{
    font-family: 'Noto Sans TC', sans-serif;
    background-color: #e48359;
    font-size: 1.05em;
    }

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dgpink);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
        border-bottom: 2px #cde7ff dotted;
        color: #fffdf0;
        font-size: 14pt;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.regmenu{
    background-color: #58b1dfe0;
}
.regmenu, .regmenu-link, .regmenu a:hover,.regmenu a:active,{
    padding: 0px;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    text-align: center;
    text-decoration: none;
}

.regmenu a{
    color: #f1de97;
    text-decoration: none;
    font-weight: bolder;
}

}
.regmenu a:hover{
    color: #a3450b;
    font-weight: none;
    text-decoration:underline;
}
.regmenu-link a:hover{
    color: #a3450b;
    font-weight: none;
    text-decoration:underline;
}
.regtitle{
    background-image: url("../img/carousel-1.jpg");
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
      /*background: rgba(24, 22, 23, .6); 有濾鏡顏色的背景*/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

.carousel-caption h1{
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
}

.carousel-caption h2{
     font-family: 'Saira', sans-serif;
    font-weight: 900;
}
.carousel-caption h3{
    font-family: 'Noto Sans TC','Saira', sans-serif;
    font-weight: 500;
    color: #FF6F0F;
    text-shadow: 1px 1px 2px #1e0d5d;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1200px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 420px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

/*** About ***/
.about {
    background-color: #34395f; /*** Dark blue purple ***/
    /*** #1c1a1a Dark black ***/

}
.about p{
    font-size: 14pt;
    color: #FFFFFF;
}
.about .en{
    font-size: 12pt;
    color: #FFFFFF;
}

/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}

/*** Album Photos 相簿***/
.album .causes-item{
    text-align: center;
    background-color: #f49386;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** program ***/
.program {
    background: #e48359;
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}

.program .table td {
    border: 1px double #ccc; 
    font-size: 1.1em;
    color: #08609f;
    padding: 3px 0px;
    vertical-align: middle;
    text-align: center;
    /*border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;*/
}
.program a{
    color: #d7620b;
    text-decoration:none;

}
.program a:hover{
    color: #a3450b;
    font-weight: bolder;
    text-decoration:underline;
}


/* schedule Section
--------------------------------*/
#schedule{
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
#schedule .container {
  position: relative;
  z-index: 10;
}
/*防止拷貝*/
/*#schedule::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}*/
#schedule h4{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    color: #49486b;
    }

#schedule .invit-table .table td{
 /*內距縮小*/
  padding:5px;  
}
#schedule .invit-table .table td, .table th{
    vertical-align: middle;
  text-align: center;
    font-size:16px;
    }

/* detail-schedule Section
--------------------------------*/
#schedule .container2 {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#schedule .session{
  font-size: 15pt;
  color: #e48359;
  font-weight: bolder;
  display:block;
}

#schedule .locat{
  font-size: 12pt;
  color: #7b788e;
  font-weight: bolder;
  display:block;
}
#schedule .locat2{
  font-size: 10.5pt;
  color: #7b788e;
}
#schedule .theme{
  font-size: 11pt;
  color: #9b7e69;
  font-weight: bold;
  display:block;
}
#schedule .chair{
  font-size: 11pt;
  color: #ad6d40;
  display:block;
}
#schedule .speaker{
  font-size: 11pt;
  color: #5b4638;
}

/*** reg***/
.person-data{
    padding: 10px 30px;  
}
.person-data p{
    text-align: left;
    padding: 0px 50px;
    font-size: 0.9em;    
}
.regtable tr {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #bfb6d5;
}
.regtable td {
    font-size: 1em;
    color: #2a1756;
    padding: 3px 5px;
    vertical-align: middle;
}

.regtable input[type=text] {
  border: 1px solid #e9d910;
  border-radius: 8px;
}

@media (max-width: 768px) {
    .regtable td {
     font-size: 0.9em;
     font-weight: bold;
     color: #071f56;
     padding: 3px 3px;
     vertical-align: middle;
     }
     
    .person-data p{
     padding: 0px;    
     }
}

@media (max-width: 576px) {
    .regtable td {
     font-size: 0.8em;
     color: #0c0816;
     }
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
    padding: 10px 20px;
}

.team-item:hover img {
    top: -30px;

}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .dep{
    font-size: 0.5em;
    line-height:-50px;
}


/*** 與會嘉賓***/
#speakers .overflow-hidden {
    background: #ead7d7;
}
#speakers{
    background: #4b5791;
}
.member-info-content a{
    text-decoration: none;
}
#speakers p{
    color: #FFFFFF;
}

/*** Speaker Session tag Show***/
/*** 講者主題說明過長字元***/
.session-tag small {
    font-size: 0.8rem;
  }
.hover-expand span.extra {
    display: none;
  }
.hover-expand:hover span.extra {
    display: inline;
  }


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

/*** map ***/
.bg-map{
    background: linear-gradient(0deg, rgba(64,32,79,0.639093137254902) 0%, rgba(85,85,139,0.7763480392156863) 49%, rgba(0,0,0,1) 100%),
                url('../img/ISS.jpg')no-repeat center top/cover;
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}