/*舊*/
@media screen and (max-width: 1400px) {
    html {
        font-size: 18px;
    }

    /*-------------------
    首頁
    -------------------*/

    /*****index-about*****/

    .index-about .description {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 1199px) {
    /*-------------------
    共用
    -------------------*/

    section.page {
        padding: 5rem 0;
    }

    /*-------------------
    選單
    -------------------*/

    @media (min-width: 992px) {
        .navbar .navbar-nav .nav-link {
            padding: 10px 15px;
        }
    }

    .navbar .logo {
        width: 180px;
        border-right: 1px solid #cccccc;
        padding: 1rem 1rem 1rem 0;
    }

    /*-------------------
    首頁
    -------------------*/

    /*****banner*****/

    .banner {
        min-height: 50vh;
    }

    .banner .banner-text {
        max-width: 400px;
    }

    .banner-con {
        top: 25vh;
    }

    .banner .move {
        width: 30px;
        bottom: 30px;
    }

    .banner .banner-con h1 {
        font-size: 1.9rem;
        margin-top: 10px;
        margin-left: 70px;
    }

    /*****index-introduce*****/

    .index-introduce .title {
        font-size: 2.3rem;
    }

    .index-introduce .description {
        font-size: 1.2rem;
    }

	.index-introduce .title::before {
        width: 80px;
        height: 80px;
        border-left: 14px solid #ff7f52;
        border-bottom: 14px solid #ff7f52;
    }
    /*****index-about*****/

    .index-about .row {
        padding-top: 100px;

    }

    .index-about .title {
        width: 200px;
        height: 200px;
    }

    /*****index-kingdom*****/

    .index-kingdom .text {
        font-size: 1.3rem;
    }

    /*-------------------
    收益型開放式基金
    -------------------*/

    section.page.investment {
        padding: 5rem 0;
    }

    .investment .investment-img {
        margin-top: -7rem;
    }

    /*****市場概況*****/

    .market .row {
        padding: 80px 10%;
    }
	
	 /*-------------------
    醫療發展基金
    -------------------*/

    /*****幹細胞*****/

    .stem-cell .title {
        font-size: 2.3rem;
        margin-bottom: 25px;
    }

    .stem-cell .text {
        margin-bottom: 15px;
    }

    .stem-cell .title::before {
        width: 80px;
        height: 80px;
        border-left: 14px solid #ff7f52;
        border-bottom: 14px solid #ff7f52;
    }

    /*****間質幹細胞*****/

    .mesenchymal-stem-cell .description-small {
        margin-top: 50px;
        width: 100%;
    }

    /*****stem-cell-description*****/

    .stem-cell-description .text {
        padding: 3rem 2rem;
    }

    /*****exosomes*****/

    .exosomes .description-small {
        margin-top: 50px;
        width: 100%;
    }

    /*****about-con*****/

    .about-con .title {
        font-size: 3.7rem;
    }

    .about-con .number {
        font-size: 4rem;
    }

    /*****expected-return*****/
    
    .expected-return .item-text .title {
        font-size: 1.5rem;
        width: 100%;
        letter-spacing: 3px;
    }

    .expected-return .item-title .title span {
        font-size: 2.5rem;
        border-left: 10px solid #ff7f52;
        padding: 10px 0 10px 30px;
    }

}

@media screen and (max-width: 991px) {

    /*-------------------
    選單
    -------------------*/

    .navbar>.container {
        align-items: center;
    }

    .navbar-toggler {
        border: 0;
        font-size: 16px;
    }

    .navbar .logo {
        width: 155px;
        border-right: 0;
        padding: 1rem 0.75rem 1rem 0;
    }

    /*-------------------
    首頁
    -------------------*/

    /*****index-introduce*****/

    .index-introduce .title {
        font-size: 2rem;
    }

    .index-introduce .description {
        font-size: 1.1rem;
    }

    .index-introduce .introduce-ul {
        margin-bottom: 30px;
    }

    .index-introduce .title::before {
        width: 70px;
        height: 70px;
        border-left: 10px solid #ff7f52;
        border-bottom: 10px solid #ff7f52;
    }

    .index-introduce .img-box::before {
        width: 200px;
        border-bottom: 10px solid #ff7f52;
    }

    /*****index-advantage*****/

    .index-advantage .row {
        width: 70%;
        margin: auto;
    }

    .index-advantage .item {
        margin-bottom: 30px;
        min-height: 360px;
    }

    /*****index-about*****/

    .index-about .row {
        padding: 180px 20px 50px 20px;
    }

    .index-about .title {
        width: 180px;
        height: 180px;
        left: 20px;
    }

    .index-about .description {
        margin-bottom: 40px;
    }

    .index-about .img-box img {
        width: 100%;
    }

    /*****index-kingdom*****/

    .index-kingdom .title {
        width: 180px;
        height: 180px;
        padding: 40px 15px;
    }

    .index-kingdom .text {
        width: calc(100% - 210px);
    }

    .index-kingdom .img-box {
        order: 2;
    }

    .index-kingdom .con-box {
        order: 1;
        padding: 0 40px 30px 40px;
    }

    /*-------------------
    footer
    -------------------*/

    .footer .logo {
        width: 180px;
        margin-bottom: 30px;
    }

    .footer .copyright {
        margin-top: 80px;
    }

    /*-------------------
    收益型開放式基金
    -------------------*/

    .investment .investment-img {
        margin-top: 30px;
    }

    .investment .con-box {
        width: 100%;
    }

    /*****市場概況*****/

    .market .row {
        padding: 50px 20px 50px 20px;
    }

    /*****投資組合*****/

    .investment.portfolio .con-box {
        margin-left: 0;
    }
	
	/*-------------------
    醫療發展基金
    -------------------*/

    /****共用*****/
    .page .description-small {
        font-size: 1rem;
    }

    /*****幹細胞*****/

    .stem-cell .title {
        font-size: 2rem;
    }

    .stem-cell .title::before {
        width: 70px;
        height: 70px;
        border-left: 10px solid #ff7f52;
        border-bottom: 10px solid #ff7f52;
    }

    .stem-cell .text-box {
        order: 1;
        margin-bottom: 30px;
    }

    .stem-cell .img-box {
        order: 2;
    }

    /*****stem-cell-description*****/

    .stem-cell-description .text {
        padding: 2rem;
    }

    .stem-cell-description .text .con {
        width: 40%;
    }

    .stem-cell-description .text ul {
        width: 60%;
    }

    /*****about-con*****/

    .page.about-con {
        padding: 5rem 0 0 0;
    }

    .about-con .img-box {
        margin-bottom: 30px;
    }

    .about-con .text-box {
        margin-bottom: 5rem;
    }

    .about-con .title {
        font-size: 3rem;
    }

    .about-con .number {
        font-size: 3rem;
    }

    .about-con .title-text {
        font-size: 1.2rem;
    }

    /*****expected-return*****/

    .expected-return .item-title .title span {
        font-size: 2rem;
        border-left: 10px solid #ff7f52;
        padding: 10px 0 10px 20px;
    }

    /*****expected-return*****/

    .expected-return .text-box {
        order: 1;
        margin-bottom: 30px;
    }

    .expected-return .img-box {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 17px;
    }

    /*-------------------
    首頁
    -------------------*/

    /*****banner*****/

    .banner .banner-text {
        max-width: 300px;
    }

    .banner .banner-con h1 {
        font-size: 1.6rem;
        margin-left: 52px;
    }

    /*****index-advantage*****/

    .index-advantage .row {
        width: 85%;
    }

    .index-advantage .item {
        padding: 35px 25px;
        min-height: auto;
    }

    .index-advantage .item img {
        max-width: 100px;
    }

    /*****index-kingdom*****/
    
    .index-kingdom .text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .index-kingdom .title-box {
        margin-bottom: 20px;
    }

    /*-------------------
    收益型開放式基金
    -------------------*/

    .index-introduce .title {
        font-size: 1.6rem;
    }

    .index-introduce .title::before {
        width: 60px;
        height: 60px;
    }

    .market .row {
        width: 90%;
    }
	
	/*-------------------
    醫療發展基金
    -------------------*/
    /*****幹細胞*****/

    .stem-cell .title {
        font-size: 1.6rem;
    }

    .stem-cell .title::before {
        width: 60px;
        height: 60px;
    }

    /*****stem-cell-description*****/

    .stem-cell-description .text .con {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #e6e6e6;
    }

    .stem-cell-description .text ul {
        width: 100%;
        border: 0;
        padding: 20px;
        font-size: 1rem;
    }

    /*****expected-return*****/

    .expected-return .item-title .title span {
        font-size: 1.5rem;
        border-left: 10px solid #ff7f52;
        padding: 10px 0 10px 10px;
    }

    .expected-return .item-text .title {
        font-size: 1.3rem;
        letter-spacing: 2px;
    }

}

@media screen and (max-width: 575px) {
	.dementia {
		background: url(../images/dementia-m.jpg) center center;
		background-repeat: no-repeat;
		padding: 0px;
	}
}

@media screen and (max-width: 350px) {}