/* 
 *<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: 2015-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: 'Helvetica 45 Light';
font-style: normal;
font-weight: normal;
src: local('Helvetica 45 Light'), url('../fonts/HelveticaNeue-Light.woff') format('woff');
}

@font-face {
font-family: 'Helvetica Neue LT Std 57 Condensed';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue LT Std 57 Condensed'), url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff');
}

@font-face {
  font-family: 'HelveticaNeue-BoldCond';
  src: url('../fonts/HelveticaNeue-BoldCond.eot') format('embedded-opentype');
  src:  url('../fonts/HelveticaNeue-BoldCond.otf')  format('opentype'),
	url('../fonts/HelveticaNeue-BoldCond.woff') format('woff'),
        url('../fonts/HelveticaNeue-BoldCond.ttf')  format('truetype'),
        url('../fonts/HelveticaNeue-BoldCond.svg#HelveticaNeue-BoldCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTPro-LtCn';
  src: url('../fonts/HelveticaNeueLTPro-LtCn.eot') format('embedded-opentype');
  src:  url('../fonts/HelveticaNeueLTPro-LtCn.otf')  format('opentype'),
	url('../fonts/HelveticaNeueLTPro-LtCn.woff') format('woff'),
        url('../fonts/HelveticaNeueLTPro-LtCn.ttf')  format('truetype'),
        url('../fonts/HelveticaNeueLTPro-LtCn.svg#HelveticaNeueLTPro-LtCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialNarrow';
  src: url('../fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArialNarrow.woff') format('woff'),
      url('../fonts/ArialNarrow.ttf')  format('truetype'),
      url('../fonts/ArialNarrow.svg#ArialNarrow') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialNarrow-Bold';
  src: url('../fonts/ArialNarrow-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ArialNarrow-Bold.woff') format('woff'),
      url('../fonts/ArialNarrow-Bold.ttf')  format('truetype'),
      url('../fonts/ArialNarrow-Bold.svg#ArialNarrow-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*----ICOMOON---*/
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?cqcwja');
    src:    url('../fonts/icomoon.eot?cqcwja#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?cqcwja') format('truetype'),
        url('../fonts/icomoon.woff?cqcwja') format('woff'),
        url('../fonts/icomoon.svg?cqcwja#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon.icon-arrow2-left:before {
    content: "\e900";
}
.icon.icon-arrow2-right:before {
    content: "\e901";
}
.icon.icon-enter-icon:before {
    content: "\e902";
}
.icon.icon-lnr-arrow-left:before {
    content: "\e903";
}
.icon.icon-lnr-arrow-right:before {
    content: "\e904";
}






/*------general-------*/
::selection {
    background:#fff;
    color: #c00;
}
html, body {
	font-size:12px;
	line-height:1.4;
	background:#fff;
	color:#666;
	font-family:'Helvetica 45 Light', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	height: 100%;
	width:100%;
	margin: 0;
    padding: 0;
	//overflow-x:hidden;
}
a {
	color:#666;
        text-decoration:none;
}
a:hover, a:focus {
	text-decoration:none;
        color:#666;
}
li {
	list-style-type:none;
}
h1, h2, h3, h4, h5 {
    font-family:'Helvetica Neue LT Std 57 Condensed', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    text-transform: uppercase;
    color: #c00000;
}
h6 {
    color: #c00000;
    font-family:'Helvetica Neue LT Std 57 Condensed', '微軟正黑體', 'Microsoft JhengHei', sans-serif;    
}

h1 { font-size:4rem; line-height: 1em; letter-spacing: -0.04em; margin-top: 5px;}
h2 {font-size: 3rem;}
h3 {font-size: 2.5rem;}
h4 {font-size: 2rem;}
h5 {font-size:1.6rem;}
h6 {font-size:1.3rem;}
p {font-size:1.25rem; line-height: 1.7em;}
i {font-style:italic;}
b {font-weight:700;}

.container {
	padding:0;
	margin:0 auto;
	width:100%;
	max-width:1280px;
        min-height: 100%;
        position: relative;
        //background-image: url(../img/redox_01.png);
        //background-repeat: repeat;
        padding-bottom: 100px;
}
.flexslider {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.content-wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding-bottom:100px;
    font-size:0;
    padding: 0 65px;
    
}
.content-wrap h1 {
    //font-size: 4rem;
    display: inline-block;
    width: 30%;
}
/*.content-wrap p {
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.7em;
    margin-bottom: 15px;
    
}*/
.text-wrap {
    width: 70%;
    display: inline-block;
    vertical-align: text-top;
}


#global-container {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    //padding-bottom: 75px;
	position: relative;
        background-image: url(../img/redox_01.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
.title.responsive-title {
    display: none;
    margin-bottom: 50px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}
.title.responsive-title h1 {
        border-right: 2px solid;
    padding-right: 15px;
    line-height: 0.8em;
    display: inline-block;

}
.title.responsive-title h4 {
    display: inline-block;
    padding-left: 10px;
}

/*---------HEADER-----------*/
header {
    position: fixed;
    top: 0;
    z-index: 11;
    padding: 60px 65px 15px 65px;
    color: #fff;
    width: 100%;
    font-size:1.1em;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
header a,
header a:focus {
    color: #fff;
}
header:hover {
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);

}
header a {
    transition:all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: none;
    -webkit-box-shadow: none;
}
header:hover .login {
    border-color: #666;
}
header:hover a {
    color: #666;
    text-shadow: none;
    -webkit-text-shadow:none;
}
header a:hover {
    color: #c00000;
}

header:hover #menu-btn:before,
header:hover #menu-btn > span,
header:hover #menu-btn:after {
    background-color: #666;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.left {
    float: left;
}

.right {
    float:right;
    letter-spacing: 0.05em;
    margin-top: 8px;
}

#logo {
    font-family: 'ArialNarrow', 'Arial', 'san-serif';
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    
}
.login, .lang {
    display: inline-block;
        transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}
.login {
    padding:0 10px;
    border-right: 1px solid #fff;
}
.login.active a {
    color: #c00;
}

#login-panel {
    position: fixed;
    bottom: 100%;
    right: 0;
    z-index: 10;
    height: 370px;
    width: 300px;

}
#login-panel.show .login-wrap {
    top:100%
}

#login-panel .login-wrap {
    max-width: 300px;
    background: url('../img/redox_01.png');
    padding: 150px 65px 50px 20px;
    box-shadow: -1px 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: -1px 0 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
}

#login-panel input {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
}
#login-panel input[type=text] {
    width: 100%;
    border: none;
    height: 25px;
    padding: 5px;
    margin-bottom: 10px;
}
#login-panel input[type=submit] {
    width: 100px;
    display: block;
    margin: 5px auto;
    height: 25px;
    border: 1px solid #c00000;
    background: #c00;
    color: #fff;
    cursor: pointer;
}
#login-panel h4 {
    margin-bottom: 15px;
    text-align: center;
}
.lang > li {
    display: inline-block;
    margin-left: 10px;
}

.wrap-full {
	margin:0 auto;
	position:relative;
	padding:0;
	font-size:0;

}
.title {
    margin-bottom: 20px;
}
.border {
    border: 1px solid #fff;
    height: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
#menu-btn {
  position: relative;
  width: 50px;
  z-index: 10;
  cursor: pointer;
  padding: 9px 10px 6px 0px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
#menu-btn span, #menu-btn:before, #menu-btn:after {
  content: '';
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #fff;
  position: relative;
  display: block;
    transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);


}
#menu-btn:after {
    transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

#menu-btn:hover span,
#menu-btn.active span {
    width:25px;
}
#menu-btn:hover:after,
#menu-btn.active:after {
    width: 20px;
        animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;

}
header #menu-btn:hover:before,
header #menu-btn:hover span,
header #menu-btn:hover:after {
    background-color: #c00;
}

#menu {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    position: fixed;
    z-index: 9;
    top:0;
    display: none;
}
/*#menu.show {
    animation: show 0.6s forwards;
    -webkit-animation: show 0.6s forwards;
    display: block;
}*/
@keyframes show {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-webkit-keyframes show {
    0% {opacity:0;}
    100% {opacity:1;}
}
#menu.fade {
    opacity: 0;
    animation: fade 0.6s forwards;
    -webkit-animation: fade 0.6s forwards;
}
@keyframes fade {
    0% {opacity:1;}
    100% {opacity:0;}
}
@-webkit-keyframes fade {
    0% {opacity:1;}
    100% {opacity:0}
}


#menu a,
#menu a:focus,
#menu a:hover {
    color: #fff;
}
#menu h2 {
    color: #fff;
}

#menu-border {
    padding: 130px 15px 0 15px;
}
.menu-list {
    display: inline-block;
    vertical-align: top;
}
.menu-list li {
    opacity: 0.85;
    display: block;
    position: relative;
    overflow: hidden;
}

.menu-list li h2 {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    display: inline;
    overflow: hidden;
}
.menu-list li h2 > div {
 
    width:100%;
    position: absolute;
    left: -100%;
    bottom: 0;
    height: 2px;
    background-color: #fff;
        transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

    
}

/*.menu-list li h2:after {
    content: '';
    position: absolute;
    width: 0px;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}*/
.menu-list li:hover h2 > div,
.menu-list li.active h2 > div {
   // width: 100%;
   left: 0;
}
.submenu {
    //display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    padding-left: 50px;
    //border-left: 3px solid #fff;
    position: relative;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    visibility: hidden;

}
.submenu:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 0%;
    background-color: #fff;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}
.submenu.present:before {
    height: 100%;

}
.submenu li {
    position: relative;
    left: -10px;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}
.submenu.present li {
    left: 0px;
    opacity: 0.85;    
}
#about-nav li:nth-child(odd),
#project-nav li:nth-child(even){
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    
}
#about-nav li:nth-child(even),
#project-nav li:nth-child(odd){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    
}
.submenu.present {
    left: 0;
    opacity: 1;
    /*animation-name: submenu-show; 
    -webkit-animation-name: submenu-show; 
    animation-delay: 3s;
    -webkit-animation-delay: 3s;*/
    display: inline-block;
    visibility: visible;
}
.inner-nav {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#project-nav {
    position: absolute;
    top: 0;
    left: 0;
}





/*---HOME---*/
#hm-slider {
    margin: 0;
}
#home .border2 li > div {
    background-color: #fff;
}
.border-wrap {
    height: 100vh;
    padding: 45px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}


.full-screen-slider {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.full-screen-slider .slides > li {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.full-screen-slider .slides > li.vertical {
    background-size: contain;
}
.full-screen-slider .slides > li > img {
    opacity: 0;
    height: 100vh;
}
.border2 {
    position: relative;
    z-index: 2;
}
    .border2 li {
            transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

    }
.border2 li:nth-child(1) {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    top:0;
    margin-top: 45px;
    padding: 0 45px;
}
.border2 li:nth-child(2) {
    position: fixed;
    margin: 0 auto;
    height: 100%;
    right: 0;
    top:0;
    margin-right: 45px;
    padding: 45px 0;
}

.border2 li:nth-child(3) {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom:0;
    margin-bottom: 45px;
    padding: 0 45px;
}
.border2 li:nth-child(4) {
    position: fixed;
    margin: 0 auto;
    height: 100%;
    left: 0;
    top:0;
    margin-left: 45px;
    padding: 45px 0;
}


.border2 li:nth-child(2) > div,
.border2 li:nth-child(4) > div {
    width: 1px;
    background-color: rgba(192,0,0,1);
    height: 100%;
}


.border2 li:nth-child(1) > div,
.border2 li:nth-child(3) > div {
    height: 1px;
    background-color: rgba(192,0,0,1);
    width: 100%;
}


/*-----ABOUT----*/
#about {
    padding-top: 70vh;
}
#portrait {
    width: 40%;
    float: left;
    margin: 0 20px 10px 0px;
}
#about .text-wrap {
    width: 100%;
}
#about h1 {
    margin-bottom:50px;
}
.banner {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); 
    -moz-filter: grayscale(1); 
    -o-filter: grayscale(1); 
    -ms-filter: grayscale(1); 
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    background-attachment: scroll;
    position: fixed;
    top: 0;
    -webkit-overflow-scrolling: touch;

}
.banner:hover,
.banner.gray {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); 
    -moz-filter: grayscale(0); 
    -o-filter: grayscale(0); 
    -ms-filter: grayscale(0); 
}
#about .container {
    max-width: 100%;
    background-image: url(../img/redox_01.png);
    z-index: 1;
}
/*----FOUNDER---*/
#founder {
}
#founder .container {
    max-width: 1280px;
    margin: 0 auto;
}
#founder .left-column {
padding: 20% 15px 15px 65px;
    display: inline-block;
    width: 40%;
    position: relative;
    vertical-align: top;
    text-align: left;
    background-image: url(../img/redox_01.png);
    left: 0;

    }

.portrait {
    position: fixed;
    width: 53%;
    vertical-align: top;
    height: 100%;
    right: 0;
    top: 0; 
    background-size: cover;
    background-position: center;
    background-color: #e0e0e0;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    z-index: 1;
}
.portrait:hover {
        -webkit-filter: grayscale(0.2);
    filter: grayscale(0.2);

}


.header-overlay {
    height: 150px;
    width: 100%;
    background-image: url(../img/redox_01.png);
    background-repeat: repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: fixed;
    top:0;
    z-index: 1;
    
}
/*---AWARDS---*/
#awards .info {
}
#awards .container {
    margin: 0 auto;
    max-width: 1280px;
    text-align: right
}

.list-wrap > h4,
.list-wrap > ul {
    display: inline-block;
    vertical-align: top;
}
.withlist .list-wrap > ul {
    
    height:300px;
}
.list-wrap > ul {
    margin: 3px 5px 0 20px;
}
.list-wrap ul li {
    position: relative;
    padding-left: 30px;
    cursor: pointer;

}
.list-wrap ul li:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #acacac;
        transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.list-wrap ul li:nth-child(even):before {
    background-color: #898989;
}
.list-wrap ul li:nth-child(4n+1):before {
    background-color: #606060;
}

.list-wrap ul li:hover:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.right-column {
    width: 70%;
    vertical-align: top;
    display: inline-block;
    padding: 20% 65px 15px 15px;
    text-align: left;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    animation: fadein 0.6s forwards;
    -webkit-animation: fadein 0.6s forwards;
    opacity: 0;
}
.fadein {
        -webkit-transition: all 0.3s ease-out;
    animation: fadein 0.6s forwards;
    -webkit-animation: fadein 0.6s forwards;
    opacity: 0;

}

@keyframes fadein {
    100% {opacity:1;}
}
@-webkit-keyframes fadein {
    100% {opacity:1;}
}

.info {
    margin-top: 10px;
}
.awards-wrap > li,
.careers-wrap > li {
    padding: 15px 15px 0 15px;
    position: relative;
    margin-bottom: 35px;
}
.awards-wrap .info > li {
    position: relative;
}
.info > li h6 {
    color: #666;
    display: inline-block;
    width: 100px;
    vertical-align: top;
}
.info > li p {
    display: inline-block;
    line-height: 1.3em;
    width: 50%;
    vertical-align: top;
}
.award-to-pjt {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.5rem;
    width: 25px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.award-to-pjt a {
    color: #666;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.awards-wrap .info > li:hover .award-to-pjt {
    width: 110px;
}
.award-to-pjt:hover a,
.award-to-pjt:hover h5 {
    color: #c00000;
}

.award-to-pjt i {
    vertical-align: middle;
    margin-right: 10px;
}
.award-to-pjt h5 {
    display:inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.left-corner,
.left-corner:before,
.left-corner:after {
    content: '';
    background-color: #c00000;
    position: absolute;
    top: 0;
    left: 0;
}
.left-corner:before,
.right-corner:before {
    width: 35px;
    height: 2px;
}
.left-corner:after,
.right-corner:after {
    height: 35px;
    width: 2px;
}
.right-corner {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -20px;
    right: -20px;

}

.right-corner:before,
.right-corner:after {
    content: '';
    background-color: #c00000;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
li:hover .right-corner {
    opacity: 1;
    bottom: -15px;
    right: -15px;
}

/*---PROJECTS---*/
#projects .container {
        text-align: right;
}
.left-wrap {
    position: fixed;
    top: 0;
    right: 100%;
    height: 100%;
    z-index: 1;
}
.left-column {
    width: auto;
    position: relative;
    left: 100%;
    top: 0;
    padding: 230px 15px 15px 65px;
    z-index: 1;
    text-align: left;
    height: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    background-image: url('../img/redox_01.png');
    background-attachment: fixed;
}
#projects .list-wrap h4 {
    color: #666;
    font-family:'HelveticaNeueLTPro-LtCn',  '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    line-height: 2.5rem;
}
#projects .list-wrap ul li {
    padding-left:30px;
}
.thumbnail-info-wrap {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50%;
}
.thumbnail-wrap > li {
    width: 33.33%;
    display: inline-block;
    padding: 15px;
    height: 200px;
    position: relative;
}
.pjt-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
        transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;


}
.pjt-thumbnail a {
    width: 100%;
    height: 100%;
    position: absolute;
}


.thumbnail-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 30px 10px 10px;
    background-color: rgba(255,255,255,0.7);
    font-family:'HelveticaNeueLTPro-LtCn',  '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.thumbnail-info p {
    line-height: 1.3em;
}
.thumbnail-info .icon-enter-icon {
    font-size: 22px;
    float: right;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.thumbnail-title {
    font-family:'HelveticaNeue-BoldCond',  '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
.thumbnail-wrap .left-corner {
    top: 3px;
    left: 3px;
}
.thumbnail-wrap .right-corner {
    bottom: -3px;
    right: -3px;
    opacity: 0
}
.thumbnail-wrap > li:hover .pjt-thumbnail {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.thumbnail-wrap > li:hover .right-corner {
    opacity: 1;
    bottom: 2px;
    right: 2px;
}
.thumbnail-wrap > li:hover .thumbnail-info {
    bottom: 100%;
}

/*---project-inner---*/
#project-inner .container {
    max-width: 100%;
    padding-bottom: 45px;
}

#project-inner .border2 {
    opacity: 0.2;
}
#project-slider {
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
            transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;

}
#project-slider .flex-control-nav {
    bottom: 80px;
    z-index: 2;
}
#project-slider .slides {
    height: 100%;
}
#project-slider .flex-control-paging li a {
    width: 30px;
    height: 5px;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #acacac;
}
#project-slider .flex-control-paging li:nth-child(odd) a {
    
}

#project-slider .flex-control-paging li:nth-child(even) a {
    background: #898989;
}
#project-slider .flex-control-paging li:nth-child(4n+1) a {
    background: #606060;
}

#project-slider .flex-control-paging li a.flex-active {
    background: #c00000;
}

#project-slider .flex-control-nav li {
    margin: 0;
    padding: 5px 0;
    
}
.pjt-info-wrap {
    position: fixed;
    right: -367px;
    top: 0;
    height: 100%;
    width: 367px;
    padding: 200px 65px 15px 15px;
    background-image: url(../img/redox_01.png);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.pjt-info-wrap:hover {
    right: 0;
}
.pjt-info-wrap:hover .info-remind {
    left: -50px;
}
.pjt-info-wrap.show {
    right: 0;
}

.info-remind {
    position: absolute;
    top: 45%;
    left: -75px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.pjt-info-wrap-respo {
    display: none;
    padding: 30px 35px 70px;
    position: relative;
    z-index: 1;
}

/*---careers---*/
#careers .container {
        text-align: right;
}
#careers .left-column {
    min-width: 400px;
}
#careers .right-column {
    width: 55%;
    padding: 0 65px 18% 0;
}
.careers-wrap h6 {
    margin-top:7px;
}
.careers-wrap p {
    line-height: 1.6em;
    font-size: 14px;
}
.careers-wrap > li {
    padding: 40% 0 0 0;
}
.inner {
    position: relative;
    padding: 15px 15px 0 15px;

}

/*---CONTACT---*/
.map-wrap {
    width: 100%;
    padding-right: 300px;
}
#map {
        height:85vh;
        width:100%;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }
    .contact-right {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 300px;
        background-image: url(../img/redox_01.png);

    }
    .contact-wrap {
        position: absolute;
        bottom: 20px;
        padding: 80px 100px 80px 15px;
        right: 0;
    }
    .contact-wrap > li {
        margin-bottom: 15px;
    }
    .contact-wrap > li p {
        line-height: 1.3em;
    }
    .contact-bottom {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0 65px 65px;
        background-image: url(../img/redox_01.png);

    }
    .contact-wrap-respo {
        position: relative;
        display: none;
        padding-left: 35px;
        z-index: 1;
    }
    .contact-wrap-respo .contact-wrap {
        position: relative;
        padding: 50px 35px 80px 5px;        
    }
    .contact-wrap-respo .contact-wrap li {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding-right: 20px;
    }
    
/*---NEWS---*/
#awards .title,
.news-media .title,
#projects .title {
        min-width: 200px;
}
.news-media {
    //overflow: hidden;
}
.news-media .container {
    padding-top: 230px;
    text-align: right;
}
/*.news-media .left-column {
    position: relative;
    padding: 0 0 30px 65px;
    top: auto;
    left: 0;
    float: left;
    text-align: left;
}
.news-media .left-column:after {
    content: none;
}*/
.news-media .right-column {
    padding: 0 65px 30px 0;
    width: 70%;
}
.news-media .pjt-info-wrap:before {
    height: 100%;
    width: 65px;
}

.flexslider.news-media-slider {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow:none;
    padding-bottom: 50px
}
.news-media .thumbnail-wrap > li {
    width: 33.33%;
    height: 350px;
    cursor: pointer;
}
.flexslider.news-media-slider .slides > li > ul > li:hover .right-corner {
    opacity: 1;
    bottom: 2px;
    right: 2px;
}

.flexslider.news-media-slider .slides > li:hover .right-corner {
    opacity: 0;
}
.news-media .pjt-info-wrap {
    right: -90%;
    width: 50%;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    z-index: 1;
}
.news-media .pjt-info-wrap.open {
    right: 0;
}
.news-media .pjt-info-wrap .pjt-image {
    width: 50%;
    float: left;
    padding: 15px;
}

.news-media .inner-content {
    //width: 50%;
    //display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}
.close {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.close:before,.close:after {
    content: '';
    position: absolute;
    background: #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close:before {
    width: 30px;
    height: 2px;
    top: 14px;
    left: 0;
}
.close:after {
    width: 2px;
    height: 30px;
    left: 14px;
    top: 0;
}
.withlist .left-back {
    position: absolute;
    right: 15px;
    top: 120px;
    font-size: 14px;
    cursor: pointer;
    display: none;

}
#project-inner .left-back {
    font-size: 14px;
    position: fixed;
    bottom: 65px;
    left: 65px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.left-back a {
    color: #fff;
}
.back {
    font-size: 14px;
    position: absolute;
    top: 100px;
    right: 35px;
    cursor: pointer;
    display: none;
}
.back .icon, .left-back .icon {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 5px;
}
.back span, .left-back span {
    vertical-align: middle;
}

.news-media .pjt-thumbnail {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.wrap-full.news-media .pjt-thumbnail:hover {
    filter: grayscale(0); 
    -webkit-filter: grayscale(0);
}
.news-wrap {
    background-image: url(../img/redox_01.png);
}
.flexslider.news-media-slider .flex-direction-nav a {
    z-index: 0;
    bottom: 0px;
    top: auto;
    text-align: left;
    width: 50px;
}
.flexslider.news-media-slider .flex-direction-nav a:before {
    color: #333;
    font-family: "icomoon";
    background: none;
    font-size: 30px;
}
.flexslider.news-media-slider .flex-direction-nav a.flex-next:before {
    content: '\e904';
}
.flexslider.news-media-slider .flex-direction-nav a.flex-prev:before {
    content: '\e903';
}
.download {
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    background: #c00;
    vertical-align: middle;
    margin-left: 10px;
    float: right;
    cursor: pointer;
    border: 1px solid #c00;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.download a {
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.withlist .pjt-info-wrap .inner-content > h4 {
    margin-bottom: 10px;
}
.download:hover {
    background: transparent;
    color: #c00;
}
.download:hover a {
    color: #c00;
}


/*-----FUNCTION----*/
.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 !important;
}
.list-wrap ul li.active,
#projects .list-wrap ul li.active h4,
#career .list-wrap ul li.active a {
    color: #c00000;
}

.list-wrap ul li.active:before {
    background-color: #c00000;
        transform: rotate(90deg);
    -webkit-transform: rotate(90deg);

}

.left-column.open,
.left-column.show {
    left: 100%;
}
.left-open {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: none;
}
.left-open.back {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}


/*---FOOTER---*/
#footer {
	position: absolute;
  	width: 100%;
  	bottom: 0;
	padding:15px;
        z-index: 2;
        text-align: center;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px;
            transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
#footer p {
    font-size: 10px;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}
#rotate-device {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 100;
    font-size: 13px;
    color: #666;
    text-align: center;
    font-family:'Helvetica Neue LT Std 57 Condensed',  '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    letter-spacing: 0.02em;
    display: none;
}
#rotate-device.show {
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    display: block;
    opacity: 1;
}

#rotate-device img {
    width: 150px;
    height: 150px;
}
#rotate-device .device-wrap {
    position: absolute;
    top: 45%;
    left: 50%;
    //margin-top: -150px;
    //margin-left: -160px;
    width: 100%;
    //height: 300px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 0 20px;
}

/*---edges---*/
.edge-hz {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    z-index: -1;

}
.edge-vt {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}

#contact .edge-vt,
#project-inner .edge-vt,
.news-media .pjt-info-wrap .edge-vt {
    right: 100%;
    left: auto;
    -moz-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}
#contact .edge-vt,
#contact .edge-hz,
#project-inner .edge-vt {
    z-index: 0;
}

.news-media .pjt-info-wrap .edge-vt img {
    float: none;
    width: auto;
    padding: 0;
}
.edge-hz img {
    width:100%;
    position: relative;
    -ms-transform: translate(0,40%); /* IE 9 */
    -webkit-transform: translate(0,40%); /* Safari */
    transform: translate(0,40%);

}
.edge-vt img {
    height: 100%;
    position: relative;
    -ms-transform: translate(-40%,0); /* IE 9 */
    -webkit-transform: translate(-40%,0); /* Safari */
    transform: translate(-40%,0);

}
.withlist .edge-vt {
        -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    cursor: pointer;
}
#login-panel .edge-hz {
        -moz-transform: scaleY(-1) scaleX(-1);
    -o-transform: scaleY(-1) scaleX(-1);
    -webkit-transform: scaleY(-1) scaleX(-1);
    transform: scaleY(-1) scaleX(-1);
    bottom: auto;
    top: 100%;
    width: 150%;
    z-index: 0;
}

.edge-hz.responsive {
    display: none;
}
#founder .edge-vt {
    position: fixed;
    left: 45%;
}
.edge-vt > .icon {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 15px;
    color: #c00;
}
.big-wrap {
    position: relative;
    left: 0;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
}
.withlist .left-column {
    background-attachment: scroll;
}
.media-wrap iframe {
    width: 50% !important;
    height: 40vh !important;
}


/*---z-index---*/
.pjt-info,
.contact-wrap-respo h1 {
    position: relative;
    z-index: 1;
}



@import url("responsive.css");