@charset "UTF-8";

html {
	background: linear-gradient(to bottom, #fefcea 0%,#ffffff 100%);
}
.container {
	width: 100%;
  max-width: 98%;
}

body{
	font-family: 'Noto Sans TC', sans-serif; 
	font-size:100%; 
	font-size:18px; 
	line-height:150%; 
	color: #000;
	background:#fff;
	max-width: 1450px;
	margin: 0 auto;
}
body a {
    color: #000;
    text-decoration: none;
}
@media (max-width:992px){
	body { 
		font-size:16px; 
		line-height:160%; 
	}
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    border-bottom: 1px solid #eee;
    
    max-width: 1450px;
    margin: 0 auto;
  }
  
  .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: 116px;
    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: #EDDD4F;
  color: #77161B;
  height: 28px;
  font-size: 0.9em;
}

nav.navbar.navbarling .top-icon {
  display: block;
  margin-left: 10px;
}
nav.navbar.navbarling .top-icon img {
  border-radius: 5px;
}

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


@media (min-width: 992px) {
  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
  }
  nav.navbar.navbarling .navbar-brand {
    width: 380px;
    height: 58px;
    max-width: 380px;
  } 

  nav.navbar.navbarling .nav-item > a.nav-link{
    color:#000;
    padding: 30px 10px;
    font-weight: bold;
  }
  .navbar-nav li > ul.dropdown-menu {
    border-top: 5px solid #FF82B4;
    border-radius: 0 0 5px 5px;
 }

}

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

@media (max-width: 991px) {
  
  .pageheader {
    text-align: left;
  }

  nav.navbar.navbarling{
    padding: 0;
  }
  
  /* 商標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{
    border: 0;
    padding: 0 3px;
    font-size: 2em;
        animation-name: color-example;
    animation-duration: 2s;
    animation-iteration-count: infinite;  
    position: relative;  
  }
    @keyframes color-example {
    0%   {color: #FF82B4; border: none;}
    25%  {color:#543595; border: none;}
    50%   {color: #FF82B4; border: none;}
    75%  {color:#543595; border: none;}
    100%   {color: #FF82B4; border: none;}
  }

    nav.navbar.navbarling button.navbar-toggler:before{
      content: "\f25a";
      font-family: 'FontAwesome';
      position: absolute;
      width: 30px;
      height: 30px;
      z-index: 11;
      font-size: 0.8em;
      color: red;
      animation-name: hand-example;
      animation-duration: 2s;
      animation-direction: alternate; 
      animation-iteration-count:infinite;
    }
    @keyframes hand-example {
      0%   {color:#FF82B4; left:24%; top:40px;}
      25%  {color:#543595; left:24%; top:30px;}
      50%   {color:#FF82B4; left:24%; top:40px;}
      75%  {color:#543595; left:24%; top:30px;}
      100%   {color:#FF82B4; left:24%; 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;
  }

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

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

}

@media (max-width: 568px) {
  nav.navbar.navbarling .top-icon {
    display: block;
    margin-left: 3px;
  }
  nav.navbar.navbarling h1{
    width: 60%;
  }
  nav.navbar.navbarling .navbar-brand {
    background: url(../../images/customer/hongde/logo_s.png) center no-repeat;
    background-size: contain;
    margin: 0;
  }
}

@media (max-width: 320px) {    
  .pageheader .top-text{
    font-size: 0.9em;
  }
  nav.navbar.navbarling h1{
    width: 55%;
  }

}


/* 首頁下主題 */
.hi_box{    
    color:#7e0000;
    height: 40px;
}
.hi_box i{
    transform: rotate(-30deg);
}
.hi_box.pic{
    background: url(../../images/customer/hongde/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;
}

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

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

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


/* 左選單 */

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


.left-content .btn-toggle{  
  background: #F9F0CE;
  border-radius: 5px;
  width: 100% !important;
}
.left-content .btn-toggle::before {
    color:#000;
}
.left-content .left2:hover{
    background: #F9F0CE;
    color: #990000;
}
.left-content .left22:hover,
.left-content .left22{
    background: #8d5602;
    color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}
.left-content .left32 {    
    color: #990000; !important;
}


/* 頁尾 */
footer {
  background-color: #F9F4C8;
}
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;
  }
}
.page_box.product32_box .card{
  border-color: #faebcc;
}
.page_box.product32_box .card .card-header{
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  font-weight: 500;
}


/* 活動剪影 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{
  background-color: #ffc20a;
  color: #000;
  font-size: 1em;
}

.page_box.classify24 .ling-nav a:before{
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
}

.page_box.classify24 .p_no {
  display: none;
}


.home-service_box {
  background: #FBF1F2;
  padding: 1.5em 1.5em;
}



.share>a:before, .share>div:before { background:none }

.share {
 display: flex !important;
 align-items: center !important;
 margin-bottom: 15px;
}

.share .line-it-button{
 margin-left: 6px;
}
.share>a, .share>div { 
  width:40px; 
  height:40px; 
  display:inline-block; 
  border-radius:5px; 
 margin-left: 6px;
  overflow: hidden;
  cursor: pointer;
}

.share > a.line { background:url(../../images/customer/hongde/line-icon.png) left top no-repeat; background-size:contain }
.share > a.fb { background:url(../../images/customer/hongde/FB-icon.png) left top no-repeat; background-size:contain  }
.share img{
  vertical-align: initial;
}

/* .chn-we-fe4_C */
.page_box.classify44_box #tb_box table th {
  background-color: #FFCCCC;
  text-align: center;
}
.page_box.classify44_box #tb_box table tr td:nth-child(2),
.page_box.classify44_box #tb_box table tr td:nth-child(3) {
  text-align: center;
}