body {
    font-family: Microsoft JhengHei, Avenir, Helvetica, Arial, sans-serif;
    letter-spacing: 1.5px;
}

h1,
h2,
h3 {
    font-weight: normal;
    font-family: 'Microsoft YaHei';
}

a:hover {
    text-decoration: none;
}

.carousel-control-prev {
    left: -5%;
}

.carousel-control-next {
    right: -5%;
}

.carousel-control-next,
.carousel-control-prev {
    color: #ffeb9d;
    top: 40%;
    bottom: 40%;
    width: 7%;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    background-color: #f5edcd;
}

.bg-fbf7e9 {
    background-color: #fbf7e9;
    opacity: .9;
}

/*div position*/

.position-centered {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.position-t40-l50 {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.position-t60-l50 {
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sticky-top-scroll {
    position: sticky;
    top: 0;
    z-index: 99;
}

/* background style*/

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-center {
    background-position: center;
}

.trbl-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*bg-color*/

.bg-lily {
    background-color: #fff8e3;
}

.drop-shadow {
    -webkit-filter: drop-shadow(5px 5px 7px rgba(40, 27, 27, 0.29));
    filter: drop-shadow(5px 5px 7px rgba(40, 27, 27, 0.29));
}

.bg-e4f1ff {
    background-color: #e4f1ff;
}

.bg-25354e {
    background-color: #25354e;
}

.bg-f3fcff {
    background-color: #f3fcff;
}

/*font-size*/

.font-24-52 {
    font-size: 34px;
}

@media only screen and (min-width: 576px) {
    .font-24-52 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) {
    .font-24-52 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 992px) {
    .font-24-52 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 1200px) {
    .font-24-52 {
        font-size: 48px;
    }
}

.font-sm {
    font-size: .9rem;
}

.font-14px {
    font-size: 14px;
}

.font-17px {
    font-size: 17px;
}

.font-20px {
    font-size: 20px;
}

@media only screen and (min-width: 768px) {
    .font-md-20px {
        font-size: 20px;
    }
}

/*width*/

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}


/* padding */

.py-01rem {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

/*margin*/

.mt-h2 {
    margin-top: calc(20vw + 1rem);
}

@media only screen and (min-width: 576px) {
    .mt-h2 {
        margin-top: calc(23vw - 5rem);
    }
}

.mb-3vw {
    margin-bottom: 3vw;
}

/* input-group-lg */

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    font-size: inherit;
}

/* home banner */

.home-banner-bg {
    background-image: url(/api/cache/home_banner);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-banner-bg {
    background-image: url(/api/cache/home_banner_mb);
    height: 80vw;
}

@media only screen and (min-width: 992px) {
    .home-banner-bg {
        background-image: url(/api/cache/home_banner);
        height: 48.5vw;
    }
}

/* inner banner */

.inner-banner {
    height: 100vw;
}

@media only screen and (min-width: 576px) {
    .inner-banner {
        height: 60vw;
    }
}

@media only screen and (min-width: 768px) {
    .inner-banner {
        height: 30vw;
    }
}

@media only screen and (min-width: 992px) {
    .inner-banner {
        height: 15.6vw;
    }
}

.banner-title {
    font-size: calc(.5rem + 2vw);
}

/*nav bar*/

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler-nostyle {
        display: none;
    }
}

@media only screen and (min-width: 1440px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}

#navbar {
    transition: .5s;
    padding-top: .85rem;
    padding-bottom: .85rem;
    border-bottom: 2px solid rgba(201, 161, 99, 0);
}

@media only screen and (min-width: 992px) {
    #navbar.scroll {
        background-color: rgba(255, 255, 255, 1);
        padding-top: .25rem;
        padding-bottom: .1rem;
        border-bottom: 2px solid rgb(201, 161, 99);
    }
}

@media only screen and (max-width: 991.98px) {
    #navbar {
        background-color: rgba(255, 255, 255, 1);
        padding-top: .25rem;
        padding-bottom: .1rem;
        border-bottom: 2px solid rgb(201, 161, 99);
    }
}

#navbar .w-logo {
    width: 120px;
}

@media only screen and (min-width: 992px) {
    #navbar .w-logo {
        width: 18vw;
        transition: .5s;
    }

    #navbar.scroll .w-logo {
        width: 8.5vw;
    }

    #navbar #navbarDropdown {
        font-size: 16px;
        margin-left: .25rem;
        transition: .5s;
    }

    #navbar.scroll #navbarDropdown {
        font-size: 16px;
    }

    .text-lg-dark {
        color: #343a40 !important;
    }

    a.text-lg-dark:focus,
    a.text-lg-dark:hover {
        color: #121416 !important;
    }
}

@media only screen and (min-width: 1200px) {
    #navbar #navbarDropdown {
        font-size: 18px;
        margin-left: 1.25rem;
    }

    #navbar.scroll #navbarDropdown {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991.98px) {
    #navbar .dropdown-menu {
        display: block;
        min-width: 10rem;
        padding: 0;
        margin: 0;
        font-size: .95rem;
        color: #212529;
        border: none;
    }

    #navbar #navbarDropdown {
        padding-bottom: 0;
    }

    #navbar .dropdown-toggle::after {
        display: none;
    }

    #navbar .nav-item {
        width: 33.3%;
    }

    #navbar .dropdown-item {
        padding: .25rem 0;
        font-size: 14px;
    }

    #navbar .navbar-nav .nav-link {
        font-size: 1.1rem;
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 575.98px) {
    #navbar .nav-item {
        width: 49.9%;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: rgb(40, 167, 69, .2);
}

/* BS */

.form-control.bg-secondary:focus {
    border-color: #d3d3d3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(199, 199, 199, 0.25);
}

.md-gutters {
    margin-left: -.4rem !important;
    margin-right: -.4rem !important;
}

.md-gutters>[class*="col-"] {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
}

.sm-gutters {
    margin-left: -.25rem !important;
    margin-right: -.25rem !important;
}

.sm-gutters>[class*="col-"] {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

@media only screen and (min-width: 768px) {
    #filter.collapse:not(.show) {
        display: block !important;
    }
}

.breadcrumb {
    font-size: .9rem;
}

/* btn */

.btn-outline-9e6a19 {
    color: #9e6a19;
    border-color: #9e6a19;
}

.btn-outline-9e6a19:hover {
    color: #fff;
    background-color: rgb(158, 106, 25, .8);
    border-color: rgb(158, 106, 25, .8);
}

.btn-outline-9e6a19:focus {
    box-shadow: 0 0 0 .2rem rgb(158, 106, 25, .5);
}

.btn-outline-white {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-white:hover {
    color: #fff;
    background-color: rgba(249, 250, 251, 0.3);
    border-color: rgba(248, 249, 250, 0.5);
}

.btn-outline-white:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.container-xl ul.ul-patientinfo {
    list-style: none;
    margin: 0;
    padding-left: 2rem;
    background-color: rgba(238, 238, 238, 0.58);
}

.container-xl ul.ul-patientinfo li {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: .3rem;
    padding-top: .3rem;
}

.theme-result ul.ul-patientinfo {
    list-style: none;
    margin: 0;
    padding-left: 2rem;
    background-color: rgba(238, 238, 238, 0.8);
}

.theme-result ul.ul-patientinfo li {
    position: relative;
    padding-bottom: .3rem;
    padding-top: .3rem;
}

/* ul.ul-patientinfo li:before {
    content: "";
    position: absolute;
    left: .125rem;
    top: calc(8px * 1.8);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: .255em;
    border-top: .225em solid transparent;
    border-right: 0;
    border-bottom: .225em solid transparent;
    border-left: .45em solid;
} */

/* ul.ul-patientinfo li ul.ul-patientinfo li {
    position: relative;
    padding-left: 2.4rem;
}

ul.ul-patientinfo li ul.ul-patientinfo li:before {
    content: "";
    position: absolute;
    left: 1.325rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: .255em;
    border-top: .225em solid transparent;
    border-right: 0;
    border-bottom: .225em solid transparent;
    border-left: .45em solid;
} */

a.text-dark {
    border-bottom: 1.5px solid transparent;
}

a.text-055c9b:hover {
    border-bottom: 1.5px solid #055c9b;
}

a.text-secondary {
    border-bottom: 1.5px solid transparent;
}

a.text-dark:focus,
a.text-dark:hover,
a.text-dark.active {
    color: #121416 !important;
    /* font-weight: bold !important; */
    border-bottom: 1.5px solid #000;
}

a.text-secondary:focus,
a.text-secondary:hover,
a.text-secondary.active {
    color: #121416 !important;
    /* font-weight: bold !important; */
    border-bottom: 1.5px solid #000;
}

/* text-truncate */

.text-truncate-3lines {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* text-theme-color */

.theme-CancerInfoPro a.text-theme-color,
h4.text-theme-color {
    color: #de2929;
}

.theme-CancerInfoPro a.text-theme-color:hover {
    color: #a62121;
}

.theme-PatientInfo a.text-theme-color {
    color: #4c9fb5;
}

.theme-PatientInfo a.text-theme-color:hover {
    color: #326d7e;
}


.theme-Alternative a.text-theme-color {
    color: #669d43;
}

.theme-Alternative a.text-theme-color:hover {
    color: #3f6626;
}

.theme-VariousTreat a.text-theme-color {
    color: #f29a20;
}

.theme-VariousTreat a.text-theme-color:hover {
    color: #ad6f18;
}

.theme-StemCell a.text-theme-color {
    color: #a84bb7;
}

.theme-StemCell a.text-theme-color:hover {
    color: #732f7e;
}

.theme-index a.text-9e6a19:hover {
    color: #664510;
    border-bottom: 1.5px solid #664510;
}

.theme-result a.text-theme-color {
    color: #c9a163;
}

.theme-result a.text-theme-color:hover {
    color: #664510;
}

/* bg-theme-color */
.theme-CancerInfoPro span.bg-theme-color {
    background-color: #d56965;
}

/* btn-theme-color */
.btn-theme-color {
    background-color: #f4f4f4;
    color: #a6a6a6;
}


.btn-theme-color:hover {
    color: #747474;
    background-color: #f4f4f4;
}

.btn-outline-9e6a19:focus {
    box-shadow: 0 0 0 .2rem rgbrgb(213, 105, 101, .5);
}

/* collapse control */

.collapsecontrol[aria-expanded="true"] .collapseclosed {
    display: none;
}

.collapsecontrol[aria-expanded="false"] .collapseopened {
    display: none;
}

/* shadow */

.shadow-product {
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.25);
}

/*text position*/

@media only screen and (min-width: 576px) {
    .text-sm-center {
        text-align: center !important;
    }
}

.lh-180 {
    line-height: 1.8;
}

/* text-color */
.text-9e6a19 {
    color: #9e6a19;
}

.text-a6a6a6 {
    color: #a6a6a6;
}

.text-055c9b {
    color: #055c9b;
}

.text-4c9fb5 {
    color: #4c9fb5;
}

@media only screen and (min-width: 992px) {
    .w-lg-80 {
        width: 80% !important;
    }
}

@media only screen and (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

/* form-control */
.home-banner-bg .form-control {
    height: calc(2em + .75rem + 2px);
    border: 0px solid #ced4da;
}

.home-banner-bg .input-group {
    width: 95%;
}

.home-banner-bg .btn {
    padding: 0.375rem 1.5rem;
}

.container-xl .form-control {
    border: 0px solid #ced4da !important;
    background-color: #f4f4f4 !important;
}

.form-control::placeholder {
    color: #aaa;
}

.input-group-lg .form-control {
    height: calc(2em + .75rem + 2px);
    border: 0px solid #ced4da;
}

.input-group-lg.input-group {
    width: 95%;
}

.input-group-lg .btn {
    padding: 0.375rem 1.5rem;
}

/*  */
.drop-title {
    padding: 5px 20px;
    cursor: pointer;
}

.drop-title:hover {
    background: #eff9fa;
}

.btn-outline-4c9fb5 {
    border-color: #4c9fb5;
    color: #4c9fb5;
}

.btn-outline-4c9fb5:hover {
    background-color: #4c9fb5;
    color: #ffffff;
}

.btn-outline-4c9fb5:focus {
    box-shadow: 0 0 0 .2rem rgb(244, 244, 244, .5)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(40, 167, 69, .7);
    border-color: #bdbdbd;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: rgb(40, 167, 69, .7);
    border-color: #bdbdbd;
}

.page-link {
    margin: 1px;
    color: #218838;
}

.theme-CancerInfoPro .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e67575;
    border-color: #bdbdbd;
}

.theme-CancerInfoPro .page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #e67575;
    border-color: #bdbdbd;
}

.theme-CancerInfoPro .page-link {
    margin: 1px;
    color: #ca5c5c;
}

.theme-PatientInfo .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5caec6;
    border-color: #bdbdbd;
}

.theme-PatientInfo .page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #5caec6;
    border-color: #bdbdbd;
}

.theme-PatientInfo .page-link {
    margin: 1px;
    color: #326d7e;
}

.theme-VariousTreat .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f29a20;
    border-color: #bdbdbd;
}

.theme-VariousTreat .page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #f29a20;
    border-color: #bdbdbd;
}

.theme-VariousTreat .page-link {
    margin: 1px;
    color: #f29a20;
}

.theme-StemCell .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #c167cf;
    border-color: #bdbdbd;
}

.theme-StemCell .page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #c167cf;
    border-color: #bdbdbd;
}

.theme-StemCell .page-link {
    margin: 1px;
    color: #a84bb7;
}

.badge-cacaca {
    color: #fff;
    background-color: #cacaca;
}

.badge-929292 {
    color: #fff;
    background-color: #929292;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.03) !important;
}

#carouselcis .carousel-item {
    transition: transform 1s ease-in, opacity 1s ease-out !important;
}


.donate {
    position: relative;
    color: #eabd41;
    background-color: #ffffff;
    max-width: 100%;
}


.rounded-2rem {
    border-radius: 2rem !important;
}

.juju::after {
    position: absolute;
    right: 5%;
    bottom: -5px;
    transform: translateY(100%);
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 12px solid #fff;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 12px solid transparent;
    transform: skewX(15deg);
}

.donate:hover {
    color: #ffff;
    background-color: #eabd41;
}

.juju:hover::after {
    position: absolute;
    right: 5%;
    bottom: -5px;
    transform: translateY(100%);
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 12px solid #eabd41;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 12px solid transparent;
    transform: skewX(15deg);
}

.juju-lg::after {
    position: absolute;
    left: 5%;
    bottom: -5px;
    transform: translateY(100%);
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 9px solid #eabd41;
    border-right: 20px solid transparent;
    border-bottom: 0;
    border-left: 0px solid transparent;
    transform: skewX(-25deg);
}

.juju-lg:hover::after {
    position: absolute;
    left: 5%;
    bottom: -5px;
    transform: translateY(100%);
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 9px solid rgb(122, 172, 181);
    border-right: 20px solid transparent;
    border-bottom: 0;
    border-left: 0px solid transparent;
    transform: skewX(-25deg);
}


.donate-lg {
    position: relative;
    color: #ffffff;
    background-color: #eabd41;
    max-width: 100%;
}

.donate-lg:hover {
    color: #ffffff;
    background-color: rgb(122, 172, 181);
}

@media only screen and (min-width: 992px) {
    .w-lg-20 {
        width: 20% !important;
    }
}

.donate-pos {
    margin-left: calc(5vw - 1.5rem);
    width: 140%;
}

@media only screen and (min-width: 576px) {
    .donate-pos {
        margin-left: calc(5vw - 1.5rem);
        width: 110%;
    }
}

@media only screen and (min-width: 992px) {
    .donate-pos {
        margin-left: calc(9vw - 0.5rem);
        width: 60%;
    }
}