
body {
	background: #fff;
    font-family: Microsoft JhengHei, sans-serif;
    font-weight: 400;
    color: #666;
    text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #2863b7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
    font-size: 42px;
    font-weight: 700;
    color: #222a44;
    line-height: 54px;
}

h3 {
	font-size: 30px;
    font-weight: 700;
    color: #222a44;
    line-height: 34px;
}

img { max-width: 100%; }

::-moz-selection { background: #dae000; color: #fff; text-shadow: none; }
::selection { }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-container-gray { background: #232b45; }

.section-container-full-bg, 
.section-container-full-bg h1, 
.section-container-full-bg h2, 
.section-container-full-bg h3, 
.section-container-full-bg h4 { color: #fe7761; }

.section-description {
	padding-top: 60px;
    padding-bottom: 10px;
}

.section-description-icon {
	font-size: 56px;
    color: #ddd;
    line-height: 56px;
}

.section-description p {
    margin-top: 30px;
	
    font-size: 20px;
    line-height: 32px;
}

.section-bottom-link {
	padding-top: 30px;
	padding-bottom: 20px;
}

.big-link-1 {
	display: inline-block;
	padding: 15px 20px;
	background: #7ca64f;
	font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
.big-link-1:hover, .big-link-1:focus, .big-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.orange-text { color: #7ca64f; }
.gray-text { color: #888; }


/***** Scroll arrows *****/

.scroll-to-top {
	font-size: 36px;
}
.scroll-to-top a { color: #ddd; }
.scroll-to-top a:hover, .scroll-to-top a:focus, .scroll-to-top a:active { outline: 0; color: #232a44; }


/***** Dividers *****/

.divider-1 span {
	display: block;
	width: 300px;
	height: 6px;
	margin: 0 auto;
	border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;
}

.divider-2 span {
	display: block;
	width: 300px;
	height: 1px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	opacity: 0.5;
}


/***** Small sliders *****/

.slider-1-box { text-align: center; }

.slider-1-box img { display: none; width: unset;
    height: unset;}
.slider-1-box img.slider-1-img-active { display: inline; }

.slider-1-nav { margin-top: 30px; }

.slider-1-nav span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	background: #ddd;
	-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
    cursor: pointer;
    vertical-align: middle;
}
.slider-1-nav span.slider-1-nav-item-active { background: #3176da; }


/***** Top menu *****/

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
	background: #7ca64f;
	font-size: 18px;
	color: #fff;
    line-height: 50px;
    text-align: center;
}

nav a {
	display: inline-block;
	margin: 0 15px;
	padding: 10px 0;
	color: #fff;
}
nav a:hover { color: #d9df39;; }
nav a:focus { color: #d9df39; outline: 0; }

.show-menu, .hide-menu {
	top: -6px;
    right: 15px;
    padding: 0 20px;
    z-index: 999;
    text-align: center;
}

.show-menu { position: fixed;}
.hide-menu { position: absolute; top: -1px; }

.show-menu a, .hide-menu a {
	display: inline-block;
	width: 46px;
	height: 48px;
	padding-top: 11px;
	background: #7ca64f;
	font-size: 21px;
	color: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.show-menu a:hover, .hide-menu a:hover { color: #fff; }

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    min-height: 70px;
}
.container>.navbar-header{
	z-index: 999999;
    position: relative;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #232b45;
}

.navbar-nav {
    margin: 0px -15px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: unset;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0;
}
.navbar-default {
    background-color: #f3f3f3;
    border-color: #283558;
    border-bottom-color: #fff;
    border-width: 0 0 1px 0;
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #595757;
    padding: 25px 15px 25px 15px;
    font-weight: bold;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #232b45;
}
.navbar-toggle {
    
    padding: 20px 10px;
    border: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background-color: transparent; 
}



.toptel{
	color: #FFEB3B;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0px;
    position: absolute;
    width: 100%;
}

.blink-text {
    font-weight: bold;         /* 讓字體加粗更明顯 */
    display: inline-block;     /* 確保動畫能在圖標或文字上正常渲染 */
    
    /* 套用動畫：時間 0.5s、無限循環、來回平滑變換 */
    animation: flashColor 0.8s steps(1) infinite; 
}

/* 將原本的透明度動畫，修改為「二個顏色」直接交替 */
@keyframes flashColor {
    0%, 100% {
        color: #ff0000; /* 第一個顏色：亮紅色 */
    }
    50% {
        color: #595757; /* 第二個顏色：亮橘黃色 */
    }
}


/***** Top content *****/

.top-content {
	padding: 160px 0;
	min-height: 420px;
}

.top-content-text {
	width: 700px;
    margin: 0 auto;
    color: #222a44;
    font-size: 42px;
    font-style: italic;
}

.top-content-text h1, 
.top-content-text h1 a, 
.top-content-text h1 a:hover, 
.top-content-text h1 a:focus { color: #fff; text-decoration: none; text-shadow: #686969 0em 0em 0.2em; }

.top-content-text p {
	opacity: 0.9;
	margin-top: 40px;
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
}

.top-content-bottom-link {
	padding-top: 30px;
	padding-bottom: 7px;
}
.top-content-bottom-link .big-link-1 { background: none; border: 1px solid #fff; }


/***** What we do *****/

.what-we-do-box {
	margin-top: 30px;
}

.what-we-do-box h3 {
	padding: 10px 0;
}

.what-we-do-box p {
	font-size: 18px;
    line-height: 32px;
}
.what-we-do-box .what-we-do-box-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    padding-top: 15px;
    background: #3176da;
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
    font-size: 42px;
    color: #FFF;
    line-height: 42px;
    text-align: center;
}

.what-we-do-box .what-we-do-box-icon i, .what-we-do-box .what-we-do-box-icon span { vertical-align: middle; }


/***** Block 1 *****/

.block-1-left {
	padding-top: 30px;
    padding-bottom: 25px;
    max-width: 540px;
    width: 95%;
    overflow: hidden;
    margin: auto;
}

.block-1-right {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}

.block-1-right h3 {
	padding: 10px 0;

}
.block-1-right h3:first-child { margin-top: 0; }

.block-1-right p {
	font-size: 20px;
    line-height: 32px;
}
.block-1-right  h4{
	font-size: 22px;
	font-weight: bold;
    line-height: 24px;
    color: #546c8f;
}

.block-1-right ul {
	padding: 0;
	list-style: none;
	font-size: 18px;
    line-height: 32px;
}

.block-1-right ul li {
	padding: 5px 0;
}


/***** Portfolio *****/

.portfolio-container {
    padding-bottom: 80px;
}

.portfolio p {
	margin-bottom: 20px;
}

.portfolio-filters {
	padding: 20px 0;
	font-size: 18px;
	color: #aaa;
    line-height: 22px;
}

.portfolio-filters a { color: #aaa; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #7ca64f; }

.portfolio-box {
	position: relative;
	width: 255px;
	margin: 30px 15px 0 15px;
	overflow: hidden;
}

.portfolio-box img { -o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s; }

.portfolio-box:hover img {
	opacity: 0.6;
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.portfolio-box-text-container {
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	width: 255px;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.portfolio-box-text {
	background: #7ca64f;
	color: #fff;
}
.portfolio-box:hover .portfolio-box-text-container { bottom: 0; }

.portfolio-box-text p {
	margin: 0;
	padding: 15px 20px;
	font-size: 18px;
    line-height: 32px;
}
.portfolio-box-text p a { color: #fff; }
.portfolio-box-text p a:hover, .portfolio-box-text p a:focus { color: #eee; }


/***** Clients *****/

.clients-container {
	padding-bottom: 0;
}

.clients {
	padding-top: 60px;
	padding-bottom: 100px;
}

.clients a {
	display: inline-block;
	margin: 10px 20px;
}

.clients a:hover, .clients a:focus { outline: 0; opacity: 0.6; }

.clients .client-img {
    position: relative;
    padding: 20px; }
.clients .client-img:hover .client-hover {
      opacity: 1; }
.clients .client-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 20px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
.clients .owl-pagination {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center; }
.clients .owl-pagination .owl-page {
      display: inline-block; }
.clients .owl-pagination .owl-page span {
        display: block;
    width: 12px;
    height: 12px;
    margin: 7px;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ddd;}
.clients .owl-pagination .owl-page.active span {
        background: #232a44; }
.boxtitle{
	position: absolute;
    margin: 8% 10px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 0.2em #173e99, 0 0 0.2em #173e99, 0 0 0.2em #173e99;
    padding-left: 15px;
}
/***** Counters *****/

.counters-container {
	padding-top: 50px;
}

.counter-box h4 {
	font-size: 42px;
    font-weight: 700;
    line-height: 54px;
}

.counter-box p {
	font-size: 22px;
    line-height: 36px;
}


/***** Our motto *****/

.our-motto, .our-motto p {
	font-size: 20px;
    line-height: 36px;
	color: #666;
}
.our-motto li{
	margin: 0;
	padding: 0;
	font-size: 18px;
}


.our-motto h4 {
	color: #2863b7;
    font-size: 24px;
    margin-top: 20px;  
}
.our-motto .textbox{
	font-size: 18px;
}
.our-motto p { font-size: 18px; }
.our-motto-author { margin-top: 30px; }


/***** Testimonials *****/

.testimonials h4 {
    text-align: left;
    line-height: 1.5;
    background-color: #ffffffad;
    padding: 10px;
    border-radius: 5px;
}
.testimonials h4 a:hover, .testimonials h4 a:focus{
    
    width: 100%;
   
}


.testimonials p, .testimonials li{
	padding: 0;
    margin: unset;
    font-size: 18px;
	text-align: left;
	line-height: 32px;
    
}
.testimonials ul{
	
    font-size: 18px;
	text-align: left;
	line-height: 32px;
    
}

.testimonial-single {
	display: inline-block;
}

.testimonial-single p {
	display: none;
}

.testimonial-single-image {
	display: inline-block;
	width: 58px;
	margin: 0 5px 10px 5px;
}

.testimonial-single-image img {
	width: 100%;
	opacity: 0.5;
	cursor: pointer;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
    -moz-border-radius: 31px; -webkit-border-radius: 31px; border-radius: 31px;
}

.testimonial-active {
	padding-bottom: 20px;
}


/***** The team *****/

.team-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.team-box h3 {
	padding: 10px 0;
}

.team-box p {
	font-size: 18px;
	color: #aaa;
    line-height: 32px;
}



.team-box img {
	width: 100px;
    height: 100px;
    margin: 0 auto;
}

.team-box .team-social {
    margin: 5px 0;
    font-size: 31px;
}

.team-box .team-social a { margin: 0 5px; color: #ddd; }
.team-box .team-social a:hover, .team-box .team-social a:focus { color: #ddd; opacity: 0.6; }


/***** Contact us *****/

.contact-form {
	padding-top: 30px;
	padding-bottom: 20px;
}

.contact-form p {
	margin: 0;
	font-size: 18px;
    line-height: 32px;
}

.contact-form form {
	max-width: 700px;
	margin: 0 auto;
}

.contact-form form input, .contact-form form textarea, .contact-form form select {
    width: 100%;
    height: 52px;
    margin-bottom: 5px;
}
.contact-form .privacy input{
	width: 20px;
    height: 20px;
    vertical-align: sub;
}
.contact-form .privacy a {
    text-decoration: underline;
    cursor: pointer;
}
.contact-form .privacy label{
	
    font-size: 18px;
}
.modal-body p{
	line-height: 1.8;
    text-align: justify;
    color: #333;
}
.modal-body p b{
	font-size:16px;
}
.modal-body img{
	max-width: 60%;
}

.modal-title{
	color: #2863b7;
}

.contact-form form textarea { height: 162px; }

.contact-form form button { width: 95%; }

.contact-form form .contact-error { border-color: #7ca64f; }
.btn_line {
    background-color: #ffffff;
    overflow: hidden;
    height: 50px;
    border-radius: 50px;
    line-height: 0;
    width: 50px;
    display: block;
    cursor: pointer;
    box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 5%), 0 15px 30px -10px rgb(0 0 0 / 30%);
}

.btn_line i{
    font-size: 58px;
    margin-top: -4px;
    margin-left: -1px;
}

/***** Footer *****/

footer {
	padding: 25px 0 20px 0;
	text-align: right;
	color: #FFF;
}

footer a, footer a:hover, footer a:focus {
	color: inherit;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
footer a:hover, footer a:focus {
	    color: #FFEB3B;
}

.footer-copyright {
	font-size: 16px;
    line-height: 32px;
    text-align: left;
}

.footer-copyright i {
    display: inline-block;
    margin-right: 5px;
}
.footer-social {
    position: fixed;
    right: 2%;
    bottom: 3%;
}

.footer-social a {
    margin: 10px 8px;
    font-size: 39px;
    color: #ddd;
}
.footer-social a:hover, .footer-social a:focus { color: #232a44; }

-----
.swiper-pagination {
    position: fixed;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    margin-bottom: -10px;
}
