:target:before {
content: "";
display: block;
height: 57px;
}

/*-- Reset Code --*/
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family:微軟正黑體,Microsoft JhengHei,'Roboto', Arial, sans-serif;

}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	 font-family:微軟正黑體,Microsoft JhengHei,'Roboto', Arial, sans-serif;
	letter-spacing:1px;
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
img {
	width: 100%;
}
/*-- //Reset Code --*/
/*--header start here--*/
.header {
   background-color:#0074BC;
}
.logo {
    float: left;
    width: 30%;
}
.phone {
    float: left;
    width: 48%;
	text-align:center;
}
.form-group {
    position: relative;
    float: left;
    width: 22%;
}
.phone h2 {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  margin-top:5px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
span.ph-numb {
  display: block;
  font-weight: 600;
    color: #fff;
}
span.menu {
  display: none;
}
.logo h1 {
  font-size: 2.5em;
  margin: 0em;
}
.logo h1 a{
      color: #fff;
  text-decoration: none;
}
.header-main {
    padding: 1.2em 0;
}
/*--search-button--*/
form.navbar-form.navbar-right {
  margin: 0;
  padding: 0;
}
input.form-control {
    padding: 8px 32px 8px 13px;
    height: inherit;
    font-size: 1em;
    border: none;
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
	color:#fff;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
button.btn.btn-default {
    border: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 6%;
    right: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
    background: none;
}
button.btn.btn-default:focus {
  background-color:inherit !important;
  box-shadow: none !important;
  border-color:none !important;
  
}
.form-control:focus {
    border-color: #fff;
    box-shadow:none;
}
span.glyphicon.glyphicon-search {
    font-size: 1.5em;
	       color: #fff;
}
span.glyphicon.glyphicon-search:focus {
    outline: none;
}
/*--//search-button--*/
/*----responsive-menu-start---*/
@media(max-width:768px){
.top-nav-left ul li{
	display:block;
	float:none;
	margin: 0em;
	padding: 0.6em 0;
	text-align: center;
}
.top-nav-left ul li a{
	color:#fff;
}
.top-nav-left ul li a:hover{
	color:#000;
}
.top-nav-left ul{
	display:none;
	background:rgba(153, 197, 10, 0.45);
	position:absolute;
	width:100%;
	z-index: 999;
	left: 0%;
	margin: 0.7em 0em;
}
.top-nav-left span.menu{
	display: block;
	width: 100%;
	position:relative;
	padding: 0.8em 1em;
}
}
/*--header end here--*/

/*--top-nav--*/
.top-nav {
	width:100%;
	background:rgba(158, 143, 102, 0.34);
}
ul.nav.navbar-nav{
    float: none;
    text-align: center;
}
nav.navbar.navbar-default {
    background-color: #fff;
    border: none;
    margin: 0;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar-default .navbar-nav > li > a {
/*	padding: 1.5em 3.2em; */
/*	padding: 0.8em 0.4em; */
	padding: 0.8em 1.4em;
    display: block;
    font-size: 1em;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    font-size: 1.65em;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	background: #0074BC!important;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);  
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color:#fff;
  background: rgba(93, 121, 11, 0.98);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #0074BC;
}
.navbar-nav > li.hvr-bounce-to-bottom > a:hover,.navbar-nav > li > a:hover {
    color: #fff !important;
	background: #fea500!important;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
   background: #fea500;
}
/*--//top-nav--*/

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#fff;
   font-family:微軟正黑體,Microsoft JhengHei,'Roboto';
   
}

.navbar-header a.navbar-brand:hover{
   color:#fff;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #2bb8ff;
  padding: 11px 0;
  padding-bottom: 10px;
}

.navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 20px;
  padding-bottom: 16px;
}




@media (max-width: 767px)
{
	.navbar-nav>li{
	background-color :#00B1E3;
	
	text-align:center;
	}
		
   
}



.navbar-fixed-top .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #ffd;
	line-height: 24px;
	display: inline-block;
	text-transform:;
	font-weight:500;
	font-size:18px;
	font-family:微軟正黑體,Microsoft JhengHei,'Roboto';
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	background: #0074BC;	
	color:#fff;
}

.navbar-fixed-top {
  border: none;
  background: #0074BC;
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #2bb8ff;
  color: #fff;
}

/*--banner start here--*/
.banner {
  background: url(../images/banner.jpg)no-repeat 0px -148px;
  background-size: cover;
  min-height: 650px;
}

/*--banner end here--*/

/*--about--*/
.ab-top {
	 /*background: #9DAFB9;*/
	border-color:#0074BC ;border-width:3px;border-style:solid;padding:5px;
    padding: 2em;
}
.about {
    padding: 5em 0;
}
.about-left{
	text-align:center;
}
.ab-top h3 {
    color: #0074BC;
    font-size: 2.6em;
    font-weight: 700;
}
.about h5 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 0em;
    border-bottom: 1px solid #fff;
    padding: 0 0 0.5em;
}
.about-right h3{
    font-size: 2em;
     color: rgb(4, 19, 102);
    margin: 0 0 1em;
	text-align:left;

}
.ab-lft h3{
    font-size: 2em;
     color: #0074BC;
    margin: 0 0 1em;
	text-align:left;

}
.ab-lft p {
    font-size: 1.15em;
    font-weight: 700;
    color:#666666;
    margin: 1em 0em 0em 0em;
    line-height: 1.8em;
}
.about-right h5{
    font-size: 1.15em;
    color: #444444;
    margin: 0 0 1em;
	text-align:left;

}
.about h4 {
    color: #0074BC;
    font-size: 1.85em;
    margin: 0;
	text-align:left;
}
.abt-bottom {
    margin: 1.5em 0;
}
.about p {
    font-size: 1.15em;
    font-weight: 700;
    color:#666666;
    margin: 1em 0em 0em 0em;
    line-height: 1.8em;
}
.ab-top p {
    font-size: 1.2em;
    font-weight: 400;
    color: #132333;
    margin: 1em 0em 0em 0em;
    line-height: 1.8em;
	text-align:center;
}
.about a {
    font-size: 1em;
    font-weight: 400;
    color: #243445;
    padding: 8px 15px;
    display: inline-block;
    margin: 1.5em auto 0em;
	border:1px solid #33A7DE;
	
}
h4.modal-title {
    font-size: 28px;
	color:#000;
}
.modal-body p{
	font-size:14px;
	line-height:30px;
	color:#000;
}
/*--//about--*/

/*--aboutnew--*/
.aboutnew {
    padding: 5em 0 1em;
    text-align: center;
}
span.glyphicon.glyphicon-folder-open,span.glyphicon.glyphicon-log-in,span.glyphicon.glyphicon-cog,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-comment,span.glyphicon.glyphicon-globe {
    font-size: 3.5em;
  color: rgb(254, 165, 0);
}
.aboutnew h4 {
    color:#3e2e31;
    font-size: 1.3em;
    margin: 1em 0;
}
.aboutnew h3 {
    font-size: 2.5em;
       color: rgb(4, 19, 102);
    margin: 0 0 2em;
}

.aboutnew-left {
    padding: 31px 0px 20px 0;
    border: 1px solid #d9d9d9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.aboutnew-left:hover{
	 background: rgb(4, 19, 102);
	 
}
.aboutnew-left:hover  h4{
	color:#fff;
}

.aboutnew a {
    font-size: 1em;
    font-weight: 400;
    color: #243445;
    padding: 8px 15px;
    display: inline-block;
    margin: 1.5em auto 0em;
	border:1px solid #33A7DE;
	
}

/*--aboutnew--*/

/*--declaration--*/
.declaration {
    padding: 5em 0 1em;
    text-align: center;
}
span.glyphicon.glyphicon-folder-open,span.glyphicon.glyphicon-log-in,span.glyphicon.glyphicon-cog,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-comment,span.glyphicon.glyphicon-globe {
    font-size: 3.5em;
  color: rgb(254, 165, 0);
}
.declaration h4 {
    color:#3e2e31;
    font-size: 1.6em;
    margin: 1em 0;
}
.declaration h3 {
    font-size: 2.5em;
       color: rgb(4, 19, 102);
    margin: 0 0 2em;
}

.declaration h2 {
    font-size: 2.0em;
     margin: 0 0 2em;
}

.declaration-left {
    padding: 31px 0px 20px 0;
    border: 1px solid #d9d9d9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.declaration-left:hover{
	 background: rgb(4, 19, 102);
	 
}
.declaration-left:hover  h4{
	color:#fff;
}

.declaration a {
    font-size: 1em;
    font-weight: 400;
    color: #243445;
    padding: 8px 15px;
    display: inline-block;
    margin: 1.5em auto 0em;
	border:1px solid #33A7DE;
	
}

/*--declaration--*/


/*--power4--*/
.power4 {
    padding: 5em 0;
    text-align: center;
}
span.glyphicon.glyphicon-folder-open,span.glyphicon.glyphicon-log-in,span.glyphicon.glyphicon-cog,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-comment,span.glyphicon.glyphicon-globe {
    font-size: 3.5em;
  color: rgb(254, 165, 0);
}
.power4 h4 {
    color:#0074BC;
    font-size: 1.5em;
    margin: 1em 0;
    
}
.power4 h3 {
    font-size: 2.5em;
       color: rgb(4, 19, 102);
    margin: 0 0 2em;
}

.power4-left {
    padding: 31px 0px 20px 0;
    border: 1px solid #d9d9d9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.power4-left:hover{
	 background: rgb(4, 19, 102);
	 
}
.power4-left:hover  h4{
	color:#fff;
}

.power4 a {
    font-size: 1em;
    font-weight: 400;
    color: #243445;
    padding: 8px 15px;
    display: inline-block;
    margin: 1.5em auto 0em;
	border:1px solid #33A7DE;
	
}

.power4b 
{
    
	 /*background: #9DAFB9;*/
	border-color:#0074BC ;border-width:3px;border-style:solid;padding:5px;
    padding: 2em;
    margin: 2em 0 0 0;
}


/*--power4--*/


/*--services--*/
.services {
    padding: 5em 0;
    text-align: center;
}
span.glyphicon.glyphicon-folder-open,span.glyphicon.glyphicon-log-in,span.glyphicon.glyphicon-cog,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-comment,span.glyphicon.glyphicon-globe {
    font-size: 3.5em;
  color: rgb(254, 165, 0);
}
.services h4 {
    color:#3e2e31;
    font-size: 1.3em;
    margin: 1em 0;
}
.services h3 {
    font-size: 2.5em;
       color: rgb(4, 19, 102);
    margin: 0 0 2em;
}

.services-left {
    padding: 31px 0px 20px 0;
    border: 1px solid #d9d9d9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.services-left:hover{
	 background: rgb(4, 19, 102);
	 
}
.services-left:hover  h4{
	color:#fff;
}

/*--services--*/


/*-- gallery --*/
.gallery h3{
  font-size: 2.5em;
        color: rgb(4, 19, 102);
    margin: 0 0 2em;
	text-align:center;
}
.gallery {
    padding: 5em 0;
   /* background-color: rgba(255, 193, 7, 0.66);*/
   background-color: #ffffff;
}
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
    float: left;
    margin: 0.1%;
    padding: 2px;
    position: relative;
    width: 24.8%;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background: rgba(30, 46, 136, 0.72);
  width: 100%;
  height: 100%;
}
.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 5px 20px 20px 20px;
  font-weight: normal;
  text-transform: capitalize;
  color: rgba(255,255,255,0.9);
  text-align: center;
  font-size: 0.9em;
  line-height:27px;
}
.da-thumbs li a div  h5 {
  color: #FFF;
  font-size: 1.8em;
  margin: 2.5em 0 0 0;
  text-align: center;
  text-transform: capitalize;
}
.gallery-grids {
  margin-top: 3em;
}
/*--//gallery--*/

/*--team--*/
.team {
    padding: 5em 0; 
}
.team h3 {
  font-size: 2.5em;
    color: rgb(4, 19, 102);
    margin: 0 0 2em;
	text-align:center;
}
.agile_team_grids{
	margin:3em 0 0;
}
.agile_team_grid1{
	padding: 1em;
    border: 4px double #D0D0D0;
    text-align: center;
}
.agile_team_grid1 h3{
	font-size:1.5em;
	text-transform:uppercase;
	color:#212121;
	margin-bottom:.5em;
}
.agile_team_grid1 p{
    color: #1e36c4;
}
.agile_team_grid_main{
	position:relative;
	overflow:hidden;
}
.agile_team_grid_main .p-mask{
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.72);
    bottom: 0%;
    position: absolute;
    padding:1em 0 .6em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
}
.agile_team_grid:hover .p-mask{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
ul.social-icons li {
	display:inline-block;	
}
ul.social-icons li  a{
	font-size:16px;
	color:#fff;
	padding:8px 15px;
	border:1px solid #fff;
	display:inline-block;	
	margin:0 5px;
}
ul.social-icons li  a:hover{
	background:#fff;
	color:#000;
}
/*--team--*/

/*--news--*/
.news {
	padding:5em 0;
	background:url('../images/eventsbg.jpg') no-repeat 0px 0px;
	background-attachment:fixed;
}
.news h3 {
    font-size: 2.5em;
      color: #0074BC;
	text-align:center;
}
.news-info {
    margin-top: 5em;
}
.news-info h4 {
    font-size: 1.5em;
    color:#333;
    border:2px solid #333;
    padding: 15px 30px;
}
.news-info h4 span{
    font-size: 1.7em;
    color:#000;
	margin-right: 0.5em;
}
.news p {
    font-size: 1.05em;
    line-height: 1.8em;
    margin: 2em 0 1em;
    color: #434343;
}
.news a {
    font-size: 1.3em;
    /*color:#fea500;*/
    /*color : #141be3;*/
    color:Black;
}
.news a:hover {
      /*color: #ffd65b;*/
      color : #141be3;
      
}
.news-grids:hover  h4 {
	/*border-color:#ffd65b;*/
	border-color : Gray;
}
/*--//news--*/

/*--contact--*/
.contact {
    padding: 5em 0 0;
}
.contact h3 {
    font-size: 2.5em;
    color:rgb(4, 19, 102);
    margin-bottom: 0.8em;
    text-align: center;
}
.contact-grids iframe {
    border: none;
    width: 100%;
    height: 400px;
}
.contact-grids input[type="text"] {
    border: none;
    width: 100%;
    margin: 0 0 1em 0;
    outline: none;
    font-size: 1em;
    color: #000;
    padding: 10px 12px;
    -webkit-appearance: none;
     background-color: rgba(209, 210, 219, 0.37);
}
.contact-grids textarea {
    border: none;
    outline: none;
    font-size: 1em;
    color: #000;
    padding: 10px 12px;
    width: 100%;
    resize: none;
    height: 13em;
    -webkit-appearance: none;
	    background-color: rgba(209, 210, 219, 0.37);
}

.contact-grids input[type="submit"] {
    border: 1px solid #0c1443;
    padding: .5em 0;
    width: 25%;
    margin-top: 0.8em;
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background-color: #0c1443;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -webkit-appearance: none;
}
.contact-grids input[type="submit"]:hover {
    border: 1px solid #fea500;
    color: #fff;
    background-color:#fea500;
}
.contact-grids ul{
    margin-top: 2em;
}
.contact-grids ul li {
    display: block;
    color:  #757575;
    font-size: 0.95em;
    margin-top: 1.1em;
}
.contact-grids ul li a {
	color: #757575;
	font-size: 0.95em;
}
.contact-grids ul li a:hover{
	    color: #0c1443;
}
.contact-grids p {
    font-size: 0.95em;
    color: #757575;
    line-height: 2em;
    width: 80%;
}
.contact-grids span.glyphicon {
    font-size: 1em;
    margin-right: 0.5em;
}
.contact-info{
	margin-bottom:5em
}
/*--//contact--*/

/*--footer--*/
.social {
    margin-bottom: 2em;
}
.footer {
    margin-top: 0em;
   background:rgba(131, 134, 141, 0.88);
    padding: 2em 0 1em;
    text-align: center;
}
.footer h3 {
    color: rgb(254, 165, 0);
}
.footer p{
    color:rgba(255, 255, 255, 0.61);
	font-size:1em;
	text-align:center;
}
.footer p a{
   color: rgb(254, 165, 0);
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.footer p a:hover{
   text-decoration:underline;
}
.social li {
    display: inline-block;
    margin: 0 0.5em;
}
i.facebok {
    width:40px;
    height:40px;
    background: url(../images/img-sprite.png)no-repeat -6px -6px;
    float: left;
    vertical-align: middle;
		 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.facebok:hover {
    background: url(../images/img-sprite.png)no-repeat -6px -48px;
}
i.twiter {
    width:40px;
    height:40px;
    background: url(../images/img-sprite.png)no-repeat -48px -6px;
    float: left;
    vertical-align: middle;
		 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.twiter:hover {
    background: url(../images/img-sprite.png)no-repeat -48px -48px;
}
i.inst {
    width:40px;
    height:40px;
    background: url(../images/img-sprite.png)no-repeat -92px -6px;
    float: left;
    vertical-align: middle;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.inst:hover {
    background: url(../images/img-sprite.png)no-repeat -92px -48px;
}
i.goog {
    width:40px;
    height:40px;
    background: url(../images/img-sprite.png)no-repeat -134px -6px;
    float: left;
    vertical-align: middle;
	 transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
i.goog:hover {
    background: url(../images/img-sprite.png)no-repeat -134px -48px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 40px;
	overflow: hidden;
	width: 28px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.1.png) no-repeat 0px 0px;
}
#toTop:hover{
	outline: none;
}
/*--//footer--*/
@media(max-width:1440px){

}
@media(max-width:1366px){

}
@media(max-width:1280px){

}
@media(max-width:1080px){
	.navbar-default .navbar-nav > li > a {
		padding: 1.4em 2.3em;
	}
	.banner {
		min-height: 560px;
	}
	.contact-grids iframe {
		height: 300px;
	}
}
@media(max-width:1024px){
	.banner {
		min-height: 520px;
	}

	.da-thumbs li a div h5 {
		margin: 1.5em 0 0 0;
	}
}
@media(max-width:991px){
	.navbar-default .navbar-nav > li > a {
		padding: 1.4em 1.37em;
	}

	.banner {
		min-height: 500px;
	}
	.about-left {
		width: 45%;
		float: none;
		margin:0 auto;
	}
	.about-right {
		width: 100%;
		float: none;
		padding:0;
	}
	.about-right h3 {
		margin: 25px 0 0.15em;
	}
	
	.about-right h5{
    font-size: 1.15em;
    }
	
	.ab-lft {
		width: 50%;
		float: left;
		padding-left:0;
	}
	.ab-top h3 {
		font-size: 2.6em;
	}
	.about h5 {
		font-size: 1.3em;
	}
	.services-left {
		width:16.6%;
		float:left;
	}
	span.glyphicon.glyphicon-folder-open, span.glyphicon.glyphicon-log-in, span.glyphicon.glyphicon-cog, span.glyphicon.glyphicon-user, span.glyphicon.glyphicon-comment, span.glyphicon.glyphicon-globe {
		font-size: 3em;
	}
	.services h4 {
		font-size: 1em;
	}
	.da-thumbs li a div h5 {
		 margin: 0.7em 0 0 0; 
		 font-size:1.5em;
	}
	.da-thumbs li a div span {
		line-height: 23px;
	}
	.agile_team_grid{
		width:25%;
		float:left;
		padding:0 7px;
	}
	.agile_team_grid1 h3 {
		font-size: 1.2em;
	}
	ul.social-icons li a {
		font-size: 15px;
		padding: 8px 13px;
	}
	.news-grids{
		width:33.3%;
		float:left;
	}
	.news-info h4 {
		font-size: 1.3em;
		padding: 15px 12px;
	}
	.col-md-8.contact-grids {
		width: 66.6%;
		float: left;
	}
	.col-md-4.contact-grids {
		width: 33.3%;
		float: left;
	}
	.contact-grids p {
		width:100%;
	}
}
@media(max-width:966px){

}
@media(max-width:900px){
	.banner {
		min-height: 440px;
	}
}
@media(max-width:800px){
	.banner {
		min-height: 370px;
	}
	.news,.team ,.gallery,.services,.about, .aboutnew , .power4 {
		padding: 3.5em 0;
	}
	.contact{
		padding:3.5em 0 0 0;
	}
	.contact-info{
		margin-bottom:3.5em;
	}
	.services h3,.gallery h3,.team h3,.news h3,.contact h3, .aboutnew h3, .power4 h3 {
		margin: 0px 0 1em;
	}
	.news-info {
		margin-top: 0;
	}
	
	.about-right h3 {
		text-align : center;
	}
	
	
	.news {
		background: url('../images/eventsbg.jpg') no-repeat -238px -75px;
		background-attachment:fixed;
	}
}
@media(max-width:768px){
	.banner {
		min-height: 350px;
	}
}
@media(max-width:736px){
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #041366;
	}
	button.navbar-toggle {
		position: relative;
	    float: right;
		display: block;
		width: 16%;
		font-size: 1.6em;
		padding: 18px 30px;
/*		margin: 0 auto;*/
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 15px;
		border: none;
	}
	.navbar-toggle {
		float:none;
	}
	nav.navbar.navbar-default {
		background-color: #FFf;
		z-index: 99999;
	}
	.navbar-default .navbar-toggle {
		width:20%;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-nav > li {
		display: block;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 1em 1em;
		font-size: 1.3em;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar-default .navbar-toggle {
		border:none;
		background: #fea500;
		border-radius:0;
		color:#fff;
	}
	.banner {
		min-height: 330px;
	}
	.da-thumbs li a div span {
		margin:0;
	}
}
@media(max-width:667px){

	.header-main {
		padding: 0.8em 0;
	}
	.banner {
		min-height: 280px;
	}
	.about-left {
		width: 52%;
	}
	.services-left {
		width: 33.3%;
		float: left;
	}
	.da-thumbs li {
		width: 49.6%;
	}
	.da-thumbs li a div h5 {
		margin: 1.7em 0 0 0;
		font-size: 2.5em;
	}
	.da-thumbs li a div span {
		font-size:14px;
		width:90%;
		margin:0 auto;
	}
	.agile_team_grid1 h3 {
		font-size: 1em;
	}
	.agile_team_grid1 p {
		font-size: 12px;
	}
	.news-info h4 span {
		font-size: 1.5em;
		margin-right: 0.3em;
	}
	ul.social-icons li a {
		font-size: 15px;
		padding: 8px 10px;
	}
}
@media(max-width:640px){

	.banner {
		min-height: 325px;
		background-position:0px -90px;
	
	}
	ul.social-icons li a {
		font-size: 15px;
		padding: 5px 9px;
	}
	.news-grids {
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.agileinfo{
		margin:30px auto;
	}
}
@media(max-width:600px){

	.banner {
		background-position: 0px -62px;
	}
	.about-left {
		width: 85%;
	}
	.da-thumbs li a div span {
		width: 95%;
	}
	.agile_team_grid {
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.agile1,.agile2{
		margin-bottom:20px;
	}

}
@media(max-width:568px){

	.banner {
		background-position: 0px -41px;
	}
	ul.social-icons li a {
		font-size: 15px;
		padding: 5px 12px;
	}
}
@media(max-width:480px){

	.banner {
		min-height: 270px;
	}
	.about-left {
		width: 90%;
	}
	.about h4 {
		font-size: 1.1em;
	}
	
	
	
	.da-thumbs li a div h5 {
		margin: 1em 0 0 0;
		font-size: 2em;
	}
	.da-thumbs li a div span {
		width: 91%;
	}
	.news-grids {
		width: 80%;
	}
	.col-md-8.contact-grids,.col-md-4.contact-grids {
		width:100%;
		float: none;
	}
	.col-md-4.contact-grids {
		margin-top:15px;
	}
}
@media(max-width:414px){
	.navbar-default .navbar-toggle {
		font-size:18px;
	}
	button.navbar-toggle {
		padding: 18px 30px;
	}
	.banner {
		min-height: 270px;
		background-position: 0px 0px;
	}
	.about-left {
		width: 95%;
	}
	.ab-lft {
		width: 100%;
		padding:0;
		margin-bottom:15px;
	}
	.news, .team, .gallery, .services, .about , .aboutnew , .power4 {
		padding: 2em 0;
	}
	.contact {
		padding: 2em 0 0 0;
	}
	.contact-info {
		margin-bottom: 2em;
	}
	.services , .aboutnew , .power4{
		padding-top:0em;
	}
	.da-thumbs li a div h5 {
		margin: 0.8em 0 0 0;
		font-size: 1.8em;
	}
	.da-thumbs li a div span {
		font-size: 13px;
	}
	.news-grids {
		width: 90%;
	}
	.footer h3{
		margin-bottom:0.5em;
	}
	.social {
		margin-bottom: 1em;
	}
}
@media(max-width:384px){
	.logo {
		float: left;
		width: 50%;
	}
	.phone{
		float: left;
		width: 50%;
	}
	.form-group {
		position: relative;
		float: left;
		width: 70%;
		margin:10px 0 10px 15%;
	}
	.services h3, .gallery h3, .team h3, .news h3, .contact h3 ,.aboutnew h3 ,.power4 h3 {
		font-size:30px;
	}
	.agile_team_grid1 h3 {
		font-size: 1em;
	}
	.services-left {
		width: 50%;
		float: left;
	}
	.da-thumbs li a div span {
		font-size: 12px;
		line-height: 20px;
	}
	.agile_team_grid {
		padding: 0 8px;
	}
	.news-grids {
		width: 100%;
	}
	.contact-grids iframe {
		height: 250px;
	}
}
@media(max-width:375px){
	.about-left {
		width: 100%;
	}
	ul.social-icons li a {
		font-size: 13px;
		padding: 5px 10px;
	}
}
@media(max-width:320px){
	.navbar-default .navbar-toggle {
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 1em;
		font-size: 1em;
	}
	.navbar {
    min-height: 43px;
	}
	.banner {
    min-height: 215px;
	}
	.ab-top h3 {
		font-size: 2.6em;
	}
	.about h5 {
		font-size: 1.4em;
	}
	.ab-top {
		padding: 1.2em;
	}
	.da-thumbs li {
		width: 100%;
	}
	.da-thumbs li a div h5 {
		margin: 2.8em 0 0 0;
		font-size: 1.8em;
	}
	.agile_team_grid {
		width: 100%;
		float: left;
	}
	.agile3{
		margin-bottom:20px;
	}
	.contact-grids input[type="submit"] {
		font-size:13.5px;
	}
}


.circle {
  margin: 36px;
  display: inline-block;
  padding: 16px;
  text-align: center;
 /*width: 180px;
  height: 180px;*/
  width: 180px;
  height:180px;
  border-radius: 50%;
  border: 2px solid #1d2087;
}

.circle::before,
.circle::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.circle,
.circle::before,
.circle::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.circle {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #5c5eae;
  color: #5c5eae;
  line-height: 50px;
  overflow: hidden;
}

.circle:hover {
  color: #fff;
}
.circle::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.circle:hover::after {
  background: #5c5eae;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.circle1 {
  opacity: 0.8;
}

.circle2 {
  opacity: 0.8;
}

.circle3 {
  opacity: 0.8;
}

.circle a {
  text-decoration: none;
  color: #0074BC;
}

.circle h2 {
  font-size: 60px;
}

.circle h2 small {
  color: #0074BC;
}

.circle p {
  font-size: 24px;
  line-height: 26px;
}

.home .grid-item i{
	/*padding-right: 5px;*/
}
.home .grid-item h1.title{
	font-size: 16px;
	line-height: 25px;
	font-weight: bolder;
	background: url('../images/title-bg.png') repeat;
	margin-top: 0;
	color: #fff;
	padding: 10px 0px 10px 15px;
	border-radius: 15px 15px 0 0;
}
.home .grid-item a h6{
	text-align: center;
	color: #333;
	font-weight: bolder;
}
.home .grid .row:nth-child(1) h1.title{
	background: url('../images/title-bg-r.png') repeat;
}

.home .grid .row:nth-child(2) h1.title{
	background: url('../images/title-bg-g.png') repeat;
}

.default >.container .row >h1.title{
	background: url('../images/title-bg.png') repeat;
	padding: 15px 10px;
	color: #fff;
	margin: 30px 0;
}
.home .container >h1.title i{
	padding-right: 10px;
}
.homecard a h6{
	text-align: center;
}
.homecard h6.red{
	background: red;
	display: block;
	text-align: center;
	width: 160px;
	padding: 5px 0;
	color: #fff;
	margin: 10px auto;
}

.home .container .row .center-block >h1.title:nth-of-type(1){ 	
	background: url('../images/title-bg.png') repeat;
	color: #fff;
	padding: 15px 10px;
	border-radius: 15px 15px 0 0;
}
.home .container .row .center-block >h1.title:nth-of-type(1) a{
	color: #fff;
	cursor: pointer;
}

.hvr-radial-out:before
{
    /*汎亞家族卡滑鼠點按鈕變黃色*/
	/*background: rgba(247,202,0,1);*/	
}

.home .container .row div.center-block{
	width: 800px;	
}
.home .container .row div.center-block ul{
	 /*汎亞家族卡按鈕間距*/	 
	 padding: 30px 0; 	
}
.home .container .row div.center-block ul li{
	width: 19.5%;
	width: 13%;
	/*汎亞家族卡按鈕間距*/
	/*
	padding: 0 15px;
	margin: 30px 0;
	*/		
	/*padding: 10px 10px 10px 10px;*/    
    padding: 10px 0 0 10px;
    margin: 10px;
}
.home .container .row div.center-block ul li a{
	
	display: block;
	/*汎亞家族卡按鈕寬度*/	
	width: 100%;
	border-radius: 15px; 
	/*汎亞家族卡按鈕顏色*/
	/*background: rgba(0,193,179,1);*/	
	background: rgba(0,51,102,1);
	padding: 10px 0;
	border: 1px solid #eee;
	box-shadow: 1px 1px 1px 1px #eee;
}
.home .container .row div.center-block ul li a span{
	text-align: center;
	width: 100%;
	display: block;
	color: #fff;
}
.home .container .row div.center-block ul li a span h5{
	margin: 10px 0 0 0;
	font-size: 18px;
	letter-spacing: 3px;
}
.home .container .row .center-block ul li a span i{
	margin: 10px auto 0 auto;
	text-align: center;
	color: #fff;
	font-size: 26px;
}
.home .container .row button{
	background: rgba(0,51,102,1);
	border: 2px solid #fff;
	width: 150px;
	display: block;
	color: #fff;
	border-radius: 20px;
	margin: 30px auto;
	text-align: center;
	padding: 15px 0;
}
.home .container .row button h1{
	margin: 0;
}
.home .container .row .center-block >h1.title:nth-of-type(1){
	margin-bottom: 0;
}
.home .container .row .homebg{
	/*background:url('../images/main-blur.jpg') no-repeat;*/
	display: block;
	padding: 0px 0 0px 0;
	width: 800px;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0;
}

.paFamily 
{
    padding : 20px 25px 20px;
    /*background-color: #3875A3;*/
    background-color: #fff;
    position: relative;
    word-break: break-word;
    
    border: 1px solid rgb(130,149,179);
    border-radius: 3px;
    margin-bottom: 20px;
}

.paFamily h2 
{
    font-size: 18px;
}

.paFamily h4 
{
    font-size: 16px;
}

.paFamily h5 
{
    font-size: 14px;
}

.paFamily h6 
{
    font-size: 15px;
}
.paFamily a 
{
    font-size: 14px;
    
}

.paFamilys 
{
    padding : 20px 25px 20px;
    /*background-color: #337ab7;*/
    background-color: #fff;
    position: relative;
    word-break: break-word;
    
    border: 1px solid rgb(130,149,179);
    border-radius: 3px;
    margin-bottom: 20px;
}

@media only screen and (max-width:767px)
{
 .paFamily 
    {
    /*rgb(130,149,179)*/
     padding : 20px 25px 20px;
    /*background-color: #3875A3;*/
    background-color: #fff
    position: relative;
    word-break: break-word;
    
    border: 1px solid rgb(130,149,179);
    border-radius: 3px;
    margin-bottom: 20px;}
    
    .paFamilys 
    {
    /*rgb(130,149,179)*/
     padding : 20px 25px 20px;
    /*background-color: #337ab7;*/
    background-color: #fff
    position: relative;
    word-break: break-word;
    
    border: 1px solid rgb(130,149,179);
    border-radius: 3px;
    margin-bottom: 20px;}
}
}

#CSD {
	padding-top: 59px;
}

#CSD h2{
	font-size: 22px;
	color:  darkcyan;
	padding-top: 33px;
	padding-bottom: 15px;
}
#CSD h3{
	font-size: 18px;
	color:  #1d488c;
	text-align: left;
}

#CSD h4{
	padding-top: 15px;
	font-size: 20px;
	color:  darkcyan;
	text-align: left;
}

#CSD ol{
	font-size: 18px;
	color:  #d387c;
	text-align: left;
}

#CSD ol li{
	font-size: 18px;
	color:  #d387c;
	text-align: left;
}

	#CSD h5 {
		padding-top: 15px;
		font-size: 18px;
		line-height: 22px;
		color: #666;
		text-align: left;
	}