/* ----------------------------------------------------------------
   共同區域
   -----------------------------------------------------------------*/
   * {
   	padding:0px;
   	margin:0px;
   }
   body, html {
   	font-family:"微軟正黑體",sans-serif !important;
   	-webkit-text-size-adjust:none;
   	-webkit-box-sizing:border-box;
   	box-sizing: border-box;
   }
   a{
   	transition:all .3s; 
   }
   a:focus{
    text-decoration:blink !important;
    color: white !important;
  }
  .clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
  }
  .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: initial !important;
  }
  dl{
    margin-bottom:0px !important;
  }
  
  /* ----------------------------------------------------------------
 menu
 -----------------------------------------------------------------*/
 .navbar-default {
  background-color: initial !important;
  border:none!important;
}
.navbar-default .navbar-nav>li>a {
  color: #d4d4d4 !important;
}
.navbar-header{
  margin:10px 0px !important; 
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: rgba(2, 2, 2, 0.54) !important;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color:white !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: initial !important;
}
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.34);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }
  header #logo {
   display: inline-block;
   float: left;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s; }
   header #logo h1{
margin:0px !important;
   }
   header nav {
    display: inline-block;
    float: right; }
    header nav a {
     line-height: 150px;
     margin-left: 20px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s; }
     header nav a:hover {
      color: white; }
      header.smaller {
       height: 80px;
       background-color: #717171;
     }
     header.smaller #logo {
     }
     header.smaller nav a {
       color:white !important;
     }
     
     .navbar-default .navbar-nav>li>a {
      text-align: center;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      max-height: initial !important;
    }
    #logo a{
      margin:0px;
    }
    /* ----------------------------------------------------------------
 about
 -----------------------------------------------------------------*/
 .consultant{
  width:800px;
  margin: auto;
}
.consultant .a{
  border-left:solid 1px #ccc;
}
.dream{
  width:100%;
  float:left;
  margin:0px 0px 60px;
}
.dream h1{
  font-size:30px;
  margin:0px 15px 20px;
  font-weight: bold;
}
.dream p{
  margin: 0 15px;
  line-height:28px;
  text-align: justify;
}
.dream ul{
  margin-left: 20px !important;
}
.dream li{
  line-height: 30px;
}
.consultant h3,.consultant h4{
  font-size: 16px;
  background-color: #717171;
  color: white;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}
.report{
  width: 100%;
  float: left;
}
.report p{
  -moz-column-count:0; /* Firefox */
  -webkit-column-count:0; /* Safari and Chrome */
  column-count:0;
  -moz-column-gap:0; /* Firefox */
  -webkit-column-gap:0; /* Safari and Chrome */
  column-gap:0;
  margin:0;
}
.about-img{
  margin: 5px 0px 70px;
}
.director li{
  list-style:none;
  line-height: 23px;
}
.director .team-box {
  margin: 0 auto 20px;
}
  /* ----------------------------------------------------------------
 services
 -----------------------------------------------------------------*/
 .process{
  width: 100%;
  float: left;
  font-size: 15px;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 35px;
  padding-bottom: 40px;
  line-height: 28px;
}
.process .step-arrow {
  padding: 2px 9px;
}
.process-txt{
  clear:both;
}
.process-txt dt{
  font-size: 18px;
  padding: 5px 0px 10px;
  margin: 25px 0px 0px;
}
.process-txt dt .fa{
  font-size: 20px;
  margin: 5px;
}
.process-txt dt.a{
  margin: 0px 0px 0px;
}
.process-txt dd{
}
.process h4{
  font-size: 16px;
  font-weight:bold;
  margin-top: 25px;
}

.process span{
  background-color: #a3adb4;
  color: #ffffff;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 15px;
  margin: 0px 5px;
}
.exploration{
  padding: 15px;
  margin: 15px 0px 15px;
  border-radius: 10px;
  background-color: whitesmoke;
}
.exploration ul{
  margin-left: 30px;
}
.table{
  border-left:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
}
.table tr:nth-child(even){
  background-color:#efefef;
}
.table td, .table th{
  text-align: center;
  border-right: solid 1px #ddd;
}
.table th{
  background-color: #a3adb4;
  color: white;
}
.table ul{
  padding-left:15px;
}
.table li{
  font-size:14px;
  line-height:28px;
  list-style:none;
}
  /* ----------------------------------------------------------------
News
-----------------------------------------------------------------*/
.dropdown-box{
  float:right;
  margin: 0px 15px 0px;
}
.dropdown-select{
  padding: 1px 10px;
}
.news-title{
  text-align: center;
}
.news-title .under-line{
  margin: auto;
  float: initial;
}
.news-title p{
  margin-top: 20px;
  line-height: 28px;
  color: #757575;
}
.new-page p{
  line-height:29px;
  text-align: justify;
}
.new-page h3{
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
.hinet{
width: 100%;
    float: left;
    background-color: #f1f1f1;
    padding:20px;
    margin: 0px 15px 15px;
    border:solid 1px #eaeaea;
    border-radius: 6px;
}
.new-day{
  float: left;
  font-size: 35px;
  font-family: Arial;
  background-color: #717171;
  color: white;
  padding: 10px 15px;
  margin-right: 20px;
  text-align: center;
}
.new-day small{
  width: 100%;
  float:left;
  font-size: 50%;
  color: #e0e0e0;
}
.then-list{
 width: 100%;
 float: left;
 border-top: solid 1px #ccc;
 overflow: hidden;
 padding: 10px 0px;
}
.then-list a{
  display: block;
    margin: 0px 5px;
    background-color: #e0e0e0;
    color: #464646;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 18px;
  
}
.then-list a:hover {
  text-decoration: blink;
  color: white;
  background-color: #717171;
}
.then-list ul{
  display: inline-block;
}
.share ul{
  float:right;
}
.share a{
  margin:0px 10px;
}
.share li,.then-list li{
  display:inline;
  list-style:none;
  float: left;
}
.news-footer{
  padding:10px 0px 0px;
  display: inline-block;
  width: 100%;
  margin:30px 0px 80px;
}
  /* ----------------------------------------------------------------
 影音媒體
 -----------------------------------------------------------------*/
.mov {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-box ul{
     margin-top: 10px;
    margin-left: 23px
}
.video-box li{
    font-size: 14px;
    line-height: 24px;
}
.video-title{
  width:100%;
  float:left;
      font-size: 17px;
    text-align: center;
    background-color: #dedede;
    border-radius: 25px;
    margin:0 0 10px; 
}
.video-box time{
      width: 100%;
    float: left;
    font-size: 19px;
    border-bottom:solid 1px #f1f1f1;
}
.video-box .new-day{
  width: 100%;
}
.video-photo{
  margin:50px 0 0;
text-align: center;
}
.video-cover{
 position: relative;
    width: 100%;
    height: 350px;
    float: left;
    padding: 5px;
    margin: 0 0 15px;
    overflow: hidden;
}
.video-cover img{
  left:0;
  right:0;
  bottom:0;
  top:0;
  margin: auto;
}
.video-photo p{
  line-height:26px;
      display: inline-block;
      margin:0 0 30px;
      float:left;
      padding: 10px;
}
.owl-next,.owl-prev {
    font-size: 0px;
    width:0;
    height:0;
    position: absolute;
    top: 50%;
    border-style:solid;

}
.owl-next{
right:-15px;
border-width: 18px 0 18px 18px;
border-color: transparent transparent transparent #353535b3;
}
.owl-prev{
 border-width: 18px 18px 18px 0;
border-color: transparent #353535b3 transparent transparent;
left:-15px;
}
.video-photo .col-xs-1, .video-photo .col-sm-1, .video-photo .col-md-1, .video-photo .col-lg-1, .video-photo .col-xs-2, .video-photo .col-sm-2, .video-photo .col-md-2, .video-photo .col-lg-2, .video-photo .col-xs-3, .video-photo .col-sm-3, .video-photo .col-md-3, .video-photo .col-lg-3, .video-photo .col-xs-4, .video-photo .col-sm-4, .video-photo .col-md-4, .video-photo .col-lg-4, .video-photo .col-xs-5, .video-photo .col-sm-5, .video-photo .col-md-5, .video-photo .col-lg-5, .video-photo .col-xs-6, .video-photo .col-sm-6, .video-photo .col-md-6, .video-photo .col-lg-6, .video-photo .col-xs-7, .video-photo .col-sm-7, .video-photo .col-md-7, .video-photo .col-lg-7, .video-photo .col-xs-8, .video-photo .col-sm-8, .video-photo .col-md-8, .video-photo .col-lg-8, .video-photo .col-xs-9, .video-photo .col-sm-9, .video-photo .col-md-9, .video-photo .col-lg-9, .video-photo .col-xs-10, .video-photo .col-sm-10, .video-photo .col-md-10, .video-photo .col-lg-10, .video-photo .col-xs-11, .video-photo .col-sm-11, .video-photo .col-md-11, .video-photo .col-lg-11, .video-photo .col-xs-12, .video-photo .col-sm-12, .video-photo .col-md-12, .video-photo .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  float:left;
}
   /* ----------------------------------------------------------------
 聯絡我們
 -----------------------------------------------------------------*/
 form .col-sm-1, form .col-sm-2, form .col-sm-3, form .col-sm-4, form .col-sm-5, form .col-sm-6, form .col-sm-7, form .col-sm-8, form .col-sm-9, form .col-sm-10, form .col-sm-11, form .col-sm-12 {
  margin-bottom: 16px;
}
.radio-inline, .checkbox-inline {
  padding-left: 10px !important;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
  margin-left: 0px !important;
} 
input[type=radio], input[type=checkbox] {
  margin: 4px 3px 0 !important;
}
.step-arrow{
  float: left;
  background-color: #a3a3a3;
  font-size: 17px;
  color: white;
  padding: 6px 10px;
  margin-bottom: 20px;
  position: relative;
}
.step-arrow span{
  color: #b9b9b9;
  font-size: 16px;
  background-color: initial;
  padding: 2px 0px 2px;
}
.arrow{
 width: 0;
 height: 0;
 position: absolute;
 right: -23px;
 top: 0px;
 border-style: solid;
 border-width: 19px 0px 18px 23px;
 border-color: rgba(204, 204, 204, 0) rgba(204, 204, 204, 0) rgba(204, 204, 204, 0) #a3a3a3;
}
.button{
  background-color: #353535;
  width: 220px;
  padding: 5px 20px 5px;
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  margin-top: 35px;
  color: white;
  box-shadow: 0px 1px 2px 0px #797979;
  border:none;
  margin-bottom: 80px;
  transition:all .3s;
}
.button:hover{
  text-decoration: blink;
  background-color: #717171;
  color: white;
}
 /* ----------------------------------------------------------------
  banner
  -----------------------------------------------------------------*/
  .carousel .item {
   height:960px !important;
 }
 .carousel {
   height: 960px !important;
 }
 .carousel-inner > .item > img {
   height: 100% !important;
 }
 .big-mark{
   font-size: 90px;
   text-align: left;
   line-height: 100px;
 }
 .carousel-caption p{
   font-size:25px;
   text-align:left;
 }
 .carousel-control .fa{
   font-size: 80px;
   position: absolute;
   top: 45%;
 }
 .banner{
  width:100%;
  height:300px;
  float:left;
  background-attachment: fixed;
  background-repeat:no-repeat;
  background-size: 100%;
  position: relative;
}
.bn-title{
  font-size: 48px;
  position: absolute;
  right: 16%;
  bottom: 25%;
  font-weight: bold;
  color: white;
  text-shadow: 0px 3px 2px #484848;
  text-transform: uppercase;
}
 /* ----------------------------------------------------------------
 首頁
 -----------------------------------------------------------------*/
 .navbar-default {
  background-color:rgba(0, 0, 0, 0) !important;
}
.title h1,.title h2,.title h3{
  font-size:40px !important;
  color:black  !important;
  margin-top: 55px;
}
.title h2{
  margin-top:0px;
}
.title{
  width:100%;
  float:left;
  margin:0px 0px 50px; 
}
.under-line{
  width:100px;
  height:5px;
  background-color:#fce761; 
  float:left;
}
.featured{
  width:100%;
  float:left;
  margin:0px 0px 90px;
}
.featured .col-xs-1, .featured .col-sm-1, .featured .col-md-1, .featured .col-lg-1, .featured .col-xs-2, .featured .col-sm-2, .featured .col-md-2, .featured .col-lg-2, .featured .col-xs-3, .featured .col-sm-3, .featured .col-md-3, .featured .col-lg-3, .featured .col-xs-4, .featured .col-sm-4, .featured .col-md-4, .featured .col-lg-4, .featured .col-xs-5, .featured .col-sm-5, .featured .col-md-5, .featured .col-lg-5, .featured .col-xs-6, .featured .col-sm-6, .featured .col-md-6, .featured .col-lg-6, .featured .col-xs-7, .featured .col-sm-7, .featured .col-md-7, .featured .col-lg-7, .featured .col-xs-8, .featured .col-sm-8, .featured .col-md-8, .featured .col-lg-8, .featured .col-xs-9, .featured .col-sm-9, .featured .col-md-9, .featured .col-lg-9, .featured .col-xs-10, .featured .col-sm-10, .featured .col-md-10, .featured .col-lg-10, .featured .col-xs-11, .featured .col-sm-11, .featured .col-md-11, .featured .col-lg-11, .featured .col-xs-12, .featured .col-sm-12, .featured .col-md-12, .featured .col-lg-12{
  margin-bottom:15px;
} 
.ct-box{
  background-image: url(../images/ct-basemap.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #d0cdc6;
  background-size:cover;
  padding: 0px 0px 100px;
  background-attachment: fixed;
}
.phone-box,.add,.e-mail{
  width: 205px;
  height: 205px;
  background-color: white;
  border-radius: 50%;
  line-height: 24px;
  padding: 45px 27px 45px;
  text-align: center;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.5);
}
.phone-box .fa,.add .fa,.e-mail .fa{
  margin-right:5px;
}
.phone-box{
  float:right;
}
.phone-box li{
  list-style:none; 
}
.add{
  margin:auto; 
}
.e-mail{
  float:left;
}
figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -0.135em;
  width:380px;
  text-align:left;
}
figure:hover:before{
content: '';
    width: 400px;
    height: 400px;
    background-color:#000;
    position: absolute;
    z-index: -1;
}

figure img {
  position: relative;
  display: block;
}
figure.effect-lily img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -moz-transform: translate3d(-45px,0, 0);
  -webkit-transform: translate3d(-45px,0, 0);
  transform: translate3d(-45px,0,0);
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.effect-lily{
  height:275px;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-chico figcaption {
  padding: 3em;
}
figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico p {
  padding-right: 13px;
  margin: 35% auto 0px;
  text-align: center;
  position: relative;
  z-index: 999;
  color: white;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cover{
  overflow:hidden;
}
.project{
  position: absolute;
  z-index: 5;
  left: 15px;
  top: 20px;
}
.project p{
  font-family: Arial;
  font-weight:bold;
  font-size:22px;
  color:white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.project a{
  color:white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.project a:hover{
  color:white;
  text-decoration:none;
}
.joint{
  font-size:16px;
  font-weight:600;
  margin-bottom:5px;
}
.news-main{
  padding: 11px 7px 16px;
  box-shadow: 0px 1px 3px 0px #989898;
  margin: 0px 0px 20px;
}
.news-text{
  padding: 2px 15px 0px;
}
.news-text small{
 color: #8c8c8c;
 line-height: 28px;
 margin-top: 5px;
 display: block;
}
.new-more{
  margin-bottom: 15px;
  border-top: solid 1px #e6e6e6;
  padding-top: 5px;
}
.new-more a{
  color:black;
}
.new-more a:hover, .new-more a:focus{
  color:#949494 !important;
  text-decoration:initial;
}
.new-box{
  width: 100%;
  margin-bottom: 80px;
  float: left;
}
.new-box h3,.owl-carousel h3{
  font-size: 23px;
  line-height: 28px;
  margin:2px 0px 9px;
}
.new-box p{
  text-align: justify;
  line-height: 25px;
  text-overflow:ellipsis;
  overflow:hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height:3.5em;
  margin-bottom: 20px;
}
.new-read{
  clear:left;
  text-align: center;
}
.new-read a{
  background-color: #353535;
  width: 220px;
  padding: 5px 20px 5px;
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  margin-top: 35px;
  color: white;
  box-shadow: 0px 1px 2px 0px #797979;
}
.new-read a:hover{
  text-decoration: blink;
  background-color: #717171;
  color: white;
}
.community li{
  list-style:none;
  float:left;
}
.community a{
  display: block;
  width: 40px;
  height: 40px;
  font-size: 19px;
  background-color: #c3c7ce;
  border-radius: 50%;
  color: #353535;
  text-align: center;
  line-height: 38px;
  margin: 5px;
}
.community a:hover{
  background-color:#6d737b;
}
.navbar-default .navbar-toggle {
  border-color: #888!important;
}

    /* ----------------------------------------------------------------
 設計團隊
 -----------------------------------------------------------------*/
 .team-box{
   width: 250px;
   height: 250px;
   overflow: hidden;
   border-radius: 50%;
   margin: auto;
   position: relative;
   box-shadow: 0px 8px 7px -3px #545454;
 }
 .team-box img{
  position: absolute;
  left:0;
}
.team-main h3{
  font-size: 35px;
  font-weight: bold;
  margin-top: 25px;
  border: none;
}
.team-main h3.a{
  margin-top:10px !important;
}
.team-name small{
 font-size: 15px;
 margin-top: 18px;
 display: block;
}
.team-main p{
  font-size: 14px;
  line-height: 25px;
  color: #676767;
}
.team-main{
  padding:0px 0px 30px;
}
.team-page{
  width:100%;
  float:left;
  overflow: hidden;
  margin-bottom:100px;
}
 /* ----------------------------------------------------------------
  Projects
  -----------------------------------------------------------------*/
  .breadcrumb {
    background-color: inherit!important;
    text-align: right;
    padding: 10px 15px!important;
  }
  .breadcrumb a{
   color: #777;
   font-size: 13px;
 }
 .breadcrumb a:hover,.breadcrumb a:focus{
   color:#656565;
   text-decoration:blink;
 }
 .breadcrumb {
  margin-bottom: 0 !important;
}
.pagination>li>a, .pagination>li>span {
  font-size: 15px;
  border: none !important;
  color: #353535 !important;
}
.pagination {
  margin: 40px 0px 5px !important;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.20);
  transform: scale(1.20);
}
figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-chico figcaption {
  padding: 3em;
}
figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h2 {
  padding: 20% 0 20px 0;
}
figure.effect-chico p {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.effect-img img {
  position: absolute;
  top:0;
  left:0;
}
  /* ----------------------------------------------------------------
 
 scroll-to-top
 -----------------------------------------------------------------*/
 #back-top {
  position: fixed;
  bottom: 50px;
  right:20px;
  z-index: 99;
}
#back-top a {
  width:60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  color: #000;
}
/* arrow icon (span tag) */
#back-top span {
  width:50px;
  height:50px;
  display: block;
  margin-bottom: 7px;
  background: #717171 ;
  border-radius:50%;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {
  background-color: #777;
}
#back-top .fa{
  font-size: 23px;
  line-height: 45px;
  color: #d2d2d2;
}
/* ----------------------------------------------------------------
   404
   -----------------------------------------------------------------*/
    .erron-box{
     width: 100%;
    background-color: #5897b0 !important;
    color: white;
    overflow: hidden;
    padding-top: 30px;
    margin-top: 110px;
  }
   .back_into {
      color: white;
      font-size: 155px;
      width: 100%;
      text-align: center;
      font-family: fantasy;
      text-align: right;
   }
   .suggest{
      margin: 0px 0px 30px;
      text-align: center;
      clear: both;
   }
   .suggest li, .suggest a {
      line-height: 28px;
      list-style: none;
      color:white;
      text-decoration: blink;
   }
   .suggest a:hover{
      color:#333;
   }
   .suggest p{
      font-size:25px;
   }
   .no-page{
        width: 123px;
        height:123px;
    background-color: white;
    color:#5897b0;
    border-radius: 50%;
    line-height: 123px;
    text-align: center;
    font-size: 17px;
    position: relative;
   }
   .no-page:after{
        content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 12px;
    border-style: solid;
    border-width: 23px 15px 0px 15px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(38deg);
   }
 /* ----------------------------------------------------------------
  footer
  -----------------------------------------------------------------*/
  footer{
  	padding:25px 0px 0px;
  	background-color:#353535; 
  }
  footer h6{
  	font-family:Arial;
  	font-size:20px;
  	color:white;
  }
  footer li{
  	list-style:none;
  }
  footer a{
  	color:#c3c7ce;
  	line-height:28px;
  }
  footer a:hover{
  	color:white;
  	text-decoration:none;
  }
  .copyright{
  	text-align: center;
  	color: #c3c7ce;
  	border-top: solid 1px #7c7e82;
  	padding: 20px 0px 20px;
  	margin-top: 30px;
  } 
  @media (min-width: 768px){
  	.navbar-nav>li>a {
      line-height:50px !important;
    }
    .carousel-caption {
      left: 12% !important;
      top: 25%;
    }
    .effect-img{
      width: 300px;
      height: 230px;
    }
 

  }
  @media (max-width: 768px){
   header #logo{
    width:82%;
  }
  .banner {
    background-size:250% !important;
  }
  .dream p {
    margin: 0 0px 15px;
  }
  .team-main h3 {
    font-size: 26px;
  }
  .director .team-box {
    margin: 60px auto 20px;
  }
  .dream h1 {
    font-size: 25px;
    margin: 0px 0px 15px;
  }
  .about-img {
    margin: 10px 0px 0px;
  }
  .process span {
    font-size: 18px;
    margin: 3px 5px;
  }
  .news-img{
    margin-bottom:8px;
  }
  .effect-img{
    width:100% !important;
    height:230px  !important;
  }
  .carousel-caption p {
    font-size: 20px;
  }
  .carousel-caption {
    bottom: initial;
    top:30%;
  }
  .big-mark {
    font-size:55px;
    line-height:60px;
  }
  .news-main {
    margin-bottom: 20px;
  }
  .nav>li>a {
    padding:15px 0px !important;
  }
  .phone-box,.e-mail{
    margin: 5px auto 5px;
    float:initial;
  }
  .back_into{
    text-align: center;
  }
  .no-page {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 13px;
}
.new-page img{
  margin-bottom:8px;
}
.video-box .new-day {
    width: 100%;
    margin-bottom: 15px;
}
.hinet {
    width: auto;
        margin: 0px 0px 15px;
}
.video-box ul {
    margin-top: 10px;
    margin-left: 12px;
    float: left;
}
.new-page h3 {
    margin-top: 0px;
}
  figure {
    width:100% !important;
    height:100% !important;
  }
  figure.effect-lily img {
    -webkit-transform:translate3d(0px, 0px, 0px);
    transform:translate3d(0px, 0px, 0px);
  }
  .navbar-nav {
    margin: 0px -15px !important;
  }
  .process-txt dt {
    text-align: center;
  }
  .process-txt dd {
    text-align:center;
  }
  .process-txt dd span {
    width:100%;
  }
  .navbar-default {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #3d3d3d !important;
  }
}
@media (max-width:767px){
  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.80);
  }
  .process .step-arrow {
    padding: 0px 9px;
  }
   .banner{
  height:200px !important;
}
}
@media (max-width:990px){
 header nav a {
  margin-left: 0px;}
  .nav>li>a {
   padding: 15px 10px !important;
 }
 .big-mark {
  font-size: 40px;
  line-height: 44px;
}
.consultant{
  width:100%;
  margin:initial;
}
.consultant .a {
  border-left:initial;
}
header #logo{
 width:82%;
}
.team-box {
  width: 220px;
  height: 220px;
}
}
@media (max-width:1200px){
  figure {
   width: 520px;
   height: 370px;
 }
 .carousel .item {
   height:500px !important;
 }
 .carousel {
   height:500px !important;
 }
 .effect-img {
  width:100%;
  height:255px;
}
.video-cover {
    position: initial;
    height: auto;
    margin: 0 0 10px;
        padding: 0px;
}
}
@media (max-width:320px){

  header #logo {
   width: 75%;
 }
 header #logo img{
  width:50%;
 }
 .navbar-header {
    margin: 13px 0px !important;
}
 .bn-title {
  bottom: 40%;
}
.effect-img {
  width: 100% !important;
  height: 205px !important;
}
.back_into {
    font-size: 125px;
}
.no-page {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 12px;
}
.erron-box{
margin-top: 65px;
}
}
@media (max-width:600px){
  .title h1, .title h2, .title h3 {
    font-size: 30px !important;
        margin-top: 20px !important;
  }
  .featured {
    margin: 0px 0px 40px;
  }
  .big-mark {
    font-size: 40px;
    line-height: 44px;
  }
  .title {
    margin: 0px 0px 25px;
  }
  .dropdown-box {
    float: initial;
    margin: 30px 15px 0px;
  }
  .video-cover {
    margin: 0 0 10px;
}
}
@media (max-width:1150px){
  .banner {
    background-size:160%;
  }
  .bn-title {
    font-size: 32px;
    right: 5%;
  }
}
