@charset "utf-8";
.actived .thumb-pic,
.latest-pic img,
.link-page.current,
.sub-right li.current a,
.thumb-pic img {
    pointer-events: none;
}
.home-intro-detail:before,
.home-video-bg:after,
.home-video-bg:before,
.latest-news:after,
.left-but:after,
.left-but:before,
.left-content:before {
    content: "";
}
.about-nav li a,
.horizon-tab li a,
.left-box h2,
.message-pic h3,
.project-box h2,
.value-item h3 {
    text-transform: uppercase;
}
.about-nav ul,
.horizon-tab ul,
.link-text p:after,
.location-text h2,
.sub-nav ul,
.sub-right li,
.sub-right li span {
    white-space: nowrap;
}
.sub-right,
.sub-right li span {
    visibility: hidden;
    opacity: 0;
    top: 50%;
}
.slider-inner .stroke {
    position: absolute;
    width: 1440px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -740px;
    z-index: 2;
}
.stroke svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}
.stroke.show svg {
    opacity: 1;
}
.line-color {
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 1;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
.stroke.active .line-color {
    stroke-dasharray: 5;
    stroke-dashoffset: 600;
    -webkit-animation-name: StrokeAni;
    animation-name: StrokeAni;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.stroke.active.hide .line-color,
.stroke.hide .line-color {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-iteration-count: 0;
    animation-iteration-count: 0;
}
.left-content {
    position: absolute;
    left: 42px;
    bottom: 62px;
    width: auto;
    height: auto;
    color: #fff;

}

.item-active .left-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.left-box {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-width: 540px;
    padding: 30px;
    text-align: left;
}
.left-box h2 {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 400;
}
.left-box p {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}
.left-box p span {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 20px);
    vertical-align: middle;
}
.left-but {
   position: relative;
  padding: 15px 25px;
    margin: 0;
    width: auto;
    height: auto;
	text-transform: uppercase;
	color: #000;
    margin-top: 20px;
    background: -webkit-linear-gradient(135deg, #fff 39%, #ccc 80%);
    background: linear-gradient(135deg, #fff 39%, #ccc 80%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.home-intro-bg,
.left-but:after,
.left-but:before {
   position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.left-but:before {
   position: absolute;
	color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(135deg, #ccc 39%, #fff 80%);
    background: linear-gradient(135deg, #ccc 39%, #fff 80%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.left-but:hover:before {
    opacity: 0.4;
}
.home-intro {
    max-width: 862px;
    padding: 60px 0;
}
.home-intro h2 {
    font-size: 48px;
}
.home-intro-bg {
    background: url(../images/intro-bg.png) center center/contain no-repeat;
}
.home-intro-detail {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: MyriadLight;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #191919;
    text-align: center;
    z-index: 1;
}
.home-video-pic,
.latest-pic {
    line-height: 0;
    overflow: hidden;
}
.home-video h2,
.latest-news h2 {
    color: #333;
}
.home-intro-detail:before {
    width: 67px;
    height: 65px;
    position: absolute;
    left: 8%;
    top: -20px;
    background: url(../images/comma-top.png) center center no-repeat;
}
.home-video-bg,
.home-video-pic,
.home-video-pic img {
    height: auto;
    display: block;
    width: 100%;
}
.home-video,
.home-video-bg:after {
    background: -webkit-linear-gradient(135deg, #785f48 0, #797b30 100%);
}
.home-intro-detail p {
    position: relative;
    padding: 0 18%;
}
.home-video {
    max-width: 862px;
    padding: 30px;
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
    z-index: 1;
}
.home-video .title-box {
    margin-bottom: 15px;
}
.home-video-pic {
    position: relative;
}
.home-video-pic img {
    opacity: 0;
}
.home-video-bg {
    position: relative;
    margin-top: -10.1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.home-video-bg:before {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 40%;
}
.home-video-bg:after {
    position: absolute;
    left: 0;
    top: -42px;
    width: 100%;
    height: 16px;
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
}
.latest-news {
    padding: 20px 0;
 
}
.latest-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.png) left top;
}

.latest-item,
.latest-pic,
.latest-pic img,
.latest-slider,
.latest-slider-sp,
.latest-text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.latest-box {
    max-width: 900px;
}
.latest-slider,.latest-slider-sp {
    z-index: 2;
}
.latest-item {
    padding: 1px;
    background-color: #fff;
    
    cursor: pointer;
}
.latest-pic {
    max-height: 100%;
}
.latest-text h3,
.latest-text p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.latest-pic img {
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.go-projects,
.news-but {
    -webkit-transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.latest-text {
    min-height: 110px;
    padding: 15px 0;
    color: #52595d;
}
.latest-text h3 {
    margin-bottom: 5px;
    font-weight: 700;
}
.latest-text p {
    font-weight: 400;
}
.news-but {
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
    background: -webkit-linear-gradient(135deg, #785f48 0, #797b30 100%);
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.news-but:after,
.news-but:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}
.go-model:before,
.news-but:before,
.zoom-location span {
    -webkit-transition: opacity 0.3s ease-in-out;
}
.news-but:before {
    background: -webkit-linear-gradient(135deg, #797b30 0, #785f48 100%);
    background: linear-gradient(135deg, #797b30 0, #785f48 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.news-but:after {
    background: url(../images/arrow2.png) center center no-repeat;
}
.latest-item:hover .news-but:before {
    opacity: 1;
}
.latest-item:hover .latest-pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.home-map {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 104px;
}
.home-map:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    background-color: #7c6c5d;
}
.home-map .googlemap {
    position: relative;
    display: block;
    width: 74%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.ball span,
.pic {
    -webkit-border-radius: 50%;
}
.home-map .googlemap:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 54%;
    background-color: #f2f2f2;
}
.latest-slider .slide-next,
.latest-slider-sp .slide-next,
.latest-slider-sp .slide-prev,
.latest-slider .slide-prev {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 115px;
    box-shadow: none;
    margin: -80px 0 0;
}
.latest-slider .slide-wrapper,.latest-slider-sp .slide-wrapper {
    padding-bottom: 40px;
}
.latest-slider .slide-item,.latest-slider-sp .slide-item {
    padding: 0 5px;
}
.latest-slider .slide-pagination,.latest-slider-sp .slide-pagination {
   
}
.latest-slider .slide-next,.latest-slider-sp .slide-next {
    right: 0px;
    background: url(../images/next.svg) center center no-repeat;
}
.latest-slider .slide-prev,.latest-slider-sp .slide-prev {
    left: 0px;
    background: url(../images/previous.svg) center center no-repeat;
}
.hide .about-nav,
.horizon-tab-outer.hide {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.latest-slider .slide-buttons,
.latest-slider-sp .slide-buttons,
.latest-slider-sp .slide-controls,
.latest-slider .slide-controls {
    position: static;
    margin: 0;
    height: auto;
}
.latest-slider .slide-next:hover,.latest-slider-sp .slide-next:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    right: -1px;
}
.latest-slider .slide-prev:hover,.latest-slider-sp .slide-prev:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -1px;
}
.about-nav-outer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 11;
}
.about-nav {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center;
    background-color: #fff;
}
.about-nav li,
.about-nav ul {
    display: inline-block;
    width: auto;
    height: auto;
}
.about-nav ul {
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.about-nav li {
    margin: 0 1px;
    vertical-align: middle;
}
.ball span,
.message:after,
.pic,
.pic img {
    display: block;
}
.message-text p,
.pic {
    margin-bottom: 20px;
}
.about-nav li a {
    display: block;
    padding: 18px 25px;
    background-color: #736456;
    font-family: Futurab;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.history,
.message-pic,
.message-text,
.value-item {
    font-family: Roboto, sans-serif;
}
.message strong,
.message-pic h3,
.message-pic p {
    font-weight: 700;
}
.about-nav li.current a,
.about-nav li:not(.current):hover a {
    background-color: #7a9513;
}
.about-nav-outer.hide {
    position: fixed;
    top: 60px;
}
.message-pic,
.message-text,
.pic {
    position: relative;
}
.hide .about-nav ul {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.message-content {
    background-color: #fff;
    z-index: 2;
}
.message {
    max-width: 1200px;
    padding: 20px 0 30px;
}
.message .title-box {
    padding: 0;
}
.message h2 {
    text-align: left;
}
.message:after {
    content: "";
    width: 100%;
    height: 0;
    clear: both;
}
.message-pic {
    float: right;
    width: 50%;
    padding: 0;
    line-height: 1.6;
    text-align: center;
}
.pic {
    width: 480px;
    height: 480px;
    line-height: 0;
    border-radius: 50%;
    border: 10px solid #7c6c5d;
    overflow: hidden;
}
.pic img {
    width: 100%;
    height: auto;
}
.message-pic p {
    font-size: 14px;
    color: #828282;
}
.message-pic h3 {
    font-size: 18px;
    color: #191919;
}
.history p,
.message-text {
    font-weight: 300;
    line-height: 1.6;
}
.message-text {
    float: left;
    width: 50%;
    font-size: 16px;
    text-align: justify;
    color: #191919;
}

.ball,
.ball span {
    position: absolute;
    height: 470px;
    width: 470px;
}
.message-text p:last-child {
    margin-bottom: 0;
}
.ball {
    left: 100%;
    top: 80px;
    z-index: -1;
}
.ball span {
    background-color: rgba(124, 108, 93, 0.3);
    border-radius: 50%;
}
.history-bg,
.history-overlay {
    position: absolute;
    left: 0;
    width: 100%;
}
.ball span:nth-child(1) {
    top: 0;
    right: 20%;
}
.ball span:nth-child(2) {
    top: 20%;
    right: 40%;
}
.ball span:nth-child(3) {
    top: 40%;
    right: 20%;
}
.history-content {
    background: -webkit-linear-gradient(135deg, #785f48 0, #797b30 100%);
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
}
.history-bg {
    top: 0;
    height: 100%;
    background: url(../images/pattern.png) left top;
}
.history-overlay {
    top: 50px;
    height: calc(100% - 100px);
    background: url(../images/white-overlay.png) center top repeat-y;
    background-size: 100%;
}
.history li span,
.history ul {
    display: inline-block;
    width: auto;
    height: auto;
}
.history {
    margin: 50px auto;
    padding: 60px 0 70px;
    max-width: 800px;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #111;
}
.history p {
    margin-bottom: 20px;
}
.history li,
.history p strong,
.value-item h3 {
    font-weight: 700;
}
.history ul {
    text-align: left;
    padding: 20px 0 0 25px;
}
.history li {
    margin-bottom: 30px;
    line-height: 1.6;
}
.history li span {
    position: relative;
}
.history li span:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -6px;
    width: 40px;
    height: 40px;
    background: url(../images/history-icon.png) center center no-repeat #7c6c5d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.value-box,
.value-item {
    position: relative;
    height: auto;
}
.history li:last-child {
    margin-bottom: 0;
}
.value {
    padding: 80px 0 100px;
    text-align: center;
}
.value-box {
    display: block;
    width: 100%;
}
.value-item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    max-width: 380px;
    min-height: 380px;
    margin: 0 1%;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #c2bab2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.value-item h3 {
    margin-bottom: 20px;

    font-size: 36px;
    color: #7c6c5d;
}
.value-item p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #3f3f3f;
    text-align: justify;
}
.business-text,
.target p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.6;
}
.target,
.target h2,
.target p {
    color: #fff;
}
.business-text p,
.target,
.target p {
    text-align: center;
}
.value-item p:last-child {
    margin-bottom: 0;
}
.target-content {
    background: -webkit-linear-gradient(-45deg, #785f48 0, #797b30 100%);
    background: linear-gradient(-45deg, #785f48 0, #797b30 100%);
}
.target {
    padding: 10% 0;
    max-width: 900px;
}
.target .title-box {
    margin-bottom: 40px;
}
.target p {
    margin-bottom: 30px;
    font-weight: 700;
}
.target-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
    background-attachment: fixed;
}
.chart {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 0 100px;
}
.chart .title-box {
    margin-bottom: 40px;
}
.chart-pic,
.chart-pic img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.business-bg,
.business:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.chart .zoom {
    display: none;
}
#business-page .about-nav {
    background-color: transparent;
}
#business-page .hide .about-nav {
    background-color: #fff;
}
.about-nav-outer + .business-content .title-box {
    padding: 80px 5% 20px;
}
.business-content .title-box {
    margin-bottom: 0;
    padding: 40px 5% 30px;
    background: url(../images/business-overlay.png) left top repeat-x;
}
.business {
    width: 100%;
    padding: 120px 0;
}
.business:after {
    content: "";
    background: -webkit-linear-gradient(1deg, rgba(121, 123, 48, 0.7) 0, rgba(120, 95, 71, 0.4) 100%);
    background: linear-gradient(1deg, rgba(121, 123, 48, 0.7) 0, rgba(120, 95, 71, 0.4) 100%);
}
.business-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.business-box,
.business-text {
    position: relative;
    display: block;
    height: auto;
    z-index: 1;
}
.business-content:nth-child(even) .business-bg {
    background-attachment: fixed;
}
.business-box {
    width: 100%;
    background: url(../images/white-overlay.png) center top repeat-y;
    background-size: contain;
}
.business-text {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 0;
    font-weight: 300;
    color: #191919;
}
.business-text:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 25px;
    width: 67px;
    height: 65px;
    background: url(../images/comma-top.png) center center no-repeat;
}
.business-text p {
    margin: 0 0 15px;
}
.business-text p:last-child {
    margin-bottom: 0;
}
.business-icon {
    position: absolute;
    width: 170px;
    height: 170px;
    left: 50%;
    top: -100px;
    margin-left: -85px;
}
.projects-content:after,
.projects-content:before {
    position: absolute;
    top: 0;
    width: 196px;
    height: 100%;
    content: "";
}
.realestate {
    background: url(../images/quarter.png) center center no-repeat;
}
.marketing {
    background: url(../images/circle.png) center center no-repeat;
}
.design {
    background: url(../images/shape.png) center center no-repeat;
}
.building {
    background: url(../images/triangle.png) center center no-repeat;
}
.projects-content:before {
    right: calc(24% + 196px);
    background-color: #f0f0f0;
}
.projects-content:after {
    right: 24%;
    background-color: #dbdbdb;
    z-index: -1;
}
.project {
    max-width: 1300px;
}
.project:nth-child(odd) {
    margin: 120px auto;
    text-align: left;
}
.project:nth-child(even) {
    margin: 0 auto 120px;
    text-align: right;
}
.project-pic {
    position: relative;
    display: inline-block;
    width: 90%;
    height: auto;
    overflow: hidden;
}
.project-pic img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
}
.project-text {
    position: absolute;
    bottom: 100px;
    width: auto;
    height: auto;
    background: -webkit-linear-gradient(135deg, rgba(120, 95, 72, 0.8) 0, rgba(121, 123, 48, 0.8) 100%);
    background: linear-gradient(135deg, rgba(120, 95, 72, 0.8) 0, rgba(121, 123, 48, 0.8) 100%);
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 0 30px 30px;
    border-radius: 0 30px 30px;
}
.project-text:before {
    content: "";
    position: absolute;
    left: -16px;
    top: -16px;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    border: 3px solid #797b30;
    -webkit-border-radius: 0 30px 30px;
    border-radius: 0 30px 30px;
}
.project-box {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-width: 340px;
    padding: 30px;
    text-align: left;
}
.project-box h2 {
    margin-bottom: 10px;
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 400;
}
.project-box p {
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}
.project-box p span {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 20px);
    vertical-align: middle;
}
.go-projects {
    position: absolute;
    right: 20px;
    bottom: 13px;
    margin: 0;
    width: 34px;
    height: 34px;
    background: -webkit-linear-gradient(135deg, #785f48 0, #797b30 100%);
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.go-projects:after,
.go-projects:before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}
.go-projects:before {
    width: 100%;
    background: -webkit-linear-gradient(135deg, #797b30 0, #785f48 100%);
    background: linear-gradient(135deg, #797b30 0, #785f48 100%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
.go-projects:after {
    width: 100%;
    background: url(../images/arrow.png) center center no-repeat;
}
.horizon-tab,
.horizon-tab-outer {
    position: relative;
    display: block;
    width: 100%;
}
.go-projects:hover:before {
    opacity: 1;
}
.pic-zoom-in:hover,
.pic-zoom-out:hover,
.zoom-location span:hover {
    opacity: 0.5;
}
.horizon-tab-outer {
    height: auto;
    z-index: 11;
}
.horizon-tab {
    height: auto;
    font-size: 0;
    text-align: center;
    background-color: #fff;
}
.horizon-tab li,
.horizon-tab ul {
    display: inline-block;
    width: auto;
    height: auto;
}
.horizon-tab ul {
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}
.horizon-tab li {
    margin: 0 2px;
    vertical-align: middle;
}
.horizon-tab li a {
    display: block;
    padding: 18px 25px;
    background-color: #736456;
    font-family: Futurab;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.location-detail p,
.overview-detail p,
.project-nav h1 {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.horizon-tab li.current a,
.horizon-tab li:not(.current):hover a {
    background-color: #7a9513;
}
.horizon-tab-outer.hide {
    position: fixed;
    top: 60px;
}
.item-box,
.item-pic,
.item-pic img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.hide .horizon-tab ul {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.item-pic {
    overflow: hidden;
    line-height: 0;
}
.item-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.project-details h2,
.project-nav h1 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 36px;
    color: #7c6c5d;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
.project-nav {
    padding-top: 80px;
}
.project-nav h1 {
    display: block;
    padding: 32px 0 25px;
    background-color: #fff;
}
.banner-pic,
.banner-pic img,
.project-banner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.project-logo-top {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
    background: url(../images/black-overlay.png) center top repeat-y;
    z-index: 1;
}
.project-logo-top img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 300px;
}
.project-details h2 {
    position: relative;
    margin-bottom: 28px;
    z-index: 1;
}
.overview {
    width: 100%;
    max-width: inherit;
    padding: 40px 0 70px;
}
.overview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 250px;
    width: 100%;
    height: 40%;
    background-color: #cfcfcf;
}
.overview-detail,
.overview-pic,
.overview-pic img {
    position: relative;
    display: block;
    height: auto;
}
.overview-text {
    position: relative;
    display: block;
    width: 90%;
    max-width: 620px;
    margin: 0 auto 15px;
    padding: 11px;
    border: 1px solid #7d6d5d;
}
.overview-detail {
    width: 100%;
    padding: 30px;
    background: -webkit-linear-gradient(135deg, #797b30 0, #785f48 100%);
    background: linear-gradient(135deg, #797b30 0, #785f48 100%);
}
.overview-detail p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}
.overview-pic {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
}
.overview-pic img {
    width: 100%;
}
.overview-pic h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: auto;
    height: 76px;
    line-height: 76px;
    padding: 0 90px 0 40px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
.overview-pic h3 .zoom {
    left: auto;
    margin-left: auto;
    right: 0;
}
.location {
    width: 100%;
    max-width: inherit;
    background: -webkit-linear-gradient(135deg, #797b30 0, #785f48 100%);
    background: linear-gradient(135deg, #797b30 0, #785f48 100%);
}
.location-pic img,
.location-text {
    position: relative;
    max-width: 1180px;
}
.location h2 {
    color: #fff;
}
.location-text {
    display: table;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
}
.location-detail,
.location-text h2 {
    display: table-cell;
    vertical-align: middle;
}
.location-text h2 {
    padding: 0 20px 0 0;
}
.location-detail {
    padding: 0 0 0 20px;
}
.location-detail p {
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}
.location-detail p:last-child {
    margin-bottom: 0;
}
.location-pic {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f6f0e4;
}
.location-pic img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.zoom-location {
    position: absolute;
    right: 30px;
    top: 50%;
}
.zoom-location span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-linear-gradient(0deg, #797b30 0, #785f48 80%);
    background: linear-gradient(0deg, #797b30 0, #785f48 80%);
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}
.cursor,
.panzoom {
    cursor: url(../images/openhand.png) 8 8, move;
}
.zoom-location span:before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid #867667;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.l-zoom-in:after,
.l-zoom-out:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.l-zoom-in:after {
    background: url(../images/zoom-in.png) center center no-repeat;
}
.l-zoom-out:after {
    background: url(../images/zoom-out.png) center center no-repeat;
}
.facilities-pic,
.location-view {
    position: relative;
}
.facilities-pic,
.facilities-pic img {
    height: auto;
    width: 100%;
    display: block;
}
.facilities {
    padding: 40px 0 0;
    width: 100%;
    max-width: inherit;
    background-color: #7d6d5d;
}
.location-view,
.viewer {
    background-color: #f6f0e4;
}
.facilities h2 {
    color: #fff;
}
.facilities-pic img {
    max-width: 1440px;
    margin: 0 auto;
}
.facilities-pic .zoom {
    margin-top: auto;
    top: 60px;
}
.location-view {
    display: block;
    width: 100%;
    height: calc(100vh - 130px);
    overflow: hidden;
}
.panzoom,
.viewer {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.map-img {
    width: 1440px;
    height: 914px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.map-img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.map-mobile,
.map-mobile img {
    width: 100%;
    height: auto;
    position: relative;
}
.map-mobile {
    display: none;
    overflow: hidden;
}
.map-mobile img {
    display: block;
}
.buttons,
.mouse {
    position: absolute;
}
.map-mobile .zoom {
    right: 20px;
    top: 20px;
    margin: 0;
    left: auto;
}
.drag-cursor {
    cursor: url(../images/grabbing.png) 8 8, move;
}
.mouse {
    width: 28px;
    height: 80px;
    left: 0;
    top: -20px;
    background: url(../images/mouse_down.png) center center no-repeat;
}
.buttons {
    top: 50%;
    right: 30px;
    width: 60px;
    height: 120px;
    margin-top: -60px;
    z-index: 5000;
}
.pic-zoom-in,
.pic-zoom-out {
    display: block;
    margin: 15px auto;
    cursor: pointer;
    font-size: 0;
    text-indent: -9999px;
}
.pic-zoom-in {
    position: relative;
    width: 40px;
    height: 40px;
    background: url(../images/zoom-in.png) center center no-repeat, -webkit-linear-gradient(0deg, #797b30 0, #785f48 80%);
    background: url(../images/zoom-in.png) center center no-repeat, linear-gradient(0deg, #797b30 0, #785f48 80%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.pic-zoom-in:after,
.pic-zoom-out:after {
    position: absolute;
    left: -5px;
    top: -5px;
    content: "";
}
.pic-zoom-in:after {
    width: 50px;
    height: 50px;
    border: 1px solid #8a7b6c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pic-zoom-out {
    position: relative;
    width: 40px;
    height: 40px;
    background: url(../images/zoom-out.png) center center no-repeat, -webkit-linear-gradient(0deg, #797b30 0, #785f48 80%);
    background: url(../images/zoom-out.png) center center no-repeat, linear-gradient(0deg, #797b30 0, #785f48 80%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.pic-zoom-out:after {

    width: 50px;
    height: 50px;
    border: 1px solid #8a7b6c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pic-reset,
.zoom-range {
    height: 30px;
    position: absolute;
    cursor: pointer;
}
.pic-reset {
    width: 30px;
    right: 90px;
    background: url(../images/zoom-fit.png) center center no-repeat;
    font-size: 0;
    text-indent: -9999px;
    border: none;
}
.pic-reset:hover {
    background-color: rgba(255, 255, 255, 1);
}
.zoom-range {
    width: 100px;
    right: 120px;
}
.model {
    padding: 40px 0;
    width: 100%;
    max-width: inherit;
    z-index: 3;
}
.model-slider {
    display: block !important;
    width: 100%;
    height: auto;
}
.model-slider .slide-item {
    padding: 0 1px;
}
.model .item-box {
    background-color: #d5d5d5;
}
.model .item-pic {
    padding: 10%;
}
.model .item-name {
    text-align: center;
    padding: 20px;
}
.model .item-name h3 {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
}
.brief-detail p,
.go-model {
    font-size: 16px;
    color: #fff;
    font-family: Roboto, sans-serif;
}
.go-model {
    position: relative;
    display: inline-block;
    width: auto;
    height: 52px;
    line-height: 52px;
    padding: 0 62px 0 27px;
    background: -webkit-linear-gradient(90deg, #797b30 0, #785f48 100%);
    background: linear-gradient(90deg, #797b30 0, #785f48 100%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.go-model p {
    position: relative;
    z-index: 1;
}
.go-model:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, #785f48 0, #797b30 100%);
    background: linear-gradient(90deg, #785f48 0, #797b30 100%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.go-model span {
    position: absolute;
    right: 14px;
    top: 9px;
    display: block;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #7c6c5d;
    overflow: hidden;
}
.go-model span:after,
.go-model span:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.go-model span:before {
    opacity: 0;
    background-color: #785f48;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.go-model span:after {
    background: url(../images/arrow.png) center center no-repeat;
}
.model-load,
.model-outer {
    position: relative;
    height: auto;
}
.go-model:hover span:before,
.go-model:hover:before {
    opacity: 1;
}
.model .zoom {
    left: auto;
    margin: auto;
    top: 25px;
    right: 25px;
}
.model-outer {
    display: block;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.class-hidden,
.model-load {
    display: none;
}
.model-load {
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0 0 60px;
}
.b-overlay,
.t-overlay {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12;
    width: 100%;
}
.t-overlay {
    top: 100%;
    cursor: url(../images/close.png) 64 64, auto;
}
.detail-item,
.thumb-pic {
    cursor: pointer;
    overflow: hidden;
}
.b-overlay {
    bottom: calc(100% - 97px);
}
.apartment-box,
.master-brief {
    background-color: #7c6c5d;
    position: relative;
}
.detail-product {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.brief-detail,
.master-pic img {
    height: auto;
    margin: 0 auto;
    display: block;
}
.detail-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.master-pic {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    overflow: hidden;
}
.master-pic img {
    width: auto;
    max-width: 100%;
}
.master-brief {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.brief-detail {
    position: relative;
    width: 90%;
    max-width: 600px;
}
.brief-detail p {
    font-weight: 300;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 1.6;
}
.brief-detail ul {
    display: block;
    text-align: center;
    margin-top: 35px;
}
.brief-detail li,
.brief-detail li span {
    display: inline-block;
    vertical-align: middle;
}
.brief-detail li {
    margin: 0 30px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.brief-detail li span {
    width: 52px;
    height: 36px;
    line-height: 52px;
    overflow: hidden;
    margin-right: 25px;
}
.brief-detail li span img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 52px;
}
.apartment-box {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.detail-box h3 {
    padding: 25px 0;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    color: #7c6c5d;
    font-weight: 300;
    text-align: center;
}
.brief-item h4,
.brief-item li {
    color: #2e2e2e;
    font-family: Roboto, sans-serif;
    text-align: center;
}
.brief-item h4,
.detail-box h3 strong {
    font-weight: 700;
}
.detail-slider {
    display: block !important;
    width: 90%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
}
.detail-pic,
.detail-pic img {
    width: 100%;
    display: block;
    height: auto;
}
.brief-box,
.colum-box .wrap-content,
.news-load {
    max-width: 1100px;
}
.detail-item {
    position: relative;
    display: block;
}
.detail-pic {
    position: relative;
}
.brief-box {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.brief-item {
    display: block;
    width: 100%;
    height: auto;
}
.brief-item h4 {
    padding: 25px 0;
    font-size: 24px;
    text-transform: uppercase;
}
.brief-item ul {
    display: block;
    height: auto;
    text-align: center;
    width: 620px;
    margin: 0 auto;
}
.brief-item li {
    display: inline-block;
    height: auto;
    width: 180px;
    margin: 10px;
    font-size: 16px;
    font-weight: 300;
}
.thumb-box,
.thumb-pic {
    position: relative;
    margin: 0 auto;
}
.brief-item li strong,
.close-details span {
    font-weight: 700;
    font-size: 18px;
}
.thumb-box {
    display: block;
    width: 90%;
    height: auto;
    max-width: 900px;
    padding: 5px 0;
}
.thumb-pic,
.thumb-slider {
    display: block;
    width: 100%;
}
.thumb-slider {
    height: auto;
}
.thumb-slider .slide-item {
    padding: 0 2px;
}
.thumb-pic {
    height: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 0;
    background-color: transparent;
    text-align: center;
}
.thumb-pic img {
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 0 -50%;
    z-index: -1;
}
.close-details,
.close-top {
    display: inline-block;
    z-index: 30;
    position: absolute;
    cursor: pointer;
}
.actived .thumb-pic,
.thumb-pic:hover {
    opacity: 0.5;
}
.close-top {
    right: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    margin: 0 0 0 -40px;
    background: url(../images/close.png) center center/contain no-repeat #7c6c5d;
    border: 3px solid #fff;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.close-top:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.close-details {
    left: 50%;
    bottom: -23px;
    width: 130px;
    height: 46px;
    margin: 0 0 0 -65px;
    background: -webkit-linear-gradient(135deg, #797b30 0, #785f48 100%);
    background: linear-gradient(135deg, #797b30 0, #785f48 100%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.close-details:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: -webkit-linear-gradient(135deg, #785f48 0, #797b30 100%);
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.close-details:after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width: 142px;
    height: 58px;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
}
.close-details span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 46px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0 0 0 15px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.close-details span:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 14px;
    height: 13px;
    background: url(../images/close4.png) center center no-repeat;
}
.close-details:hover:before {
    opacity: 1;
}
.close-details:hover:after {
    border: 6px solid #fff;
}
.model .slide-buttons,
.model .slide-controls {
    position: static;
    margin: 0;
    height: auto;
}
.model .slide-next,
.model .slide-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 82px;
    margin: -61px 0 0;
}
.model .slide-next {
    right: -40px;
    background: url(../images/next4.png) center center no-repeat;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.model .slide-prev {
    left: -40px;
    background: url(../images/previous4.png) center center no-repeat;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.model .slide-next:hover {
    box-shadow: none;
    background-color: transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    right: -50px;
}
.model .slide-prev:hover {
    box-shadow: none;
    background-color: transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -50px;
}
.project-news {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 40px;
    background: 0 0;
}
.project-news .latest-bg {
    top: -240px;
}
.latest-bg-g {
    position: absolute;
    left: 0;
    top: -240px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(135deg, #785f48 0, #797b30 100%);
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
}
.project-news-box {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    z-index: 1;
}
.project-news h2 {
    color: #fff;
}
.project-news:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-color: #fff;
}
.project-news .latest-slider .slide-pagination {
    display: block;
}
.library {
    width: 100%;
    padding: 40px 0 0;
    max-width: inherit;
    border-top: 1px solid #7e6c5d;
    clear: both;
}
.brochure-slider .item-box,
.pic-slider .item-box,
.video-slider .item-box {
    border: 5px solid #fff;
}
.library-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #d5d5d5;
    padding: 40px 0 30px;
}
.library-box:nth-child(odd) {
    background-color: #7c6c5d;
}
.library-box > h3 {
    display: block;
    margin-bottom: 27px;
    font-family: Montserrat-Bold;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
    color: #7c6c5d;
    text-transform: uppercase;
    text-align: center;
}
.brochure-slider,
.pic-slider,
.video-slider {
    display: block !important;
    width: 90%;
    margin: 0 auto;
}
.brochure-name h3,
.pic-slider .item-name h3,
.video-slider .item-name h3 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.library-box:nth-child(odd) > h3 {
    color: #fff;
}
.pic-slider,
.video-slider {
    max-width: 1040px;
}
.pic-slider .slide-item,
.video-slider .slide-item {
    padding: 0 15px;
}
.pic-slider .item-name {
    padding: 14px 20px;
}
.video-slider .item-name {
    padding: 20px;
    text-align: center;
}
.pic-slider .item-name h3,
.video-slider .item-name h3 {
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
}
.pic-slider .item-name h3 {
    max-width: calc(100% - 40px);
}
.brochure-slider {
    max-width: 880px;
}
.brochure-name {
    position: absolute;
    left: 50%;
    bottom: 40px;
    display: inline-block;
    width: auto;
    height: 60px;
    max-width: 60%;
    padding: 0 65px 0 30px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.brochure-name h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    color: #fff;
    font-weight: 100;
}
.contact-project-text h3,
.contact-project-text li {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}
.brochure-name a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.brochure-icon {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 74px;
    height: 74px;
    margin: -37px 0 0;
    background: -webkit-linear-gradient(135deg, #797b30 0, #785f48 100%);
    background: linear-gradient(135deg, #797b30 0, #785f48 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.brochure-icon:after,
.brochure-icon:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.brochure-icon:before {
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #797b30;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brochure-icon:after {
    background: url(../images/icon-download.png) 2px center no-repeat;
}
.brochure-name:hover {
    background-color: #785f48;
}
.brochure-name:hover .brochure-icon:before {
    opacity: 1;
}
.brochure-name:hover .brochure-icon:after {
    -webkit-animation: bgMove1 0.5s ease-in alternate infinite;
    animation: bgMove1 0.5s ease-in alternate infinite;
}
.library .slide-buttons,
.library .slide-controls {
    position: static;
    margin: 0;
    height: auto;
}
.library .slide-next,
.library .slide-prev {
    top: 50%;
    width: 37px;
    height: 113px;
    margin: -71px 0 0;
    background-color: transparent;
    background-position: center center;
    position: absolute;
}
.library .slide-next {
    right: -57px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.library .slide-prev {
    left: -57px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.library .slide-next:hover {
    box-shadow: none;
    background-color: transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    right: -67px;
}
.library .slide-prev:hover {
    box-shadow: none;
    background-color: transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -67px;
}
.contact-project {
    width: 100%;
    max-width: inherit;
    padding: 40px 0 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contact-project:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.contact-project h2 {
    color: #fff;
}
.contact-project-text {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 40px 0 0;
    background: -webkit-linear-gradient(0deg, rgba(121, 123, 48, 1) 0, rgba(120, 95, 72, 0.3) 100%);
    background: linear-gradient(0deg, rgba(121, 123, 48, 1) 0, rgba(120, 95, 72, 0.3) 100%);
    text-align: center;
    z-index: 1;
}
.logo-project-bot {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto 30px;
    line-height: 0;
    overflow: hidden;
}
.logo-project-bot img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 300px;
}
.contact-project-text h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact-project-text li {
    line-height: 1.6;
}
.project-hotline a,
.project-website span {
    font-family: Montserrat;
}
.project-hotline {
    margin: 30px 0 0;
    text-align: center;
}
.project-hotline span,
.project-website span {
    display: block;
    margin-bottom: 6px;
}
.project-hotline a {
    font-weight: 400;
    font-size: 36px;
    color: #fff;
}
.project-website {
    position: relative;
    bottom: -25px;
    text-align: center;
}
.project-website span {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
.project-website a {
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.outer-nav,
.sub-nav {
    top: 0;
    display: block;
    width: 100%;
}
.outer-nav {
    position: absolute;
    left: 0;
    height: 0;
    overflow: visible;
    z-index: 10;
}
.sub-nav,
.sub-nav ul {
    position: relative;
    font-size: 0;
}
.sub-nav {
    height: auto;
    text-align: center;
}
.sub-nav li,
.sub-nav ul {
    width: auto;
    height: auto;
    display: inline-block;
}
.sub-nav li {
    margin: 0 1px;
    vertical-align: middle;
}
.sub-nav li a {
    display: block;
    padding: 18px 25px;
    background-color: #736456;
    font-family: Futurab;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.sub-right li a,
.sub-right li span {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}
.sub-right,
.sub-right li a {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
}
.sub-nav li.current a,
.sub-nav li:not(.current):hover a {
    background-color: #7a9513;
}
.sub-right {
    display: inline-block;
    position: fixed;
    width: 40px;
    height: auto;
    margin: 0;
    right: 20px;
    -webkit-transform: translate3d(100%, -45%, 0);
    transform: translate3d(100%, -45%, 0);
    transition: all 0.3s ease-in-out;
    z-index: 30;
}
.sub-right li,
.sub-right ul {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
}
.sub-right ul {
    text-align: center;
}
.sub-right li {
    margin: 5px 0;
}
.sub-right li a {
    line-height: 40px;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #7c6c5d;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.sub-right li span,
.sub-right li.current a,
.sub-right li:hover a {
    background-color: #89a61b;
}
.link-page,
.sub-right li span {
    -webkit-transition: all 0.3s ease-in-out;
}
.sub-right li span {
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
    padding: 10px 12px;
    position: absolute;
    display: inline-block;
    right: 45px;
    margin: -18px 0 0;
    -webkit-transform: translate3d(100px, 0, 0) scale3d(0, 1, 1);
    transform: translate3d(100px, 0, 0) scale3d(0, 1, 1);
    transition: all 0.3s ease-in-out;
}
.box-content,
.colum-box {
    text-align: center;
    overflow: hidden;
}
.colum-box,
.news-bg,
.news-load {
    display: block;
}
.sub-right li span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #89a61b;
    right: -9px;
    top: 50%;
    margin: -8px 0 0;
}
.box-content,
.news-bg,
.page-overflow {
    width: 100%;
    height: auto;
    position: relative;
}
.sub-right li:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    visibility: visible;
}
.sub-right.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, -45%, 0);
    transform: translate3d(0, -45%, 0);
}
.page-overflow {
    padding: 0 0 60px;
    background-color: #ececec;
    overflow: hidden;
}
.box-content {
    left: 0;
    margin: 0;
    -webkit-transition: height 0.4s ease 0s;
    transition: height 0.4s ease 0s;
}
.colum-box {
    position: relative;
    float: left;
    width: 100%;
}
.news-load {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.news-box,
.news-link {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}
.news-box {
    padding: 90px 0 30px;
    background: -webkit-linear-gradient(0deg, #beb9b4 0, #fff 100%);
    background: linear-gradient(0deg, #beb9b4 0, #fff 100%);
    z-index: 5;
}
.link-page,
span.white {
    background-color: #fff;
}
.news-link .slide-next:hover,
.news-link .slide-prev:hover {
    box-shadow: none;
    background-size: 50%;
}
.news-box .bg-g {
    opacity: 0.7;
}
.news-link {
    max-width: 920px;
    margin: 0 auto;
}
.link-page {
    position: relative;
    display: block;
    width: 300px;
    height: 120px;
    padding: 5px;
    color: #5a5a5a;
    text-shadow: 1px 1px 0 transparent;
    text-align: left;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}
.pic-thumb {
    position: relative;
    float: left;
    display: block;
    width: auto;
    height: auto;
    max-width: 40%;
    margin: 0 15px 0 0;
    overflow: hidden;
    line-height: 0;
    text-align: center;
    z-index: 2;
}
.link-text,
.pic-thumb img {
    position: relative;
    height: 110px;
}
.link-text h3,
.link-text p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.4;
}
.pic-thumb img {
    display: inline-block;
    width: auto;
    margin: 0 -50%;
    z-index: -1;
}
.link-text {
    display: table;
    z-index: 0;
}
.link-page a,
span.white {
    position: absolute;
    left: 0;
    width: 100%;
}
.link-text h3 {
    display: table-cell;
    padding: 5px 0;
    font-size: 13px;
    vertical-align: middle;
}
.link-text p:after {
    display: inline;
    content: "...";
    font-weight: 700;
    margin: 0 0 0 3px;
}
.contact-content:after,
.contact-content:before,
.contact-map .googlemap:before,
.contact-map:before,
.envaironment-detail:before,
.input-but:before,
.policy-content:after,
.policy-content:before {
    content: "";
}
span.white {
    bottom: 0;
    height: 15px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.link-page.current,
.link-page.current span.white,
.link-page:not(.current):hover span.white {
    background-color: #7c6c5d;
}
.link-page a {
    top: 0;
    display: block;
    height: 100%;
    z-index: 10;
}
.link-page:not(.current):hover {
    background-color: #7c6c5d;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.link-page.current {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.detail-news h3,
.news-content-text {
    font-family: Roboto, sans-serif;
    color: #000;
}
.recruit .slide-item {
    padding: 0 2px;
}
.recruit .link-page {
    padding: 0;
    height: 54px;
}
.recruit .link-text {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    padding: 0 20px;
}
.recruit .link-text h3 {
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
}
.detail-news {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 5%;
    background-color: #fff;
    opacity: 0;
}
.detail-news h3 {
    margin: 0 0 20px;
    padding: 30px 0;
    border-bottom: dotted 1px #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.news-content-text {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
}
.news-content-text p {
    margin: 0 0 15px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: 1.6;
    text-align: left;
}
.news-content-text strong {
    font-family: inherit;
    font-weight: 700;
}
.news-content-text img,
.news-content-text p img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.news-content-text ol,
.news-content-text ul {
    text-align: left;
    list-style: inherit;
    -webkit-margin-start: 16px;
}
.news-content-text li,
.news-content-text ol li,
.news-content-text p span,
.news-content-text span {
    text-align: left;
    margin: 5px 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.news-content-text a {
    color: #7a9513;
}
.news-content-text a:hover {
    color: #7c6c5d;
}
.news-content-text table {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border-spacing: 1px;
    margin: 20px auto;
    table-layout: fixed;
}
.news-content-text table td,
.news-content-text table th {
    padding: 10px 10px 12px;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    line-height: 1.2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.envaironment-detail p,
.policy p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.6;
}
.news-content-text table tbody:only-child tr:first-child td,
.news-content-text table thead td,
.news-content-text table thead th {
    background-color: #7c6c5d;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.news-content-text table td {
    background-color: #ddd;
    text-align: left;
    font-size: 13px;
}
.news-link .slide-buttons,
.news-link .slide-controls {
    position: static;
    margin: 0;
    height: auto;
}
.news-link .slide-next,
.news-link .slide-prev {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 80px;
    margin: -40px 0 0;
}
.news-link .slide-next {
    right: -80px;
    background-position: 0 center;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.news-link .slide-next:hover,
.news-link .slide-prev {
    background-position: 20px center;
    background-color: transparent;
}
.news-link .slide-prev {
    left: -80px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.policy-bg,
.policy-content:before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}
.news-link .slide-prev:hover {
    background-color: transparent;
    background-position: 0 center;
}
.news-link .slide-item {
    padding: 0 5px;
}
#recruitment-page .about-nav {
    background-color: transparent;
}
#recruitment-page .hide .about-nav {
    background-color: #fff;
}
.about-nav-outer + .policy-content .title-box {
    margin-top: 40px;
}
.policy-content {
    padding: 40px 0 0;
    background: -webkit-linear-gradient(135deg, #785f48 0, #797b30 100%);
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
}
.policy-content .title-box {
    margin-bottom: 22px;
}
.policy-bg {
    background: url(../images/pattern.png) left top;
}
.policy-content:before {
    background: url(../images/white-overlay.png) center top repeat-y;
    background-size: 100%;
}
.policy-content:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46%;
    background-color: #fff;
}
.policy {
    max-width: 1100px;
    padding: 50px 70px;
    background-color: #7d6d5d;
    z-index: 1;
}
.policy p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.contact-success,
.envaironment-detail p,
.form,
.form-but,
.new-icon {
    text-align: center;
}
.policy p strong {
    font-family: inherit;
    font-weight: 700;
}
.policy p:last-child {
    margin: 0;
}
.envaironment-content {
    padding: 80px 0 0;
}
.envaironment-content .title-box {
    margin-bottom: 30px;
}
.envaironment {
    width: 100%;
    max-width: inherit;
    padding: 10% 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.envaironment-text {
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/white-overlay.png) center center repeat-y;
    background-size: 100%;
}
.envaironment-detail {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 620px;
}
.envaironment-detail:before {
    position: absolute;
    left: -90px;
    top: 20px;
    width: 67px;
    height: 65px;
    background: url(../images/comma-top.png) center center no-repeat;
}
.envaironment-detail p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #191919;
}
.input-area textarea,
.input-text input[type="text"] {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    font-family: Roboto, sans-serif;
}
.envaironment-detail p:last-child {
    margin: 0;
}
.recruit .news-box {
    padding: 40px 0 30px;
}
.recruit .title-box {
    margin-bottom: 18px;
}
.form-but {
    position: relative;
    display: block;
    margin: 20px 0;
    padding: 20px 0 0;
    border-top: 1px dotted #666;
}
.btn-down {
    display: inline-block;
    width: 234px;
    height: 70px;
    background: url(../images/down-but.jpg) center center no-repeat;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.contact-bg,
.contact-content:before {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.btn-down:hover {
    opacity: 0.5;
}
.contact-content {
    padding: 40px 0 0;
    background: -webkit-linear-gradient(135deg, #785f48 0, #797b30 100%);
    background: linear-gradient(135deg, #785f48 0, #797b30 100%);
    z-index: 1;
}
.contact-content .title-box {
    margin-bottom: 22px;
}
.contact-bg {
    background: url(../images/pattern.png) left top;
}
.contact-content:before {
    background: url(../images/white-overlay.png) center top repeat-y;
    background-size: 100%;
}
.contact-content:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46%;
    background-color: #fff;
}
.contact-content .company-info {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #7c6c5d;
    z-index: 1;
}
.contact-map {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    max-width: 1180px;
    margin: 0 auto -120px;
    z-index: 1;
}
.contact-map:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background-color: #7c6c5d;
}
.contact-map .googlemap,
.contact-map .googlemap:before,
.form,
.input-text {
    height: auto;
    position: relative;
    display: block;
}
.contact-map .googlemap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.contact-map .googlemap:before {
    width: 100%;
    padding-top: 54%;
    background-color: #f2f2f2;
}
.contact-form {
    padding: 190px 0 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.contact-form .title-box {
    margin-bottom: 18px;
}
.form {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.input-text {
    width: 100%;
    margin: 0 0 4px;
}
.input-text input[type="text"] {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.input-text input[type="text"]:focus {
    background-color: rgba(255, 255, 255, 1);
}
.input-area {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 202px;
    margin: 0 0 3px;
    vertical-align: top;
}
.input-area textarea {
    width: 100%;
    height: 198px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    resize: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: auto;
}
.input-area textarea:focus {
    background-color: rgba(255, 255, 255, 1);
}
.input-but {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 20px;
    background: -webkit-linear-gradient(135deg, #000 39%, #666 80%);
    background: linear-gradient(135deg, #000 39%, #666 80%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.input-but:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(135deg, #666 39%, #000 80%);
    background: linear-gradient(135deg, #666 39%, #000 80%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
input[type="button"],
input[type="reset"] {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 3px;
    padding: 20px 30px;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    font-family: Roboto, sans-serif;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    z-index: 1;
}
.input-but:hover:before {
    opacity: 1;
}
.home-intro,
.home-intro-bg,
.home-intro-detail,
.home-video,
.latest-slider,
.latest-slider-sp,
.title-box {
    opacity: 0;
}
.on-show .title-box {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.home-intro.show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.home-intro-bg {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.on-show .home-intro-bg {
    opacity: 1;
}
.on-show .home-intro-detail {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .home-video {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .latest-slider,.on-show .latest-slider-sp {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.about-nav,
.about-nav li,
.chart-pic,
.history p,
.history ul,
.history-content,
.message,
.message-pic,
.message-text,
.target p,
.value-item {
    opacity: 0;
}
.about-nav.show,
.message.show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .about-nav li {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.ball span {
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0) scale(0.5);
    transform: translate3d(100%, 0, 0) scale(0.5);
}
.ball span:nth-child(1) {
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}
.ball span:nth-child(2) {
    -webkit-transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
}
.ball span:nth-child(3) {
    -webkit-transition: transform 2.5s ease-in-out;
    transition: transform 2.5s ease-in-out;
}
.on-show .message-text {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .message-pic {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .ball span {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.history-content.on-show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .history p,
.on-show .history ul {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .value-item {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .target p {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .chart-pic {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.business-box,
.business-content,
.business-icon {
    opacity: 0;
}
.business-content.show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .business-box {
    -webkit-animation: scaleLarge;
    animation: scaleLarge;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .business-icon {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.projects-content {
    background-color: #fff;
    opacity: 0;
    z-index: 2;
}
.projects-content.show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.project:nth-child(odd) .project-text {
    right: -600px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.project:nth-child(even) .project-text {
    left: -600px;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.project:nth-child(odd).on-show .project-text {
    right: 0;
    opacity: 1;
}
.project:nth-child(even).on-show .project-text {
    left: 0;
    opacity: 1;
}
#project-details-page,
.bottom,
.brochure-slider,
.contact-content,
.contact-content .company-info,
.contact-project-text,
.copyright,
.envaironment-text,
.facilities-pic,
.googlemap,
.horizon-tab li,
.library-box > h3,
.location-detail,
.location-view,
.model-outer,
.news-content,
.overview-pic,
.overview-text,
.page-overflow,
.pic-slider,
.policy,
.policy-content,
.project-banner,
.project-details .section-box,
.project-details h2,
.project-nav h1,
.project-news-box,
.require-col > *,
.sub-nav li,
.video-slider {
    opacity: 0;
}
#project-details-page.show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .horizon-tab li {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.project-nav.on-show h1 {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.project-banner.on-show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.project-details .section-box.on-show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section-box.on-show h2 {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.overview-text.on-show {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.overview-pic.on-show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.location.on-show .location-detail {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.location-view.on-show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.facilities.on-show .facilities-pic {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.model.on-show .model-outer {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.project-news.on-show .project-news-box {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.library-box.on-show > h3 {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.library-box.on-show .brochure-slider,
.library-box.on-show .pic-slider,
.library-box.on-show .video-slider {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.contact-project.on-show .contact-project-text {
    -webkit-animation: scaleLarge;
    animation: scaleLarge;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.news-content.show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .sub-nav li {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .page-overflow {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.policy-content.show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .policy {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.contact-content.show {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.contact-content.on-show .company-info,
.on-show .require-col > * {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.bottom.on-show,
.copyright.on-show,
.on-show .googlemap {
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.on-show .envaironment-text {
    -webkit-animation: scaleLarge;
    animation: scaleLarge;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#contact-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110000;
    width: 82px;
    height: 82px;
    margin: -41px 0 0 -41px;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: Rotate 2.5s linear infinite;
    -webkit-animation: Rotate 2.5s linear infinite;
    display: none;
}
.contact-success {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -150px;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    width: 300px;
    height: auto;
    background-color: #c30004;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-family: Play, sans-serif;
    font-weight: 700;
    z-index: 99999;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.color-red {
    background-color: #700809;
    color: #fff;
}
.color-blue {
    background-color: #042750;
    color: #fff;
}
.new-icon {
    position: absolute;
    left: 2px;
    top: 7px;
    display: block;
    width: 65px;
    height: 40px;
    background: url(../images/new.png) center center no-repeat;
    z-index: 3;
    text-indent: -9999px;
    font-size: 0;
}
.file-upload {
    position: relative;
    display: inline-block;
    background-color: #005d00;
    height: auto;
    vertical-align: top;
    padding: 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: left;
    background: -webkit-linear-gradient(135deg, #785f48 39%, #797b30 80%);
    background: linear-gradient(135deg, #785f48 39%, #797b30 80%);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
#upload {
    position: relative;
    height: 100%;
    width: auto;
}
#file-field {
    height: 70px;
    padding: 0 5px;
    border: 0;
    width: calc(100% - 110px);
    -webkit-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}
#browser-hide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.browser-button {
    display: inline-block;
    vertical-align: middle;
    font-family: open_sans_condensedbold;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    padding: 0 40px 0 10px;
    background: url(../images/icon-up.png) 96% center no-repeat;
    line-height: 1;
}
.browser-button span {
    font-family: open_sans_light;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 15000px) {
    .stroke.active .line-color {
        stroke-dasharray: 10;
    }
}
@media screen and (max-width: 1440px) {
    .message {
        max-width: 1100px;
    }
    .message-pic {
        width: 50%;
    }
    .pic {
        width: 360px;
        height: 360px;
    }
    .message-text {
        width: 50%;
    }
    .ball,
    .ball span {
        width: 360px;
        height: 360px;
    }
    .ball {
        left: 98%;
    }
    .value {
        width: 100%;
        max-width: inherit;
    }
}
@media screen and (max-width: 1320px) {
    .value-item {
        margin: 0 0.5%;
    }
}
@media screen and (max-width: 1250px) {
    .message-pic {
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 1150px) {
    .message-pic {
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 1100px) {
    .home-intro-detail:before,
    .slide-buttons,
    .sub-right {
        display: none;
    }
    .message h2,
    .message-pic {
        text-align: center;
    }
    .news-link,
    .news-load,
    .value-item {
        max-width: inherit;
    }
    .link-page h3,
    .news-content-text {
        font-family: Arial, Helvetica, sans-serif;
    }
    .business-content:nth-child(even) .business-bg,
    .contact-form,
    .envaironment,
    .home-video-bg,
    .target-bg {
        background-attachment: scroll;
    }
    .title-box {
        opacity: 1;
    }
    .on-show .title-box {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .home-intro-bg,
    .home-intro-detail,
    .home-video,
	.latest-slider-sp,
    .latest-slider {
        opacity: 1;
    }
    .home-intro-bg {
        -webkit-transition: none;
        transition: none;
    }
    .on-show .home-intro-bg {
        opacity: 1;
    }
    .on-show .home-intro-detail,
    .on-show .home-video,
	.on-show .latest-slider-sp,
    .on-show .latest-slider {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .about-nav li,
    .chart-pic,
    .history p,
    .history ul,
    .history-content,
    .message-pic,
    .message-text,
    .target p,
    .value-item {
        opacity: 1;
    }
    .ball span {
        will-change: transform;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    .ball span:nth-child(1),
    .ball span:nth-child(2),
    .ball span:nth-child(3) {
        -webkit-transition: none;
        transition: none;
    }
    .on-show .ball span {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    .history-content.on-show,
    .on-show .about-nav li,
    .on-show .chart-pic,
    .on-show .history p,
    .on-show .history ul,
    .on-show .message-pic,
    .on-show .message-text,
    .on-show .target p,
    .on-show .value-item {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .business-box,
    .business-icon {
        opacity: 1;
    }
    .on-show .business-box,
    .on-show .business-icon {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .project:nth-child(odd) .project-text {
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        bottom: 42px;
        right: 42px;
    }
    .project:nth-child(even) .project-text {
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
    .project:nth-child(odd).on-show .project-text {
        right: 42px;
        opacity: 1;
    }
    .project:nth-child(even).on-show .project-text {
        left: 42px;
        opacity: 1;
    }
    .brochure-slider,
    .contact-project-text,
    .facilities-pic,
    .horizon-tab li,
    .library-box > h3,
    .location-detail,
    .location-view,
    .model-outer,
    .overview-pic,
    .overview-text,
    .pic-slider,
    .project-banner,
    .project-details .section-box,
    .project-details h2,
    .project-nav h1,
    .project-news-box,
    .video-slider {
        opacity: 1;
    }
    .contact-project.on-show .contact-project-text,
    .facilities.on-show .facilities-pic,
    .library-box.on-show .brochure-slider,
    .library-box.on-show .pic-slider,
    .library-box.on-show .video-slider,
    .library-box.on-show > h3,
    .location-view.on-show,
    .location.on-show .location-detail,
    .model.on-show .model-outer,
    .on-show .horizon-tab li,
    .overview-pic.on-show,
    .overview-text.on-show,
    .project-banner.on-show,
    .project-details .section-box.on-show,
    .project-nav.on-show h1,
    .project-news.on-show .project-news-box,
    .section-box.on-show h2 {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .page-overflow,
    .sub-nav li {
        opacity: 1;
    }
    .on-show .page-overflow,
    .on-show .sub-nav li {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .envaironment-text,
    .policy {
        opacity: 1;
    }
    .on-show .policy {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .contact-content .company-info,
    .require-col > * {
        opacity: 1;
    }
    .contact-content.on-show .company-info,
    .on-show .require-col > * {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .bottom,
    .copyright,
    .googlemap {
        opacity: 1;
    }
    .bottom.on-show,
    .copyright.on-show,
    .on-show .envaironment-text,
    .on-show .googlemap {
        -webkit-animation: none;
        animation: none;
        -webkit-animation-duration: 0s;
        animation-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation-delay: 0s !important;
        animation-delay: 0s !important;
    }
    .line-color {
        stroke: rgba(255, 255, 255, 1);
        stroke-width: 2;
    }
    .slider-inner .stroke {
        margin: -115px 0 0 -725px;
    }
    .title-box h2 {
        font-size: 30px;
    }
    .sub-nav {
        top: 0;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .about-nav,
    .horizon-tab {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .sub-nav li {
        margin: 0 0.5px;
    }
    .sub-nav li a {
        padding: 0 17px;
        line-height: 40px;
        font-size: 14px;
        -webkit-transition: none;
        transition: none;
    }
    .sub-nav li:not(.current):hover a {
        background-color: #736456;
    }
    .project-nav {
        padding-top: 125px;
    }
    .project-nav h1 {
        padding: 20px 0;
    }
    .about-nav li a,
    .horizon-tab li a {
        padding: 0 17px;
        line-height: 40px;
        font-size: 14px;
    }
    .horizon-tab-outer {
        position: absolute;
        top: 85px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .horizon-tab-outer.hide {
        top: 70px;
        background-color: #fff;
    }
    .horizon-tab {
        width: 90%;
        margin: 0 auto;
        top: auto;
    }
    .horizon-tab li {
        margin: 0 0.5px;
    }
    .horizon-tab li a {
        -webkit-transition: none;
        transition: none;
    }
    .horizon-tab li:not(.current):hover a {
        background-color: #736456;
    }
    .hide .horizon-tab ul {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }
    .about-nav-outer {
        width: 100%;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
    }
    .about-nav-outer.hide {
        top: 70px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    }
    .about-nav {
        width: 90%;
        margin: 0 auto;
        background-color: transparent;
        position: relative;
        top: auto;
    }
    .hide .about-nav {
        box-shadow: none;
    }
    .about-nav li {
        margin: 0 0.5px;
    }
    .about-nav li a {
        -webkit-transition: none;
        transition: none;
    }
    .about-nav li:not(.current):hover a {
        background-color: #736456;
    }
    .hide .about-nav ul {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
    }
    .home-intro {
        padding: 30px;
    }
    .home-intro h2 {
        font-size: 26px;
    }
    .left-box h2 {
        font-size: 22px;
    }
    .left-box p {
        font-size: 15px;
    }
    .home-intro-detail p {
        padding: 0 10%;
        font-size: 15px;
        line-height: 1.6;
    }
    .home-video-bg::after {
        height: 5px;
    }
    .latest-news {
        padding: 20px 0 0;
    }

    .latest-pic img,
    .news-but,
    .news-but:before {
        -webkit-transition: none;
        transition: none;
    }
    .latest-item:hover .news-but {
        box-shadow: none;
    }
    .latest-item:hover .news-but:before {
        opacity: 0;
    }
    .home-video-pic img,
    .project-pic img,
    .thumb-pic:hover,
    .zoom-location span:hover {
        opacity: 1;
    }
    .latest-item:hover .latest-pic img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .latest-slider .slide-item,.latest-slider-sp .slide-item {
        padding: 0 5px;
    }
    .latest-slider .slide-wrapper,.latest-slider-sp .slide-wrapper {
        padding-bottom: 30px;
    }
    .latest-slider .slide-pagination,.latest-slider-sp .slide-pagination {
        display: block;
    }
    .home-map .googlemap:before,
    .message-text:before {
        display: none;
    }
    .home-map .googlemap {
        width: 100%;
    }
    .home-map {
        padding: 0;
    }
    .left-content::before {
        border-width: 1px;
    }
    .message {
        padding: 80px 0;
    }
    .message-pic,
    .message-text {
        float: none;
        padding: 0;
        width: 100%;
    }
    .message-pic {
        display: block;
        margin: 0 auto 20px;
    }
    .pic {
        display: inline-block;
    }
    .message-text {
        display: block;
        margin: 0 auto;
    }
    .history {
        padding: 40px 0 60px;
        font-size: 17px;
    }
    .value {
        padding: 40px 5% 60px;
    }
    .value-item {
        display: block;
        width: 100%;
        min-height: inherit;
        padding: 30px 30px 40px;
    }
    .value-item h3 {
        font-size: 30px;
    }
    .value-item p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .target {
        padding: 5%;
    }
    .target p {
        font-size: 17px;
    }
    .chart {
        padding: 40px 0 60px;
    }
    .chart .title-box {
        margin-bottom: 20px;
    }
    .ball {
        top: 80px;
    }
    #business-page .about-nav-outer {
        background-color: transparent;
        height: 0;
    }
    #business-page .about-nav-outer.hide {
        background-color: #fff;
        height: 40px;
    }
    #business-page .about-nav,
    #business-page .hide .about-nav {
        background-color: transparent;
    }
    .about-nav-outer + .business-content .title-box {
        padding: 70px 5% 20px;
    }
    .business-content .title-box {
        padding: 25px 5% 20px;
    }
    .business-text {
        font-size: 15px;
    }
    .business-text:before {
        display: none;
    }
    .project-pic {
        width: 100%;
        display: block;
    }
    .brochure-icon:before,
    .close-details:before,
    .contact-map .googlemap:before,
    .input-but:before,
    .zoom-location {
        display: none;
    }
    .project:nth-child(odd) {
        margin: 40px auto;
    }
    .project:nth-child(even) {
        margin-bottom: 40px;
    }
    .project:nth-child(even) .project-text {
        bottom: 42px;
        left: 42px;
    }
    .project-details h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .zoom-location span {
        -webkit-transition: none;
        transition: none;
    }
    .go-model {
        font-size: 13px;
    }
    .location-detail p,
    .overview-detail p {
        font-size: 17px;
    }
    .go-model span:before,
    .go-model:before {
        -webkit-transition: none;
        transition: none;
        display: none;
    }
    .brochure-icon:before,
    .brochure-name {
        -webkit-transition: none;
        transition: none;
    }
    .brochure-name:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .link-page:not(.current):hover span.white,
    .page-overflow {
        background-color: #fff;
    }
    .brochure-name:hover .brochure-icon:after {
        -webkit-animation: none;
        animation: none;
    }
    .pic-slider .slide-item,
    .video-slider .slide-item {
        padding: 0 5px;
    }
    .overview {
        padding: 30px 0 40px;
    }
    .location-text {
        padding: 40px 0;
    }
    .facilities {
        padding: 30px 0 0;
    }
    .model {
        padding: 30px 0;
    }
    .model .item-name h3 {
        font-size: 22px;
    }
    .latest-bg,
    .project-news .latest-bg {
        top: -157px;
    }
    .project-news {
        padding: 0 0 25px;
    }
    .library {
        padding: 30px 0 0;
    }
    .library-box {
        padding: 30px 0;
    }
    .library-box > h3 {
        margin-bottom: 20px;
    }
    .contact-project {
        padding: 30px 0 100px;
    }
    .overview-pic h3 {
        font-size: 20px;
        line-height: 1.4;
        padding: 15px 30px;
        height: auto;
    }
    .pic-slider .item-name {
        min-height: 56px;
    }
    .overview-pic h3 .zoom {
        left: 100%;
        margin-left: 10px;
        margin-top: -20px;
    }
    .brochure-name h3,
    .pic-slider .item-name h3,
    .video-slider .item-name h3 {
        font-size: 16px;
    }
    .location-view {
        height: auto;
    }
    .close-top {
        width: 50px;
        height: 50px;
        -webvkit-transition: none;
        transition: none;
    }
    .close-top:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .close-details {
        -webkit-transition: none;
        transition: none;
    }
    .close-details:after {
        -webkit-transition: none;
        transition: none;
    }
    .close-details:hover:after {
        border: 1px solid #fff;
    }
    .b-overlay {
        bottom: calc(100% - 80px);
    }
    .brief-detail li span {
        margin-right: 10px;
        width: 40px;
        height: 26px;
        line-height: 26px;
    }
    .brief-detail li {
        margin: 0 10px;
        font-size: 18px;
    }
    .detail-box h3 {
        font-size: 30px;
    }
    .brief-item h4 {
        font-size: 20px;
    }
    .thumb-box {
        width: 80%;
    }
    .thumb-pic {
        -webkit-transition: none;
        transition: none;
        height: 70px;
    }
    .thumb-slider .slide-item {
        padding: 0 2px;
    }
    .actived .thumb-pic:hover {
        opacity: 0.5;
    }
    .news-link .slide-wrapper-outer {
        overflow: visible;
    }
    .news-link {
        padding: 0 5%;
    }
    .news-box {
        padding: 60px 0 10px;
    }
    .news-load {
        width: 100%;
        padding: 0 5%;
    }
    .link-page {
        padding: 5px 10px 5px 5px;
        height: 92px;
        width: 98%;
        -webkit-transition: none;
        transition: none;
    }
    .link-page h3 {
        -webkit-transition: none;
        transition: none;
        font-size: 12px;
    }
    .btn-down,
    span.white {
        -webkit-transition: none;
    }
    .link-page:not(.current):hover {
        background-color: #fff;
        text-shadow: none;
        color: #5a5a5a;
    }
    span.white {
        transition: none;
    }
    .pic-thumb {
        max-width: 80px;
        margin: 0 10px 0 0;
        min-width: inherit;
    }
    .link-text,
    .pic-thumb img {
        height: 82px;
    }
    .detail-news {
        padding: 0;
    }
    .detail-news h3 {
        font-size: 20px;
    }
    .news-content-text {
        font-size: 14px;
        font-weight: 400;
    }
    .news-link .slide-pagination {
        margin: 15px 0 10px;
    }
    #recruitment-page .about-nav-outer {
        background-color: transparent;
        height: 0;
    }
    #recruitment-page .about-nav-outer.hide {
        background-color: #fff;
        height: 40px;
    }
    #recruitment-page .about-nav,
    #recruitment-page .hide .about-nav {
        background-color: transparent;
    }
    .policy-content {
        padding: 30px 0 0;
    }
    .policy {
        padding: 5%;
    }
    .envaironment-content {
        padding: 30px 0 0;
    }
    .envaironment-content .title-box {
        margin-bottom: 22px;
    }
    .recruit .news-box {
        padding: 30px 0 25px;
    }
    .recruit .title-box {
        margin-bottom: 16px;
    }
    .btn-down {
        transition: none;
    }
    .btn-down:hover {
        opacity: 1;
    }
    .contact-form {
        padding: 160px 0 80px;
    }
    .input-area textarea,
    .input-text input[type="text"] {
        -webkit-transition: none;
        transition: none;
    }
    .contact-content {
        padding: 30px 0 0;
    }
    .contact-map {
        width: 100%;
        margin: 0;
    }
    .contact-map .googlemap,
    .googlemap,
    .home-map .googlemap {
        height: 420px;
    }
}
@media screen and (max-width: 820px) {
    .title-box {
        margin-bottom: 6px;
    }
    .title-box h2 {
        font-size: 26px;
    }
    .zoom {
        width: 40px;
        height: 40px;
    }
    .left-box h2 {
        font-size: 24px;
    }
    .left-box p {
        font-size: 14px;
    }
    .left-but {
        -webkit-transition: none;
        transition: none;
    }
    .left-but:before {
        -webkit-transition: none;
        transition: none;
        display: none;
    }
    .left-but:hover {
        box-shadow: none;
    }
    .home-intro {
        padding: 30px;
    }
    .home-intro h2 {
        font-size: 34px;
    }
    .home-intro-detail p {
        padding: 0 5%;
        font-size: 14px;
    }
    .home-video {
        padding: 20px 15px 15px;
    }
    .home-video .title-box {
        margin-bottom: 8px;
    }
    .latest-news {
        padding: 30px 0 0;
    }
    .history,
    .value {
        padding: 30px 5% 50px;
    }
    .message-text p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .history {
        font-size: 15px;
    }
    .value-item h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .target .title-box,
    .target p {
        margin-bottom: 15px;
    }
    .target {
        padding: 30px 5%;
    }
    .target p {
        font-size: 15px;
    }
    .chart .zoom {
        display: block;
        top: auto;
        bottom: 0;
        background-color: rgba(120, 95, 72, 0.3);
    }
    .chart .zoom:after {
        border: 1px solid rgba(120, 95, 72, 1);
    }
    .business {
        padding: 80px 0 0;
    }
    .business-icon {
        height: 120px;
        width: 120px;
        margin-left: -60px;
        top: -60px;
    }
    .building,
    .design,
    .marketing,
    .realestate {
        background-size: cover;
    }
    .project:nth-child(odd) {
        margin: 30px auto;
    }
    .project:nth-child(even) {
        margin-bottom: 30px;
    }
    .project-nav h1 {
        font-size: 30px;
    }
    .project-details h2 {
        margin-bottom: 18px;
        font-size: 26px;
    }
    .location-detail p,
    .overview-detail p {
        font-size: 16px;
    }
    .overview {
        padding: 24px 0 40px;
    }
    .location-text {
        padding: 30px 0;
    }
    .facilities {
        padding: 24px 0 0;
    }
    .model {
        padding: 24px 0;
    }
    .model .item-name h3 {
        font-size: 20px;
    }
    .latest-bg,
    .project-news .latest-bg {
        top: -160px;
    }
    .project-news {
        padding: 0 0 25px;
    }
    .library {
        padding: 24px 0 0;
    }
    .library-box {
        padding: 24px 0;
    }
    .library-box > h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .overview-pic h3 {
        font-size: 18px;
    }
    .brochure-name h3,
    .pic-slider .item-name h3,
    .video-slider .item-name h3 {
        font-size: 15px;
    }
    .b-overlay {
        bottom: calc(100% - 70px);
    }
    .envaironment-detail:before {
        display: none;
    }
    .recruit .slide-item {
        padding: 0 1px;
    }
    .recruit .link-text {
        padding: 0 10px;
    }
    .envaironment-detail p {
        font-size: 16px;
    }
    .contact-content {
        padding: 26px 0 0;
    }
    .contact-content .company-info {
        padding: 30px 5%;
    }
    .contact-form {
        padding: 140px 0 60px;
    }
    .contact-content .title-box {
        margin-bottom: 18px;
    }
    .input-text input[type="text"] {
        line-height: 40px;
        height: 40px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        font-size: 15px;
    }
    .input-area {
        height: 150px;
    }
    .input-area textarea {
        height: 146px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        font-size: 15px;
    }
    .input-but {
        margin-top: 10px;
    }
    input[type="button"],
    input[type="reset"] {
        padding: 15px 20px;
        font-size: 18px;
    }
}
@media screen and (max-width: 660px) {
    .left-content,
    .project-text {
        max-width: 100%;
    }
    .left-content:before,
    .project-text:before {
        width: calc(100% + 26px);
        height: calc(100% + 26px);
        top: -13px;
    }
    .title-box h2 {
        font-size: 22px;
    }
    .left-content {
        left: 30px;
        bottom: 30px;
    }
    .left-content:before {
        left: -13px;
    }
    .left-box h2 {
        font-size: 18px;
    }
    .left-box p {
        font-size: 15px;
        max-height: 240px;
        overflow: hidden;
        line-height: 1.4;
    }
    .home-intro {
        padding: 30px 0;
    }
    .home-intro h2 {
        font-size: 30px;
    }
    .value-item h3 {
        font-size: 22px;
    }
    .project-nav h1 {
        font-size: 26px;
    }
    .project:nth-child(even) .project-text,
    .project:nth-child(even).on-show .project-text,
    .project:nth-child(odd) .project-text,
    .project:nth-child(odd).on-show .project-text {
        left: 20px;
        bottom: -10px;
        right: auto;
    }
    .project-text:before {
        left: -13px;
    }
    .project-box h2 {
        font-size: 18px;
    }
    .project-box p {
        font-size: 13px;
        line-height: 1.4;
    }
    .location-detail,
    .location-text,
    .location-text h2 {
        display: block;
    }
    .location-detail {
        padding: 0;
    }
    .brochure-name {
        max-width: 90%;
        height: 36px;
        line-height: 36px;
        padding: 0 30px 0 20px;
    }
    .brochure-icon {
        right: auto;
        left: 100%;
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -25px;
    }
    .brochure-icon:after {
        background-size: cover;
    }
    .video-slider .item-name {
        padding: 10px;
    }
    .model .item-name h3 {
        font-size: 16px;
    }
    .go-model {
        background: 0 0;
        padding: 0 42px 0 0;
    }
    .go-model span {
        right: 0;
    }
    .detail-box h3 {
        font-size: 22px;
    }
    .brief-item h4 {
        font-size: 18px;
    }
    .brief-detail li {
        margin: 5px 7px;
        font-size: 14px;
    }
    .brief-item ul {
        width: 100%;
        margin: 0 auto;
    }
    .brief-item li {
        width: 45%;
        margin: 10px 0;
        vertical-align: top;
    }
}
@media screen and (max-width: 520px) {
    .left-box p,
    .project-box p {
        font-size: 13px;
        line-height: 1.4;
    }
    .line-color {
        stroke-width: 3;
    }
    .left-content {
        left: 10px;
        bottom: 26px;
        max-width: 100%;
    }
    .left-box p span,
    .project-box p span {
        max-width: calc(100% - 40px);
    }
    .left-content:before {
        display: none;
    }
    .left-box {
        padding: 20px;
    }
    .left-box p {
        max-height: 240px;
        overflow: hidden;
    }
    .left-but {
        left: 100%;
        top: 50%;
        margin: -17px 0 0 -17px;
    }
    .project:nth-child(2n) {
        text-align: left;
    }
    .project-pic {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .project-text {
        width: 80%;
        -webkit-border-radius: 0 20px 20px;
        border-radius: 0 20px 20px;
    }
    .project:nth-child(even) .project-text,
    .project:nth-child(even).on-show .project-text,
    .project:nth-child(odd) .project-text,
    .project:nth-child(odd).on-show .project-text {
        left: auto;
        bottom: auto;
        right: auto;
        position: relative;
        display: inline-block;
        margin: -15px 0 0 15px;
    }
    .news-link .slide-pagination,
    .project-text:before {
        display: none;
    }
    .project-box {
        padding: 15px 30px 15px 15px;
    }
    .go-projects {
        left: 100%;
        top: 50%;
        margin: -17px 0 0 -17px;
    }
    .project-box h2 {
        margin: 0;
    }
    .logo-project-bot img,
    .project-logo-top img {
        max-width: 160px;
    }
    .b-overlay {
        bottom: calc(100% - 60px);
    }
    .close-top {
        right: 10px;
        top: 30px;
    }
    .news-box {
        padding: 60px 0 20px;
    }
    .news-link .slide-item {
        padding: 0 2px;
    }
    .detail-news h3 {
        padding: 20px 0;
        font-size: 16px;
    }
}
@media screen and (max-width: 440px) {
    .title-box h2 {
        font-size: 20px;
    }
    .home-intro h2 {
        font-size: 22px;
    }
    .left-box h2 {
        font-size: 16px;
    }
    .history,
    .history li span,
    .home-intro-detail p,
    .message-text p {
        font-size: 14px;
    }
    .history ul {
        position: relative;
        left: 20px;
    }
    .value-item h3 {
        font-size: 20px;
    }
    .business-text,
    .target p {
        font-size: 14px;
    }
    .business-text {
        padding: 40px 0;
    }
    .business-icon {
        width: 80px;
        height: 80px;
        top: -50px;
        margin-left: -40px;
    }
    .project-nav h1 {
        font-size: 24px;
    }
    .project-box h2 {
        font-size: 16px;
    }
    .project-details h2 {
        font-size: 20px;
    }
    .overview-detail {
        padding: 20px;
    }
    .location-detail p,
    .overview-detail p {
        font-size: 14px;
    }
    .library-box > h3 {
        font-size: 18px;
    }
    .overview-pic h3 {
        font-size: 14px;
        white-space: nowrap;
        -webkit-transform: none;
        transform: none;
        top: auto;
        left: 10px;
        bottom: 10px;
    }
    .brochure-name h3,
    .pic-slider .item-name h3,
    .video-slider .item-name h3 {
        font-size: 14px;
    }
    .contact-project-text {
        padding: 40px 5% 0;
    }
    .contact-project-text h3,
    .contact-project-text li {
        font-size: 15px;
    }
    .project-hotline a {
        font-size: 32px;
    }
    .logo-project-bot img {
        max-width: 90%;
    }
    .project-website a {
        font-size: 15px;
    }
    .detail-box h3 {
        font-size: 22px;
    }
    .brief-detail p,
    .policy p {
        font-size: 14px;
    }
    .master-brief {
        padding: 30px 0;
    }
    .brief-detail ul {
        margin-top: 20px;
    }
    .policy p {
        margin-bottom: 15px;
    }
    .envaironment-detail {
        max-width: inherit;
        padding: 30px 0;
    }
    .envaironment-detail p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 399px) {
    .ball,
    .ball span,
    .pic {
        width: 300px;
        height: 300px;
    }
    .title-box h2 {
        font-size: 18px;
    }
    .home-intro h2 {
        font-size: 20px;
    }
    .value-item h3 {
        font-size: 18px;
    }
    .target p {
        font-size: 15px;
    }
    .project-nav h1 {
        font-size: 20px;
    }
    .project-details h2 {
        font-size: 18px;
    }
    .library-box > h3 {
        font-size: 14px;
    }
    .project-hotline a {
        font-size: 26px;
    }
    .contact-project-text h3,
    .contact-project-text li {
        font-size: 14px;
    }
    .project-hotline {
        margin: 20px 0 0;
    }
    .detail-box h3 {
        font-size: 18px;
    }
    .thumb-pic {
        height: 60px;
    }
    .recruit .link-text h3 {
        font-size: 12px;
    }
}
@media screen and (max-width: 350px) {
    .ball,
    .ball span,
    .pic {
        width: 260px;
        height: 260px;
    }
    .left-box h2,
    .project-box h2 {
        font-size: 14px;
    }
    .left-content {
        max-width: calc(100% - 60px);
    }
    .history ul {
        padding: 0 40px;
    }
    .project-text {
        max-width: calc(100% - 40px);
    }
}
