.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    /*line-height: 0px;*/
}

.nbs-flexisel-item>img {
    cursor: pointer;
    positon: relative;
    max-width: 100%;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 46px;
    height: 100px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url("../images/button-previous.png") no-repeat 0;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url("../images/button-next.png") no-repeat 0;
}

#idxprocarousel .item {
    height: 130px;
}

#idxprocarousel .item,
#idxprocarousel .caption {
    margin: 0 3px;
    padding: 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#maincarousel {
	display: none;
}
.about{
    position: relative;
}
.about .about-background{
    position: relative;
}
.about .about-background::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(10%,10%,10%,0.1);
    z-index: 2;
}
.about .about-background .dinosaur{
    position: absolute;
    z-index: 1;
}
.about .about-background .dinosaur-1 {
    width: 100%;
    left: 0;
    top: 0;
}
/*
.about .about-background .dinosaur-2{
    width: 30.72%;
    left: 22%;
    top: 0;
}
.about .about-background .dinosaur-3{
    width: 8.69%;
    right: 36.71%;
    top: 69.48%;
}
.about .about-background .dinosaur-4{
    width: 36.92%;
    right: 7.13%;
    top: 5%;
}
*/
.about .text{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    max-width: 100%;
    width: 100%;
    padding:0 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 5em 0;
}

.about .text .text-info{
    text-align: center;
    color: #FFF;
    line-height: 1.5em;
}
.about .text .title{
    font-size: 40px;
    margin: 0 0 34px;
    text-shadow: 0 2px 10px #000;
}
.about .text .text-info{
    font-size: 24px;
    margin-bottom: 90px;
    text-shadow: 0 2px 10px #000;
}
.about .text .btn-readmore{
    font-size: 18px;
    display: block;
    width: 200px;
    padding: 10px 8px;
    margin: 0 auto;
    color: #FFF;
    background: #009e96;
    text-align: center;
    text-decoration: none;
    border: none;
    box-shadow: 0 2px 10px #000;
}
.about .text .btn-readmore:hover{
 	background: #5d5d5d
}



@media (max-width: 1280px) {
    .about .text .title{
        margin: 0 0 20px;
    }
    .about .text .text-info{
        margin-bottom: 45px;
    }
}
@media (max-width: 991px) {
    .about{
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 64px 0;
        overflow: hidden;
    }
    .about .about-background{
        position: absolute;
        min-width: 991px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .about .text{
        position: relative;
        margin: 0 auto;
        transform: none;
        left: initial;
        right: initial;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .about .text .text-info{
        font-size: 24px;
    }
	.p-title a {
    font-size: 36px;
}
    .service {
    clear: both;
    }

}
    
@media (max-width: 480px) {
.about .text .text-info {
    padding: 0 10px;
    font-size: 20px;
}
.p-title b {
    font-size: 26px;
}
.p-title b a{
    font-size: 30px;
}
h3{font-size: 30px;}
}
	


@media (max-width: 425px) {
    .about .about-background{
        left: 88%;
    }
}

@media (max-width: 360px) {
	.application .card .p-title {
    margin-bottom: 0;
}
		.p-title b {
    font-size: 24px;
}
	.p-title b a {
    font-size: 24px;
}
}


@media (max-width: 320px) {
    .about .about-background{
        left: 88%;
    }

}


#cominfo h5 {
    font-size: 16px;
}

/* 首頁關於我 */
@media (max-width: 991px){
.about{
    padding: 0px;
}

.about .text .text-info { 
    font-size: 20px;
}

.about .text .text-info {
    margin-bottom: 35px;
}
}

@media (max-width: 480px){
    .about .text .text-info { 
        font-size: 18px;
    }

    .about .text{
    padding: 2em 0;
    }
}

@media (max-width: 280px){
.about .text .text-info {
    font-size: 16px;
}
}