  /*============== Main Background Image ==============*/
  #customtour .top-content {
    z-index: 0;
    position: absolute;
    height: 100vh;
    width: calc(100vw - (100vw - 100%));
    left: 0;
    top: 0;
    text-align: center;
  }

  #customtour .top-content-inner {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    font-weight: 400;
  }

  #customtour .carousel {
    height: 70vh;
    width: calc(100vw - (100vw - 100%));
  }

  #customtour .carousel-inner {
    height: 100% !important;
    width: 100% !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  #customtour .carousel-item {
    height: 100% !important;
    width: 100% !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

/*============== Main Background Image ==============*/ 
  #customtour-form {
    display: inline-block;
    width: 100%;
    margin: 0px auto;
    background: #eee;
    padding: 10px;
  }

  #customtour-form .tourform-title {
    background-color: #fff;
    width: 98%;
    margin: 30px auto;
    max-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    box-shadow:2px 2px 6px rgba(0,0,0,.2); 
  }

  #customtour-form .tourform-title h2 {
    padding: 20px 0px 0px 0px;
  }

  #customtour-form .tourform-title h3 {
    font-size: 16px;
    text-align: center;
  }

  #customtour-form .tourform-content h4{
    border-left: 5px solid #49a4d0;
    padding: 10px 0px 10px 8px;
    font-size: 16px;
    background: #f7f7f7;
  }

  #customtour-form .requiredText {
    color:#ff9305;
    font-size: 14px;
  }

  .custom_reset{
    padding: 12px 30px;
    background-color: #737373;
    margin: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .custom_reset:hover {
    background-color: #4e4e4e;
    color: #fff;
  }

  .custom_submit {
    padding: 12px 30px;
    background-color: #fa751d;
    margin: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .custom_submit:hover {
    background-color: #d65906;
    color: #fff;
  }

  .custon_btn {
    margin: 10px auto;
    width: fit-content;
  }

  .recommend-price {
    position: absolute;
    right: 20px;
    bottom: 0px;
    color: #a97644;
    font-size: 1.6rem;
  }

  .recommend-price span {
    font-size: 1.2rem;
  }

  @media (min-width: 320px) {
    #customtour .top-content h1 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 7vw;
      text-shadow: 0em 0em 0.3em #666;
  }

  #customtour .top-content h3 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 3.5vw;
      text-shadow: 0em 0em 0.3em #666;
  }

  #customtour-form .form-control  {
      margin: 5px 0px;
  }

  #customtour-form .form-width {
      width: 96% ;
      margin: 0px auto;
  }

  #customtour-form .custom-tourfont {
      padding: 0px 0px;
      width: auto; 
      display: inline-block;
      margin: 0px 10px 0px 0px;
  }

  .form-group {
      margin-bottom: 0rem; 
  }

  .col-sm-5  {
      padding: 0px;
      margin: 0px;
      width:auto;
  }

  #customtour-form .tourform-content {
      background: #fff;
      padding: 20px 10px;
      width: 100%;
      display: inline-block;
  }

  #customtour-form .tourform-title h2 {
      padding: 10px 0px 0px 0px;
      margin: 0px;
      font-size: 23px;
  }
  
  #customtour-form .tourform-title h3 {
      font-size: 15px;
      text-align: center;
  }

  #customtour-form .tourform-content h4{
      border-left: 5px solid #49a4d0;
      padding: 10px 0px 10px 8px;
      font-size: 15px;
      background: #f7f7f7;
  }

  #customtour-form .customblock {
      display: flex;
      line-height: 25px;
      padding: 5px 0px;
      border-bottom: 1px solid #eee
 }
  .crecommendimg-tl,
  .crecommendimg-tr,
  .crecommendimg-bl,
  .crecommendimg-br {
      height: 380px !important;
      width: 100% !important;
      background-position: 50% !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      margin: 0px;
      padding: 0px;
      position: relative;
    }
  }

  @media (min-width: 576px) {
    #customtour .top-content h1 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 6vw;
      text-shadow: 0em 0em 0.3em #666;
    }

    #customtour .top-content h3 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 2.8vw;
      text-shadow: 0em 0em 0.3em #666;
    }
    #customtour-form .form-control  {
      margin: 0px 5px 0px 0px;
    }

    #customtour-form .form-width {
      width: 90% ;
      margin: 0px auto;
    }

    #customtour-form .custom-tourfont {
      padding: 0px 0px;
      width: auto; 
      display: inline-block;
      margin: 0px 10px 0px 0px;
    }

    #customtour-form .tourform-content {
      background: #fff;
      padding: 20px 10px;
      width: 100%;
      display: inline-block;
    }
    #customtour-form .customblock {
      display: flex;
      line-height: 30px;
      padding: 5px 0px;
      border-bottom: 1px solid #eee
    }
    #customtour-form .tourform-title h2 {
      padding: 10px 0px 0px 0px;
      margin: 0px;
      font-size: 23px;
    }
    .crecommendimg-tl,
    .crecommendimg-tr,
    .crecommendimg-bl,
    .crecommendimg-br {
      height: 350px !important;
      width: 100% !important;
      background-position: 50% !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      margin: 0px;
      padding: 0px;
      position: relative;
    }
  }

  @media (min-width: 768px) {
    #customtour .top-content h1 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 5.5vw;
      text-shadow: 0em 0em 0.3em #666;
    }

    #customtour .top-content h3 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 3vw;
      text-shadow: 0em 0em 0.3em #666;
    }

    #customtour-form .form-control  {
      margin: 0px 5px 0px 0px;
    }

    #customtour-form .form-width {
      width: 90% ;
      margin: 0px auto;
    }

    #customtour-form .custom-tourfont {
      padding: 0px 0px;
      width: auto; 
      display: inline-block;
      margin: 0px 10px 0px 0px;
    }

    #customtour-form .tourform-content {
      background: #fff;
      margin: 2% 5%;
      padding: 40px 20px;
      width: 90%;
      display: inline-block;
    }

    #customtour-form .customblock {
      display: flex;
      padding: 5px 0px;
      border-bottom: 1px solid #eee
    }

    #customtour-form .tourform-title h2 {
      padding: 10px 0px 0px 0px;
      margin: 0px;
      font-size: 23px;
    }

    .crecommendimg-tl,
    .crecommendimg-tr,
    .crecommendimg-bl,
    .crecommendimg-br {
      height: 400px !important;
      width: 100% !important;
      background-position: 50% !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      margin: 0px;
      padding: 0px;
      position: relative;
    }
  }


  @media (min-width: 992px) {
    #customtour .top-content h1 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 2px;
      font-size: 4.5vw;
      text-shadow: 0.1em 0.1em 0.8em #333;
    }

    #customtour .top-content h3 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 2px;
      font-size: 2.3vw;
      text-shadow: 0.1em 0.1em 0.8em #333;
    }
    #customtour-form .form-control  {
      width: fit-content;
      margin: 0px 5px 0px 0px;
    }

    #customtour-form .form-width {
      width: 85% ;
      margin: 0px auto;
    }

    #customtour-form .custom-tourfont {
      padding: 0px 13px;
      width: auto; 
      display: inline-block;
      margin: 0px 10px 0px 0px;
    }

    #customtour-form .tourform-content {
      background: #fff;
      margin: 2% 5%;
      padding: 40px 20px;
      width: 90%;
      display: inline-block;
    }
    #customtour-form .customblock {
      display: flex;
      line-height: 35px;
      padding: 6px 0px;
      border-bottom: 1px solid #eee
    }
    #customtour-form .tourform-title h2 {
      padding: 10px 0px 0px 0px;
      margin: 0px;
      font-size: 23px;
    }

    .crecommendimg-tl,
    .crecommendimg-tr,
    .crecommendimg-bl,
    .crecommendimg-br {
      /* height: 350px !important; */
      width: 100% !important;
      background-position: 50% !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      margin: 10px 0px;
      border-left: 15px solid #fff;
      padding: 0px;
      position: relative;
    }
  }

  @media (min-width: 1200px) {
    #customtour .top-content h1 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 2px;
      font-size: 3.5vw;
      text-shadow: 0.1em 0.1em 0.8em #333;
    }

    #customtour .top-content h3 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 2px;
      font-size: 1.4vw;
      text-shadow: 0.1em 0.1em 0.8em #333;
    }

    #customtour-form .form-control  {
      width: fit-content;
      margin: 0px 5px 0px 0px;
    }

    #customtour-form .form-width {
      width: 90% ;
      margin: 0px auto;
    }

    #customtour-form .custom-tourfont {
      padding: 0px 13px;
      width: auto; 
      display: inline-block;
      margin: 0px 10px 0px 0px;
    }

    #customtour-form .tourform-content {
      background: #fff;
      margin: 0% 5%;
      padding: 30px 20px;
      width: 90%;
      display: inline-block;
    }
    #customtour-form .customblock {
      display: flex;
      line-height: 35px;
      padding: 6px 0px;
      border-bottom: 1px solid #eee
    }
    
    #customtour-form .tourform-title h2 {
      padding: 30px 0px 0px 0px;
    }

    .crecommendimg-tl,
    .crecommendimg-tr,
    .crecommendimg-bl,
    .crecommendimg-br {
      /* height: 350px !important; */
      width: 100% !important;
      background-position: 50% !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      margin: 10px 0px;
      border-left: 15px solid #fff;
      padding: 0px;
      position: relative;
    }
  
  }


  @media (min-width: 1600px) {
    #customtour .top-content h1 {
      font-family: "微軟正黑體", "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: 2px;
      font-size: 2.8vw;
      text-shadow: 0.1em 0.1em 0.8em #333;
    }
  }