@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
.table-responsive {
    display: block;
    width: 100%;
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-collapse: collapse;
}
.table-responsive table{
    width:100%;
    white-space: nowrap;
}
tbody,tr, td {
  border: 1px solid black;
  border-collapse: collapse;
}


#article .content-bottom .share-btn li a,
#articleList .pagination a {
    text-decoration: none!important;
    margin: 0 5px 5px 0;
    font-size: 13px;
    color: #777;
    background: #f8f8f8;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    text-shadow: none;
    line-height: 23px;
    padding: 3px 8px
}

.noPadding {
    padding: 0!important
}

.noBorder {
    border: 0!important
}

.u-paddingBot {
    padding-bottom: 0
}

.aDeco {
    text-decoration: none!important
}

body,
html {
    width: 100%;
    height: 100%;
    outline: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "微軟正黑體", "Microsoft JhengHei", sans-serif
}

#loadWrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff
}

#loadWrap .loadWrap__element {
    padding: 20px;
    position: absolute;
    top: 40%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading__dots {
    position: absolute;
    top: 140%;
    left: 50%;
    width: 100%;
    height: 10px;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loading__dots>div {
    width: 10px;
    height: 10px;
    display: inline-block;
    font-size: 0;
    margin: 12px;
    background: #57c3ea;
    border-radius: 50%;
    -webkit-animation: loading-dots 1s infinite alternate;
    -moz-animation: loading-dots 1s infinite alternate;
    animation: loading-dots 1s infinite alternate
}

.loading__dots>div:nth-of-type(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}

.loading__dots>div:nth-of-type(3) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.loading__dots>div:nth-of-type(4) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

.loading__dots>div:nth-of-type(5) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

@-webkit-keyframes loading-dots {
    0% {
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    50% {
        -moz-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4)
    }
    100% {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.loaded #loadWrap {
    opacity: 0;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out
}

.loaded .loadWrap__element {
    visibility: hidden;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out
}

header {
    width: 100%
}

.nav-up {
    top: -71px
}

.wrap {
    padding: 30px 0
}

.wrap h2 {
    margin: 0 0 30px 15px;
    color: #57c3ea;
    font-size: 27px;
    font-weight: 700;
    text-indent: 20px;
    border-left: 4px solid #57c3ea
}

.wrap>.container {
    padding-top: 40px;
    border-top: 1px solid #ebebeb
}

.btn_orange {
    background-color: #57c3ea;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -moz-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    border: solid 1px #57c3ea;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 150px;
    margin: 10px auto;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s
}

.btn_orange:active,
.btn_orange:focus,
.btn_orange:hover {
    background-color: #0bced8;
    border: solid 1px #0bced8;
    color: #fff;
    text-decoration: none;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s
}

.btn_red {
    background-color: #57c3ea;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -moz-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    border: solid 1px #57c3ea;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 150px;
    margin: 10px auto;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s
}

.btn_red:active,
.btn_red:focus,
.btn_red:hover {
    background-color: #0bced8;
    border: solid 1px #0bced8;
    color: #fff;
    text-decoration: none;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s
}

.icon {
    background-repeat: no-repeat;
    display: inline-block;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    -webkit-background-size: cover!important;
    background-size: cover!important
}

.icon-whatis {
    width: 45px;
    height: 45px;
    background: url(../img/icon_seo.png)
}

.icon-thumb {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    position: relative;
    top: 8px;
    background: url(../img/icon_thumb.png)
}

#wrapper {
    position: relative
}

#wrapper .owl-carousel .item {
    width: 100%
}

#wrapper .bigbanner img {
    width: 100%
}

#wrapper .owl-dot {
    display: none
}

#wrapper h1 {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #fff;
    border: 2px solid #fff;
    font-size: 36px
}

@media screen and (min-width:320px) and (max-width:599px) {
    #wrapper h1 {
        font-size: 16px;
        height: auto;
        line-height: 28px
    }
}

@media screen and (min-width:600px) and (max-width:1024px) {
    #wrapper h1 {
        font-size: 28px;
        height: auto;
        line-height: 50px
    }
}

h1 {
    display: block;
    height: 60px;
    position: relative;
    margin: 0;
    padding: 0 15px;
    color: #1c1c1c;
    line-height: 60px;
    font-size: 27px;
    font-weight: 700;
    text-align: center
}

h1 span {
    color: #57c3ea
}

.typed-cursor {
    position: absolute;
    top: -3px;
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#search {
    background-color: #57c3ea;
    height: 0;
    -moz-transition: height, .5s;
    -o-transition: height, .5s;
    -webkit-transition: height, .5s;
    transition: height, .5s;
    border-radius: 12px;
    width: calc(100% - 30px);
    margin: 0 auto
}

#search .search_area {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    display: none
}

#search .search_area input {
    width: 80%;
    height: 35px;
    background-color: #57c3ea;
    border: 0;
    color: #fff;
    font-size: 18px
}

#search .search_area input:focus {
    outline: 0;
    border: 0;
    box-shadow: none
}

#search .search_area ::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px
}

#search .search_area ::-moz-placeholder {
    color: #fff;
    font-size: 18px
}

#search .search_area ::-moz-placeholder {
    color: #fff;
    font-size: 18px
}

#search .search_area ::-ms-input-placeholder {
    color: #fff;
    font-size: 18px
}

#search .search_area button {
    background-color: #fff;
    color: #57c3ea;
    font-size: 18px;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 40px;
    float: right
}

#search.s_open {
    height: 95px
}

#search.s_open .search_area {
    display: block;
    -moz-transition: all, .7s;
    -o-transition: all, .7s;
    -webkit-transition: all, .7s;
    transition: all, .7s
}

#news-taipei {
    background-color: #f6f6f6;
    padding: 15px 0
}

#news-taipei .title {
    text-align: center;
    margin-top: 27px;
    border-right: 2px solid #57c3ea
}

#news-taipei .title a {
    color: #1c1c1c;
    font-family: 'Droid Serif', '微軟正黑體', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

#news-taipei .date {
    color: #57c3ea;
    font-size: 15px
}

#news-taipei .date span {
    color: #000
}

#news-taipei .name {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    margin: 5px 0 7px 0
}

#news-taipei .owl-stage-outer {
    margin-right: 5px
}

#seoKnowledge {
    padding: 40px 0;
    background-color: #fff;
    position: relative
}

#seoKnowledge .knowledgeBlock {
    padding: 20px;
    position: relative
}

#seoKnowledge .knowledgeBlock__border {
    height: 280px;
    position: relative
}

#seoKnowledge .knowledgeBlock__border svg {
    position: absolute;
    z-index: 1
}

#seoKnowledge .knowledgeBlock__border .shape {
    stroke-dasharray: 80 710;
    stroke-dashoffset: -474;
    stroke-width: 2px;
    fill: transparent;
    stroke: #1c1c1c;
    border: 2px solid #1c1c1c;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s
}

#seoKnowledge .knowledgeBlock__border:hover {
    border-image: none
}

#seoKnowledge .knowledgeBlock__border:hover .shape {
    stroke-width: 4px;
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
    stroke: #57c3ea;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s
}

#seoKnowledge .knowledgeBlock__text {
    position: absolute;
    z-index: 2;
    width: 65%;
    top: 20px
}

#seoKnowledge .knowledgeBlock__text h3 {
    margin: 0;
    font-weight: 700
}

#seoKnowledge .knowledgeBlock__text h3 span {
    color: #57c3ea;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    font-size: 26px
}

#seoKnowledge .knowledgeBlock__text h4 {
    margin: 5px 0 15px 0;
    font-weight: 700
}

#seoKnowledge .knowledgeBlock__text h4+p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8
}

#seoKnowledge .knowledgeBlock .left .knowledgeBlock__text {
    left: 20px
}

#seoKnowledge .knowledgeBlock .left .knowledgeBlock__svg {
    background: url(../img/bm_no_01.svg) center no-repeat;
    -moz-background-size: 450px 300px;
    -o-background-size: 450px 300px;
    -webkit-background-size: 450px 300px;
    background-size: 450px 300px;
    width: 200px;
    height: 100%;
    position: absolute;
    right: 10px
}

#seoKnowledge .knowledgeBlock .right .knowledgeBlock__text {
    right: 20px
}

#seoKnowledge .knowledgeBlock .right .knowledgeBlock__svg {
    background: url(../img/bm_yes_01.svg) center no-repeat;
    -moz-background-size: 150px 250px;
    -o-background-size: 150px 250px;
    -webkit-background-size: 150px 250px;
    background-size: 150px 250px;
    width: 140px;
    height: 100%;
    position: absolute;
    left: 0
}

#seoKnowledge:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 40px solid #fff;
    position: absolute;
    left: 42%;
    bottom: -40px
}

#seoKnowledge .say {
    font-size: 25px;
    text-align: center;
    margin: 60px auto 0 auto;
    position: relative;
    width: 300px;
    font-weight: 700
}

#seoKnowledge .say:after,
#seoKnowledge .say:before {
    content: '';
    display: block;
    width: 12px;
    height: 40px;
    position: absolute
}

#seoKnowledge .say:before {
    background: url(../img/box-left.png) center no-repeat
}

#seoKnowledge .say:after {
    background: url(../img/box-right.png) center no-repeat;
    top: 0;
    right: 0
}

#seoClient {
    background: url(../img/case-bg.jpg) repeat;
    padding: 10px 0
}

#seoClient .seoClient_main {
    width: 980px;
    position: relative;
    margin: 60px auto 10px auto
}

#seoClient .seoClient_main .owl {
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    border: solid 1px #ebebeb;
    -moz-box-shadow: 1px 1px 2px #555;
    -webkit-box-shadow: 1px 1px 2px #555;
    box-shadow: 1px 1px 2px #555
}

#seoClient .seoClient_main .owl .owl-prev {
    position: absolute;
    top: 30%;
    left: -90px;
    width: 35px;
    height: 51px;
    background: url(../img/go-pre.png) center no-repeat;
    color: transparent
}

#seoClient .seoClient_main .owl .owl-next {
    position: absolute;
    top: 30%;
    right: -85px;
    width: 35px;
    height: 51px;
    background: url(../img/go-next.png) center no-repeat;
    color: transparent
}

#seoClient .seoClient_main .owl .owl-dots {
    bottom: -10px
}

#seoClient .seoClient_main .owl .img {
    width: 15%;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#seoClient .seoClient_main .owl .text {
    width: 45%;
    float: left
}

#seoClient .seoClient_main .owl .text>p {
    margin-top: 30px;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400
}

#seoClient .seoClient_main .owl .text .clientSpeaker {
    color: #57c3ea;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700
}

#seoClient .seoClient_main .svg {
    background: url(../img/bm_case.svg) center no-repeat;
    position: absolute;
    width: 160px;
    height: 240px;
    top: 20%;
    right: -60px;
    z-index: 1
}

#seoClient .say {
    font-size: 25px;
    text-align: center;
    margin: 60px auto 0 auto;
    position: relative;
    width: 300px;
    font-weight: 700
}

#seoClient .say:after,
#seoClient .say:before {
    content: '';
    display: block;
    width: 12px;
    height: 40px;
    position: absolute
}

#seoClient .say:before {
    background: url(../img/box-left.png) center no-repeat
}

#seoClient .say:after {
    background: url(../img/box-right.png) center no-repeat;
    top: 0;
    right: 0
}

#seoClient .video-box {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 180px;
    float: left;
    margin: 0 auto
}

#seoClientForService1 {
    height: auto
}

#seoClientForService1 .seoClientForService1_main {
    width: 76%;
    position: relative;
    margin-left: 10%
}

#seoClientForService1 .seoClientForService1_main .owl {
    padding: 20px
}

#seoClientForService1 .seoClientForService1_main .owl .owl-prev {
    position: absolute;
    top: 40%;
    left: -90px;
    width: 35px;
    height: 51px;
    background: url(../img/go-pre.png) center no-repeat;
    color: transparent
}

#seoClientForService1 .seoClientForService1_main .owl .owl-next {
    position: absolute;
    top: 40%;
    right: -100px;
    width: 35px;
    height: 51px;
    background: url(../img/go-next.png) center no-repeat;
    color: transparent
}

#seoClientForService1 .seoClientForService1_main .owl .owl-dots {
    bottom: -10px
}

#seoClientForService1 .seoClientForService1_main .owl .img {
    width: 50%;
    float: left;
    padding-top: 25px;
    padding-left: 45px
}

#seoClientForService1 .seoClientForService1_main .owl .text {
    width: 42%;
    float: left;
    height: 243px;
    padding-top: 10%;
    margin-top: 2%;
    margin-left: 2%
}

#seoClientForService1 .seoClientForService1_main .owl .text img {
    float: left;
    margin-right: 25px;
    width: auto
}

#seoClientForService1 .seoClientForService1_main .owl .text>p {
    margin-top: 30px;
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 400
}

#seoClientForService1 .seoClientForService1_main .owl .text .clientSpeaker {
    color: #57c3ea;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700
}

#articleList .say,
#articleMain .say {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 40px auto;
    position: relative;
    width: 400px;
    font-weight: 700
}

#articleList .say:after,
#articleList .say:before,
#articleMain .say:after,
#articleMain .say:before {
    content: '';
    display: block;
    width: 12px;
    height: 40px;
    position: absolute
}

#articleList .say:before,
#articleMain .say:before {
    background: url(../img/box-left.png) center no-repeat
}

#articleList .say:after,
#articleMain .say:after {
    background: url(../img/box-right.png) center no-repeat;
    top: 0;
    right: 0
}

#articleList .articleContainer .articleDate,
#articleMain .articleContainer .articleDate {
    font-size: 12px;
    color: #b3b3b3
}

#google-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #e7eaf0
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(211, 104, 104, .9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url(../img/cd-icon-controller.svg)
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px
}

#cd-zoom-out {
    background-position: 50% -32px
}

.google-map-info {
    position: absolute;
    width: 300px;
    height: 80px;
    bottom: 5px;
    left: 20px;
    padding: 1em 1em;
    background-color: rgba(190, 21, 33, .9);
    color: #fff;
    font-size: 14px
}

@media screen and (max-width:479px) {
    .google-map-info {
        width: 265px;
        font-size: 13px
    }
}

footer {
    margin-top: 20px;
    padding: 30px 0;
    font-size: 16px
}

footer .copyright {
    text-align: right
}

footer a {
    color: #57c3ea!important;
    text-decoration: none!important
}

footer a:hover {
    color: #57c3ea!important;
    text-decoration: underline!important
}

footer .footer-logo {
    float: left
}

footer .footer-sm {
    margin-left: 10px
}

footer .footer-sm ul {
    margin-bottom: 0;
    float: left
}

footer .footer-sm i {
    font-size: 3em
}

footer .footer-sm .footer-sm--fb i {
    color: #3b5998
}

footer .footer-sm .footer-sm--gp i {
    color: #dd4b39
}

footer .footer-sm .footer-sm--ig i {
    color: #3f729b
}

@media screen and (max-width:991px) {
    footer .f .footer-sm {
        float: none
    }
}

.cp {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #57c3ea
}

.scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10%;
    right: 1%;
    z-index: 100;
    font-size: 1.8em;
    text-align: center;
    background-color: #57c3ea;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.scroll-top a {
    color: #fff!important;
    text-decoration: none!important
}

.scroll-top a:hover {
    color: #fff!important;
    text-decoration: underline!important
}

.online-contactus a {
    display: block;
    width: 35px;
    height: auto;
    padding: 10px;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 10;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background-color: #57c3ea;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.online-contactus a:hover {
    text-decoration: none
}

.service-man {
    width: 129px;
    height: 107px;
    background-image: url(../img/service-man.png);
    position: fixed;
    top: 39%;
    right: 26px;
    z-index: 11
}

.service-man span {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/close.png);
    position: fixed;
    top: 38%;
    right: 150px;
    z-index: 15
}

.promoTab {
    width: 476px;
    position: fixed;
    right: 10%;
    bottom: 0;
    z-index: 999
}

.taipei_video,
.telPop {
    display: block;
    width: 230px;
    height: 35px;
    padding: 10px 15px;
    color: #0bced8;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #0bced8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-transition: height, .7s, ease;
    -o-transition: height, .7s, ease;
    -webkit-transition: height, .7s, ease;
    transition: height, .7s, ease
}

.taipei_video .title,
.telPop .title {
    cursor: pointer
}

.taipei_video .video,
.telPop .video {
    margin: 10px 0
}

.taipei_video .fa-chevron-circle-up,
.telPop .fa-chevron-circle-up {
    float: right;
    margin: 3px 0 0 0
}

.taipei_video a,
.telPop a {
    color: #fff
}

.t_open {
    height: 200px
}

.telPop {
    width: 245px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #57c3ea
}

.telPop .ctaTel {
    color: #fff;
    cursor: context-menu
}

.nav-pills>li+li {
    margin-left: 0
}

.divider {
    height: 70px
}

ul.dotColor {
    list-style: none;
    padding-left: 15px;
    margin: 0
}

ul.dotColor li {
    padding-left: 1em;
    text-indent: -.7em
}

ul.dotColor li:before {
    content: "• \00a0";
    color: #57c3ea
}

.service-header {
    height: 460px;
    text-align: center;
    background: url(../img/service-header.jpg) no-repeat center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.service-3col {
    margin: 20px 0
}

.service-3col img {
    margin: 10px 0
}

.service-3col .h3 {
    color: #57c3ea
}

.service-3col p {
    font-size: 1.3em
}

.service-3col a.btn {
    margin-top: 10px;
    border: 1px solid #57c3ea;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.service-3col a.btn:hover {
    color: #fff;
    background-color: #57c3ea;
    -moz-transition: color, .3s;
    -o-transition: color, .3s;
    -webkit-transition: color, .3s;
    transition: color, .3s
}

.act {
    background-color: #49bee8
}

.servicePPC .h3.smallTitle {
    margin-top: 20px;
    color: #57c3ea;
    text-indent: 10px;
    border-left: 4px solid #57c3ea
}

.servicePPC .desc {
    margin-bottom: 50px;
    padding-bottom: 20px;
    line-height: 1.6
}

.servicePPC .desc p {
    font-size: 14px
}

.servicePPC .desc img {
    margin: 0 auto
}

.servicePPC .desc:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    float: left
}

.servicePPC .desc .descContent {
    padding-left: 40px
}

.servicePPC .desc .descContent h4 {
    font-weight: 700
}

.servicePPC .uno:before {
    background: url(../img/li01.png) 0 0 no-repeat
}

.servicePPC .dos:before {
    background: url(../img/li02.png) 0 0 no-repeat
}

.servicePPC .tres:before {
    background: url(../img/li03.png) 0 0 no-repeat
}

.servicePPC .cuadro:before {
    background: url(../img/li04.png) 0 0 no-repeat
}

.servicePPC .cinco:before {
    background: url(../img/li05.png) 0 0 no-repeat
}

.servicePPC .servicePerson {
    padding: 10px;
    line-height: 1.6;
    border: 1px solid #ccc
}

.servicePPC .servicePerson p.qualified,
.servicePPC .servicePerson span {
    font-size: 12px
}

.servicePPC .servicePerson figcaption {
    color: #000;
    font-size: 16px;
    text-align: left
}

.servicePPC .servicePerson span {
    color: #57c3ea
}

.servicePPC .servicePerson p.qualified {
    color: orange
}

.faq-header {
    margin: 40px 0;
    background: url(../img/faq-banner.png) no-repeat center;
    height: 250px;
    text-align: center
}

.best-color,
.best-header {
    color: #57c3ea
}

.best-header,
.best-ul {
    margin: 20px 0
}

.best-video img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: -10
}

.best-ul a {
    color: #57c3ea;
    text-decoration: none
}

.best-ul a:hover {
    text-decoration: underline
}

.best-ul li:nth-child(n+2) {
    border-left: 1px solid #57c3ea
}

.best-ul p {
    color: #1c1c1c;
    font-size: 1.125em;
    letter-spacing: .1em;
    line-height: 1.5
}

.customer-box {
    width: 100%;
    height: auto
}

.customer-box img {
    float: left
}

.customer-box p {
    padding-top: 20px;
    text-align: justify
}

.customer-box span {
    color: #57c3ea
}

.superiority {
    text-align: center;
    margin: 20px 0
}

.superiority img {
    margin: 10px auto
}

.superiority p {
    font-size: 16px;
    font-weight: 700
}

.service-banner {
    margin: 0 auto
}

.service-btn2 {
    display: block;
    border: solid 1px #57c3ea;
    width: 234px;
    padding: 10px;
    margin: 10px 0;
    float: right
}

.service-btn2:hover {
    color: #57c3ea;
    text-decoration: none
}

.service-btn3 a {
    display: block;
    padding: 10px 50px;
    text-align: center;
    margin: 0 auto;
    color: #57c3ea;
    font-size: 16px;
    text-align: center;
    border: 1px solid #57c3ea;
    cursor: pointer;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s
}

.service-btn3 a:hover {
    background-color: #57c3ea;
    color: #fff;
    text-decoration: none
}

.case-btn a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto 10px auto;
    color: #57c3ea;
    font-size: 16px;
    text-align: center;
    border: 1px solid #57c3ea;
    cursor: pointer;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s
}

.case-btn a:hover {
    background-color: #57c3ea;
    color: #fff;
    text-decoration: none
}

.case-btn2 a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #efa300;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s
}

.case-btn2 a:hover {
    background-color: #57c3ea;
    color: #fff;
    text-decoration: none
}

.compare span {
    color: #57c3ea
}

.compare th {
    text-align: center;
    border-right: #fff 1px solid;
    background-color: #eee;
    font-size: 20px;
    vertical-align: middle
}

.compare td {
    font-size: 16px;
    border-right: #eee 1px solid
}

.compare .td-item {
    font-weight: 700
}

.compare .bn {
    border-right: none
}

.compare .cn {
    text-align: center
}

.compare-xs {
    margin-bottom: 20px
}

.compare-xs span {
    color: #57c3ea
}

.compare-xs th {
    text-align: center;
    background-color: #eee;
    font-size: 18px
}

.compare-xs td {
    font-size: 12px;
    border-right: #eee 1px solid
}

.compare-xs .bg-red {
    background-color: #fff
}

.compare-xs .bn-xs {
    border-right: none
}

.compare-xs .cn-xs {
    text-align: center;
    vertical-align: middle
}

.listService {
    margin-bottom: 50px
}

.listService .listService-icon {
    margin-right: 10px;
    color: #57c3ea;
    font-size: 3em
}

.listService .listService-content {
    width: 100%
}

.listService .listService-content .listService-content-header {
    margin-bottom: 10px;
    font-size: 1.2em
}

.listService .listService-content .listService-content-header img {
    margin: -10px 10px 0 0
}

.listService .listService-content .listService-content-content {
    margin-left: 5%;
    font-size: .9em
}

.listService .listService-content .listService-content-content p {
    margin-bottom: 30px
}

.listService .img-responsive {
    margin: 0 auto
}

@media screen and (max-width:991px) {
    .listService {
        width: 100%;
        float: none
    }
    .listService .listService-content {
        width: 100%
    }
}

.listService3 .listService3-content-header {
    display: block;
    margin-bottom: 10px
}

.listService3 .listService3-content-content {
    font-size: .9em;
    margin-left: 20px
}

.listService3 .img-responsive {
    margin: 0 auto
}

.listService3 .listService3-content-example {
    text-align: center;
    margin: 20px 0 50px 0
}

.listService3 .listService3-content-example .listService3-content-example-title {
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px
}

.listService3 .listService3-content-example .listService3-content-example-item {
    margin-bottom: 10px
}

ul.listTestimony li {
    margin: 5px 0
}

.service-p {
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: .1em
}

.service-p ol {
    margin-bottom: 50px
}

.service-p ol li {
    margin-bottom: 10px
}

.service-p blockquote {
    border-left: 5px solid #57c3ea
}

.service-p figcaption {
    color: #57c3ea;
    font-weight: 500
}

.service-btn {
    margin-bottom: 10px;
    text-align: left;
    width: 200px
}

.page-header {
    color: #57c3ea
}

.page-header36 {
    font-size: 36px;
    color: #57c3ea
}

.case-row {
    margin-bottom: 1em
}

.faqChoose {
    background: linear-gradient(to bottom, #ededed 0, #fff 50%);
    background: -webkit-linear-gradient(top, #ededed 0, #fff 50%);
    background: -moz-linear-gradient(top, #ededed 0, #fff 50%);
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    border: 1px solid #cfcacf;
    -moz-box-shadow: inset 1px 3px 1px 1px #fff;
    -webkit-box-shadow: inset 1px 3px 1px 1px #fff;
    box-shadow: inset 1px 3px 1px 1px #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.faqChoose .icon1,
.faqChoose .icon2,
.faqChoose .icon3 {
    background-image: url(../img/faq-icon-seo.png);
    background-repeat: no-repeat;
    background-size: 45% 90%;
    display: inline-block;
    width: 320px;
    height: 100px;
    margin: 10px 0 0 20px
}

.faqChoose .icon2 {
    background-image: url(../img/faq-icon-ppc.png)
}

.faqChoose .icon3 {
    background-image: url(../img/faq-icon-rwd.png)
}

.faqChoose a {
    font-size: 23px;
    display: inline-block;
    margin: 20px 0 0 100px
}

.faq-row {
    margin: 20px 0 100px 0
}

.faq-row i {
    color: #57c3ea
}

.form-control:focus,
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border-color: rgba(92, 0, 0, .8);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(92, 0, 0, .6);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(92, 0, 0, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(92, 0, 0, .6)
}

#loginModal {
    position: absolute;
    z-index: 9999999999
}

footer.insidefooter {
    border-top: 1px solid #57c3ea
}

figcaption {
    margin-bottom: 15px;
    color: #57c3ea;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

figcaption span {
    font-size: 14px
}

@media screen and (min-width:991px) and (max-width:1170px) {
    #seoClient .seoClient_main {
        width: 85%
    }
    #seoClient .seoClient_main .owl .owl-prev {
        top: 30%;
        left: -90px
    }
    #seoClient .seoClient_main .owl .owl-next {
        top: 30%;
        right: -85px
    }
    #seoClient .seoClient_main .owl .owl-dots {
        bottom: -10px
    }
    #seoClient .seoClient_main .owl .img {
        width: 15%;
        float: left;
        margin-right: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    #seoClient .seoClient_main .owl .text {
        width: 35%;
        float: left
    }
    #seoClient .seoClient_main .owl .text>p {
        margin-top: 0
    }
    #seoClient .seoClient_main .svg {
        width: 160px;
        height: 240px;
        top: 20%;
        right: -60px
    }
    #seoClient .video-box {
        width: 45%;
        height: auto;
        float: left;
        margin-left: 15px
    }
}

@media screen and (min-width:750px) and (max-width:990px) {
    #seoClient .seoClient_main {
        width: 70%
    }
    #seoClient .seoClient_main .owl .owl-prev {
        top: 40%;
        left: -70px
    }
    #seoClient .seoClient_main .owl .owl-next {
        top: 40%;
        right: -65px
    }
    #seoClient .seoClient_main .owl .owl-dots {
        bottom: -10px
    }
    #seoClient .seoClient_main .owl .img {
        width: 15%;
        float: left;
        margin-right: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    #seoClient .seoClient_main .owl .text {
        width: 80%;
        float: left
    }
    #seoClient .seoClient_main .owl .text>p {
        margin-top: 0
    }
    #seoClient .seoClient_main .svg {
        width: 160px;
        height: 240px;
        top: 50%;
        right: -20px
    }
    #seoClient .video-box {
        width: 100%;
        height: auto;
        margin: 10px 13% 0 13%;
        clear: both
    }
}

@media screen and (min-width:481px) and (max-width:750px) {
    #seoClient .seoClient_main {
        width: 70%
    }
    #seoClient .seoClient_main .owl .owl-prev {
        top: 40%;
        left: -50px
    }
    #seoClient .seoClient_main .owl .owl-next {
        top: 40%;
        right: -50px
    }
    #seoClient .seoClient_main .owl .owl-dots {
        bottom: -10px
    }
    #seoClient .seoClient_main .owl .img {
        width: 15%;
        float: left;
        margin-right: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    #seoClient .seoClient_main .owl .text {
        width: 80%;
        float: left
    }
    #seoClient .seoClient_main .owl .text>p {
        margin-top: 0;
        font-size: 14px
    }
    #seoClient .seoClient_main .svg {
        width: 128px;
        height: 192px;
        top: 60%;
        right: -40px
    }
    #seoClient .video-box {
        width: 100%;
        height: auto;
        margin: 10px 0;
        clear: both
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    #seoClient .seoClient_main {
        width: 90%
    }
    #seoClient .seoClient_main .owl {
        padding: 15px
    }
    #seoClient .seoClient_main .owl .owl-prev {
        display: none
    }
    #seoClient .seoClient_main .owl .owl-next {
        display: none
    }
    #seoClient .seoClient_main .owl .owl-dots {
        bottom: -10px
    }
    #seoClient .seoClient_main .owl .img {
        width: 30%;
        float: left;
        margin-right: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }
    #seoClient .seoClient_main .owl .text {
        width: 100%;
        float: left
    }
    #seoClient .seoClient_main .owl .text>p {
        margin-top: 0;
        font-size: 14px
    }
    #seoClient .seoClient_main .svg {
        width: 90px;
        height: 128px;
        top: 75%;
        right: -20px
    }
    #seoClient .video-box {
        width: 100%;
        height: auto;
        margin: 10px 0;
        clear: both
    }
    .online-contactus .service-man {
        display: none
    }
}

@media screen and (max-width:1199px) {
    #seoKnowledge:after {
        left: 37%
    }
    #seoKnowledge .knowledgeBlock__border {
        background: url(../img/seoknowledgebg-2.png) left top no-repeat, url(../img/seoknowledgebg-1.png) right bottom no-repeat
    }
    #seoKnowledge .knowledgeBlock__border .shape {
        stroke: none
    }
    #seoKnowledge .knowledgeBlock .knowledgeBlock__text {
        width: 55%
    }
    #seoKnowledge .knowledgeBlock .left .knowledgeBlock__svg {
        width: 180px;
        height: 250px;
        -moz-background-size: 380px, 250px;
        -o-background-size: 380px, 250px;
        -webkit-background-size: 380px, 250px;
        background-size: 380px, 250px
    }
    #seoKnowledge .knowledgeBlock .right .knowledgeBlock__svg {
        width: 160px;
        height: 90%;
        -moz-background-size: 130px, 230px;
        -o-background-size: 130px, 230px;
        -webkit-background-size: 130px, 230px;
        background-size: 130px, 230px
    }
}

@media screen and (max-width:991px) {
    #search .search_area input {
        width: 80%
    }
    #search .search_area button {
        padding: 5px 10px
    }
    #seoKnowledge:after {
        left: 34%
    }
    #seoKnowledge .knowledgeBlock .knowledgeBlock__text {
        width: 65%
    }
    #articleList .articleContainer,
    #articleMain .articleContainer {
        margin-bottom: 20px
    }
    #articleList .articleContainer p.title,
    #articleMain .articleContainer p.title {
        font-size: 18px
    }
    #seoQuote .quoteBg {
        width: 100%
    }
    #seoChart .col-md-6 {
        margin-bottom: 60px
    }
    #seoChart .chartText {
        font-size: 18px
    }
    #seoChart .chartTest {
        font-size: 18px;
        text-indent: 35px;
        -moz-background-size: 20px;
        -o-background-size: 20px;
        -webkit-background-size: 20px;
        background-size: 20px
    }
    footer {
        border-top: 1px solid #57c3ea
    }
    footer img {
        margin-bottom: 10px
    }
    footer p {
        font-size: 12px
    }
    .service-1col {
        margin-bottom: 60px
    }
}

@media screen and (max-width:1390px) {
    .service-header {
        height: 260px
    }
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px
    }
    .faqChoose span {
        margin-left: 10px
    }
    .faqChoose a {
        font-size: 18px
    }
    .intro-buttons {
        left: 12%
    }
}

@media screen and (max-width:767px) {
    #seoKnowledge:after {
        display: none;
        padding: 10px 0
    }
    #seoClientForService1 .seoClientForService1_main {
        width: 76%
    }
    #seoClientForService1 .seoClientForService1_main .owl .text {
        width: 100%;
        margin: 0 auto;
        float: none;
        height: auto;
        padding: 0 auto
    }
    #seoClientForService1 .seoClientForService1_main .owl .text img {
        width: 60%;
        margin: 0 20% 15px
    }
    #seoClientForService1 .seoClientForService1_main .owl .img {
        width: 100%;
        float: none;
        padding: 0 auto
    }
    #seoClientForService1 .seoClientForService1_main .owl .owl-prev {
        left: -70px
    }
    #seoClientForService1 .seoClientForService1_main .owl .owl-next {
        right: -85px
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        border-bottom: 0;
        color: #333
    }
    .caseNav .navbar-default .navbar-nav>li:hover>a,
    .caseNav .navbar-default .navbar-nav>li:hover>a:focus,
    .caseNav .navbar-default .navbar-nav>li:hover>a:hover,
    .navbar-default .caseNav .navbar-nav>li:hover>a,
    .navbar-default .caseNav .navbar-nav>li:hover>a:focus,
    .navbar-default .caseNav .navbar-nav>li:hover>a:hover,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        border-bottom: 0
    }
    .intro-buttons {
        left: 0
    }
    .intro-buttons li {
        margin-bottom: 10px
    }
    #secnav a {
        color: #57c3ea;
        font-size: 1em;
        text-decoration: none
    }
    #secnav img {
        float: left
    }
    #secnav span {
        margin: 5% 0 0 5%
    }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
        font-size: 3em
    }
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0
    }
    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0
    }
    .intro-message {
        padding-bottom: 90px
    }
    .intro-message>h1 {
        font-size: 3em
    }
    ul.intro-buttons>li {
        display: block;
        padding: 0
    }
    ul.intro-buttons>li:last-child {
        margin-bottom: 0
    }
    .intro-divider {
        width: 100%
    }
    .service-3col a {
        margin-top: 10px
    }
    .servicePPC .desc {
        margin-bottom: 50px;
        padding-bottom: 20px;
        line-height: 1.6
    }
    .servicePPC .desc p {
        font-size: 16px
    }
    .servicePPC .desc img {
        margin: 0 auto
    }
    .servicePPC .desc:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        float: left
    }
    .servicePPC .desc .descContent {
        padding-left: 40px
    }
    .servicePPC .desc .descContent h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.35
    }
    .listService3 .listService3-content-content {
        font-size: 1em
    }
}

@media screen and (max-width:660px) {
    .intro-buttons {
        display: none
    }
}

@media screen and (max-width:579px) {
    #seoKnowledge .knowledgeBlock {
        margin-bottom: 40px;
        padding: 0
    }
    #seoKnowledge .knowledgeBlock__border {
        height: 280px
    }
    #seoKnowledge .knowledgeBlock .left .knowledgeBlock__text {
        width: 55%
    }
    #seoKnowledge .knowledgeBlock .left .knowledgeBlock__text .btn_orange,
    #seoKnowledge .knowledgeBlock .left .knowledgeBlock__text .btn_red {
        width: 150px;
        font-size: 16px
    }
    #seoKnowledge .knowledgeBlock .left .knowledgeBlock__svg {
        -moz-background-size: 280px, 250px;
        -o-background-size: 280px, 250px;
        -webkit-background-size: 280px, 250px;
        background-size: 280px, 250px;
        width: 130px;
        height: 70%;
        right: 0
    }
    #seoKnowledge .knowledgeBlock .right .knowledgeBlock__text {
        width: 55%
    }
    #seoKnowledge .knowledgeBlock .right .knowledgeBlock__text .btn_orange,
    #seoKnowledge .knowledgeBlock .right .knowledgeBlock__text .btn_red {
        width: 150px;
        font-size: 16px
    }
    #seoKnowledge .knowledgeBlock .right .knowledgeBlock__svg {
        -moz-background-size: 100px, 100px;
        -o-background-size: 100px, 100px;
        -webkit-background-size: 100px, 100px;
        background-size: 100px, 100px;
        width: 100px;
        height: 80%
    }
    #articleList .say,
    #articleMain .say {
        width: 95%
    }
}

.only_show_in_phone_caselist {
    display: none
}

@media screen and (max-width:400px) {
    #seoKnowledge .knowledgeBlock__border {
        height: 330px
    }
    h1.page-header {
        display: block;
        height: 200px;
        text-align: center;
        margin: 0;
        font-size: 26px
    }
    h1.page-header .only_show_in_phone_caselist {
        display: block
    }
    .chartTest {
        padding: 0 10px 0 35px;
        font-size: 15px;
        line-height: 1.9!important;
        text-indent: 0!important;
        -moz-background-size: 20px;
        -o-background-size: 20px;
        -webkit-background-size: 20px;
        background-size: 20px
    }
    .diff,
    .diffLink,
    .diffLink i {
        font-size: 18px!important;
        line-height: 1.7!important;
        text-indent: 0!important
    }
    .diff span,
    .diffLink i span,
    .diffLink span {
        font-size: 12px
    }
}

@media screen and (min-width:320px) and (max-width:991px) {
    .intro-message>h1 {
        font-size: 1.75em!important;
        margin-top: 0!important;
        padding: 0
    }
    #secnav {
        top: 900px
    }
    .a-text {
        padding: 50px 0 100px 0
    }
    .scroll-top {
        opacity: .6
    }
    .copyright,
    footer {
        text-align: center!important
    }
    .styled-select {
        width: 100%;
        height: auot;
        overflow: hidden;
        margin: 20px auto 0 auto;
        border: 1px solid #57c3ea;
        background: url(../img/arrow_down.png) 98% 50% no-repeat
    }
    .styled-select select {
        background: 0 0;
        width: 100%;
        height: 40px;
        font-size: 16px;
        line-height: 1;
        border: none;
        border-radius: 0;
        -webkit-appearance: none
    }
    .iframe__facebook {
        margin-top: 40px
    }
    .taipei_video .title,
    .telPop .title {
        font-size: 14px
    }
}

@media screen and (min-width:750px) and (max-width:991px) {
    .img-responsive {
        display: block;
        max-width: 60%;
        height: auto;
        margin: 0 auto
    }
    .faqChoose {
        height: 40px;
        margin-top: 20px
    }
    .faqChoose .icon1,
    .faqChoose .icon2,
    .faqChoose .icon3 {
        background-image: url(../img/faq-icon-seo.png);
        background-size: 15% auto
    }
    .faqChoose .icon2 {
        background-size: 15% auto;
        background-image: url(../img/faq-icon-ppc.png)
    }
    .faqChoose .icon3 {
        background-size: 15% auto;
        background-image: url(../img/faq-icon-rwd.png)
    }
    .faqChoose a {
        margin: 0 0 0 40px
    }
    .page-header {
        margin: 10px 0 20px
    }
    .page-header36 {
        font-size: 24px
    }
}

@media screen and (min-width:320px) and (max-width:745px) {
    h1 {
        font-size: 15px
    }
    .styled-select {
        width: 100%;
        height: auot;
        overflow: hidden;
        margin: 20px auto 0 auto;
        border: 1px solid #57c3ea;
        background: url(../img/arrow_down.png) 98% 50% no-repeat
    }
    .styled-select select {
        background: 0 0;
        width: 100%;
        height: 40px;
        font-size: 16px;
        line-height: 1;
        border: none;
        border-radius: 0;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none
    }
    .page-header {
        margin: 10px 0 0 20px
    }
    .page-header36 {
        font-size: 20px
    }
}

.mab {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999
}

.mab-img span {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 9999;
    background-image: url(http://seoseo.com.tw/templates/img/close.png)
}

.mab-img {
    display: none
}

header {
    background-color: #fff;
    z-index: 99999
}

.cd-nav-top {
    background-color: #f6f6f6
}

.cd-nav-top ul {
    list-style: none;
    padding: 0;
    margin: 5px 0
}

.cd-nav-top ul li {
    float: left
}

.cd-nav-top ul li a {
    color: #484b4f
}

.cd-nav-top ul.pull-right li {
    margin-right: 5px
}

.cd-nav-top ul.acls-container li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc
}

.cd-nav-top ul.acls-container li:last-child {
    border: none
}

.cd-main-content,
.cd-main-header {
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-main-header {
    height: 80px;
    background: #fff;
    z-index: 13;
    border-bottom: solid 1px #57c3ea
}

.cd-main-header .search_btn {
    float: left;
    font-size: 16px;
    padding: 10px 15px;
    cursor: pointer;
    color: #57c3ea
}

.cd-main-header .cd-logo {
    display: block;
    float: left;
    background: url(../img/LOGO_20210908.svg) no-repeat;
    -moz-background-size: 200px 30px!important;
    -o-background-size: 200px 30px!important;
    -webkit-background-size: 200px 30px!important;
    background-size: 200px 30px!important;
    width: 200px;
    height: 30px;
    margin: 10px 0 0 10px
}

.cd-main-header .cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 35px;
    right: 5%;
    cursor: pointer
}

.cd-main-header .cd-header-buttons li {
    display: inline-block
}

.cd-main-header .cd-header-buttons .cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 11
}

.cd-main-header .cd-header-buttons .cd-nav-trigger:active,
.cd-main-header .cd-header-buttons .cd-nav-trigger:focus,
.cd-main-header .cd-header-buttons .cd-nav-trigger:hover {
    color: transparent
}

.cd-main-header .cd-header-buttons .cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    transition: background .3s .3s
}

.cd-main-header .cd-header-buttons .cd-nav-trigger span::before,
.cd-main-header .cd-header-buttons .cd-nav-trigger span:after {
    content: '';
    right: 0;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .3s .3s;
    -moz-transition: -moz-transform .3s .3s;
    transition: transform .3s .3s
}

.cd-main-header .cd-header-buttons .cd-nav-trigger span::before {
    top: -6px
}

.cd-main-header .cd-header-buttons .cd-nav-trigger span::after {
    top: 6px
}

.cd-main-header .cd-header-buttons .cd-nav-trigger span,
.cd-main-header .cd-header-buttons .cd-nav-trigger span::after,
.cd-main-header .cd-header-buttons .cd-nav-trigger span::before {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #57c3ea
}

.cd-main-header .cd-header-buttons .cd-nav-trigger.nav-is-visible span {
    background: rgba(46, 50, 51, 0)
}

.cd-main-header .cd-header-buttons .cd-nav-trigger.nav-is-visible span::after,
.cd-main-header .cd-header-buttons .cd-nav-trigger.nav-is-visible span::before {
    background: #57c3ea
}

.cd-main-header .cd-header-buttons .cd-nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg)
}

.cd-main-header .cd-header-buttons .cd-nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg)
}

.grey {
    background-color: #f6f6f6;
    padding: 3px
}

.cd-primary-nav {
    position: fixed;
    top: 0;
    right: -260px;
    height: 100%;
    width: 260px;
    background: #f6f6f6;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 11;
    list-style: none;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.cd-primary-nav a {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

.cd-primary-nav .service {
    background-color: #fff;
    border-bottom: solid 1px #999
}

.cd-primary-nav .service a {
    color: #57c3ea
}

.cd-primary-nav .dropdown {
    position: relative;
    border-bottom: solid 1px #999;
    background-color: #fff
}

.cd-primary-nav .dropdown a {
    color: #1c1c1c
}

.cd-primary-nav .dropdown .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    left: auto;
    right: 0;
    width: 100%;
    padding: 0
}

.cd-primary-nav .dropdown .dropdown-menu a {
    border-bottom: 0;
    padding: 10px 20px
}

.cd-primary-nav .dropdown .dropdown-menu .divider {
    margin: 0
}

.cd-primary-nav .search_btn {
    float: left;
    font-size: 16px;
    padding: 0 15px;
    cursor: pointer
}

.cd-primary-nav .search_btn.red {
    color: #57c3ea
}

.cd-primary-nav .other a {
    color: #1c1c1c;
    text-decoration: none
}

.cd-primary-nav .other .sabout:before,
.cd-primary-nav .other .scontact:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 6px solid #1c1c1c;
    border-bottom: 5px solid transparent
}

.cd-overlay {
    position: fixed;
    z-index: 12;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #e1e1e1;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s .3s, visibility 1s .3s, -webkit-transform .3s 0s;
    -moz-transition: opacity .3s .3s, visibility 1s .3s, -moz-transform .3s 0s;
    transition: opacity .3s .3s, visibility 1s .3s, transform .3s 0s
}

.cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, -webkit-transform .3s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s, -moz-transform .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, transform .3s 0s;
    background: rgba(225, 225, 225, .8)
}

@media only screen and (max-width:991px) {
    .cd-overlay.is-visible {
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -webkit-transform: translateX(-260px);
        transform: translateX(-260px)
    }
    .nav-on-left .cd-overlay.is-visible {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -webkit-transform: translateX(260px);
        transform: translateX(260px)
    }
    .cd-overlay.is-visible.search-is-visible,
    .nav-on-left .cd-overlay.is-visible.search-is-visible {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (min-width:992px) {
    .cd-main-header {
        height: auto
    }
    .cd-main-header:after {
        content: "";
        display: table;
        clear: both
    }
    .cd-main-header .cd-logo {
        margin: 15px 0 0 20px;
        width: 250px;
        height: 40px;
        -moz-background-size: 250px 40px!important;
        -o-background-size: 250px 40px!important;
        -webkit-background-size: 250px 40px!important;
        background-size: 250px 40px!important;
        width: 250px;
        height: 40px
    }
    .cd-main-header .cd-header-buttons {
        top: 18px;
        right: 4em
    }
    .cd-main-header .cd-header-buttons .cd-nav-trigger {
        display: none
    }
    .cd-primary-nav {
        position: static;
        margin: 25px 0;
        height: auto;
        width: auto;
        float: right;
        overflow: visible;
        background: 0 0
    }
    .cd-primary-nav:after {
        content: "";
        display: table;
        clear: both
    }
    .cd-primary-nav>li {
        float: left
    }
    .cd-primary-nav>li>a {
        float: left;
        padding: 0 15px
    }
    .cd-primary-nav>li.service {
        border-right: solid 1px #999;
        border-bottom: 0
    }
    .cd-primary-nav>li.service a {
        color: #57c3ea
    }
    .cd-primary-nav>li.dropdown {
        border-bottom: 0
    }
}

@media only screen and (max-width:991px) {
    .cd-main-content.nav-is-visible,
    .cd-main-header.nav-is-visible {
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -webkit-transform: translateX(-260px);
        transform: translateX(-260px)
    }
    .cd-primary-nav {
        padding: 0 0 10px 0;
        visibility: hidden;
        -webkit-transition: visibility 0s .3s;
        -moz-transition: visibility 0s .3s;
        transition: visibility 0s .3s
    }
    .cd-primary-nav.nav-is-visible {
        right: 0;
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
        border-left: solid 1px #999
    }
}

@media only screen and (max-width:399px) {
    .cd-main-header .search_btn {
        padding: 10px
    }
    ul.cd-header-buttons {
        right: 4%
    }
    .cd-main-header .cd-logo {
        -moz-background-size: 180px 30px!important;
        -o-background-size: 180px 30px!important;
        -webkit-background-size: 180px 30px!important;
        background-size: 180px 30px!important;
        width: 180px;
        height: 30px
    }
}

.ctaTel {
    margin-right: 20px!important;
    color: #57c3ea;
    font-size: 15px;
    font-style: italic
}

.ctaTel span {
    font-family: Lora, serif;
    font-weight: 700
}

.lang-selector {
    padding: 0 5px
}

#articleList .articleContainer,
#articleMain .articleContainer,
#articleWrap .articleSection {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #dfdfdf;
    -moz-box-shadow: 0 1px 1px 0 rgba(85, 85, 85, .75);
    -webkit-box-shadow: 0 1px 1px 0 rgba(85, 85, 85, .75);
    box-shadow: 0 1px 1px 0 rgba(85, 85, 85, .75)
}

.time {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1
}

.tag {
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px
}

.tag a {
    padding: 1px 3px;
    color: #fff;
    text-decoration: none;
    background-color: #c8c8c8;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.tag a:hover {
    color: #777;
    background-color: #f9f9f9;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s
}

#articleList .articleContainer,
#articleMain .articleContainer {
    margin-bottom: 20px
}

#articleList .articleContainer h3,
#articleMain .articleContainer h3 {
    margin-top: 0;
    font-size: 18px;
    text-align: center
}

#articleList .articleContainer .title-star,
#articleMain .articleContainer .title-star {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZGU1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2YTkwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0, #fede5c), color-stop(100%, #f6a903));
    background-image: -moz-linear-gradient(bottom, #fede5c 0, #f6a903 100%);
    background-image: -webkit-linear-gradient(bottom, #fede5c 0, #f6a903 100%);
    background-image: linear-gradient(to top, #fede5c 0, #f6a903 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#articleList .articleContainer img,
#articleMain .articleContainer img {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    height: auto
}

#articleList .articleContainer p,
#articleMain .articleContainer p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.8;
    overflow-wrap: break-word
}

#articleList .articleContainer .articleContent,
#articleMain .articleContainer .articleContent {
    margin-top: 10px;
    padding: 5px
}

@media screen and (min-width:1200px) {
    #articleList .articleContainer img,
    #articleMain .articleContainer img {
        float: none;
        overflow: hidden;
        height: 150px
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    #articleList .articleContainer img,
    #articleMain .articleContainer img {
        float: none;
        overflow: hidden;
        height: 150px
    }
}

@media screen and (min-width:480px) and (max-width:990px) {
    #articleList .articleContainer img,
    #articleMain .articleContainer img {
        float: none;
        overflow: hidden
    }
}

@media screen and (min-width:320px) and (max-width:479px) {
    #articleList .articleContainer img,
    #articleMain .articleContainer img {
        float: none;
        overflow: hidden;
        height: 150px
    }
}

#articleWrap {
    margin-top: 20px;
    padding: 0
}

#articleWrap .articleSection {
    height: 100%;
    margin-bottom: 30px
}

#articleWrap .articleSection .article-img {
    width: 40%;
    float: left
}

#articleWrap .articleSection .article-img img {
    margin: 0
}

#articleWrap .articleSection .articleContent {
    width: 55%;
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 0
}

#articleWrap .articleSection .articleSubContent {
    width: 45%;
    float: left;
    margin-right: 5%;
    border-bottom: 1px solid #ebebeb
}

#articleWrap .articleSection .articleContent a,
#articleWrap .articleSection .articleSubContent a {
    color: #1c1c1c!important;
    text-decoration: none!important
}

#articleWrap .articleSection .articleContent a:hover,
#articleWrap .articleSection .articleSubContent a:hover {
    color: #1c1c1c!important;
    text-decoration: underline!important
}

#articleWrap .articleSection p {
    margin-bottom: 7px
}

#articleWrap .articleSection p.title {
    font-size: 18px;
    line-height: 1.5
}

#articleWrap .articleSection p.subtitle {
    font-size: 14px;
    line-height: 1.4
}

#articleWrap .articleSection ul {
    margin-bottom: 3px
}

@media screen and (max-width:991px) {
    #articleWrap .articleSection .article-img {
        width: 100%;
        float: none
    }
    #articleWrap .articleSection .article-img img {
        margin: 0 auto
    }
    #articleWrap .articleSection .articleContent {
        width: 100%;
        margin-left: 0
    }
    #articleWrap .articleSection .articleSubContent {
        width: 100%
    }
    #articleWrap .articleSection p.title {
        margin-top: 10px;
        font-size: 16px
    }
}

#articleWrap .h3 {
    margin-top: 0;
    position: relative;
    color: #57c3ea;
    text-indent: 20px;
    border-left: 5px solid #57c3ea
}

#articleWrap .h3 span {
    padding: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #57c3ea;
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    text-transform: capitalize;
    text-decoration: underline
}

#articleNav .breadcrumb {
    width: 100%;
    margin: 10px 0 0 15px
}

#articleList {
    padding: 0
}

#articleList .container {
    padding: 0
}

#articleList .row {
    margin: 20px 0
}

#articleList .articleContainer {
    height: 100%
}

#articleList .articleContainer .article-img {
    width: 25%;
    float: left
}

#articleList .articleContainer .article-img img {
    margin: 0
}

#articleList .articleContainer .articleContent {
    width: 70%;
    float: left;
    margin: 0 0 0 20px;
    padding: 0
}

#articleList .articleContainer p {
    margin-bottom: 7px
}

#articleList .articleContainer p.title {
    font-size: 18px;
    line-height: 1.5
}

#articleList .articleContainer ul {
    margin-bottom: 3px
}

@media screen and (max-width:991px) {
    #articleList .articleContainer .article-img {
        width: 100%;
        float: none
    }
    #articleList .articleContainer .article-img img {
        margin: 0 auto;
        height: auto
    }
    #articleList .articleContainer .articleContent {
        width: 100%;
        margin-left: 0
    }
    #articleList .articleContainer p.title {
        margin-top: 10px;
        font-size: 16px
    }
}

@media screen and (max-width:767px) and (min-width:320px) {
    #articleList .articleContainer {
        min-height: 100%
    }
}

#articleList .taipei {
    width: 100%;
    margin: 20px 0
}

#articleList .taipei .header {
    color: #57c3ea;
    border-bottom: solid 1px #57c3ea;
    margin-bottom: 10px
}

#articleList .taipei .con a {
    color: #333
}

#articleList .success {
    width: 100%;
    margin-bottom: 20px
}

#articleList .success .header {
    color: #57c3ea;
    border-bottom: solid 1px #57c3ea;
    margin-bottom: 10px
}

#articleList .success .con {
    width: 100%;
    padding: 0 30px;
    border: solid 1px #57c3ea
}

#articleList .success .con .title {
    font-size: 12px;
    color: #57c3ea;
    margin: 10px 0
}

#articleList .success .con .desc {
    color: #333
}

#articleList .success .con .owl-carousel {
    border: 0
}

#articleList .success .owl-controls {
    display: none
}

#articleList .social {
    margin-top: 20px
}

#articleList .social .header {
    color: #57c3ea;
    border-bottom: solid 1px #57c3ea;
    margin-bottom: 10px
}

#articleList #test .item {
    width: 282px
}

#articleList .pagination {
    width: 100%;
    text-align: center
}

#articleList .pagination li {
    padding: 0
}

#articleList .pagination .caseNav li:hover a,
#articleList .pagination li.active a,
.caseNav #articleList .pagination li:hover a {
    color: #57c3ea;
    font-family: 'Droid Serif', serif;
    font-weight: 700
}

#articleList .pagination a {
    font-family: 'Droid Serif', serif;
    font-weight: 700
}

#articleList .pagination a:hover {
    color: #57c3ea;
    font-weight: 700;
    border: 1px solid #57c3ea
}

#article .top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

#article p.title {
    margin-top: 0;
    color: #57c3ea;
    font-size: 24px
}

#article .ast {
    color: #a6a6a6;
    font-size: .9em
}

#article .content-bottom .h3 {
    margin-bottom: 10px;
    color: #57c3ea;
    font-family: 'Droid Serif', '微軟正黑體', serif;
    font-size: 14px;
    font-weight: 700
}

#article .content-bottom .h3:before {
    content: "";
    display: block;
    width: 50px;
    margin-bottom: 10px;
    border-top: 1px solid #57c3ea
}

#article .content-bottom a.share-fb:hover {
    color: #3b5998;
    border: 1px solid #3b5998;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

#article .content-bottom a.share-g:hover {
    color: #dd4b39;
    border: 1px solid #dd4b39;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

#article .content-bottom a.share-twit:hover {
    color: #00aced;
    border: 1px solid #00aced;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

#article .content-bottom .related li {
    width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2
}

#article .content-bottom .related li a {
    color: #1c1c1c!important
}

.btnBack {
    max-width: 100%;
    height: 35px;
    margin-top: 15px;
    color: #57c3ea;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #57c3ea;
    cursor: pointer;
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s
}

.btnBack:hover {
    color: #fff;
    background-color: #57c3ea;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s
}

#articleNav ul {
    margin-bottom: 0!important
}

[class*=subNav-] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 0 1em;
    height: 2.5em;
    font: 400 1em/2.5em Lato, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    letter-spacing: .08em;
    color: #57c3ea;
    background: #fff;
    border: solid 1px #57c3ea;
    border-radius: 2px;
    -moz-transition: ease .35s all;
    -o-transition: ease .35s all;
    -webkit-transition: ease .35s all;
    transition: ease .35s all
}

[class*=subNav-]:hover {
    background: #57c3ea;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset
}

.current {
    line-height: 9em;
    background: #57c3ea;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5) inset
}

.current:before {
    content: attr(data-text);
    color: #deeff5;
    position: absolute;
    top: -3.2em
}

.subNav-hover:hover {
    line-height: 9em
}

.subNav-hover:before {
    content: attr(data-text);
    color: #deeff5;
    position: absolute;
    top: -3.2em
}

.articleContent .title {
    height: 48px
}

.articleContent ul.list-inline {
    height: 60px;
    overflow: hidden
}

.articleContent .list-inline>li {
    padding: 0
}

.articleLength {
    max-height: 140px;
    overflow: hidden
}

.hot-new {
    width: 100%;
    margin-bottom: 20px
}

.hot-new .header {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #57c3ea
}

.caseNav .hot-new .header li:hover,
.hot-new .header .active,
.hot-new .header .caseNav li:hover {
    color: #fff;
    background: #57c3ea
}

.hot-new .header li {
    width: 33.333%;
    float: left;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    cursor: pointer
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .hot-new .header li {
        padding: 15px
    }
}

.hot-new .con {
    padding: 10px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc
}

.hot-new .con .related {
    margin-bottom: 15px;
    color: #333
}

.hot-new .index-faq {
    font-size: 16px
}

.hot-new .index-faq li {
    margin: 10px 0
}

.hot-new .index-faq p {
    margin: 20px
}

.hot-new .index-faq p a {
    color: #57c3ea;
    text-decoration: none
}

.detail-editor {
    letter-spacing: 1px;
    line-height: 1.8
}

.sitemap {
    margin-bottom: 40px
}

.sitemap ul {
    padding: 0;
    list-style: none
}

.sitemap li {
    margin: 8px 0
}

.sitemap hr {
    width: 50%;
    margin: 5px 0;
    border-top: 1px solid #57c3ea
}

.ac-container {
    width: 100%;
    text-align: left
}

.ac-container label {
    position: relative;
    z-index: 10;
    display: block;
    height: 30px;
    color: #57c3ea;
    line-height: 27px;
    font-size: 16px;
    font-weight: 400
}

.ac-container label:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 7px
}

.ac-container input {
    display: none
}

.ac-container article {
    background: rgba(255, 255, 255, .5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear
}

.ac-container article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8)
}

.ac-container input:checked~article {
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear;
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear;
    transition: height .5s ease-in-out, box-shadow .1s linear
}

.ac-container input:checked~article.ac-small {
    height: 140px;
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .ac-container article {
        height: 140px
    }
}

@media screen and (max-width:991px) {
    .ac-container label {
        cursor: pointer;
        border-bottom: 1px solid #ccc
    }
    .ac-container article {
        height: 0
    }
    .ac-container label:after {
        background: transparent url(../img/fa-plus.png) no-repeat center center
    }
    .ac-container label.none-after:after {
        background: 0 0
    }
    .ac-container input:checked+label:after {
        background-image: url(../img/fa-minus.png)
    }
}

.pageEMail * {
    box-sizing: border-box
}

.pageEMail body {
    padding: 10px;
    font-family: '微軟正黑體', sans-serif
}

.pageEMail .kpnseo {
    margin: 10px 0 0 0
}

.pageEMail .kpnseo img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pageEMail h3 {
    margin: 15px 0 25px 0
}

.pageEMail .container {
    width: 320px;
    margin: 30px auto 0;
    padding: 0;
    display: block;
    background: #fff;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25)
}

.pageEMail .inner-container {
    width: 100%;
    padding: 10px 20px 20px;
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
}

.pageEMail h3 {
    color: #57c3ea;
    text-align: center;
    margin-bottom: 50px
}

.pageEMail .validimg {
    margin: -20px auto 0 auto;
    text-align: center
}

.pageEMail .validimg img {
    border: 1px solid #ccc
}

.pageEMail .footer {
    font-size: 12px;
    text-align: center
}

.pageEMail .group {
    width: 220px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc
}

.pageEMail input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 220px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-color: transparent!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.pageEMail input:focus {
    outline: 0
}

.pageEMail label {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    -moz-transition: ease .2s all;
    -o-transition: ease .2s all;
    -webkit-transition: ease .2s all;
    transition: ease .2s all
}

.pageEMail input:focus~label,
.pageEMail input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #57c3ea
}

.pageEMail .bar {
    position: relative;
    display: block;
    width: 300px
}

.pageEMail .bar:after,
.pageEMail .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #57c3ea;
    -moz-transition: ease .2s all;
    -o-transition: ease .2s all;
    -webkit-transition: ease .2s all;
    transition: ease .2s all
}

.pageEMail .bar:before {
    left: 30%
}

.pageEMail .bar:after {
    right: 50%
}

.pageEMail input:focus~.bar:after,
.pageEMail input:focus~.bar:before {
    width: 50%
}

.pageEMail .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

@keyframes inputHighlighter {
    from {
        background: #57c3ea
    }
    to {
        width: 0;
        background: 0 0
    }
}

.pageEMail .button_pos {
    margin: 60px 0 20px 0
}

.pageEMail .button_base {
    margin: 0;
    border: 0;
    font-size: 16px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -100px;
    width: 200px;
    height: 40px;
    text-align: center;
    -webkit-user-select: none;
    cursor: default
}

.pageEMail .button_base:hover {
    cursor: pointer
}

.pageEMail .b03_skewed_slide_in {
    overflow: hidden;
    border: 1px solid #57c3ea
}

.pageEMail .b03_skewed_slide_in div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px
}

.pageEMail .b03_skewed_slide_in div:nth-child(1) {
    color: #57c3ea;
    background-color: #fff
}

.pageEMail .b03_skewed_slide_in div:nth-child(2) {
    background-color: #57c3ea;
    width: 230px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transform: translate(-250px, 0) skewX(-30deg);
    -webkit-transform: translate(-250px, 0) skewX(-30deg);
    -moz-transform: translate(-250px, 0) skewX(-30deg)
}

.pageEMail .b03_skewed_slide_in div:nth-child(3) {
    color: #fff;
    left: -200px;
    transition: left .2s ease;
    -webkit-transition: left .2s ease;
    -moz-transition: left .2s ease
}

.pageEMail .b03_skewed_slide_in:hover div:nth-child(2) {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transform: translate(-15px, 0) skewX(-30deg);
    -webkit-transform: translate(-15px, 0) skewX(-30deg);
    -moz-transform: translate(-15px, 0) skewX(-30deg)
}

.pageEMail .b03_skewed_slide_in:hover div:nth-child(3) {
    left: 0;
    transition: left .30000000000000004s ease;
    -webkit-transition: left .30000000000000004s ease;
    -moz-transition: left .30000000000000004s ease
}

.caseNav {
    height: 48px;
    width: 100%;
    font-size: 13px;
    position: relative
}

.caseNav ul {
    padding: 0;
    height: 48px
}

.caseNav li {
    width: 16.66666666666666667%;
    display: inline;
    float: left;
    background: #eff0f2;
    border-right: 2px solid #fff
}

.caseNav li:last-child {
    border: 0
}

.caseNav li.active,
.caseNav li:hover {
    background-color: #57c3ea
}

.caseNav li.active a,
.caseNav li:hover a {
    color: #fff
}

.caseNav a {
    color: #2c3e50;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 48px
}

#menuLabel,
#menuToggle {
    display: none
}

.subnav li {
    width: 120px;
    margin: 3px 0;
    padding: 0;
    counter-increment: subNavCounter;
    overflow: hidden;
    border: 1px solid #57c3ea;
    clear: both;
    -moz-transition: all, .8s;
    -o-transition: all, .8s;
    -webkit-transition: all, .8s;
    transition: all, .8s
}

.caseNav .subnav li:hover,
.subnav .caseNav li:hover,
.subnav li.active {
    background-color: #57c3ea
}

.caseNav .subnav li:hover a,
.subnav .caseNav li:hover a,
.subnav li.active a {
    color: #fff
}

.caseNav .subnav li:hover:before,
.subnav .caseNav li:hover:before,
.subnav li.active:before {
    border-right: 1px solid #fff
}

.subnav li:before {
    content: counter(subNavCounter, upper-roman);
    display: block;
    width: 20px;
    height: 28px;
    float: left;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background-color: #57c3ea
}

.subnav li:hover {
    background-color: #57c3ea;
    -moz-transition: all, .5s;
    -o-transition: all, .5s;
    -webkit-transition: all, .5s;
    transition: all, .5s
}

.subnav li:hover a {
    color: #fff
}

.subnav li:hover:before {
    color: #57c3ea;
    background-color: #fff
}

.subnav li a {
    display: block;
    width: 100%;
    color: #57c3ea;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    text-decoration: none;
    text-indent: 7px
}

.content {
    padding: 10px;
    counter-reset: subNavCounter;
    border-top: 5px solid #57c3ea
}

.content img {
    max-width: 100%;
    height: auto
}

@media only screen and (max-width:991px) {
    .caseNav {
        background-color: #57c3ea;
        z-index: 1
    }
    .caseNav ul {
        display: none;
        height: 100%;
        margin-top: 5px
    }
    .caseNav ul li {
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid #fff
    }
    .caseNav #menuLabel {
        display: block;
        width: 100%;
        padding: 0 20px;
        color: #fff;
        font-size: 15px;
        line-height: 48px
    }
    .caseNav #menuToggle {
        display: block;
        width: 60px;
        height: 100%;
        position: absolute;
        right: 0;
        z-index: 9999;
        background: url(../img/nav-icon.png) center center no-repeat
    }
    .content {
        border: 0
    }
}

.styled-select-case {
    width: 100%;
    height: auot;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border: 1px solid #57c3ea;
    background: url(../img/arrow_down.png) 98% 50% no-repeat
}

.styled-select-case select {
    background: 0 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.caes-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px
}

.caes-list img {
    max-width: 100%;
    height: auto
}

.caes-list p {
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    padding-top: 15px
}

.caes-list a {
    text-decoration: none;
    color: #333
}

.caes-list a:hover {
    text-decoration: underline
}

.caes-list span {
    color: #57c3ea
}

.caes-list .title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #57c3ea
}

@media screen and (min-width:320px) and (max-width:991px) {
    .caes-list p {
        font-size: 16px
    }
    .title {
        font-size: 18px
    }
}

.owl-carousel item {
    position: relative
}

.owl-carousel figcaption {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 20px;
    font-weight: lighter;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .7)
}

.owl-carousel figcaption span {
    font-size: 85%
}

@media screen and (min-width:320px) and (max-width:480px) {
    .owl-carousel figcaption {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px;
        font-size: 14px;
        font-weight: lighter;
        bottom: 0;
        position: static;
        color: #fff;
        background-color: rgba(0, 0, 0, .7)
    }
    .owl-carousel figcaption span {
        font-size: 85%
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .owl-carousel figcaption {
        font-size: 14px;
        padding: 10px
    }
    .owl-carousel figcaption span {
        font-size: 85%
    }
}

#seoBrands {
    height: 220px;
    padding: 0;
    overflow: hidden;
    background-color: #ebebeb;
    -moz-box-shadow: inset 0 5px 5px -5px #696868, inset 0 -5px 5px -5px #696868;
    -webkit-box-shadow: inset 0 5px 5px -5px #696868, inset 0 -5px 5px -5px #696868;
    box-shadow: inset 0 5px 5px -5px #696868, inset 0 -5px 5px -5px #696868
}

#seoBrands .col-md-12 {
    height: 220px
}

#seoBrands .brandsContainer {
    width: 100%
}

.brandsContainer {
    position: absolute;
    background: url(../img/brands.png);
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    background-position: top center;
    width: 100%;
    height: 200%;
    top: 0;
    -webkit-animation: background 20s 0 linear infinite forwards;
    -moz-animation: background 20s 0 linear infinite forwards;
    -ms-animation: background 20s 0 linear infinite forwards
}

@-moz-keyframes background {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -moz-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@-webkit-keyframes background {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@keyframes background {
    0% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.pageContact h3 {
    margin-top: 20px;
    color: #57c3ea
}

.pageContact .contact-testi>p {
    font-size: 18px
}

.pageContact .contact-testi .contact-testi-quote {
    margin: 30px 0
}

.pageContact .contact-testi .contact-testi-quote .left,
.pageContact .contact-testi .contact-testi-quote .right {
    float: left
}

.pageContact .contact-testi .contact-testi-quote .left {
    width: 100%;
    position: relative;
    padding: 15px 0;
    font-size: 18px;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7
}

.pageContact .contact-testi .contact-testi-quote .left p {
    padding-left: 80px
}

.pageContact .contact-testi .contact-testi-quote .left p span {
    color: #57c3ea;
    font-size: 14px
}

.pageContact .contact-testi .contact-testi-quote .left:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px
}

.pageContact .contact-testi .contact-testi-quote .left.uno:before {
    background: url(../img/contact-testi1.png) 0 0 no-repeat;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    -webkit-background-size: cover!important;
    background-size: cover!important
}

.pageContact .contact-testi .contact-testi-quote .left.dos p {
    padding-left: 0;
    padding-right: 80px
}

.pageContact .contact-testi .contact-testi-quote .left.dos:before {
    right: 0;
    background: url(../img/contact-testi2.png) 0 0 no-repeat;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    -webkit-background-size: cover!important;
    background-size: cover!important
}

@media screen and (max-width:991px) {
    .pageContact .contact-testi .contact-testi-quote .left {
        margin: 20px 0
    }
}

.pageContact .contact-form-content {
    background-color: #e7eef7;
    background-image: url(../img/blue-stripe-bg.png);
    background-repeat: repeat;
    background-position: left top;
    border: 3px solid #57c3ea
}

.pageContact .contact-form-content form {
    padding: 0 10px
}

.tps-banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 40px
}

.tps-banner img {
    max-width: 100%;
    height: auto
}

.tps-banner p {
    font-size: 18px;
    padding-top: 10px
}

.tps-banner p a {
    text-decoration: none;
    color: #333
}

.tps-banner p a:hover {
    text-decoration: underline;
    color: #333
}

.news-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.news-box ul {
    margin: 0;
    list-style: none
}

.news-box ul li {
    margin-bottom: 20px
}

.news-box .news-header {
    display: table;
    width: 100%;
    margin: 10px auto
}

.news-box .news-header .news-title {
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    line-height: 1.35;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px
}

.news-box .news-header .news-title a {
    color: #333;
    text-decoration: none
}

.news-box .news-header .news-title a:active,
.news-box .news-header .news-title a:hover {
    color: #333;
    text-decoration: underline
}

.news-box .news-header .news-title .date {
    font-size: 20px;
    color: #bcbcbc;
    margin-right: 20px
}

.news-box .news-header .news-title .more {
    width: 50px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    background-color: #b72e2f;
    margin: 0 5px;
    padding: 3px 5px
}

.news-box .news-header .news-title .more a,
.news-box .news-header .news-title .more:active,
.news-box .news-header .news-title .more:hover {
    color: #fff;
    text-decoration: none
}

.news-box .news-header .tag-box {
    display: table-cell;
    width: 48px;
    vertical-align: top;
    padding: 5px;
    color: #fff
}

.news-box .news-header .tag-text {
    color: #fff;
    font-size: 12px;
    line-height: 24px
}

.news-box .news-header .tag-text-cn {
    display: block;
    font-size: 8px;
    width: 26px;
    font-size: 8px;
    line-height: 24px;
    padding: 0
}

.news-box .news-header .n-tag-new {
    display: table-cell;
    padding: 5px;
    background: url(../img/tag-red.png) top left no-repeat
}

.news-box .news-header .n-tag-yellow {
    display: table-cell;
    padding: 5px;
    background: url(../img/tag-yellow.png) top left no-repeat
}

.news-box .news-header .n-tag-blue {
    display: table-cell;
    padding: 5px;
    background: url(../img/tag-blue.png) top left no-repeat
}

.news-line {
    border-bottom: #ececec 1px dotted
}

.news-box li .des-text {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    letter-spacing: 1px
}

.mainStage {
    width: 100%;
    position: relative
}

@media screen and (max-width:1390px) {
    .owl-carousel h1,
    .owl-carousel h2 {
        left: 15%!important
    }
}

@media screen and (max-width:768px) {
    .owl-carousel h1 {
        font-size: 25px;
        left: 5%!important
    }
}

@media screen and (max-width:660px) {
    .owl-carousel h1 {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 40px 20px;
        top: 0!important;
        left: 0!important;
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
        background: rgba(255, 255, 255, .6)
    }
}

.owl-carousel .owl-nav {
    margin-top: 0!important
}

.owl-carousel .owl-dots {
    bottom: -10px!important
}

.owl-carousel h1 {
    font-weight: 700;
    text-shadow: 0 0 10px rgba(150, 150, 150, .5);
    color: #be1521;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 2
}

.owl-carousel h2 {
    font-weight: 700;
    text-shadow: 0 0 10px rgba(150, 150, 150, .5);
    color: #be1521;
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 2
}

.pageabout p {
    color: #333
}

.aboutusTitle {
    color: #333;
    font-size: 20px;
    line-height: 1.6
}

#about {
    position: relative;
    letter-spacing: .2em
}

#about .aboutbg {
    position: absolute;
    z-index: -1
}

#about .h4,
#about small {
    color: #57c3ea
}

#about .h4 {
    font-size: 24px
}

#about .row.last {
    margin-top: 40px
}

#award>.h3,
#career>.h3 {
    margin-bottom: 30px;
    padding-top: 30px;
    color: #57c3ea;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 7px;
    border-top: 1px solid #ccc
}

#award .row {
    padding: 40px 0;
    border-bottom: 1px solid #57c3ea
}

#award .row.last {
    border: 0
}

#award .row.last img {
    margin: 0 auto
}

#award .awardTitle {
    color: #57c3ea;
    letter-spacing: 1px;
    line-height: 2
}

#award .year {
    font-size: 60px;
    font-style: italic
}

#award .year small {
    font-size: 20px
}

#award i {
    margin-right: 10px;
    color: #57c3ea
}

#award ul {
    font-size: 16px;
    line-height: 1.8
}

#career .row {
    margin-bottom: 30px
}

#career .blockquote {
    margin: 20px 0
}

#career .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc
}

#career .video-container embed,
#career .video-container iframe,
#career .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#career p.intro {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8
}

#career .nest-content p,
#career .tab-content p {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 1.8
}

#career .nest-content p>span,
#career .tab-content p>span {
    margin-bottom: 10px;
    color: #57c3ea;
    font-size: 19px
}

#career .tab-text {
    width: 60%
}

#career .fg-pos a {
    display: block;
    position: relative;
    width: 100%;
    text-decoration: none
}

#career .fg-pos img {
    width: 100%
}

#career .fg-pos .fg-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    border-bottom: 2px solid salmon;
    background: rgba(255, 255, 255, .8)
}

#career .fg-pos .fg-content,
#career .fg-pos .fg-no-content {
    height: 35px;
    overflow: hidden;
    -moz-transition: height .3s;
    -o-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
    width: 100%
}

#career .fg-pos h1 {
    margin-top: 12px;
    color: #333;
    font-size: 16px;
    line-height: 1!important;
    text-align: center
}

#career .fg-pos p {
    padding: 5px 15px;
    position: relative;
    line-height: 1.7;
    color: #666
}

#career .fg-pos a:hover .fg-content {
    height: 100%
}

#career .fg-pos .no-a:hover img {
    opacity: 1
}

#career .fg-pos a:hover .fg-no-content {
    height: 35px
}

#career .nest-btn {
    background-color: #57c3ea;
    border: 1px solid #8d3f3f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all, .7s;
    -o-transition: all, .7s;
    -webkit-transition: all, .7s;
    transition: all, .7s;
    color: #fff;
    font-size: 15px;
    margin: 30px 0;
    padding: 10px;
    text-align: center;
    width: 230px
}

#career .nest-btn:hover {
    background-color: #2ab3e4;
    text-shadow: 1px 1px 3px #696969
}

@media screen and (min-width:992px) {
    #about .aboutbg {
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@media screen and (max-width:991px) {
    #about .aboutbg {
        width: 40%;
        right: 0
    }
    #about .row.last {
        margin-top: 0
    }
    #career .row {
        margin-bottom: 15px
    }
    #career .fg-pos {
        margin: 15px 0
    }
}

@media screen and (max-width:480px) {
    .aboutusTitle {
        font-size: 16px;
        text-align: left
    }
    #about .h4 {
        margin-top: 30px;
        font-size: 18px
    }
    #about .aboutbg {
        margin: 0 auto;
        position: static;
        z-index: 0
    }
    #career .tab-text {
        width: 100%
    }
}

#seoHelp .btn,
#seoMeaning .con .btn {
    display: block;
    border: solid 2px #57c3ea;
    width: 234px;
    padding: 10px;
    margin: 0;
    font-size: 18px
}

#seoHelp .btn:hover,
#seoMeaning .con .btn:hover {
    background-color: #57c3ea;
    color: #fff
}

#seoContact {
    background: url(../img/event-cut/seo-event2_02.jpg) center no-repeat;
    background-size: cover
}

#seoContact .header {
    font-size: 35px;
    font-weight: 700;
    color: #000
}

#seoContact .header .red {
    color: #57c3ea;
    font-size: 35px
}

#seoContact .header span {
    font-size: 20px
}

#seoContact .con {
    padding: 50px 150px;
    font-size: 16px
}

#seoContact .con ul {
    padding: 0;
    margin: 10px 20px;
    list-style: none
}

#seoContact .con ul li {
    margin: 10px 0
}

#seoContact .con ul .star {
    margin: 2px 5px 2px -20px;
    position: relative;
    display: inline-block;
    color: #57c3ea;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #57c3ea;
    border-left: 10px solid transparent;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg)
}

#seoContact .con ul .star:before {
    border-bottom: 8px solid #57c3ea;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -5px;
    left: -6.5px;
    display: block;
    content: '';
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg)
}

#seoContact .con ul .star:after {
    position: absolute;
    display: block;
    color: #57c3ea;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #57c3ea;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    content: ''
}

#seoContact .con .plus {
    margin: 20px 0 0 0
}

#seoContact .con .plus img {
    margin-right: 10px
}

#seoContact .con .plus span {
    color: #57c3ea
}

#seoContact .con .btn {
    display: inline-block;
    border: solid 2px #57c3ea;
    width: 30%;
    padding: 10px;
    margin: 3% 9%;
    font-size: 18px
}

#seoContact .con .btn:hover {
    background-color: #57c3ea;
    color: #fff
}

#seoKeyword .con .header {
    font-size: 35px;
    font-weight: 700;
    color: #57c3ea;
    margin: 40px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: center
}

#seoKeyword .con .text {
    text-align: center;
    margin: 30px 0 50px 0;
    font-size: 18px
}

#seoKeyword .con .text span {
    font-size: 25px;
    color: #57c3ea
}

#seoWitness {
    background: url(../img/event-cut/seo-event_05.jpg) center no-repeat;
    background-size: cover
}

#seoWitness .con {
    padding: 60px 34px
}

#seoWitness .con .header {
    font-size: 35px;
    font-weight: 700;
    color: #000
}

#seoWitness .con .text {
    font-size: 18px;
    line-height: 150%;
    margin: 10px 0 50px 0
}

#seoWitness .con .btn {
    display: block;
    border: solid 2px #57c3ea;
    width: 234px;
    padding: 10px;
    margin: 0;
    font-size: 18px
}

#seoWitness .con .btn:hover {
    background-color: #57c3ea;
    color: #fff
}

#seoWitness ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    height: 0
}

#seoWitness ul li {
    opacity: 0;
    background: url(../img/event-cut/ex-bkg.png) center no-repeat;
    background-size: contain;
    width: 337px;
    height: 181px;
    margin: 0 10px 0 0;
    padding: 30px;
    float: left;
    position: relative
}

#seoWitness ul li p {
    font-size: 18px;
    color: #000;
    line-height: 150%
}

#seoWitness ul li span {
    display: block;
    font-size: 14px;
    color: #57c3ea;
    position: absolute;
    right: 30px;
    bottom: 45px
}

#team .con p {
    padding: 20px;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.6
}

#seoCowork .header {
    font-size: 35px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0 0 10px 0
}

#seoCowork li {
    display: block;
    width: 33%;
    float: left;
    padding: 40px
}

#seoCowork li.equip {
    margin-right: 0
}

#seoCowork li.cloud {
    width: 100%
}

#seoCowork li.cloud .left {
    width: 40%;
    float: left
}

#seoCowork li.cloud .right {
    width: 60%;
    float: left
}

#seoCowork li.cloud .right img {
    width: 20%;
    float: left
}

#seoCowork li.cloud .right p {
    width: 80%;
    float: left;
    padding: 0 0 0 10px
}

@media screen and (min-width:768px) and (max-width:991px) {
    #seoCowork li {
        width: 239px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    #seoCowork li {
        width: 49%
    }
    #seoCowork li.cloud .left,
    #seoCowork li.cloud .right {
        width: 100%
    }
}

@media screen and (min-width:320px) and (max-width:480px) {
    #seoCowork li {
        width: 100%
    }
    #seoCowork li.cloud .right img {
        width: 100px
    }
    #seoCowork li.cloud .right p {
        width: 100%
    }
}

#seoCowork blockquote {
    margin: 30px 0;
    color: #57c3ea;
    font-weight: 700;
    border: 0
}

#seoCowork blockquote span {
    font-size: 14px
}

#seoCowork blockquote img {
    border: 1px solid #ccc;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

#seoMeaning {
    position: relative;
    height: 364px
}

#seoMeaning .con {
    padding: 40px 40px 0 40px
}

#seoMeaning .con .header {
    font-size: 25px;
    border-bottom: solid 1px #ccc;
    margin: 10px 0;
    padding: 0 0 10px 0
}

#seoMeaning .con p {
    font-size: 18px
}

#seoMeaning .con p.red {
    color: #57c3ea
}

#seoMeaning .con img {
    position: absolute;
    top: -15px
}

#seoHelp {
    padding-bottom: 30px;
    background-size: cover
}

#seoHelp .con {
    padding: 50px 30px
}

#seoHelp .con .header {
    font-size: 30px;
    color: #57c3ea;
    text-align: center
}

#seoHelp .con ul {
    list-style: none;
    padding: 0
}

#seoHelp .con ul li {
    float: left;
    width: 33%
}

#seoHelp .con ul li img {
    display: block;
    margin: auto
}

#seoHelp .con ul li p {
    margin: 30px 0 0 10px;
    font-size: 16px;
    width: 100%;
    text-align: center
}

#seoHelp .btn {
    background-color: rgba(255, 255, 255, .8);
    margin: 0 auto
}

#seoPrice {
    background: url(../img/event-cut/seo-event_06.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: -20px
}

#seoPrice .con {
    padding: 50px 250px;
    text-align: center
}

#seoPrice .con .header {
    font-size: 35px;
    color: #57c3ea;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px
}

#seoPrice .con .text {
    font-size: 18px
}

#seoPrice .con .text span {
    color: #57c3ea;
    font-weight: 700
}

#seoPrice .con .btn {
    display: inline-block;
    border: solid 2px #57c3ea;
    width: 180px;
    padding: 10px;
    margin: 30px 10px 0 0;
    font-size: 18px
}

#seoPrice .con .btn:hover {
    background-color: #57c3ea;
    color: #fff
}

@media screen and (max-width:1199px) {
    #seoContact .con {
        padding: 50px
    }
    #seoMeaning {
        height: 300px
    }
    #seoMeaning .con {
        padding: 20px 40px
    }
    #seoMeaning .con .btn {
        margin: 20px 0
    }
    #seoMeaning .con img {
        top: 5px
    }
}

@media screen and (max-width:991px) {
    #seoMeaning {
        height: 550px
    }
    #seoPrice .con {
        padding: 80px 150px
    }
}

@media screen and (min-width:750px) and (max-width:991px) {
    #first .img-responsive,
    #seoMeaning .img-responsive,
    #team .img-responsive {
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    #seoContact .con {
        padding: 10px
    }
    #seoContact .con .btn {
        margin: 20px auto;
        display: block;
        width: 40%
    }
    #seoMeaning {
        height: auto
    }
    #seoMeaning .con {
        padding: 0
    }
    #seoMeaning .con img {
        position: initial;
        top: 0
    }
    #seoHelp .con ul li {
        width: 100%;
        margin: 10px 0
    }
    #seoHelp .con ul li:last-child {
        margin: 10px 0
    }
    #seoPrice .con {
        padding: 20px
    }
}

@media screen and (max-width:479px) {
    #seoWitness .con {
        padding: 30px 0
    }
    #seoWitness iframe {
        margin: 30px 0
    }
    #seoHelp .con {
        padding: 20px 10px
    }
    #seoHelp .con ul li p {
        width: 59%
    }
    #seoHelp .con ul li img {
        width: 80px
    }
}

@media screen and (max-width:399px) {
    #seoWitness ul li {
        width: 280px
    }
}

.bestchoice div {
    text-align: center
}

.bestchoice_link {
    display: block;
    width: 100%;
    height: 80px;
    background-color: #4ac7e9;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none
}

.bestchoice_link:hover {
    text-decoration: none;
    color: #fff
}

.bsetchoice_banner {
    padding: 0
}

.bsetchoice_banner .bestchoice_desktopbanner {
    display: block;
    width: 100%
}

.bsetchoice_banner .bestchoice_mobilebanner {
    display: none
}

.bestchoice_block1 {
    padding: 60px 0 70px
}

.bestchoice_block1 .bestchoice_fig1 {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0
}

.bestchoice_block1 img {
    display: block;
    width: 100%
}

.bestchoice_block2 {
    padding: 65px 0 70px
}

.bestchoice_block2 .bestchoice_word2 {
    margin-top: 45px;
    margin-bottom: 30px
}

.bestchoice_block2 figure {
    padding: 0
}

.bestchoice_block2 figure img {
    display: block;
    width: 100%
}

.bestchoice_block2 article {
    margin-bottom: 90px
}

.bestchoice_block2 article a {
    display: inline
}

.bestchoice_block3 {
    padding: 65px 0 70px
}

.bestchoice_block3 .bestchoice_fig3 {
    margin-top: 50px;
    padding: 0
}

.bestchoice_block3 img {
    display: block;
    width: 100%
}

.bestchoice_block4 {
    padding: 65px 0 70px
}

.bestchoice_block4 .bestchoice_fig4 {
    margin-top: 30px;
    padding: 0
}

.bestchoice_block4 img {
    display: block;
    width: 100%
}

.bestchoice_block5 {
    padding: 60px 0 70px
}

.bestchoice_block5 .bestchoice_fig5 {
    margin-top: 50px;
    padding: 0
}

.bestchoice_block5 img {
    display: block;
    width: 100%
}

.bestchoice_block6 {
    padding: 60px 0 70px
}

.bestchoice_block6 .bestchoice_fig6 {
    margin-top: 50px;
    padding: 0
}

.bestchoice_block6 img {
    display: block;
    width: 100%
}

.bestchoice_block7 {
    padding: 60px 0 75px
}

.bestchoice_block7 article {
    margin-top: 50px;
    margin-bottom: 90px
}

.bestchoice_headline {
    text-align: center;
    font-size: 36px;
    color: #34495e;
    font-weight: 300;
    line-height: 2
}

.bestchoice_subdiscript {
    margin: 0;
    text-align: center;
    color: #6a7884;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8
}

.bestchoice_line {
    border-width: 1px;
    height: 1px;
    border-style: solid;
    border-color: #e5e8ed
}

.bestchoice_br991 {
    display: none
}

.bestchoice_br850 {
    display: none
}

.bestchoice_br767 {
    display: none
}

.bestchoice_brall {
    display: block
}

@media screen and (max-width:991px) {
    .bestchoice_br991 {
        display: block
    }
    .bsetchoice_banner .bestchoice_desktopbanner {
        display: none
    }
    .bsetchoice_banner .bestchoice_mobilebanner {
        display: block;
        width: 100%
    }
}

@media screen and (max-width:850px) {
    .bestchoice_br850 {
        display: block
    }
}

@media screen and (max-width:767px) {
    .bestchoice_headline {
        font-size: 24px
    }
    .bestchoice_br767 {
        display: block
    }
}

.digitalmarketing div {
    text-align: center
}

.digitalmarketing_link {
    display: block;
    width: 100%;
    height: 80px;
    background-color: #4ac7e9;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none
}

.digitalmarketing_link:hover {
    text-decoration: none;
    color: #fff
}

.digitalmarketing_banner {
    padding: 0;
    position: relative
}

.digitalmarketing_banner .digitalmarketing_desktopbanner {
    display: block;
    width: 100%
}

.digitalmarketing_banner .digitalmarketing_logo {
    position: absolute;
    left: 35px;
    top: 30px;
    width: 130px;
    height: 60px;
    z-index: 999
}

.digitalmarketing_block1 {
    padding: 60px 0 70px
}

.digitalmarketing_block1 .digitalmarketing_fig1 {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0
}

.digitalmarketing_block1 .digitalmarketing_fig1-2 {
    margin-bottom: 91px
}

.digitalmarketing_block1 img {
    display: block;
    width: 100%
}

.digitalmarketing_block2 {
    padding: 65px 0 70px
}

.digitalmarketing_block2 .digitalmarketing_word2 {
    margin-top: 45px;
    margin-bottom: 30px
}

.digitalmarketing_block2 .digitalmarketing_fig2 {
    padding: 0;
    margin-bottom: 45px
}

.digitalmarketing_block2 .digitalmarketing_fig2 img {
    display: block;
    width: 100%
}

.digitalmarketing_block3 {
    padding: 65px 0 70px
}

.digitalmarketing_block3 .digitalmarketing_fig3 {
    margin-top: 50px;
    padding: 0
}

.digitalmarketing_block3 .digitalmarketing_fig3 img {
    display: block;
    width: 100%
}

.digitalmarketing_block3 .digitalmarketing_fig3_2 {
    margin-top: 60px;
    margin-bottom: 25px
}

.digitalmarketing_block3 .digitalmarketing_fig3_2 img {
    width: 235px;
    height: 45px
}

.digitalmarketing_block4 {
    padding: 65px 0 70px
}

.digitalmarketing_block4 .digitalmarketing_article {
    margin-top: 45px;
    margin-bottom: 90px
}

.digitalmarketing_block4 .digitalmarketing_article a {
    display: inline
}

.digitalmarketing_block5 {
    padding: 60px 0 70px
}

.digitalmarketing_block5 .digitalmarketing_fig5 {
    margin-top: 50px;
    padding: 0
}

.digitalmarketing_block5 img {
    display: block;
    width: 100%
}

.digitalmarketing_block6 {
    padding: 60px 0 70px
}

.digitalmarketing_block6 .digitalmarketing_fig6 {
    margin-top: 50px;
    padding: 0
}

.digitalmarketing_block6 img {
    display: block;
    width: 100%
}

.digitalmarketing_block7 {
    padding: 60px 0 75px
}

.digitalmarketing_block7 .digitalmarketing_fig7 {
    display: block;
    margin-top: 50px;
    margin-bottom: 75px;
    padding: 0
}

.digitalmarketing_block7 img {
    display: block;
    width: 100%
}

.digitalmarketing_headline {
    text-align: center;
    font-size: 36px;
    color: #34495e;
    font-weight: 300;
    line-height: 2
}

.digitalmarketing_subdiscript {
    margin: 0;
    text-align: center;
    color: #6a7884;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8
}

.digitalmarketing_line {
    border-width: 1px;
    height: 1px;
    border-style: solid;
    border-color: #e5e8ed
}

.digitalmarketing_br991 {
    display: none
}

.digitalmarketing_br850 {
    display: none
}

.digitalmarketing_br767 {
    display: none
}

.digitalmarketing_brall {
    display: block
}

@media screen and (max-width:991px) {
    .digitalmarketing_br991 {
        display: block
    }
    .bsetchoice_banner .digitalmarketing_desktopbanner {
        display: none
    }
    .bsetchoice_banner .digitalmarketing_mobilebanner {
        display: block;
        width: 100%
    }
}

@media screen and (max-width:850px) {
    .digitalmarketing_br850 {
        display: block
    }
}

@media screen and (max-width:767px) {
    .digitalmarketing_headline {
        font-size: 24px
    }
    .digitalmarketing_br767 {
        display: block
    }
}

#area-kerebro {
    width: 100%;
    height: 110px;
    padding: 10px 0;
    position: relative;
    background-color: #eaeaea
}

.kerebro-container {
    width: 728px;
    height: 90px;
    margin: 0 auto
}

.spirit {
    position: absolute;
    color: #fff
}

.mainStage h1,
.mainStage h2 {
    letter-spacing: 1px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, .5)
}

.mainStage h1 {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1
}

.mainStage h1 small {
    color: #fff;
    font-size: 40%
}

.mainStage h2 {
    margin: 0;
    text-align: center
}

.scrollBottom {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -90%);
    font-size: 3em
}

@media screen and (min-width:1200px) {
    .spirit {
        top: 30%;
        left: 50%;
        transform: translate(0, -30%)
    }
    .mainStage h1 {
        font-size: 10em
    }
    .mainStage h2 {
        font-size: 2.6em
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .spirit {
        top: 30%;
        left: 50%;
        transform: translate(-10%, -30%)
    }
    .mainStage h1 {
        font-size: 8em
    }
    .mainStage h2 {
        font-size: 2em
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .spirit {
        width: 100%;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -30%)
    }
    .mainStage h1 {
        font-size: 10em
    }
    .mainStage h2 {
        font-size: 1.5em
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .spirit {
        width: 100%;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -30%);
        -moz-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%)
    }
    .mainStage h1 {
        font-size: 5em
    }
    .mainStage h2 {
        font-size: 1.5em
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .cd-nav-top ul li a {
        font-size: 13px;
        vertical-align: sub
    }
}

.fluid-width-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0
}

.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}