@import url('https://fonts.googleapis.com/css?family=Sintony:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700,900');
@import url("../css/default.css"); 
@import url("../css/slick.css"); 
@import url("../font/css/fontello.css"); 

.f40 {
    font-size: 40px;
    line-height: normal;
}
.f50 {
    font-size: 50px;
    line-height: normal;
}
.f60 {
    font-size: 60px;
    line-height: normal;
}

@media (max-width:1199px) {
    .f40 {
        font-size: 30px;
    }
    .f50 {
        font-size: 40px;
    }
    .f60 {
        font-size: 50px;
    }
}
@media (max-width:991px) {
    .f50 {
        font-size: 35px;
    }
    .f60 {
        font-size: 40px;
    }
}
@media (max-width:767px) {
    .f40 {
        font-size: 25px;
    }
    .f50 {
        font-size: 30px;
    }
    .f60 {
        font-size: 30px;
    }
}

/**/
.more {
    display: inline-block;
    min-width: 180px;
    padding: 0 20px;
    color: #00b7ee;
    line-height: 40px;
    text-align: center;
    background-color: #f5f5f5;
    transition: background 0.5s;
}
.more:hover {
    background-color: #eee;
}
.more i {
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    line-height: 16px;
    border: 2px solid #27c2f1;
    border-radius: 50%;
    color: #27c2f1;
    text-align: center;
    transition: color 0.5s, background 0.5s;
}
.more:hover i {
    background-color: #27c2f1;
    color: #fff;
}

.btn {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 38px;
    border-radius: 5px;
    transition: background 0.5s, color 0.5s, opacity 1s, transform 1s;
}
.btn:hover {
    background-color: #fff;
    color: #9fd3e3;
}

.info {
    padding: 80px 0;
    position: relative;
    text-align: center;
}
.info.had-bg {
    background-color: #000;
    color: #fff;
}
.info.had-bg .bg {
    opacity: 0.7;
}
.info.had-bg .main-title {
    color: #fff;
}
.info .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.info .container {
    position: relative;
    z-index: 2;
    font-size: 0;
}
.info .left, 
.info .right {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.info .left {
    max-width: 400px;
    width: 50%;
    padding-right: 60px;
    position: relative;
    text-align: center;
    font-size: 20px;
}
.info .left:after {
    content: normal;
    display: block;
    width: 1px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #bbb;
    transform: rotate(15deg);
}
.info .left p {
    margin: 20px 0 0 0;
}
.info .right {
    width: 50%;
    padding-left: 60px;
    text-align: left;
}
.info .right p {
    margin: 0 0 20px 0;
}

.main-title {
    color: #1e1e1e;
}
.main-title .title {
    margin: 0;
    font-weight: bold;
}
.main-title .title span {
    color: #6999b8;
}
.sub-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}

/**/

.in-banner {
    position: relative;
    background-color: #000;
    overflow: hidden;
    letter-spacing: 1px;
}
.in-banner .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    transform: scale(1.05) rotate(0.2deg);
    transition: transform 10s;
}
.in-banner .bg.show {
    transform: scale(1) rotate(0deg);
}
.in-banner .text {
    display: table;
    width: 100%;
}
.in-banner .title {
    display: table-cell;
    vertical-align: middle;
    height: 400px;
    height: 23.8vw;
    margin: 0;
    padding: 160px 30px 50px 30px;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

ul.sub-nav {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}
ul.sub-nav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    position: relative;
}
ul.sub-nav li:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #dcdcdc;
}
ul.sub-nav li:first-of-type:after {
    content: normal;
}
ul.sub-nav li a {
    display: block;
    position: relative;
    color: #1e1e1e;
    font-size: 15px;
    line-height: 80px;
}
ul.sub-nav li a:hover {
    color: #00b7ee;
}
ul.sub-nav li.active a:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #00b7ee;
}

/**/
.open-box {
    cursor: pointer;
    color: #1e1e1e;
}


@media (max-width:991px) {
    .info {
        padding: 50px 0;
    }
    .info .left {
        font-size: 18px;
    }
    .info .left p {
        margin-top: 10px;
    }
    .in-banner .title {
        padding-top: 110px;
    }
}
@media (max-width:767px) {
    .info .left {
        font-size: 16px;
        line-height: 1.5em;
    }
    .info .left:after {
        content: '';
        width: 100px;
        height: 2px;
        margin: 20px auto;
        position: relative;
        transform: none;
        background-color: #6999b8;
    }
    .info.had-bg .left:after {
        background-color: #fff;
    }
    .info .left,
    .info .right {
        float: none;
        width: 100%;
        max-width: none !important;
        padding: 0;
        text-align: center;
    }

    ul.sub-nav li a {
        line-height: 60px;
    }
}
@media (max-width:550px) {
    ul.sub-nav li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
    }
    ul.sub-nav li:last-of-type {
        border: none;
    }
    ul.sub-nav li a {
        line-height: 50px;
    }
    ul.sub-nav li.active a {
        color: #00b7ee;
    }
    ul.sub-nav li:after,
    ul.sub-nav li.active a:after {
        content: normal;
    }
}

/* fixed-box */
.fixed-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -150%;
    top: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: left 0s 0.5s, opacity 0.5s, visibility 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
}
.fixed-box.has-text {
    padding: 80px 30px;
}
.fixed-box.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity 0.5s, visibility 0.5s;
}
.fixed-box .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.7;
}
.fixed-box .inner {
    max-width: 800px;
    margin: auto;
    padding: 50px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.fixed-box .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    background: url("../img/icon-close.png") center no-repeat;
    background-size: contain;
    cursor: pointer;
}
.fixed-box .title {
    margin-top: 0;
    text-align: center;
}

/* works-album */
.works-album .photo-slider {
    max-width: 800px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
}
.works-album .photo-slider .pic {
    height: 100vh;
    position: relative;
}
.works-album .photo-slider .pic img {
    max-height: 85vh;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
}
.works-album .slick-arrow {
    z-index: 5;
}

.works-album .slick-arrow {
    width: 124px;
    height: 124px;
    margin-top: -62px;
    z-index: 5;
    background: center no-repeat;
    background-size: contain;
    border: none;
    border-radius: 50%;
}
.works-album .slick-arrow:before {
    content: normal;
}
.works-album .slick-prev {
    left: -180px;
    background-image: url("../img/works/prev.png");
}
.works-album .slick-next {
    right: -180px;
    background-image: url("../img/works/next.png");
}

@media (max-width:1199px) {
    .works-album .slick-arrow {
        width: 80px;
        height: 80px;
        margin-top: -40px;
    }
    .works-album .slick-prev {
        left: -40px;
    }
    .works-album .slick-next {
        right: -40px;
    }
}
@media (max-width:991px) {
    .fixed-box .inner {
        padding: 30px;
    }
    .works-album .slick-arrow {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
    .works-album .slick-prev {
        left: 10px;
    }
    .works-album .slick-next {
        right: 10px;
    }
}
@media (max-width:767px) {
    .fixed-box.has-text {
        padding: 80px 15px;
    }
    .fixed-box .inner {
        padding: 30px 15px;
    }
    .works-album .slick-arrow {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}

/* ==========================================================================
    header
 ==========================================================================*/
.menu-toggle {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
@media (max-width:991px) {
   .menu-toggle {
        display: block; }
}
.menu-toggle.active div.bar1 {
    top: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.menu-toggle.active div.bar2 {
    left: 50px;
    opacity: 0; }
.menu-toggle.active div.bar3 {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
.menu-toggle div {
    width: 30px;
    height: 3px;
    position: absolute;
    left: 16px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.menu-toggle div.bar1 {
    top: 20px; }
.menu-toggle div.bar2 {
    top: 30px; }
.menu-toggle div.bar3 {
    top: 40px; }

#header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    letter-spacing: 1px;
    transition: background 0.5s;
}
#header .container {
    max-width: 1700px;
    position: relative;
}
#header .logo {
    width: 190px;
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0;
    background: url("../img/logo.png") center left no-repeat;
    background-size: contain;
}
#header .logo a {
    display: block;
    height: 100%;
}
#header .menu {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#header .menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#header .menu ul li:before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
}
#header .menu ul li:first-of-type:before {
    content: normal;
}
#header .menu ul li:after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s, width 0.5s, left 0.5s;
}
#header .menu ul li a {
    display: block;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 110px;
}
#header .menu ul li.active:after,
#header .menu ul li:hover:after {
    width: 100%;
    left: 0;
    opacity: 1;
}
#header .sprache {
    position: absolute;
    right: 30px;
    top: 35px;
}
#header .sprache p,
#header .sprache a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
#header .sprache p {
    margin: 0;
}
#header .sprache a {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    font-size: 15px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: color 0.5s, background 0.5s, color 0.5s;
}
#header .sprache a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
#header .sprache a.active {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: #fff;
}

#header.active {
    background-color: rgba(0,0,0,0.5);
}
#header.active .menu {
    border: none;
}

@media (max-width:1199px) {
    #header .menu ul li a {
        padding: 0 20px;
    }
}
@media (max-width:991px) {
    #header {
        height: 60px;
        background-color: rgba(0,0,0,0.5);
    }
    #header.active2 {
        background-color: rgba(0,0,0,0.95);
    }
    #header .logo {
        width: 150px;
        height: 60px;
    }
    #header .menu {
        display: none;
        width: 100%;
        height: -moz-calc(100vh - 60px);
        height: -webkit-calc(100vh - 60px);
        height: calc(100vh - 60px);
        padding: 60px 30px;
        position: absolute;
        left: 0;
        top: 60px;
        background-color: rgba(0,0,0,0.95);
        border: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #header .menu ul {
        padding-bottom: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    #header .menu ul li {
        display: block;
    }
    #header .menu ul li:after,
    #header .menu ul li:before {
        content: normal;
    }
    #header .menu ul li a {
        line-height: 60px;
    }
    #header .menu ul li.active a {
        color: #6999b8;
    }
    #header .sprache {
        padding: 30px 0;
        position: relative;
        right: 0;
        top: 0;
    }
}

@media (max-width:815px) and (max-height:415px) {
    #header .menu {
        padding: 10px 30px 30px 30px;
    }
    #header .menu ul li a {
        line-height: 50px;
    }
    #header .menu ul {
        padding-bottom: 30px;
    }
}

/* ==========================================================================
    home
 ==========================================================================*/
.home-banner {
    position: relative;
    background-color: #000;
    letter-spacing: 1px;
}
.home-banner .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.home-banner .slider .pic {
    height: 100%;
}
.home-banner .container {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.home-banner .container .text {
    display: table-cell;
    vertical-align: middle;
    height: 800px;
    height: 47.6vw;
    padding: 160px 0 50px 0;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.home-banner .container .text .title {
    margin: 0 0 20px 0;
}
.home-banner .container .text p {
    max-width: 505px;
    margin: auto;
}
.home-banner .slick-dots {
    z-index: 3;
}

@media (max-width:991px) {
    .home-banner .container .text {
        padding-top: 110px;
        padding-bottom: 80px;
    }
}
@media (max-width:767px) {
    .home-banner .container .text {
        font-size: 14px;
        line-height: 1.5em;
    }
}

/* works */
.album {
    max-width: 1700px;
    margin: auto;
    padding: 50px 30px 30px 30px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}
.album .slider::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #fff;
}
.album .item {
    border-left: 1px solid #f0f0f0;
}
.album .item .open-box {
    padding: 0 20px;
    cursor: pointer;
}
.album .name {
    margin: 0 0 20px 0;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 16px;
}
.album .name i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    line-height: 16px;
    border: 2px solid #27c2f1;
    border-radius: 50%;
    color: #27c2f1;
    text-align: center;
    transition: color 0.5s, background 0.5s;
}
.album .open-box:hover .name i {
    background-color: #27c2f1;
    color: #fff;
}
.album .pic {
    height: 150px;
    position: relative;
}
.album .pic img {
    max-width: 98%;
    max-height: 98%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: transform 0.5s;
}
.album .open-box:hover .pic img {
    transform: translateX(-50%) translateY(-50%) scale(1.05) rotate(0.2deg);
}
.home-works .info {
    padding: 50px 0;
}
.home-works .info .left {
    text-align: right;
}
.home-works .info .left:after {
    content: '';
}
.home-works .info .left,
.home-works .info .right {
    vertical-align: top;
}
.home-works .info .right {
    max-width: 360px;
    font-size: 15px;
}

@media (max-width:767px) {
    .home-works .info .right {
        font-size: 14px;
        line-height: 1.5em;
    }
    .home-works .info .left {
        text-align: center;
    }
    .home-works .info .right {
        max-width: none;
    }
}
@media (max-width:550px) {
    /* .album {
        padding-left: 0;
        padding-right: 0;
    } */
    .album .item .open-box {
        padding: 0;
    }
}

/* services */
.home-services {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #9fd3e3;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.home-services .item {
    float: left;
    width: 25%;
    padding: 100px 50px;
    position: relative;
}
.home-services .item > p {
    min-height: 10em;
    font-size: 15px;
}
.home-services .item .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-services .main-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    margin: 30px auto;
    background-color: #fff;
}
.home-services .main-title p {
    color: #fff;
    font-size: 20px;
}

@media (max-width:1350px) {
    .home-services .item {
        width: 50%;
        min-height: 570px;
    }
}
@media (max-width:991px) {
    .home-services .item {
        width: 50%;
        padding: 50px 30px;
        min-height: 460px;
    }
}
@media (max-width:767px) {
    .home-services .item > p {
        font-size: 14px;
        line-height: 1.5em;
    }
    .home-services .main-title p {
        margin: 10px 0;
        font-size: 16px;
        line-height: 1.5em;
    }
    .home-services .main-title:after {
        margin: 20px auto;
    }
}
@media (max-width:550px) {
    .home-services .item {
        width: 100%;
        padding: 50px 30px;
        min-height: 250px;
    }
    .home-services .item > p {
        min-height: 0;
    }
}


/* ==========================================================================
    solution
 ==========================================================================*/
ul.half-list {
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul.half-list > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 50px;
    font-size: 14px;
}
ul.half-list > li:nth-last-of-type(1),
ul.half-list > li:nth-last-of-type(2) {
    margin-bottom: 0 !important;
}
ul.half-list > li:nth-of-type(even) {
    padding-left: 60px;
}
ul.half-list > li:nth-of-type(odd) {
    padding-right: 60px;
}

.blue {
    color: #6999b8;
}

#solution .solutions .left {
    max-width: none;
}
#solution .services {
    padding: 80px 0;
}
#solution .services .sub-title {
    font-size: 30px;
}
#solution .services .sub-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    margin: 20px 0;
    background-color: #00b7ee;
}

@media (max-width:991px) {
    #solution .services {
        padding: 50px 0;
    }
}
@media (max-width:991px) {
    #solution .services .sub-title {
        font-size: 25px;
    }
    ul.half-list > li:nth-of-type(even) {
        padding-left: 20px;
    }
    ul.half-list > li:nth-of-type(odd) {
        padding-right: 20px;
    }
}
@media (max-width:767px) {
    #solution .services .sub-title {
        font-size: 20px;
    }
    ul.half-list > li {
        width: 100%;
        margin-bottom: 30px;
    }
    ul.half-list > li:nth-last-of-type(2) {
        margin-bottom: 30px !important;
    }
    ul.half-list > li:nth-of-type(even) {
        padding-left: 0;
    }
    ul.half-list > li:nth-of-type(odd) {
        padding-right: 0;
    }
    #solution .services .sub-title {
        font-size: 22px;
    }
}

/* ==========================================================================
    contact
 ==========================================================================*/
.contact-info {
    padding: 100px 0;
    text-align: center;
    background-color: #fafafa;
}
.contact-info .main-title .title {
    font-size: 30px;
}
.contact-info .main-title .summary {
    margin: 20px 0 0 0;
}
.contact-info .main-title a {
    color: #1e1e1e;
}
.contact-info .main-title a:hover {
    text-decoration: underline;
}

.form {
    max-width: 900px;
    margin: 30px auto 0 auto;
}
.form input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid transparent;
    color: #6999b8;
    transition: border 0.5s;
}
.form input:hover, .form input:focus {
    border-color: #6999b8;
}
.form button {
    width: 200px;
    height: 50px;
    margin-top: 30px;
    background-color: #6999b8;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.5s, opacity 1s, transform 1s;
}
.form button:hover {
    background-color: #5389ab;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #1e1e1e;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #1e1e1e;
}
::-o-placeholder { /* Mozilla Firefox 19+ */
    color: #1e1e1e;
}
::-ms-placeholder { /* Internet Explorer 10+ */
    color: #1e1e1e;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #1e1e1e;
}

.map a {
    display: block;
    overflow: hidden;
}
.map a .pic {
    display: block;
    height: 500px;
    transition: transform 0.5s;
}
.map a:hover .pic {
    transform: scale(1.02) rotate(0.2deg);
}

@media (max-width:991px) {
    .contact-info {
        padding: 50px 0;
    }
}
@media (max-width:767px) {
    .contact-info .main-title .title {
        font-size: 22px;
    }
}
@media (max-width:550px) {
    .map a .pic {
        height: 300px;
    }
}

.success {
    padding: 100px 0;
    text-align: center;
}
.success .icon {
    display: block;
    width: 140px;
    height: 140px;
    margin: auto;
    background: url("../img/contact/icon.png") center no-repeat;
    background-size: contain;
}
.success .text {
    margin: 30px 0;
}
.success .btn {
    width: 200px;
    height: 50px;
    background-color: #6999b8;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    line-height: 50px;
    transition: background 0.5s, opacity 1s, transform 1s;
}
.success .btn:hover {
    background-color: #5389ab;
}
@media (max-width:767px) {
    .success {
        padding: 50px 0;
    }
    .success .icon {
        width: 100px;
        height: 100px;
    }
    .success .text {
        margin: 20px 0;
    }
}

/* ==========================================================================
    works
 ==========================================================================*/
#works section {
    padding: 80px 0;
}
#works .main-title .title {
    text-align: center;
}
#works .main-title .title:after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    margin: 30px auto;
    background-color: #00b7ee;
}
#works .main-title .summary {
    max-width: 995px;
    margin: auto;
}
#works .main-title .summary p {
    margin: 0;
}

ul.works-list {
    margin: 0 -15px;
    font-size: 0;
}
ul.works-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-top: 50px;
    padding: 0 15px;
    font-size: 14px;
}
ul.works-list li .pic {
    position: relative;
    overflow: hidden;
}
ul.works-list li .pic:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    background: url("../img/icon-pic.png") center no-repeat;
    background-size: contain;
}
ul.works-list li .pic .jqimgFill {
    width: 100%;
    height: 253px;
    transition: transform 0.5s;
}
ul.works-list li .open-box:hover .jqimgFill {
    transform: scale(1.05) rotate(0.2deg);
}
ul.works-list li .text {
    padding: 40px 20px 0 20px;
}
ul.works-list li .text .name {
    margin: 0;
    font-size: 20px;
}
ul.works-list li .text .name:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    margin: 10px 0;
    background-color: #00b7ee;
}
ul.works-list li .text p {
    margin: 0;
}

/* products */
.products {
    background-color: #fafafa;
}
.products .photos {
    margin: 50px -15px 0 -15px;
    font-size: 0;
}
.products .photos .pic {
    display: inline-block;
    vertical-align: middle;
    width: 33.3%;
    padding: 0 15px;
    height: 253px;
}
.products .photos .pic .jqimgFill {
    height: 100%;
}

#works .works .album {
    border: none;
}

@media (max-width:1250px) {
    .products .photos .pic,
    ul.works-list li .pic .jqimgFill {
        height: 20vw;
    }
}
@media (max-width:1199px) {
    ul.works-list li .text {
        padding: 25px 15px 0 15px;
    }
}
@media (max-width:991px) {
    ul.works-list li {
        width: 50%;
    }
    ul.works-list li .pic .jqimgFill {
        height: 29vw;
    }
    #works section {
        padding: 50px 0;
    }
}
@media (max-width:767px) {
    #works .main-title .title:after {
        margin: 20px auto;
    }
    ul.works-list li {
        margin-top: 30px;
    }
    ul.works-list li .text {
        padding: 20px 0 0 0;
    }
    .products .photos {
        margin: 30px -7.5px 0 -7.5px;
    }
    .products .photos .pic {
        padding: 0 7.5px;
    }
}
@media (max-width:550px) {
    ul.works-list li {
        width: 100%;
    }
    ul.works-list li .pic .jqimgFill {
        height: 57vw;
    }
    .products .photos .pic {
        display: block;
        width: 100%;
        height: 55vw;
        margin-top: 20px;
        padding: 0;
    }
    .products .photos .pic:first-of-type {
        margin-top: 0;
    }
}

/* ==========================================================================
    footer
 ==========================================================================*/
#footer {
    position: relative;
    text-align: center;
    background-color: #3c3c3c;
}
#footer .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#footer .container {
    max-width: 1700px;
    position: relative;
    z-index: 2;
    color: #c8c8c8;
}
#footer .logo {
    display: block;
    width: 190px;
    height: 42px;
    margin: 0 auto 30px auto;
    background: url("../img/footer-logo.png") center no-repeat;
    background-size: contain;
}
#footer .text {
    max-width: 480px;
    margin: auto;
    padding: 100px 0;
    font-size: 15px;
}
#footer .text p {
    margin: 0;
}
#footer .copyright {
    margin: 0;
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.go-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 50;
    border-radius: 50%;
    background-color: #3c3c3c;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: background 0.5s;
}
.go-top.active {
    bottom: 110px;
}
.go-top:hover {
    background-color: #222;
}

@media (max-width:991px) {
    #footer .text {
        padding: 50px 0;
    }
}
@media (max-width:767px) {
    #footer .logo {
        width: 150px;
        margin-bottom: 20px;
    }
    #footer .text p {
        line-height: 1.5em;
    }
    #footer .text {
        padding: 30px 0;
    }
    .go-top {
        width: 40px;
        height: 40px;
        right: 10px;
        line-height: 40px;
        font-size: 25px;
    }
}

.cookies {
    padding: 20px 80px 20px 30px;
    position: relative;
    z-index: 2;
    color: #646464;
    font-size: 15px;
    text-align: center;
    background-color: #000;
}
.cookies .close {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 2;
    background: url("../img/icon-close2.png") center no-repeat;
    cursor: pointer;
    opacity: 0.35;
    transition: opacity 0.5s;
}
.cookies .close:hover {
    opacity: 1;
}
.cookies p {
    margin: 0;
}
.cookies span {
    display: inline-block;
    color: #969696;
    text-decoration: underline;
    transition: color 0.5s;
}
.cookies span:hover {
    color: #fff;
}
@media (max-width:767px) {
    .cookies {
        padding-right: 60px;
    }
    .cookies .close {
        right: 15px;
    }
}