.hideme {
    opacity: 0;
    margin: -60px 0 0 0;
}

/* top fade-in */
.top-fade-in {
    position: relative;
    top: -50px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hideme.show .top-fade-in {
    transition-delay: 0.7s;
    top: 0;
    opacity: 1;
}

/* left fade-in 2 */
.left-fade-in-2 {
    position: relative;
    left: -150px;
    bottom: -150px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    transform: rotate(20deg);
}

.hideme.show .left-fade-in-2 {
    transition-delay: 0.8s;
    left: 0;
    bottom: 0;
    opacity: 1;
    transform: rotate(0deg);
}

.hideme.show .left-fade-in-2.speed-2 {
    transition-delay: 1.0s;
}

.hideme.show .left-fade-in-2.speed-3 {
    transition-delay: 1.2s;
}

.hideme.show .left-fade-in-3.speed-1 {
    transition-delay: 1.4s;
}

.hideme.show .left-fade-in-2.speed-4 {
    transition-delay: 1.6s;
}

.hideme.show .left-fade-in-2.speed-5 {
    transition-delay: 1.8s;
}

.hideme.show .left-fade-in-2.speed-6 {
    transition-delay: 2.0s;
}

/* left fade-in */
.left-fade-in {
    position: relative;
    left: -150px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hideme.show .left-fade-in {
    transition-delay: 0.7s;
    left: 0;
    opacity: 1;
}

/* right fade-in */
.right-fade-in {
    position: relative;
    right: -150px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hideme.show .right-fade-in {
    transition-delay: 0.7s;
    right: 0;
    opacity: 1;
}

/* the-editor-area fade-in */
.the-editor-area p:nth-child(odd) {
    position: relative;
    left: -150px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.hideme.show .the-editor-area p:nth-child(odd) {
    transition-delay: 0.7s;
    left: 0;
    opacity: 1;
}

body {
    font-family: Arial, Helvetica, sans-serif, "Microsoft JhengHei", "LiHei Pro", sans-serif;
    font-size: 17px;
    color: #383348;
    padding: 0;
    margin: 0;
    line-height: normal;
    letter-spacing: 2px;
    width: 100%;
    overflow-x: hidden;
}

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

p {
    margin: 25px 0 0 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    opacity: 0.75;
}

img {
    max-width: 100%;
}

.main-area {
    width: 1200px;
    height: 100%;
    margin: auto;
    z-index: 800;
    position: relative;
}

@media screen and (max-width: 1200px) {
    
    .main-area {
        width: 90%;
    }
    
}

/* responsive */
.responsive-group {
    display: none;
}

.re-show {
    display: none;
}

@media screen and (max-width: 1200px) {
    
    body {
        padding: 100px 0 0 0;
    }
    
    .header {
        display: none;
    }
    
    .responsive-group {
        display: block;
    }
    
    .responsive-group .pull-down-icon {
        background: url("../images/re_pull_down_icon.png");
    }
    
    .re-nav {
        position: fixed;
        width: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.35s ease 0s;
        top: -100px;
        left: 0;
        height: 5px;
        overflow-y: auto;
        padding: 0 0 100px 0;
    }
    
    .re-nav.show {
        opacity: 1;
        height: 100%;
        margin-top: 0;
        z-index: 6000;
        top: 100px;
    }
    
    .re-nav ul {
        position: relative;
    }
    
    .re-nav ul li a {
        display: block;
        width: 100%;
        background: rgba(251, 204, 11, 0.95);
        border-bottom: solid 2px #383348;
        color: #383348;
        text-align: center;
        padding: 20px 0;
        font-size: 23px;
        font-weight: bold;
        text-decoration: none;
    }
    
    .re-nav ul li ul li a {
        padding: 5px 0;
        background: #fff;
        color: #d2ab67;
        font-size: 15px;
    }
    
    .header-nav .menu-icon {
        width: 30px;
        height: 30px;
        background: url("../images/re_menu_icon.png") no-repeat;
        background-size: 30px;
        position: fixed;
        z-index: 5500;
        right: 25px;
        top: 38px;
        cursor: pointer;
    }
    
    .header-nav .menu-icon.on {
        background: url("../images/re_menu_icon_close.png") no-repeat;
        background-size: 30px;
    }
    
    .header-nav {
        align-items: center;
        height: 100px;
        width: 100%;
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 7000;
        box-shadow: 0 0 8px #eee;
    }
    
    .header-nav a {
        margin: 0 0 0 30px;
    }
    
    .header-nav img {
        width: 150px;
        max-width: 100%;
    }
    
    .re-show {
        display: block;
    }
    
    .re-top-icon {
        height: 44px;
        background: #e9e9e9;
        position: fixed;
        width: 100%;
        z-index: 5800;
        top: 100px;
        left: 0;
        transition: all 0.35s ease 0s;
        opacity: 1;
    }
    
    .re-top-icon.hide {
        top: -100px;
        opacity: 0;
    }
    
    .re-top-icon ul {
        text-align: center;
    }
    
    .re-top-icon ul li {
        display: inline-block;
        margin: 5px 15px;
    }
    
    .responsive-group {
        display: block;
    }
    
    .re-nav .right-top-bar {
        width: 100%;
        position: relative;
        background: #e6e6e6;
        margin: 0;
        padding: 8px 0;
        top: 0;
        text-align: center;
    }
    
    .re-nav .right-top-bar * {
        line-height: normal;
        display: inline-block;
    }
    
    .re-nav .right-top-bar .lang-box {
        display: inline-block;
        margin: 10px 0;
    }
    
    .re-nav .right-top-bar .lang-box ul li a {
        padding: 0;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        font-weight: bold;
        background: none;
        color: #aaa;
        border: solid 1px #aaa;
    }
    
    .re-nav .right-top-bar .lang-box ul li a.this, 
    .re-nav .right-top-bar .lang-box ul li a:hover {
        color: #383348;
        border: solid 1px #383348;
    }
    
    .re-nav .right-top-bar .top-tv-icon, .re-nav .right-top-bar .world-icon {
        margin: 0 5px;
    }
    
    .responsive-group .re-nav .right-top-bar .world-icon .pull-down-icon {
        margin: 0;
        background: url("../images/pull_down_icon.png");
    }
    
}

.row {
    height: 100%;
    position: relative;
}

.height-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.big-c-text {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 700;
}

.big-c-text img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

body.scroll .big-c-text img {
    width: 90%;
    opacity: 0.25;
}


.header {
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: 1000;
    background: #fff;
}

.header a.logo {
    position: absolute;
    left: 0;
    top: 23px;
}

.header a:hover.logo {
    opacity: 0.5;
}

.header ul {
    position: absolute;
    right: 0;
    top: 64px;
}

.header ul li {
    display: inline-block;
}

.header ul li a {
    color: #000;
    text-decoration: none;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 0 50px;
    padding: 0 0 25px 0;
    border-bottom: solid 8px #fff;
}

.header ul li a:hover {
    border-bottom: solid 8px #dfdfdf;
    opacity: 1;
}

.header ul li a.this {
    border-bottom: solid 8px #000;
    opacity: 1;
}

.weaving-ideas-area {
    width: 100%;
    height: 1080px;
    background-position: center;
    background-repeat: repeat;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    
    .weaving-ideas-area {
        height: auto;
        padding: 100px 0 75px 0;
    }
    
}

.weaving-ideas-area h3 {
    color: #000;
    font-size: 64px;
    font-weight: bold;
    margin: 0 0 50px 0;
}

.services-area {
    width: 100%;
    height: 1080px;
    background-position: top center;
    background-repeat: repeat;
    color: #fff;
    font-size: 24px;
}

@media screen and (max-width: 1200px) {
    
    .services-area {
        height: auto;
        padding: 150px 0;
    }
    
    .services-area .left-fade-in-2 {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        overflow: hidden;
    }
    
    .services-icon {
        padding: 0 0 0 120px !important;
        font-size: 15px !important;
    }
    
}

@media screen and (max-width: 620px) {
    
    .services-area {
        margin: auto;
    }
    
    .services-area .left-fade-in-2 {
        display: block;
        width: 100%;
    }
    
}

.services-icon {
    height: 120px;
    padding: 0 0 0 140px;
    display: block;
    position: relative;
    font-size: 21px;
}

.services-icon.icon-01 {
    background: url("../images/services_icon01.png") left no-repeat;
}

.services-icon.icon-02 {
    background: url("../images/services_icon02.png") left no-repeat;
}

.services-icon.icon-03 {
    background: url("../images/services_icon03.png") left no-repeat;
}

.services-icon.icon-04 {
    background: url("../images/services_icon04.png") left no-repeat;
}

.services-icon.icon-05 {
    background: url("../images/services_icon05.png") left no-repeat;
}

.services-icon.icon-06 {
    background: url("../images/services_icon06.png") left no-repeat;
}

.services-area h3 {
    font-size: 64px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.services-area h4 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.portfolio-area {
    width: 100%;
    height: 1080px;
    background-position: top center;
    background-repeat: repeat;
    position: relative;
}

@media screen and (max-width: 1200px) {
    
    .portfolio-area {
        height: auto;
        padding: 130px 0 0 0;
    }
    
}

.portfolio-area h3 {
    color: #000;
    font-size: 64px;
    font-weight: bold;
}

.portfolio-area ul {
    margin: 50px 0 0 0;
}

.portfolio-area ul li {
    margin: 20px 0;
}

.portfolio-area ul li a {
    color: #000;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
}

.portfolio-area a.more-btn {
    color: #000;
    font-size: 24px;
    text-decoration: none;
    border: solid 2px #000;
    padding: 15px 25px;
    font-weight: bold;
    margin: 25px 0 0 0;
    display: inline-block;
    border-radius: 2px;
}

.portfolio-area a:hover.more-btn {
    background: #000;
    color: #fff;
    opacity: 1;
    padding: 15px 45px;
}

.portfolio-box .col-xl-6 {
    padding: 0;
}

.portfolio-box {
    width: 690px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
}

.portfolio-box .col-xl-6 {
    padding: 0;
}

@media screen and (max-width: 1200px) {
    
    .portfolio-box {
        width: auto;
        max-width: 100%;
        position: relative;
        right: auto;
        top: 0;
        padding: 100px 0 0 0;
    }
    
    .portfolio-box .row {
        margin: 0;
        padding: 0;
    }
    
    .portfolio-box .col-xl-6 {
        width: 50%;
        margin: 0;
        padding: 0;
    }
    
}

.portfolio-box .p-box-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #000;
    opacity: 0.65;
    transition: all 0.4s ease 0s;
}

.portfolio-box a:hover .p-box-mask {
    opacity: 0.45;
    height: 80%;
    top: 10%;
}

.portfolio-box .height-cente {
    position: relative;
    z-index: 10;
    margin: -50px 0 0 0;
}

.portfolio-box a.p-box {
    width: 360px;
    height: 360px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    
    .portfolio-box a.p-box {
        width: 100%;
        height: 360px;
        font-size: 21px;
    }
    
}

@media screen and (max-width: 768px) {
    
    .portfolio-box a.p-box {
        height: 200px;
        font-size: 17px;
    }
    
}

.portfolio-box a:hover.p-box {
    opacity: 1;
    color: #fbcc0b;
}

.aboutus-area {
    width: 100%;
    height: 1080px;
    background-position: center;
    background-repeat: repeat;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.7em;
}

@media screen and (max-width: 1200px) {
    
    .aboutus-area {
        height: auto;
        display: block;
        padding: 150px 0;
    }
    
}

.aboutus-area h3 {
    font-size: 64px;
    color: #000;
    font-weight: bold;
    margin: 0 0 50px 0;
}

.our-client-area {
    width: 100%;
    height: 1080px;
    background-position: center;
    background-repeat: repeat;
}

@media screen and (max-width: 1200px) {
    
    .our-client-area {
        height: auto;
        padding: 75px 0;
    }
    
    .our-client-box {
        width: 100%;
        margin: 40px 0 0 0 !important;
        
    }
    
}

.our-client-area h3 {
    font-size: 64px;
    font-weight: bold;
    color: #000;
}

.our-client-box {
    margin: 100px 0 0 0;
}

.our-client-box a {
    background: #fff;
    margin: 10px;
    display: inline-block;
    box-shadow: 2px 2px 6px #ccc;
    text-align: center;
    width: 240px;
    padding: 20px 0;
}

.our-client-box img {
    max-width: 100%;
}

.contact-area {
    background: #3b3b3b;
    color: #fff;
    font-size: 20px;
    padding: 100px 0;
}

@media screen and (max-width: 1200px) {
    
    .contact-area .height-center {
        margin: 0 0 100px 0;
    }
    
}

.contact-area a {
    text-decoration: none;
    color: #fff;
}

.contact-area a:hover {
    color: #fbcc0b;
    text-decoration: underline;
    opacity: 1;
}

.contact-area iframe {
    width: 100%;
    height: 350px;
    margin: 50px 0;
}

@media screen and (max-width: 1200px) {
    
    .contact-area iframe {
        margin: 25px 0;
    }
    
}

.contact-area h3 {
    font-size: 64px;
    font-weight: bold;
}

.contact-area .cs-box .row {
    margin-bottom: 20px;
}

.contact-area a.cs-btn {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    border: solid 2px #fff;
    padding: 15px 25px;
    font-weight: bold;
    margin: 25px 0 0 0;
    display: inline-block;
    border-radius: 2px;
}

.contact-area a:hover.cs-btn {
    background: #fff;
    color: #3b3b3b;
    opacity: 1;
    padding: 15px 45px;
}

.contact-area a.cs-btn.g-map {
    color: #fbcc0b;
    background: none;
    border: solid 2px #fbcc0b;
}

.contact-area a:hover.cs-btn.g-map {
    background: #fbcc0b;
    color: #3b3b3b;
    opacity: 1;
    padding: 15px 45px;
}

.footer {
    background: #fbcc0b;
    padding: 20px 0;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: bold;
}

/**********/

.desktop-ver {
    display: block;
}

.responsive-ver {
    display: none;
}

@media screen and (max-width: 1200px) {
    
    .desktop-ver {
        display: none;
    }
    
    .responsive-ver {
        display: block;
        text-align: center;
    }
    
    .responsive-ver img {
        max-width: 70%;
    }
    
}

@media screen and (max-width: 1200px) {
    
    body * h3 {
        font-size: 40px !important;
    }
    
    body * p {
        font-size: 17px !important;
    }
    
    body * {
        font-size: 17px !important;
    }
    
}

@media screen and (max-width: 768px) {
    
    body * h3 {
        font-size: 30px !important;
    }
    
    body * p {
        font-size: 15px !important;
    }
    
    body * {
        font-size: 15px !important;
    }
    
}

.services-area-2 {
    background: #222;
    padding: 40px 0;
    color: #fff;
    border-top: solid 2px #fbcc0b;
    border-bottom: solid 2px #fbcc0b;
}

.services-area-2 h2 {
    font-weight: bolder;
    font-size: 35px;
    margin: 0;
    color: #fbcc0b;
}

.services-area-2 h3 {
    font-weight: bolder;
    font-size: 29px;
    margin: 0;
    color: #fff;
}

.services-area-2 img {
    cursor: pointer;
}

.popup-mask {
    background: #222;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 8000;
    display: none;
}

.popup-box {
    position: fixed;
    left: 50%;
    top: 50px;
    width: 90%;
    margin: 0 0 0 -45%;
    height: 580px;
    max-height: 80%;
    background: #fff;
    z-index: 8500;
    border-radius: 5px;
    padding: 25px 25px 50px 25px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

.popup-box .row {
    height: auto;
}

.close-btn {
    cursor: pointer;
    display: inline-block;
}