html,
body {
    font-size: 15px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    /*user-select: none;
    -webkit-user-drag: none;
    user-drag: none;*/
}

.img_feature{
    background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181002173754/https://navi.taipei/images/feature-2.jpg') no-repeat center;
    background-size: contain;
    margin-top: 10vh;
    height: 100vh;
    max-height: 420px;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
}

.img_logo {
    max-width: 55%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control:focus {
    border-color: #82ca9c;
}

h1,
h2,
h3 {

    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
}
.copyrights{
    text-indent:-9999px;
    height:0;
    line-height:0;
    font-size:0;
    overflow:hidden;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
}
.text {
    color: #333333;
}
.colorstext {
    color: #f56363;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
.sections {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.sections2 {
    padding-top:40px;
    padding-bottom:40px;
    position: relative;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 12px;
}


.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 2px;
    width: 80px;
    margin: auto;
    background: #ededed;
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled{
    color: #ffffff;
    background-color:#64c583;
    border-color: #f56363;
}
.btn-primary:hover {
    background-color:#64c583;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.728571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    /*    touch-action: manipulation;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    width: 200px;
    height: 50px;
}

.btn-into ,.btn-descimg{
    border-radius: 0px;
    background: #82ca9c;
    color: #ededed;
    border: 0;
    max-width:160px;
    margin-top: 20px;
    line-height: 40px;
    font-size: 20px;
}
.btn-into:hover, .btn-into:focus, .btn-into.focus, .btn-into:active, .btn-into.active, .open>.dropdown-toggle.btn-into {
    color: #fff;
    background-color: rgba(0, 173, 62, 0.75);
    border-color:transparent;
}

.btn-descimg{
    background: #ededed;
    color: #000;
}
.btn-descimg:hover, .btn-descimg:focus, .btn-descimg.focus, .btn-descimg:active, .btn-descimg.active, .open>.dropdown-toggle.btn-descimg {
    color: #fff;
    background-color: rgba(204, 204, 204, 0.75);
    border-color:transparent;
}

.input-lg, .form-group-lg .form-control {
    height: 46px;
    width: 100%;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius:0;
}
.btn-lg, .btn-group-lg>.btn {
    font-size: 18px;
    line-height: 26px;
    border-radius:0;
    background: #82ca9c;
    border: 0;
    padding: 10px 25px;
}
.input-group button a i{
    color:#fff;
}


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}


/*For Our Global CSS*/
.heading-content h1{
    font-size:48px;
    margin-bottom:40px;
}


/*For Menu Style*/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-radius:0;
    padding-top:20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #82ca9c;
    background-color:transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}
.navbar-default .navbar-nav li a :hover{
    color: #82ca9c;
}
.navbar-default .collapse .login a{
    color: #82ca9c;
    border: 1px solid #82ca9c;
    border-radius: 20px;
    padding: 4px 30px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 30px;
    display:inline-block;
    overflow:hidden;
}
.navbar-default .collapse .login:hover a{
    background-color: rgba(0, 173, 62, 0.75);
    color:#fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #82ca9c;
    background-color: transparent;
}
.navbar-brand{
    margin-top:-5px;	
}


/*For Home Section*/
.home{
    background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181002173754/https://navi.taipei/images/homebg.jpg) no-repeat center center;
    color:#000;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}
.home-wrapper{
    padding:180px 0px;
    overflow:hidden;
}
.home-content h1{
    font-size:4em;
    font-weight:700;
    margin: 20px;
    color: #fff;
    line-height: 60px;
}
.home-content h2{
    font-size:30px;
    font-weight:700;
    color: #fff;
}
.home-content p{
    color: #fff;
}
.home-content .home-contact{
    margin-top: 90px;
}

.home-contact .input-group{display: block;}
.home-content .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 65%;
    margin-bottom: 0;
    height: 60px;

}
.home-content .home-contact input[type="text"]{
    color:#82ca9c;
}
.home-content .home-contact input[type="submit"]{
    display:inline-block;
    width:35%;
    background:#82ca9c;
    color:#fff;
    border: 0px;
}
.home-content .home-contact input[type="submit"]:hover{
    background-color: rgba(0, 173, 62, 0.75);
}
.home-contact p{
    margin-top: 20px;
    color:#000;
    font-size:15px;
}
.form-control {
    border: 1px solid #DEDEDE;
    height:45px;
    border-radius: 0px;
    margin-right: -3px;
}
.head_title {
    margin-bottom: 40px;
}
.head_title p {
    max-width: 55%;
    margin: 10px auto;
    padding-bottom: 20px;
}

/* features  section */

.single_features_left img{
    height:460px;
}
.single_features_right {
    margin-top: 25vh;
    text-align: center;
}

.single_features_right h2 {
    margin-bottom: 40px;
    font-size:40px;
    color:#222222;
}

.single_features_right p{
    font-size:18px;
}
.single_features_right ul li{
    font-size:18px;
    margin-top:3%;
}

/*For Footer Section*/
.footer{
    position: absolute;
    width: 100%;
    bottom: 5px;
    color:#000;
    z-index: -1;
}
.footer_desc{
    font-size: 12px;
    padding: 10px 50px;
    color: white;
    background-color: #337ab7;
}
.footer-wrapper{
    padding:20px 0px;
    display:block;
}
.footer-brand{
    float:left;
}
.copyright{
    text-align:right;
}
.copyright p{
    font-size: 12px;
    margin-bottom: 1px;
    padding: 20px 0px;
}
.copyright p i{
    color:#ff0000;
}.copyright p a{
    color:#32E10A;
}


/*scollup icon*/

.scrollup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 10;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
    background: #82ca9c;
    opacity: 1;
}
.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}


.icon_select_mate {
    position: absolute;
    top:20px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}

.select_mate {
    position: relative;
    margin: auto;
    min-width: 300px;
    width: 300px;
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.3);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.select2-selection__rendered {
    line-height: 45px !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
}
.select2-selection__arrow {
    height: 50px !important;
}

.select_btn {
    position: relative;
    align-content: center;
    margin: auto;
    margin-top: 20px;
    min-width: 300px;
    width: 300px;
    font-weight: 300;
}
.select_form{
    margin: 0 auto;
}



/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000c9;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: black;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.closebtn {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    width:100%;
    height:100%;
    text-align: right;
}

.closebtn:hover,
.closebtn:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.web_slides, .phone_slides {
    display: none;
    text-align: center;
    padding: 20px;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 14px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.download-pdf a{
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}


/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
    .home-content h1 {
        font-size: 40px;
    }
    .signup-process .signup-details h5 {
        font-size: 21px;
    }
    .signup-process .signup-details .number li {
        font-size: 13px;

    }
    .community-edition{
        margin-bottom:20px;
    }
}
/* Portrait tablets and small desktops */
@media  (max-width: 991px) {
    html {
        font-size: 80%;
    }
    .home-content h1 {
        font-size: 36px;
    }
    .heading-content h1 {
        font-size: 45px;
    }
    .signup-process .signup-icon {
        float: none;
    }
    .community-edition{
        margin-bottom:20px;
    }
    .signup-process .signup-details {
        float:none;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
        font-size: 70%;
    }
    .home-content h1 {
        font-size: 22px;
    }
    .navbar-default .collapse .login a {
        margin-left:0;
        width:22%;
    }
    .home-contact p {
        font-size: 14px;
    }
    .heading-content h1 {
        font-size: 28px;
    }
    .signup-process .signup-icon {
        float: none;
    }
    .community-edition{
        margin-bottom:20px;
    }
    .single_features_right {
        margin-top: 50px;
    }
    .single_features_right h2 {
        font-size: 22px;
    }
    .single_features_right p {
        line-height: 24px;
    }
    .single_service_right p {
        line-height: 24px;
    }
    .single_right_contact p{
        margin-top:25px;
    }
    .img_feature{
        height: 200px;
    }
}



/* Landscape phones and smaller */
@media (max-width: 480px) {
    html {
        font-size: 60%;
    }
    .navbar-default .collapse .login a {
        margin-left: 0;
        width: 23%;
    }
    .social-wrapper .social-contact a {
        color: #fff;
        margin-right: 20px;
        float: left;
        margin-top: 10px;
    }
    .home-contact p {

        font-size: 8px;
    }
    .heading-content h1 {
        font-size: 16px;
    }
    .signup-process .signup-icon {
        float: none;
    }
    .signup-process .signup-details h5 {
        font-size: 23px;
        margin-left:0;
    }
    .signup-process .signup-details {
        float:none;
    }
    .community-edition{
        margin-bottom:20px;
    }
    .single_features_right {
        margin-top: 50px;
    }
    .single_features_right h2 {
        font-size: 22px;
    }
    .single_features_right p {
        line-height: 24px;
    }
    .single_service_right p {
        line-height: 24px;
    }
    .single_service2 .single_service_right {
        width: 100%;
        padding-left:0;
    }
    .single_service_right h2 {
        margin-bottom: 15px;
    }
    .img_logo {
        max-width: 70%;
    }
    .copyright p{
        padding: 10px 0px;
        font-size:10px;
    }
    .footer{
        bottom:0px;
    }
    .footer_desc{
        font-size: 10px;
        padding: 5px 10px;
    }
    .img_feature{
        height: 200px;
    }
    .btn-into, .btn-descimg{
        margin-top: 10px;
        height: 40px;
        line-height: 30px;
        font-size: 16px;
    }
    .modal {
        padding-top: 50px;
    }
}



@media (max-width: 320px) {

    html {
        font-size: 50%;
    }
    .signup-process .signup-icon {
        float: none;
    }
    .community-edition{
        margin-bottom:20px;
    }
    .navbar-default .collapse .login a {
        width: 36%;
    }
    .social-icon{
        margin-left: 80px;
    }
    .social-wrapper .social-contact {
        margin-left: 52px;
    }
    .single_features_right {
        margin-top: 10px;
        height: 100px;
    }
    .footer_desc{
        font-size: 8px;
        padding: 5px 10px;
    }
    .img_feature{
        height: 200px;
    }
    .btn-into, .btn-descimg{
        max-width: 120px;
    }
    .modal {
        padding-top: 0px;
    }
    .download-pdf a{
        padding-top:0px;
    }
}





/*
     FILE ARCHIVED ON 17:37:54 十月 2, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 6:49:44 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
