

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
    background: #fff;
    color: #666666;
    font-family:'Noto Sans TC', sans-serif;/* 網站使用載入的字型 */
}

a {
    color: #191A7C;
    transition: 0.5s;
}

a:hover,a:active,a:focus {
	color: #191A7C;
    outline: none;
    text-decoration: none;
}
p{
    padding: 0;
    margin: 0 0 30px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #191A7C;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px; /*15px==>30px*/
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 6px;
    font-size: 2em;
    color: #fff;
}

@media (max-width: 768px) {
    .back-to-top { bottom: 15px;
    }
}




img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #505866;
    font-size:32px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background: rgba(255, 255, 255, 1.0);;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 28px;
    font-weight: 700;
    padding: 26px 0px;
    text-transform:capitalize;
}
.navbar-brand img{display: inline-block; width: 100px;}
/* .navbar-brand span{line-height: 50px; font-size: 30px; padding: 5px;} */


.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:15px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #859098;
    font-size: 14px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;font-weight: 300; font-size: 16px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #191A7C;font-weight: 500; }
nav.navbar.bootsnav ul.nav > li.active>a {color: #191A7C;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{
    padding:34px 21px;
}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #191A7C;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #191A7C;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #191A7C;}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background:url(../images/welcome-hero/banner-2.jpg)no-repeat;
    background-position:35% 50%;
    background-size:cover;
    text-align: center;
    height:800px;
    z-index: 1;
}
.welcome-hero:before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(65,73,89,.65);
    z-index: -1;
}
.welcome-hero-txt { padding-top: 155px;}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 1.4;
}
.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}


/*-------------------------------------
        5. List-topuics
--------------------------------------*/
/* Featured Services Section
--------------------------------*/
#featured-services {
    /* background: #000; */
    background-image: linear-gradient(0deg, #191A7C 0%, #2e2e2e 50%, #131464 100%);

}

#featured-services .box {
    padding: 50px 15px;
}

#featured-services i {
    color: #fff;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}

#featured-services h4 {
    font-weight: 400;
    margin: 5px 0 15px;
    font-size: 18px;
}

#featured-services h4 span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}


#featured-services p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works{padding: 0 0 90px;}
.works-content {margin-top: 73px;}


.single-how-works{
    text-align: center;
    padding:50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.works ul li{
    font-size:  16px;
    font-weight: 400;
}


/* tab hover顏色改變 */
.nav-tabs > li.active > a, .nav-tabs> li.active> a:focus{
    margin-top: 10px;
    background-color: #131464;
    color:#fff;
        /* background-color: #fcd900; */
}

.table-striped > tbody > tr:nth-child(2n) > td,
.table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #131464;
    color: #fff;
}

.table-striped {
    font-size: 16px;
    font-weight: 400;
}

.table-striped{
    margin-top: 30px;
}

.table-striped > thead > tr > th{
    font-size: 16px;
    font-weight: 400;
    background-color: #AC2935;
    color: #fff;
}

.tab-pane p{ 
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 200;
}

.tab-pane h3{ 
    padding-top: 40px;
    font-size: 22px;
    font-weight: 400;
    color: #131464;
}

.works ul li a{
    height: 70px;
    padding-top: 15px;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a,.single-how-works h2 button {
    font-size:  18px;
    font-weight: 400;
    color:#191A7C;
}
.single-how-works h2 a{
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {
    margin-bottom: 25px;
    text-transform: initial;
    font-size:  16px;
    font-weight: 100;
}

/* tab bar顏色 */
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #191A7C;
    color: #fff;
}

/* .single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#191A7C;} */

.single-how-works-icon {
    font-size: 2.5em; color:#191A7C;
}
/* .single-how-works-icon:hover {
    color:#acc553;
} */

.single-how-works:hover h2 button,.single-how-works:hover h2 a {
    color: #acc553;
    /* background-color: #191A7C;｢ */
}

.single-how-works:hover p{ 
    color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #191A7C;}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore{
    padding:0 0 90px;
    background: #f8fafb;
}
/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 0 0 90;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    /* background: #EAA324; */
}

/* .faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
} */

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: rgba(25, 26, 124, 0.9);
}

.faqs .active {
    padding: 0;
    border: none;
    background: #AC2935;
}


.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .row .col-md-6{
    margin-top: 30px;
    margin-bottom: 60px;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #191A7C;
}

.faqs .active [data-toggle="collapse"][aria-expanded="true"] {
    background: #AC2935;
}



.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
    font-weight: 100;
}


/*-------------------------------------
        8. Reviews
--------------------------------------*/


/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    display: flex;
    align-items: center;
    background:url(../../assets/images/counter/about-bg.png)no-repeat fixed;
    background-position:center;
    background-size:cover;
    padding:127px 0 120px;
}
.statistics:before{
    position:absolute;
    content:'';
    background: rgba(75,75,75,.60);
    height:100%;
    width:100%;
    top:0;
    left:0;
}


/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:0 0 90px;}
.blog-content{margin-top: 80px;}


.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  10px 5px 10px 20px;}
.single-blog-item-txt h3 a {font-size:  18px; text-transform:  initial; line-height: 1.8; font-weight:  600; color:#666666;}
.single-blog-item-txt h3 a i{padding: 0 15px 0 5px;}
.single-blog-item-txt p {
    font-size:  14px;
    color:  #8f949d;
    font-weight:  100;
    margin: 12px 0 20px;
}

.single-blog-item-img{
    padding-top: 20px;
    text-align: center;
}

.single-blog-item-img img{
    width: 80%;
    height: 80%;
}


.single-blog-item-txt h4 a {
    font-size:  14px;
    color:#191A7C;
    padding-right:  14px;
    /* border-right: 1px solid #dde0e4; */
    margin-right:  15px;
    /* text-transform: uppercase; */
    font-weight:  400;
}

.single-blog-item:hover h3 a {color:#191A7C;}
.single-blog-item:hover h4 a {color:#666666; }
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}


/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background: #f8fafb;
    padding:150px 0;
}
/*subscribe-title*/
.subscribe-title {margin-bottom: 52px;}

.subscribe-title h2{
    color: #505866;
    font-size:32px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.subscribe-title p{
    color:#7b8088;
    font-size:16px;
    /* font-weight: 500; */
    margin-top: 28px;
}/*subscribe-title*/

/* Contact Section
--------------------------------*/
#contact {
    padding: 60px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 10px;
    color: #191A7C;
}

#contact .contact-info h2{
    color: #191A7C;
    font-size:18px;
    font-weight: 500;
}

  #contact .contact-info address, #contact .contact-info p { /* 文字設定 */
    margin-bottom: 0;
    color: #666;
    font-size: 16px;
    font-weight: 100;
    cursor: pointer;
}

#contact .contact-info .contact-address:hover, #contact .contact-info .contact-email:hover, #contact .contact-info .contact-phone:hover{
    background-color: #191A7C;
}
#contact .contact-info .contact-address:hover i,#contact .contact-info .contact-address:hover h2,#contact .contact-info .contact-address:hover p,#contact .contact-info .contact-address:hover address{
    color: #FFFFFF;
}

#contact .contact-info .contact-email:hover i,#contact .contact-info .contact-email:hover h2,#contact .contact-info .contact-email:hover a{
    color: #FFFFFF;
}

#contact .contact-info .contact-phone:hover i,#contact .contact-info .contact-phone:hover h2,#contact .contact-info .contact-phone:hover a{
    color: #FFFFFF;
}


#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover,#contact .contact-info address:hover {
    color: #191A7C;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 40px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}




/*-------------------------------------
        12. Footer
--------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #9E9E9F;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 18px;
}

#footer .footer-top {

    background-image: linear-gradient(0deg, #191A7C 0%, #2e2e2e 50%, #131464 100%);
    /* background: #111; */
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 28px; /*底面logo尺寸*/
    color: #eee;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400; /* 與頂面的Logo粗細保持一致 */
    letter-spacing: 3px;
    border-left: 4px solid #acc553;
}

.footer-info img{
    margin: 0 0 0 0;
    width: 25%;
}

#footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Noto Sans TC', sans-serif;
    color: #eee;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #acc553;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 18px; /*底部字體*/
    font-weight: 400; /*粗細*/
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

#footer .footer-top h4::before {
    right: 0;
    background: #555;
}

#footer .footer-top h4::after {
    background: #acc553;
    width: 60px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
    color: #acc553;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer-contact a{
    font-size: 18px; /*底部字體*/
    font-weight: 400; /*粗細*/
    /* background: #AC2935; */
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits{
    text-align: center;
    font-size: 16px;
    color: #ddd;
}
.google_map{ position: relative; overflow: hidden; margin: 0 0 20px 0; padding: 5px; background: #fff;border: none;}
.google_map iframe{position: relative; width: 100%; height: 600px; border: none;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#191A7C;
	border:1px solid #191A7C;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #191A7C;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================END=================