@charset "UTF-8";
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
}
body a{
	color: #000;
}
body a:hover {
	color: blue;
} 
.container {
  width: 95%;
  max-width: 1280px; 
  margin: 0 auto; 
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    border-bottom: 3px solid #fb9d23;
  }
  
  .scrolled .header {
    --background-color: #ffffff;
    box-shadow: 0px 0 18px #333333b1;
  }  
  
  /*--------------------------------------------------------------
  # Scroll Top Button 返回當頁上方
  --------------------------------------------------------------*/
  .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #990007;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    color: #fff;
    line-height: 0;
  }
  
  .scroll-top:hover {
    background-color:#388da88a;
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
  }
  
  /*--------------------------------------------------------------
  # Hero Section 內框
  --------------------------------------------------------------*/
  .hero {
    width: 100%;
    min-height: 70vh;
    position: relative;
    margin-top: 120px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 1420px) {
    .hero {
      margin-top: 140px;
    }
  }
  @media (max-width: 991px) {
    .hero {
      margin-top: 106px;
    }
  }
  @media (max-width: 567px) {
    .hero {
      margin-top: 100px;
    }
  }
  
  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 140px;
    overflow: clip;
  }
  
  @media (max-width: 991px) {
    .section-scroll {
      scroll-margin-top: 115px;
      display: block;
    }
  }

  
  

.pageheader {
  background: #FEC85E;
  height: 30px;
}


nav.navbar.navbarling .top-fb a {
  color: #1773EA;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 0;
}


.pageheader .top-url,
.pageheader .top-tel{
  color: #5d1212;
}

.pageheader .top-tel{
  padding-left: 1em;
}



/* 商標1 */
nav.navbar.navbarling h1 {
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  background: url(../../images/customer/yude/logo.png) center no-repeat;
  background-size: contain;
  display: block;
  margin-bottom: 0;
  height: 64px;
  width: 300px;
}
nav.navbar.navbarling h1 > a{
  display: block;
  width: 100%;
  height: 100%;  
}

.top_navbar{
  background: #fb9d23;  
  width: 100%;
}

nav.navbar.navbarling .nav-item > a.nav-link{
  color:#000;
  padding: 30px 8px;
  font-size: 1em;
}

@media  (min-width: 1140px) and (max-width:1420px) {   
    nav.navbar.navbarling .nav-item > a.nav-link{
      padding: 6px 15px;
      font-size: 1em;
    }
}

@media  (min-width: 992px) and (max-width:1139px) {   
    nav.navbar.navbarling .nav-item > a.nav-link{
      padding: 6px 8px;
      font-size: 1em;
    }
}

@media  (min-width: 992px) and (max-width:1420px){
    .navbar-expand-lg {
        flex-wrap:wrap;
        justify-content: flex-start;
    }   
    .nav_box2{
      margin: 0 auto;
    }    
    nav.navbar.navbarling h1 {
      background: url(../../images/customer/yude/logo_2.png) center no-repeat;
      background-size: contain;
      height: 50px;
      margin: 6px auto;
      width: 70% !important;
    }
}

@media (max-width: 991px) {
  body.home-page .page-content{
    padding-top: 1rem !important;
  }

  .navbar-nav li > ul.dropdown-menu {
  border-top: 5px solid #b87500;
  border-radius: 0 0 5px 5px;
  }

  .pageheader {
    text-align: left;
  }
  .pageheader .top-url,
  .pageheader .top-tel{
    font-size: 0.85em;
  }

  .pageheader .top-fb {
    top: 3px;
    right: 30px;
  }
  .pageheader .top-fb a{
    letter-spacing: -6px;
    color: #fff;
    font-size: 0.8em;
  }

  nav.navbar.navbarling{
    padding: 0;
  }

  nav.navbar.navbarling h1 {
    background: url(../../images/customer/yude/logo_2.png) center no-repeat;
    background-size: contain;
    height: 50px;
    margin: 6px auto;
    width: 70% !important;
  }
  
  nav.navbar.navbarling button.navbar-toggler{
    color: #5f1900;
    border: 0;
    font-size: 1.5em;
  }
  nav.navbar.navbarling .nav-item > ul.dropdown-menu{
    padding: 0;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 10px;
  }

  .navbar-nav .nav-item ul.dropdown-menu li:last-child a{
    border-bottom: none;
  }

  .offcanvas.offcanvas-start{
    background: #cd6a00 !important;
  }

  nav.navbar.navbarling .nav-item > a.nav-link{
    color:#fff;
  }

  .navbar-nav .nav-item a.nav-link {
    border: none;
  }

}

@media (max-width: 767px) {
  .pageheader .top-fb {
    right: 15px;
  }
  nav.navbar.navbarling h1{
    background: url(../../images/customer/yude/logo.png) center no-repeat;
    background-size: contain;
    height: 60px;
    margin: 6px auto;
    width: 60% !important;
  }

}


/* 首頁下主題 */

.home-carousel_box:after {
  content: "";
  display: block;
  height: 15px;
  background: rgb(193, 193, 193);
  background: -moz-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(193, 193, 193, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#ffffff',GradientType=0 );
}



.hi_box{    
    color:#dc3545;
    font-weight: bold;
}
.hi_box i{
    transform: rotate(-30deg);
}
.hi_box.pic{
    background: url(../../images/customer/yude/li_item.png) left top no-repeat;
    background-size: contain;
    padding-left: 40px;
}



/* 首頁-消息跑馬燈 */
.home-news_box.marquee a {
    color: #0d6efd;
}
@media (max-width: 1024px) {
  .home-news_box.marquee a {
    font-size: 1.2em;
  }
}

.home-news_box-center .list-group .list-group-item{
  padding:3px 0;
}

.template-box-top .page-header .h3{
  font-weight: bold;
}

/* 新左選單*/
.home_left-1 .card .card-body ul li{
  color: #fff;
  font-weight: bolder;
  padding: 6px 15px;
}
.home_left-1 .card .card-body ul li.item1{
  background: linear-gradient(to bottom, #ffc578 0%,#fb9d23 100%);
}
.home_left-1 .card .card-body ul li.item2{
  background: linear-gradient(to bottom, #ff5e71 0%,#ce0205 100%);
}
.home_left-1 .card .card-body ul li.item3{
  background: linear-gradient(to bottom, #00cbd6 0%,#00b3c4 100%);
}
.home_left-1 .card.boxshad{
  padding: 0;
}

/* 左選單 */

.left-content{
  padding-right: 30px;
}
@media (max-width: 991px) {
  .left-content{
    padding-right: 15px;
  }
}


.left-content .btn-toggle{  
  background: #fff1d9;
  border-radius: 5px;
  width: 100% !important;
}
.left-content .btn-toggle::before {
    color: #A82024;
}
.left-content .left2:hover{
    background: #fff1d9;
}
.left-content .left22:hover,
.left-content .left22{
    background: #ffca6c;
    color: #000 !important;
    border-radius: 5px 5px 0 0 !important;
}
.left-content .left22.btn-toggle::before {
  color: #000;
}
.left-content .left32 {
    color: #A82024 !important;
}


/* 頁尾 */
footer {
  background-color: #fff5e4;
}
footer * {
  color: #000 !important;
}
footer address{  
  position: relative;
}


/* 首頁 */

.page_box.home_box .card .card-text span{
  display: inline-block;
  background-color: #fbe9f6;
  border-radius: 5px;
  padding: 0 6px;
  font-size: 0.9em;
}
.page_box.home_box .card .card-title{
  font-weight: bold;
  color: #A82024;

}




/* 說明文貼圖 */
/* land-ctopa3-no_C2 */

@media (min-width: 768px) {
  img.pull-right {
    margin-left: 0.5em;
  }
}
@media (max-width: 767px) {
  .page_box.product32_box img.pull-right{
    float: initial;
    margin-bottom: 1.5em;
  }
}


/* 活動剪影 chufon-wood */
.page_box.classify4_box .product-item-box .item{
  width: 33.33%;
}
.page_box.classify4_box .product-item-box .item img{
  width: 100%;
}
.page_box.classify4_box .product-item-box .item .caption h3{
  margin-top: .5rem;
  font-size: 1em;
}
@media (max-width:767px) {
  .page_box.classify4_box .product-item-box .item{
    width: 50%;
  }
}
@media (max-width:567px) {
  .page_box.classify4_box .product-item-box .item{
    width: 100%;
  }
}

/* 好站連結 - chufon-wood */
/* .page_box.classify4_box .p_no{
  display: none;
} */


/* tws_txt */
.page_box.classify24 .ling-nav,
.page_box.classify24 .product_content .box-top{
  display: none !important;
}
.page_box.classify24 .product_content .product_box_detail:nth-child(n+2){
  border-top: initial;
  padding-top: initial;
}
.page_box.classify24 .ling-nav a{
  background-color: #8f000c;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.page_box.classify24 .p_no {
  display: none;
}

.page_box.classify24  .template-box-top.product .page-header{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.page_box.classify24  .template-box-top.product .page-header > .h4{
  color: #F07800;
}

