/* 
 *<a href="http://bmg.com.hk" target="_blank">Web Designed</a>  by  <a href="http://bmg.com.hk" target="_blank">Black Media Group</a>
 *
 * Author: Black Media Group
 * Author URI: www.bmg.com.hk
 * Date: 2016
 *
 *
*/
@import url("reset.css");
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
@font-face {
    font-family: 'MrsEavesPetiteCaps';
    src: url('../fonts/MrsEavesPetiteCaps.eot?#iefix') format('embedded-opentype'),  url('../fonts/MrsEavesPetiteCaps.woff') format('woff'), url('../fonts/MrsEavesPetiteCaps.ttf')  format('truetype'), url('../fonts/MrsEavesPetiteCaps.svg#MrsEavesPetiteCaps') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GlacialIndifference-Regular';
    src: url('../fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/GlacialIndifference-Regular.otf')  format('opentype'),
        url('../fonts/GlacialIndifference-Regular.woff') format('woff'), url('../fonts/GlacialIndifference-Regular.ttf')  format('truetype'), url('../fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueLTPro-MdCn';
    src: url('../fonts/HelveticaNeueLTPro-MdCn.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTPro-MdCn.otf')  format('opentype'),
        url('../fonts/HelveticaNeueLTPro-MdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-MdCn.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTPro-MdCn.svg#HelveticaNeueLTPro-MdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTPro-ThCn';
  src: url('../fonts/HelveticaNeueLTPro-ThCn.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeueLTPro-ThCn.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTPro-ThCn.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-ThCn.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTPro-ThCn.svg#HelveticaNeueLTPro-ThCn') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*----ICOMOON---*/

/*------general-------*/
::selection {
    background:rgba(0,0,0,0.5);
    color: #fff;
}
html {
    -webkit-text-size-adjust: 100%;
}
html, body {
    font-size:12px;
    line-height:1.4;
    //background:#fff;
    color:#666;
    font-family:'GlacialIndifference-Regular', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    height: 100%;
    width:100%;
    margin: 0;
    padding: 0;
    //overflow-x:hidden;
}
a {
    color:#666;
    text-decoration:none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}
a:hover, a:focus {
    text-decoration:none;
    color:#666;
}
li {
    list-style-type:none;
}
h1, h2, h3, h4, h5, h6 {
}

h1 {font-size:4rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2.5rem;}
h4 {font-size: 2rem;}
h5 {font-size:1.6rem;}
h6 {font-size:1.25rem;}
p {font-size:13px;}
i {font-style:italic;}
b {font-weight:700;}
.title {
    //font-weight: bold;
    
}
.cond {
    font-family: 'HelveticaNeueLTPro-MdCn', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
.italic {
    font-style: italic;
}

.wrap-full {
    padding-top: 0px;
}
.container {
    padding:0;
    margin:0 auto;
    width:100%;
    max-width:1200px;
    min-height: 100%;
    position: relative;
    //background-image: url(../img/redox_01.png);
    //background-repeat: repeat;
    padding-bottom: 100px;
}
.flexslider {
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
#global-container {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    //padding-bottom: 100px;
    position: relative;
    background-repeat: repeat;
    padding-bottom: 276px;
}
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}
input {
    border:1px solid #CCC;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-appearance: button;
    padding: 5px;
}
textarea {
    border: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-appearance: button;
    padding: 5px;
    font-family:'GlacialIndifference-Regular', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 12px;
    font-weight: bold;
}
select {  border:1px solid #CCC;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    background-color: #fff;
    padding: 5px;
}
input[type='submit'],
input[type='reset'] {
	  border: 0;
    background: #004B8A;
    color: #ffffff;
    cursor: pointer;
}

/*---------HEADER-----------*/
header {
    position: fixed;
    top: 0;
    z-index: 11;
    background-color: #004B8A;
    color: #252525;
    width: 100%;
    font-size:1.1em;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    padding: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
header .logo img {
    width: 250px;
}
#menu-icon {
    overflow: hidden;
}
#menu-icon span, #menu-icon:before, #menu-icon:after {
    content: '';
    border: 0;
    background: #fff;
    height: 3px;
    width: 30px;
    color: rgba(0,0,0,0);
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    left: 0;
    opacity: 1;
}
#menu-icon:after {
    margin-bottom: 0;
}
.menu-btn-wrap.active #menu-icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 9px;
}
.menu-btn-wrap.active #menu-icon > span {
    opacity: 0;
}
.menu-btn-wrap.active #menu-icon:after {
        transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -9px;
}
header > .wrap {
    position: relative;
}
.menu-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.menu-btn-wrap >* {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 5px;
}
.menu-btn-wrap.active:hover #menu-icon > span {
    left: 0;
}
.menu-btn-wrap.active:hover #menu-icon:after {
    left: 0;
}
.menu-btn-wrap:hover #menu-icon > span {
    left: 4px;
}
.menu-btn-wrap:hover #menu-icon:after {
    left: 8px;
    transition-delay: 0.05s;
    -webkit-transition-delay: 0.05s;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: -1;
    opacity: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.overlay.show {
    opacity: 1;
    z-index: 9;    
}
.menu-wrap {
    position: fixed;
    left: 100%;
    top:0;
    height: 100%;
    z-index:10;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.menu-wrap.show {
    opacity: 1;
}

#menu {
    position: relative;
    padding-top: 57px;
    width: 35%;
    right: 0;
    background: #888;
    height: 100%;
    box-shadow: 0 -1px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,0.5);
    color: #fff;
    text-align: right;
        transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
}
#menu.show {
    right: 35%;
}
#menu a {
    color: #fff;
}
.menu-bkground > li {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    //background-blend-mode: multiply;
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.menu-bkground > li.hover {
    opacity: 0.3;
}

.lang {
    padding: 15px 5px 15px 15px;
    max-width: 320px;
    text-align: right;
        position: relative;
    z-index: 1;
}
.lang > li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.5);
    font-size: 15px;
}
.lang > li:last-child {
    border-right:0;
}
.whiteline {
    width: 320px;
    height: 100%;
    border-right: 1px dotted rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.nav {
    max-width: 320px;
    padding: 10px 0;
    //font-family: 'HelveticaNeueLTPro-ThCn','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: auto;
    height: 100%;
}
.nav .mCSB_container > li {
    padding: 5px 0;
    border-top: 1px dotted rgba(255,255,255,0);
    border-bottom: 1px dotted rgba(255,255,255,0);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    margin-top: -1px;
    cursor: pointer;
    position: relative;
}
.nav .mCSB_container > li:hover,
.nav .mCSB_container > li.active {
    border-color: rgba(255,255,255,0.4);
}
.nav .mCSB_container > li:after,
.submenu > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #fff;
    opacity: 0;
        transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.submenu > li:after {
    border-width: 10px 0 0 10px;
}

.nav .mCSB_container > li:hover:after,
.nav .mCSB_container > li.active:after,
.submenu > li:hover:after {
    opacity: 0.4
}
.nav h3 {
    padding: 0 15px;
    font-size: 2.3rem;
}

.submenu {
    position: relative;
    padding: 15px 0;
    margin-top: 10px;
    display: none;
    text-transform: capitalize;
}
.submenu:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 0;
    right: 17px;
    background: #fff;    
}
.submenu > li {
    padding: 3px 15px;
    border-bottom: 1px dotted rgba(255,255,255,0);
    position: relative;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;

}
.submenu h4 {
    font-size:1.5rem; 
}
.submenu > li:hover {
    border-color: rgba(255,255,255,0.4);
}

/*---FOOTER---*/
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background-color: #9dacb2;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    padding: 30px 15px;
    min-height: 276px;
}
#footer .subscribe {
    font-family:'MrsEavesPetiteCaps', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    text-align: center;
    margin: 40px 0 70px;
}
#footer .subscribe h1 {
    line-height: 0.7em;
    margin-bottom: 30px;
}
#footer .subscribe-input {

}
#footer .subscribe-input input[type='submit'] {
    background-color:#004B8A;
    color: #fff;
    padding: 5px 10px;
}
#footer .tnc {
    display: inline-block;
}
#footer .copyright {
    float:right;
}
#footer .tnc > li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
#footer .tnc > li:last-child {
    border-right: 0;
}
#footer .tnc > li:first-child {
    padding-left: 0;
}

#footer a {
    color: #fff;
}
.backtop {
    position: fixed;
    z-index: 10;
    right: 15px;
    bottom: 50px;
    background-color: #06629c;
    opacity:0.7;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -mos-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none;

}
.backtop:hover {
    opacity: 1;
}
.backtop .icomoon {
    padding: 7px;
    font-size: 25px;

}

/*--HOME--*/
#home h3 {
    line-height: 0.7em;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
        font-size: 3rem;
    letter-spacing: 1px;
}

#hm-slider,
.pjt-slider {
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    margin: 0;
}
#hm-slider .slides > li,
.pjt-slider .slides > li {
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.hm-wrap {
    padding: 50px 15px 70px;
}
.hm-about {
    background-image: url('../img/home/about-bkground.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
    box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.3);

}
.hm-about .text-wrap {
    max-width: 600px;
    margin: 0 auto;
}
.hm-about p {
    font-size: 1.3rem;
}
.hm-service {
    background-color: #f2efe7;
    color: #555;
}
.hm-service a {
    color: #555;
}
.hm-ser-wrap {
    font-size: 0;
}
.hm-ser-wrap > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 0 5px;
}
.hm-ser-wrap > li img {
    width: 100%;
}
.hm-ser-wrap > li h5 {
    margin: 15px 0 10px;
    font-weight: bold;
    font-family: 'HelveticaNeueLTPro-MdCn', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
.hm-stockprice {
    background-color: #004e98;
    color: #fff;
}
.hm-stockprice .number {
    font-size: 8rem;
    line-height: 1em;
}
.numbers-wrap {
    text-align: center;
}
.numbers-wrap > li {
    display:inline-block;
    vertical-align: middle;
    margin: 0 5%;
}
.numbers-wrap p {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.hm-ir {
    background-color: #c0c0c0;
}
.hm-ir h3 {
    color: #fff;
}
.ir-landing-wrap > li {
    font-size: 0;
    position: relative;
}
.landing-img,
.landing-text {
    display: inline-block;
    vertical-align: top;
}
.landing-text {
    padding: 25px;
    position: relative;
    width: 400px;
}
.landing-text:after {
    content:'';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}
.landing-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;

}
.landing-img img {
    width: 100%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    top: 50%;
    position: relative;
    transition: all 0.8s ease-out;
}
.ir-landing-wrap > li:nth-child(odd) .landing-text {
    color: #fff;
}
.ir-landing-wrap > li:nth-child(even) .landing-text {
    color: #004B8A;
}

.ir-landing-wrap > li:nth-child(odd) .landing-text:after {
    top: 0;
    right: 0;
    border-width: 0px 30px 30px 0;
    border-color: transparent #fff transparent transparent;
}
.ir-landing-wrap > li:nth-child(even) .landing-text:after {
    top: 0;
    left: 0;
    border-width: 30px 30px 0 0;
    border-color: #858484 transparent transparent transparent;
}
#ir-landing1:hover .landing-img img,
#ir-landing2:hover .landing-img img {
    transform: translate(0,-50%) scale(1.05);
    -webkit-transform: translate(0,-50%) scale(1.05);
}
#ir-landing1 .landing-img {
    width: 70%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;

}
#ir-landing1 {
    text-align: right;
}
#ir-landing1 .landing-text {
    background-color: #3a6ea5;
    width: 400px;
    text-align: left;
}
#ir-landing2 {
    text-align: right;
}
#ir-landing2 .landing-text {
    background-color: #fff;
    width: 400px;
    text-align: left;
    margin-right: 40%;
    position: relative;
    z-index: 1;

}
#ir-landing2 .landing-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height:300px;
}
#ir-landing3 .landing-text {
    background-color: #004B8A;
    color: #fff;
}

.landing-text h6 {
    margin-bottom: 15px;
}
#ir-landing-img3.vt-item {
    width: 40%;
    height: 585px;
}
.ir-landing-wrap .vt-item a > img {
    width: auto;
    height: 100%;
    transform: translate(-50%,0);
    -webkti-transform: translate(-50%,0);
    top: 0;
    left: 50%;
}
#ir-landing-img3:hover img,
#ir-landing-img3.hover img {
    transform: translate(-50%,0) scale(1.05);
    -webkit-transform: translate(-50%,0) scale(1.05);
}
#ir-landing-img4 a > img {
    transform: translate(0,0);
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
}
#ir-landing-img4:hover img,
#ir-landing-img4.hover img {
    transform: translate(0,0) scale(1.05);
    -webkit-transform: translate(0,0) scale(1.05);
}


#ir-landing-text3 {
    background-color: #004B8A;
    height: 300px;
}
#ir-landing-text4 {
    background-color: #c0c0c0;
    color: #004B8A;
    width: 30%;
}
#ir-landing-text4:after {
    top: 0;
    left: 0;
    right: auto;
    border-width: 30px 30px 0 0;
    border-color: #858484 transparent transparent transparent;
}

#ir-landing-img4 {
    width: 30%;
    height: 300px;
    background-position: center right;
}
.ir-landing-wrap .item a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#re-ir-landing-wrap {
    display: none;
}
#re-ir-landing-wrap > li {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
#re-ir-landing-wrap > li:before {
    content: '';
    display: block;
    padding-top: 40%;
    
}
#re-ir-landing-wrap > li >* {
    position: absolute;
    left: 0;
}
#re-ir-landing-wrap > li > img {
    top: 0;
    width: 100%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
#re-ir-landing-wrap > li:hover img {
        transform: scale(1);
    -webkit-transform: scale(1);

}
#re-ir-landing-wrap > li .landing-text {
    box-shadow: 0 -1px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.2);
}
#re-ir-landing-wrap > li .landing-text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    right: 0;
    border-width: 0px 30px 30px 0;
    border-color: transparent #fff transparent transparent;

}
#re-ir-landing-wrap > li:nth-child(even) .landing-text:after {
    border-color: transparent #858484 transparent transparent;
}

#re-ir-landing-wrap > li:nth-child(1) .landing-text {
    background-color: rgba(58,110,165,0.8);
    color: #fff;
}
#re-ir-landing-wrap > li:nth-child(2) .landing-text {
    background-color: rgba(255,255,255,0.8);
    color: #004B8A;
}
#re-ir-landing-wrap > li:nth-child(3) .landing-text {
    background-color: rgba(107,117,158,0.8);
    color: #fff;
}
#re-ir-landing-wrap > li:nth-child(4) .landing-text {
    background-color: rgba(192,192,192,0.8);
    color: #004B8A;
}

#re-ir-landing-wrap > li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*--hm-news--*/
.hm-news {
    position: relative;
    overflow: hidden;
}
.hm-news h3 {
    color: #363636;
}
.hm-news .bkground-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/home/news-bkground.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);

}
.hm-news .bkground-img.blur {
    -webkit-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
}
.text-wrap p {
    margin-bottom: 10px;
}
.gutter-sizer {
    width: 1%;
}
.news-grid .item {
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.news-grid .item:after {
    content: '';
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.news-grid .lg-sq {
    height: 412px;
    width: 39%;
}
.news-grid .sm-sq {
    height: 200px;
    width: 29.5%;
}
.news-grid .lg-rect {
    height: 200px;
    width: 39%;
}
.news-grid .vt-rect {
    height: 300px;
    width: 20%;
}

.news-grid .expand {
    height: 400px;
    width: 49%;
}
.news-grid .item .text-wrap {
    margin: 15px 0;
}
.load-more {
    margin: 30px 0;
    text-align: center;
}
.load-more a {
    border: 1px solid rgba(255,255,255,0.5);
    padding: 10px;
    color: #fff;
    background: -moz-linear-gradient(90deg, rgba(0,78,152,1) 0%, rgba(0,78,152,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(90deg, rgba(0,78,152,1) 0%,rgba(0,78,152,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(90deg, rgba(0,78,152,1) 0%,rgba(0,78,152,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: -50px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-shadow: 0 0 5px rgba(0,0,0,0.5);

}
.load-more a:hover {
    background-position: -100px 0;
    border: 1px solid rgba(255,255,255,1);
}
/*--hm-map--*/
.hm-map {
    background-color: #7ea8af;
    padding-bottom: 0;
    color: #fff;
    text-align: center
}
.hm-map h3 {
    color: #fff;
    margin-bottom: 30px !important;
}
#map {
    height:70vh;
    width:100%;
}
.gm-style-iw * {
    display: block;
    //width: 100%;
    color: #000;
    text-align: left;
    max-width: 200px;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw p.text {
    margin: 5px 0;
}
.gm-style-iw a {
    color: #4272db;
    font-style: italic;
    text-decoration: underline;
}
.gm-style-iw a:hover {
    font-weight: bold;
}
.select-brand {
    margin: 20px auto;
    max-width: 300px;
    font-size: 1.3rem;
    position: relative;
}
.select-brand > p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.selected-name {
    color: #636363;
    padding: 10px 15px;
    width: 100%;
    background-color: #aac7ca;
    position: relative;
    cursor: pointer;
}
.selected-name .fa {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 10px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.drop-list {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 1;
    height: 0;
    overflow: hidden;
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.drop-list.show {
    height: 200px;
    overflow: auto;

}
.drop-list li {
    padding: 5px 15px;
    background-color: #fff;
    color: #636363;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}
.drop-list li:hover {
    background-color: #7ea8af;
    color: #fff;
}

/*---SHARED PRICE---*/
.target {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
}
.banner {
    width: 100%;
    padding: 100px 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align:center;
    position: relative;

}
.banner h3 {
    text-transform: uppercase;
    margin: 30px 0;
    letter-spacing: 1px;
    font-size: 3rem;
    line-height: 1em;
}
.banner h5 {
    max-width: 700px;
    margin: 0 auto;
}
.ir .wrap {
    margin: 50px auto 70px;
    position: relative;
    padding: 0 15px;
}
.tab-button {
    margin-bottom: 30px;
}
.tab-button > li {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 30px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    cursor: pointer;
    position: relative;
}
.tab-button > li:hover,
.tab-button > li.active,
.tab-button > li.active:after{
    color: #004B8A;
    opacity: 1;
}
.tab-button > li:after {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background-color: #004B8A;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.tab-button {
    border-bottom: 2px solid rgba(107,117,158,0.5);
    padding-bottom: 3px;
}
.tab-button .fa-long-arrow-right {
    display: none;
}
.shared-price-tab.show {
    //visibility: visible;
    //opacity: 1;
    //height: auto;
}
.shared-price-tab {
    display: none;
}
.shared-price-tab iframe {
    width: 100%;
}

#cg > .wrap {
    max-width: 700px;
}
#cg > .wrap p {
    font-size: 1.2rem;
}
#cg .text-wrap h5 {
    color: #004e98;
    display: inline-block;
}
#cg .text-wrap .dl-btn {
    float: right;
    font-size: 1.2rem;
}
#cg .text-wrap .dl-btn:hover a {
    color: #004e98;
}

#cg .text-wrap .dl-btn .fa {
    margin-right: 3px;
}
#cg .text-wrap {
    margin: 30px 0;
}
#cg .text-wrap > p {
    margin-bottom: 15px;
}
.date-range > h6 {
    background: #004B8A;
    color: #fff;
    font-size: 1rem;
    padding: 5px 10px;
}

#tab2.shared-price-tab h6 {
    background: #004B8A;
    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: #004B8A;
}
.date-range {
    margin: 30px 0;
}
.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: #004B8A;
    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: #004B8A;
    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 #004B8A;
}
.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: #004B8A;
    position: relative;
    background: #004B8A;
    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: #004B8A;
    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: #004B8A;
    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: #004B8A;
}
#project .drop-list li {
    color: #004B8A;
    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: #004B8A;
    color: #fff;
}
.banner h3 > span {
    display: inline-block;
}


@import url("responsive.css");