@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,500,700,900&display=swap');

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-flow: column;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

img {
    border: 0;
}

/* disable font boosting on mobile browsers */
body,
body * {
    box-sizing: border-box;
    max-height: 1000000em;
    /* Chrome for Android */
    -moz-text-size-adjust: none;
    /* Firefox Mobile */
}

a {
    color: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

p {
    font-size: 16px;
    max-height: 100%;
    text-align: justify;
}

input,
button,
label,
textarea {
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    box-shadow: 0;
}

h1, .h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

h3, .h3 {
    font-size: 26px;
    font-weight: 500;
}

.clear {
    clear: both;
}

.btn {
    width: 190px;
    display: inline-block;
    border-radius: 22.5px;
    height: 45px;
    background: #E6BB07;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    transition: 0.2s;
}

.btn img {
    display: inline-block;
    width: 30px;
    position: relative;
    top: 3px;
}

.btn:hover {
    background: rgb(243, 200, 28);
}

a.more-items.btn {
    background: transparent;
    border: 1px solid #4C3329;
    color: #4C3329;
    margin: 20px auto 30px;
    /* display: block; */
    display: none;
}

a.more-items.btn i {
    font-size: 12px;
    padding-left: 5px;
    transform: scale(0.8);
    position: relative;
    top: -1.5px;
}

a.more-items.btn:hover {
    color: #fff;
    background: rgb(122, 77, 59);
    border: none;
}

h1, .h1 {
    letter-spacing: 0.09em;
}

.goTop {
    position: fixed;
    z-index: 9;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 40px !important;
    font-size: 12px;
    display: none;
}

.goTop:hover {
    background: #999;
}

.breadcrumb {
    width: 100%;
    max-width: 1170px;
    margin: 100px auto 0px;
    font-size: 12px;
    font-weight: 300;
}

.breadcrumb a {
    display: inline-block;
    padding: 0 10px;
    color: #000;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.noscroll {
    overflow: hidden;
}

nav {
    top: 0;
    top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    top: env(safe-area-inset-top);
    width: 100%;
    height: 70px;
    position: fixed;
    background: #fff;
    z-index: 9;
    padding: 0px 10px 0px 30px;
    text-align: right;
    padding-right: 40px;
    z-index: 996;
    border-bottom: 1px solid #eee;
}

nav a.top-logo {
    display: inline-block;
    width: 180px;
    left: 10px;
    top: 5px;
    margin-right: 30px;
    position: absolute;

}

nav a.top-logo img {
    width: 100%;
    display: block;
}

nav ul.top-logo img {
    display: block;
    height: 100%;
}

nav ul.menu {
    display: block;
    height: 80px;
    width: 700px;
    position: absolute;
    right: 340px;

}

nav ul.menu>li {
    overflow: hidden;
    display: inline-block;
    margin: 0 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

nav ul.menu>li>a {
    font-size: 16px;
    display: block;
    position: relative;
    height: 70px;
    line-height: 70px;
}

nav ul.menu>li i,
ul.menu>li i {
    font-size: 12px;
    padding-left: 5px;
    color: #444;
}

nav ul.menu>li:hover {
    border-bottom: 3px solid #E6BB07;
}



ul.dropdown {
    display: none;
    position: fixed;
    width: 100vw;
    background: #f5f5f5;
    top: 70px;
    left: 0;
    padding: 20px 50px 12px;
    border-bottom: 1px solid #e4e4e4;
    z-index: 996;
}

ul.dropdown li {
    display: inline-block;
    width: 17%;
    margin: 1% 1% 20px;
    text-align: center;
}

ul.dropdown li a span.img-wrap{
    display: block;
    width: 100%;
    padding-top:  56.25%;
    height: 0;
    position: relative;
    top: 0;
    overflow: hidden;
}
ul.dropdown li img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 100%;
}

ul.dropdown li p {
    background: #eeeeee;
    padding: 10px 20px;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 9;
}

nav form.search-form {
    display: flex;
    position: fixed;
    right: 145px;
    margin-right: 20px;
    top: 12px;
    width: 150px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
}

nav form.search-form input {
    border: 0;
    margin-bottom: 0;
    width: 118px;
}

nav form.search-form button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: -2px 0 0 0;
    font-size: 24px;
    cursor: pointer;
}

nav a.online-shopping-btn {
    position: fixed;
    right: 150px;
    padding-right: 20px;
    margin: 0 20px;
    top: 13px;
    width: 160px;
}

nav ul.social-icon {
    display: block;
    height: 40px;
    position: fixed;
    top: 13px;
    width: 110px;
    right: 50px;
}

nav ul.social-icon li {
    height: 40px;
    display: inline-block;
}

nav ul.social-icon li a {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #666;
    padding: 5px;
    transition: 0.3s;
}

nav ul.social-icon li a:hover {
    color: #000;
}


.burger,
.close {
    cursor: pointer;
    position: fixed;
    top: 13px;
    right: 8px;
    z-index: 999;
    padding: 15px;
    transition: 0.2s all;
    display: none;
}

.burger li {
    background: #000;
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 20px;
    margin-bottom: 4px;
    transition: 0.2s all;
}

.close li {
    background: #000;
    display: block;
    height: 2px;
    width: 22px;
    margin-bottom: 5px;
    transition: 0.2s all;
}

.close li:first-child {
    transform: rotate(43deg);
    margin-top: 6px;
    background: #000
}

.close li:nth-child(2) {
    transform: rotate(-43deg);
    margin-top: -7px;
    background: #000
}





.insta-chat {
    width: 100px;
    height: 280px;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 999;
}

.insta-chat a.insta-chat-btn {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: block;
    box-shadow: 0 0 10px #999;
    background: #fff;
    position: relative;
    top: 180px;
    z-index: 8;
}

.insta-chat a.insta-chat-btn img {
    width: 60%;
    display: block;
    top: 24%;
    left: 19%;
    position: relative;
}

.insta-chat .insta-chat-types {
    position: absolute;
    bottom: 70px;
    height: 200px;
    width: 100%;
    right: 10px;
}

.insta-chat a.insta-chat-type {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: block;
    box-shadow: 0 0 10px rgba(67, 67, 67, 0.397);
    background: rgb(245, 245, 245);
    position: relative;
    margin: 10px;
    padding: 15px 0px;
    left: 200%;
}

.insta-chat .line-qrcode {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -200px;
    width: 400px;
    height: 420px;
    z-index: 998;
}

.insta-chat .line-qrcode img {
    width: 100%;
    display: block;
}

.insta-chat .line-qrcode p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.show {
    left: 0% !important;
}

.hide {
    left: 200% !important;
}

a.insta-chat-type-top {
    transition: 0.2s ease-in-out;
    transition-delay: 0.1s;
}

a.insta-chat-type-bottom {
    transition: 0.2s ease-in-out;
}

.insta-chat a.insta-chat-type i {
    font-size: 40px;
    display: block;
    text-align: center;

}

section.slideshow-wrap {
    width: 100%;
    height: 87vh;
    padding-top: 70px;
    overflow: hidden;
}

section.slideshow-wrap .slideshow-boxes {
    width: 100%;
    height: 100%;
}

section.slideshow-wrap .slideshow-boxes .slideshow-box {
    width: 100%;
    height: 87vh;
    display: table !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-left: 10vw;
    color: #fff;
    position: relative;
}

.slide1 {
    background-image: url('../images/pic1.jpg');
}


.slide2 {
    background-image: url('../images/pic4.jpg');
}


.slide3 {
    background-image: url('../images/pic8.jpg');
}

section.slideshow-wrap .slideshow-boxes .slideshow-box .slideshow-txt {
    z-index: 2;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    top:-50px;
}

section.slideshow-wrap .slideshow-boxes .slideshow-box h1, section.slideshow-wrap .slideshow-boxes .slideshow-box .h1 {
    font-size: 50px;
    line-height: 1.3em;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
}

section.slideshow-wrap .slideshow-boxes .slideshow-box h2, section.slideshow-wrap .slideshow-boxes .slideshow-box .h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 15px;
    width: 60%;
}

section.slideshow-wrap .slideshow-boxes .slideshow-box .gray-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #30303041, transparent);
}

button.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.24);
    transition: 0.3s;
    z-index: 9;
    margin-top: -15px;
    background: transparent;
    border: 0;
    cursor: pointer;
}

button.slick-arrow:hover {
    color: rgba(255, 255, 255, 0.418);
}

button.slick-next {
    right: 20px;
}

button.slick-prev {
    left: 20px;
}

section.idea {
    width: 100%;
    padding: 40px 10% 60px;
    max-width: 1100px;
    margin: 0 auto;
}

section.idea h1, section.idea .h1 {
    text-align: center;
    font-weight: 500;
    font-size: 40px;
}

section.idea ul.ideas {
    text-align: center;
    padding-top: 30px;
    display: table;
    width: 100%;
}

section.idea ul.ideas li {
    display: table-cell;
    width: 33%;
}

section.idea ul.ideas li img {
    margin: 0 auto 10px;
    width: 40%;
    display: block;
}

section.idea ul.ideas li a h2, section.idea ul.ideas li a .h2 {
    font-weight: 500;
    font-size: 30px;
}

section.idea ul.ideas li a h3, section.idea ul.ideas li a .h3 {
    font-weight: 300;
    color: #666;
    font-size: 18px;
    line-height: 1.4em;
    width: 150px;
    margin: 0 auto;
}

section.gray-area {
    background: rgb(242, 242, 242);
    padding: 50px 5%;
}

section.white-area {
    background: #fff;
    padding: 50px 5%;
    padding-bottom: 40px;
}


.content-wrap, .ckeditor-body {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

.content-wrap>h1, .content-wrap>.h1 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin: 30px 0;
}

.content-group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.content-box {
    background: #fff;
    width: 30%;
    box-shadow: 0 0 10px #ddd;
    margin: 0 1.5% 30px;
}

.content-box>h1, .content-box>.h1 {
    border-top: 5px solid #E6BB07;
    height: 77px;
    font-size: 20px;
    line-height: 77px;
    font-weight: 500;
    padding: 0 15px;
    text-align: left;
}

.content-box>h1 img, .content-box>.h1 img {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
    position: relative;
    top: 6px
}

.content-box .content-img {
    height: 0;
    padding-top:  56.25%;
    position: relative;
    overflow: hidden;
    display: block;
}

.content-box .content-img img {
    position: absolute;
    width: 100%;
    top: 0;
    transition: 0.3s;
    min-height: 100%;
}

.content-box:hover .content-img img {
    transform: scale(1.1);
}

.video-img::before {
    content: '';
    background: url('../images/play-icon.svg') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transition: 0.3s;
}

.content-box .content-img.video-img::before {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
}

.content-box:hover .content-img.video-img::before {
    opacity: 0.7;
}

.project-list .content-box>h1.video-content-title, .project-list .content-box>.h1.video-content-title {
    font-size: 16px;
    line-height: 1.5em;
}

.content-box .content-link {
    height: 66px;
    font-size: 16px;
    line-height: 66px;
    font-weight: 300;
    padding: 0 20px;
    background: #fff;
    display: block;
    overflow: hidden;
}

.online-shopping-box {
    width: 63.5%;
    background: url('../images/pic6.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: 400px;
    padding: 120px 0;
    margin: 3% 1.5%;
    box-shadow: 0 0 10px #ddd;
    position: relative;
}

.online-shopping-box-txt {
    position: relative;
    z-index: 2;
}

.online-shopping-box h1, .online-shopping-box .h1 {
    font-size: 46px;
    margin-bottom: 10px;
    line-height: 1.3em;
    font-weight: 500;
}

.online-shopping-box h2, .online-shopping-box .h2 {
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 27px;
}

.online-shopping-box .gray-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(80, 80, 80, 0.459), transparent, transparent)
}

.online-shopping-box a.btn {
    padding-right: 20px;
}

.fanpage-wrap {
    box-shadow: 0 0 10px #ddd;
    width: 30%;
    margin: 3% 1.5%;
    background: #fff;
    overflow: hidden;
    height: 400px;
}


footer,
footer p {
    text-align: center;
    font-weight: 300;
}

footer h3, footer .h3 {
    padding: 20px 30px;
    border-top: 1px solid #e4e4e4;
    color: #4C3329;
    font-size: 26px;
}

footer ul.menu {
    border-top: 1px solid #e4e4e4;
    padding: 20px 30px;
}

footer ul.menu li {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}

footer h1, footer .h1 {
    padding: 20px 30px 0;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    border-top: 1px solid #e4e4e4;
}

footer ul.social-icon {
    margin-bottom: 30px;
    padding: 50px;
}

footer ul.social-icon li {
    font-size: 40px;
    display: inline-block;
    padding: 0 10px;
}

footer ul.social-icon li a{
    cursor: pointer;

}

footer p.copyright {
    padding: 10px 30px;
    font-size: 12px;
}

.contact-detail{
    display: none;
}

ul.contact-detail{
    position: fixed;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -150px;
    z-index: 999;
}

ul.phone-detail {
    margin-top: -120px;
}

ul.contact-detail li{
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    background: #fff;
    margin-bottom: 6px;
    padding: 16px;
    border-radius: 78px;
    box-shadow: 0 0 5px #00000075;
}

ul.contact-detail li a{
    text-decoration: underline;
    margin-left: 5px;
}


ul.weixin-detail.contact-detail{
    margin-top: -190px;
}

ul.weixin-detail li {
    padding-top: 25px;
    padding-bottom: 30px;
    border-radius: 18px;

}

ul.weixin-detail li img{
    display: block;
    width: 100%;
}


/*Page*/

.page-title {
    text-align: center;
    padding: 40px 14% 40px;
    margin: 0 auto;
}

.page-title h1, .page-title .h1 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 10px;
}

.page-title h2, .page-title .h2 {
    font-weight: 300;
    line-height: 1.5em;
    font-size: 18px;
}

.product-list-wrap .content-box {
    margin-bottom: 30px;
}

.product-list-wrap .content-box .content-img img {
    height: 100%;
    width: auto;
    left: 50%;
    transform: translate(-50%,0);
}

.product-list-wrap .content-box .content-link {
    font-size: 20px;
    text-align: center;
}

.related-content {
    padding-top: 30px;
}

.related-content .content-group {
    max-width: 1000px;
    margin: 20px auto 50px;
}

.related-slide-wrap .content-box {
    width: 18%;
    margin:0;
}


.related-content button.slick-arrow {
    color: #ddd;
    margin-top: -25px;
}

.related-content button.slick-prev {
    left: -30px
}

.related-content .content-box .content-link {
    height: 40px;
    line-height: 40px;
    background: #ececec;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.related-content .content-box .content-img {
    padding-top: 60%;
}

.related-content button.slick-next {
    right: -30px
}

.content-group.related-slide-wrap.slick-initialized.slick-slider .slick-slide>div{
    margin: 0 5px;
}

.product-primary-info {
    padding-bottom: 40px;
}

.product-slide {
    width: 55%;
    float: left;
}

.product-slide .slider-img {
    margin-bottom: 16px;
}

.product-slide .slider-nav {
    width: 70%;
    margin: 0 auto;
}

.product-slide .slider-img .ratio-img-container {
    position: relative;
    width: 100%;
}

.product-slide .slider-nav .ratio-img-container {
    position: relative;
    width: 100%;
}

.product-slide .slider-img .ratio-img-container .ratio-img-wrap,
.product-slide .slider-nav .ratio-img-container .ratio-img-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.7%;
}

.product-slide .slider-img .ratio-img-container .ratio-img-wrap img,
.product-slide .slider-nav .ratio-img-container .ratio-img-wrap img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.product-slide .slider-nav .slick-slide {
    margin: 0 8px
}

.product-slide button.slick-arrow {
    color: #999;
    margin-top: -15px;
}

.product-slide button.slick-prev {
    left: -40px
}

.product-slide button.slick-next {
    right: -40px
}

.product-detail-wrap .product-abstract {
    width: 40%;
    text-align: left;
    float: right;
}

.product-detail-wrap .product-abstract h1, .product-detail-wrap .product-abstract .h1 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}

.product-detail-wrap .product-abstract h2, .product-detail-wrap .product-abstract .h2 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.product-detail-wrap .product-abstract .product-scale {
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.product-contact-us ul.social-icon li {
    display: inline-block;
}

.product-contact-us ul.social-icon li a {
    font-size: 40px;
    margin-right: 20px;
}

.product-contact-us ul.social-icon li a i.fa-line {
    color: #30B942;
}

.product-contact-us ul.social-icon li a i.fa-phone-alt {
    font-size: 36px;
    color: #144896;
}

.product-contact-us ul.social-icon li a i.fa-envelope {
    color: #E6BB07;
}

.product-features {
    clear: both;
    padding: 40px 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.product-features ol {
    margin-top: 10px;
}

.product-features ol li {
    margin-bottom: 5px;
    font-weight: 300;
    list-style: decimal outside;
    margin-left: 20px;
}

.product-story {
    padding: 50px 0;
    border-bottom: 1px solid #aaa;
}

.product-story h3, .product-story .h3 {
    text-align: center;
    margin-bottom: 30px;
}

.product-story p {
    margin-bottom: 30px;
    font-weight: 300;
}

.product-story img {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

.product-certification {
    padding: 50px 0;
    border-bottom: 1px solid #aaa;
}

.product-certification ul li {
    margin-bottom: 5px;
    list-style: decimal outside;
    margin-left: 20px;
    font-weight: 300;
}

.product-certification ul li a {
    margin-left: 5px;
    height: 38px;
    line-height: 38px;
    width: 150px;
}

.product-certification ul li img.certification {
    position: fixed;
    z-index: 999;
    width: 30vw;
    left: 35vw;
    height: auto;
    top: 10vh;
    display: none;
}

.black-bg {
    position: fixed;
    z-index: 997;
    background: rgba(33, 33, 33, 0.653);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.video-highlight {
    width: 100%;
    position: relative;
    margin: 0 1.5% 40px;
}

.video-title {
    position: relative;
    width: 100%;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    border-left: 5px solid #E6BB07;
    padding: 25px;
    z-index: 4;
    margin-bottom: 30px;
}

.video-frame {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    margin: 0 0% 40px;
}

.video-frame iframe {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.video-frame.video-img::before {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
}

.video-frame.video-img:hover::before {
    display: none;
}

.video-container{
    position: fixed;
    width:80%;
    height: 0;
    padding-top: 45%;
    top: 7vh;
    left: 10%;
    z-index: 1013;
    display: none;
}

.video-container iframe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;

}

.video-title h1, .video-title .h1 {
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.video-title h2, .video-title .h2 {
    line-height: 1.3em;
    font-weight: 300;
    font-size: 18px;
}

.case-highlight {
    width: 100%;
    margin: 0 1.5% 40px;
    position: relative;
}

.case-title {
    position: absolute;
    right: 0;
    width: 26%;
    text-align: left;
    z-index: 4;
}

.case-title h1, .case-title .h1 {
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.case-title h2, .case-title .h2 {
    line-height: 1.6em;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
}

.case-title .designer {
    text-align: center;
    position: relative;
}

.case-title .designer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #E6BB07;
    left: 0;
    z-index: 0;
    top: 35px;
}

.designer .designer-img {
    width: 80px;
    height: 80px;
    display: block;
    z-index: 2;
    position: relative;
    margin: 0 auto 20px;
    border-radius: 40px;
    overflow: hidden;
}

.designer .designer-img img {
    width: 100%;
    display: block;
}

.designer h1, .designer .h1 {
    text-align: center;
    font-size: 20px;
}

.designer h3, .designer .h3 {
    font-size: 15px;
    color: #666;
}

.case-img {
    width: 70%;
    position: relative;
}

.case-img a {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}


.case-img img {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    min-height: 100%;
}

.content-box .designer {
    width: 100%;
    position: relative;
    height: 50px;
}

.content-box .designer .designer-img {
    width: 50px;
    display: block;
    float: left;
    margin-right: 15px;
}

.content-box .designer h3, .content-box .designer .h3 {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #666;
    margin-right: 10px;
}

.content-box .designer h1, .content-box .designer .h1 {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
}

/*Showcase and Video Page*/

.project-recommend-wrap>h1, .project-recommend-wrap>.h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.project-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.project-list .content-box {
    box-shadow: none;
    margin-bottom: 40px;
}

.project-list .video-img {
    padding-top: 56.25%;
}

.project-list .content-img {
    margin-bottom: 10px;
}

.project-list .content-box .video-img img {
    height: auto;
    width: 100%;
    min-height: 100%
}

.project-list .video-link {
    background: transparent;
}

.project-list .content-box>h1, .project-list .content-box>.h1 {
    border: none;
    padding: 5px 0 0;
    height: initial;
}

.project-list .content-box>h1 .content-link, .project-list .content-box>.h1 .content-link {
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    line-height: 1.5em;
    text-align: left;
    height: initial;
    margin-bottom: 10px;
}

.project-slide {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.project-slide .slick-slide {
    margin: 0 15px;
}

.project-slide button.slick-arrow {
    margin-top: -80px;
    color: #aaa
}

.project-slide button.slick-prev {
    left: -50px;
}

.project-slide button.slick-next {
    right: -50px;
}

.showcase-main-pic {
    width: 100%;
    height: 60vh;
    background-image: url('../images/pic10png.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 30px;
}

.showcase-content {
    position: relative;
    top: -30vh;
    background: #fff;
    padding: 5%;
    float: left;
    width: 100%;
    margin-bottom: -30vh;
}

.showcase-content .showcase-right {
    float: right;
    width: 22%;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 80px;
}

.showcase-content .showcase-right .designer {
    position: relative;
    margin-top: -40px;
}

.showcase-content .showcase-right .designer-info {
    border: 1px solid #e4e4e4;
    border-top: 5px solid #E6BB07;
    text-align: center;
    padding: 50px 40px;
    margin-bottom: 20px;
}

.showcase-content .showcase-right .designer .designer-img {
    position: relative;
    top: 60px;
}

.showcase-content .showcase-right .designer p.designer-quote {
    line-height: 1.4em;
    color: #666;
    text-align: center;
    font-size: 15px;
    margin: 10px 0;
}

.showcase-content .showcase-right .designer ul.social-icon li {
    display: inline-block;
    padding: 0 3px;
    font-size: 20px;
}

.showcase-content .showcase-right .showcase-info,
.showcase-content .showcase-right .showcase-share {
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 30px 40px;
    margin-bottom: 20px;
}

.showcase-content .showcase-right .showcase-info li::after {
    content: '';
    width: 10px;
    height: 1px;
    background: #7e7e7e;
    display: block;
    margin: 15px auto;
}

.showcase-content .showcase-right .showcase-info li:last-child::after {
    content: none;
}

.showcase-content .showcase-right h5, .showcase-content .showcase-right .h5 {
    font-size: 15px;
    color: #666;
    font-weight: 300;
}

.showcase-content .showcase-right h4, .showcase-content .showcase-right .h4 {
    font-size: 16px;
    font-weight: 500;
}

.showcase-content .showcase-right .showcase-share ul.social-icon li {
    display: inline-block;
    padding: 0 3px;
    font-size: 20px;
}

.showcase-content .showcase-left {
    float: left;
    width: 74%;
}

.showcase-content .showcase-left .case-title {
    position: relative;
    width: 100%;
}

.showcase-content .showcase-left img {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.showcase-content .showcase-left p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 25px;
}

/*News and Culture Page*/

.news-highlight {
    position: relative;
    margin: 0 1.5% 40px;
}

.news-highlight .news-title {
    width: 28%;
    position: absolute;
    right: 0;
    border-bottom: 5px solid #E6BB07;
    height: 100%;
}

.news-highlight .news-title h1, .news-highlight .news-title .h1 {
    font-size: 30px;
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.news-highlight .news-title h2, .news-highlight .news-title .h2 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 300;
    padding-bottom: 30px;
}

.news-highlight .news-title h3, .news-highlight .news-title .h3 {
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.news-highlight .news-img {
    width: 67%;
}

.news-highlight .news-img a {
    padding-top: 56.25%;
    height: 0;
    position: relative;
    width: 100%;
    display: block;
    background: #fff;
    overflow: hidden;
}

.news-highlight .news-img a img {
    display: block;
    /* width: 70%; */
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

.news-content-wrap .news-img{
    position: relative;
    padding-top: 65.6%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.news-content-wrap .news-content{
    padding-bottom:110px;
}

.news-content-wrap .news-img img{
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
}

.news-list {
    border-top: 1px solid #e4e4e4;
    padding-top: 40px;
}

.news-list .content-box {
    box-shadow: none;
    border-bottom: 3px solid #E6BB07;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.news-list .content-box .content-img {
    padding-top: 56.25%;
    margin-bottom: 15px;
}

.news-list .content-box .content-link {
    padding: 0;
    height: initial;
}

.news-list {
    background: #fff;
    /* width: 30%;
    box-shadow: 0 0 10px #ddd; */
    margin: 0 10px;
}

.content-link h1, .content-link .h1 {
    font-size: 18px;
    line-height: 1.4em;
    height: 60px;
    text-align: left;
}


.news-list .content-box .content-link h1, .news-list .content-box .content-link .h1 {
    height: initial;
    margin-bottom: 10px;
}

.news-list .content-box .content-link h2, .news-list .content-box .content-link .h2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-height: 30px;        /* fallback */
    max-height: 90px;
    overflow: hidden;
    height: 90px;
}

.news-list .content-box .content-link h3, .news-list .content-box .content-link .h3 {
    font-size: 16px;
    font-weight: 300;
}

.news-list .content-box .content-link.story-title h3, .news-list .content-box .content-link.story-title .h3 {
    display: none;
}

.news-content-wrap .news-title {
    text-align: left;
    border-bottom: 5px solid #E6BB07;
    margin-bottom: 20px;
}

.news-content-wrap .news-title h1, .news-content-wrap .news-title .h1 {
    text-align: left;
    margin-bottom: 10px;
}

.news-content-wrap .news-title h2, .news-content-wrap .news-title .h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.news-content-wrap .news-title h3, .news-content-wrap .news-title .h3 {
    font-size: 18px;
    font-weight: 300;
    color: #666;
}

.news-content-wrap img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.news-content {
    width: 100%;
    position: relative;
    padding-right: 180px;
}

.news-content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.news-share {
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 30px 40px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.news-share ul.social-icon li {
    display: inline-block;
    font-size: 20px;
    padding: 0 3px;
}

/*News Page Only*/
.news-page-only.news-highlight{
    width: 100%;
    margin: 20px 0 40px;
    padding-top: 56.25%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.news-page-only.news-highlight .news-img{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0;
}

.news-page-only.news-highlight .news-img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.news-page-only.news-highlight .news-title{
    position: absolute;
    top: 25%;
    z-index: 4;
    width: 70%;
    height: 50%;
    left: 15%;
    color: #fff;
    border-bottom: 0;
}

.news-page-only.news-highlight .news-title a h1, .news-page-only.news-highlight .news-title a .h1 {
    font-size: 36px;
    width: 80%;
    max-width: 600px;
    margin: 0 auto 20px;
    text-shadow: 0 0 5px #666666c0;
    color: #fff;
    text-align: center;
}

.news-page-only.news-highlight .news-title a h2, .news-page-only.news-highlight .news-title a .h2 {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 5px #666666c0;
    overflow: hidden;
}

.news-highlight .news-title a h3, .news-highlight .news-title a .h3 {
    color: #fff;
    margin: 0 auto;
    font-size: 13px;
    display: none;
}


.news-page-only.news-highlight .news-title a h3, .news-page-only.news-highlight .news-title a .h3 {
    display: block;
}

.news-page-only.news-highlight .news-title a span.know-more{
    color: rgb(11, 11, 11);
    width: 200px;
    margin: 0 auto;
    font-size: 15px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px !important;
    display: block;
    background: rgba(255, 255, 255, 0.76);
}

.news-tags{
    width: 100%;
    margin: 30px auto 0px;
    padding: 15px 15px 20px;
    text-align: center;
}

.news-tags h4, .news-tags .h4 {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.3em;
}

.news-tags ul {
    padding-top: 10px;
}

.news-tags ul li{
    display: inline-block;
}

.news-tags ul li a{
    padding: 5px 10px;
    background: rgba(230, 185, 7, 0.47);
    font-size: 16px;
    transition: 0.3s all;
    color: #fff;
    font-weight: 500;
}

.news-tags ul li a:hover{
    background: #E6BB07;
}



.news-page-only .news-title .news-tag{
    padding: 5px 10px;
    background: #E6BB07;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-page-only  .news-img{
    width: 65%;
    margin: 30px auto;
}

.news-page-only .news-title h3, .news-page-only .news-title .h3 {
    position: relative;
}

.news-page-only .news-title{
    border-bottom: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

.news-highlight .news-title h1, .news-highlight .news-title .h1 {
    text-align: left;
}

.news-tag-wrap{
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    margin-top: 10px;
    height: 35px;
}

.news-tag-wrap h4.news-tag, .news-tag-wrap .h4.news-tag {
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    color:#E6BB07;
}

.news-date{
    font-size: 15px;
    color: #7e7e7e;
    display: inline-block;
    position: absolute;
    right: 0;
}

.news-page-only .news-list .content-box{
    border-bottom: 0;
}

/*Contact Page*/
.contact-wrap {
    width: 70%;
    margin-left: 15%;
    float: left;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    margin-top: -30px;
}

.contact-left {
    width: 60%;
    float: left;
    padding-right: 50px;
    border-right: 1px solid #e4e4e4;
}

.contact-left h4, .contact-left .h4 {
    margin-bottom: 20px;
}

.contact-left h4 span.memo, .contact-left .h4 span.memo {
    float: right;
    font-weight: 300;

}

span.require {
    color: rgb(253, 119, 17);
}

button i {
    display: inline-block;
    padding-right: 5px;
}

button.slick-arrow i {
    display: block;
    padding-right: 0;
}

label {
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

input,
textarea {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    font-size: 16px;
}

textarea {
    height: 300px;
}

.contact-right {
    padding-left: 30px;
    float: right;
    width: 40%;
}

.contact-right ul.social-icon {
    margin-top: 20px;
}

.contact-right ul.social-icon li {
    display: inline-block;
    font-size: 30px;
    padding: 0 4px;
}

/*QA Page*/

.qa-wrap {
    width: 70%;
    margin-top: -20px;
}

h1.qa-cato-title, .h1.qa-cato-title {
    font-size: 30px;
    width: 100%;
    position: relative;
    color: #fff;
    display: block;
    background-position: center center;
    background-size: cover;
    margin-bottom: 1px;
    cursor: pointer;
}

h1.qa-cato-title span, .h1.qa-cato-title span {
    display: block;
    position: relative;
    z-index: 2;
    height: 160px;
    line-height: 160px
}

h1.qa-cato-title::after, .h1.qa-cato-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    height: 100%;
}

h1.product-qa, .h1.product-qa {
    background-image: url('../images/qa2.jpg');
}

h1.construct-qa, .h1.construct-qa {
    background-image: url('../images/qa1.jpg');
}

h1.maintain-qa, .h1.maintain-qa {
    background-image: url('../images/qa3.jpg');
}

.qa-container {
    display: none;
}

.qa-container ul.qa-box {
    margin-top: -1px;
    transition: 0.2s;
    cursor: pointer;
}

.qa-container ul.qa-box:hover li:first-child {
    background: #efefef;
}

.qa-container ul.qa-box li:first-child {
    border: 1px solid #e4e4e4;
    padding: 15px 20px;
}

.qa-container ul.qa-box li:first-child.on {
    border-bottom: 3px solid #E6BB07;
    background: #efefef;
}

.qa-container ul.qa-box li:first-child h2, .qa-container ul.qa-box li:first-child .h2 {
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding-right: 40px;
}

.qa-container ul.qa-box.on li:first-child h2, .qa-container ul.qa-box.on li:first-child .h2 {
    font-weight: 500;
}

.qa-container ul.qa-box li:first-child h2 i, .qa-container ul.qa-box li:first-child .h2 i {
    position: absolute;
    top: 6px;
    right: 10px;
}

.qa-container ul.qa-box li:last-child {
    padding: 20px 30px;
    display: none;
}

.qa-container ul.qa-box li:last-child p {
    font-weight: 300;
    margin-bottom: 15px;
}

/*ABOUT PAGE*/
.page-title h2.about-summary, .page-title .h2.about-summary {
    text-align: left;
}

.about-main-img {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background: url('../images/about.jpg') no-repeat center center;
    background-size: 100%;
}


.about-wrap {
    width: 80%;
    margin-left: 10%;
}

.about-concept {
    margin-bottom: 80px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

.about-concept h3, .about-concept .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-concept p {
    font-weight: 300;
    margin-bottom: 35px;
}

.about-story {
    margin-bottom: 80px;
    padding-bottom: 30px;
}

.about-story h3, .about-story .h3 {
    text-align: center;
    margin-bottom: 60px;
}

.about-story ul.story-boxes {
    width: 80%;
    margin: 0 auto;
}

.about-story ul.story-boxes>li {
    width: 100%;
    display: block;
}

.about-story ul.story-boxes>li ul.story-box {
    width: 100%;
    float: left;
}

.about-story ul.story-boxes>li ul.story-box>li {
    width: 50%;
    display: block;
    float: left;
}

.about-story ul.story-boxes>li ul.story-box>li:first-child {
    border-right: 1px solid #e4e4e4;
    position: relative;
}

.about-story ul.story-boxes>li ul.story-box>li:first-child::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #E6BB07;
    top: 50%;
    left: -5px;
    margin-top: -17px;
}

.about-story ul.story-boxes>li ul.story-box>li:first-child::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #E6BB07;
    top: 50%;
    margin-top: -14px;
    left: 1px;
}

.about-story ul.story-boxes>li ul.story-box>li:last-child {
    padding-left: 5%;
}

.about-story ul.story-boxes>li:nth-child(2n) ul.story-box>li {
    float: right;
}

.about-story ul.story-boxes>li:nth-child(2n) ul.story-box>li:first-child {
    padding-left: 5%;
    border-left: 1px solid #e4e4e4;
    border-right: 0;
    position: relative;
    left: -1px;
}

.about-story ul.story-boxes>li:nth-child(2n) ul.story-box>li:last-child {
    padding-left: 0%;
    padding-right: 5%;
}

.about-story ul.story-boxes>li:nth-child(2n+1) ul.story-box>li:first-child::before {
    right: -5px;
    left: initial;
}


.about-story ul.story-boxes>li:nth-child(2n+1) ul.story-box>li:first-child::after {
    right: -22px;
    left: initial;
}


.about-story ul.story-boxes>li ul.story-box>li p {
    line-height: 1.5em;
    font-weight: 300;
}

.about-story ul.story-boxes>li ul.story-box>li img {
    display: block;
    width: 90%;
    margin-bottom: 10%;
}


/*DESIGNER PAGE*/

.designer-list-wrap {
    padding-bottom: 40px;
}

.designer-list-wrap .designer {
    display: inline-block;
    width: 30%;
    margin: 1.4%;
    border: 1px solid #e4e4e4;
    border-top: 5px solid #E6BB07;
    padding: 60px 20px 20px;
    position: relative;
    margin-bottom: 80px;

}

.designer-list-wrap .designer .designer-img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
}

.designer-list-wrap .designer h3, .designer-list-wrap .designer .h3 {
    text-align: center;
    font-weight: 300;
}

.designer-list-wrap .designer p.designer-quote {
    text-align: center;
    margin: 10px;
    font-weight: 300;
}

.designer-list-wrap .designer ul.social-icon {
    text-align: center;
}

.designer-list-wrap .designer ul.social-icon li {
    display: inline-block;
    font-size: 20px;
    padding: 0 3px;
}

/*Ebook Iframe*/
.ebook-iframe iframe {
    width: 75%;
    margin: 10px auto 50px;
    height: 600px;
    display: block;
}

.ebook-iframe a.btn {
    display: block;
    margin: 0 auto 40px;
}


.ebook-single {
    width: 30%;
    margin: 3% 1.5%;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    position: relative;
}

.material-img {
    width: 100%;
    display: block;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.material-img img {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}

.material-txt {
    padding: 20px 20px 20px;
}

.material-txt h1, .material-txt .h1 {
    text-align: left;
    font-size: 20px;
}

.ebook-single .material-txt {
    padding-bottom: 60px;
}

.ebook-single .material-txt p{
    font-size: 14px;
    font-weight: 300;
}

.ebook-single a.btn {
    border-radius: 0;
    width: 100%;
    background: #666;
    transition: 0.2s;
    position: absolute;
    bottom: 0;
}


.ebook-single:hover a.btn {
    background: #E6BB07;
}

.space-cato {
    width: 100%;
    display: block;
    border-left: 5px solid #E6BB07;
    padding: 0;
    padding-left: 10px;
    line-height: 1em;
}

.space-cato h3, .space-cato .h3 {
    display: inline-block;
    color: rgb(108, 108, 108);
    font-size: 12px;
    border-radius: 3px;
    line-height: 15px !important;
    margin: 0;

}


.trix-content div, .ckeditor-body div {
    font-weight: 300;
}

.trix-content div strong, .ckeditor-body div strong {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.trix-content div a strong, .ckeditor-body div a strong {
    font-size: 18px;
}

.trix-content a, .ckeditor-body a {
    color: #7d6b64;
}

.trix-content img, .ckeditor-body img {
    width: 100%;
}

div#error_explanation {
    margin-bottom: 40px;
    padding: 10px;
    background: #8888881c;
    color: #de3d0c;
    border-radius: 8px;
}

div#error_explanation ul li{
    padding: 2px 0;
    list-style: disc outside;
    margin-left: 25px;
}

div#notice {
    margin-bottom: 40px;
    padding: 10px;
    background: #8888881c;
    color: #0c5733;
    border-radius: 8px;
}

.ebook-wrapper {
    height: calc(100vh - 70px);
    position: relative;
}

.flipbook-menu-btn {
    z-index: 1000;
}

.flipbook-thumb {
    margin-bottom: 50px;
}

@media screen and (max-width:1279px) {

    nav form.search-form {
        top: 14px;
        right: 155px;
    }

    nav a.online-shopping-btn {
        top: 13px;
        right: 160px;
    }

    nav ul.social-icon {
        top: 15px;
        right: 60px;
    }

    .burger,
    .close {
        top: 14px;
    }

    .breadcrumb {
        width: 90%;
        margin-top: 90px;
    }

    section.slideshow-wrap,
    section.slideshow-wrap .slideshow-boxes .slideshow-box {
        height: 60vh;
        min-height: 600px;
    }


    section.idea ul.ideas li a h3, section.idea ul.ideas li a .h3 {
        font-size: 14px;
    }

    .content-box .content-link {
        height: 56px;
        line-height: 56px;
    }

    .product-list-wrap .content-box .content-link {
        font-size: 16px;
    }

    .related-content .content-group {
        width: 70%;
    }

    .product-detail-wrap .product-abstract h2, .product-detail-wrap .product-abstract .h2 {
        font-size: 16px;
        line-height: 1.4em;
    }

    .product-detail-wrap .product-abstract p {
        line-height: 1.4em;
        font-size: 14px;
    }

    .showcase-main-pic {
        margin-top: 20px;
        background-size: cover;
        background-attachment: initial;
    }

    .showcase-content {
        top: -20vh;
        margin-bottom: -20vh;
    }

    .case-title {
        width: 36%;
    }

    .case-title h2, .case-title .h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .case-img {
        width: 60%;
    }

    .designer .designer-img {
        margin-bottom: 10px;
    }

    .contact-right ul.social-icon li {
        font-size: 36px;
        padding: 0 11px;
    }

}


@media screen and (max-width:1240px) {
    nav ul.menu {
        position: fixed;
        height: 100vh;
        background: #fff;
        width: 100vw;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-direction: column;
        padding: 50px 0;
        z-index: 999;
    }

    nav ul.menu>li {
        display: block;
        height: initial;
        overflow: initial;
    }

    nav ul.menu>li>a {
        text-align: left;
        padding-right: 12px;
    }

    nav ul.menu>li:hover {
        border: none;
    }

    ul.dropdown {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        border: none;
        position: relative;
        top: 0;
    }

    ul.dropdown li {
        width: 30%;
    }

    section.slideshow-wrap .slideshow-boxes .slideshow-box h2, section.slideshow-wrap .slideshow-boxes .slideshow-box .h2 {
        width: 80%;
    }


    .content-box {
        width: 100%;
        margin: 0 1.5% 30px;
    }


    .content-box .content-link {
        font-size: 18px;
        height: 70px;
        line-height: 70px;
    }

    .online-shopping-box h1, .online-shopping-box .h1 {
        font-size: 36px;
    }

    .online-shopping-box h2, .online-shopping-box .h2 {
        font-size: 20px;
    }

    .page-title {
        padding-top: 20px;
    }

    .product-list-wrap .content-box {
        width: 30%;
        margin: 0 1.5% 20px;
    }

    .product-list-wrap .content-box .content-link{
        height: 50px;
    line-height: 50px;
    }

    .related-content button.slick-arrow {
        margin-top: -40px;
    }

    .product-slide {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .product-detail-wrap .product-abstract {
        width: 100%;
        float: none;
    }


    .product-contact-us {
        position: fixed;
        background: #fff;
        z-index: 3;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 10%;
        display: table;
        border-top: 1px solid #e4e4e4;
    }

    .product-contact-us p {
        display: table-cell;
        vertical-align: middle;
        margin-right: 30px;
        width: 130px;
    }

    .product-contact-us ul.social-icon {
        display: table-cell;
    }

    .product-primary-info {
        padding-bottom: 0;
    }

    .product-features {
        border-top: none;
        padding-top: 0;
    }

    .product-certification ul li img.certification {
        width: 40vw;
        left: 30vw;
    }

    .project-slide button.slick-prev {
        left: -30px;
    }

    .project-slide button.slick-next {
        right: -30px;
    }

    .project-slide .slick-slide {
        margin: 0 10px;
    }

    .project-list .content-box,
    .news-list .content-box {
        width: 47%;
    }

    .video-highlight {
        padding-top: 0;
        height: initial;
    }

    .video-title {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        border-bottom: 5px solid #E6BB07;
        border-left: none;
        padding: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .video-frame {
        position: relative;
        padding-top: 56.25%;
        height: 0;
    }

    .video-frame iframe {
        position: absolute;
        top: 0;
    }

    .case-highlight {
        display: flex;
        flex-direction: column;
    }

    .case-highlight .case-title {
        position: relative;
        width: 100%;
        right: initial;
        margin-bottom: 30px;
    }

    .case-highlight .case-title>h1,
    .case-highlight .case-title>.h1,
    .case-highlight .case-title>h2,
    .case-highlight .case-title>.h2 {
        padding-right: 180px;
    }

    .case-highlight .case-title .designer {
        position: absolute;
        top: -20px;
        right: 0;
        width: 150px;
    }

    .case-title .designer::before {
        height: 5px;
        top: 40px;
    }

    .case-highlight .case-img {
        width: 100%;
    }

    .showcase-content .showcase-left {
        width: 100%;
        float: none;
    }

    .showcase-content .showcase-right {
        width: 100%;
        float: none;
    }

    .showcase-content .showcase-right>div {
        width: 100%;
    }

    .showcase-content .showcase-right .designer-info {
        padding-bottom: 30px;
    }

    .contact-left {
        width: 100%;
        float: none;
    }

    .contact-left {
        padding-right: 0;
        border: 0;
    }

    .contact-left button {
        margin: 0 auto;
        display: block;
    }

    .contact-right {
        display: none;
    }

    .news-highlight .news-title {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        border-left: none;
        padding: 0;
        margin-bottom: 30px;
    }

    .news-highlight .news-title h2, .news-highlight .news-title .h2 {
        font-size: 16px;
    }

    .news-highlight .news-title h3, .news-highlight .news-title .h3 {
        position: relative;
        margin-top: 20px;
        font-size: 14px;
    }

    .news-highlight .news-img {
        width: 100%;
    }

    .news-list{
        margin: 0;
    }

    .about-story ul.story-boxes {
        width: 100%;
    }

    .about-story ul.story-boxes>li ul.story-box {
        padding-bottom: 50px;
        padding-left: 30px;
        width: 90%;
        border-left: 1px solid #e4e4e4;
    }

    .about-story ul.story-boxes>li ul.story-box>li p {
        font-size: 14px;
    }

    .about-story ul.story-boxes>li ul.story-box>li {
        width: 100%;
        float: none;
    }

    .about-story ul.story-boxes>li:nth-child(2n) ul.story-box>li {
        float: none;
    }

    .about-story ul.story-boxes>li:nth-child(2n) ul.story-box>li {
        padding-left: 5% !important;
        border: none !important;
    }

    .about-story ul.story-boxes>li ul.story-box>li:first-child {
        padding-left: 5% !important;
        border: none !important;
    }

    .about-story ul.story-boxes>li ul.story-box>li:last-child {
        padding-left: 5% !important;
        padding-right: 0 !important;
    }

    .about-story ul.story-boxes>li ul.story-box>li img {
        margin-bottom: 20px;
        width: 100%;
    }

    .about-story ul.story-boxes>li ul.story-box>li:first-child::after {
        left: -29px !important;
        right: initial !important;
        width: 35px;
    }

    .about-story ul.story-boxes>li ul.story-box>li:first-child::before {
        left: -35px !important;
        right: initial !important;
    }


    .online-shopping-box {
        width: 100%;
        float: none;
    }

    .fanpage-wrap {
        width: 500px;
        height: 300px;
        overflow: hidden;
        margin: 3% auto;
    }

    .ebook-iframe iframe {
        width: 100%;
    }

    .ebook-single {
        width: 47%;
    }

    .designer-list-wrap .designer {
        width: 46.5%;
        margin: 0 1.5% 80px;
    }




}


@media screen and (max-width:768px) {
    .content-wrap .product-list-wrap .content-box{
        margin: 0 1.5% 30px;
    }

    section.slideshow-wrap .slideshow-boxes .slideshow-box h2, section.slideshow-wrap .slideshow-boxes .slideshow-box .h2 {
        font-size: 25px;
    }

    .news-page-only.news-highlight .news-title{
        top: 13%;
    }

    .news-list .content-box .content-link h2, .news-list .content-box .content-link .h2 {
        font-size: 14px;
        line-height: 24px;
        max-height: 72px;
    }

    .news-list .content-box .content-link h3, .news-list .content-box .content-link .h3 {
        font-size:14px;
    }

    .case-highlight .case-title>h1, .case-highlight .case-title>h2,
    .case-highlight .case-title>.h1, .case-highlight .case-title>.h2 {
        padding-right: 0;
    }




}

@media screen and (max-width:600px) {

    nav a.top-logo {
        width: 170px;
        top: 6px;
    }

    nav form.search-form {
        top: 14px;
    }

    nav a.online-shopping-btn {
        text-indent: -9999px;
        width: 35px;
        height: 35px;
        top: 17px;
        padding: 0;
    }

    nav a.online-shopping-btn img {
        position: absolute;
        display: block;
        right: 6px;
        top: 6px;
    }

    ul.dropdown {
        padding: 20px 10px;
    }

    ul.dropdown li {
        width: 45%;
    }

    section.slideshow-wrap,
    section.slideshow-wrap .slideshow-boxes .slideshow-box {
        min-height: 500px;
    }

    section.slideshow-wrap .slideshow-boxes .slideshow-box .slideshow-txt {
        padding-top: 30px;
    }

    section.slideshow-wrap .slideshow-boxes .slideshow-box h1, section.slideshow-wrap .slideshow-boxes .slideshow-box .h1 {
        padding-right: 20%;
        font-size: 40px;
    }

    section.slideshow-wrap .slideshow-boxes .slideshow-box h2, section.slideshow-wrap .slideshow-boxes .slideshow-box .h2 {
        padding-right: 20%;
        font-size: 20px;
        width: 80%;
    }

    section.idea h1, section.idea .h1 {
        font-size: 30px;
    }

    section.idea ul.ideas li a h2, section.idea ul.ideas li a .h2 {
        font-size: 20px;
    }

    section.idea ul.ideas li img {
        width: 60%;
        margin-bottom: 10px;
    }

    .online-shopping-box h1, .online-shopping-box .h1 {
        font-size: 30px;
        padding: 10px 30px 0;
    }

    .page-title {
        padding: 40px 50px 40px;
    }

    footer h1, footer .h1 {
        font-size: 30px;
    }

    footer h3, footer .h3 {
        font-size: 18px;
    }

    footer ul.social-icon {
        padding: 20px 100px;
    }

    h1.qa-cato-title span, .h1.qa-cato-title span {
        height: 140px;
        line-height: 140px;
    }

    .product-list-wrap .content-box {
        width: 100%;
    }

    .project-list .content-box,
    .news-list .content-box {
        width: 100%;
    }


    .case-highlight {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 30px;
    }

    .case-highlight .case-title>h1,
    .case-highlight .case-title>.h1,
    .case-highlight .case-title>h2,
    .case-highlight .case-title>.h2 {
        padding-right: 0;
    }

    .case-highlight .case-title .designer {
        position: relative;
        width: 100%;
        top: 0;
    }

    .project-list-wrap .content-box a.content-img {
        padding-top: 56.25%;
    }

    .about-concept h3, .about-concept .h3 {
        text-align: center;
    }

    .about-story ul.story-boxes>li ul.story-box>li:first-child::after {
        width: 30px;
    }

    .fanpage-wrap {
        width: 97%;
        height: 300px;
        overflow: hidden;
    }

    .news-highlight .news-title{
        border: none;
    }

    .news-highlight .news-title h2, .news-highlight .news-title .h2 {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .news-highlight .news-title h1, .news-highlight .news-title .h1 {
        font-size: 24px;
    }

    .news-content-wrap .news-title h3, .news-content-wrap .news-title .h3 {
        font-size: 15px;
    }

    .news-content-wrap .news-title h1, .news-content-wrap .news-title .h1 {
        text-align: left;
        line-height: 1.3em;
    }

    .news-content {
        padding-right: 0;
    }

    .news-share {
        position: relative;
        padding: 20px 10px;
    }

    .designer-list-wrap .designer {
        width: 100%;
        margin: 0 0 80px;
    }

    .content-wrap .product-list-wrap .content-box{
        margin: 0 1.5% 30px;
    }

    .news-content-wrap .news-content{
        padding-bottom: 0;
    }
    .news-page-only.news-highlight{
        display: flex;
        flex-direction: column-reverse;
        height: initial;
        padding-top: 0;
    }

    .news-page-only.news-highlight .news-title{
        position: relative;
        width: 90%;
        left: 5%;
    }

    .news-page-only.news-highlight .news-img{
        position: relative;
        margin-bottom: 40px;
    }


    .news-page-only.news-highlight .news-title a h1, .news-page-only.news-highlight .news-title a .h1 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #000;
        text-shadow: none;
    }

    .news-page-only.news-highlight .news-title a h2, .news-page-only.news-highlight .news-title a .h2 {
        font-size: 14px;
        color: #000;
        text-shadow: none;
    }

    .news-page-only.news-highlight .news-title a span.know-more{
        background: rgb(230, 187, 7);
    }

    .news-page-only.news-highlight .news-title a h3, .news-page-only.news-highlight .news-title a .h3 {
        color: #000;
        margin-bottom: 5px;
    }


}

@media screen and (max-width:425px) {


    nav {
        height: 60px;
    }

    nav a.top-logo {
        top: 1px;
    }

    .burger,
    .close {
        top: 7px;
    }

    nav ul.social-icon {
        display: none;
    }

    nav form.search-form {
        top: 8px;
        right: 40px;
        width: 125px;
    }

    nav form.search-form input {
        width: 93px;
    }

    nav a.online-shopping-btn {
        top: 13px;
        margin-right: 20px;
        right: 40px;
    }

    .insta-chat {
        width: 70px;
        bottom: 20px;
    }

    .insta-chat a.insta-chat-btn {
        width: 60px;
        height: 60px;
    }

    .insta-chat .insta-chat-types {
        bottom: 50px;
    }

    .insta-chat a.insta-chat-type {
        width: 60px;
        height: 60px;
    }

    .insta-chat a.insta-chat-type i {
        font-size: 30px;
    }

    section.slideshow-wrap .slideshow-boxes .slideshow-box {
        padding: 10px 60px;
    }

    section.slideshow-wrap .slideshow-boxes .slideshow-box h1, section.slideshow-wrap .slideshow-boxes .slideshow-box .h1 {
        padding-right: 0;
        margin-bottom: 10px;
        text-align: center;

    }

    section.slideshow-wrap .slideshow-boxes .slideshow-box h2, section.slideshow-wrap .slideshow-boxes .slideshow-box .h2 {
        padding-right: 0;
        text-align: center;
        width: 100%;
        font-size: 18px;
    }

    section.slideshow-wrap .slideshow-boxes .btn {
        display: block;
        margin: 0 auto;
    }


    section.idea ul.ideas li {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }


    section.idea ul.ideas li img {
        width: 30%;
        margin-bottom: 0;
    }

    section.idea ul.ideas li a h2, section.idea ul.ideas li a .h2 {
        font-size: 20px;
    }

    section.idea ul.ideas li a h3, section.idea ul.ideas li a .h3 {
        font-size: 16px;
    }

    .product-contact-us ul.social-icon li a {
        font-size: 30px;
        margin-right: 10px;
    }

    .product-contact-us ul.social-icon li a i.fa-phone-alt {
        font-size: 26px;
    }

    .product-contact-us p {
        width: 118px;
    }

    section.white-area {
        padding: 5%;
    }

    .case-highlight {
        margin: 0 0 40px;
    }

    .project-slide .slick-slide {
        margin: 0;
    }

    .ebook-iframe iframe {
        height: 300px;
    }

    .ebook-single {
        width: 100%;
    }

    .showcase-content{
        padding: 9%;
    }

    .trix-content div a strong, .ckeditor-body div a strong {
        font-size: 16px;
    }

    ul.contact-detail{
        width: 250px;
        margin-left: -125px;
    }



}

@media screen and (max-width:320px) {

    .product-contact-us {
        padding: 5px 8%;
    }

    .product-detail-wrap .product-abstract p {
        font-size: 12px;
        width: 100px;
    }

    footer ul.social-icon {
        padding: 20px 80px;
    }
}
