    *{ font-family:Arial, Helvetica,Microsoft JhengHei; }

    /* font-family{Gudea,Heiti,\\5FAE\8EDF\6B63\9ED1\9AD4,Microsoft JhengHei;} */
    a.thumbnail:hover{/*border-color: #0a0;*/border-color: #1219a3;} 
    a:hover{text-decoration:none; /*color:#0a0;*/}
    a:focus{text-decoration:none;}
    .thumbnail:hover{text-decoration:none;}
    .airpoint:hover{background-color: #337ab7; color:#fff;}
    .nav-pills>li>a{border-radius: 25px;
    border: 1px solid #eee;
    /* border-bottom: 1px solid #5f1981; */
    margin-right: 15px;}

    


    /*------------------------- Back to top button  --------------------------*/

    #gotop {
        position: fixed;
        height: 50px;
        width: 110px;
        bottom: 85px;
        margin: 0 0 0 50px;
        left:90%;
    }
    @media only screen and (max-width: 767px){
        #gotop {
            position: fixed;
            height: 60px;
            width: 110px;
            bottom: 85px;
            margin: 0 0 0 500px;
            left: 80%;
        }
    }


    #back-top {
      position:fixed;
      _position: absolute; /* position fixed for IE6 */
      top:700px;
      _top: 0px;
      left: 50%;
      margin: 0 0 0 500px;
    }
    #back-top a {
        width: 30px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #ecb20c;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
        cursor: pointer;
    }
    #back-top a:hover {
        color: ##F60;
    }
    /* arrow icon (span tag) */
    #back-top span {
        width: 50px;
        height: 50px;
        display: block;
        margin-bottom: 5px;
        background: #ecb20c  url(../images/up-arrow.png) no-repeat center center;
        /* rounded corners */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }
    #back-top a:hover span {
        background-color: #F60;
    }
    



    /* banner */
    .titlebanner{
        width: 100%;
        height: 400px;
        text-align: center;
        /* box-shadow: 0px 1px 3px #666; */
        
      }
      .bannerimg{
        max-height: 400px;

      }

      /* 不同尺寸banner轉換 */
      .imgpc{
        display:block;
      }
      .imgtb{
        display:none;
      }
      .imgmobile{
        display:none;
      }
        @media only screen and (min-width: 1241px){
          .imgpc{
          display:block;
          }
          .imgtb{
            display:none;
          }
          .imgmobile{
            display:none;
          }
        }
        @media only screen and (max-width: 992px){
          .imgpc{
          display:none;
          }
          .imgtb{
            display:block;
          }
          .imgmobile{
            display:none;
          }
        }
        @media only screen and (max-width: 767px){
          .imgpc{
          display:none;
          }
          .imgtb{
            display:none;
          }
          .imgmobile{
            display:block;
          }
        }
        /* END */

        .bannerbgPC{
            height: 420px;
            background:  url(../image/banner_pc.png) top center fixed no-repeat;
            
        }
        @media only screen and (max-width: 767px){
            .bannerbgPC{
                /* background:  url(../image/bg1.png) top center fixed no-repeat; */
                display: none;
            }

        }

        .bannerbgtb{
            height: 650px;
            background:  url(../image/banner_tb.png) top center fixed no-repeat;
            
        }
        @media only screen and (max-width: 767px){
            .bannerbgtb{
                /* background:  url(../image/bg1.png) top center fixed no-repeat; */
                display: none;
            }

        }

        .bannerbgmobile{
            height: 400px;
            background:  url(../image/banner_mobile.png) top center fixed no-repeat;
            
        }
        @media only screen and (min-width: 767px){
            .bannerbgmobile{
                /* background:  url(../image/bg1.png) top center fixed no-repeat; */
                display: none;
            }

        }


        

/* 列表 */

.newtitle{
  font-size:22px;
  color:#fff;
  font-weight: bold;
  /* margin: 0px; */
  padding:10px;
  line-height: 24px;
  /* font-family: Arial, Helvetica, sans-serif; */
  text-decoration: none;
  background-color: #e61673;
  text-align: center;
  display: block;

  }
.newtxt{
  font-size:13px;
  line-height: 28px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  
  }
.newimp{
  color:#C03;
  }
  
/* .table>tbody>tr>td{
  border:1px solid #333;
  } */
.tblist{
  border:1px solid #333;
  color:#fff;
  text-decoration: none;
  vertical-align: middle;
  text-align:center;
  }
.tblist a:link{
  border: 0;
  text-decoration: none;
  color: #fff;
  padding:5px;
  }
.tblist a:visited{
  border: 0;
  text-decoration: none;
  color: #fff;
  }
.tblist a:hover{
  border: 0;
  text-decoration: none;
  color: #FFF;
  background-color:#253f7b;
  }
  
  
.tbproname{
  border:0px solid #ddd;
  color:#06C;
  text-decoration: none;
  border:0px;
  border-bottom:1px solid #333;
  font-family:Verdana, Geneva, sans-serif;
  /* text-align:center; */
  font-size: 16px;
  }
  .tbproname a:link{
    color:#06C;
    font-size: 16px;
    }
  .tbproname a:visited{
    color:#06C;
    font-size: 16px;
    }
  .tbproname a:hover{
    color:#a01e22;
    font-size: 16px;
    }
    
  
.tbproprice{
  color:#ff4400;
  text-align:right;
  font-size: 20px;
  }
  .proimg{
   border-radius: 5px 5px 0px 0px;
  }
.trline{
  border-bottom:1px dotted #C0C0C0;
  cursor: pointer;
  }
  .airlogo{
        text-align: left;
        display: inline;
        padding-right: 5px;
      }
  
.table-hover>tbody>tr:hover{background-color:#cbcfe2;}




/* ========================================================================================= */
      .explainleft{
        padding: 23px 25px 15px 15px;
        

      }
      @media only screen and (max-width: 700px){
         .explainleft{
          padding: 5px;
         }

      }
      .explainright{
        padding: 20px 20px 15px 60px;
        border-left: 1px #ddd solid;

      }
       @media only screen and (max-width: 700px){
        .explainright{
          padding: 2px;
          border: 0px;
        }

       }
      .spectxt{
        color: #ff6600;
      }
      .circletxt{
        border: 1px #3498db solid;
        padding: 2px 10px;
        border-radius: 20px;
        color: #3498db;
        font-size: 20px;
        font-weight: bold;
      }
      .steptxt{
        border: 1px #3498db solid;
        padding: 2px 10px;
        border-radius: 20px;
        background-color: #3498db;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
      }
      .page-more ,.page-more a {
        text-align: center; 
        padding: 8px 0px; 
        background-color: #1a5896; 
        margin-top: 25px;
        color: #fff;
        border: 2px #1a5896 solid;

      }
      .page-more:hover ,.page-more a:hover {
        text-align: center; 
        padding: 8px 0px; 
        font-weight: bold;
        margin-top: 25px;
        color: #1a5896;
        background-color: #fff; 
        border: 2px #1a5896 solid;

      }

      .productname:hover ,.dollartxt:hover{
        /* color: #000; */
      }
      .productname ,.dollartxt{
        color: #000;
      }
      .productPrice{
        color: #ff6600;
        font-size: 24px;
      }
      .productPrice:hover{
            /* color: #ff6600; */
            text-decoration:none;
       }

       .spectxt{
         color: #000;
       }


      .page-header{
        border-bottom: 0px solid #ddd;
        border-radius: 15px;
      }
      .titlecolor{
        color: #5f1981;
      }
      .concolor{
        color: #40210f;
      }
      
     

      blockquote {
        padding: 10px 15px;
        margin: 10px 0px 10px 0px;
        font-size: 17.5px;
        /* border-left: 5px solid #7edd32; */
        border-left: 0px solid #fff;
        border-left: 5px solid #870311;
        /* background-color: #009e96; */
        color: #000;
        font-weight: bold;
        font-size: 22px;
        background-color: #eee;
        /* border-radius: 15px; */
      }


      .qaicon {
        height: 20px;
        display: inline;
        padding-right: 10px;
        margin-bottom: 8px;
      }
      .qaans {
        font-size: 14px;
      }
      .panel-group .panel-heading+.panel-collapse>.panel-body{
        border-top: 0px;
      }
      .panel-default>.panel-heading{
        background-color: #fff;

      }
      .panel-default{
        border: 0px;
        border-bottom: 1px dashed #aaa;
      }
      
      .airlintxt{
        background: #0a0;

        /* 陰影 */
        -webkit-box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.44);
        -moz-box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.44);
        box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.44);

        width: 100%;
        font-size: 18px;
        color: #fff;
        padding: 10px 5px 1px 5px;
        border-radius: 10px 10px 0px 0px;
        margin-bottom: 20px;

      }

      .blockborder{
        border: 1px solid #ddd;
        padding: 0px 0px 5px 0px;
        margin: 10px 0px;
        border-radius: 10px;
        background-color: #fff;
        height: 320px;
        /* -webkit-box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.44);
        -moz-box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.44);
        box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.44); */
      }


      .proticket {
        padding-top: 15px;
        
      }
      .hotmarquee{

        width:100%;
        /* height:40px; */
        vertical-align: middle;
        border-bottom: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        margin-top: 25px;
      }
      .marqueetxt ,.marqueetxt a{
        /* padding: 0px 28px; */
        color: #f60;
        line-height: 34px;
        font-size: 15px;
      }

        /* ========<!-- 會動區塊 -->====== */
        .ann , .ann a{
          overflow:hidden;
          height:40px;
          padding: 0px 12px;
          color: #f60;
          font-size: 15px;
          text-align: center;
          width: 100%;
        }

        @media only screen and (max-width: 700px){
        .ann , .ann a{
          display: inline;
          overflow: initial;
        }

       }


        .annblonk{
          width: 100%;
          overflow:hidden;
          height: 40px;
          margin-top: 20px;
          border-bottom: 1px solid #e6e6e6;
          border-top: 1px solid #e6e6e6;
          padding: 8px 0px 0px 0px;
        }
        @media only screen and (max-width: 700px){
        .annblonk{
          height: 95px;
          padding: 5px 0px 5px 0px;
        }
      }

      /* ======================= */
      .moretxt{
        color: #060;
        font-size: 18px;
        height: 18px;
        line-height: 18px;
      }

      .airstudent{
        height: 240px;
      }
      @media only screen and (max-width: 700px){
          .airstudent{
          height: 1000px;
        }
      }
      .airtxt{
        margin-top: -33px;
        color: #fff;
        padding-left: 30px;
      }
      .airblock{
        margin-top: 25px;
      }
      .btnclose{
        margin-top: 25px;
      }
      .txtshadow{
        text-shadow: 2px 2px 2px #555;
      }
      .notefooter{
        border-top: 1px solid #e5e5e5;
        padding-top: 15px;
      }
      .vacationfooter{
        border-top: 2px solid #e5e5e5;
      }
      .airlinheight{
        height: 580px;
      }
      @media only screen and (max-width: 970px){
        .airlinheight{
        height: 100%;
      }
      }
      .balltxt{
        background-color: #009e96;
        color: #fff;
        border-radius: 50%;
        padding: 8px;
        line-height: 60px;
      }
      .thumbnail{
        padding: 10px;
      }
      .contxt{
        padding: 15px;
        line-height: 32px;
        word-break: normal;

      }
      .specimg{
        padding: 12px;
        border-radius: 15px;
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.3);
      }
      .peopletxt{
        color:#ff6600;
        font-weight: bold;
      }

      .picspecthx{
        /* display: inline; */
        max-height: 30px;
        padding: 0px;
        margin-bottom: 3px;
      }
      .spcblock{
        height: 180px;
      }
       @media only screen and (max-width: 970px){
            .spcblock{
            height: 420px;
          } 
       }
       @media only screen and (max-width: 700px){
            .spcblock{
            height: 420px;
          } 
       }
       .dollarblock{
        position: absolute;
        bottom: 30px;
        right: 35px;
       }
       
       .narrativetxt{
        position: relative;
        color: #777;
        line-height: 25px;
        height: 40px;
       }
       @media only screen and (max-width: 700px){
            .narrativetxt{
            position: relative;
            line-height: 20px;
            height: 70px;
           }
       }
       .picview{
        margin-top: 5px;
        box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.3);
        border-radius: 15px;
       }
       .spec99{
        position: absolute;
        top: 0px;
        left: 15px;
        z-index: 99;

       }
       .qrcodeicon2{
        display:none;
       }

       @media only screen and (max-width: 970px){
            .qrcodeicon{
            display:none;
           }
           .qrcodeicon2{
            display:block;
           }
       }
       .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
            color: #fff;
            background-color: #870311;
        }


        /*index*/

        .box {
          width: 100%;
          /* height: 50vh; */
          height: auto;
          background-size: cover;
          background-position: top center;
          background-attachment: fixed;

        }
      .box1{ 
        background-color: #fff; 
         height: 420px; 
        position: relative;
        top: 10px;
      }

      @media only screen and (max-width: 992px){
        .box1{ 
        height: 650px;
        }
      }

      @media only screen and (max-width: 700px){
        .box1{ 
        height: 400px;
        }
      }
      .box2{ 
        /* background-color: rgba(245,245,245,0.6);  */
        
        background-color: rgba(245,245,245,1);
        background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(250,250,250,.7) 35px, rgba(250,250,250,.7) 70px);
           }
      .box3{ /*background-color: rgba(248,195,0,1);*/
             height: auto;
             background-image: url('../image/box3_bg.jpg');
             background-attachment: initial;
             /* margin: 25px 0px 45px 0px; */
              }
      .box4{ height: auto;
        background-color: rgba(245,245,245,1);
        background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(250,250,250,.7) 35px, rgba(250,250,250,.7) 70px);
           }
      .box5{ /*background-color: rgba(255,255,255,0.5);*/ height: auto;
             background-image: url('../image/box5_bg.jpg');
             background-attachment:initial ;
             /* margin: 25px 0px 45px 0px; */
              }



      .declines{
        /* height: 25px; */
        display: inline;
        padding: 0 10px;
      }
      @media only screen and (max-width: 700px) {
            .declines{
            height: 3px;
            display: inline;
            padding: 0px;
          }
      }
      .listblock{
        height: 122px;
        border: 0px;

      }
      .giftlines{
        display: inline;
        padding: 0 10px 20px 10px;

      }
      
      .titletxt{
        color: #870311;
        font-weight: bold;
        margin-top: -68px;
      }
      .modal-header {
          margin: 25px 0px;
          border-bottom: 2px solid #e5e5e5;
      }
      .badge {
          padding: 6px;
      }
      .table > tbody > tr > td ,.table > thead > tr >th{
           vertical-align: middle;
           text-align: center;
      }
      table.table-bordered{
          border:2px solid #ddd;
          margin-top:20px;
          background-color: #fff;
          font-size: 18px;
        }

      .titleblock{
        padding: 0px 15px;
        border-left: 5px solid #870311;
      }
      .pointtitle{
        color: #870311;
        font-weight: bold;
        padding-left: 15px;
      }


      .urgent{
        background: #870311;
        color: #fff;
        padding: 2px 0px 6px;
      }
      .urgent:hover{
        color: #870311;
        background: #fff;
        padding: 2px 0px 6px;
      }