    .absolute{
      position: absolute;
      float: right;
      top: 10%;
      right: 0;
      
    }
    .absolute1{
      position: absolute;
      float: right;
      top: -8%;
      right:17%;
    }
    .imgcont{
      font-size: 40px;
      color: #ffffff;
      position: absolute;
      float: left;
      top: 30%;
      right: -5%;
    }
    .imgcont1{
      font-size: 40px;
      color: #ffffff;
      position: absolute;
      float: right;
      top: 55%;
      right: -52%;
    }
    p{font-size: 15px;}

    .fdiv{
      margin-right: 5%;
    }

    .footercontent{
      font-size: 18px;
    }

    .round li {
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background-color: #bebebe;
    }
    .round .active{
      background-color: #E6B478;
    }
    .carouselimg{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #carousel{
          vertical-align : middle ;
      }
      #carouselrow{
          height: 90%;
          width: 100%;
          margin: 0 auto; 
      }
      .MultiCarousel { float: left; overflow: hidden; width: 100%; position:relative; margin-top: 0.5%;}
      .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
      .MultiCarousel .MultiCarousel-inner .item { float: left;}
      .MultiCarousel .MultiCarousel-inner .item > div { text-align: center;margin: 0 auto;background:#f1f1f1; color:#666;}
      .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
      .MultiCarousel .leftLst { left:3px; }
      .MultiCarousel .rightLst { right:3px; }
      
      .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
      .pad15{
          width:85%;
          margin: 0 auto;
      }
      .btn-primary:focus, .btn-primary.focus{
        box-shadow:0 0 0 0.2rem rgba(236, 186, 97, 0.5);
      }

      body{
    font-family: Microsoft JhengHei; 
  }