
.header.header-float {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.75));
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.header.header-float .header-nav-item {
    position: relative;
}

.header.header-float .header-nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.header.header-float .header-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: #38bdf8;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.2s ease;
}

.header.header-float .header-nav-item.active .header-nav-link,
.header.header-float .header-nav-link:hover,
.header.header-float .header-nav-link:focus {
    color: #ffffff !important;
}

.header.header-float .header-nav-item.active .header-nav-link::after,
.header.header-float .header-nav-link:hover::after,
.header.header-float .header-nav-link:focus::after {
    opacity: 1;
    transform: scaleX(1);
    width: 100%;
}

.btn-cta-demo {
    color: #ffffff !important;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.25s ease;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.btn-cta-demo:hover,
.btn-cta-demo:focus {
    color: #0f172a !important;
    background-color: rgba(255, 255, 255, 0.92);
    border-color: #ffffff;
    box-shadow: 0 12px 24px -12px rgba(15, 23, 42, 0.4);
}

.btn-cta-demo:active {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 16px -12px rgba(15, 23, 42, 0.4);
}

.header.header-float .header-nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
}

.header.header-float .header-nav-item.active .header-nav-link,
.header.header-float .header-nav-link:hover,
.header.header-float .header-nav-link:focus {
    color: #ffffff !important;
}


.header-logo .logo-img {
    height: 200px !important;
    max-height: 200px !important;
    width: auto !important;
    display: inline-block;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.45));
}

@media (max-width: 767px) {
    .header-logo .logo-img {
        height: 200px !important;
        max-height: 200px !important;
    }
}

.info {
    position: absolute;
    width: 100%;
    max-width: inherit;
}

#top-bar {
    position: fixed;
    width: 60%;
    height: 66px;
    background-color: #eeeeee;
    margin-top: 10px;
    margin-left: 20%;
}

.logo {
    padding-left: 50px;
    padding-top: 10px;
}

.logo .logo-zh {
    color: #ff9148;
    font-size: 20px;
    font-weight: bold;
}

.logo .logo-en {
    font-weight: bold;
    font-size: 16px;
    color: #737373;
}

.logo .logo-en .original {
    color: #ff9148;
}


#menu-bar {
    position: fixed;
    width: 60%;
    height: 46px;
    background-color: #ff9148;
    margin-left: 20%;
    margin-top: 79px;
    padding-top: 12px;
}

#menu-bar ul {
    margin-left: -34px;
}

#menu-bar ul li {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

#menu-bar > ul > li > a {
    color: white;
    text-decoration: none;
}

#menu-bar > ul > li > a:hover {
    color: #e0691a;
}

#content {
    display: block;
    width: 60%;
    margin-left: 20%;
    margin-top: 125px;
    padding-top: 5px;
}

.profile-service {
    position: relative;
    /* 	float: left; */
    width: 70%;
    background-color: #eeeeee;
}

.profile-service .title {
    background-color: #A9C0CE;
    width: 99%;
    color: white;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.profile-service .info {
    width: 99%;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
}

.relation {
    position: relative;
    /* 	float: left; */
    width: 30%;
    background-color: #eeeeee;
}

.relation .title {
    background-color: #6C757A;
    color: white;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 2px;
}

.footer-info {
    position: relative;
    /* 	float: left; */
    text-align: center;
    background-color: #eeeeee;
    width: 100%;
    border-top: 1px solid #dddddd;
    font-size: 14px;
}

@media only screen and (max-width: 1023px) {
    #top-bar {
        width: 100%;
        height: 140px;
        margin-left: 0%;
    }

    .logo {
        padding-left: 50px;
        padding-top: 10px;
    }

    .logo .logo-zh {
        color: #ff9148;
        font-size: 80px;
        font-weight: bold;
    }

    .logo .logo-en {
        font-weight: bold;
        font-size: 60px;
        color: #737373;
    }

    .logo .logo-en .original {
        color: #ff9148;
    }

    #menu-bar {
        width: 100%;
        height: 100px;
        margin-left: 0%;
        margin-top: 156px;
    }

    #menu-bar ul {
        margin-left: -34px;
    }

    #menu-bar ul li {
        display: inline;
        font-size: 54px;
        font-weight: bold;
        padding-left: 30px;
    }

    #menu-bar > ul > li > a {
        color: white;
        text-decoration: none;
    }

    #menu-bar > ul > li > a:hover {
        color: #e0691a;
    }

    #content {
        width: 100%;
        margin-left: 0%;
        margin-top: 256px;
        padding-top: 12px;
    }

    .profile-service {
        width: 100%;
    }

    .profile-service .title {
        width: 100%;
        font-size: 45px;
    }

    .profile-servie .info {

    }

    .relation {
        width: 100%;
    }

    .relation .title {
        font-size: 45px;
    }

    .footer-info {
        background-color: #eeeeee;
        width: 100%;
        border-top: 1px solid #dddddd;
        font-size: 36px;
    }
}