:root {
    --bs-dusty-rose: #da6f8a;
    --bs-dusty-rose-hover: #c85f79;
    --bs-dusty-rose-active: #b8566d;
    --bs-dusty-rose-light: #f3c9d3;
    --bs-dusty-rose-dark: #a44a5f;
    --bs-dusty-rose-text: #ffffff;
}

html {
    overflow-x: hidden;
    width: 100%;
    font-size: 18px;
}

body {
    font-family: 'Microsoft JhengHei', Poppins, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 1rem;
    line-height: 2 !important;
}

h1,
h2 {
    font-family: Poppins, 'Microsoft YaHei', "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: 0;
}

h3,
h4,
h5,
h6 {
    font-family: 'Microsoft JhengHei', "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
a:hover {
    text-decoration: none;
}



u {
    text-decoration: none;
    border-bottom: rgba(204, 204, 204, .2) solid 1px;
    padding-bottom: 3px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aaa !important;
}

h1 {
    font-weight: bold;
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: normal;
}

h3 {
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 140%;
}

h4 {
    font-size: 19px;
    line-height: 150%;
}

h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.header {
    padding-top: 15px;
    padding-bottom: 20px;
}

@media all and (max-width: 991.98px) {
    .header-color {
        background-color: #221d3b;
    }
}

.page-banner {
    margin-bottom: 30px;
}

@media all and (max-width: 768px) {
    .header {
        padding: 0;
        padding-top: 15px;
    }
}


.top-right-icon {
    width: 40px;
}

.topmenu {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.topmenu a {
    color: #333;
    margin-left: 20px;
}

.topmenu-m {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.topmenu-m a {
    color: #333;
    margin-left: 10px;
}

.topmenu a:hover {
    color: #9dd2ca;
}

/* home */

.home-find {
    margin-top: 90px;
    margin-bottom: 90px;
}

/*home-2*/

.hero-image {
    background-image: url("../pop/img/bg-6.png");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-3d0549 {
    color: #3d0549;
}

.text-grape {
    color: rgb(93, 81, 108) !important;
}


.w-80px {
    width: 80px !important;
}

.pop-news-box {
    border: 8px solid #f9e9c2;
    border-radius: 10px;

}

.pop-news-box .news-text {
    background-color: #f9e9c2;
    padding: 0rem 1.25rem .75rem;
}

.shadow-69 {
    box-shadow: 0 .125rem .25rem rgba(69, 69, 69, 0.58);
}

.text-shadow-black-3 {
    text-shadow: rgba(0, 0, 0, 1) 1px 1px 3px;
}

.bg-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.ink-hover .p-info {
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    transition: .5s;
    font-size: 5px;
}

.ink-hover:hover .p-info {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    opacity: 1;
    transition: .5s;
    font-size: 20px;
}

.ink-hover .p-info p {
    margin-bottom: 0;
}

.ink-hover:hover .w-160px {
    width: 1000px;
    transition: .5s;
    opacity: .96;
}

.w-160px {
    width: 75px;
    transition: .5s;
    opacity: .5;
    z-index: 3;
    bottom: 0;
    left: 0;
}

.w-5 {
    width: 5% !important;
}

.w-65 {
    width: 65% !important;
}

/* .home-fit */

.fit {
    background: #f7f2e7;
    margin-bottom: 90px;
}

.home-fit {
    padding: 25px 40px;
    color: #333;
    white-space: nowrap;
}

.home-fit h3 {
    line-height: 120%;
}

.home-fit h4 {
    color: #5d5c59;
    font-family: Adobe Gothic Std;
    font-size: 18px;
    letter-spacing: 1px;
}

.home-fit hr {
    width: 20%;
    display: inline-block;
    margin: 0 0 10px 0;
}

.home-fit p {
    letter-spacing: 1px;
}

.home-fit1 {
    transform: translate(20px, -20px);
}

.home-fit2 {
    transform: translate(20px, 20px);
}

.home-fit3 {
    transform: translate(-20px, -20px);
}

.home-fit4 {
    transform: translate(-20px, 20px);
}

@media all and (max-width: 768px) {
    h1 {
        font-size: 8vw;
    }

    h1 .big {
        font-size: 14vw;
    }

    h2 {
        font-size: 7vw;
    }

    .lead {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    .home-banner {
        margin-left: -25vw;
        margin-right: -25vw;
        overflow: hidden;
    }

    .page-banner {
        margin-left: -30vw;
        margin-right: -30vw;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .home-find {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .fit {
        margin-bottom: 20px;
    }

    .home-fit {
        padding: 40px 8vw;
    }

    .home-fit1,
    .home-fit2,
    .home-fit3,
    .home-fit4 {
        transform: translate(0, 0);
    }

    .xs-p-0 {
        padding: 0;
    }
}

.home-fit-music {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
    height: 120px;
}

/* colors */
.text-comfrey {
    color: #38214a !important
}

.text-pf {
    color: #fd5946 !important
}

.text-686EFF {
    color: #686EFF !important;
}

.text-43A6FF {
    color: #43A6FF !important;
}

.text-b3b3b3 {
    color: #b3b3b3 !important;
}

.text-646464 {
    color: #646464 !important;
}

.text-FDA946 {
    color: #FDA946 !important;
}

.text-FD7246 {
    color: #FD7246 !important;
}

.text-FF9584 {
    color: #FF9584 !important;
}

.bg-comfrey {
    background-color: #38214a !important
}

.text-violet {
    color: #a51f5e !important
}

.bg-violet {
    background-color: #a51f5e !important
}

.bg-pf {
    background-color: #fd5946 !important
}


.bg-light-pink {
    background-color: #fbefef !important;
}

.bg-ffe0af {
    background-color: #ffe0af !important;
}

.bg-D8F2FF {
    background-color: #D8F2FF !important;
}


.bg-light-pink-purple-45deg {
    background: rgb(251, 239, 239);
    background: linear-gradient(45deg, rgba(251, 239, 239, 1) 0%, rgba(245, 211, 246, 1) 100%);
}


.bg-rose-purple-0deg {
    background: rgb(234, 194, 195);
    background: linear-gradient(0deg, rgba(234, 194, 195, 1) 0%, rgba(245, 211, 246, 1) 100%);
}


.bg-f5f5f5 {
    background-color: #f5f5f5 !important;
}

.bg-686EFF {
    background-color: #686EFF;
}

.bg-FFBC6E {
    background-color: #FFBC6E !important;
}

.bg-ECECEC {
    background-color: #ECECEC !important;
}

.bg-FCF9FF {
    background-color: #FCF9FF !important;
}

.bg-FFC37C {
    background-color: #FFC37C !important;
}

.bg-FFEFDF {
    background-color: #FFEFDF !important;
}

.bg-FFF9F3 {
    background-color: #FFF9F3 !important;
}

.bg-FFA394 {
    background-color: #FFA394 !important;
}

.bg-FFF0ED {
    background-color: #FFF0ED !important;
}

.bg-FFF9F8 {
    background-color: #FFF9F8 !important;
}

.bg-38214a0f {
    background-color: #38214a0f !important;
}

.bg-7AC9F2 {
    background-color: #7AC9F2 !important;
}

.text-38A6E0 {
    color: #38A6E0;
}

/*
.bg-pop {
    background-color: #fd5946 !important
}
*/
.bg-faeceb {
    background-color: #faeceb;
}

.bg-faeceb+div {
    position: relative;
    z-index: 1;
}

.bg-f9f3ff {
    background-color: #f9f3ff;
}

.text-rose {
    color: #f7bebe !important
}

.text-yellow {
    color: #f7e18b !important
}

.text-fresh-green {
    color: #aecf91 !important
}

.text-lite-gray {
    color: #ccc !important
}

.bg-lite-yellow {
    background: #e1df88 !important
}

.text-lite-yellow {
    color: #b7b525 !important
}

.bg-light-pink {
    background-color: #fbefef !important;
}

.text-wood {
    color: #e29f2a !important
}

.hr-wood {
    border-top: #e29f2a solid 1px;
}

.hr-ddd {
    border-top: #ddd solid 1px;
}

.hr-ccc {
    border-top: #ccc solid 1px;
}

.text-bright-green {
    color: #7dd330;
}

.hr-bright-green {
    border-top: #7dd330 solid 1px;
}

.bg-lite-pink {
    background: #e5c5d0;
}

.text-lite-pink {
    color: #d34376;
}

.text-ocean {
    color: #1faddb
}

.bg-lite-blue {
    background: #a3c6d9;
}

.text-lite-blue {
    color: #367fa5;
}

.bg-lite-green {
    background: #a4ddba;
}

/* text color only for this site */
.text-black {
    color: #000;
}

.text-orange {
    color: #fc850f
}

.text-green {
    color: #22b799;
}

.text-apple-green {
    color: #9cd4cb;
}

.text-lite-green {
    color: #3c925d;
}

.text-pop {
    color: #80C1C1 !important;
}

.text-blue {
    color: #6f94db !important
}

.text-pink {
    color: #f080ae !important
}

.text-676767 {
    color: #676767 !important
}

.text-7efff3 {
    color: #7efff3 !important
}

/* hr color only for this site */
.hr-green {
    border-top: #22b799 solid 1px;
}

.hr-pink {
    border-top: #f080ae solid 1px;
}

/* 字距 */
.text-loose {
    letter-spacing: 5px;
}

/* 行距 */
.lh-150 {
    line-height: 1.5 !important;
}

.line-loose {
    line-height: 200%;
}

/* icon距 */
.li-loose li {
    margin: 5px;
}

/* bg color only for this site */
.bg-purple {
    background-color: #7266ba !important;
}

.bg-pink {
    background-color: #fb6d9d !important;
}

/* btn color only for this site */

.btn-class-pf {
    background-color: #fd5946;
    border: 1px solid #fd5946 !important;
    color: #fff !important;
}

.btn-pop {
    color: #fff;
    background-color: #80C1C1;
    border-color: #80C1C1
}

.btn-pop:hover {
    color: #fff;
    background-color: #409f9f;
    border-color: #409f9f
}

.btn-pop.focus,
.btn-pop:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-pop.disabled,
.btn-pop:disabled {
    color: #fff;
    background-color: #80C1C1;
    border-color: #80C1C1
}

.btn-pop:not(:disabled):not(.disabled).active,
.btn-pop:not(:disabled):not(.disabled):active,
.show>.btn-pop.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-pop:not(:disabled):not(.disabled).active:focus,
.btn-pop:not(:disabled):not(.disabled):active:focus,
.show>.btn-pop.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-pop-dr {
    color: #fff;
    background-color: #4f95fc;
    border-color: #4f95fc
}

.btn-pop-dr:hover {
    color: #fff;
}

.btn-pop-g {
    color: #fff;
    background-color: #80be26;
    border-color: #80be26
}

.btn-pop-g:hover {
    color: #fff;
}

.btn-pop-pp {
    color: #fff;
    background-color: #efa706;
    border-color: #efa706
}

.btn-pop-pp:hover {
    color: #fff;
}


.btn-pop-fl {
    color: #fff;
    background-color: #f19a86;
    border-color: #f19a86
}

.btn-pop-fl:hover {
    color: #fff;
}


.btn-pop-sx {
    color: #fff;
    background-color: #c9ba15;
    border-color: #c9ba15
}

.btn-pop-sx:hover {
    color: #fff;
}

.btn-pop-vl {
    color: #fff;
    background-color: #c97215;
    border-color: #c97215
}

.btn-pop-vl:hover {
    color: #fff;
}

.btn-pop-vn {
    color: #fff;
    background-color: #0fdbe8;
    border-color: #0fdbe8
}

.btn-pop-vn:hover {
    color: #fff;
}

/* btn-comfrey */
.btn-comfrey {
    color: #fff;
    background-color: #38214a;
    border-color: #38214a
}

.btn-comfrey:hover,
.btn-comfrey:active,
.btn-comfrey:focus {
    color: #fff;
}

.btn-outline-comfrey {
    color: #38214a;
    border-color: #38214a
}

.btn-outline-comfrey:hover {
    color: #fff;
    background-color: #38214a;
    border-color: #38214a
}

.btn-outline-comfrey.focus,
.btn-outline-comfrey:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-comfrey.disabled,
.btn-outline-comfrey:disabled {
    color: #38214a;
    background-color: transparent
}

.btn-outline-comfrey:not(:disabled):not(.disabled).active,
.btn-outline-comfrey:not(:disabled):not(.disabled):active,
.show>.btn-outline-comfrey.dropdown-toggle {
    color: #fff;
    background-color: #38214a;
    border-color: #38214a
}

.btn-outline-comfrey:not(:disabled):not(.disabled).active:focus,
.btn-outline-comfrey:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-comfrey.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

/* btn-landing-page */
.btn-instagram {
    color: #fff !important;
    background-color: #db2b6c !important;
}

.btn-instagram:hover {
    color: #fff !important;
    background-color: #c72565 !important;
}

.btn-38214a {
    color: #fff !important;
    background-color: #38214a;
}

.btn-38214a:hover {
    color: #fff !important;
    background-color: #5c3679;
}

.btn-686EFF {
    color: #dfe1ff !important;
    background-color: #686EFF;
}

.btn-686EFF:hover {
    color: #fff !important;
    background-color: #373cc5;
}

.btn-ffe0af {
    color: #ee8c5c !important;
    background-color: #ffe0af;
}

.btn-ffe0af:hover {
    color: #fff !important;
    background-color: #FFC468;
}

.btn-outline-light {
    border-color: #fff !important;
    color: #fff !important;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

.btn-FFC37C {
    color: #fff !important;
    background-color: #FFC37C;
}

.btn-FFC37C:hover {
    color: #fff !important;
    background-color: #ffb65e;
}




.btn-FFA394-1 {
    color: #fff !important;
    background-color: #FFA394;
}

.btn-FFA394-1:hover {
    color: #fff !important;
    background-color: #ff8573;
}

.btn-FFA394 {
    color: #fff !important;
    background-color: #FFA394;
}

.btn-FFA394:hover {
    color: #fff !important;
    background-color: #ff8573;
    box-shadow: none;
}



.btn-outline-FFA394 {
    color: #FFA394 !important;
    border-color: #FFA394;
}

.btn-outline-FFA394:hover {
    color: #ffffff !important;
    border-color: #ff8573;
    background-color: #ff8573;
    box-shadow: none;
}

.btn-FD7246 {
    color: #FD7246 !important;
    background-color: #fff;
}

.btn-FD7246:hover {
    color: #fff !important;
    background-color: #FD7246;
    box-shadow: none;
}

.btn-FDA946 {
    color: #fff !important;
    background-color: #FDA946;
}

.btn-FDA946:hover {
    color: #fff !important;
    background-color: #ff8800;
    box-shadow: none;
}

.btn-outline-FDA946 {
    color: #FDA946 !important;
    border-color: #FDA946;
}

.btn-outline-FDA946:hover {
    color: #fff !important;
    background-color: #ff8800;
    border-color: #ff8800;
    box-shadow: none;
}

.btn-1877F2 {
    color: #fff !important;
    background-color: #43A6FF;
}

.btn-1877F2:hover {
    color: #fff !important;
    background-color: #2499ff;
    box-shadow: none;
}


.btn:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important;
}

.btn-7AC9F2 {
    color: #fff !important;
    background-color: #7AC9F2;
}

.btn-7AC9F2:hover {
    color: #fff !important;
    background-color: #6ab1d8;
    box-shadow: none;
}

.btn-outline-7AC9F2 {
    color: #7AC9F2 !important;
    border-color: #7AC9F2;
}

.btn-outline-7AC9F2:hover {
    color: #fff !important;
    background-color: #7AC9F2;
    box-shadow: none;
}

.btn-circle {
    width: 90px;
    height: 90px;
    border-radius: 100rem;
    transition: all .5s ease-in-out;
}

@media all and (min-width: 576px) {
    .btn-circle {
        width: 100px;
        height: 100px;
        border-radius: 100rem;
        transition: all .5s ease-in-out;
    }
}

.btn-circle:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.8) 0 0 4px !important;
}

/* Dropcap */

.dropcap {
    font-size: 72px;
}

.dropcap,
.dropcap-circle,
.dropcap-square,
.dropcap-big {
    display: block;
    float: left;
    font-weight: bolder;
    line-height: 60px;
    margin-right: 6px;
    text-shadow: none;
    font-family: "Arial Black", Gadget, sans-serif;
}

.dropcap-big {
    font-size: 140px;
    line-height: 120px;
    margin-right: 0;
}

h2.big,
h3.big {
    font-size: 44px;
    padding-top: 36px;
}

h2.big1 {
    font-size: 36px;
    margin-top: 35px;
}

p.big {
    font-size: 21px;
}

.pt-6 {
    padding-top: 3.6rem;
}

.pt-7 {
    padding-top: 4.2rem;
}

.pt-8 {
    padding-top: 4.8rem;
}

.pt-9 {
    padding-top: 5.4rem;
}

.pt-10 {
    padding-top: 6rem;
}

.pt-51p {
    padding-top: 51.57%;
}

.pb-6 {
    padding-bottom: 3.6rem;
}

.pb-7 {
    padding-bottom: 4.2rem;
}

.pb-8 {
    padding-bottom: 4.8rem;
}

.pb-9 {
    padding-bottom: 5.4rem;
}

.pb-10 {
    padding-bottom: 6rem;
}

.mt-6 {
    margin-top: 3.6rem;
}

.mt-7 {
    margin-top: 4.2rem;
}

.mt-8 {
    margin-top: 4.8rem;
}

.mt-9 {
    margin-top: 5.4rem;
}

.mt-10 {
    margin-top: 6rem;
}

.mb-6 {
    margin-bottom: 3.6rem;
}

.mb-7 {
    margin-bottom: 4.2rem;
}

.mb-8 {
    margin-bottom: 4.8rem;
}

.mb-9 {
    margin-bottom: 5.4rem;
}

.mb-10 {
    margin-bottom: 6rem;
}

/* partners */

.partners {
    margin-top: 90px;
}

/* footer */

.footer {
    margin-top: 120px;
    color: #a1a09b;
    padding-bottom: 50px;
}

.footer a {
    color: #a1a09b;
}

.footer-contact {
    border-bottom: #CCC solid 1px;
    padding-bottom: 5px;
    padding-right: 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 13px;
    margin-left: 10px;
    opacity: .7
}

.footer-logo {
    margin-bottom: 70px;
}

.footer-phone {
    font-size: 44px;
    font-family: 'Adobe Hebrew', "Palatino Linotype", "Book Antiqua", Palatino;
    font-weight: bold;
}

.footer-icon {
    font-size: 32px;
    margin: 15px;
}

.bg-black {
    background: #000;
    color: #fff;
}

.bg-ablack {
    background: #141414;
}

.bg-gray {
    background: #ededed;
}

.bg-lite {
    background: #f3f3f3;
}

.bg-f5f5f5-eee-45deg {
    background: rgb(252, 252, 252);
    background: linear-gradient(45deg, rgba(252, 252, 252, 1) 0%, rgba(230, 230, 230, 1) 100%);
}

.scale-box {
    transition: all .5s ease-in-out;
}

.scale-box:hover {
    transform: scale(1.12);
}

.bg-pink-purple-45deg {
    background: rgb(251, 239, 239);
    background: linear-gradient(45deg, rgba(251, 239, 239, 1) 0%, rgba(245, 211, 246, 1) 100%);
}


.bg-rose-purple-0deg {
    background: rgb(234, 194, 195);
    background: linear-gradient(0deg, rgba(234, 194, 195, 1) 0%, rgba(245, 211, 246, 1) 100%);
}


/* feature-box */

.feature-box {
    margin: 50px 0;
}

.feature-box p {
    text-align: justify;
}

.feature-number {
    font-size: 26px;
    margin-left: 3px;
}

/* hr */

.hr-red {
    border-top: #f00 solid 1px;
}

.hr-short {
    width: 80px;
    display: inline-block;
}

.verticle-middle {
    display: flex;
    /* Magic begins      */
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically   */
    min-width: 0;
}

/* bootstrap */

[class*="col-sm"] {
    min-height: 0
}

.col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 575.98px) {
    .xs-small {
        font-size: 14px;
    }
}

li.music {
    list-style: none;
    text-indent: -11px;
    margin: 9px 0;
}

/* class */

.class-group img {
    max-height: 80vh
}

/* classroom */
/*
.classroom-card {
    padding: 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

.classroom-card h3 {
    font-size: 18px;
}
*/
.classroom-thumb {
    padding-top: 90%;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, .5) 0 0 3px;
    border-radius: 9px;
}

.classroom-name {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 10px;
}

.googlemap {
    width: 100%;
}

.bg-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover-top {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover-bottom {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* home */

.home-feature-box1 {
    height: 500px;
    padding: 0 15px;
    margin: 0;
    text-align: justify;
}

.home-feature-box {
    height: 250px;
    text-align: justify;
    padding-bottom: 30px;
}

@media all and (max-width: 768px) {

    .home-feature-box,
    .home-feature-box1 {
        height: auto;
        font-size: 5vw;
        margin: -15px;
        padding: 30px 25px;
        min-height: 50vh;
        color: #333;
    }

    .home-feature-box p,
    .home-feature-box1 p {
        text-align: justify;
    }

    .home-feature-box h3,
    .home-feature-box1 h3.big {
        font-size: 10vw;
        font-weight: bold;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .home-feature-box .dropcap,
    .home-feature-box1 .dropcap-big {
        font-size: 32vw;
        line-height: 27vw;
    }

    .home-feature-box2 {
        background: #e5f5f4;
    }

    .home-feature-box3 {
        background: #f5e6ed;
    }

    .home-feature-box4 {
        background: #f3f5e7;
    }

    .home-feature-box5 {
        background: #e7f0f5;
    }
}

a.caret-more {
    display: inline-block;
    width: 100px;
    line-height: 1;
    font-size: 13px;
    color: #333;
}

a.caret-more .hr {
    margin: 5px 0;
    border-top: #333 solid 1px;
}

a.caret-more:hover {
    color: #9dd2ca;
}

a.caret-more:hover .hr {
    border-top: #9dd2ca solid 1px;
}

/* list */

ul.list-icon {
    list-style: none;
    margin-left: 27px;
    padding: 0;
}

ul.list-icon li {
    text-indent: -10px;
    margin: 9px 0;
}

ul.list-icon i {
    width: 6px;
    text-align: center;
}

/* table */

.table-narrow th,
.table-narrow td {
    padding: 5px 4px;
}


pre {
    font-size: inherit;
    white-space: normal;
}

.cover-block {
    padding-top: 66%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    box-sizing: content-box;
}

.list-unstyled {
    margin: 0;
    padding: 0;
}

.list-unstyled li {
    margin-left: 0;
}

.fixed {
    position: fixed !important;
    z-index: 1;
    top: 0 !important;
}


/* danger-blink */
.text-danger-blink {
    color: #7266ba;
    animation: textdangerblink 1.5s infinite;
}

.text-danger-blink:hover {
    color: #f00;
}

@keyframes textdangerblink {
    0% {
        color: #7266ba;
    }

    50% {
        color: #f00;
    }

    100% {
        color: #7266ba;
    }
}

.btn-danger-blink {
    background-color: #7266ba;
    color: #fff !important;
    animation: btndangerblink 2s infinite;
}

.btn-danger-blink:hover {
    background: #f00 !important;
}

@keyframes btndangerblink {
    0% {
        background-color: #7266ba;
    }

    50% {
        background-color: #f00;
    }

    100% {
        background-color: #7266ba;
    }
}


/* rounded */
.rounded {
    border-radius: 0.35rem;
    overflow: hidden;
}

@media all and (min-width: 1200px) {
    .padding-6x100px {
        padding: 15px 100px !important;
    }
}

.rounded-5rem {
    border-radius: 5rem !important;
}

.rounded-dddddd65 {
    background-color: #dddddd65;
}


/* card */
.card {
    border-radius: 0.35rem;
    overflow: hidden;
}

.card-comfrey {
    border: solid 1px #38214a;
    overflow: hidden;
}

.filter-blur img {
    filter: blur(0px);
    transition: .3s;
}

.filter-blur:hover img {
    filter: blur(4px);
    transition: .3s;
    box-shadow: 10px 10px 15px rgba(131, 100, 106, 0.49);
}

.filter-blur {
    top: 0%;
    transition: 1s;
    box-shadow: 8px 8px 25px rgba(19, 8, 8, 0.28);
}

.filter-blur:hover {
    top: -1%;
    transition: 1s;
    box-shadow: 10px 10px 15px rgba(131, 100, 106, 0.63);
}

.filter-blur .class-opacity {
    opacity: 0;
    transition: .3s;
}

.filter-blur:hover .class-opacity {
    opacity: 1;
    transition: .3s;
    text-shadow: 3px 3px 2px rgb(0, 0, 0);
}

.font-20 {
    font-size: 20px;
}

.font-25 {
    font-size: 25px;
}

.font-30 {
    font-size: 30px;
}


.font-50 {
    font-size: 50px;
}

.font-56 {
    font-size: 56px;
}

.font-54 {
    font-size: 54px;
}

.font-22 {
    font-size: 22px;
}

.font-48 {
    font-size: 48px;
}

@media all and (min-width: 1200px) {
    .font-xl-21 {
        font-size: 21px !important;
    }
}

@media all and (min-width: 768px) {
    .font-md-20 {
        font-size: 20px !important;
    }

    .font-md-25 {
        font-size: 25px !important;
    }

    .font-md-30 {
        font-size: 30px !important;
    }

    .font-md-45 {
        font-size: 45px !important;
    }

    .font-md-52 {
        font-size: 52px !important;
    }

    .font-md-62 {
        font-size: 62px !important;
    }

    .font-md-72 {
        font-size: 72px !important;
    }

    .font-md-28 {
        font-size: 28px !important;
    }
}

@media all and (min-width: 576px) {
    .font-sm-20 {
        font-size: 20px !important;
    }

    .font-sm-30 {
        font-size: 30px !important;
    }

    .font-sm-42 {
        font-size: 42px !important;
    }

    .font-sm-18 {
        font-size: 18px !important;
    }


}

@media all and (min-width: 992px) {


    .font-lg-66 {
        font-size: 66px !important;
    }

    .pl-lg-7 {
        padding-left: 7rem !important;
    }
}

@media all and (min-width: 1200px)and (max-width: 1450px) {
    .pt-lg-90p {
        padding-top: 90%;
    }

    .pt-lg-120p {
        padding-top: 120%;
    }
}

/* filter blur */
.filter-blur .filter-blur-img {
    filter: blur(0px);
    transition: .3s;
}

.filter-blur:hover .filter-blur-img {
    filter: blur(4px);
    transition: .3s;
}

.filter-blur {
    top: 0%;
    transition: 1s;
}

.filter-blur:hover {
    top: -1%;
    transition: 1s;
}

.filter-blur .class-opacity {
    opacity: 0;
    transition: .3s;
}

.filter-blur:hover .class-opacity {
    opacity: 1;
    transition: .3s;
}

/* 滾動視差 */
.scroll-overlay-1 {
    position: absolute;
    background-color: rgba(20, 48, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media all and (max-width:575.98px) {
    .font-66 {
        font-size: 10vw !important;
    }

    .font-72 {
        font-size: 10.5vw !important;
    }
}

/* main-title */

.main-title-fd5946::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #fd5946;
    border-radius: 60px;
    margin-left: 10px;
    top: -10px;
    transform: rotate(-60deg);
}

.main-title-fd5946::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #fd5946;
    border-radius: 60px;
    margin-right: 10px;
    top: -10px;
    transform: rotate(60deg);
}

.main-title-333::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #646464;
    border-radius: 60px;
    margin-left: 0px;
    top: -10px;
    transform: rotate(-60deg);
}

.main-title-333::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #646464;
    border-radius: 60px;
    margin-right: 5px;
    top: -10px;
    transform: rotate(60deg);
}

.main-title-white::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #ffffff;
    border-radius: 60px;
    margin-left: 0px;
    top: -10px;
    transform: rotate(-60deg);
}

.main-title-white::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    border-radius: 60px;
    margin-right: 0px;
    top: -10px;
    transform: rotate(60deg);
}

.main-title-ffe0af::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #ee8c5c;
    border-radius: 60px;
    margin-left: 0px;
    top: -10px;
    transform: rotate(-60deg);
}

.main-title-ffe0af::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #ee8c5c;
    border-radius: 60px;
    margin-right: 0px;
    top: -10px;
    transform: rotate(60deg);
}


.info-box-686EFF {
    border-top: #686EFF solid 10px;
}

.info-box-38214a {
    border-top: #38214a solid 10px;
}

.info-box-949494 {
    border-left: #949494 solid 10px;
}

.square {
    width: 100px !important;
    border-radius: 50% !important;
}



.square-box {
    border-radius: 50% !important;
}



.btn {
    box-shadow: none;
}

.circle-140px {
    height: 140px;
    width: 140px;
}

.share-move {
    transition: .4s;
}

.share-move:hover {
    transform: translateY(-10px);
    box-shadow: 3px 3px 10px rgba(120, 120, 120, 0.55);
}

@media all and (max-width:1199.8px) {

    .banner-vedio {
        height: 100vh !important;
    }
}

@media all and (min-width:1200px) {
    .banner-vedio {
        width: 100% !important;
    }
}


/*---滑至上方----*/


#sticky-bottom .circle-btn {
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 5rem;
    background-color: rgba(234, 84, 19, 0.7);
    transition: .2s;
}

#sticky-bottom .circle-btn:hover {
    background-color: rgba(234, 84, 19, 0.9);
    color: #ffffff;
}

#sticky-bottom {
    position: fixed;
    right: 45px;
    bottom: 40px;
    z-index: 1;
}

.btn-dusty-rose {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-dusty-rose);
    --bs-btn-border-color: var(--bs-dusty-rose);

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-dusty-rose-hover);
    --bs-btn-hover-border-color: var(--bs-dusty-rose-hover);

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-dusty-rose-active);
    --bs-btn-active-border-color: var(--bs-dusty-rose-active);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-dusty-rose-light);
    --bs-btn-disabled-border-color: var(--bs-dusty-rose-light);
}

.btn-outline-dusty-rose {
    --bs-btn-color: var(--bs-dusty-rose);
    --bs-btn-border-color: var(--bs-dusty-rose);

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-dusty-rose);
    --bs-btn-hover-border-color: var(--bs-dusty-rose);

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-dusty-rose-dark);
    --bs-btn-active-border-color: var(--bs-dusty-rose-dark);
}

.bg-dusty-rose {
    background-color: var(--bs-dusty-rose) !important;
}

.text-dusty-rose {
    color: var(--bs-dusty-rose) !important;
}

.border-dusty-rose {
    border-color: var(--bs-dusty-rose) !important;
}