@charset "utf-8";
@font-face {
  font-family: FakePearl-Regular;
  src: url(../fonts/FakePearl-Regular.woff2) format("woff2")
  , url(../fonts/FakePearl-Regular.woff) format("woff");
}
.pc2 { display:inherit!important;}
.pc3 { display:inherit!important;}
.mobile2 { display:none!important;}
.link:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: .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.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    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;
    -webkit-filter: brightness(1.08);
    cursor: pointer;
}

.link3 { transition: opacity 0.35s ease, transform 0.7s ease, filter 0.7s ease;will-change: opacity, transform, filter;}
.link3:hover { opacity: 0.7; cursor: pointer;}
.link4 { transition: opacity 0.35s ease, transform 0.7s ease, filter 0.7s ease; will-change: opacity, transform, filter;}
.link4:hover { opacity: 0.7; cursor: pointer;}
.link4:hover img {transform: scale(1.1);}
.foot {text-align: center;padding: 30px 0px;color: #06559c;}
#sidebar {
    padding: 0px 30px;
    font-size: 18px;
    width: 100%;
    border-radius: 6px;
    background: #F8F8F8;
    max-width: 96%;
    margin: auto;
    position: relative;
}
#desktopMenu {text-align: center;font-weight: 300;}
#desktopMenu ul{
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
#desktopMenu li{ 
    padding: 20px 40px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
#desktopMenu li a{ position: relative;}
#desktopMenu li a:hover:before { 
 /* animation: mymove in .3s infinite; */
     animation: mymove .3s forwards;
width: 100%;
}
#desktopMenu li a:before {
position: absolute;
    content: "";
    display: inline-block;
    border-bottom: 3px #1a547d solid;
    animation: mymove_out .3s forwards;
    height: 20px;
    z-index: 999999;
    top: 36px;
    left: 50%;
}
@keyframes mymove { 
       0% {             
           width: 0;            
        }            
                
        100% {                
           width: 100%;
            left: 0;
        }
}
@keyframes mymove_out { 
       0% {             
           width: 100%;  
           left: 0;
        }            
                
        100% {                
           width: 0;
            left: 50%;
        }
}

.lang_box {
    position: absolute;
    top: 0;
    z-index: 2;
    background: #4e72a6;
    width: 94px;
    left: 50%;
    margin-left: -47px;
    text-align: center;
    height: 100%;
    line-height: 75px;
    font-size: 15px;
    font-weight: 100;
}
.lang { color: #fff; padding: 0 5px; width: 100%; display: initial;}
.counter_box {  border: 1px rgb(255 255 255 / 52%) solid;  border-left: 0px; border-top: 0px;  border-bottom: 0px;}
.counter_box2 { border: 1px rgb(255 255 255 / 80%) solid;   border-left: 0px; border-bottom: 0px;}
.counter_box3 { border: 1px rgb(255 255 255 / 80%) solid;border-right: 0px;border-bottom: 0px;border-left: 0px;}
.box-counter__title {color: #06559b !important;}
.footer-minimal ul, .footer-minimal li { padding: 0; margin: 0px; list-style: none;}
.icon-lg {font-size: 48px; margin: 0 10px;}
.footer-minimal .title_line { margin-bottom: 35px;}
div.drop-container {
position: absolute;
    bottom: 4vw;
    left: 50%;
    height: 13vw;
    width: 28vw;
    margin-left: -52vw;
    z-index: 1;
}
div.drop { position: absolute; top: 0; animation: drip 4s infinite;}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div.drop-container:before,
div.drop-container:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  transform: translate(50%) rotateX(75deg);
  border-radius: 100%;
  opacity: 0;
  width: 75%;
  height: 75%;
  border: 5px solid skyblue;
  animation: dripple 2s ease-out 1s infinite;
}

div.drop-container:after {
  animation: dripple 2s ease-out 1.7s infinite;
}
@keyframes drip {
  45% {
    top: 0;
    border-radius: 100% 5% 100% 100%;
    transform: rotate(-45deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
    border-radius: 100%;
  }
}
@keyframes dripple {
  0% {
    width: 150px;
    height: 150px;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 500px;
    height: 500px;
    top: -20%;
    opacity: 0;
  }
}
div.drop-container2 {
    position: absolute;
    bottom: 5vw;
    left: 50%;
    height: 13vw;
    width: 28vw;
    margin-left: -38vw;
    z-index: 1;
}
div.drop-container2:before,
div.drop-container2:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 50%;
  transform: translate(50%) rotateX(75deg);
  border-radius: 100%;
  opacity: 0;
  width: 75%;
  height: 75%;
  border: 5px solid skyblue;
  animation: dripple 3s ease-out 1s infinite;
}
div.drop-container2:after {
  animation: dripple 3s ease-out 1.7s infinite;
}
canvas { width: 100vw;  height: 11vw;position: absolute;bottom: 0;left: 0;z-index: 1;}
.thumb__title {border-bottom: 1px #2262a2 solid; display: inline;}
.disabled {margin: 0 !important;}
a, button, img, input, span,div { transition: all 0.3s ease 0s;}
  .ui-tabs-vertical { width: 55em; }
  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 17%; }
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
#tabs {position: absolute;z-index: 2; width: 100%;}
.map_menu {position: absolute;display: grid;width: 100%; max-width: 17vw; top: 1vw; color: #fff;}
.triangle {
    width: 0;
    height: 0;
    border-top: 50px solid rgb(255 255 255 / 98%);
    border-left: 19px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    bottom: -48px;
    left: 20px;
}
.red { color: #db4444;}
.yel { color: #ffed12;}
.blue {color: #2aebff;}
.link3 {transition: all 0.1s ease 0s !important;}
.foot-bg {background: #000;margin-top: 50px;color: #fff;letter-spacing: 2px;}
footer {background: #000;position: relative;}
.foot-bg p {line-height: 2; font-size: 15px;}
.foot-icon {position: relative;right: 0;top: 0;font-size: 40px;}
.container {position: relative;}
.parallax-content .section-xxxl h2,.parallax-content .section-xxxl p {color: #fff;}
.rd-navbar-wrap {position: fixed;width: 100%; margin-top: 0px;transition: opacity 0.4s ease, transform 0.4s ease;z-index: 999; background: transparent;}
.section-xxxl { padding-top: 19%;}
.lag_box {text-align: center;font-size: 15px; background: #1A567F; color: #fff; margin-top: 10px;padding: 5px 0px;}
.menu_li {position: relative;}
.menu_li::after {content: '';width: 0; height: 100%; background: #000000; position: absolute; left: 0; bottom: 0;transition: all 0.3s ease-in-out;z-index: -1;}
.menu_li:hover::after { width: 100%;}
.fancybox-content {background: #fff;padding: 30px!important;}
.banner-text {position: absolute;bottom: 20px;text-align: center;width: 100%;color: #fff;font-size: 20px;letter-spacing: 4px;}
.lang-switch{cursor: pointer;position: relative;}
.lang-icon {margin: 0 3px;}
.lan-li span {font-size: 16px;font-weight: 400;}
.lang-switch:hover {color: #fff;}
.lan-li {position: relative;top: 14px;}
.lang-switch::after {content: ''; width: 0; height: 100%; background: #000000; position: absolute; left: 0; bottom: 0; transition: all 0.3s ease-in-out; z-index: -1;}
.lang-switch:hover::after { width: 100%;}
.rd-navbar-dropdown li a::after {   content: ''; width: 0; height: 100%; background: #000000; position: absolute; left: 0; bottom: 0; transition: all 0.3s ease-in-out; z-index: -1;}
.rd-navbar-dropdown li a:hover::after {width: 100%;}
.swiper-pagination{ width: 100%;margin-top: 8px;}
.certification-logo {width: 100%;max-width: 500px;margin: 80px auto 40px;}
/* .certification-box {padding-bottom: 20px;} */
.certification-box p {font-weight: 400;text-align: center;}
.index-type {position: relative;cursor: pointer;}
section {position: relative;}
.index-type-title-box {position: absolute;text-align: center; bottom: 3%;display: inline-flex; width: 100%;margin: auto;justify-content: center;}
.index-type-mask{position:absolute;inset:0; background:rgba(255,255,255,0); opacity:0;transition:opacity .3s ease, background-color .3s ease;pointer-events:none; z-index:1;}
.index-type:hover .index-type-mask {opacity:1;position: absolute; background: rgb(35 24 21 / 70%);left: 0; top: 0;width: 100%;height: 100%;z-index: 1;}
.index-type-mask div{opacity: 0; position: absolute; z-index: 2; color: #fff; width: 100%; font-weight: 400; max-width: 900px; left: 50%; margin-left: -450px; text-align: center; display: flex; height: 100%; justify-content: center; align-items: center;letter-spacing: 2px;}
.index-type:hover .index-type-mask div { opacity: 1;}
.index-type-title {position: relative;width: 100%;max-width: 20%;}
.section-xxs {padding: 1px 0;}
.foot-link {}
.foot-bg ul li {list-style: none;}
.foot-bg .container {width: 100%;max-width: 1400px;}
.foot-bg .row:not(.no-gutters) > [class*='col'] {padding-left: 5px;padding-right: 5px;}
#about .parallax-content {height: 130vh;}
.rd-navbar-nav-wrap {position: relative;top: -7px; z-index: 2;}
#about .rd-navbar-static {/* background: rgb(255 255 255 / 46%); */}
@media (max-width: 991px) {
	#about .rd-navbar-static.rd-navbar--is-stuck { background: rgb(235 235 235 / 67%); }
}
@media (min-width: 992px) {
	#about .rd-navbar-static.rd-navbar--is-stuck {
		background: transparent;
		transition: background-color 0.25s ease;
	}
	#about .rd-navbar-static.rd-navbar--is-stuck.rd-navbar--scroll-active {
		background: rgb(235 235 235 / 67%);
	}
}
.about-box {}
.about-body {display: flex;flex-wrap: wrap;}
.about-box-text p{padding: 40px; width: 80%;text-align: justify;}
.order1 {order: 1;}
.order2 {order: 2;}
body {overflow-x: hidden;}
.product-box-1 {padding-top: 80px;padding-bottom: 30px;}
.product-list-body {padding-left: 5px!important;padding-right: 5px!important;}
.product-list-box {}
.product-list-box:hover .product-list-pic{box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 30%);}
.product-list-pic {position: relative;overflow: hidden;}
.product-list-pic img:hover { -webkit-transform: scale(1.1);-ms-transform: scale(1.1); transform: scale(1.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;}
.product-list-title {text-align: center;color: #000;padding:10px 0 30px;}
.product-info-box {position: relative;display: block;}
.product-info-title {font-weight: 300;border-bottom: 1px #000 solid;width: 100%;max-width: 50%;margin-bottom: 20px;}
.product-info-text {text-align: justify;margin-bottom: 50px;}
.product-info-size {}
/* 基本點點樣式，可自行調整 */
.carousel-parent .slick-dots{position:absolute; left:0; right:0; bottom:-35px;display:flex; justify-content:center; padding:0; margin:0; list-style:none;}
.carousel-parent .slick-dots li{margin:0 4px;}
.carousel-parent .slick-dots button{width: 10px;height: 10px;border-radius: 50%; background: #000; border: none; font-size: 0; opacity: .5; cursor: pointer; top: 5px; left: 50%; position: absolute; margin-left: -5px;}
.carousel-parent .slick-dots .slick-active button{opacity: 1; width: 15px; height: 15px; position: relative;top: 2px;left: 50%;margin-left: -7.5px;}
.carousel-parent .item > a{ display:block; width:100%; height:auto;}
.carousel-parent .item figure{position:relative;width:100%;padding-top:56.25%;overflow:hidden;}
.carousel-parent .item figure img{position:absolute;inset:0; width:100% !important;height:100% !important; object-fit:cover;object-position:50% 50%;}

#child-carousel .slick-slide{aspect-ratio: 16 / 9;  overflow: hidden; position: relative; }
#child-carousel .slick-slide img{position: absolute;inset: 0; width: 100% !important;height: 100% !important; object-fit: cover;object-position: 50% 50%;}
#product-info .rd-navbar-static { border-bottom: 1px #f0f0f0 solid;}
#product-info .rd-navbar--is-stuck {border: 0;}
#product-info .section-xl {padding: 150px 0;}
.store_bg {border: 1px #000 solid;padding: 15px 30px;height: 600px;overflow: auto;}
.store_li {margin-bottom: 0px;letter-spacing: 2px;font-size: 16px;}
.store_li_title {font-size: 21px;font-weight: 500; margin-bottom: 0px; line-height: 1.4;}
.store_li_add { line-height: 1.5;}
.store_li_tel {line-height: 1.5;}
.addlink {border: 1px #000 solid;color: #000;padding: 10px 20px;font-size: 15px; border-radius: 10px; margin-top: 13%;}
.addlink:hover { background: #000;color: #fff;}
#location .section-xl {padding: 200px 0 80px;}
.store_bg .row + .row {margin-top: 10px;}
.location-map {text-align: right;}

/* 顏色縮圖：加外框提示目前選取 */
#color-selector .slick-slide {padding:2px;aspect-ratio: 16 / 9;  overflow: hidden; position: relative;min-height: 90px;}
.carousel-parent, #child-carousel {margin-top:14px;}

#color-selector .slick-slide img{border:0px solid #ccc;box-sizing:border-box;position: absolute;inset: 0; width: 100% !important;height: 100% !important; object-fit: cover;object-position: 50% 50%;opacity: .4;}
#color-selector .color-item.active img{border:0px solid #333;opacity: 1;}
#color-selector .slick-track {display: flex;gap: 3px;margin-top: 15px;}
/* 讓影片容器填滿 Slide */
.video-background { position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;overflow: hidden;}
/* 讓 iframe 比例放大以蓋滿容器 (避免黑邊) */
.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 比例 (9/16 = 0.5625) */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 比例 (16/9 = 1.7777) */
  transform: translate(-50%, -50%);
  pointer-events: none; /* 讓滑鼠點擊穿透到上層的連結 */
}
/* 確保文字與連結在影片之上 */
.banner-overlay-link {position: relative;display: block;width: 100%;height: 100%;z-index: 1;}
/* 調整原本的 banner-text 確保在最前方 */
.banner-text { z-index: 2;}
.banner_img img{ width: 100%;max-width: 140px;}
/* 首頁導覽：≥992px 由 .rd-navbar--index-bar-solid 控制（置頂有底、離開置頂捲動停止後透明） */
@media (min-width: 992px) {
	#index .rd-navbar-static {
		background: transparent;
		transition: background-color 0.25s ease;
	}
	#index .rd-navbar-static.rd-navbar--index-bar-solid {
		background: rgb(235 235 235 / 67%);
	}
}
@media (max-width: 991px) {
	#index .rd-navbar-static { background: rgb(235 235 235 / 67%); }
}
/* 影片容器基本樣式 */
.video-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none; /* 讓點擊穿透到上方的按鈕 */
  overflow: hidden;
}

#yt-player {
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/* 聲音按鈕樣式 */
.video-sound-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 99; /* 確保在最上層 */
  cursor: pointer;
  pointer-events: auto; /* 確保按鈕可點擊，不受父層 pointer-events:none 影響 */
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.3s;
}
.video-sound-btn:hover {background: rgba(0, 0, 0, 0.8);}
.icon-volume-off img, .icon-volume-on img {max-width: 22px;top: -3px;position: relative;}
.about-text span{ display: inline-block;}
.foot-bg .list-xxs {padding-left: 10px;}
.brand-name2 svg {max-width: 150px;height: auto; position: absolute; top: 16px; width: 100%;}
#titanium .parallax-content {height: 100vh;}
#titanium .rd-navbar-static .rd-navbar-nav > li > a {color: #fff;}
#titanium .lan-li span {color: #fff}
#titanium .rd-navbar--is-stuck .rd-navbar-nav > li > a {color: #000;}
#titanium .rd-navbar--is-stuck .lan-li span {color: #000}
#titanium .rd-navbar--is-stuck .lan-li span:hover {color: #fff;}
#titanium .rd-navbar--is-stuck .rd-navbar-nav > li > a:hover{color: #fff;}
#titanium .rd-navbar-static .rd-navbar-nav > li.focus > a { color: #fff;}
#titanium .brand-name2 svg {fill: #fff;}
#titanium .rd-navbar--is-stuck .brand-name2 svg {fill: #000;}
.product-type-title {position: absolute;bottom: 0%;z-index: 2;color: #fff;width: 100%;text-align: center;font-size: 40px;font-weight: 300;text-transform: uppercase;}
.titranium-type-title {text-align: center;font-size: 32px;border-bottom: 1px #000 solid;line-height: 1.5;display: block;width: 100%; max-width: 260px;margin: 0 auto 20px;}
.titanium-box-text {display: flex;justify-content: right; align-items: center;}
.titanium-box-text p { padding: 40px; width: 80%;text-align: justify;}
.titanium-box-text div { padding: 40px; width: 80%;text-align: justify;}
.titanium-box-text2 {display: flex;justify-content: left; align-items: center;}
.titanium-box-text2 p { padding: 40px; width: 80%;text-align: justify;}
.titanium-box-text2 div { padding: 40px; width: 80%;text-align: justify;}
.titanium-box-text div span ,.titanium-box-text2 div span{font-size: larger;}

#celluloid .parallax-content {height: 100vh;}
#celluloid .product-type-title {color: #000;text-transform: uppercase;}
.Yin-logo {position: absolute;z-index: 1;right: 5%; bottom: 2%; width: 100%;max-width: 150px;}
.owl-carousel:hover{box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 30%);}
.owl-carousel .owl-item {display: flex;}
.owl-nav .disabled {opacity: 0.2;}
#type .rd-navbar-wrap {box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 16%);}
.contact-title-1 {font-weight: 400;letter-spacing: 2.5px;}
.contact-text-1 {}
.contact-body {}
.contact-li {display: flex;justify-content: center;align-items: center;margin-bottom: 40px;}
.contact-title {width: 15%;text-align: right;margin-right: 10px;}
.contact-enter {width: 80%;}
.contact-enter input {background: #dcdddd; border: 1px #dcdddd solid;color: #000;}
.button-enter {color: #000000;background-color: #dcdddd;border-color: #dcdddd;width: 100%;font-size: 18px;border-radius: 0;}
.button-enter:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.lang-en {letter-spacing: 0; line-height: 1.5;}




@media only screen and (min-width: 1921px) { 
    
}

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

}

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

}


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

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


@media only screen and (max-width: 1366px) {
    #desktopMenu li {font-size: 16px;padding: 20px;}
#desktopMenu .active a:before {top: 31px;}
    #desktopMenu li a:before {top: 31px;}
    .section-xxs {padding: 30px 0;}
    .foot-bg {margin-top: 30px;}
    #about .parallax-content { height: 140vh;}
}


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

    
}


@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) {
        #about .parallax-content {height: 91vh;}

}

@media only screen and (max-width: 999px) {
.rd-navbar-brand img {left: 0;}
}

@media only screen and (max-width: 992px){
    .lang-current {text-align: center;margin-top: 10px; color: #000; display: inline-block;}
    .lag {position: relative;left: 0;top: 0;}
}

/* iphone 12 pro  */
@media only screen and (max-width: 926px){
    .index-type-title {font-size: 30px;}
    .index-type-mask div {max-width: 80%;margin-left: -40%;}

}




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

}


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

	
}

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

}





@media only screen and (max-width: 768px) {
.pc2 { display:none!important;}
.mobile2 { display: inherit!important;}
.rd-navbar-wrap {
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 1;
}

/* 固定在頂部（往上滾動時） */
.rd-navbar-wrap.fixed {
 position: fixed;
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

/* 隱藏（往下滾動時） */
.rd-navbar-wrap.absolute {
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}
    
/* 當選單固定時，變更 .rd-navbar-panel 背景顏色 */
.rd-navbar-fixed .rd-navbar-panel {
   background: rgb(235 235 235 / 67%);
    transition: background 0.3s ease-in-out;
}

    
    
/* 當選單恢復 `absolute`，讓 .rd-navbar-panel 變透明 */
   .rd-navbar-not-fixed .rd-navbar-panel {background: transparent !important;transition: background 0.3s ease-in-out;}
   .rd-navbar-fixed .rd-navbar-brand {z-index: 9999;} 
   .fancybox-content {padding: 30px 10px !important;}
   .menu_li::after {height: auto;}
   .rd-navbar-dropdown li a::after { display: none;}
   .lang-switch::after {display: none;}
   .lan-li { top: 0;color: #000;list-style: none;padding-top: 8px;border-top: 1px #ececec solid;left: 0; padding-left: 18px;}
   .lang-switch:hover {background: #000;}
   .m_logo {width: 65px;display: block;}
   .rd-navbar-brand img {top: 9px;}
   .section-xxs {padding: 20px 0;}
    .foot-bg {margin-top: 20px;}
    .about-box-text p {padding: 40px 15px;width: 100%;}
    .order1 {order: 2;}
    .order2 {order: 1}
    picture img {width:100%;height:100%;object-fit:cover;}
    .swiper-container { height: 80vh;}
    #about .parallax-content {height: 80vh;}
    #location .section-xl {padding: 110px 0;}
    #product-info .section-xl{padding: 110px 0;}
    .brand-name2 svg {top: 8px;}
    #titanium .parallax-content, #celluloid .parallax-content, #Yin .parallax-content {height: 37vh;}
    .order1 img , .order2 img, .p-pic img  {padding: 30px;}
    #titanium .m_logo svg {fill: #000;}
    
	
}


@media only screen and (max-width: 767px) {
   .col-xxs-6 {flex: 0 0 50%;max-width:50%;padding-right: 5px; padding-left: 5px;}
    .post-classic-title { height: auto;}
    .location-map {text-align: left;margin-bottom: 15px;}
    
	}



/* iphone 8 w */
@media only screen and (max-width: 667px) {

    
    
 
}




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




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

}


@media only screen and (max-width: 480px) {
    #desktopMenu li {font-size: 16px;}
    #desktopMenu { overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;}
    #desktopMenu ul {display: inline-flex;list-style: none;padding: 0;margin: 0;white-space: nowrap;overflow-x: auto;-ms-overflow-style: none;  /* IE & Edge */scrollbar-width: none;     /* Firefox */
 justify-content: space-between;}
    #desktopMenu ul::-webkit-scrollbar {display: none; /* Chrome, Safari */}
    #desktopMenu ul li {flex: 0 0 auto;padding: 0 1rem;}
    #sidebar {padding: 0px;}
    #desktopMenu li a {padding: 14px 0;}
    .banner-text {font-size: 18px;line-height: 1.5;}
    .swiper-pagination-bullet {width: 8px;height: 8px;}
    .swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {width: 14px;height: 14px;top: 2px;}
    body {font-size: 14px;}
    .index-type-title {font-size: 20px;}
    .index-type-mask div {max-width: 90%; margin-left: -45%;text-align: center;font-size: 12px;line-height: 1.4;}
    .section-xxs {padding: 10px 0;}
    .foot-bg {margin-top: 10px;}
    .product-list-title {padding: 10px 0;}
    .store_li_title {font-size: 18px;}
    .store_li {font-size: 14px;}
    .addlink {padding: 6px 15px;font-size: 14px;margin-top: 8px;}
    #location .section-xl {padding: 80px 0;}
     #product-info .section-xl {padding: 80px 0;}
     #about .parallax-content {height: 57vh;}
    .product-type-title {font-size: 28px;}
    .Yin-logo {max-width: 70px;}
    .titranium-type-title {font-size: 24px;}
    .order1 img , .order2 img ,.p-pic img {padding: 15px;}
    .titanium-box-text p,.titanium-box-text2 p ,.titanium-box-text div,.titanium-box-text2 div {padding: 20px; width: 100%;}
    .contact-li {display: block;margin-bottom: 10px;}
    .contact-title {text-align: left; margin-right: 0;width: 100%;}
    .contact-enter {width: 100%;}
    .button-enter {font-size: 16px;}
    #color-selector .slick-slide {min-height: 60px;}
    /* 手機版可以考慮隱藏影片，直接顯示精美的 Banner 圖 */
    /* 或是設定一個跟 banner-m03.jpg 風格一致的背景 */
    .video-background {
        background: #fff;
        background-size: cover;
    }
    
    /* 如果還是要跑影片，就一定要確保有背景底色遮醜 */
    .yt-player-wrap {
        background-color: #fff; 
    }
    #titanium .lan-li span {color: #000;}
     #titanium .lang-switch:hover {background: #000;color: #fff;}
   
	}


@media only screen and (max-width: 439px) {
    #about .parallax-content {height: 53vh;}
   /* #titanium .parallax-content, #celluloid .parallax-content, #Yin .parallax-content {height: 53vh;} */
}


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

    
}



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


@media only screen and (max-width: 390px) {
    #about .parallax-content {height: 55vh;}
   /* #titanium .parallax-content, #celluloid .parallax-content, #Yin .parallax-content {height: 55vh;} */
    
}


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

    
}

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

	
}


@media screen and (max-width: 932px) and (orientation: landscape) {
    body {font-size: 14px;}
    #titanium .parallax-content, #celluloid .parallax-content, #Yin .parallax-content {height: 100%;}
    .product-type-title {font-size: 32px;}
    .parallax-container {height: 46vw;}
    
    
}

/* ===== Nav 顯示/隱藏控制 ===== */

/* 電腦版（≥992px）：預設顯示，停止滾動後加 .nav-hidden 平滑隱藏 */
@media (min-width: 992px) {
    .rd-navbar-wrap {
        background: rgb(235 235 235 / 67%);
        opacity: 1;
        transform: translateY(0);
    }
    .rd-navbar-wrap.nav-hidden {
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
    }
}

/* 手機版（≤991px）：預設隱藏，觸控/滑動時加 .nav-visible 平滑顯示 */
@media (max-width: 991px) {
    .rd-navbar-wrap {
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
    }
    .rd-navbar-wrap.nav-visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}
