﻿
@charset "UTF-8";

.footer .list-menu ul li a {
    font-size: 0.9rem;
}

h4 {
    font-size: 1.4rem !important;
}

h5 {
    font-size: 1.2rem !important;
    margin-bottom: 0.5rem;
    color: #111;
}

.btn {
    font-size: 1rem;
}

.card {
    border-radius: 1.2rem;
}

.card-header {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
}

.card-footer {
    border-bottom-left-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important;
}

footer.footer {
    background: #F9DD00;
}

    footer.footer * {
        color: black !important;
    }

    footer.footer i {
        color: #666 !important;
    }

@media (max-width: 767.98px) {
    footer.footer .list-menu h4 {
        display: inline-block;
        width: 8rem;
        padding-bottom: 0;
    }
    footer.footer ul.list-unstyled {
        display: inline-block;
        min-width: 280px;
    }
    footer.footer ul.list-unstyled li {
        display: inline-block;
        margin-right: 1rem;
    }
}

@media (min-width: 768px) {
    ex-sm {
        font-size: 0.5rem;
    }
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: var(--danger);
}

.back-to-top {
    background: var(--danger) !important;
}

/* product-introduction Section
--------------------------------*/
#product-introduction img {
    max-width: 100%;
}

#product-introduction .introduction-content h2 {
    color: #252525;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 39px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#product-introduction .introduction-content span {
    font-weight: 700;
    padding-right: 10px;
    text-transform: uppercase;
}

#product-introduction .introduction-content ul li {
    line-height: 36px;
}

    #product-introduction .introduction-content ul li .fa {
        padding-right: 20px;
    }

/* Pricing Table Section
--------------------------------*/
#horizon-pricing table {
    border: 3px solid rgba(153, 153, 153, 0.3);
}

/* application-process block Section
--------------------------------*/
#application-process .block-pricing {
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
    position: relative;
    width: 100%;
}

@media (max-width: 991px) {
    #application-process .block-pricing {
        margin-bottom: 30px;
    }
}

#application-process .block-pricing .table {
    margin-bottom: 0;
    padding: 30px 15px;
    max-width: 100%;
    width: 100%;
}

    #application-process .block-pricing .table h4 {
        padding-bottom: 30px;
    }

#application-process .block-pricing h2 {
    margin-bottom: 30px;
}

#application-process .block-pricing ul {
    list-style: outside none none;
    margin: 10px auto;
    max-width: 240px;
    padding: 0;
}

    #application-process .block-pricing ul li {
        border-bottom: 1px solid rgba(153, 153, 153, 0.3);
        padding: 12px 0;
        text-align: center;
    }

        #application-process .block-pricing ul li b {
            color: #3c4857;
        }

#application-process .block-pricing .table .table_btn a {
    background: #aa4d64;
    color: #fff;
    margin: 0;
    display: inline-block;
}

    #application-process .block-pricing .table .table_btn a:hover {
        background: #55b03f;
    }

    #application-process .block-pricing .table .table_btn a .fa {
        font-size: 13px;
        margin-right: 5px;
    }

#mobile-nav-toggle {
    margin: 25px !important;
}

    #mobile-nav-toggle.header-scrolled {
        margin: 20px 25px !important;
    }

html {
    overflow-x: hidden;
}

/* class */
.apply-btn {
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #aa4d64;
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding: 15px 40px;
    /*text-transform: uppercase;*/
    transition: all 0.5s ease-in-out 0s;
}

    .apply-btn:hover {
        color: #fff;
    }

/*
項目水平排列
*/
.dropdown-horizon > li {
    display: inline-block;
    min-width: unset !important;
    width: 90px;
}

/*影片封面*/
.epayment-video-poster {
    background: url(http://img.youtube.com/vi/p4DNioRXoTE/sddefault.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    overflow: hidden;
}

/* 基底字型 */
:root {
    font-size: 90%;
}

@media (min-width: 768px) {
    :root {
        font-size: 100%;
    }
}

/* Simple lightbox
-------------------------------------------------- */
.sl-overlay {
    background: #333;
}