@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css?family=Squada+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=El+Messiri&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');

.pc2 { display:inline-block!important;}
.mobile2 { display:none!important;}

.photo_r{
border-radius: 0px;
    overflow: hidden;
}
.post-project2 { position: relative;}

.post-project2 > a {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease;
}
.post-project2:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
}

.post-project2 img {
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
}

.line::after {
content: '';
    width: 95%;
    height: 95%;
    z-index: 9;
    position: absolute;
    border: 1px #b37cbf solid;
	
}
.day {
	font-size: 12px;
    color: #ffffff;
    background: #6d2c7c;
    display: inline-block;
    padding: 2px 15px;
	font-family: cursive;
}
.index_about {
text-align: left;
    max-width: 800px;
    margin: 20px auto 0px;
    padding: 20px;
    border: 1px rgb(209 199 184) solid;
    font-weight: 100;
    background: rgb(255 255 255 / 34%);
    color: #000!important;
    font-weight: 400;
    border-radius: 15px;
    font-size: 20px;
    line-height: 2;
  
}
.index_about_title {
margin-top: 35px;
    font-weight: 600;
    color: #000 !important;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
/*
.index_about_title::after {
    content: '關 於「六 采」';
    position: absolute;
    -webkit-text-stroke: 5px #fff;
    z-index:-1;
    color: #fff;
    left: 0;
}
*/


/*
.index_about:first-letter {
	float: left;
	display: block;
	padding: 22px 30px;
	margin-right: 20px;
	margin-top: 8px;
	line-height: 40px;
	font-size: 40px;
	border-radius: 4px;
	background-color:#000;
	color: #fff;
	font-weight: 100;
	text-align: center;
	vertical-align: top;
}
*/


.index_about_title span {
        color: #012060;
}

.sstitle {
    display: block;
    font-size: 18px;
    color: #ffa137;
   
}

.more {
background: #ffffff;
    color: #7ab3bc;
    text-align: center;
    width: 100%;
    padding: 2px 0px;
    opacity: 1;
    /* transition: opacity 0.35s, -webkit-transform 0.7s; */
    /* transition: opacity 0.35s, transform 0.7s; */
    /* transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s; */
    border: 1px #7ab3bc solid;
    max-width: 200px;
    margin: auto;
}
.more:hover {
background: #7ab3bc;
    color: #fff;
}

.mouse {
    max-width: 30px;
    width: 100%;
    animation: move .9s ease-in-out infinite alternate;
    z-index: 999;
    bottom: 60px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    opacity: .8;
}

@-moz-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@-o-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}


.rd-navbar-nav span { 
    font-size: 12px;
    display: block;
    color: #ffa137;
}
.rd-navbar-submenu-toggle { display: inline-block!important;}
time {
	    font-size: 12px;
    color: #6d2c7c;
}
.adlogo {
	    display: inline-block;
    max-width: 300px;
    padding: 10px;
    margin: 10px;
}

.ad_box {
	
}
.ad_li {
	
}
.title {
	border: 1px #753086 solid;
    display: inline-block;
    padding: 5px 25px;
    color: #753086;
}
.ad {
	padding: 20px 0px;
}
.banner_title {
font-weight: 500;
    font-size: 45px;
    /* color: #498a94; */
    background: linear-gradient(to top, #163e6d, #498a94, #163e6d);
    background: -webkit-linear-gradient(to top, #163e6d, #498a94, #163e6d);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.banner_product {
    position: absolute;
    width: 100%;
    max-width: 24vw;
    top: 10vw;
    left: 50%;
    margin-left: 11vw;
    
    -webkit-filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
}
.banner_product2 {
    position: absolute;
    width: 100%;
    max-width: 24vw;
    top: 10vw;
    right: 50%;
    margin-right: 11vw;
    
     -webkit-filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
}
.banner_product3 {
    position: absolute;
    width: 100%;
    max-width: 24vw;
    top: 10vw;
    left: 50%;
    margin-left: 11vw;
    
    -webkit-filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(8px 8px 9px rgba(0, 0, 0, 0.7));
}
.search_li {
    border: 0!important;
    width: auto!important;
    margin-top: 19px!important;
}
.bf {    font-weight: 500;}


.pricing-label2 {
    /* display: none; */
    position: absolute;
    top: -36px;
    right: 26px;
    z-index: 1;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
}
.pricing-label2 svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    fill: #e52121;
}
.pricing-label2 span {
font-size: 29px;
    position: absolute;
    top: 31px;
    left: 11px;
    text-align: center;
}

.lititle {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px #9b9b9b dashed;
}
.menu_icon {
        width: 100%;
    max-width: 120px;
    margin-bottom: 20px;
    margin: auto;
}


.inpage_pic {order: 1;}
.inpage_text {order: 2;}

.about_bg {    background-color: #012060;}
.wtext {color: #fff;    line-height: 1.5;}
.banner_stitle {
font-size: 28px;
    color: #7ab3bc;
    display: block;
    font-weight: 500;
}
.index_bg {
    background-image: url(../images/index_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.index_bg h3 {font-weight: 500;}
.about_text {
        line-height: 1.6;
    font-size: 20px;
}
.about_text ul { 
padding: revert;
    margin: revert;
    list-style: auto;
}
.about_text ul li{ 
    list-style: disc;
    display: revert;
}
.about_text ul li ul{ 

}
.about_text ul li ul li{ 
list-style: circle;
}
.map {
    
}
.contact_box {
    padding: 60px 35px 15px;
    color: #fff;
    font-size: 18px;
}
.contact_box h3 {color: #fff; font-weight: 500;}
.contact_body {
        background: #012060;
    padding: 0;
    margin: 0;
}
.entitle {
    display: block;
    color: #ffa137;
    font-size: 18px;
}
.contact-info a {color: #fff;}
.contact-info a:hover {color:#ffa137; }
.contact_title {
        font-size: 24px;
    font-weight: 500;
    border-bottom: 1px rgb(255 255 255 / 28%) solid;
}

.link:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.8;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
    -webkit-filter: brightness(1.08);
    cursor: pointer;
}
.link2:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity:1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
    cursor: pointer;
    z-index: 3;
        box-shadow: 0 2px 12px rgb(0 0 0 / 71%);
}
.item {text-align: center;}
.timeline-title {color: #fff; font-weight: 600;}
.service_h {height: 200px;}
.pc_title {
        color: #000;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    top: -2px;
    left:10px;
        font-family: DFKai-sb;
}
.service_li {
        border: 1px #fff solid;
    min-height: 140px;
    padding: 15px 5px;
    font-size: 27px;
    line-height: 1.5;
    background: rgb(186 186 186 / 31%);
        border-radius: 8px;
}

.service_li span{ 
font-size: 18px;
    display: block;
    margin-top: 5px;
}
.service_li ul {
       font-size: 20px;
    display: flow-root;
    text-align: left; 
}
.service_li ul li{
   
}
.service_li ul li a{ 
 text-decoration: underline;
}

.service_li2 {
        border: 1px #fff solid;
    min-height: 240px;
    padding: 15px 5px;
    font-size: 27px;
    line-height: 1.5;
    background: rgb(186 186 186 / 31%);
        border-radius: 8px;
}

.service_li2 span{ 
font-size: 18px;
    display: block;
    margin-top: 5px;
}
.service_li2 ul {
       font-size: 20px;
    display: flow-root;
    text-align: left; 
}
.service_li2 ul li{
   
}
.service_li2 ul li a{ 
 text-decoration: underline;
}
.brand-name img {
      max-width: 145px;
    position: relative;
    top: 5px;
}
.topstitle {
    position: absolute;
    font-size: 15px;
    bottom: -21px;
    text-align: center;
    width: 100%;
      font-family: sans-serif;
    letter-spacing: .8px;
    padding-top: 1px;
    margin-bottom: -1px;
}

.rd-navbar--is-stuck .rd-navbar-nav > li > a {color: #163e6d!important;text-shadow: none;}
.logo-pic {
    width: 145px;
    height: 65px;
    display: block;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.rd-navbar--is-stuck .logo-pic {
     background-image: url("../images/logo.svg")!important;
}
.rd-navbar-fixed .logo-pic {
     background-image: url("../images/logo.svg")!important;
}
.footer-minimal span {font-weight: 500;}
.text-center h3 {margin-bottom:60px;}
.top-title {
   position: relative;
}
.top-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b1d478;
    display: block;
    left: 0;
    top: 31px;
    max-width: 33%;
}
.top-title::before {
     content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b1d478;
    display: block;
    right: 0;
    top: 31px;
    max-width: 33%;
}
.relative {position: relative;}
.product-list-ul {
    position: absolute;
}
.product-list-ul li{
border: 1px #163e6d solid;
    color: #163e6d;
    margin-bottom: 2px;
    padding: 4px 15px;
    font-size: 15px;
    background: rgb(255 255 255);
    font-weight: 600;
}
.thumb-corporate:hover {cursor: pointer;}
.about .logo-pic { background-image: url("../images/logo.svg")!important;} 
.about .rd-navbar-wrap {position: relative!important;}
.about .rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a {color: #163e6d!important;text-shadow: none;}
.about .rd-navbar-static.rd-navbar_dark .rd-navbar-nav > li > a:hover {color: #7ab3bc!important;}
.img-thumbnail-variant-2 {/*width: 100%;*/}
.img-thumbnail-variant-2 .icon-lg {
 background: rgb(255 255 255 / 80%);
    padding: 10px;
    border-radius: 80%;
}
.size-box {
        display: flex;
    margin-top: 10px;
}
.size-box li {
border: 1px #163e6d solid;
    padding: 1px 15px;
    margin: 2px;
    color: #163e6d;
    font-weight: 300;
}
.thumbnail-classic .caption h5 a {color: #fff!important;}
.thumbnail-classic-title {color: #fff;}
.time {
        position: absolute;
    top: -6px;
    right: -7px;
    background: #7ab3bc;
    color: #fff;
    padding: 2px 20px;
    font-size: 14px;
    font-weight: 500;
}
.page-bg {
     background-image: url("../images/bg5.jpg");
    background-repeat: repeat;
    background-size: 20%;
    position: relative;
}
.page-bg2 {
     background-image: url("../images/bg3.jpg");
    background-repeat: repeat;
    background-size: 20%;
    position: relative;
}
.page-bg3 {
     background-image: url("../images/bg6.jpg");
    background-repeat: repeat;
    background-size: 30%;
    position: relative;
}
.top-title span {
    padding: 0 20px;
    position: relative;
    z-index: 2;
        width: 100%;
    max-width: 550px;
        display: inline-block;
}
.news-time {
    font-size: 15px;
    font-weight: 400;
    color: #7ab3bc;
    border-bottom: 1px #7ab3bc solid;
    display: inline-block;
    padding: 1px 8px;
    margin-bottom: 4px;
}

.contact iframe {width: 100%;height: 450px;}
.pricing-table {box-shadow: 7px 8px 9px 3px rgb(0 0 0 / 22%);}
.pricing-header h5 {font-weight: 500;}
.download-icon svg {font-size: 40px;color: #7ab3bc;}
.case-top-title {
        background: #fff;
      padding: 20px 10px 10px;
    min-height: 120px;
}

.case-top-title div {
        font-size: 14px;
    line-height: 1.5;
    color: #7ab3bc;
    border-top: 1px #b1d478 solid;
    display: block;
    padding: 3px 0px;
    margin-top: 3px;
    height: 26px;
}
.case .text-center h3 {
color: #fff !important;
    text-shadow: 2px 3px 5px #060606c4;
    font-weight: 400;
}
.case .top-title::before,.case .top-title::after { background: #fff!important;}
.top-title div {
    display: block;
    font-size: 13px;
    margin-top: 0px;
    color: #7ab3bc;
}
.title-h2 {
    position: relative;
    background: rgb(255 255 255 / 76%);
    padding: 20px;
    border-radius: 8px;
    margin-top: 14vw;
}

.row-10 {margin-bottom: 10px!important;}
.multifilter span,.simplefilter span {
        font-weight: 500;
    color: #163e6d;
}
.shadow {box-shadow: 15px 10px 15px 3px rgba(0,0,0,0.15);}
.lang_box {
position: absolute;
    top: -1px;
    right: 57px;
    font-size: 14px;
    background: #7ab3bc;
    padding: 0px 12px;
    border: 1px rgb(255 255 255 / 32%) solid;
    color: #fff;
    border-radius: 0 0 15px 15px;
}
.lang {
    color: #fff;
    width: 40px;
    text-align: center;
}
.lang_line {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px rgb(255 255 255 / 30%) solid;
}
.lang a{
    
}
.lang a:hover{
    
}
.about-box {
        background: rgb(255 255 255 / 61%);
    border-radius: 10px;
    border: 1px #66eaff solid;
    padding: 30px 10px!important;
}
.about-box h2 {

    border-bottom: 1px #fff solid;
    display: inline-block;
    padding-bottom: 8px;
    font-weight: 400;
    background: linear-gradient(to top, #163e6d, #498a94, #163e6d);
    -webkit-background-clip: text;
    color: transparent;
}
.about-box p {
color: #003038;
    font-weight: 500;
}
.about-bg2 {background: #7ab3bc;}
.about-ul {
        padding: inherit;
    margin: revert;
}
.about-ul li{
    list-style: decimal;
    display: list-item;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}
.about-bg2 h3 {color: #b5f848;font-weight: 400; text-align: center;}
.about-bg2 img {
        padding: 10px;
    background: #fff;
    border-radius: 15px;
    margin-top: 24px;
}
.product-title {
        text-align: center;
    display: block;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 600;
    color: #163e6d;
    line-height: 1.5;
        letter-spacing: 5px;
}
.product-single span {
color: #163e6d;
    font-weight: 400;

    display: block;
}
.product-li {display: ruby-text;  }
.product-box1 {
    padding: 15px 0 20px;
    margin: 10px 0;
    border-top: 1px #d6d6d6 solid;
    border-bottom: 1px #d6d6d6 solid;
}
.table-product-info tr:first-child {
    background: #9ed1d9;
    color: #163e6d;
    font-weight: 500;
    text-align: center;
}


link {transition: all .4s ease-out;}
.size {width: 100%;}
.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
       /* text-align: center; */
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.list-semicolon li a {color: #000;}
.list-terms-minimal a {color: #000;}
.product-id {
    font-size: 18px;
    font-weight: 300;
}
#page .swiper-slide {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-icon::after {
content: '';
    position: absolute;
    left: 0px;
    background-image: url(../images/icon-01.svg);
    top: -2px;
    width: 135px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    height: 70px;
}
.top-icon::before {
content: '';
    position: absolute;
    right: 0px;
    background-image: url(../images/icon-02.svg);
    top: -2px;
    width: 135px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    height: 70px;
}
.page-left-icon {
    position: relative;
}

.page-left-icon::after {
position: absolute;
    content: 'PEBBLES 2 TERRAZZO';
    left: 0;
    top: 0;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 50px;
    background: #163e6d;
    color: #b1d478;
    height: 100%;
    line-height: 2.2;
    letter-spacing: 11.5px;
    text-align: center;
}
.case-bg {background: #eee;}
.product-img-bg {
    background: #f4f4f4;
    padding: 40px 10px;
        border-radius: 15px;
}
.top-title2 {
    text-align: center;
    background: #b1d478;
    color: #163e6d;
    padding: 6px 10px;
    font-weight: 300;
    letter-spacing: 5px;
}
#product .top-title span {max-width: 450px;margin-bottom: 30px;}
#case .top-title span {max-width: 600px; padding: 0 111px;}
.case-img{
    
}
.page-right-icon {position: relative;}
.page-right-icon::after {
    content: '';
    position: absolute;
    height: 110%;
    width: 1px;
    background: #7ab3bc;
    display: block;
    right: 50px;
    top: -40px;
}
.page-left-icon::before {
content: '';
    position: absolute;
    height: 110%;
    width: 1px;
    background: #d4d4d4;
    display: block;
    right: -90px;
    bottom: -50px;
    transform: rotate(22deg);
}
.about-title1 {
font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #163e6d;
    border-left: 9px #b1d478 solid;
    padding-left: 10px;
}
.about-title-bar {
        background: #163e6d;
    padding: 5px;
    position: relative;
}
.about-title-bar::after { 
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30px;
    display: block;
    background: #b1d478;
    z-index: 2;
}
.about-ul {
        text-align: left;
    padding: revert;
}

.about-ul li{
list-style: disc;
    display: list-item;
    margin-bottom: 8px;
    color: #003038;
    font-weight: 500;
}
.foot-page {
    margin-top: 80px;
    background: #fff;
    padding: 20px 0px;
}






@media only screen and (max-width: 1680px) {
.service_h {height: 400px;}
}

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

}
    
@media only screen and (max-width: 1366px) {
.banner_product {
    max-width: 29vw;
    top: 14vw;
    margin-left: 11vw;
}
    
    .banner_product2 {
    max-width: 30vw;
    top: 15vw;
}
    
    
    .banner_product3 {
    max-width: 29vw;
    top: 14vw;
    margin-left: 11vw;
}
    .service_h {height: 400px;}
    
}


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

    .pc_title {font-size: 22px;}
 
    .topstitle {
    font-size: 13px;
    letter-spacing: 0px;
}
    .pc_title {top: -6px;}
.about_text {
        line-height: 1.4;
    font-size: 17px;
}
    .index_about_title {margin-bottom: 9px;}
    
    
}
@media only screen and (max-width: 1210px){

}


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

	
	
}

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

    
}



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

	.index_about_title {
	margin-top: 30px;
}
.mouse {
    max-width: 20px;
    margin-left: -10px;
    bottom: 100px;
}
    .pc_title {
    font-size: 16px;
    top: -5px;
    left: 3px;
    padding: 0 13px;
}
    .topstitle {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
    bottom: -14px;
    text-align: left;
}

    .brand-name img {
    height: 30px!important;
    width: auto;
    top: 3px!important;
}
    .logo-pic {
    width: 91.8px;
    height: 41px;
    background-position: center 2px;
}
    #page .swiper-slide {min-height: 240px;}
    .about-title1 {font-size: 40px;}
	

}



@media only screen and (max-width: 991px){
.product-list-ul li {display: inline-block;}
    .thumb-corporate__overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
    .product-list-ul {
    left: 10px;
    text-align: left;
}
}




@media only screen and (max-width: 768px) {
.index_about {margin: 20px;}
    .banner_product {
    max-width: 40%;
    top: 30vw;
    margin-left: -20%;
}
    .index_about {font-size: 16px;}
      .pc2 { display:none!important;}
    .mobile2 { display: inherit!important;}
    
    .banner_product2 {
    max-width: 40vw;
    top: 37vw;
    margin-right: 1vw;
}

        .banner_product3 {
    max-width: 40vw;
    top: 37vw;
    margin-left: 0vw;

}
    
    .lititle {padding: 10px;}
    .banner_title {font-size: 42px;}
      .mobile_title {
    color: #000;
    margin-left: 10px;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    top: -5px;
          font-family: DFKai-sb;
    }
    .contact_box {padding: 20px 30px; font-size: 16px;}
    .contact_body {margin-bottom: 0!important;}
    .service_h {height: 300px;}
    
    
    .service_li {
    min-height: auto;
    font-size: 22px;
}
     .service_li2 {
    min-height: auto;
    font-size: 22px;
}
    .top-title::after,.top-title::before {max-width: 30%; top:16px;}
.lang_box {
        right: 0;
    position: fixed;
    top: 56px;
    }

    #page .swiper-slide {min-height: 210px;}
    .about-title1 {font-size: 40px;}
    
    
	
}

@media only screen and (max-width: 767px) {
.inpage_pic {order: 2;}
.inpage_text {order: 1;}
      .col-xxs-6 {
          flex: 0 0 50%;
          max-width: 50%;
    }
	
    
	
	}


@media only screen and (max-width: 480px) {
.adlogo {
	    display: inline-block;
    max-width: 120px;
    padding: 10px;
    margin: 0px;
}
    .button-gray-light-outline { display: block;}
    .banner_title {display: block;}

       
.banner_product {
    max-width: 46%;
    top: 55vw;
    margin-left: -23%;
}
    .banner_product2 {
    max-width: 60vw;
    top: 45vw;
    margin-right: -7vw;
}
    
    .banner_product3 {
    max-width: 60vw;
    top: 45vw;
    margin-left: -7vw;
}
    
    
.banner_title {
    font-size: 24px;
    text-align: center;
}
    
    .title-h2 {margin-top: 14vh;}
    .banner_stitle {text-align: center;}
     .mobile_title {margin-top: -2px; font-size: 17px; font-weight: 800; letter-spacing: 0.11em;}
    iframe {height: 250px !important;}
  .contact_box {padding: 20px 30px; font-size: 14px;}
    .contact_title {font-size: 20px;}
    .service_li2 ul {font-size: 18px;}
    .service_li2 ul li{margin-bottom: 8px; } 
    .banner_stitle {font-size: 22px;}
    .logo-pic {
    width: 73px;
    height: 34px;
    background-position: center 3px;
    background-size: 100%;
}
    .mouse { bottom: 60px; display: none;}
    .tabs-custom .nav-custom-tabs li + li {
    margin-top: 0px!important;
}
.tabs-custom .nav-custom-tabs li {
    margin: 0!important;
}
.nav-item .active {background: #7ab3bc!important; color: #fff!important;}
/* .tabs-custom .nav-custom-tabs li a:hover {background: #fff!important; color: #7ab3bc!important;} */
    .contact iframe {width: 100%;height: 450px;}
    .multifilter span, .simplefilter span {display: block;}
    .simplefilter li, .multifilter li, .sortandshuffle li {margin-bottom: 2px;}
    .about-box {margin: 0 10px;}
    .product-li {display: block;margin-bottom: 15px;}
    .product-title {
    margin-bottom: 10px;
    font-size: 32px;
}
    .product-box1 {margin: 10px 15px;}
    #page .swiper-slide {min-height: 130px;}
     #page .swiper-container {min-height: 100px!important;}
     .page-left-icon::after {display: none;}
    .top-title::after,.top-title::before {display: none;}
    .top-icon::before,.top-icon::after {top: -15px;}
    .page-right-icon::after {right: 5px;}
    .page-left-icon::before {display: none;}
     .about-title1 {font-size: 22px;}
    
    
	}




@media only screen and (max-width: 428px) {
    
    
        
    .banner_product {
    max-width: 70%;
    top: 55vw;
    margin-left: -35%;
}
    .banner_product2 {
    max-width: 60vw;
    top: 63vw;
    margin-right: -7vw;
}
    
    .banner_product3 {
    max-width: 60vw;
    top: 61vw;
    margin-left: -7vw;
}
    
    .title-h2 {margin-top: 25vh;}
    #page .swiper-slide {min-height: 102px;}
    
   
    
    
    
}


@media only screen and (max-width: 414px) {
    
    .banner_product {
    max-width: 54%;
    top: 55vw;
    margin-left: -27%;
}
    
    .pricing-label2 {right: -33px;}
    .banner_product2 { max-width: 49vw;}
    .banner_product3 { max-width: 49vw;}
    
    
}

@media only screen and (max-width: 390px) {
    
}

@media only screen and (max-width: 375px) {
     #page .swiper-container {min-height: 90px!important;}
    #page .swiper-slide { min-height: 90px;}
    
}

@media only screen and (max-width: 360px) {
    
    .banner_product {top: 67vw;}
    
    
}