
.date-range > h6 {
    background: #464646;
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
}

#tab2.shared-price-tab h6 {
    background: #464646;
    color: #fff;
    font-size: 1.4rem;
    padding: 5px 10px;
}
#tab2.shared-price-tab .date-range input[type='submit'] {
    margin: 10px;
    background-color: transparent;
    border: 1px solid #999;
    color: #464646;
}
.date-range {
    width: 1300px;
    margin:0 auto;
    margin-top:30px;
}

.date-range input,
.date-range select{
    height:30px;
    line-height: 30px;
}
.date-select-wrap >* {
    display: inline-block;
}
.date-select-wrap > p {
    width: 150px;
}
.date-select-wrap {
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}
.price > h6 {
    margin-top: 10px;
    background: #464646;
    color: #fff;
    font-size: 1.4rem;
    padding: 5px 10px;
}
.prices-catg {
    background-color: #8b8b8b;
    color: #fff;
    padding: 10px;
    font-size: 0;
}
.prices-catg > li {
    display: inline-block;
    width: 16.66%;
    
}
.prices-catg > li p {
    font-size: 1.3rem;
}
.price-list > li .prices-catg p {
    color: #464646;
    font-size: 13px;
}
.price-list > li:nth-child(odd) .prices-catg {
    background-color: #fff;
}
.price-list > li:nth-child(even) .prices-catg {
    background-color: #f0f0f0;
}
.price-list > li .prices-catg > li {
    vertical-align: middle;
}
.page-nav {
    float: right;
    margin: 20px 0;
    font-size: 13px;
}
.page-nav span {
    padding: 0 15px;
    border-right: 1px solid #464646;
}
.page-nav span:last-child {
    border: 0;
}
.page-nav span a {
    color: #004e98;
}

/*---ANNOUNCEMENT---*/
.select-style {
    padding: 0;
    margin: 0;
    width:100px;
    overflow: hidden;
    background-color: #6b759e;
    position: relative;
    background: #6b759e;
    font-family: 'HelveticaNeueLTPro-MdCn', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    position:absolute;
    top: 6px;
    right: 15px;
}

.select-style select {

    color: #fff;
    font-weight: bold;
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #6b759e;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-style .fa-caret-down {
    right: 10px;
    top: 5px;
    position: absolute;
    color: #fff;

}

.select-style select:focus {
    outline: none;
}
#announcement > .wrap > h3,
#fr > .wrap > h3 {
    text-align: center;
}
.list-wrap {
    margin: 30px 0;
}
.ann-wrap > li {
    background-color:#ebebeb;
    padding: 10px 25px;
    font-size: 0;
    margin: 5px 0;
    position: relative;
}
.ann-wrap > li:before,
.report-title:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 0 0;
    border-color: #858484 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.ann-wrap > li:hover:before,
.report-title:before {
    border-width: 20px 20px 0 0;
}
.fr-wrap > li:hover .report-title:before {
    border-width: 0px 0px 0 0;
}

.list-wrap > li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}
.ann-wrap > li p {
    font-size: 1.2rem;
    color: #464646;
    display: inline-block;
    vertical-align: top;
}
.ann-date {
    width: 20%;
}
.ann-text {
    width: 80%;
}
/*---FINANCIAL REPORT---*/
.fr-wrap {
    font-size: 0;
}
.fr-wrap > li {
    border: 1px solid #ebebeb;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    position: relative;
    padding-bottom: 40px;
}
.fr-wrap > li:nth-child(4n) {
    margin-right: 0;
}

.fr-wrap p {
    font-size: 1.2rem;
}
.report-img > img {
    width: 100%;
}
.report-title {
    background-color: #ebebeb;
    padding: 10px 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

/*---ABOUT US---*/
.innerpg .banner {
    padding: 110px 15px 70px;
}
.innerpg .wrap {
    margin: 50px auto;
    padding: 0 15px;
    max-width: 700px;
}
.innerpg .wrap > h3 {
    color: #004e98;
}
.abt-innerpg > .wrap > .text-wrap {
    margin: 20px 0;
}
.innerpg > .wrap > .text-wrap p {
    margin-bottom: 15px;
    line-height: 1.55em;
    font-size: 1.25rem;
}
.more-stories {
    margin: 70px 0;
    font-size: 0;    
}
.more-stories > p {
    color: #959595;
    border-bottom: 1px solid #959595;
    position: relative;
    font-size: 1.25rem;
    padding-bottom: 5px;
}
.more-stories > p:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #959595 transparent; 
}
.more-stories > ul {
    padding-top: 6px;
}
.more-stories > ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 6px;
}
.more-stories > ul > li img {
    width: 100%;
    //margin-bottom:6px;
}
.abt-innerpg .more-stories ul > li {
    width: 20%;
}
.more-stories .img-wrap {
    position: relative;
    overflow: hidden;
}
.more-stories img.hidden {
    opacity: 0;
}
.more-stories img.visible {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);    
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}
.more-stories ul > li:hover img.visible {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.more-stories ul > li p {
    margin: 6px 0;
}
/*---SERVICE_interior---*/
.routine {
    text-align: center;
    margin:30px 0;
}
#interior .start {
    border-radius: 50%;
    position: relative;
    background-color: #0072bc;
    color: #fff;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
#interior .start h4 {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    line-height: 1.2em;
}
#interior .routine .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
}
.routine-list > li {
    position: relative;
    padding: 47px 15px 36px;
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.routine-list > li.visible {
    opacity:1;
}
.routine-list > li:last-child:after {
    content: none;
}
.routine-list > li:before,
.routine-list > li:after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    margin: 0 auto;
    background-repeat: no-repeat;    
}
.routine-list > li:before {
    top:0;
    height:47px;
    background-image: url(../img/service/arrow-line-top.png);
}
.routine-list > li:after {
    bottom:0;
    height: 36px;
    background-image: url(../img/service/arrow-line-bottom.png);    
}

.routine-list li:nth-child(1) .point,
.routine-list li:nth-child(1) .diamond:before {
    background-color: #00a7bc;
    color: #00a7bc;
}
.routine-list li:nth-child(2) .point,
.routine-list li:nth-child(2) .diamond:before,
#consult .routine-list li:nth-child(1) .point,
#consult .routine-list li:nth-child(1) .diamond:before {
    background-color: #00bc88;
    color: #00bc88;
}
.routine-list li:nth-child(3) .point,
.routine-list li:nth-child(3) .diamond:before,
#consult .routine-list li:nth-child(2) .point,
#consult .routine-list li:nth-child(2) .diamond:before {
    background-color: #00bc39;
    color: #00bc39;
}
.routine-list li:nth-child(4) .point,
.routine-list li:nth-child(4) .diamond:before,
#consult .routine-list li:nth-child(3) .point,
#consult .routine-list li:nth-child(3) .diamond:before {
    background-color: #abbc00;
    color: #abbc00;
}
.routine-list li:nth-child(5) .point,
.routine-list li:nth-child(5) .diamond:before,
#consult .routine-list li:nth-child(4) .point,
#consult .routine-list li:nth-child(4) .diamond:before {
    background-color: #bc6f00;
    color: #bc6f00;
}
.routine-list li:nth-child(6) .point,
.routine-list li:nth-child(6) .diamond:before,
#consult .routine-list li:nth-child(5) .point,
#consult .routine-list li:nth-child(5) .diamond:before {
    background-color: #bc2700;
    color: #bc2700;
}
.routine-list li:nth-child(7) .point,
.routine-list li:nth-child(7) .diamond:before,
#consult .routine-list li:nth-child(6) .point,
#consult .routine-list li:nth-child(6) .diamond:before {
    background-color: #bc0094;
    color: #bc0094;
}
.routine-list li:nth-child(8) .point,
.routine-list li:nth-child(8) .diamond:before,
#consult .routine-list li:nth-child(7) .point,
#consult .routine-list li:nth-child(7) .diamond:before {
    background-color: #8b00bc;
    color: #8b00bc;
}
.routine-list li:nth-child(9) .point,
.routine-list li:nth-child(9) .diamond:before {
    background-color: #003abc;
    color: #003abc;
}
.routine-list li:nth-child(10) .point,
.routine-list li:nth-child(10) .diamond:before {
    background-color: #0088bc;
    color: #0088bc;
}

.point {
    position: relative;
}
.point > p {
    position: absolute;
    width: 200px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    font-size: 1.4rem;
}
.routine-list li:nth-child(odd) .point > p {
    left: 50px;
    text-align: left;
}

.routine-list li:nth-child(even) .point > p {
    right: 50px;
    text-align: right;
}
#consult .routine-list li:nth-child(odd) .point > p {
    right: 50px;
    left: auto;
    text-align: right;
}

#consult .routine-list li:nth-child(even) .point > p {
    left: 50px;
    right: auto;
    text-align: left;
}
#consult .start > li:nth-child(1):before,
#consult .start > li:nth-child(2):before {
    content:'';
    position: absolute;
    top: 100%;
    width: 50.35%;
    height: 4px;

}
#consult .start > li:nth-child(1):before {
    right: 0;
    background-image: url(../img/service/dot-line.png);
    
}
#consult .start > li:nth-child(2):before {
    left: 0;
    background-image: url(../img/service/dot-line2.png);

}

.service .more-stories > ul > li {
    width: 180px;
}
/*---SERVICE_provision---*/
#provision .start {
    color: #fff;
    background-color: #0072bc;
    max-width: 350px;
    padding: 15px;
    margin: 0 auto;    
}
#provision .routine .point,
.routine .diamond {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}
.service .text-wrap .img-wrap {
    font-size: 0;
}
.service .text-wrap .img-wrap img {
    width: 48.5%;
}
.service .text-wrap .img-wrap img:first-child {
    margin-right: 1.25%;
}
.service .text-wrap .img-wrap img:last-child {
    margin-left: 1.25%;
}
/*---SERVICE_fabrication---*/
#fabrication .routine {
    margin-top: 60px;
}
#fabrication .start {
    color: #fff;
    width: 150px;
    height: 150px;
    margin: 30px auto;
    position:relative;
}
#fabrication .start:before {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0072bc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#fabrication .start h4 {
    position: absolute;
    top: 45%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    line-height: 1.2em;
}
.routine .diamond:before {
    content: '';
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
}
.routine-list li .diamond {
    background-color: transparent !important;
}
.example-wrap {
    position: relative;
}
.example-wrap > li {
    width: 55%;
    margin: 20px 0;
}
.example-wrap > li:nth-child(even) {
    margin-left:45%;
}
.example-wrap .text > h3 {
    font-family: 'MrsEavesPetiteCaps','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    position: absolute;
    top: -13px;
    left: 0;
}
.example-wrap .text > p {
    vertical-align: text-top;
    padding-left: 30px;
}
.example-wrap .text {
    position: relative;
}
.example-wrap .text >* {
    display: inline-block;
}
.example-wrap img {
    width: 100%;
}
.rects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.rects > li {
    border: 3px solid #ebebeb;
    position: absolute;
}
.rects > li:nth-child(1) {
    width: 150px;
    height: 70%;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.rects > li:nth-child(2) {
    top:12%;
    right: 35%;
    width: 50px;
    height: 50px;
}
.rects > li:nth-child(3) {
    top: 55%;
    right: 5%;
    width: 300px;
    height: 200px;
}
.rects > li:nth-child(4) {
    top: 73%;
    right: 3%;
    width: 100px;
    height: 100px;
}

/*--CONSULT---*/
#consult .start {
    font-size: 0;
}
#consult .start > li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    padding-bottom: 47px;
}
#consult .start > li:after {
    content: '';
    position: absolute;
    height: 47px;
    background-image: url(../img/service/arrow-line-top.png);
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    margin: 0 auto;
    background-repeat: no-repeat;   
        
}

#consult .start > li .shape {
    height: 200px;
    width: 200px;
    padding: 15px;
    color:#fff;
    background-color: #0072bc;
    margin: 0 auto;
    position: relative;
}
#consult .start > li .shape h4 {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    left: 0;
    right:0;
    line-height: 1.2em;
    font-size: 1.8rem;
}
#consult .start > li .shape:before,
#consult .start > li .shape:after,
#consult .start > li .shape span:before,
#consult .start > li .shape span:after {
    content:'';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;    
}
#consult .start > li .shape:before {
    top: 0;
    left: 0;
    border-width: 60px 60px 0 0;
    border-color: #ffffff transparent transparent transparent;    
}
#consult .start > li .shape:after {
    top: 0;
    right: 0;
    border-width: 0 60px 60px 0;
    border-color: transparent #ffffff transparent transparent;   
}
#consult .start > li .shape span:before {
    bottom: 0;
    left: 0;
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #ffffff;
}
#consult .start > li .shape span:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #ffffff transparent;
}
#consult .start > li .sub {
    position: absolute;
    z-index: 1;
    bottom: -20px;
    right: -32px;
}
#consult .start > li .sub .shape {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #00a7bc;
    background-color: #00a7bc;
}
#consult .start > li .sub p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 1.4rem;
    color: #00a7bc;
}
#consult .start > li .sub .shape:before {
    top: 0;
    left: 0;
    border-width: 10px 10px 0 0;
    border-color: #ffffff transparent transparent transparent;    
}
#consult .start > li .sub .shape:after {
    top: 0;
    right: 0;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;   
}
#consult .start > li .sub .shape span:before {
    bottom: 0;
    left: 0;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #ffffff;
}
#consult .start > li .sub .shape span:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}
/*---PROJECTS---*/
#project {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
#project .banner,
.banner h3 {
    position: relative;
}

.blk-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#000;
    opacity: 0.5;
}
.project-list {
    font-size: 0;
    margin: 40px 0;
}
.project-list > li {
    width: 32.666%;
    background: #000;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    cursor: pointer;
}
.project-list > li:after {
    content: '';
    display: block;
    padding-top: 100%;
}
.project-list > li:nth-child(3n) {
    margin-right: 0;
}
.project-list > li span {
    font-size: 1rem;
}
.pjt-thumbnail-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
}
.project-list > li .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.project-list > li .content h6 {
    opacity: 0.7;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    font-size: 1.4rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.project-list > li .content h6:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
}
.project-list > li .content p,
.project-list > li .content span {
    position: relative;
    top: 5px;
    opacity: 0;
        line-height: 1.5em;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.project-list > li:hover .pjt-thumbnail-img {
    transform: scale(1);
    -webkti-transform: scale(1);
}
.project-list > li:hover .content {
        background-color: rgba(0,0,0,0.7);
}
.project-list > li:hover h6 {
    font-size: 1.25rem;
}
.project-list > li:hover h6,
.project-list > li:hover p,
.project-list > li:hover span {
    opacity: 1;
}
.project-list > li:hover p,
.project-list > li:hover span {
    top: 0;
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.3);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.lightbox.show {
    z-index: 11;
    opacity: 1;
    visibility: visible;
    
}
.lightbox-wrap {
    position: relative;
    padding: 10vh 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.lightbox-wrap.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);    
    -webkit-transform: scale(1);
    
}
.pjt-slider.flexslider {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}
.pjt-slider.flexslider .slides > li {
    background-size: contain;
    height: 80vh;
    overflow: hidden;
}
.pjt-slider.flexslider .slides > li img {
    opacity: 0;
}
.pjt-slider.flexslider .flex-control-paging li a.flex-active {
    background: #a5ccd1;
}
.back-btn {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 70px;
    left: 0;
    right: 0;
    top:0;
    margin: 0 auto;
    margin-top: 4vh;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
    opacity: 0.7;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.back-btn:hover .fa {
    left: -5px;
}
.back-btn:hover {
    opacity: 1;
}
.back-btn .fa {
    margin-right: 5px;
    position: relative;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.blur {
    -webkit-filter: blur(5px);
    -o-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
#project .more-stories .text-wrap {
    margin: 20px 0;
}
#project .more-stories .text-wrap >* {
    display: inline-block;
    vertical-align: middle;
}
#project .more-stories .text-wrap p {
    margin-bottom: 0;
    margin-right: 10px;
}
#project .select-brand {
    margin: 0;
    width: 200px;
    font-size: 1.2rem;
}
#project .select-brand .selected-name {
    padding: 5px 10px;
    background-color: #c2c2c2;
    color: #464646;
}
#project .drop-list li {
    color: #464646;
    position: relative;
}
#project .drop-list li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#project .drop-list li:hover {
    background-color: #464646;
    color: #fff;
}
.banner h3 > span {
    display: inline-block;
}


@import url("responsive.css");