head, body {
  font-family: 'Noto Serif TC', serif;
}
a{
  text-decoration: none;
}
.link-a{
  color:black;
  font-weight: 600;
  text-decoration: underline;
}
.link-a:hover{
  color: red;
}

.nav-item:hover{
  border-radius: 5px;
  background-color: #ff9595;
}
.navbar-brand:hover{
  opacity: 0.5;
  color: rgb(255,0,0,1);
}
.hero{
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}
.hero2{
  background-image: url(../img/banner/1.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.inner{
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  height: 100%;
  width: calc(100% - 50px);
  max-width: 1000px;
  
}

.inner-text{
  color: black;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
  padding: 1rem;
  border-radius: 15px;
  background-color: rgb(255,255,255,0.8);
}

.big{
  display: inline-block;
  font-size: 4rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 74px;
  margin-bottom: 13px;
}

.small{
  font-weight: bold;
  font-size: 1.3rem;
}


.news-box{
  background-color: white;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 0px 20px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 700px;
  width: 100%;
}

.InformationAll{
  justify-content: flex-start;
  transition: opacity 1.5s 1.4s;
  display: flex;
  align-items: center;
}

.Information-phone{
  display: flex;
  width: 100%;
}

.Information_head{
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.lable{
  font-family: canada-type-gibson,sans-serif;
  font-size: 20px;
  font-weight: 100;
  /* letter-spacing: 1.6px; */
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 4px 5px 4px 5px;
  font-size: 16px;
  text-align: center;
}
.lable::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #231815;
}
.Information__date{
  font-family: canada-type-gibson,sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2.4px;
    color: black;
}
.Information__date::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #231815;
  transition: width .5s cubic-bezier(0,.42,.25,.98);
}
.Information_foot{
  line-height: 1.8;
  color: black;
}
.ellipsis {
  margin-bottom: 0px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: left;
  font-size: 28px;
  color: blue;
}




.news-box .InformationAll:hover{
  transform: translateX(15px);
  color: red;
}
.news-box .InformationAll:hover .lable{
  color: red;
}
.news-box a:hover .ellipsis{
  color: red;
}

.mobile-view{
  display: none;
}






.carousel-caption h5{
  font-size: 30px;
}
.logo{
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.logo-img{
  background-image: url(../img/logo/2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.logo-p{
  display: inline-block;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  color: palevioletred;
  font-weight: 600;
  font-style: italic;
  padding: 3px;
}
.nav-item{
  font-size: 18px;
}
.hero-svg{
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  height: 100vh;
}

.hero-item{
  height: 100vh;
  align-items: center;
}

.dropdown-item{
  padding: 5px 16px;
  font-size: 20px;
}

.active{
  font-weight: 600;
}
.hero-item-p h2{
  font-size: 50px;
  font-weight: 600;
}
.hero-item-p p{
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 1px;
}

.item-down{
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.item-contact{
  font-size: 25px;
}
.phone{
  text-decoration: none;
  font-size: 35px;
}
.phone:hover{
  color: red;
}

.mobile-hero{
  display: none;
}

.intro span{
  display: block;
  font-size: 22px;
  background-color: antiquewhite;
  padding: 0.5em;
  transform: skew(-20deg);
  margin: 0 30%;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
}
.intro h2{
  font-weight: 600;
  font-size: 50px;
}

.consult-link{
  color: black;
}
.consult-link:hover .card-title,.card-text{
  color: black;
}
.consult-link:hover .card{
  margin-top: -10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.card{
  border-radius: 15px;
  border: 0px;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.card-body{
  padding-right: 20%;
}
.card-img{
  border-radius: 15px 0px 0px 15px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.card-title{
  font-size: 20px;
  font-weight: 600;
}

.section-heading-line{
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #ff9595;
  border-radius: 25%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 5px;
}

.about{
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.about h2{
  font-size: 35px;
  font-weight: 600;
}

.about-img{
  background-image: url(../img/banner/about-photo.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 66%;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.about-link{
  display: inline-block;
  margin: 0 auto;
  width: 30px;
  height: 100%;
}

.list{
  list-style-type: none;
  padding-left: 0;
}
.list li{
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1px;
}

.help-io{
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #e6e9f0;
  border-radius: 50%;
}
.icon{
  font-size: 40px;
}
.service{
  margin: 0 auto;
  width: 140px;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.service li {
  padding: 10px;
  border-top: 1px solid #ebecf7;
  line-height: 20px;
  font-size: 18px;
}

.contact{
  background-image: url(../img/banner/heart.jpg);
  filter:grayscale(50%);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.contact-box{
  padding: 1.5rem;
  color: black;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 25px 50px -12px;
}
.contact-box h3{
  font-size: 40px;
}
.contact-box h4{
  letter-spacing: 2px;
}

.btn-pink{
  background-color: pink;
  width: 150px;
  padding: 0.8rem;
  border-radius: 50px;
  font-size: 25px;
  letter-spacing: 2px;
}
.btn-pink:hover{
  background-color: transparent;
  color: red;
}

footer{
  background-color: #D0D0D0;
}
.footer-content{
  text-align: center;
  padding: 20px 0;
}
.footer-content p{
  margin-bottom: 0;
}
.un-phone{
  font-size: 20px;
  margin-bottom: 10px;
  color: black;
}
.under-phone{
  display: none;
  font-size: 20px;
  margin-bottom: 10px;
  color: black;
}
.float-btn .float-set {
  position: fixed;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 78px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fbf4f2;
  padding: 6px;
  border: 2px solid #fbe0e0;
}

.float-btn .float-set .float-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 66px;
  height: 70px;
  position: relative;
  margin-top: 8px;
}

.float-btn .float-set .float-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.float-btn .float-set .float-item p {
  font-size: 14px;
  font-weight: bold;
}

.float-btn .float-set .float-item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top{
  display: none; 
  position: fixed; 
  bottom: 30px; 
  right: 5px; 
  opacity:1; 
  cursor: pointer; 
  z-index: 5;
}
.top:hover img{
    opacity: 0.5;
}

.detail1T {
  font-size: 16px;
  color: #FFF;
  background-image: url(../img/item/li02.png);
  background-repeat: no-repeat;
  height: 70px;
  padding-top: 22px;
  padding-left: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  z-index: 0;
  position: relative;
}
.detail2T{
  font-size: 16px;
  color: #FFF;
  background-image: url(../img/item/li01.png);
  background-repeat: no-repeat;
  height: 70px;
  padding-top: 22px;
  padding-left: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  z-index: 0;
  position: relative;
}
.detail3T{
  font-size: 16px;
  color: #FFF;
  background-image: url(../img/item/li04.png);
  background-repeat: no-repeat;
  height: 70px;
  padding-top: 22px;
  padding-left: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  z-index: 0;
  position: relative;
}
.detail4T{
  font-size: 16px;
  color: #FFF;
  background-image: url(../img/item/li03.png);
  background-repeat: no-repeat;
  height: 70px;
  padding-top: 22px;
  padding-left: 60px;
  font-weight: bold;
  letter-spacing: 3px;
  z-index: 0;
  position: relative;
}


.detail-area ul{
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 5px;
}
.detail-area li{
  font-size: 18px;
  padding: 8px 10px;
}
.detail-area li a{
  color: black;
  letter-spacing: 0.8px;
  line-height: 20px;
}
.detail-area li a:hover{
  color: red;
}
.detail-area ul li a::before {
  content: "●";
  color: #ccc;
  font-size: 18px;
  margin-right: 5px;
}
.article h1{
  font-weight: 700;
}
.section-heading-line-left {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #ff9595;
  border-radius: 25%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.article-content{
  font-size: 18px;
  margin-bottom: 20px;
}
.btn-sw{
  border-radius: 0;
  transform: skew(-20deg);
  border: 1px solid #ff9595;
  background-color: white;
  color: #ff9595;
}
.btn-sw:hover{
  background-color: #ff9595;
  color: white;
}

@media screen and (min-width: 1024px) and (max-width: 1215px){
  .nav-item{
    font-size: 14px;
  }
  .hero{
    margin-top: 35px;
  }
  .item-contact{
    font-size: 20px;
  }
}

@media screen and (min-height: 1025px) and (max-height: 1367px){
  .logo-p{
    font-size: 25px;
  }
  strong{
    font-size: 18px;
  }
  .logo-img{
    width: 20px;
    height: 20px;
  }
  .nav-item{
    font-size: 16px;
  }
  .hero{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media(max-width:1025px){
  .hero{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 0;
  }

  .inner{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    height: 100%;
    width: calc(100% - 50px);
    max-width: 600px;
  }

  .news-box{
    max-width: 400px;
  }

  .nav-item{
    text-align: center;
  }
  .show li{
    text-align: center;
  }
  .intro span{
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .intro h2{
    font-size: 40px;
  }
  .logo-p{
    font-size: 24px;
  }
  strong{
    font-size: 15px;
  }
  .hero-svg{
    display: none;
  }
  .hero-item{
    height: auto;
    margin-top: 15px;
    display: none;
  }
  .hero-item-p{
    padding-right: 0%;
  }
  .card-body{
    padding-right: 15px;
  }
  .card-text{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .mobile-hero{
    padding: 0px 0px;
    display: block;
    margin-top: 65px;
  }
  .un-phone{
    display: none;
  }
  .under-phone{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
  }
}
@media(max-width:767px){
  .hero2{
    background-image: url(../img/banner/2.png);
    height: calc(100vh - 135px);
  }
  .inner-text{
    display: none;
  }

  .news-box{
    background-color: #ccc;
    width: calc(100% - 20px);
    padding: 25px 20px 25px 20px;
    bottom: -45px;
    height: 150px;
  }

  .consult{
    margin-top: 30px;
  }

  .pc-view{
    display: none;
  }

  .mobile-view{
    display: block;
  }

  .lable{
    font-size: 20px;
  }

  .ellipsis {
    display: block;
    font-size: 15px;
    color: black;
  }

  .carousel-caption h5{
    font-size: 22px;
  }
  .intro h2{
    font-size: 35px;
  }
  .card-img{
    border-radius: 15px 15px 0px 0px;
    padding-bottom: 66%;
  }
  .card-text{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .about h2{
    font-size: 28px;
    font-weight: 600;
  }
  .about-link{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .contact-box h3{
    font-size: 30px;
  }
  #footer{
    padding-bottom: 80px;
  }
  .float-btn .float-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    height: 90px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .float-btn .float-set .float-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc( 100% / 4);
    margin-top: 0;
  }
  .float-btn .float-set .float-item a img {
    margin-right: 4px;
  }
  .float-btn .float-set .float-item img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .top{
    display: none; 
    position: fixed; 
    bottom: 90px; 
    right: 5px; 
    width: 18%;
    opacity: 1;
  }
}