@charset "UTF-8";
body{
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 100%;
  font-size: 18px;
  line-height: 180%;
	margin: 0 auto;
}
nav.navbar.navbarling .container {
	width: 100%;
  max-width: 98%;
}
@media (max-width: 1199px) {
  nav.navbar.navbarling .container {
	width: 100%;
  max-width: 100%;
  }
}

.home-news_box-center .list-group .list-group-item:nth-child(n+6) {
  display: none;
}
@media (min-width: 993px) {
  .hero.container, 
  .container {
    max-width: 90%;
  }
  /* .home_box-newsitem > .container{
    max-width: 70%;
  } */
}

@media (max-width: 992px) {
  .home_box-newsitem > .container,
  .hero.container, 
  .container  {
    max-width: 100%;
  }
}



body a{
	color: #333;
}
body a:hover {
	color: #EE77BB;
} 

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
  .header {
    z-index: 997;
    background: #fff;
    border-bottom: none;
  }
  
  .scrolled .header {
    box-shadow: 0px 0 18px #333333b1;
    background: #FCF3E4;
  }  
  .index-page .header {
    background: #FCF3E4;
  }  
  
  /*--------------------------------------------------------------
  # 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: 100px;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  
  @media (min-width: 993px) {
    .hero {
      margin-top: 140px;
    }
  }
  @media (max-width: 992px) {
    .hero {
      margin-top:70px;
    }
  }

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



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

/* 商標1 */
nav.navbar.navbarling .navbar-brand {
  font: 0 / 0 a;
  color: transparent;
  text-indent: -9999px;  
  background: url(../../images/customer/longsiang/logo-name.png) center no-repeat;
  background-size: contain;
  display: block;
}
@media (min-width: 993px) {
  /* 商標2 */
  nav.navbar.navbarling h1{
    margin: 0 auto;
    position: relative;
  }

  nav.navbar.navbarling .navbar-brand {
    width: 700px;
    height: 80px;
    margin: 15px auto 0 auto;
    display: block;
  }
  

  .navbar-expand-lg {
    flex-wrap: wrap !important; 
    justify-content: flex-start !important;
  }   

  .nav_box2{
    margin: 0 auto;
    width: auto;
  }

  nav.navbar.navbarling .nav_box2 .top-fb a{
    color: #0040a1;
    font-size: 22px;
    padding: 6px 8px;
  }
  
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 10px 8px;
    font-size: 1em;
  }

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

@media (max-width: 1295px) {
    nav.navbar.navbarling .nav-item > a.nav-link{
      font-size: 0.8em;
    }
}
@media (max-width: 1090px) {
    nav.navbar.navbarling .nav-item > a.nav-link{
      padding: 10px 3px;
    }
}



@media (max-width: 991px) {
  nav.navbar.navbarling{
    padding: 0;
  }
  nav.navbar.navbarling .nav_box2 .top-fb a{
    font-size: 32px;
    position: fixed;
    top: 18px;
    right: 15px;
    color: #0040a1;
  }

  /* 商標3 */
  nav.navbar.navbarling h1{
    margin: 6px auto 6px 8%;
    position: relative;
    width: 70%;
  }
  nav.navbar.navbarling .navbar-brand {
    background: url(../../images/customer/longsiang/logo-name.png) center no-repeat;
    background-size: contain;
    height: 59px;
    width: 100%;
    margin: 0 auto;
  } 

  nav.navbar.navbarling button.navbar-toggler{
    color: #9f3739;
    border: 0;
    font-size: 1.8em;
    position: relative;
  }
    /* 手指 */
  nav.navbar.navbarling button.navbar-toggler:before{
    content: "\f25a";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 11;
    font-size: 0.8em;
    color: red;
    animation-name: example;
    animation-duration: 2s;
    animation-direction: alternate; 
    animation-iteration-count:infinite;
  }
  @keyframes example {
    0%   {color:#FF82B4; left:18px; top:36px;}
    25%  {color:#543595; left:18px; top:46px;}
    50%   {color:#FF82B4; left:18px; top:36px;}
    75%  {color:#543595; left:18px; top:46px;}
    100%   {color:#FF82B4; left:18px; top:36px;}
  }

  nav.navbar.navbarling .nav-item > ul.dropdown-menu{
    padding: 0;
  }
    nav.navbar.navbarling .nav-item ul.dropdown-menu li a.dropdown-item{
    font-size: 1em;
  }
  nav.navbar.navbarling .nav-item > a.nav-link{
    padding: 3px 10px;
    font-size: 1em;
    color: #fff;
  }

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

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

@media (min-width: 993px) {
  nav.navbar.navbarling .dropdown-menu{
    border-top: 6px solid #EFAA80;
  }
}

@media (max-width: 568px) {
  nav.navbar.navbarling h1 {
    width: 70%;
    margin: 6px 45px 6px auto;
  }
  nav.navbar.navbarling .navbar-brand {
    background: url(../../images/customer/longsiang/logo-name.png) center no-repeat;
    background-size: contain;
  } 
  nav.navbar.navbarling button.navbar-toggler{
    padding: 0 6px;
  }
}


#homeModal .modal-content{
    overflow:hidden;
}

#homeModal .modal-body img{
    max-height:auto;
    object-fit:cover;
    width:100%;
    height:auto;
}



/* 首頁下主題 */
.hi_box{    
    color: #000;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.hi_box::after{    
  content: '';
  display: block;
  width: 100px;
  height: 7px;
  background: #EFAA80;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 50px;
}

@media (min-width: 1510px) {
  .home-carousel_box {
    width: 100%;
    max-width: 1920px;
    /* height: 420px;
    overflow: hidden; */
  }
  .home-carousel_box img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; 
    object-position: center center;
    display: block;    
    transform: translateY(-58px); */
  }
}

/* @media (max-width: 1509px) {
  .home-carousel_box img {
    transform: initial;
  }
} */
.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.marquee a {
    color: #0d6efd;
}
@media (max-width: 1024px) {
  .home-news_box.marquee a {
    font-size: 1.2em;
  }
}

.owl-nav {
    /* position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between; */
    /* pointer-events: none;  */

    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
}

.page_box.home_box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #a7a7a7;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 6px 15px;
}

.page_box.home_box .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    margin: 0 !important;
}

.my-owl .owl-prev {
    position: absolute;
    left: -30px;
}

.my-owl .owl-next {
    position: absolute;
    right: -30px; 
}
.page_box.home_box .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  margin: 0 !important;
}

/* 

.owl-theme .owl-controls .owl-nav [class*="owl-prev"]{
    transform: translateX(-60px);
}
.owl-theme .owl-controls .owl-nav [class*="owl-next"]{
    transform: translateX(60px);
} */

.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: #ffe4e6;
  border-radius: 5px;
  width: 100% !important;
}
.left-content .btn-toggle::before {
    color:#840002;
}
.left-content .left2:hover{
    background: #ffe4e6;
}
.left-content .left22:hover,
.left-content .left22{
    background: #D2787A;
    color: #fff !important;
    border-radius: 5px 5px 0 0 !important;
}
.left-content .left22.btn-toggle::before {
  color: #fff;
}
.left-content .left32 {
    color: #840002 !important;
}


/* 頁尾 */
footer {
  background-color: #D2787A;
}
footer address .add_text > *,
footer address .add_text a {
  color: #fff !important;
  line-height: 150%;
}
footer address .footer_name{
  margin-bottom: 0;
}

footer address .language_box {
    margin-top: 30px;
}
footer address .language_box .dropdown-item img {
    width: 20px;
    margin-right: 8px;
}

footer address .language_box>div:nth-child(1){
  color: #fff;
}

footer address .goog-te-gadget .goog-te-combo {
  margin: 6px 10px;
  font-size: 13pt;
}

/* 隱藏 Google 上方那條 */
.skiptranslate {
    display: none !important;
}
/* 避免整頁被往下推 */
body {
    top: 0px !important;
}


footer address .skiptranslate.goog-te-gadget>div:nth-child(n+2) {
  display: none;
}



.list-inline.text .list-inline-item{
  margin: 0;
}

@media (min-width: 768px) {
  .list-inline.text .list-inline-item + .list-inline-item::before{
    content: "|";
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .list-inline.text .list-inline-item{
    display: inline-block;
    background: #932b2b;
    border-radius: 5px;
    padding: 0 6px;
    margin: 2px;
  }
}

/* 首頁 */
.page_box.home_box .card{
  min-height: 360px;
}
.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;

}


/* 最新消息 */
.page_box.news_box .new_img {
 display: none;   
}



/* 說明文貼圖 */
/* 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 .product-item-box .p_no{
  display: block;
}


.tb_margin{
  padding-top: 6em;
  padding-bottom: 6em;
}
@media (max-width:567px) {  
  .tb_margin{
  padding-top: 3em;
  padding-bottom: 3em;
  }
}

.home_box-newsitem{
  background: #FCF3E4;
  padding: 4em 0;
}
.home_box-newsitem .btn.btn-danger{
  background: #D2787A;
  border: 1px solid #D2787A;
}

.home_box-newsitem .home-pic_box .card.item .card-body .card-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.home_box-newsitem .home-pic_box .owl-carousel .owl-item{
  /* height: 530px; */
  height: 410px;
}
.home_box-newsitem .home-pic_box .card.item{
    height: 100%;
    position: relative;
}
.home_box-newsitem .home-pic_box .card.item .card-img{
    display: block;
    max-height: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.home_box-newsitem .home-pic_box .card.item .card-img > img{
    max-width: 100%;
    object-fit: contain;
} 

.home_box-newsitem .home-pic_box .card.item .card-body{
    height: 50%;
    position: relative;
}
.home_box-newsitem .home-pic_box .card.item .card-body .icon{
  position: absolute;
  left: 15px;
  bottom: 15px;
}

@media (max-width:1450px) {  
  .home_box-newsitem .home-pic_box .owl-carousel .owl-item{
    height: 480px;
  }
  .home_box-newsitem .home-pic_box .card.item .card-img{
    height: 50%;
  }
  .home_box-newsitem .home-pic_box .card.item .card-body{
      height: 50%;
  }
}
/* @media (max-width:768px) {  
  .home_box-newsitem{
    margin-top: 30px;
  }
  .home_box-newsitem .home-pic_box .owl-carousel .owl-item{
    height: 300px;
  }
  .home_box-newsitem .home-pic_box .card.item .card-img{
    height: 38%;
  }
  .home_box-newsitem .home-pic_box .card.item .card-body{
    height: 40%;
  }
} */
@media (max-width: 767px) {  
  .home_box-newsitem .home-pic_box .card.item{
    height: initial;
  }
  .home_box-newsitem .home-pic_box .owl-carousel .owl-item{
    height: initial;
  }
  .home_box-newsitem .home-pic_box .card.item .card-img{
    height: initial;
  }
  .home_box-newsitem .home-pic_box .card.item .card-body{
      height: initial;
  }
  .home_box-newsitem .home-pic_box .card.item .card-body .icon{
    position: relative;
    left: initial;
    bottom: initial;
  }
}





.home_box-service .service_box .card{  
  text-align: center;
  background: transparent;
}
.home_box-service .service_box .card:before{
  content:'';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
/* =========================================
   Service 圓圈內容：真正上下左右置中
========================================= */

.home_box-service .service_box .card > div{
  width: 220px;
  height: 220px;
  min-width: 220px;
  min-height: 220px;
  max-width: 220px;
  max-height: 220px;

  background: #D3787A;
  border-radius: 50%;
  margin: 0 auto 15px;

  /* 關鍵 */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;

  overflow: hidden;
  box-sizing: border-box;
}


/* ICON 區塊 */
.home_box-service .service_box .card .card-img{
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  padding: 0 !important;
  margin: 0 0 15px 0 !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;

  flex: 0 0 auto !important;
}


/* ICON */
.home_box-service .service_box .card .card-img-top{
  width: auto;
  height: auto;

  max-width: 80px;
  max-height: 80px;

  object-fit: contain;
}


/* 文字區塊 */
.home_box-service .service_box .card .card-body{
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  padding: 0 15px !important;
  margin: 0 !important;

  flex: 0 0 auto !important;

  text-align: center;
  color: #fff;

  box-sizing: border-box;
}


/* 翻譯文字過長時自動換行 */
.home_box-service .service_box .card .card-body .card-title.h4,
.home_box-service .service_box .card .card-body .card-text{
  width: 100%;
  max-width: 100%;

  margin: 0 !important;

  line-height: 1.2;

  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;
}
.home_box-service .service_box .card:nth-child(even) > div{  
  background: #EFAA80 !important;
}



@media (min-width:993px) and (max-width:1200px) {
  .home_box-service .service_box .card > div{
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
  }
  .home_box-service .service_box .card .card-img{
    min-height: 80px;
    padding-top: 30px;
    padding-bottom: 10px;
  }  
  .home_box-service .service_box .card .card-body .h4{
    font-size: 1em;
    margin-bottom: 0;
  }

  .home_box-service .service_box .card .card-body{
    padding: 0;
  }
  
  .home_box-service .service_box .card .card-img-top{
    width: 50px;
    max-width: 100%;
  }
  .home_box-service .service_box .card .card-body .card-text{
    font-size: 0.9em;
  }
}

@media (max-width:568px) {
  .home_box-service .service_box .card .card-img{  
      padding-top: 40px;
      padding-bottom: 20px;
      height: initial;
  }
}



/* 聯絡資訊 */
.contact-box .contact-card,
.contact-box .country-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  padding: 24px;
}

.contact-box .contact-info-box {
  background: #fafafa;
  border-radius: 18px;
  padding: 28px;
}

.contact-box .contact-info-box h3 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-box .contact-info-box > span {
  display: inline-block;
  background: #d8757d;
  color: #fff;
  border-radius: 20px;
  padding: 5px 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.contact-box .info-item {
  border-top: 1px dashed #ddd;
  padding-top: 18px;
  margin-top: 18px;
}

.contact-box .info-item strong {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.contact-box .info-item p {
  margin-bottom: 5px;
  color: #333;
}

.contact-box .map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 18px;
}

/* 服務國家 */
.contact-box .country-section {
  background: #f7f8f9;
}

.contact-box .country-text {
  padding: 20px;
}
.contact-box .country-text p{
  margin-bottom: 0;
}

.contact-box .country-text .tag {
  display: inline-block;
  background: #eef7e5;
  color: #7bb52b;
  padding: 6px 15px;
  border-radius: 30px;
  font-weight: 800;
  margin-bottom: 14px;
}

.contact-box .country-text h3 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 15px;
}

.contact-box .country-text p {
  color: #555;
  line-height: 1.8;
}

.contact-box .country-text ul {
  padding-left: 0;
  list-style: none;
  margin-top: 18px;
}

.contact-box .country-text li {
  padding: 9px 0;
  border-bottom: 1px dashed #ddd;
  white-space: nowrap;
}

.contact-box .country-text li:before {
  content: "✓";
  color: #7bb52b;
  font-weight: bold;
  margin-right: 8px;
}

.contact-box .service-video video {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.contact-box section {
  padding: 55px 0;
}

.contact-box .country-wrap{
    display:flex;
    gap:40px;
}

.contact-box .country-list{
    flex:1;
    margin:0;
    padding:0;
    list-style:none;
}

.contact-box .country-list li{
    padding: 2px 0;
    border-bottom:1px dashed #ddd;
    font-size:16px;
    color:#333;
}

.contact-box .country-list li:before{
    content:"✓";
    color:#7bb52b;
    font-weight:bold;
    margin-right:10px;
}


/* 手機 */
@media (max-width: 767px) {
  .contact-box .contact-card,
  .contact-box .country-card {
    padding: 16px;
    border-radius: 18px;
  }
  .contact-box .country-text ul {
    margin-top: 0;
  }

  .contact-box .map-box iframe {
    min-height: 280px;
  }

  .contact-box .service-video video {
    height: 240px;
  }
    .contact-box .country-wrap{
        flex-direction:column;
        gap:0;
    }
}



.home_box-contact {
  background:#FCF3E4 url(../../images/customer/longsiang/h_contact_dod.png) right top no-repeat;
  background-size: 600px;
}
.home_box-newsitem {
  background:#FCF3E4 url(../../images/customer/longsiang/h_contact_dod-left.png) left top no-repeat;
  background-size: 600px;  
}

.home_box-contact .item .card {
  margin-bottom: 2em;
  border: 1px solid #EFAA80;
}
.home_box-contact .item .card .card-header {
  position: relative;
  background: #EFAA80;
  border: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.home_box-contact .item .card .card-header:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 15px;
  top: 40px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EFAA80;
}


.home_box-contact .item .card .card-header::before{
      content: "\f05d";
      font-family: FontAwesome;
      position: relative;
      font-weight: initial;
      padding-right: 6px;
      font-size: 1.2em;
}
.home_box-contact .item .card .card-body .card-title{
  font-size: 1.8em;
  font-weight: bold;
  color: #746552;
}
.home_box-contact .item .card .card-body .card-text{
  font-size: 0.9em;
  line-height: 150%;
  color: #746552;
}

.home_box-contact .ratio-16x9{
  max-width:80%;
  margin:0 auto;
}


@media (max-width:1200px) {
  .home_box-contact .item .card .card-body .card-title{
    font-size: 1.5em;
  }
}

@media (max-width:768px) {
  .home_box-contact .ratio-16x9{
    max-width:100%; 
  }
}

.home_box-contact .item:nth-child(even) > .card{  
  border: 1px solid #CB999C;
}
.home_box-contact .item:nth-child(even) > .card .card-header {
  position: relative;
  background: #CB999C;
  border: 0;
}
.home_box-contact .item:nth-child(even) > .card .card-header:after {
  border-top: 20px solid #CB999C;
}


/* 
.home_box-map .CName_box .text-bg-danger{
  background: #D2787A !important;
}
.home_box-map .addr_box {
  border-left: 2px solid #000;

  
}
.home_box-map .tel_box{
  border-left: 2px solid #000;  
}
.home_box-map .tel_box .fa-volume-control-phone{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);  
} */




@media (min-width: 993px) {  
.page_box.about_box .ling-nav a{
    margin-right: 6px;
  }
}
.page_box.about_box .ling-nav a{
    margin-bottom: 6px;
    display: block;
    display: inline-flex !important;
    text-align: left;
    background: #fff2f2;
    border: 1px solid #db7171;
    padding-right: 20px;
    font-size: 1em;
}
    
.page_box.about_box .ling-nav a span{
    align-self: center !important;
}
.page_box.about_box .ling-nav a:before{  
    content: '';
    background: url(../../images/customer/longsiang/list_icon.png) center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* link_classifys_ke */
.page_box.classify18_box .nav-tabs .nav-item .nav-link.active {
  background-color: #fff;  
}
.page_box.classify18_box .nav-tabs .nav-item{
  margin-right: 2px;
}
.page_box.classify18_box .nav-tabs .nav-item a {
  background-color: #eee;  
}

/* land-ctopa3-no_C2 */
/* .page_box.product32_box .template-box-top.product .product-remark_tw iframe{
  width: 100%;
  height: 400px;
  max-height: 400px;
}
 */

 /* 公司簡介組織圖 */

.image-map-container {
    position: relative;
    width: 100%;
    max-width: 664px; /* 可視需要設定最大寬度 */
    margin: 0 auto;
}
.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}
.hotspot {
    position: absolute;
    display: block;
    /* background-color: rgba(255, 0, 0, 0.3);  */
}

/* 長期照護型.html */
/* 熱區1的位置（依照圖片原始比例） */
.company_org-1 .hotspot-1 {
    top: 17.6%;
    left: 0%;
    width: 27%;
    height: 12.1%;
}            
.company_org-1 .hotspot-1_1 {
    top: 35.2%;
    left: 6.8%;
    width: 27%;
    height: 12.1%;
}
.company_org-1 .hotspot-1_2 {
    top: 52.8%;
    left: 6.8%;
    width: 27%;
    height: 12.1%;
}

/* 熱區2的位置 */
.company_org-1 .hotspot-2 {
    top: 17.6%;
    left: 33%;
    width: 27.1%;
    height: 12.2%;
}
.company_org-1 .hotspot-2_1 {
    top: 35.2%;
    left: 39.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-1 .hotspot-2_2 {
    top: 52.8%;
    left: 39.9%;
    width: 27%;
    height: 12%;
}


/* 熱區3的位置 */
.company_org-1 .hotspot-3 {
    top: 17.6%;
    left: 66.1%;
    width: 27%;
    height: 12.2%;
}
.company_org-1 .hotspot-3_1 {
    top: 35.2%;
    left: 72.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-1 .hotspot-3_2 {
    top: 52.8%;
    left: 72.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-1 .hotspot-3_3 {
    top: 70.4%;
    left: 72.9%;
    width: 27%;
    height: 12%;
}
.company_org-1 .hotspot-3_4 {
    top: 87.9%;
    left: 72.9%;
    width: 27%;
    height: 12%;
}


/* 精神護理之家.html */
/* 熱區1的位置（依照圖片原始比例） */
.image-map-container.company_org-2 {
    max-width: 664px; /* 可視需要設定最大寬度 */
    max-height: 1379.16px;
}
.company_org-2 .hotspot-1 {
    top: 10.2%;
    left: 0%;
    width: 27%;
    height: 7%;
}            
.company_org-2 .hotspot-1_1 {
    top: 18.5%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_2 {
    top: 28%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_3 {
    top: 37.3%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_4 {
    top: 46.7%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_5 {
    top: 55.5%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-1_6 {
    top: 65.2%;
    left: 6.8%;
    width: 27%;
    height: 7%;
}

/* 熱區2的位置 */
.company_org-2 .hotspot-2 {
    top: 10.2%;
    left: 33%;
    width: 27.1%;
    height: 7%;
}
.company_org-2 .hotspot-2_1 {
    top: 18.5%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-2_2 {
    top: 28%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-2_3 {
    top: 37.3%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-2_4 {
    top: 46.7%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-2_5 {
    top: 55.5%;
    left: 39.9%;
    width: 27%;
    height: 7%;
}


/* 熱區3的位置 */
.company_org-2 .hotspot-3 {
    top: 9.2%;
    left: 66.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_1 {
    top: 18.5%;
    left: 73.1%;
    width: 27%;
    height: 7%;        
}
.company_org-2 .hotspot-3_2 {
    top: 28%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_3 {
    top: 37.3%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_4 {
    top: 46.7%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_5 {
    top: 55.5%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_6 {
    top: 65.2%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_7 {
    top: 74.8%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_8 {
    top: 84%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}
.company_org-2 .hotspot-3_9 {
    top: 93.4%;
    left: 73.1%;
    width: 27%;
    height: 7%;
}

/* 護理之家.html */
/* 熱區1的位置（依照圖片原始比例） */
.company_org-3 .hotspot-1 {
    top: 17.6%;
    left: 0%;
    width: 27%;
    height: 12.1%;
}
.company_org-3 .hotspot-1_1 {
    top: 35.2%;
    left: 6.8%;
    width: 27%;
    height: 12.1%;
}
.company_org-3 .hotspot-1_2 {
    top: 52.8%;
    left: 6.8%;
    width: 27%;
    height: 12.1%;
}



/* 熱區2的位置 */
.company_org-3 .hotspot-2 {
    top: 17.6%;
    left: 33%;
    width: 27.1%;
    height: 12.2%;
}
.company_org-3 .hotspot-2_1 {
    top: 35.2%;
    left: 39.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-3 .hotspot-2_2 {
    top: 52.8%;
    left: 39.9%;
    width: 27%;
    height: 12%;
}


/* 熱區3的位置 */
.company_org-3 .hotspot-3 {
    top: 17.6%;
    left: 66.1%;
    width: 27%;
    height: 12.2%;
}
.company_org-3 .hotspot-3_1 {
    top: 35.2%;
    left: 72.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-3 .hotspot-3_2 {
    top: 52.8%;
    left: 72.9%;
    width: 27%;
    height: 12.2%;
}
.company_org-3 .hotspot-3_3 {
    top: 70.4%;
    left: 72.9%;
    width: 27%;
    height: 12%;
}
.company_org-3 .hotspot-3_4 {
    top: 87.9%;
    left: 72.9%;
    width: 27%;
    height: 12%;
}


.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(1) > .card-header {
  background: #C04A04;
  color: #fff;
}
.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(1) > .card-body .col .btn{
  display: inline-block;
  width: 100%;
  background: #FEE3D0;
}

.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(2) .card-header {
  background: #0A8310;
  color: #fff;
}
.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(2) > .card-body .col .btn{
  display: inline-block;
  width: 100%;
  background: #E4F6D0;
}

.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(3) .card-header {
  background: #0C5A98;
  color: #fff;
}
.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(3) > .card-body .col .btn{
  display: inline-block;
  width: 100%;
  background: #D3ECFF;
}

.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(4) .card-header {
  background: #6F48B5;
  color: #fff;
}
.classify1_box.chu-une-fe0-A .classify-item-box .card:nth-child(4) > .card-body .col .btn{
  display: inline-block;
  width: 100%;
  background: #E9DEFE;
}



iframe.iframe-pdf {
  /* border: 1px solid #333; */
  height: 1613px;
  width: 100%;
}


/* 隱私保護政策*/
/* 建立自訂中文數字清單 */

ol.chinese-counter {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}

ol.chinese-counter > li {
    counter-increment: item;
    margin: 0.5em 0;
    padding-left: 2em;
    position: relative;
}

ol.chinese-counter > li::before {
    content: counter(item, cjk-ideographic) "、"; 
    position: absolute;
    left: 0;
    top: 0;
}

/* 龍祥療養院 > 照顧工作文化 */
.cta-section {
    background: #f7f7f7;
    padding: 50px 0;
    text-align: center;
}






/* 中間內容 */

.page_box.classify1_box.chn-une-fe0 .page-header .h3 {
  font-weight: bold;
}
    .page_box.classify1_box.chn-une-fe0 .employee-section {
      background: #f5f7f8;
      padding: 55px 0 65px;
    }


    .page_box.classify1_box.chn-une-fe0 .employee-card {
      background: #fff;
      border-radius: 18px;
      padding: 30px 34px;
      border: 1px solid #e5e8ea;
      box-shadow: 0 10px 28px rgba(0,0,0,.06);
      transition: .25s ease;
      position: relative;
      overflow: hidden;
    }

    .page_box.classify1_box.chn-une-fe0 .employee-card:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 6px;
      height: 100%;
      background: linear-gradient(180deg, #8cc63f, #d7777c);
    }

    .page_box.classify1_box.chn-une-fe0 .employee-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 36px rgba(0,0,0,.1);
    }

    .page_box.classify1_box.chn-une-fe0 .card-title-row {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .page_box.classify1_box.chn-une-fe0 .icon-box {
      width: 54px;
      height: 54px;
      min-width: 54px;
      border-radius: 14px;
      background: #eef7e5;
      color: #7bb52b;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      transition: .25s;
    }

    .page_box.classify1_box.chn-une-fe0 .employee-card:hover .icon-box {
      background: #7bb52b;
    }
    .page_box.classify1_box.chn-une-fe0 .employee-card:hover .icon-box img {
      filter: brightness(0) invert(1);
    }

    .page_box.classify1_box.chn-une-fe0 .card-icon {
      width: 52px;
      height: 52px;
      background: #f1f8e8;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-bottom: 18px;
    }

    .page_box.classify1_box.chn-une-fe0 .employee-card h3 {
      font-size: 23px;
      font-weight: 800;
      color: #222;
      margin: 0 0 15px;
    }

    .page_box.classify1_box.chn-une-fe0 .sub-title {
      color: #777;
      font-size: 15px;
      margin-bottom: 20px;
    }

    .page_box.classify1_box.chn-une-fe0 .file-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page_box.classify1_box.chn-une-fe0 .file-list li {
      border-top: 1px dashed #ddd;
      padding: 4px 0;
    }

    .page_box.classify1_box.chn-une-fe0 .file-list li:before {
      content: "›";
      color: #8cc63f;
      font-weight: bold;
      margin-right: 8px;
    }

    .page_box.classify1_box.chn-une-fe0 .file-list a {
      text-decoration: none;
    }

    .page_box.classify1_box.chn-une-fe0 .file-list a:hover {
      color: #7bb52b;
    }

   .page_box.classify1_box.chn-une-fe0 .empty-list li {
      color: #aaa;
    }

  

    @media (max-width: 991px) {
      .page_box.classify1_box.chn-une-fe0 .top-header .container {
        flex-direction: column;
        gap: 12px;
      }

      .page_box.classify1_box.chn-une-fe0 .main-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
      }

      .page_box.classify1_box.chn-une-fe0 .main-nav a {
        margin-left: 0;
      }
    }

    @media (max-width: 767px) {

      .page_box.classify1_box.chn-une-fe0 .employee-section {
        padding: 35px 0 45px;
      }

      .page_box.classify1_box.chn-une-fe0 .section-title h2 {
        font-size: 25px;
      }

      .page_box.classify1_box.chn-une-fe0 .employee-card {
        padding: 24px 24px 26px;
      }

    }



    /* 國際住民專區 */

     .country-service {
        background: #fff;
    }

    .country-service .country-item {
        display: block;
        text-align: center;
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 18px;
        padding: 35px 15px;
        color: #333;
        text-decoration: none;
        transition: .3s;
        height: 100%;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
    }

    .country-service .country-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
        border-color: #d88c8c;
        color: #333;
    }

    .country-service .country-icon {
        width: 120px;
        height: 120px;
        margin: auto;
        border-radius: 50%;
        background: #fff;
        overflow: hidden;
            /* border: 1px solid #eee; */
        display: flex;
        justify-content: center;
        align-items: center;
        border: 4px solid #fff;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
    }

    .country-service .country-icon img {
        width: 145%;
        height: 145%;
        object-fit: cover;
    }

    .country-service .country-item h5 {
        margin-top: 22px;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 26px;
    }

    .country-service .country-item span {
        color: #666;
        font-size: 17px;
    }

    .country-service .arrow {
        margin-top: 18px;
        color: #d86b6b;
        font-size: 20px;
        transition: .3s;
    }

    .country-service .country-item:hover .arrow {
        transform: translateX(6px);
    }