@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: #A82024;
} 

.container {
  width: 95%;
  max-width: 1600px; 
  margin: 0 auto; 
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    transition: all 0.5s;
    z-index: 997;
  }
  
  .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: 190px;
    display: block;
    align-items: center;
    overflow: hidden;
  }

  @media (max-width: 991px) {
    .hero {
      margin-top: 92px;
    }
  }

  
  /*--------------------------------------------------------------
  # Global Sections 當頁滾動監聽
  --------------------------------------------------------------*/
  .section-scroll {
    scroll-margin-top: 100px;
    overflow: clip;
  }
  
  @media (max-width: 1199px) {
    .section-scroll {
      scroll-margin-top: 100px;
      display: block;
    }
  }

  
  

.pageheader {
  background: #11a847;
}


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

nav.navbar.navbarling{
  border-bottom: solid 1px #e0e0e0;
  background-color: #fff;
}

.pageheader .top-text{
  color: #fff;
  text-align: right;
}
nav.navbar.navbarling .top-good .top-fb{
  padding:0 15px;
  color: #11a847;
}
nav.navbar.navbarling .top-good a {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}


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

@media (min-width: 992px) {  

  nav.navbar.navbarling .top-good .top-line > img {
    height: 32px;
    width: auto;
  }

  nav.navbar.navbarling .navbar-nav .dropdown-menu{
    border-radius: 0;
  }
  nav.navbar.navbarling .navbar-nav li.dropdown ul.dropdown-menu {
    border-top:6px solid #fff200 !important;
  }

  /* 商標2 */
  nav.navbar.navbarling h1{
    margin-bottom: 0;
    position: relative;
      margin: 0 auto;
  }
  nav.navbar.navbarling .navbar-brand {
      width: 479px;
      height: 78px;
      margin: 18px 0;
  } 

/*   
  nav.navbar.navbarling .navbar-brand {
        position: relative;
        width: 480px;
        padding: 18px 0;
  } 
  nav.navbar.navbarling .navbar-brand img{
    max-width: 100%;
  } */

  nav.navbar.navbarling .navbar-expand-lg{
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    color:#6a6a6a;
    padding: 10px 30px;
  }

  nav.navbar.navbarling button.navbar-toggler{
    display: none;
  }
}

@media (max-width: 1143px) {
  nav.navbar.navbarling .nav-item > a.nav-link{
    color:#6a6a6a;
    padding: 10px 15px;
  }
}

@media (max-width: 991px) {
  nav.navbar.navbarling .top-good .top-line img {
    height: 30px;
    width: auto;
  }
  nav.navbar.navbarling .top-good .top-line {
      line-height: 0;
  }
  nav.navbar.navbarling{
    padding: 0;
  }  

  
  /* 商標2 */
  nav.navbar.navbarling h1{
    position: relative;
    margin: 0 auto;
    width: 70%;
  }
  nav.navbar.navbarling .navbar-brand {
      background: url(../../images/customer/sianghe/logo_S.png) center no-repeat;
      background-size: contain;
      width: 100%;
      height: 60px;
      top: 3px;      
  } 

  nav.navbar.navbarling button.navbar-toggler{
    background-color: #11a847;
    color: #fff;
    padding: 6px 8px;
    border: none;
  }
  nav.navbar.navbarling .top-fb{
    padding: 0  0 0 5px;
    line-height: 0;
  }
  .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item{
    font-size: 1.2em
  }

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

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

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


}

@media (max-width: 568px) {
  .pageheader .top-text{
    text-align: center;
    font-size: 0.75em;
    color: #fff;
  }

  nav.navbar.navbarling .top-good .top-fb {
    padding: 0 6px;
  }

}


/* 首頁下主題 */
.hi_box{    
    color:#333;
    font-weight: bold;
}
.hi_box i{
    transform: rotate(-30deg);
}
.hi_box.pic{
    background: url(../../images/customer/sianghe/li_item.gif) left top no-repeat;
    background-size: contain;
    padding-left: 45px;
}


.home-carousel_box.carousel-fade:after {
  content: "";
  display: block;
  height: 20px;
  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 );
}

.awesome {
  width:100%;
  margin: 0 auto;  
  color:#313131;
  font-size:1.5em;
  font-weight: bold;
  text-align:center;
  -webkit-animation:colorchange 10s infinite alternate;     
}

@-webkit-keyframes colorchange {
  0% {
    
    color: blue;
  }
  
  10% {
    
    color: #8e44ad;
  }
  
  20% {
    
    color: #1abc9c;
  }
  
  30% {
    
    color: #d35400;
  }
  
  40% {
    
    color: blue;
  }
  
  50% {
    
    color: #34495e;
  }
  
  60% {
    
    color: blue;
  }
  
  70% {
    
    color: #2980b9;
  }
  80% {
 
    color: #f1c40f;
  }
  
  90% {
 
    color: #2980b9;
  }
  
  100% {
    
    color: pink;
  }
}


/* 首頁-消息跑馬燈 */
.home-news_box  a {
    font-size: 1.2em;
    color: #A82024;
    font-weight: bold;
}

.template-box-top .page-header{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1.5em;
  color: #11a847;
}
.page-header .h3{
  font-weight: bold;
}

.page_box.news_box .page-header.news-item span{  
  color: #11a847;
}
.page_box.news_box .page-link{
  color: #11a847;
}
.page_box.news_box .active>.page-link, 
.page_box.news_box .page-link.active{
  background-color:#11a847;
  border-color:#11a847;
  color: #fff !important;
}


/* 左選單 */


.left-content .left22:hover,
.left-content .left22{
    background: #11a847;
    color: #fff !important;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}
.left-content .left32 {
    color: #11a847 !important;
}
.left-content .btn-toggle{  
  border: 1px solid #11a847 !important;
}
.left-content .btn-toggle::before {
  color:#11a847;
}


/* 頁尾 */
footer {
  background:linear-gradient(115deg, #72c361 1%, #4fb980 98%);
}
footer * {
  color: #fff !important;
}



/* 產品內頁 */
.panel{
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgb(231, 192, 231);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel>.panel-heading {
  background-color: #fbe8fb;
  border-color: #ebccd1;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #dc3545;
  font-weight:bold;
}
.panel .panel-heading h3{
  padding: 0;
  margin-bottom: 0;
  color: #dc3545;
  font-weight:bold;
}
.panel .panel-body{
  padding: 15px;
}



/* 首頁-聯絡我們 */
.home-contact_box .card-title {
  color: #A82024;
  font-weight: bold;
}
.home-contact_box .card-text{
  line-height: 200%;
}

.text-success{
  color: #11a847 !important;    
}
.home-news_box-center .list-group .list-group-item{
  line-height: 110%;
  background: transparent;
}  
.home-news_box-center .list-group .list-group-item:before{
    content: "\f0da";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #148c49; 
}  

body.home-page section.container-fulie > .text h2 {
  color: #148c49;
}

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

	body.home-page section.container-fulie {
		display: flex !important;
	}

	body.home-page section.container-fulie > .text {
		align-self: center !important;
	}
	body.home-page section.container-fulie > .text h2 {
    margin-bottom: 15px;
	}

	body.home-page section.container-fulie .img_d img {
		display: none;
	}

	section.news_box {
		background: url(../../images/customer/sianghe/new_d.jpg) right center no-repeat;
		min-height: 600px;
		position: relative;
	}

	section.news_box .m_news {
		width: 460px;
		height: 325px;
		overflow: hidden;
		color: #6a6a6a;
		line-height: 1.7em;
		font-size: 18px;
		position: absolute;
		left: 15%;
		top: 140px;
	}

	section.news_box .m_news .but4 {
		margin-top: 50px;
		text-align: right;
		background: initial;
		border: initial;
		display: inline-block;
		float: right;
	}

	section.about_box {
		background: url(../../images/customer/sianghe/about_d.jpg) left center no-repeat;
		min-height: 600px;
		position: relative;
	}

	section.about_box .m_about {
		width: 500px;
		overflow: hidden;
		color: #6a6a6a;
		line-height: 1.7em;
		font-size: 18px;
		position: absolute;
		left: 55%;
	}

	section.com_box {
		background: url(../../images/customer/sianghe/com_d.jpg) right center no-repeat;
		min-height: 600px;
		position: relative;
	}

	section.com_box .m_com {
		width: 460px;
		overflow: hidden;
		color: #6a6a6a;
		line-height: 1.7em;
		font-size: 18px;
		position: absolute;
		left: 15%;
	}
}

@media only screen and (max-width: 1024px) {
	body.home-page section.container-fulie > .text {
    background: #ffffffc2;  
    padding: 30px 15px 15px 30px;
    font-size: 90%;
	}
}

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

	body.home-page section.container-fulie > .text {
		height: auto;
		position: static;
		left: auto;
		margin: 0 auto;
		padding: 20px 15px 40px 15px;
		width: 80%;    
    background: #ffffffc2;  
    padding: 15px 30px;
	}

	section.news_box .m_news .but4 {
		margin-top: 30px;
		display: inline-block;
	} 
  .home-news_box-center .list-group .list-group-item {
    padding: 10px;
  }
} 
@media only screen and (max-width:568px ) {
	body.home-page section.container-fulie > .text{
		width: 90%;
	}
}








/* 說明文貼圖 */
/* 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;
}
