/*basic-setting*/
* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    color: #fff;
    width: 100%;

    background: url('../img/cover-img-8.png') no-repeat;
    height: auto;
    overflow: visible !important;
}

::-moz-selection {
    /* Code for Firefox */
    color: #ffd418;
}

::selection {
    color: #ffd418;
}

/*sidebar*/
#sidebar {
    display: none;
}

/*button*/
button:active,
button:focus {
    outline: unset;
}

/*ul*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*a-href*/
a,
a:hover,
a:active,
a:focus {
    color: unset;
    text-decoration: unset;
    border: unset;
    outline: unset;
}

/*text-align*/
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.center-important {
    text-align: center !important;
}

.right {
    text-align: right;
}

/*nav*/
nav {
    /*#1E4D3D*/
    background: rgba(10, 21, 51, .6);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    filter: drop-shadow(0px 0px 4px rgba(255, 220, 115, .4));
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul .active h5 {
    color: #ffd418 !important;
    font-weight: 400;
}

nav ul li h5:not(.sub-page) {
    border-left: 1px solid #fff;
}

nav ul li i {
    position: relative;
    top: -2px;
    right: -1px;
}

nav ul li {
    display: inline-block;
    /*border-left: 1px solid #fff;*/
    margin: 15px -2px;
}

nav ul li h5 {
    padding: 0 30px;
    margin: unset;
    letter-spacing: 4px;
    font-weight: 300;
    text-align: right;
}

nav ul li button {
    position: absolute;
    right: 15px;
    bottom: -2px;
    background: unset;
    border: unset;
}

/*nav ul li button i:hover{*/
/*color: #ffd418;*/
/*}*/

nav ul li .dropdown-menu {
    background: rgba(10, 21, 51, .6);
    border: unset;
    box-shadow: unset;
    top: 13px !important;
    padding: unset;
    border-radius: unset;
}

nav ul li .active-hover:hover {
    color: #ffd418;
}

nav ul li .non-hover {
    cursor: pointer;
    display: inline-block;
}

nav ul li .dropdown-menu a h5:hover {
    color: #ffd418;
}

nav ul li .dropdown-menu a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

nav ul li .dropdown-menu h5 {
    padding: 10px 0;
    margin: unset;
    font-weight: 300;
    color: #fff;
    letter-spacing: 4px;
}

/*header*/
/*.cover-img {*/
/*height: 100vh;*/
/*min-height: 500px;*/
/*background: url('../img/cover-img-8.png') no-repeat;*/
/*background-size: cover;*/
/*}*/

.cover-img-2 {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background: url('../img/cover-img-9.jpg') no-repeat center center;
}

/*.layer {*/
/*background-color: rgba(0, 0, 0, .6);*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100vh;*/
/*}*/

.cover {
    position: relative;
    top: 30vh;
}

p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    width: 100%;
    margin: auto;
    font-weight: 100;
    text-align: justify;
}

.cover-img-2 p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
    width: 100%;
    margin: auto;
    font-weight: 100;
}

.logo {
    width: 200px;
    margin-bottom: 30px;
    filter: drop-shadow(0px 0px 10px rgba(255, 220, 115, .5));
}

/*main*/
/*sliders-controller*/
/*#slides-container {*/
/*width: 100%;*/
/*height: 100%;*/
/*overflow: hidden;*/
/*}*/

/* double the height/width of a viewport */
/*#slides {*/
/*width: 100%;*/
/*height: 100%;*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*}*/

/*.slide {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 50%;*/
/*height: 50%;*/
/*}*/

/*#slide-1 {*/
/*!*background: url('../img/cover-img-1.jpg') no-repeat center center;*!*/
/*!*background-size: cover;*!*/
/*}*/

/*#slide-2 {*/
/*!*background: url('../img/cover-img-2.jpg') no-repeat center center;*!*/
/*background-size: cover;*/
/*-webkit-transform: translate(100%, 0%);*/
/*-ms-transform: translate(100%, 0%);*/
/*transform: translate(100%, 0%);*/
/*}*/

/*!* Slide 3 goes to the bottom right *!*/
/*#slide-3 {*/
/*!*background: url('../img/cover-img-3.jpg') no-repeat center center;*!*/
/*background-size: cover;*/
/*-webkit-transform: translate(200%, 0%);*/
/*-ms-transform: translate(200%, 0%);*/
/*transform: translate(200%, 0%);*/
/*}*/

/*!* Slide 4 goes to the top right *!*/
/*#slide-4 {*/
/*!*background: url('../img/cover-img-4.jpg') no-repeat center center;*!*/
/*background-size: cover;*/
/*-webkit-transform: translate(300%, 0%);*/
/*-ms-transform: translate(300%, 0%);*/
/*transform: translate(300%, 0%);*/
/*}*/

/*!* Slide 4 goes to the top right *!*/
/*#slide-5 {*/
/*!*background: url('../img/cover-img-4.jpg') no-repeat center center;*!*/
/*background-size: cover;*/
/*-webkit-transform: translate(400%, 0%);*/
/*-ms-transform: translate(400%, 0%);*/
/*transform: translate(400%, 0%);*/
/*}*/

/*#slide-6 {*/
/*!*background: url('../img/cover-img-4.jpg') no-repeat center center;*!*/
/*background-size: cover;*/
/*-webkit-transform: translate(500%, 0%);*/
/*-ms-transform: translate(500%, 0%);*/
/*transform: translate(500%, 0%);*/
/*}*/

/*#slide-7 {*/
/*!*background: url('../img/cover-img-4.jpg') no-repeat center center;*!*/
/*background-size: cover;*/
/*-webkit-transform: translate(600%, 0%);*/
/*-ms-transform: translate(600%, 0%);*/
/*transform: translate(600%, 0%);*/
/*}*/

/*#slide-8 {*/
/*!*background: url('../img/cover-img-4.jpg') no-repeat center center;*!*/
/*background-size: cover;*/
/*-webkit-transform: translate(700%, 0%);*/
/*-ms-transform: translate(700%, 0%);*/
/*transform: translate(700%, 0%);*/
/*}*/

/*#slide-9 {*/
/*!*background: url('../img/cover-img-4.jpg') no-repeat center center;*!*/
/*background-size: cover;*/
/*-webkit-transform: translate(800%, 0%);*/
/*-ms-transform: translate(800%, 0%);*/
/*transform: translate(800%, 0%);*/
/*}*/

/*#slides {*/
/*width: 200%;*/
/*height: 200%;*/
/*}*/

/*image-control*/
.image {
    margin: 30px auto;
    background-size: cover !important;
    height: 425px;
    width: 100%;
}

.lm-img {
    margin: 30px auto;
    background-size: cover !important;
    height: 425px;
    width: 100%;
}

.top-image {
    background-size: cover !important;
    height: 45px;
    width: 100%;
}

/*font-control*/
/*title*/
h1 {
    font-weight: 100;
    letter-spacing: 8px;
}

h1 span {
    font-weight: 300;
    letter-spacing: 8px;
    font-size: 56px;
    border-bottom: 1px solid #fff;
    color: #ffd418;
}

.price-num {
    margin: auto 5px;
}

ul li h4 {
    letter-spacing: 2px;
    text-align: left;
    line-height: 36px;
    margin: 0 0 30px 0;
    font-weight: 300;
}

/*effect-control*/
.gold-highlight {
    color: #ffd418;
    font-weight: 400;
}

.gold-color {
    color: #ffd418;
}

/*!*padding*!*/
/*.p-n{*/
/*padding: unset;*/
/*}*/

/*margin*/
.exam-m-t-30 {
    margin-top: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-h40 {
    margin: 20px auto;
}

.m-h60 {
    margin: 30px auto;
}

.m-h80 {
    margin: 40px auto;
}

/*.slide ul li h4 {*/
/*font-weight: 300;*/
/*letter-spacing: 4px;*/
/*line-height: 24px;*/
/*}*/

.floating-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    /* bottom: 40px; */
    right: 5vh;
    border: 1px solid rgba(75, 75, 75, 1);
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    top: 90vh;
    z-index: 10;
}

.floating-btn h2 {
    margin: 0;
    position: absolute;
    top: 47%;
    left: 58%;
    color: rgba(75, 75, 75, 1);
    transform: translate(-50%, -50%);
    font-weight: 100;
}

.floating-btn h2:hover {
    color: #ffd418;
}

/*table*/
h2 {
    font-weight: 100;
    letter-spacing: 8px;
}

#tg-content {
    width: 100%;
    margin-top: 30px;
    line-height: 36px;
    letter-spacing: 8px;
    box-shadow: 0 100px 100px -75px black;
    -webkit-box-shadow: 0 100px 100px -75px black;
}

.tg-yw4l {
    vertical-align: top;
    color: rgba(150, 150, 150, 1);
    padding: 10px;
    border: 1px solid rgba(75, 75, 75, 1);
}

.title {
    font-size: 20px;
    color: #ffd418;
    font-weight: 400;
}

.tg-baqh {
    text-align: center;
    vertical-align: top;
    padding: 10px;
    border: 1px solid rgba(75, 75, 75, 1);
}

/*side-bar*/
input#menu {
    display: none;
}

/*Responsive*/
@media (max-width: 540px) {
    nav {
        display: none;
    }

    p {
        color: #fff;
        font-size: 16px;
        letter-spacing: 4px;
        line-height: 32px;
        width: 100%;
        margin: auto;
        font-weight: 100;
        text-align: justify;
    }

    h1 span {
        font-weight: 300;
        letter-spacing: 8px;
        font-size: 48px;
        border-bottom: 1px solid #fff;
        color: #ffd418;
    }

    h1 {
        font-size: 28px;
        letter-spacing: 4px;
    }

    h2 span {
        font-size: 24px;
    }

    h2 {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .image {
        margin: 30px auto;
        background-size: cover !important;
        height: 425px;
        width: 100%;
    }

    /*.cover-img {*/
    /*height: 100vh;*/
    /*min-height: 100vh !important;*/
    /*background: url('../img/cover-img-8.png') no-repeat;*/
    /*background-size: cover;*/
    /*}*/
    /*.layer {*/
    /*height: 100%;*/
    /*}*/
    /*side-navbar*/
    #sidebar {
        position: fixed;
        width: 200px;
        height: 100%;
        background: rgba(10, 21, 51, .6);
        left: -200px;
        z-index: 10;
        display: unset;
        top: 0;
    }

    #sidebar.active {
        left: 0;
        transition: left ease .6s
    }

    #sidebar ul li {
        color: #fff;
        list-style: none;
        padding: 10px 25px;
        border-bottom: 1px solid rgba(150, 150, 150, .3);
    }

    #sidebar ul li h5 {
        font-weight: 400;
    }

    #sidebar .toggle-btn {
        position: absolute;
        left: 230px;
        top: 20px;
        cursor: pointer;
    }

    #sidebar .toggle-btn span {
        display: block;
        width: 30px;
        height: 1px;
        background: #fff;
        margin: 7px 0;
        position: relative;
        right: 10px;
    }

    .cover {
        top: 25vh;
    }

    .cover p {
        text-align: justify;
    }

    .exam-m-t-30 {
        margin: unset;
    }

    .tg-baqh {
        vertical-align: middle;
        padding: 0;
    }



}