html{
    scroll-behavior:smooth
}
body {
    color: black;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    width: 100%;
    overflow-x: hidden;
}
@media(min-width:1600px) {
    body {
        font-size: 22px;
    }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
}
@media(min-width:1600px) {
    h3 {
        font-size: 34px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 24px;
    }
    h6 {
        font-size: 22px;
    }
    p {
        font-size: 22px;
    }
}
a,
a:hover {
    color: #595757;
    text-decoration: none;
}
select {
    background: url('https://api.iconify.design/entypo/chevron-small-down.svg?color=%239fa0a0&width=24') no-repeat;
    background-position: right 8px center;
    /* Change the px value here to change the distance */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 6px 32px 6px 12px !important;
}
.custom-select {
    background: url('https://api.iconify.design/bx/caret-down.svg') no-repeat right 12px center / contain;
    background-size: 18px;
    /* Change the px value here to change the distance */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 6px 32px 6px 12px !important;
}
hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-color: #727171;
}
  
  
.main .navbar {
    position: absolute;
    top: 0;
}
.navbar {
    background-color: rgba(89, 70, 144, 0.8);
    width: 100%;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    z-index: 9;
} 
@media (max-width: 1199px) {
    .main .navbar {
        position: relative;
        top: auto;
    } 
}
.navbar.bg-white {
    background-color: rgba(255,255,255,0.9)!important;
}
.img-logo {
    width: 210px;
    height: 38px;
}
.navbar-nav .nav-item.fulldown {
    position: static;
    outline: 0;
}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    font-size: 18px;
    color: white;
    padding: .5rem .75rem;
    border-radius: 50rem;
    overflow: hidden;
    outline-offset: 0;
}
.navbar-dark .navbar-nav .nav-link:hover {
    background-color: transparent;
    color: white;
}
.navbar-dark .navbar-nav .nav-link::before,
.navbar-dark .navbar-nav .nav-link::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #6c5bb5;
    z-index: -1;
}
.navbar-dark .navbar-nav .nav-link::before {
    transform: translateX(-100%);
    z-index: 1;
}
.navbar-dark .navbar-nav .nav-link:hover:before {
    transform: translateX(0);
    transition: transform 350ms ease;
}
.navbar-dark .navbar-nav .nav-link::after {
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform 350ms ease;
}
.navbar-dark .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 350ms 360ms ease;
}
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    background-color: #6c5bb5;
    color: white;
    border-radius: 50rem;
}
.navbar-dark .navbar-nav .nav-link h5 {
    position: relative;
    margin-bottom: 0;
    z-index: 5;
    transition: color 350ms ease;
}
@media(max-width: 1199px) {
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        border-radius: 1rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
@media (min-width: 1600px) {
    .navbar {
        padding-top: 2.125rem;
        padding-bottom: 2.125rem;
    }
    .container {
        min-width: 1540px!important;
    }
    .img-logo {
        width: 300px;
        height: 54px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 24px;
        padding: .5rem 1.25rem;
    }
}
.navbar-nav .dropdown-menu {
    background-color: rgba(77,60,169,.95);
    color: white;
    width: 100%;
    margin: 0;
    padding: 0.75rem 1.5rem;
    border: 0;
    border-radius: 0;
    list-style: none;
}
@media(max-width: 1199px) {
    .navbar-nav .dropdown-menu {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}
.navbar-nav .dropdown-menu > .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav .dropdown-menu > .container > .row {
    margin-left: 0;
    margin-right: 0;
}
.dropdown-item {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
    padding: .5rem 0 .5rem 27px;
    white-space: break-spaces;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-item.active, 
.dropdown-item:active {
    background: transparent;
    color: white;
    text-decoration: none;
}
/* .dropdown-item.active:before, 
.dropdown-item:active:before {
    content: url('https://api.iconify.design/emojione-monotone/heavy-check-mark.svg?color=white&width=22');
    padding-right: 5px;
} */
.multi-column-dropdown {
    list-style: none;
}
.multi-column-dropdown li {
    padding: .5rem 0;
}
.multi-column-dropdown li a {
    color: white;
    font-size: 16px;
    display: flex;
    /* word-break: keep-all;
    white-space: nowrap; */
}
.multi-column-dropdown li a::before {
    opacity: 0;
    content: url('https://api.iconify.design/emojione-monotone/heavy-check-mark.svg?color=white&width=22');
    padding-right: 5px;
}
.multi-column-dropdown li a.active::before,
.multi-column-dropdown li a:hover::before {
    opacity: 1;
}
@media (min-width: 1600px) {
    .dropdown-item {
        font-size: 24px;
    }
    .multi-column-dropdown li a {
        font-size: 22px;
    }
}
@media (min-width: 768px) {
    .col-20 {
      flex: 0 0 20%;
      max-width: 20%;
      padding-right: 0;
    }
    /* 
    .col-20:nth-child(6),
    .col-20:nth-child(4n+6) {
      margin-left: 20%;
    }
    */
}




/* Index Carousel */
/* body.main .sec01 {
    margin-top: -92px;
}
@media (min-width: 1680px) {
    body.main .sec01 {
        margin-top: -130px;
    }
} */
/************* carousel indicators *************/
#KVcarousel .carousel-indicators {
    left: auto;
    right: auto;
}
.carousel .carousel-indicators li {
    background-color: transparent;
    width: 12px;
    height: 12px;
    margin: 5px 7px ;
    border-radius: 50%;
    border: 1px solid white;
}
.carousel .carousel-indicators .active {
    background-color: white;
}
/************* carousel indicators *************/

#KVcarousel .carousel-item {
    height: 100%;
    min-height: 800px;
    max-height: 800px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.video-block {
    position: absolute;
    left: 50%;
    top: 50%;
    height: calc(100vw * 1.5);
    /* height: calc(100vw * 0.5625); */
    width: 100vw!important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
@media (min-aspect-ratio: 1920/1080) {
    .video-block {
      /* height: calc(100vw * 0.5625); */
      width: 100vw!important;
      top: calc( 50% - 100px);
    }
}
@media (min-width: 1600px) {
    .video-block {
      top: calc( 50% - 100px);
    }
}
/* #KVcarousel .carousel-item .embed-responsive {
    height: 800px;
} */

/* #yt-video {
    scale: 1.25;
} */
@media(max-width:1599px) {
    #KVcarousel .carousel-item {
        min-height: 640px;
    }
    #KVcarousel .carousel-item .embed-responsive {
        height: 640px;
    }
    /* #yt-video {
        scale: 1.15;
    } */
}
@media(max-width:1199px) {
    #KVcarousel .carousel-item {
        min-height: 520px;
    }
    #KVcarousel .carousel-item .embed-responsive {
        height: 520px;
    }
}
@media(max-width:991px) {
    #KVcarousel .carousel-item {
        min-height: 400px;
    }
    #KVcarousel .carousel-item .embed-responsive {
        height: 400px;
    }
}
@media(max-width:767px) {
    #KVcarousel .carousel-item {
        min-height: 320px;
    }
    #KVcarousel .carousel-item .embed-responsive {
        height: 320px;
    }
    .video-block {
        height: calc(100vw * 0.5625);
    }
}
@media(max-width:559px) {
    #KVcarousel .carousel-item {
        min-height: 240px;
    }
    #KVcarousel .carousel-item .embed-responsive {
        height: 240px;
    }
}
@media(max-width:424px) {
    #KVcarousel .carousel-item {
        min-height: 190px;
    }
    #KVcarousel .carousel-item .embed-responsive {
        height: 190px;
    }
    .video-block {
        /* height: calc(100vw * 1.5625); */
        width: 100vw;
    }
}
#KVcarousel .indicator-block {
    z-index: 9999999;
}

#KVcarousel .carousel-inner {
    -webkit-animation: zoom 2s forwards;
    animation: zoom 2s forwards;
}
  
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.2, 1.2);
    }
    to {
       -webkit-transform: scale(1, 1);
    }
}
  
@keyframes zoom {
    from {
        transform: scale(1.2, 1.2);
    }
    to {
        transform: scale(1, 1);
    }
}


/* Index Events */
#sec02 {
    overflow: hidden;
}
.event-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 3rem 8rem;
    overflow: hidden;
}
.event-block .title {
    font-size: 28px;
    font-weight: bold;
}
@media (min-width: 1600px) {
    .event-block {
        padding: 3rem 6rem;  
    }
    .event-block .title {
        font-size: 34px;
    }
    .event-block p {
        font-size: 22px;
        line-height: 2.5;
    }
}
@media (max-width: 1199px) {
    .event-block {
        padding: 3rem 4rem;  
    }
}
@media (max-width: 991px) {
    .event-block {
        padding: 0rem 3rem;  
    }
}
@media (max-width: 767px) {
    .event-block {
        padding: 15px;  
    }
}



/* Index Cases */
.sec04 {
    background: url('../img/bg_sec04.jpg') no-repeat center center / cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .sec04 {
        min-height: 100%;
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
}
@media (max-width: 480px) {
    .sec04 {
        padding-top: 3rem;
        padding-bottom: 1.5rem;
    }
}
/*
.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, 
.owl-next i {
    transform : scale(1,6); 
    color: #ccc;
}
*/
.owl-control-next {
    background-color: transparent;
    border: 0;
}
/* .main .owl-item {
    opacity: 0;
} */
.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.card .card-img {
    display: inline-block;
    overflow: hidden;
}
.card .hover-img {
    display: inline-block;
    transition: all .5s ease-in-out;
}
.owl-carousel .owl-item img {
    display: inline-block;
}
.card:hover .hover-img {
    transform: scale(1.15);
}
.card-body .tag:after {
    content: " ★ ";
}

#owl-custom-dots button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
#owl-custom-dots .owl-dot span {
    background: transparent;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border: 1px solid white;
    border-radius: 50%;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;   
}
#owl-custom-dots.owl-dots .owl-dot.active span, 
#owl-custom-dots.owl-dots .owl-dot:hover span {
    background: white;
}
@media (min-width: 768px) {
    .main .owl-stage-outer {
      margin-right: -100px;
      overflow: hidden;
    }
    .main .owl-stage { 
      padding-left: 30px !important;
    }
}
@media (min-width: 992px) {
    .main .owl-stage-outer {
      margin-right: 0;
      overflow: hidden;
    }
    .main .owl-stage { 
      padding-left: 30px !important;
    }
}
@media (max-width: 767px) {
    .main .owl-stage { 
        padding-left: 0px !important;
    }
}

/* 
#beauty-owl-carousel .owl-item:nth-child(1) {
    opacity: 0;
    animation-name: flyinright;
    animation-duration: 1.5s;
    animation-delay: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#beauty-owl-carousel .owl-item:nth-child(2) {
    opacity: 0;
    animation-name: flyinright;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#beauty-owl-carousel .owl-item:nth-child(3) {
    opacity: 0;
    animation-name: flyinright;
    animation-duration: 1.5s;
    animation-delay: 1.1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#beauty-owl-carousel .owl-item:nth-child(4) {
    opacity: 0;
    animation-name: flyinright2;
    animation-duration: 1.5s;
    animation-delay: 1.4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
#beauty-owl-carousel .owl-item:nth-child(5) {
    opacity: 0;
    animation-name: flyinright2;
    animation-duration: 1.5s;
    animation-delay: 1.7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
  
@keyframes flyinright{
    from{
        transform: translate3d(100px,0,0);
        opacity:0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity:1;
    }
}
@keyframes flyinright2{
    from{
        transform: translate3d(100px,0,0);
        opacity:0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity:0.5;
    }
}
#beauty-owl-carousel .owl-item.active {
    opacity: 1!important;
}
*/
#beauty-owl-carousel [data-aos=fade-left] {
    transform: translate3d(100px,0,0);
}
#beauty-owl-carousel .owl-item[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: .5;
    transform: translateZ(0);
}
#beauty-owl-carousel .owl-item.active[data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    transition-delay: .15s;
    transition-duration: .5s;
}


/* Index Team */
.sec05 {
    background: url('../img/bg_sec05.jpg') no-repeat center center / cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
@media(max-width:1199px) {
    .sec05 {
        min-height: 100%;
        padding-top: 1.5rem;
        padding-bottom: 0rem;
    }
}
/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    
}
/************* carousel indicators *************/
#Teamcarousel .carousel-indicators {
    left: auto;
    margin-left: 10%;
    margin-right: 10%;
}
#Teamcarousel .carousel-indicators li {
    border: 1px solid #727171;
}
#Teamcarousel .carousel-indicators .active {
    background-color: #b5b5b6;
    border: 1px solid #b5b5b6;
}
/************* carousel indicators *************/
#Teamcarousel .carousel-item {
    height: 100%;
    /* min-height: 700px; */
    background: no-repeat center center scroll;
    text-align: center;
    z-index: 9;
}
/* 
@media(min-width:768px) {
    #Teamcarousel .carousel-item {
        min-height: 700px;
    }
}
@media(min-width:992px) {
    #Teamcarousel .carousel-item {
        min-height: 700px;
    }
}
@media(min-width:1200px) {
    #Teamcarousel .carousel-item {
        min-height: 700px;
    }
} 
*/


/* Index Location */
.sec06 .card,
.sec06 .card .card-img {
    border: 0;
    border-radius: 0;
}
.card-text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 0;
}
@media(max-width: 767px) {
    .card-text-bottom {
        padding: 0;
    }

    .main .card-text-bottom {
        padding: 1rem;
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 9999;
}
.sidebar ul li {
    margin: 5px;
}

.side_ic {
    width: 48px;
    height: 48px;
}
@media (min-width: 1600px) {
    .side_ic {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
    .side_ic {
        width: 40px;
        height: 40px;
    }
}
.ic_fb:hover,
.ic_msg:hover {
    -webkit-animation: buzz-out 0.75s alternate linear 1;
    animation: buzz-out 0.75s alternate linear 1;
}
@-webkit-keyframes buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
}
@keyframes buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
}
.ic_phone:hover {
    -webkit-animation: wiggle 0.05s alternate ease infinite;
    animation: wiggle 0.05s alternate ease infinite;
}
@-webkit-keyframes wiggle {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(30deg);
    }
}
@keyframes wiggle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(30deg);
    }
}
.ic_line:hover {
    -webkit-animation: pop 0.3s alternate linear 1;
    animation: pop 0.3s alternate linear 1;
}
@-webkit-keyframes pop {
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
}
@keyframes pop {
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
}
.ic_top:hover {
    -webkit-animation: bouncedown 0.2s alternate ease infinite;
    animation: bouncedown 0.2s alternate ease infinite;
}
@-webkit-keyframes bouncedown {
    from {
      -webkit-transform: translateY(0);
    }
    to {
      -webkit-transform: translateY(3px);
    }
}
@keyframes bouncedown {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(3px);
    }
}
.ic_email:hover {
    -webkit-animation: none;
    -webkit-transform: skew(-20deg);
    animation: none;
    transform: skew(-20deg);
    text-indent: 0.1em;
}


/* Footer */
.main .footer {
    min-height: 158px;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.footer {
    background-color: #3e3a39;
    display: flex;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.link-group a {
    border: 1px solid white;
    border-radius: 50rem;
}
.link-group a:not(:last-child) {
    margin-right: 1rem;
}
.footer_ic {
    width: 48px;
    height: 48px;
}
@media(min-width:768px) {
    .location-row > div {
        border-right: 1px solid white;
    }
    .location-row > div:last-child {
        border-right: 0;
    }
}

.footer .card {
    background-color: transparent;
    border: 0;
}




/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    justify-content: flex-end;
    margin-bottom: 0;
}
.breadcrumb-item a {
    color: #9fa0a0;
    font-size: 16px;
}
.breadcrumb-item.active {
    color: #898989;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #898989;
    content: ">";
}

@media (min-width: 1600px){
    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 22px;
    }
}



/* Events */
.content {
    margin-top: 1.5rem;
}
.event-card {
    border: 0;
    box-shadow: 0 0 1rem rgba(178, 178, 178, 0.6);
}
.event-card:hover {
    box-shadow: 0 0 1rem rgba(138, 92, 229, .6);
}
@media(max-width:767px) {
    .event-card .col-md-5 {
        order: 1;
    }
    .event-card .col-md-7 {
        order: 2;
    }
}
.event-card .card-body {
    height: 100%;
    padding: 0 3rem 3rem;
}
.date-row {
    background: rgb(89,70,144);
    background: linear-gradient(135deg, rgba(89,70,144,1) 0%, rgba(222,191,255,1) 100%);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-flex;
    flex-direction: column;
    margin-top: -1rem;
    margin-bottom: 2.5rem;
    padding: 0.5rem 1rem;
}
.event-mon,
.event-date {
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
.event-date {
    font-size: 36px;
}
@media (min-width:1600px) {
    .event-date {
        font-size: 42px;
        font-family: Arial, Helvetica, sans-serif;
    }
}
.event-card .card-title {
    color: #3e3a39;
}



.page-menu {
    background-color: white;
    margin: 0.125rem 0 0;
    padding: 0.5rem 0;
}
.page-menu .dropdown-item {
    color: #212529;
    padding: 0.25rem 1.5rem;
}
.page-menu .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.page-link {
    background-color: #dcdddd;
    color: #727171;
    line-height: 1;
    /* padding: 0.5rem 1rem; */
}
.page-title {
    color: #3e3a39;
}
.btn-goback {
    background-color: white;
    color: #727171;
    border: 1px solid #9fa0a0;
    border-radius: 50rem;
}
.btn-goback:hover {
    background-color: #6c5bb5;
    color: white;
    border: 1px solid #6c5bb5;
    border-radius: 50rem;
}



/* Teams */
.nav-tabs {
    justify-content: center;
    margin-bottom: 3rem;
    border: 0;
}
.nav-tabs .nav-item {
    padding: 0.5rem .75rem 0;
    border-right: 1px solid #727171;
}
.nav-tabs .nav-item:last-child {
    border-right: 0;
}
.nav-tabs .nav-link {
    background-color: transparent;
    color: #727171;
    font-size: 22px;
    margin: 0 1rem;
    padding: .5rem 0;
    border: 0;
    border-radius: 0;
    border-bottom: 6px solid transparent;
}
.nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 6px solid rgba(108, 91, 181, 0.6);
}
.nav-tabs .nav-link.active {
    border-bottom: 6px solid #6c5bb5;
}
.team-card {
    margin-bottom: 5rem;
}
.team-card.detail-card {
    margin-bottom: 1rem;
    box-shadow: none;
}

@media(max-width: 767px) {
    .team-card:nth-child(even) .card-body > .row > .col-md-9.col-12 {
        order: 2;
    }
    .team-card:nth-child(even) .card-body > .row > .col-md-3.col-12 {
        order: 1;
    }
    .team-card {
        margin-bottom: 3rem;
        border: 0;
        box-shadow: 0 0 1rem rgb(178 178 178 / 60%);
    }
}
@media(min-width: 768px ) {
    .team-card {
        border: 0;
    }
    .team-card .card-body {
        height: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 1rem rgb(178 178 178 / 60%);
    }
    .team-card.detail-card .card-body {
        box-shadow: none;
    } 
    .team-card:hover .card-body {
        box-shadow: 0 0 1rem rgb(138 92 229 / 60%);
    }
    .team-card.detail-card:hover .card-body {
        box-shadow: none;
    } 
    .team-card .overlap {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .scale-img {
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    .team-card:nth-child(even) .overlap {
        left: 0;
        right: unset;
    }
    .team-card:nth-child(even) .scale-img {
        text-align: left;
    }
}
@media(min-width: 1200px ) {
    .team-card .card-body {
        height: 400px;
    }
}
@media(min-width:1600px) {
    .nav-tabs {
        margin-bottom: 6rem;
    }
    .nav-tabs .nav-link {
        font-size: 28px;
    }
    .team-card.detail-card {
        margin-top: 5rem;
        margin-bottom: 1rem;
    }
}
.skill-ul {
    padding-left: 0;
    list-style: none;
}
.skill-ul li {
    color: #727171;
    display: inline-block;
}
.skill-ul li:not(:last-child):after {
    content: " | ";
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.education-card {
    background-color: #E4DCF9;
    min-height: 280px;
    justify-content: center;
    margin-bottom: 1rem;
    border: 0;
}
.experience-card {
    background-color: #efefef;
    min-height: 360px;
    justify-content: center;
    margin-bottom: 5rem;
    border: 0;
}
.col2-ul {
    columns: 2;
    margin-bottom: 0;
}
.col2-ul li {
    color: #595757;
    line-height: 2;
}
@media(max-width:767px) {
    .education-card {
        min-height: 80px;
        padding: 1.5rem;
    }
    .experience-card {
        min-height: 150px;
        margin-bottom: 3rem;
        padding: 1.5rem;
    }
    .col2-ul {
        columns: 1;
    }
}
@media(min-width:1600px) {
    .col2-ul li {
        font-size: 22px;
    }
}



/* Contact */
label {
    font-size: 18px;
}
@media(min-width:1600px) {
    label {
        font-size: 24px;
    }
}
label[required]:before {
    content: '*';
    color: red;
}
.form-control {
    border-color: #594690;
}
.btn-main {
    background: rgb(89,70,144);
    background: linear-gradient(90deg, rgba(89,70,144,1) 0%, rgba(222,191,255,1) 100%);
    color: white;
    border: 0;
    border-radius: 50rem;
}
.btn-main:hover {
    background: rgb(72, 54, 123);
    background: linear-gradient(90deg, rgba(72, 54, 123,1) 0%, rgb(187, 151, 225) 100%);
    color: #efefef;
}
.datepicker .input-group-text {
    background-color: white;
    color: #9fa0a0;
    border-left: 0;
}
.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}
.datepicker table tr td.today, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover, 
.datepicker table tr td.today:hover {
    background-color: transparent;
    border: 1px solid #594690;
    border-collapse: collapse;
    border-radius: 50rem;
}
.datepicker table tr td.active.active, 
.datepicker table tr td.active.disabled.active, 
.datepicker table tr td.active.disabled:active, 
.datepicker table tr td.active.disabled:hover.active, 
.datepicker table tr td.active.disabled:hover:active, 
.datepicker table tr td.active:active, 
.datepicker table tr td.active:hover.active, 
.datepicker table tr td.active:hover:active {
    background: linear-gradient(90deg, rgba(89,70,144,1) 0%, rgba(222,191,255,1) 100%);
    border: 0;
    border-radius: 50rem;
}




.tab-carousel-indicators {
    display: flex;
    align-items: center;

    position: absolute;
    right: 0;
    bottom: 0;

    z-index: 9;
}




.text-purple {
    color: #594690;
}
.text-lightdark {
    color: #727171;
}

