@charset "UTF-8";
body{
  color: #000;
}
section.home {
    margin-top: 0;
    padding-top: 0;
} 


@media (min-width: 993px) {
  body.home {
    margin-top: 0 !important;
  }
  body{
    /* margin-top: 70px; */
  }
  .container {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
  }
}

@media (min-width: 993px) and (max-width: 1140px) {
  .container {
    width: 96%;
  }
}

@media (max-width: 992px) {
  nav.navbar.bootsnav.lingnavbar .container {
    width: 100%;    
  }
}


section.container article.ling-right {
    min-height: calc(50vh); 
}
section.home article.ling-right {
    min-height: initial !important; 
}


.page_box .page-header {
  border-bottom: none;
}

.page_box .page-header h1,
.page_box.classify3_box .page-list .list-item-2 .thumbnail .caption h2 {
    color: #af670a;  
    font-weight: bold;
}

body a {
  text-decoration: none !important;
}


/* 大中小標題大小================================== */
.h4, .h5, .h6, h4, h5, h6 {
    font-weight: initial;
    line-height: initial;
    margin-top: 0;
}

  /* 首頁標題================================== */
.hi_box {
    position: relative;
    color: #000;
    text-align: center;
    padding: 30px 0;
    letter-spacing: 8px;
}
.hi_box:after {
    content: '';
    width: 128px;
    height: 6px;
    background-color: #bb9665;
    display: block;
    margin: 20px auto 30px auto;
}


.md-show {
  display: block !important;
}
.sm-show {
  display: none !important;
}

@media (max-width: 992px) {
  .md-show {
    display: none !important;
  }
  .sm-show {
    display: block !important;
  }
}


/* news  */
.page_box ul.page li.item:before,
.page_box ul.page li a span,
.page_box.news_box .news-item span {
  color: #0E549A; 
}

.page_box.news_box .news-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.page_box.solution_box .page li.item span,
.page_box ul.page li a span, 
.page_box.news_box .news-item span{
  display: none;
}


/* 按鈕============================================== */
.btn-primary{
    color:#fff !important;
    background-color:#1363AD !important;
    border-color:#1363AD !important;
}
.btn-info.info{
    color:#fff !important;
    background-color:#1363AD !important;
    border-color:#1363AD !important;
}

/* .asn-Srh-asun_css */

.classify3_box .text_en{  
  margin-bottom: 15px;
}
.btn-danger.link:after{  
  content: "PDF";
}
.btn-danger.link > span{
  display: none;
}


.btn-ddd{
    color:#fff !important;
    background-color:#9D9D9D !important;
    border-color:#9D9D9D !important;
}
 

footer {
  background: #F1EAE0;
  color: #000;
}

footer address.h4{
  font-weight: initial;
}

footer .footer_name{
  width: 300px;
  height: 40px;
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  background: url(/frontend/images/customer/chaotrend/logo2_add.png) left top no-repeat;
  background-size: contain;
  display: block;
}
footer div > span + span {
  padding-left: 15px;
}

@media (max-width: 568px) {
  footer div > span {
    padding-left: 0;
    display: inline-block;
    width: 100%;
  }
  footer div > span + span {
    padding-left: inherit;
  }
  footer {
    text-align: left
  }
}

footer a,
footer a:hover {
  color: #000;
}

/* footer address div:nth-child(1) {
  font-size: 1.3em;
  font-weight: bold;
} */
footer address {
  position: relative;
}

.box_communication ul li a{
  display: block;
  border-radius: 50px;
  padding: 10px;
  background-color: #fff;
}

@media (min-width: 768px) {
  footer .box_communication{
    position: absolute;
    right: 10%;
    top: 50px;
    z-index: 2;  
  }
  .box_communication img{
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
.box_communication {
  margin-top: 20px;
}
.box_communication img{
  width: 28px;
  height: 28px;
}
}
  
/* 麵包屑============================= */
article.ling-right .part_breadcrumb .menu_bread_crumb div a{
    text-decoration: none;
    pointer-events: none;
}
article.ling-right .part_breadcrumb:before {
    content: '路徑 > ';
    float: left;
    padding-right: 6px;
    color: #555;
}

/* 表格 */
table th {
  background-color: #1363AD;
}
table td.td-link-down a.btn > span{
  display: none;
}
table .pic:before {
  content: 'Photo';
}
table .td-link-down:before {
  content: 'PDF';
}
table td.pic img{
  width: 120px;
  height: initial;
}

@media (max-width: 768px) {
  table .pro_no:before {
    display: inline-block;
  }
  table .pro_name:before {
    display: inline-block;
  }
  table td.pic img{
    width: 100%;
    height:auto;
  }
}



/* 表列式備註說明文==================================== */
.page_box .well-download, .page_box .well-text{
    margin-top: 1em;
}

.home_main_container {
  position: relative;   
  display: block;
  width: 100%;
  overflow: hidden;
  height: 80vh;
  background: url(../../images/customer/chaotrend/main.webp) no-repeat ;
  background-attachment: fixed;
  background-position: center top; 
  background-size: cover;
}
.home_main_container.page-content .caption div.item{
  font-size: 33px;
  line-height: 40px;
}
.home_main_container.page-content .caption span{
  font-size: 15px;
  line-height: 16px;
}



.home_main_container::before{
    position: absolute;
    bottom:0;
}
.home_main_container .caption{
    position: absolute;
      top: 53%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      text-align: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
    z-index: 11;
}
.home_main_container .caption div.item{
    color: #347165;
    font-size: 66px;
    line-height: 88px;
    margin-bottom: 10px;
    letter-spacing: 12px;
    font-weight: 500;
    text-shadow:
      0 0 3px white,
      0 0 6px white,
      0 0 9px white;
}
.home_main_container .caption span{
  font-size: 28px;
  line-height: 36px;
  color: #414151;
}

@media (max-width:1024px) {
    .home_main_container .caption div.item{
      font-size: 33px;
      line-height: 40px;
      margin-bottom: 6px;
      letter-spacing: 8px;
  }
  .home_main_container .caption span{
    font-size: 15px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .home_main_container {
    height: 66vh;
  }
}
@media (max-width: 568px) {
  .home_main_container {
    height: 610px;
    background: url(../../images/customer/chaotrend/main.webp) -480px top no-repeat;
  }
  .home_main_container .caption span{
    text-shadow:
    0 0 3px white,
    0 0 6px white,
    0 0 9px white;
    font-weight: 500;
  }
}
video#mainVideo{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
  
@media (min-width: 768px) {
    .hero-video-wrap {
        position: relative;
        width: 100%;
        height: 80vh;
        overflow: hidden;
    }
    .bg-video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        opacity: 0;
        animation: fadeInVideo 1.8s ease-in forwards;
    }

    @keyframes fadeInVideo {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    .sound-btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 10;
        background-color: #333;
    }
 }
@media (max-width: 767px) {
    .bg-video {
        object-fit: cover;
        opacity: 0;
        animation: fadeInVideo 1.8s ease-in forwards;
    }

    @keyframes fadeInVideo {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    .sound-btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 10;
        background-color: #333;
    }
}


/* 首頁服務介紹 */
.box-6-category {
  background-color: #357165;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .box-6-category {
    padding-top: 80px;
  }
}

.box-6-category .box-c_content{
  margin-top: -5%;
}
  

@media (max-width: 992px) {
  .box-6-category .box-c_content{
    margin-top: initial;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .box-6-category .heig-v{
    align-content: stretch !important;
    flex-wrap: wrap !important;
    display: flex !important;
  }
}
@media (min-width: 1369px) {
  .box-6-category .heig-v .item{
    padding-left: 30px;
    padding-right: 30px;
  }
}


.box-6-category .heig-v .item{
    margin-bottom: 50px;
}
.box-6-category .thumbnail {
  background-color: #FFFBF7;
  margin-bottom: 0;
  height: 100%;
  min-height: 300px;
  text-align: center;
  padding: 2em 0;
  border-radius: 10px;
  box-shadow: 6px 6px 12px #0000007d;
}
.box-6-category .thumbnail * {
  text-align: center;
  margin-bottom: 0;
}
.box-6-category .thumbnail .caption .c_name {
  color: #29584F;
}
.box-6-category .thumbnail .caption p {
  color: #5E8C83;
}


@media (max-width: 568px) {
  .box-6-category .thumbnail {
    min-height: initial;
  }
}

/* 首頁公司介紹 */

.h_about_box {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 568px) {
  .h_about_box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.h_about_box .v-center-row {    
  width: 90%;
  margin: 0 auto;        
    max-width: 1366px; 
}
.h_about_box .v-center-row img {
  max-width: 100%;
}
.h_about_box .v-center-row .v-center-col .h1 span{
  color: #bb9665;
}
.h_about_box .v-center-row .v-center-col .h3{ 
    font-weight: initial;
    text-align: justify;
}
.h_about_box .v-center-row .v-center-col .h3 span{
  color: #bb9665;
  display: block;
  text-align: justify;
  letter-spacing: 15px; 
}
.h_about_box .v-center-row .v-center-col{  
  padding-left: 6%;
}
.h_about_box .v-center-row .v-center-col .h1{
  letter-spacing: 8px;
}

@media (min-width: 1366px) {
  .h_about_box .v-center-row .v-center-col .h1{
    line-height: 250%;
  }
  .h_about_box .v-center-row .v-center-col .h3{ 
    font-size: 23px;
    line-height: 230%;
  }
}

@media (min-width: 993px) and (max-width: 1365px) {
  .h_about_box .v-center-row .v-center-col .h3{ 
    font-size: 1.2em;
    line-height: 220%;
  }
  .h_about_box .v-center-row {    
    display: flex !important;
  }
  .h_about_box .v-center-row > div{  
    align-content: center !important;
  }
}


@media (max-width: 992px) {
  .h_about_box .v-center-row img {
    margin-bottom: 50px;
  }
  .h_about_box .v-center-row .v-center-col{  
    padding-left: initial
  }
  .h_about_box .v-center-row .v-center-col .h3{ 
    line-height: 220%;
  }
  .h_about_box .v-center-row .v-center-col .h3 span{
    display: block;
  }
  
}
@media (max-width:568px) {
  .h_about_box .v-center-row .v-center-col .h3{ 
    font-size: 1.1em;
  }
  
  .h_about_box .v-center-row .v-center-col .h3 span{
    letter-spacing: 6px; 
  }
}


/* about 首頁 & 內頁 */
  section.h_about_box {
    background-color: #F9F5F0;
  }
  .page_box.home_box .about_box .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
  }
  .about_box .text .btn {
    background-color: #0099FF;
    color: #fff;
    border: none;
    padding: 3px 15px;
  }

  
  
  /* about 關於我們內頁 */
  .page_box.about_box .ling-nav {
    margin-bottom: 15px;
    display: none;
  }
  .page_box.about_box .ling-nav a{
    background: #f2f2f2;
    color: #333333;
    margin-bottom: 6px;
  }
  .page_box.about_box .ling-nav a:before{
    content:"\f115";
    font-family:'FontAwesome';
  }



  .page_box.profile_box .intro-section {
      padding: 40px 0;
    }
    .page_box.profile_box .intro-row {
      display: flex;
      align-items: center; /* 垂直置中 */
      flex-wrap: wrap;
    }
    .page_box.profile_box .intro-col {
      padding: 15px;
    }
   .page_box.profile_box  .company-logo {
      max-width: 300px;
      margin-bottom: 20px;
    }
   .page_box.profile_box  .intro-text {
      font-size: 16px;
      line-height: 2;
      color: #333;
    }
   .page_box.profile_box  .building-img {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }

    @media (max-width: 767px) {
     .page_box.profile_box  .intro-row {
        display: block;
      }
    }

/* 首頁產品名稱過長 */

  section.home .box-6-newproducts{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  section.home .box-6-newproducts .no-over { 
    display:block;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    font-size: 1em;
    font-weight: initial;
  }
  
  @media (max-width: 568px) {
    section.home .box-6-newproducts{
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }

  
  
/* 產品圖外框線 */
.page_box ul.page-list li.list-item-0 .thumbnail,
.page_box ul.page-list li.list-item-1 .thumbnail .pic-box,
.page_box ul.page-list li.list-item-2 .thumbnail .pic-box {  
  border: 1px solid #226b64;  
  padding: 0;
  box-shadow: 3px 3px 10px #999;  
  display: inline-block;
}


/* 分類樣板共用處============================== */
.page_box .classify-main_img {
    display: none !important;
}

/* 頁頭選單 ======================================================= */
@media (min-width: 993px){
    nav.bootsnav.lingnavbar {      
      border: none; 
      background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
    }
    .navbar-default .navbar-nav > li > a {
      color: #fff; 
    }
    nav.bootsnav.lingnavbar .navbar-brand{
      padding: 25px 15px;
      width: 380px;
      position: relative;
    }

    nav.bootsnav.lingnavbar .navbar-header{      
      width: initial;
      position:initial;
    }
}				


  body.sticky-active nav.navbar.bootsnav.lingnavbar.navbar-fixed-top{
    background: #357165;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 3px solid #bb9665;
  }

  nav.navbar.bootsnav.lingnavbar .navbar-collapse.navbar-ling {	
    float: right !important;
  }	
  
  nav.navbar.bootsnav.lingnavbar li.dropdown ul.dropdown-menu{
    border-top-color:  #bb9665 !important;
  }
  
  @media (min-width: 993px){
    nav.bootsnav.lingnavbar ul.nav li a {
      display: inline-block;   
      font-weight: bold;
      padding: 50px 15px;
      line-height: 100%;    
      color:#fff; 
    }
    nav.bootsnav.lingnavbar ul.nav li a.icon-web {
      color: #377367;
    }
  
    nav.bootsnav.lingnavbar ul li.url a {
      line-height: 200%;
    }
  
    nav.navbar.bootsnav.lingnavbar li.dropdown ul.dropdown-menu ul.dropdown-menu{
      width: 280px;
    }
  
  
    nav.bootsnav.lingnavbar .attr-nav ul li.search a {
      color: #1363AD;
      font-size: 1em;
      padding:22px 0;
    }
   
  
    nav.bootsnav.lingnavbar .top-search {
      top:78px;
    }
  
    /* 第一層 */
    nav.navbar.lingnavbar ul.nav > li.dropdown.on > a{
      background-color: transparent;
      color: #ffffff99; 
    } 

    /* 第二層 */
    nav.navbar.lingnavbar li.dropdown ul.dropdown-menu > li a{
      width: 100%;
    }
    /* 第二層三層 */
    .check-list li:before, ul.cart-list > li > h6 > a,
    nav.navbar.lingnavbar ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
    nav.navbar.lingnavbar .dropdown .megamenu-content .col-menu.on .title,
    nav.navbar.lingnavbar ul.nav ul > li.dropdown.on > a,
    nav.navbar.lingnavbar ul.nav ul > li > a:hover,
    nav.navbar.lingnavbar ul.nav > li.hover > a,
    nav.navbar.lingnavbar ul.nav > li.active > a:hover,
    nav.navbar.lingnavbar ul.nav li.active > a,
    nav.navbar.lingnavbar ul.nav  li.dropdown ul.dropdown-menu > li ul.dropdown-menu > li a:hover {
      background-color: #eeeeee;
    }
  
  
  }
  
/*   
  @media (min-width: 768px){
    nav.navbar.bootsnav.lingnavbar .navbar-collapse.navbar-ling {	
      left: 0;
    }	
  }
   */
  @media (max-width: 992px){
    
    nav.navbar.bootsnav.lingnavbar {
        background:#357165 !important;
    }
    
    
    nav.navbar.lingnavbar .attr-nav {
      right: 40px;
    }
      
    nav.navbar.bootsnav.lingnavbar .navbar-collapse {
      position: absolute;
      background-color: #bb9665;
    }

    nav.navbar.bootsnav.lingnavbar .navbar-toggle {
      background-color: transparent;
      color: #fff;
    }
  
    nav.bootsnav.lingnavbar .navbar-brand {
      position: relative;
      top: 6px;
      width: 70%;
      padding: 0;
      height: 60px;
      bottom: 0;
      background: url(../../images/customer/chaotrend/logo2.png) center no-repeat;
      background-size: auto 80%;
    }

    nav.navbar.bootsnav.no-full .navbar-collapse{
        max-height: 580px;
    }


    nav.navbar.bootsnav ul.nav li a,
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
      color: #fff;
      width: 100%;
      display: inline-block;
    }
    
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
    .check-list li:before,
    ul.cart-list > li > h6 > a,
    .side .widget ul.link li a:hover,
    .side .widget ul.link li a:focus,
    nav.navbar ul li.dropdown.on > a,
    nav.navbar ul.nav > li > a:hover,
    nav.navbar ul.nav > li.active > a:hover,
    nav.navbar ul.nav li.active > a,
    nav.navbar li.dropdown ul.dropdown-menu > li.on > a,
    nav.navbar li.dropdown ul.dropdown-menu > li a:hover,
    nav.navbar li.dropdown ul.dropdown-menu > li ul.dropdown-menu > li a:hover {
      /* background-color: darkblue; */
      color: #fff; 
    }
  
  
    nav.navbar.lingnavbar .attr-nav > ul > li > a {
      color: #1363AD;
    }
  }
  
  @media (max-width: 568px){

    nav.navbar.lingnavbar .navbar-brand {
      margin-top: 0;
      position: relative;
      top: 6px;
      width: 70%;
      padding: 0;
      height: 60px;
      bottom: 0;
      background: url(../../images/customer/chaotrend/logo2_s.png) center no-repeat;
      background-size: contain;
    }

    nav.navbar.lingnavbar .attr-nav {
      right: 25px;
    }
    
    nav.bootsnav.lingnavbar .top-qrcode{
      right: 0;
    }
  }
  


  

/* 電腦版 */
@media (min-width: 993px){ 

  .ling-left .left-search {
    display: none;
  }
  
  /* 左選單 */
  aside.ling-left .nav-left ul.category-1 .h3 {
    padding-left: 20px;
    position: relative;
  }
  aside.ling-left .nav-left ul.category-1 .h3:before {
      width: 6px;
      height: 26px;
      display: inline-block;
      background: #BC9665;
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      border-radius: 5px;
  }


  aside.ling-left .nav-left ul.category-1 > li > a {
    padding: 6px 30px;
    border:1px solid #357165;
    display: block;
    width: 100%;
    background: #F4FDFF;
    color: #000;
    border-radius: 5px;
  }
  aside.ling-left .nav-left ul.category-1 > li:hover > a,
  aside.ling-left .nav-left ul.category-1 > li:focus > a,
  aside.ling-left .nav-left ul.category-1 > li:active > a,
  aside.ling-left .nav-left ul.category-1 > li > a.left22 {
    background: #357165;
    transition: all .3s;
    color: #fff;
    border:1px solid #357165;
  }
  aside.ling-left .nav-left ul.category-1 > li > a:before {
    color: initial;
  }
  aside.ling-left .nav-left ul.category-1 > li > a.left22:before {
    color: #fff;
  }

  aside.ling-left .nav-left ul.category-1 > li + li:before{
    margin-bottom: 3px;
  }
  
  aside.ling-left .nav-left ul.category-1 > li:last-child {
    border-bottom: none;
  }
  aside.ling-left .nav-left ul.category-3 {
    background: #F6F6F6;
  }
  aside.ling-left .nav-left ul.category-3 > li > a,
  aside.ling-left .nav-left ul.category-3 > li > a:hover {
    border:none;
  }
  
  aside.ling-left .nav-left ul.category-3 > li > a:hover,
  aside.ling-left .nav-left ul.category-3 > li > a.left32 {
    color: maroon;
    text-decoration: underline;
  }
}


a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color:#ddd;
}



  .top-page-content{
    height: 30vh;
    background: url(../../images/customer/chaotrend/main.webp) no-repeat;
    overflow: hidden;
    /* background-attachment: fixed; */
    background-position: center top; 
    background-size: cover;
  }

  .top-page-content > .container{
    position: relative; 
    height: 30vh;
  }

  .top-page-content .picm{
    position: absolute;
    right: 0;
    bottom: 25px;
  }
  

@media (max-width: 568px){
  .top-page-content{
    height: 250px;
    background: url(../../images/customer/chaotrend/main.webp) no-repeat;
    overflow: hidden;
    background-position: center 50px;
    background-size: cover;
  }  
  .top-page-content::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* 黑色，50% 透明 */
    z-index: 11;
    height: 250px;
  }

  .top-page-content .picm {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    text-align: center;
    z-index: 221;
  }  
  
  .top-page-content .picm img{
    width: 188px;
  }
}



/* 產品頁設計 */
/* land-ctopa3-no_C2 */
  .d-flex {
  display: flex !important;
  }
  .flex-wrap {
      flex-wrap: wrap !important;
  }
  .align-content-stretch {
      align-content: stretch !important;
  }

  .page_box ul.page-list li.list-item .thumbnail .caption .text ul li, 
  .page_box ul.page-list li.list-item .thumbnail .caption p ul li{
      list-style-type: none;
  }
  .page_box ul.page-list li.list-item .thumbnail .caption .text .card ul li::before {
    content: "\e013"; /* glyphicon-ok 對應 Unicode */
    font-family: 'Glyphicons Halflings';
    margin-right: 8px;
    color: #BC9665;
  }

/* land-ctopa3-no_C2 */

.page_box .classify-text .card {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 100%;
  }
.page_box .classify-text .card.panel{
  margin-bottom: 0;
}

.page_box .classify-text .d-flex_box .item{
  margin-bottom: 30px;
}
.page_box .classify-text .card .corner {
    position: absolute;
    top: 0;
    right: 0;
    background: #7a9b99;
    color: white;
    padding: 5px 5px 15px 30px;
    font-weight: bold;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
  }
.page_box .classify-text .card h4 {
    color: #226b64;
    font-weight: bold;
    margin-top: 10px;
  }
.page_box .classify-text .card ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    font-size: 14px;
    color: #444;
  }
.page_box .classify-text .card ul li {
    margin-bottom: 5px;
  }
.page_box .classify-text .card img {
    width: 60px;
    margin-top: 10px;
  }

.page_box .productBack-box {
      text-align: center;
    font-size: 1.2em;
    margin-bottom: 38px;
}
.page_box .productBack-box .btn-success {
    background-color: #357165;
    padding: 3px 30px;
    border-radius: 50px;
    font-size: 1em;
}

.page_box .construction-icon {
  font-size: 80px;
  color: #357165;
  margin-bottom: 20px;
}


.page_box ul.page-list li.list-item-0 .thumbnail .pic-box{
  text-align: center;
}
/* .page_box ul.page-list li.list-item-0 .thumbnail .pic-box img{
  padding: 30px;
} */

@media (max-width: 568px){
  .page_box ul.page-list li.list-item-0 .thumbnail .pic-box img{
    width: 220px;
  }
}

.page_box.contact_box .info_content h3 {
  display: none;
}


@media (min-width: 993px){
  .page_box.contact_box .vcenter {
      display: table;
      width: 100%;
      height: 100%;
  }

  .page_box.contact_box .vcenter .row {
      display: table-row;
      height: 100%;
  }

  .page_box.contact_box .vcenter .item{
      display: table-cell;
      vertical-align: middle;
      float: none;
  } 

  .page_box.contact_box .vcenter .item .border-left-1{
    border-left: 1px solid #ccc;
    padding-left: 15px;
  }
}

.page_box.contact_box .vcenter .item .h4{
    color: #357165;
    font-weight: bold;
}
span.icon-label {
    min-width: 50px;
    display: inline-block;
}
.page_box.contact_box .vcenter .item img{
  border: 1px solid #06c655; 
  border-radius: 10px;
}
@media (min-width: 993px){
  .page_box.contact_box .vcenter .item img{
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 992px){
  .page_box.contact_box .vcenter .item img{
    width: 100px;
    height: 100px;
  }
}

/* land-ctopa3-no_C3 */


.align-content-stretch {
    align-content: stretch !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.d-flex {
    display: flex !important;
}

.align-self-end{
    align-self: flex-end !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-end {
    align-self: flex-end !important;
}

/* land-ctopa3-no_C3 */
/* 工程實績 */
.page_box.product33_box .otherimg_box .thumbnail{
  height: 90%;
  position: relative;
}
.page_box.product33_box .otherimg_box .pic{
  display: block;  
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page_box.product33_box .otherimg_box .pic img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.page_box.product33_box .otherimg_box .caption{  
    height: 15%;
    display: flex;
    align-items: center; 
    justify-content: center;
    background-color: #f8f9fa;
}

.page_box.product33_box .otherimg_box .caption .h4{
  margin: 0;
}