/*color*/

/*MAIN*/
.mainlogo{
    max-height: 30px;
    width: auto;
    opacity: 0.5;
}
.mainlogo:hover{
    opacity: 1;
}
@media (max-width: 1100px){
.navbar .navbar-right{
    display: none;
}
}

/*scrolltop*/
.scrolltop a{
    font-size: 40px;
    color: #ababab;
    opacity: 0.7;
    position: fixed;
    bottom:50px;
    right: 50px;
    text-decoration: none;
    z-index: 9999;
}
.scrolltop a:hover{
    opacity: 1;
}

@media (max-width: 1100px){
    .scrolltop a{
        bottom:20px;
        right: 20px;
    }
}
/*---------------------------------------
   SECTION:  solution
-----------------------------------------*/
.solution {
    color: #ffffff;
}

.solution .color-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
}

.solution .info {
    max-width: 800px;
    margin: auto;
    min-height: 340px;
}

.solution .info .image {
    font-size: 5em;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.solution .info .image img {
    width: 100%;
    vertical-align: top;
}

.solution .info .message {
    font-size: 18px;
    margin-top: 40px;
    /*margin-bottom: 30px;*/
}

.solution .info .name {
    font-size: 28px;
    line-height: 1.5;
    margin: 15px 0;
    font-weight: 400;
}

.solution .info .infobtn{
    border:1px solid #FFF;
    border-radius: 30px;
    font-size: 18px;
    color: #FFF;
    padding: 5px 15px;
    margin-top: 15px;
}
.solution .info .infobtn:hover{
    background-color: #FFF;
    color: #1d163c;
}

.solution .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.solution .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.solution .owl-item{
    padding: 100px 0;
    background-size: contain;
    background-position: top center;
}
.solution .owl-item::after{

    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: top center;
}

.solution .owl-item:nth-child(1)::after {
    background-image: url(../images/banner01.jpg);
    background-repeat: no-repeat;
    background-position:top center;
}
.solution .owl-item:nth-child(2)::after {
    background: url(../images/banner02.jpg);
    background-repeat: no-repeat;
    background-position:top center;
}
.solution .owl-item:nth-child(3)::after {
    background: url(../images/banner03.jpg);
    background-repeat: no-repeat;
    background-position:top center;
}
.solution .owl-item:nth-child(4)::after {
    background: url(../images/banner04.png);
    background-repeat: no-repeat;
    background-position:top center;
}
.solution .owl-item:nth-child(5)::after {
    background: url(../images/banner05.png);
    background-repeat: no-repeat;
    background-position:top center;
}

.solution .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {

    .solution .owl-item{
        padding: 50px 0;
    }
    .solution .info .message {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


/*---------------------------------------
   SECTION:  OFFICE
-----------------------------------------*/

.office {
    padding-top: 80px;
    padding-bottom: 60px;
}

.office .dark-text{
    font-weight: bold;
}

.office .single-service {
    padding-bottom: 60px;
}

.office .single-service .service-icon {
    font-size: 80px;
    color: #1d163c;
}
.office .single-service h3 {
    margin-top: 20px;
    color: #1d163c;
}

.office .single-service h3 span{
    font-size: 18px;
    display: block;
    line-height: 20px;
}
.office_btn{
    border: 1px solid #1d163c;
    font-size: 15px;
    color: #1d163c;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.office_btn:hover{
    background-color: #1d163c;
    color: #FFF;
}
.office .section-header{
    display: table;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 0;
}
.office .section-header:before,.office .section-header:after{
    border-top: 1px solid #333;
    content: '';
    display: table-cell;
    position: relative;
    top: 3em;
    width: 40%;
}
.office .section-header:before{
    right: 1.5%;
}
.office .section-header:after{
    left: 1.5%;
}
@media (max-width: 425px) {
   .office .section-header{
    white-space: normal;
   }
   .office .section-header:before,.office .section-header:after{
       top: 2.5em;
       width: 10%;
   }
}
/*招募對象*/
#type.row{
    border: none;
    color: #424242;
}
#type .col-sm-4{
    padding:20px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#type .col-sm-4:hover {
    background-color: #E5E5E5;
}
#type .image{
    font-size: 50px;
}

#type .name{
    font-size: 24px;
    font-weight: bold;
    color: #424242;
    margin: 13px 0;
}
#type .message{
    color: #424242;
    text-align: left;
}
/*工作空間及辦公室*/
.office .tit{
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #424242;
    margin: 13px 0;
}
.office .tit span{
    font-size: 18px;
    margin-left:5px;
}
.office .txt{
    color: #424242;
    text-align: left;
    font-weight: normal;
}

.office .buttons{
    text-align: left;
}
.office .officebtn{
    border:1px solid #424242;
    border-radius: 30px;
    font-size: 14px;
    color: #424242;
    padding: 5px 15px;
    margin-top: 10px;
}
.office .officebtn:hover{
    background-color: #1d163c;
    color: #FFF;
}
.office .container .row{
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 60px 0;
    border-bottom: 10px solid #f1f1f1;
}
.earlybird{
    color: #F00;
    font-weight: bold;
}
/*---------------------------------------
   SECTION:  ROOMSLIDE
-----------------------------------------*/
.equip-item-feature img{
    max-width:100%;
    height: auto;
}


/*---------------------------------------
   SECTION:  ROOMSLIDE
-----------------------------------------*/


#office .shot,#lab .shot,#meeting .shot {
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}
.imgrespon{
    width: 100%;
    height: auto;
    margin: 10px 0;
}
#office .shot img,#lab .shot img,#meeting .shot img {
    border-radius: 4px;
    width: 100%;
}

/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7
-----------------------------------------*/

.packages {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #222222;
}
.packages .main-color {
    color: #ffab2c;
}
.single-package {
    background: #161616;
    overflow: auto;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 60px;
}

.single-package .price {
    background: #222222;

}
.single-package .color-bg {
    background-color: #ffab2c!important;
}
.single-package .price h2 {
    color: #FFFFFF;
}
.single-package .price .sign {
    vertical-align: super;
    font-size: 20px;
}
.single-package .package-heading .sign {
    font-size: 15px;
    color: rgb(253, 169, 42);
    border: 1px solid #fda92a;
    padding: 0px 5px;
}

.single-package .price .month {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.price .onsale{
    text-decoration: line-through;
}
.single-package .package-feature {
    margin:0;
}
.single-package .package-feature > li {
    border-bottom: 1px #222 solid;
    padding: 15px 0;
}
.single-package .package-feature > li:last-child{
    border: none;
    padding: 0;
}
.single-package .package-feature > li > span {
  margin-right: 7px;
}

.single-package .btn{
    font-weight: bold;
    display: block;
    height: auto;
    background-color: #feaa2b;
    padding: 15px;
    color: #151515;
    border-radius: 0;
    border-top: none;
    border-bottom: 5px solid #98600a;
}
.single-package .btn:hover{
    background-color: #98600a;
    color: #FFF;
}
.single-package .btn.disabled{
    background-color: #C0C0C0;
    border-bottom: 5px solid #303030;
}
.single-package .btn.disabled:hover{
    background-color: #C0C0C0;
    border-bottom: 5px solid #303030;
}

/*申請表格*/
#apply,#partnerapply{
    color: #333;
    text-align: left;
    overflow: hidden;
    background-color: #FFF;
}
.applyheader{
    background: rgb(117,22,44);
    background: -moz-linear-gradient(-70deg, rgb(117,22,44) 0%, rgb(251,52,85) 35%, rgb(255,207,40) 100%);
    background: -webkit-linear-gradient(-70deg, rgb(117,22,44) 0%,rgb(251,52,85) 35%,rgb(255,207,40) 100%);
    background: linear-gradient(110deg, rgb(117,22,44) 0%,rgb(251,52,85) 35%,rgb(255,207,40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75162c', endColorstr='#ffcf28',GradientType=1 );
    padding: 30px;
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
#inner h4{
    display: block;
    font-weight: bold;
}
#inner>form>div{
    min-height: 55px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    display: block;
    position: relative;
    height: auto;
    line-height: 18px;
    font-weight: normal;
}
#apply .btn,#partnerapply .btn{
    border: 1px solid #fb3455;
    border-bottom: 5px solid #AD3455;
    background-color: #fb3455;
    color: #fff;
    padding-right: 15px;
    cursor: pointer;
}
#apply .btn:hover,#partnerapply .btn:hover{
    background-color: #AD3455;
}

#apply .btn.reset,#partnerapply .btn.reset{
    background-color: #fff;
    border-bottom: 1px solid #fb3455;
    color: #fb3455;
}
#apply .btn.reset:hover,#partnerapply .btn.reset:hover{
    background-color: #AD3455;
    color: #fff;
}

/*MAP*/
#contact{
    overflow: hidden;
    color: #FFF;
}
.contact-container{
    padding-top: 80px;
    padding-bottom: 40px;
}
#contact iframe{
    opacity: 0.7;
}
#contact iframe:hover{
    opacity:1;
}
#contact h3{
    color: #FFF;
    font-weight: bold;
}
#contact a{
    color: #FFF;
    text-decoration: underline;
}
