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

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  
  .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: #000;
    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: 130px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  @media (max-width: 991px) {
    .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: #E0FCFC;
}
nav.navbar.navbarling .top-fb a {
  color: #1773EA;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 0;
}
nav.navbar.navbarling .top-map a {
  color: #FF82B4;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 0;
  display: block;
}


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

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

/* 商標1 */
nav.navbar.navbarling .navbar-brand {
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  background: url(../../images/customer/manldr/logo2.png) center no-repeat;
  background-size: contain;
  display: block;
}

@media (min-width: 992px) {  
  nav.navbar.navbarling .navbar-brand {
        width: 440px;
        height: 76px;
        max-width: 440px;
        position: absolute;
        top: -110px;
  } 
  .pageheader .top-url {
    text-align: right;
  }
  .pageheader{
    text-align: right;
    padding: 10px 0;
  }

  header .top-good {
    background: linear-gradient(to bottom, #c93032 1%, #ff9833 100%);
    color: #fff;
    cursor: auto;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 20px;
    padding: 5px 15px;
    text-shadow: 2px 2px 2px #333333;
    text-align: center;
    margin: 0 6px
  }

  header .pageheader .span{
      color: #FFED00 !important;
  }
  header .top-good span {
      color: #FFED00;
      font-weight: bold;
  }
  header .top-good.two {
      background: linear-gradient(to bottom, rgba(54, 143, 229, 1) 0%, rgba(115, 255, 255, 1) 50%, rgba(54, 143, 229, 1) 100%);
  }

  nav.navbar.navbarling {
    background: #368FE5;
  }
  
  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
  }

  nav.navbar.navbarling .nav-item > a.nav-link{
    color:#FFF;
    padding: 8px 20px;
    font-weight: bold;
    text-shadow: 0 0 6px #002C93;
  }
  .navbar-nav li > ul.dropdown-menu {
    border-top: 5px solid #FF82B4;
    border-radius: 0 0 5px 5px;
  }
}

@media (min-width: 1070px) and (max-width: 1399px){  
    nav.navbar.navbarling .nav-item > a.nav-link{
    color:#FFF;
    padding: 8px 8px;   
  }
}
@media (min-width: 992px) and (max-width: 1069px){  
    nav.navbar.navbarling .nav-item > a.nav-link{
    color:#FFF;
    padding: 8px 6px; 
    font-weight: initial;
    font-size: 0.9em !important;
  }
}


@media (max-width: 991px) {  

  .pageheader{
    text-align: center;
    background: #368FE5;
    height: 32px;
  }

  .pageheader .top-text{
    color: #fff;
  } 
  .pageheader .top-text .span{
      color: #FFED00 !important;
  }

  .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;
    background-color: #E0FCFC;
  }

  .top-good-img{
    width: 100%;
    height: 30px;
    background:url(../../images/customer/manldr/top-good_s.png) center no-repeat;
  }
  .top-good-img img{
    display: none;
  }

  /* 商標3 */
  nav.navbar.navbarling h1{
    margin: 6px auto;
    position: relative;
    width: 70%;
  }
  nav.navbar.navbarling .navbar-brand {
    background-size: contain;
    height: 60px;
    width: 100%;
  } 

  nav.navbar.navbarling button.navbar-toggler{
    color: #fff;
    background-color: #0099FF;
    border: 0;
    font-size: 1.2em;
    padding: 6px 10px
  }  
  .navbar-toggler{
    position: relative;
  }
  .navbar-toggler:before {
    content: "\f25a";
    font-family: 'FontAwesome';
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 11;
    font-size: 1.2em;
    color: red;
    animation-name: navbar-toggler;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
  }
  @keyframes navbar-toggler {
    0%   {color:red; left:25%; top:40px;}
    25%  {color:blue; left:25%; top:38px;}
    50%   {color:red; left:25%; top:40px;}
    75%  {color:blue; left:25%; top:38px;}
    100%   {color:red; left:25%; top:40px;}
  }



  nav.navbar.navbarling .nav-item > ul.dropdown-menu{
    padding: 0;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 10px;
    font-weight: bold;
  }

  
  .dropdown-submenu.show > .dropdown-menu {
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 0;
  } 
  .navbar-nav > .nav-item > ul.dropdown-menu{
    margin-bottom: 0;
  }
  .navbar-nav > .nav-item > ul.dropdown-menu > li > a{    
        border: 1px solid #fff;
        border-radius: 6px;
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 6px;
        padding: 3px 10px;
  }

  .offcanvas.offcanvas-end{
    background: #0d6efd !important;
  }

}

@media (max-width: 568px) {
  nav.navbar.navbarling h1{
    margin: 6px auto 6px 0;
    position: relative;
    width: 70%;
  }
  nav.navbar.navbarling .navbar-brand {    
    background: url(../../images/customer/manldr/logo.png) left center no-repeat;
    background-size: contain;
    height: 60px;
    width: 100%;
  } 
}


/* 首頁下主題 */

.hi_box.pic{
    /* background: url(../../images/customer/manldr/li_item.png) left top no-repeat;
    background-size: contain;*/
    padding-left: 30px; 
    position: relative;

}

.hi_box:before {
  position: absolute;
  left: 0;
  width: 6px;
  height: 26px;
  display: inline-block;
  background: #D8D8D8;
  content: '';
  border-radius: 5px;
}

.hi_box:after {
  position: absolute;
  left: 0;
  width: 6px;
  height: 10px;
  background: #D75B5B;
  display: inline-block;
  content: '';
  top: 0;
  border-radius: 5px 5px 0 0;
}

.hi_box span{
  color: #D75B5B;
}


/* 首頁-消息跑馬燈 */
.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;
}

.home-contact_box .card {
  background: url(../../images/map_pic_1.png) 98% bottom no-repeat;
}

@media (max-width: 568px) {
  .home-contact_box .card {
    background: url(../../images/map_pic_1.png) right bottom no-repeat;
  }
}

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


/* 左選單 */


.page-content{
  padding-top: 0rem !important;
}

.page-content .left-content{
  /* max-width: 300px; */
  padding-top: 1.5em !important;
}
body.home-page .right-content{
  padding-top: 0.5em;
}
.right-content{
  padding-top: 1.5em;
}
@media (max-width: 991px) {
  .left-content{
    padding-right: 15px;
  }
}

.left-content .btn-toggle{  
  background: #e8e8e8;
  color: #000;
  border-radius: 5px;
  width: 100% !important;
  font-weight: bold;
}
.left-content .btn-toggle::before {
    color:#000;
    content: "\f0da";
}

.left-content .left2:hover{
    background: #e0fcfc;
}
.left-content .left22:hover,
.left-content .left22{
    background: #368FE5;
    color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}
.left-content .category-3 {
  background-color:#fff ;
  border: 1px solid #F6F6F6;
}
.left-content .category-3  li a::before{
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 10px;
}
.left-content .left32 {
    color: #570004 !important;
}


/* 頁尾 */
footer {
  background-color: #1765B3;
}
footer * {
  color: #fff !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 a{
  font-size: 1em;
  text-align: left;
  color: #000;
  background-color: #f0fcff;
  border: 1px solid #0dcaf0;
}
.page_box.classify24 .ling-nav a:before{
  content: "\f105";
  font-family: FontAwesome;
  color: #0dcaf0;
  font-weight: bold;
}
.page_box.classify24 .p_no {
  display: none;
}

@media (max-width:567px) {
  .page_box.classify24 .ling-nav a{
    width: 100%;
    display: block;
  }
}

/* dhf-toyoliteu_tail1 */
.page_box.classify3m_box .product-item-box .item img{
  width: 360px;
  max-width: 100%;
}