
.sub-footer p
{
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 35px;
  padding-bottom: 0;
  margin: auto 10px; 
}

.sub-footer .container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.credit-card ul 
{
  text-align: left;
}

.credit-card p
{
  text-align: left;
  color: #ddd;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
    
.credit-card ul li
{
    display: inline-block;
    margin: 0 2px 5px;
    background-color: rgba(255,255,255,0.5);
    padding: 5px;
    border-radius: 3px;
}

.credit-card ul li img
{
  height: 25px;
}


/*--------------------- 彈窗廣告 ---------------------*/

.bg-cf
{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 117;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.bg-content
{
  width: 75%;
}

.bg-content img
{
  width: auto;
  max-width: 100%;
}

.bg-cf .bg-colse
{
  color: #fcc33b;
  font-size: 28px;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.bg-cf .bg-colse:hover
{
  color: #FFF;
  transform: rotate(30deg);
}
    
/*--------------------- 地區精選tab ---------------------*/

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  /*margin: 0 0 2.5rem;*/
}

.tabBlock-tab {
  font-size: 15px;
  border-color: #ccc;
  border-left-style: solid;
  border: solid;
  border-width: 2px;
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  /*float: left;*/
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  /*height: 4px;*/
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #999;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 700px) {
  .tabBlock-tab {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.tabBlock-tab.is-active {
  position: relative;
  color: #d02d11;
  z-index: 1;
}
.tabBlock-tab.is-active::before {
  background-color: #d02d11;
}
.tabBlock-tab.is-active::after {
  background-color: #d02d11;
}

.tabBlock-content {
  /*background-color: white;
  border: 2px solid #d8d8d8;*/
  padding: 1.25rem;
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
}


/*--------------------- index-page ---------------------*/

.index-page .slider-item .container {
    max-width: 100%; 
    width: 100%;
}

.index-page .slider-container .slider-item img
{
  width: 100%;
}

.index-page .main-search-input
{
  margin-top: 0;
}

.index-page .cf-list img
{
  width: 100%;
  margin-bottom: 20px;
  transition: 0.2s;
}

.index-page .cf-list img:hover
{
  border: 5px solid #d02d11;
}

.city-search
{
  padding: 45px 0 100px;
  background: #e5e5e5;
  z-index: 100;
  /*background-image: url(../images/demo/index/search-bg.jpg);
  background-size: cover;*/
  background-image: url(../images/demo/index/search-bg-g.png);
  background-size: auto 80px;
  background-repeat: repeat-x;
  background-position: center bottom;

}

.grey-bg
{
  background-color: #f7f7f7;
}

.title-icon
{
  width: 20px;
  margin-bottom: 5px;
}


.travel-tag
{
  position: absolute;
  top: 0;
  width: 70px;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotate(12deg);
}

.travel-tag:nth-child(1)
{
  right: 5px;
}

.travel-tag:nth-child(2)
{
  right: 70px;
}

.travel-tag p
{
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}

.tag-ok
{
  /*background-color: #ccc;*/
  background-image: url(../images/demo/index/tag-ok.png);
  background-size: 95%;
}

.tag-ok div
{
  width: 35%;
  margin: 12px auto 0;
}

.tag-wifi
{
  /*background-color: #ccc;*/
  background-image: url(../images/demo/index/tag-wifi.png);
  background-size: 90%;
}

.tag-wifi div
{
  width: 27%;
  margin: 17px auto 0;
}

.price-day
{
  /*margin-left: -5px;*/
  padding-left: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  text-align: right!important;
}

.price-day span
{
  font-size: 18px;
  color: #fcc33b;
  padding: 0 5px;
  font-weight: 600;
  font-family: 'Microsoft JhengHei';
}

.price-day span:nth-child(1)
{
  margin-left: -5px;
}

.price-day .dollar
{
    font-size: 15px!important;
    padding: 0;
}

.index-page .tabBlock-content .card-post-content
{
  padding-bottom: 15px;
}

.index-page .card-post-content p
{
  padding-bottom: 3px;
}
    
.index-page .card-post-content h3    
{
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  text-align: justify;
}

.index-page .card-post-content i
{
  margin: 0 4px;
  font-size: 13px;
}

.index-page .card-post-content .fa-calendar
{
 margin: 0 6px 0 5px;
}

.index-page .card-post-content h3 a,
.index-page .card-post-img a img
{
  transition: 0.5s;
}

.index-page .card-post-content h3 a:hover
{
 opacity: 0.7;
}

/*.index-page .card-post-img a img:hover
{
  transform: scale(1.05);
}*/

.index-page .blog-post-img a img:hover
{
  transform: scale(1.05);
}

.filter-tags
{
  margin-top: 40px;
}

.header-search-button
{
  margin-top: 27px;
}

@media (min-width: 768px) and (max-width: 1063px)
{
  .header-search-button
  {
    margin-top: 28px;
    padding: 0 10px;
  }
  .filter-tags
  {
    margin-left: 15px;
  }
}

.index-page .tabBlock-pane
{
  padding-top: 25px;
}

.index-page .tabBlock-pane .card-post .card-post-img a {
     overflow: hidden; 
}

/*--------------------- Blog ---------------------*/

.blog-page #wrapper
{
  padding-top: 0;
}

.blog-page .wave-bg.wave-bg2 {
    opacity: 0.08;
}

.blog-page .color-bg
{
  background: #d02d11;
}

.blog-page .blog-logo
{
  background-color: rgba(255,255,255,1);
  width: 220px;
  height: 220px;
  border-radius: 100%;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-page .blog-logo div {
    z-index: 1;
}

.blog-page .blog-logo img
{
  width: 180px;
  padding-top: 85px;
}

.blog-page .blog-scroll
{
  padding: 0;  
  background: #fff;
  border-bottom: 1px solid #eee;
}

.blog-page .blog-padding
{
  padding: 0;
}

.blog-page .main-banner {
    padding: 120px 0 40px;
}

.blog-page .nav-holder
{
  float: none;
  display: flex;
  justify-content: center;
}

.blog-page .nav-holder nav li:first-child {    
    border-left: 1px solid rgba(0,0,0,0.05);
}

.blog-page .nav-holder nav li {    
    border-right: 1px solid rgba(0,0,0,0.05);
}

.blog-page .nav-holder nav li a {
    line-height: 30px;
}

@media (max-width: 450px)
{
  .blog-page .nav-holder nav li a {
    padding: 12px 8px;
    font-size: 14px;
    line-height: 28px;
  }

  .blog-page .nav-holder nav li ul a
  {
    font-size: 13px;
    line-height: 16px;
  }

  .blog-page .nav-holder nav li ul {
    min-width: 100px;
  }
}

.blog-page .blog-list
{
  padding-top: 80px; 
}

@media (max-width: 480px)
{
  .blog-page .blog-list {
    padding-top: 40px;
  }
}

.blog-page .box-image-widget-details p
{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-page .blog-list .pagination
{
  margin-bottom: 30px;
}

.blog-page .blog-list .pagination a.current-page
{
  background: #d02d11;
}

.custom-form input[type=file] {
    float: left;
    border: 1px solid #eee;
    background: #f5f5f5;
    width: 100%;
    padding: 14px 20px 14px 45px;
    border-radius: 6px;
    color: #999;
    font-size: 14px;
    -webkit-appearance: none;
}

.blog-page .list-single-main-item-title
{
  border-bottom: 1px dashed #ccc;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
}
.blog-page .list-single-main-item-title h3 a
{
  color: #d02d11;
}

.blog-page .list-single-main-item-title h3 a:hover
{
  opacity: 0.7;
}

.blog-page .post-article .list-single-main-media a img
{
  transition: 0.5s;
}

.blog-page .post-article .list-single-main-media a img:hover
{
  transform: scale(1.05);
}

.blog-page .list-main-content
{
  width: 100%;
}

.blog-page .list-main-content p
{
  width: 100%;
  color: #777;
  font-size: 14px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-page .list-main-content-2 p
{
  width: 100%;
  color: #777;
  font-size: 14px;
  line-height: 26px;
}

.blog-page .post-opt
{
  padding-top: 0;
  padding-bottom: 8px;
  width: 100%;
}

.blog-page .list-single-main-item-title h4
{
   font-size: 16px; 
   text-align: left;
   color: #777;
}

.blog-page .privacy-p
{
  color: #777;
}

.blog-page .privacy-p a
{
  color: #777;
  border-bottom: 1px dashed #777;
  margin-left: 2px;
}

.blog-page .privacy-p a:hover
{
  border-bottom: 1px dashed transparent;
}

.flex-center
{
  display: flex;
  justify-content: center;
}


.blog-page .custom-form textarea {
   height: auto;
   margin-bottom: 20px;
}

.blog-page fieldset .col-md-6,
.blog-page fieldset .col-md-12
{
  padding-left: 15px;
  padding-right: 15px;
}

.blog-page .bt-line
{
  border-bottom: 1px dashed #ccc;
  margin: 15px 0 10px;
}

.blog-page .share-btn
{
  color: #999;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
  padding-top: 5px;
}

.blog-page .share-btn span i
{
  color: #ec7c08;
  padding-right: 5px;
}

.blog-page .share-btn a.share-fb
{
  color: #47639e;
}

.blog-page .share-btn a.share-line
{
  color: #00b900;
}

.blog-page .share-btn a i
{
  padding-right: 5px;
}

.blog-page .share-btn a
{
  border-bottom: 1px dashed;
  margin-right: 3px;
  line-height: 26px;
}

.blog-page .share-btn a:hover
{
  color: #d02d11;
}

.blog-page .post-author span {
    font-size: 13px;
}

.blog-page .post-author a img
{
  transition: 0.5s;
}

.blog-page .post-author a:hover,
.blog-page .post-author a:hover img
{
  opacity: 0.8;
}

.blog-page .box-widget-author-title 
{
    padding: 0 0 20px 80px;
}

.blog-page .box-widget-author-title-img a img
{
  transition: 0.5s;
}

.blog-page .box-widget-author-title-img a:hover img
{
  opacity: 0.7;
}

.blog-page .box-widget-author-title .author-title
{
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}

.blog-page .box-widget-author-title .author-link {
    font-size: 15px;
    font-weight: 500;
    color: #ec7c08;
}

.blog-page .box-widget-author-title .author-link:hover {
  letter-spacing: 2px;
}

.blog-page .box-widget-author-title .author-viewbtn
{
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 2px 4px;
}

.blog-page .box-widget-author-title .author-viewbtn:hover
{
  color: #d02d11;
  border: 1px solid #d02d11;
}

.blog-page .box-widget-content {
    padding: 25px 30px;
}

.blog-page .box-widget-author-content p
{
  font-weight: 400;
}

.blog-page .box-widget-author-title a {
  margin-top: 0; 
}

.blog-page .flex-list
{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog-page .author-info .box-widget-author-title {
    padding: 0 0 30px 80px;
}

.blog-page .author-info  .author-title
{
  padding-top: 15px;
}
.blog-page .author-info .author-title span
{
  font-size: 20px;
  color: #ec7c08;
}

.blog-page .author-info .box-widget-author-content p {
    font-size: 15px;
}

@media (max-width: 480px)
{
  .blog-page .box-widget.widget-posts .widget-posts-date {
    margin-top: 5px;
  }  
}

.blog-page .list-single-main-item-title h3 {
    color: #d02d11;
}

.blog-page .final-sent,
.contact-page .final-sent
{
  margin-top: 15px;
}

.blog-page .final-sent input,
.contact-page .final-sent input
{
  line-height: normal!important;
}

.blog-page .box-image-widget a.hot-img
{
  padding:0;
  margin-top: 0;
}

.blog-page .box-image-widget a.hot-img:hover
{
  background-color: transparent;
}

.blog-page .box-image-widget a.hot-img img,
.blog-page .box-image-widget a.hot-title h4
{
  transition: 0.5s;
}

.blog-page .box-image-widget a.hot-img:hover img,
.blog-page .box-image-widget a.hot-title:hover h4
{
  opacity: 0.8;
}




/*--------------------- 右側 Siderbar ---------------------*/

.blog-page .search-widget input
{
  background: #FFF;
  margin-bottom: 30px;
}

.blog-page .search-widget .search-submit
{
  background: #d02d11;
}

.blog-page .search-widget .search-submit:hover
{
  background: #ec7c08;
}

.blog-page .box-widget-item-header
{
  border-bottom: 1px solid #d02d11;
}

.blog-page .box-widget-item-header h3
{
  font-weight: 500;
  color: #d02d11;
}


.blog-page .box-widget-item-header h3::before
{
  content: "\f5d4";
  font-family: Font Awesome\ 5 Pro;
  padding-right: 6px;
}

.blog-page .accordion a.toggle {
    padding: 12px 50px 12px 20px;
    font-weight: 400;
    font-size: 14px;
}

.blog-page .accordion a.toggle:hover
{
  background: #999;
  border: 1px solid #999;
  color: #FFF;
}

.blog-page .accordion a.toggle span {
    width: 50px;
}

.blog-page .accordion .cat-item li
{
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  padding-top: 2px;
}

.blog-page .accordion .cat-item li span,
.blog-page .accordion .cat-item li a
{
  font-size: 14px;
}

.blog-page .accordion .cat-item li a
{
  color: #666;
}

.blog-page .accordion .cat-item li a:hover
{
  color: #d02d11; 
}

.blog-page .accordion .cat-item li span
{
  color: #d02d11;
}

.blog-page .accordion a.toggle.act-accordion,
.blog-page .accordion a.toggle span
{
  background: #999;
}

.blog-page .box-image-widget-details h4
{
  color: #d02d11;
}

.blog-page .view-more
{
    background: #FFF;
    border: 1px solid #d02d11;
    color: #d02d11;
}

.blog-page .view-more:hover
{
  background: #d02d11;  
  color: #FFF;
}

.blog-page .box-image-widget-details p
{
  font-size: 13px;
  line-height: 26px;
}

.blog-page .tags-stylwrap a
{
  border-radius: 6px 0;
  font-size: 13px;
  background: #d02d11;
}

.blog-page .tags-stylwrap a:hover
{
  border-radius: 6px;
  opacity: 0.8;
}



/*--------------------- 左側社群按鈕 ---------------------*/

.blog-btn
{
  height: 200px;
  position: fixed;
  left: 0;
  bottom: 120px;
  z-index: 9;
}

.blog-btn .social ul li
{
  float: none;
  margin: 6px 8px;  
  position: relative;
  transition: none!important;   
}

.blog-btn .social .btn-logo{ background: #666; }
.blog-btn .social .btn-fb{ background: #47639e;}
.blog-btn .social .btn-ig{ background: linear-gradient(45deg, orange, #c51fc0);}
.blog-btn .social .btn-line{ background: #00b900;}

.blog-btn .social li:hover
{
  background: #E71A0F;
  margin: 6px 12px;
}

.blog-btn .social li a
{
  display: block; 
}

.blog-btn .social li img
{
  height: 21px;
  margin-bottom: 4px;
}


/*--------------------- 行程比較結果頁 ---------------------*/


.compare-page .route-btn ul
{
  display: flex;
  justify-content: space-around;
}

.compare-page .route-btn ul li
{
  border-bottom: 1px solid #eee;
  color: #777;
  background-color: #fafafa;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  margin: 0 2px;
}

.compare-page .route-active
{
  color: #d02d11!important;
  background-color: #E71A0F08!important;
  border-bottom: 2px solid #d02d11!important;
}

.compare-page .route-btn,
.compare-page .route-no1,
.compare-page .route-no2,
.compare-page .route-no3
{
  display: none;
}

.compare-page .route-no1,
.compare-page .route-no2,
.compare-page .route-no3
{
  text-align: center!important;
}

.compare-page .price-desc
{
  min-width: 100%;
}

.compare-page .price-desc>ul
{
  display: flex;
  justify-content: flex-start;
}

.compare-page .price-desc ul li:first-child
{
  border-top:none;
  border-left: 1px solid #eee;
}

.compare-page .price-desc ul:first-child li
{
  border-top: 1px solid #eee;
}

.compare-page .price-desc ul li
{
  background-color: #FFF;
  border-bottom: none;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
  padding: 18px;
  text-align: left;
}

.compare-page .route-del
{
  color: #d02d11;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: 0.5s;
}

.compare-page .route-del:hover
{
  transform: rotate(15deg);
}

.compare-page .price-desc ul:hover li
{
  /*background-color: #E71A0F08;*/
  background-color: #fff7f7;  
}

.compare-page .price-desc ul li p
{
  font-weight: 300;
  padding-bottom: 0;
}

.compare-page .route-title
{
  width: 10%;
}

.compare-page .route1,
.compare-page .route2,
.compare-page .route3,
.compare-page .route-no1,
.compare-page .route-no2,
.compare-page .route-no3
{
  width: 30%;
}

.compare-page .price-info
{
  border-bottom: 1px dashed #ccc;
  padding: 8px 0;
}

.compare-page .price-info:last-child
{
  border-bottom: none;
}

.compare-page .route-day li h4
{
  font-size: 16px;  
  color: #d02d11;
}

.compare-page .route-day .meals
{
  display: flex;
  margin-top: 8px;
}

.compare-page .route-day .meals-i 
{
  width: 26px;
  text-align: right;
  padding: 4px 8px 0 0;
}

.compare-page .route-day .meals-i i
{
  font-size: 14px;
}

.compare-page .route-day .meals-i .fa-bed
{
  font-size: 12px;
}

.compare-page .red-mark
{
  color: #d02d11;
}

.compare-page .route-name li h4
{
  font-size: 16px;  
  color: #555;
}

.compare-page .route-name .route-info
{
  margin: 10px 0 12px;
}

.compare-page .route-name .join
{
    padding: 8px 12px;
    background: #ec7c08;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    transition: 0.5s;
}

.compare-page .route-name .join:hover
{
    background: #d02d11;
}

.compare-page .route-name .route-join
{
  text-align: right;
}

.compare-page .route-name .route-join p
{
  color: #d02d11;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  line-height: 42px;
}

.compare-page .route-name .route-join a
{
  display: inline-block;
  margin-left: 8px;
}

.compare-page .route-name .route-info p
{
  margin: 6px 0;
}

.compare-page .route-name .route-info .main-info
{
  color: #ec7c08;
}

.compare-page .route-name .route-info span
{
  border: 1px solid;
  padding: 2px 4px;
  margin-right: 5px;
}

.compare-page .route-title 
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compare-page .route-title .day-mark
{
  position: relative;
  width: 32px;
  text-align: center;
}

.compare-page .route-title .day-mark i,
.compare-page .route-title .day-mark span
{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  margin-left: 2px;
}

.compare-page .route-title .day-mark i
{
  font-size: 32px;
}

.compare-page .route-title .day-mark span
{
  color: #FFF;
  font-size: 12px;
  line-height: 26px;
}

.compare-page .route-title p
{
  font-weight: 500!important;
  /*margin-top: 32px;*/
  text-align: center;
}

.compare-page .route-chara .tag1
{
  color: #FFF;
  padding: 3px 8px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

.compare-page .route-chara .tag-group
{
  background-color: #F7A02D;
}

.compare-page .route-chara .tag-sale
{
  background-color: #d02d11;
}

.compare-page .route-flight .flight-flex
{
  display: flex;
}

.compare-page .route-flight .go-back
{
  border: 1px solid;
  padding: 0 5px;
  margin-right: 5px;
  white-space:nowrap;
  line-height: 30px;
}

.compare-page .route-flight .date,
.compare-page .route-flight .plane
{
  margin-right: 5px;
  line-height: 30px;
}

.compare-page .route-flight .plane
{
  margin-top: 1px;
}

.compare-page .route-flight .date span
{
  font-size: 17px;
  font-weight: 500;
}

.compare-page .route-flight .time span
{
  font-size: 14px;
  font-weight: 500;
}

.compare-page .route-flight .flight2
{
  margin: 0 5px;
}

.float-l
{
  float: left;
}

.add-pro 
{
  font-size: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-m
{
  display: none;
  background-color: #f1f1f1;
  padding: 5px ;
  text-align: center; 
  margin-bottom: 8px;
}

.title-m span,
.title-m span i
{
  font-size: 16px;
  color: #666;
  font-weight: 400; 
}

.scoll-pd
{
  padding-right: 17px;
}

@media (max-width: 991px)
{
  .scoll-pd
  {
    padding-right: 0;
  }
  
  .title-m
  {
    display: block;
  }
  .compare-page .route-btn
  {
    display: block;
  }

  
  .compare-page .price-desc ul li
  {
    min-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .compare-page .route-title,
  .compare-page .route-del
  {
    display: none;
  }

}

/*--------------------- 手機版 ---------------------*/

.header-inner .logo-holder,
.m-main-menu,.nav-m
{
  display: none;
}

@media (max-width: 480px)
{
  .nav-m
  {
    display: block;
  }

  .index-cf,.location-tab,.index-news,.show-reg-form,
  .header-top,.city-search,.nav-pc
  {
    display: none;
  }

  .main-header {
    height: 50px;
  }

  #wrapper {
    padding-top: 50px;
  }

  .header-inner .container
  {
    position: relative;
  }

  .header-inner .logo-holder {
    display: block;
    top: 10px;
    height: 30px;
    width:calc(100% - 160px);
    position: absolute;
  }

  .header-inner .logo-holder img
  {
    padding-left: 50%;
    margin-left: -57px;
  }

  .m-main-menu
  {
    display: block;
    margin-bottom: 25px;
  }

  .menu-btn
  {
    margin: 10px auto;
    position: relative;
  }

  .menu-btn:nth-child(1),
  .menu-btn:nth-child(2),
  .menu-btn:nth-child(3)
  {
    margin: 30px auto 10px;
  }

  .menu-btn p
  {
    color: #777;
    padding-bottom: 0;
  }

  .menu-btn .main-icon
  {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #d02d11;
    margin: 10px auto 5px;
    position: relative;
    padding-bottom: 10px;
  }

  .menu-btn .main-icon::after
  {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #d02d11 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .menu-btn .main-icon img
  {    
    width: 60px;
    padding: 10px;
    margin: auto;
  }

  .menu-link
  {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .main-menu
  {
    width: 90%;
    height: calc(100vh - 50px);
    overflow: scroll;
    position: absolute;
    top: 50px;
  }

  .menu-title
  {
    /*background-color: #ccc;*/
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0;
    line-height: 32px;
    text-align: left;
    padding-left: 5px;
    margin: 15px auto 5px;
  }  

  .w50
  {
    /*width: 50%!important;*/
  }

  .nav-m li a,
  .nav-m li .login-item
  {
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: 500;
  }

  .nav-m li .login-item
  {
    padding: 8px 5px;
    cursor: pointer;
    line-height: 16px;
  }

  .nav-m li a i,
  .nav-m li .login-item i
  {
    transform: rotate(0deg);
    position: relative;
    top: 0;
    right: 5px;
    width: 18px;
    text-align: center;
    margin-left: 18px;
    color: #d02d11;
  }

  .nav-m li a img,
  .nav-m li .login-item img
  {
    width: 20px;
    margin-left: 13px;
    margin-right: 4px;
  }
}


/*--------------------- member ---------------------*/

.password-btn
{
  text-align: left;
}

.password-btn button
{
  /*border: unset;*/
  border: none;
}

.member-page .back-order
{
  border-top: 1px solid #eee;  
  padding-top: 25px;
  margin-top: 15px;
  text-align: left;
}

.member-page .back-order a{
  font-size: 14px;
  background-color: #E71A0F;
  color: #fff;
  padding: 9px 22px;
  border-radius: 4px;
  display: inline-block;
}

.member-page .back-order a:hover{
  background-color: #bb1b13;
}

.member-page .dashboard-content
{
  min-height: 180px;
}

.member-page .inner-box input
{
  color: #777;
}

.member-page .inner-box .gender select {
    position: relative;
    height: 50px;
    width: 100%;
    color: #777;
    background: #f5f5f5;
    border: 1px solid #eee;
    font-weight: 400;
    padding: 0 15px;
    border-radius: 5px;
}

.member-page .edit-person .inner-box>label
{
  font-size: 14px;
  padding-bottom: 5px;
}

.member-page .edit-person select
{
  font-size: 14px!important;
  padding-left: 5px;
}

.member-page .member-captcha,
.blog-page .member-captcha
{
  text-align: left;
}

.member-page .member-captcha img,
.blog-page .member-captcha img,
.contact-page .member-captcha img
{
  width: auto;
  height: 49px;
}

.member-page .final-sent
{
  margin-top: 20px;
}

@media (min-width: 1081px)
{
  .member2-height {
    min-height: 450px!important;
  }  
}

.member-page .member2-height h3.title
{
      padding: 30px 15px 10px 0;
}

.member-page .tel-edit label
{
  padding: 0;
}

.member-page .tel-edit label input
{ 
  line-height: normal!important;
  padding-left: 30px!important;
 }

@media (max-width: 480px)
{
  .main-register-holder {
    margin: 7px auto;
  }
  .main-register {
    margin-bottom: 7px;
  }
}

.error-msg
{
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-msg p
{  
  color: #FFF;
  font-size: 140px;
}

.error-msg a
{
  display: block;
  font-size: 16px;
  margin-top: 80px;
  border: 1px solid #FFF;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 5px 0;
  transition: 0.5s;
}

.error-msg a:hover
{
  background-color: #FFF;
  color: #d02d11;
}

.index-cf .cf-list
{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.add-no label:first-child
{
  font-size: 14px;
  padding-bottom: 5px;
}

.add-info label input
{
  padding-left: 15px!important;
}

@media (min-width: 1064px)
{
  .p-top
  {
    padding-top: 24px;
  }
}


.prod-list-btn
{
  top: 10px!important;
  margin-top: 0!important;
}

@media (min-width: 1081px) and (max-width: 1099px)
{
  .main-menu
  {
    top: 0!important;
  }
  .sticky-header .main-menu
  {
    display: none;
  }
}

.block_login
{
  color: #555;
}

.block_login:hover
{
  color: #f7a63b;
}

.location-menu 
{
  margin-bottom: 20px;
}

.location-menu li
{
  display: inline;
}

.location-menu li a
{
  width: auto!important;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 15px;
  color: #999;
  /*border: 1px solid;*/
  display: inline-block;
  margin-bottom: 5px;
}    

.location-menu li .menu-y
{
  color: #d02d11;
  border: 1px solid #d02d11;
  padding: 5px 10px!important;
  background-color: #FFF;
}

.location-menu li .menu-y.active
{
  background-color: #d02d11;
  color: #FFF!important;
}

.location-menu li a.active,
.location-menu li a:hover
{
  color: #d02d11!important;
  /*border: 1px solid #d02d11!important;*/
}


@media (max-width: 768px)
{
  .location-menu li a {
    width: 24%;
    padding: 5px 0px;
  }      
}

@media (max-width: 480px)
{
  .location-menu li a {
    width: 30%;
  }      
}

.location-content
{
  margin-bottom: 25px;
}

.location-content h3{
  background: #eee;
  padding: 20px 0px;
  font-size: 18px;
  color: #999;
  letter-spacing: 2px;
}

.footer-widget a
{
  color: #777;
}

.footer-widget a:hover
{
  color: #E71A0F;
}

.tag-inline li
{
  width: auto!important;
}

@media (min-width: 1064px)
{
  .foot-lipd
  {
    padding-left: 12px!important;
  }
}

.more-date-btn {
  padding: 0 15px;
  text-align: right;
}

.more-date-btn a
{
  color: #a0a0a0;  
  font-size: 16px;
  letter-spacing: 1px;
}

.more-date-btn a:hover
{
  color: #f7a02d;  
}

.date-list a:hover
{
  background-color: #a0a0a0!important;
  color:#FFF!important;
}

.clearboth
{
  clear: both;
}

.travel-title 
{
  padding: 0 20px;
}

.travel-title h3
{
  color: #434343;
  font-size: 24px;
  line-height: 32px;
  transition: 0.3s;
}

.travel-title h3:hover
{
  color: #F7A02D;
}

.index-list-img
{
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-list-img img
{
  width: 100%;
  height: auto;
}

.selectPage{
  display:inline-block;
  width:66px;
  height:44px;
  line-height:44px;
  border-radius:6px;
  border:1px solid #eee;
  box-sizing:border-box;
  position:relative;
  font-size:13px;
  color:#888DA0;
  background:#fff;    
  padding-left: 15px;
  margin: 0 3px;
}

.member2-page .pagination a
{
  margin: 0 3px;
}

.confirm-page fieldset.people-counter .inner-box button
{
  border-radius: 0;
  margin: 0;
  width: 49px;
  height: 49px;
}

.confirm-page fieldset.people-counter .inner-box.sub
{
  border-radius: 5px 0 0 5px;
}

.confirm-page fieldset.people-counter .inner-box.add
{
  border-radius: 0 5px 5px 0;
}

.confirm-page fieldset.people-counter .inner-box button:hover {
  border-radius:0;
}

.confirm-page fieldset.people-counter .inner-box input {
    width: calc(100% - 100px);
    border-radius: 0;
}

.confirm-page fieldset.people-counter .inner-box.show input {
  padding-right: 4vw;
}

.confirm-page fieldset.people-counter .inner-box:before {
  width: 70px;
}

.confirm-page .ps-age
{
  color: #777;
  font-weight: 400;
  padding: 8px 0;
  text-align: left;
}


@media (max-width: 480px)
{
  .confirm-page .ps-age {
    text-align: left;
  }
}

.confirm-page .final-cost
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}

.confirm-page .final-cost p
{
  color: #555;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 5px 8px;
}

.confirm-page .final-cost span
{
  color: #d02d11;
  font-size: 28px;
  padding-left: 4px;
  font-family: 'Nunito', sans-serif;
}

.confirm-page .final-cost span span
{
  font-size: 16px;
  padding-right: 2px;
}    


table.perseon-select
{
  width: 100%;
  margin-bottom: 15px;
}

table.perseon-select th
{
  width: 20%;
  background-color: #f1f1f1;
  color: #555;
  font-size: 16px;
  padding: 8px;
}

table.perseon-select tbody tr:nth-child(1) td
{
  padding-top: 10px;
}

table.perseon-select tbody tr td
{
  padding-bottom: 15px;
  color: #777;
}

table.perseon-select .inner-box
{
  display: flex;
  justify-content: center;
}

table.perseon-select button
{
    margin: 0;
    width: 32px;
    height: 32px;
    /*background: unset;*/
    background: none;
    border: 1px solid #eee;
    font-size: 20px;
    font-weight: 300;
}

table.perseon-select button.sub {
    border-radius: 3px 0 0 3px;
}

table.perseon-select button.add {
    border-radius: 0 3px 3px 0;
}

table.perseon-select input
{
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
}

.confirm-page table.perseon-select span
{
  display: inline-block;
  padding-top: 4px;
  color: #777; 
  font-size: 16px; 
}

.confirm-page table.perseon-select span.money,
.confirm-page table.perseon-select span.sum
{
  font-family: 'Nunito', sans-serif;
}

.confirm-page table.perseon-select .single-room-price
{
  color: #F7A02D!important;
}

.confirm-page table.perseon-select .else-price
{
  color: #5c7abf!important;
}

@media (max-width: 575px)
{
  table.perseon-select {
    margin-bottom: 0;
  }
  table.perseon-select thead {display: none;}
  table.perseon-select tr:first-child {border-top:  1px solid #ccc;}
  table.perseon-select tr {border-bottom: 1px dashed #ccc;}
  table.perseon-select tr:last-child {border-bottom:  none;}
  table.perseon-select td {
    display: block;
  }
  table.perseon-select td:before {
    content: attr(data-text);
    display: inline-block;
    width: auto;
    min-width: 40%;
    font-weight: 500;
    color: #555;
    position: absolute;
    left: 10%;
    padding-top: 4px;
  }
  /*table.perseon-select td:last-child {text-align: left;}*/
  /*table.perseon-select td:nth-child(odd) {
    background: rgba(17,149,178,.15);
  }*/
  table.perseon-select tbody tr td
  {
    padding: 5px 0;
    text-align: left;
    margin-left: 30%;
  }
  table.perseon-select .inner-box {
    justify-content: flex-start;
  }
  .confirm-page .final-cost {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .cost-list
  {
    display: flex;
    justify-content: space-around;
    margin-top: -1px;
    margin-bottom: 20px;
  }
  .cost-list td
  {
    margin-left: 0!important;
  }
  .prod-dropdown select {
    margin-bottom: 8px;
  }
  .cost-list td {
    width: auto!important;
  }
}

.travel-intro
{
  font-size: 16px;
  line-height: 24px!important;
  min-height: 50px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}.logo,
.menu li{
  float:left;
}

.logo,
.menu a{
  color:#fff;
}

.menu{
  float:right;
}

.menu li{
  list-style:none;
  position:relative;
}

.menu a{
  display: block;
  text-decoration:none;
  line-height:3;
  padding-left:10px;
  padding-right:10px;
}

.menu a:hover{
  background: rgba(0,0,0,.5);
}

.caret-right{
  float:right;
  margin-top:16px;
  margin-right:5px;
}

.caret-down{
  margin-left: 5px;
}

.submenu,
.sub-submenu{
  position:absolute;
  background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%);
  width:150px;
  display: none;
}

.sub-submenu{
  left:150px;
  top:0;
}

.submenu li{
  width: 100%;
  border-bottom:1px solid rgba(255,255,255,.5);
}

.submenu li:last-child{
  border:0;
}

.menu li:hover .submenu,
.submenu li:hover .sub-submenu{
  display: block;
}

.orange-fz
{
  color: #f7a02d;
}

.travel-h3
{
  float: none!important;
  /*min-height: 70px;*/
  font-size: 24px!important;
  line-height: 32px;
  font-weight: 600;
}

.blog-h3
{
  float: none!important;
  margin-bottom: 10px!important;
}

.prod-h3
{
  float: none!important;
  margin-bottom: 5px!important;
  color: #d02d11!important;
}

.prod-h3:hover
{
  opacity: 0.7;
}

.prod-sec
{
  text-align: left!important;
  color: #555!important;
  font-size: 16px!important;  
  line-height: 24px!important;
  padding-bottom: 0!important;
  margin-bottom: 5px;
  min-height: 47px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.daybox-bottom .detail hr {
    margin-bottom: 10px;
}

.daybox-bottom .detail .bg
{
  position: relative;
  width: auto;
}

.hover-border
{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 5px solid #d02d11;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}

.hover-border:hover
{
  opacity: 1;
}

.index-list-img
{
  position: relative;
}

.index-banner-bg
{
  background-color: #f1f1f1;
}

.pro-list-img
{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;  
}

.social ul li:hover a
{
  color:#FFF;
}

.confirm-check-block label
{
    min-width: 120px;
    text-align: right;
}

.confirm-check-block input
{
  float: none!important;
  width: 80px!important;
}

.confirm-check-block span
{
    color: #777;
    padding-left: 10px;
}

.show-reg-form a {
  color: #666;
}

.show-reg-form a:hover {
  color: #F7A02D;
}

@media (max-width: 800px) and (min-width: 769px)
{
  .sticky-header .scroll-nav-wrapper
  {
    top: 59px!important;  
  }  
}

.show-reg-form a span {
  line-height: 24px;
  top: 15px;
  left: -20px;
}

.member2-page .header-inner,
.member2-page.sticky-header .main-header,
.member2-page .member-zone,
.member2-page ul.hidetext.padshow
{
  display: none;
}

.member2-page .main-header
{
  height: 60px;
}

.member2-page #wrapper {
    padding-top: 60px;
}

.no-header-page .flat-hero-container {
    min-height: auto;
}

.no-header-page h5.sec-title
{
  margin-bottom: 0;
}

.no-header-page .flat-hero-container .reviews-score-wrap
{
  padding: 0;
  margin-bottom: 0;
}

.no-header-page .price .ps-box {
    margin-bottom: 0;
}

.no-header-page .price .ps-box ul li
{
  border-top: none;
}

.no-header-page .price .ps-box ul li:last-child
{
  border-bottom: none; 
}

.no-header-page .price-inclu
{
  width: auto;
  padding: 3px 4px 4px 0;
  margin-top: 10px;
}

.no-header-page h3.title {
  font-size: 38px;
  margin-bottom: 0;
}

.no-header-page h5.sec-title {
    font-size: 20px;
    color: #d02d11;
    font-weight: 500;
    letter-spacing: 2px;
}

.no-header-page .flat-hero-container {
    padding: 15px 15px 15px 25px;
}

.no-header-page .ps-item >div
{
      margin-top: 10px;
}

.no-header-page .ps-item>div,
.no-header-page .ps-item p
{
  text-align: left;
  font-size: 16px;
}

.no-header-page .ps-item p
{
  display: inline-block;
}

.no-header-page .ps-item .ps-title
{
  padding-right: 5px;
  color: #999;
  font-weight: 300;
}

.no-header-page .ps-item span
{
  display: inline-block;
}

.no-header-page .ps-item span:nth-child(2)
{
  color: #e71a0f;
  font-weight: 400;
}

.no-header-page .grey-bg-pd
{
  background: #f5f5f5;
  padding: 2px 5px;
}

.no-header-page .ps-send
{
  position: relative;
}

.no-header-page .ps-send span:nth-child(1)
{
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    font-size: 18px;
    border-radius: 100%;
    background-color: #d02d11;
    color: #FFF;
    text-align: center;
}

.no-header-page .ps-send span:nth-child(2)
{
  margin-left: 30px;
}

.no-header-page .share-btn {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #FFF;
    padding: 2px 15px 3px;
    background: rgb(26,32,37);
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 15px;
    transition: 0.5s;
}

.no-header-page .share-btn:hover
{
  background: rgb(118,121,124);
}

.no-header-page .share-btn:before
{
 content: "";
     background: #777;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}

.no-header-page .share-btn:hover:before
{
  opacity: 0.6;
}

.no-header-page .scroll-nav-wrapper .share-btn
{
  display: none;
}

@media (max-width: 768px){
  .no-header-page .share-bt,
  .no-header-page .price-zone .share-btn
  {
    display: none;
  }  
  .no-header-page .scroll-nav-wrapper .share-btn
  {
    display: inline-block;
    position: relative;    
    top: 5px;
    left: 0;
    float: left;
  }
}

.no-header-page .download-list {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 1489px)
{
  .no-header-page .download-list {
    width: auto;
    display: block;
  }
}

@media (max-width: 480px)
{
  .no-header-page .d-p2
  {
    float: right;
  }
  .no-header-page .d-p2 li {
    padding: 10px 6px!important;
  }  
  .no-header-page .scroll-nav-wrapper .share-btn
  {
    padding: 2px 10px 3px;
  }  
}

@media (max-width: 382px)
{
  /*.no-header-page .scroll-nav-wrapper .share-btn {
    float: none;
    margin: 0 auto;
    top: 0;
  }
  .no-header-page .d-p2 {
    float: none;
  }*/
  .no-header-page .download-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .no-header-page .scroll-nav-wrapper .share-btn
  {
    margin-bottom: 12px;
    top: 0;
  }
}

.price-zone {
    padding: 15px 15px 0;
    text-align: left;
}

.price-zone h3
{
  color: #E71A0F;
  font-size: 46px;
  font-weight: 700;
}

.price-zone h3 span
{
  font-size: 22px;
  font-weight: 500;
  padding-right: 6px;
}    

.price-zone h4
{
  font-size: 24px;
  font-weight: 500;
  color: #666;
}

.price-zone h4 span
{
  font-size: 22px;
  padding-right: 6px;
}    

.else-date
{
  text-align: right;
}

.else-date>span
{
  color: #555;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-right: 30px;
  margin-bottom: 8px;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
}

.else-date>span:hover
{
  color: #F7A02D;
}

.else-date span:after
{
  content: "▸▸▸";
  font-size: 20px;
  position: absolute;
  bottom: -3px;
  letter-spacing: -3px;
}

.else-date-show
{
  display: none;
}

.member2-page .bulletin-info
{
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background: #dd006f;
  padding: 5px 0;
  z-index: 6;
}

.member2-page .bulletin-info p {
  color: #FFF;
  padding-bottom: 0;
  font-size: 15px;
  letter-spacing: 1px;
}

.sticky-header .bulletin-info
{
  top: 0;
}

.title-ps
{
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #777;
  margin-left: 8px;
}

.else-confirm
{
    margin: 0 0 20px!important;
    width: 100%!important;
    max-width: 100%!important;
    background:none!important;
}    

.prod-dropdown
{
  padding-right: 30px;
  position: relative;
}

.prod-dropdown select {
  height: 32px;
  color: #777;
  background: #f5f5f5;
  border: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
}

.prod-dropdown .add-tr-btn
{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ccc;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.prod-dropdown .add-tr-btn:hover
{
  border: 1px solid #777;
  color: #777;
}

.cost-info
{
  background-color: #f1f1f0;
  margin-bottom: 10px;
  padding: 20px;
}

.cost-info p
{
  text-align: left;
  padding-bottom: 0;
  color: #777;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.cost-list
{
  border-top: 1px solid #ccc;
}

.cost-list td
{
  width: 20%;  
}

.cost-list p
{
  padding-bottom: 0;
}


.cost-list p span
{
  color: #d02d11!important;
  font-size: 17px!important;
  padding-right: 3px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
}

.cost-list p 
{
  font-size: 12px;
}

.cost-list .cost-title
{
  font-size: 16px;
  padding-top: 5px;
}

.cost-list td
{
  padding-top: 5px!important;
}
    
table.perseon-select tbody tr.else-type
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #FFF;
}  
     
table.perseon-select tbody tr.else-type td
{
  padding-top: 8px;
  padding-bottom: 0;
}  

.add-type .prod-dropdown select
{
  margin-top: 5px;
}





.agent-menu li{
  float:left;
}

.agent-menu{
  float:right;
}

.agent-menu li{
  list-style:none;
  position:relative;
  height: 35px;
}

.agent-menu a{
  color:#ccc;
  display: block;
  text-decoration:none;
  white-space:nowrap;
  padding: 0 10px!important;
  margin-bottom: 0!important;
  border-right: 1px solid #ccc;
}

.agent-menu li:last-child a
{
  border-right: none; 
}

.agent-menu a:hover{
  /*background: rgba(0,0,0,.5);*/
}

.agent-menu .submenu{
  border: 1px solid #ccc;
  position:absolute;
  width:auto;
  display: none;
  background: #FFF;
  z-index: 1;
}

.agent-menu .submenu a
{
  padding: 4px 10px!important;
  border-right: none;
  position: relative;
  width: 100%!important;
  margin-right: 20px;
}

.agent-menu .submenu a i
{
  color: #d02d11;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 8px;
}

.agent-menu .submenu li{
    width: 86%;
    height: auto;
    margin-left: 7%;
    text-align: left;
}

.agent-menu .submenu>li
{
  border-bottom: 1px solid #ccc;  
}

.agent-menu .submenu li li
{
  border-bottom: none;
}

.agent-menu .submenu li:last-child{
  border:0;
}

.agent-menu li:hover .submenu{
  display: block;
}

.agent-menu .sec-submenu
{
  display: none;
}

.menu-li-y
{
  margin-top: -5px;
  margin-left: 8px;
}

.ul-margin {
    display: flex;
    justify-content: center;
}

.screen-bg 
{
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.screen-content
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.screen-box {
    background: #FFF;
    padding: 60px 30px 25px;
    border-radius: 5px;
    text-align: left;
    position: relative;
    margin: 0 15px;
}

.screen-box p {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
}

.box-title
{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d02d11;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  padding: 8px 15px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.box-copy {
    background: #d02d11;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
}

.box-copy:hover
{
  opacity: 0.8;
}

.copy-section
{
  text-align: center;
}

.box-close {
    position: absolute;
    right: 0;
    top: -29px;
    color: #FFF;
    border-radius: 5px;
    text-align: center;
    border: 2px solid;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.box-close:hover,
.box-close:hover i
{
  color: #d02d11;    
}


.daybox-bottom .detail em
{
  font-style: italic;
}





.black-font { 
  color: #000!important;
}

.pdf-top .trav-info
{
  border: 1px solid #99999945;
}

.pdf-title
{
  float: left;
  width: 70%;
}

.pdf-logo
{
  float: right;
}

.pdf-logo img
{
    width: 250px;
    margin: -25px -50px 0 0;
}

.p-included 
{
  font-size: 16px;
}

.p-included span:after
{
  content: " ‧";
}

.p-included span:last-child:after
{
  content: "";
}

.pdf-top
{
  margin-bottom: -30px;
  border: 2px solid #ccc;
  border-radius: 0;
}

.travel-img-row
{
  padding: 0 8px;
  background-color: #FFF;
  margin-bottom: 30px;
}

.price-list
{
  display: flex;
  justify-content: space-between;
}

.price-list p
{
  text-align: center;
  padding: 3px 0;
}

.price-list-title,
.price-list-item
{
  width: 100%;
  text-align: center;
}

.price-list-title,
.price-list-name
{
  background: #f7a02d;
  color: #FFF;
}

.price-list-title
{
  display: flex;
  align-items: center;
  justify-content: center; 
    font-size: 16px;
    font-weight: 500;
}

.price-list-item
{
 border-left: 1px solid #FFF;
}

.price-list-name p
{
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

.price-list-info p
{
  color: #666;
}

.h3-mb
{
  margin-bottom: 5px;
}


.confirm-page.member2-page #wrapper {
    padding-top: 90px;
}


/**/

.order-table {
  width: 100%;
  border-collapse: collapse;
  
  color: #333;
  font-size: 16px;
  overflow: hidden;
  border: 1px solid #ddd;

  margin: 5px 0;
}

.order-table tr.gray
{
  border-top: none;
  background: #f1f1f1;  
}

.order-table tr.gray th
{
  color: #333;
  font-weight: 500;
}

.order-table th {
  display: none;
}

.order-table td {
  display: block;
}

.order-table td:first-child {
  margin-top: .5em;
}

.order-table td:last-child {
  margin-bottom: .5em;
}

.order-table td:before {
  content: attr(data-th) " ：";
  font-weight: 500;
  width: 85px;
  display: inline-block;
  color: #777;

  text-align: right;
}

.order-table td.put-subtable:before
{
  content: "";
  display: inline;
}

.sub-table td:before {
  width: 72px;
}

.order-table th,
.order-table td {
  text-align: left;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-top: none;
  word-break: break-all;
}

.sub-table th,
.sub-table td
{
  text-align: center;
}

.subtitle-font
{
  color: #777;
  white-space:nowrap;
}

.total-font
{
  text-align: right!important;
  font-weight: 500;
}

.red-font
{
  color: #E71A0F;
  font-size: 18px;
  font-weight: 500;
}

.table-note h5
{
  color: #777;
}

.table-note p
{
  color: #333;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .order-table td:before {
    display: none;
  }
 
  .order-table th,
  .order-table td {
    display: table-cell;
  }
}

@media screen and (max-width: 767px) {
  .order-table tr:nth-child(2) {
    border-top: none;
  }

  .subtitle-font,
  .total-font
  {
    display: none!important;
  }
  .order-table td:last-child {
    margin-bottom: 0;
  }
  .sub-table th,
  .sub-table td
  {
    text-align: left;
  }
  .red-font
  {
    background-color: #f7f7f7;
  }
  .order-table tr.gray th
  {
    display: block!important;
  }
  
  .sub-table
  {
    border: none;
  } 
  .order-table td:first-child {
    margin-top: 0;
  }     
  .sub-table td:first-child {
    margin-top: 10px;
    border-top: 1px solid #ddd;
  }  
  .sub-table tr:last-child td
  {
    margin-top: 10px;
    border: 2px solid #ddd;
  }
  .order-table th, .order-table td {
    padding: 8px 12px;
  }
  .sub-table tr.m-first-item td:first-child {
    margin-top: 0;
  }

}

/*------------------------------
  download-pdf
------------------------------*/

.download-pdf .daybox-top
{
  width: 25%;
  margin-right: 2%;
  float: left;
  padding: 15px;
}

.download-pdf .daybox-bottom
{
  width: 73%;
  float: left;
}



.download-pdf .price-table
{
  width: 100%;
}

.download-pdf .price-table td
{
  padding: 4px 0;
  border-left: 1px solid #FFF;
}

.download-pdf .price-table-h
{
  vertical-align:middle;
  border-left: none;
}

.download-pdf .price-table-title
{
  font-size: 16px;
  font-weight: 400;
  background: #f7a02d;
  color: #FFF;
}

.download-pdf .price-table-title td
{
  width: 16%;
}

.download-pdf .price-table-info
{
  font-weight: 400;
  color: #666;
    font-size: 14px;
}

.pdf-title h3.title {
    margin-bottom: 5px;
    padding: 0;
    color: #d02d11!important;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.pdf-title h5.sec-title {
    margin-bottom: 30px;
    color: #f7a02d!important;
    font-size: 16px;
    text-align: left;
}

.download-pdf .daybox-bottom .detail p {
  color: #000;
  }

  .download-pdf .daybox-top .item {
    padding: 5px 0;
  }

  .download-pdf .daybox-top .item p {
    float: left;
    line-height: 26px;
    padding-left: 10px;
    padding-top: 2px;
    word-break: break-all;
}

.download-pdf table.trav-info {
    border: 1px solid #f3f3f3;
}

.download-pdf table.trav-info th, 
.download-pdf table.trav-info td {
    border-right: 1px solid #f3f3f3;
}

.download-pdf table.trav-info td,
.download-pdf .list-flight table tbody td {
  font-size: 14px;
}

.download-pdf .air_line_cont .locat
{
    text-align: left;
    color: #5c7abf;
    opacity: 1;
}    

.download-pdf .air_line_cont .times
{
    color: #F7A02D;
    font-weight: 400;
    opacity: 1;
}

.download-pdf .gray-bg
{
  background: #eee;
}

.download-pdf .daybox-bottom i.fa-bus:before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/demo/i-bus.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.download-pdf .daybox-bottom i.fa-plane:before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/demo/i-plane.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.download-pdf .daybox-bottom i.fa-ship:before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/demo/i-ship.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}


/*------------------------------
  card-offer
------------------------------*/

.card-page .gray-bg
{
  background-color: #f6f4f5;
}

.card-page .card-descript
{
    color: #555;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.card-page .card-descript span
{
  color: #d02d11;
}

.card-page .card-descript.bank
{
  text-align: center;
}

.card-page .card-descript.staging
{
  margin-bottom: 15px;
}

.card-page .card-notice 
{
  padding:20px 0 30px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.card-page .card-notice h4
{
  text-align: left;
  color: #444;
  font-size: 15px;
  margin-bottom: 8px;
}

.card-page .card-notice ul
{
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  color: #444;
  padding-left: 25px;
}

.card-page .card-notice ul li
{
  list-style-type: decimal;
  margin-bottom: 8px;
}

.card-page .card-notice ul li span
{
  color: #d02d11;
}

.card-page .tabBlock {
    margin-bottom: 80px;
}

.card-page .tabBlock-tabs
{
  text-align: left;
}

.card-page .tabBlock-tab
{
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 5px 25px;
  background-color: #6f6f6f;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1px;
  min-width: 132px;
  text-align: center;
  border-width: 0;
}

.card-page .tabBlock-tab.is-active
{
  background-color: #d02d11;
}

.card-page .tabBlock-content
{
  background-color: #FFF;
  text-align: left;
  padding: 40px 40px 15px;
}

.card-page .card-item
{
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.card-page .card-item a
{
  display: inline-block;
}

.card-page .card-item img
{
  width: 25px;
  margin-top: -7px;
  padding-right: 3px;
}

.card-page .card-item span
{
  color: #555;
  font-size: 19px;
  line-height: 25px;
}

.card-page .card-item a:hover img
{
  transform: scale(1.1);
}

.card-page .card-item a:hover span
{
  color: #d02d11;
}

.card-page .card-coming p
{
    font-size: 19px;
    color: #E71A0F;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.card-page .no-border
{
  border: none;
}

.card-page .staging-item
{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.card-page .staging-item .card-item {
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.card-page .staging-item .staging-name
{
  width: 30%;
}

.card-page .staging-item .staging-info
{
  width: 70%;
  border-left: 1px solid #ccc;
}

.card-page .staging-item .staging-info p
{
  font-style: italic;
}

.card-page .staging-item .staging-info span
{
  color: #d02d11;
    font-size: 24px;
    font-weight: 800;
}

.card-page .staging-item .staging-info span.main-type
{
    padding: 0 2px 0 1px;
}

.card-page .staging-item .staging-info span:last-child
{
    padding-left: 6px;
}

.card-page .staging-item .card-item,
.card-page .staging-item .staging-name,
.card-page .staging-item .staging-info
{
  padding: 12px 20px;
}

.card-page .staging-item p
{
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 0;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  color: #555;
}
    



@media (max-width: 991px) {
  .card-page .card-item {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .card-page .card-item {
    width: 33.3%;
  }
}  

@media (max-width: 575px) {
  .card-page .card-item {
    width: 50%;
  }
}  

@media (max-width: 480px) {
  .card-page .card-item
  {
    margin-bottom: 20px;
  }
  .card-page .card-item img
  {
    width: 23px;
  }
  .card-page .card-item span
  {
    font-size: 18px;
  }
  .card-page .tabBlock-tab {
    padding: 5px 10px;
    min-width: auto;
  }
  .card-page .tabBlock-content {
    padding: 30px 20px 10px;
  }
  .card-page .staging-item .staging-name
  {
    width: 25%;
  }

  .card-page .staging-item .staging-info
  {
    width: 75%;
  }
  .card-page .staging-item .card-item, 
  .card-page .staging-item .staging-name, 
  .card-page .staging-item .staging-info {
    padding: 12px;
  }
  .card-page .staging-item {
    margin-bottom: 15px;
  }
}




.fit-page .fit-date
{
  position: relative;
}

.fit-page .fit-date .non-date,
.fit-page .date-checkbox .non-date
{
  top: 24px!important;
}

.fit-page .trav span {
    width: 185px;
}

.fit-page .trav label {
  width: 120px;
}

.fit-page .trav-service textarea {
  height: 260px;
}



.fit-page .trv-radio
{
    float: left;
    padding-left: 10px;  
}

.fit-page .trv-radio input
{
  float: left;
  width: auto;
}




.fit-page .date-checkbox 
{
  position:absolute;
  right: 15px;
  top: 0;
}

.fit-page .date-checkbox input,
.fit-page .date-checkbox label
{
  float: right;
  width: auto;
}

.fit-page .date-checkbox input
{
  margin-top: 18px;
  padding: 10px;
}

.fit-page .date-checkbox label
{
    width: 125px!important;
}
    

.fit-page .trv-radio input
{
  margin-bottom: 0;
  margin-top: 18px;
  padding: 10px;
}



@media (max-width: 1063px) {
  .fit-page .trav-service textarea {
    height: 160px;
  }
}

@media (max-width: 480px)
{
  .fit-page .trav label {
    width: auto;
  }
  .fit-page .trv-radio
  {
    width: 50%;
  }

  .fit-page .trv-radio label
  {
    top: 0;
  }

  .fit-page .trav span
  {
    width: 100%;
  }

  .fit-page .checkbox-type .outer-box {
    padding: 20px;
  }
  .fit-page .checkbox-type .outer-box .inner-box {
    width: 50%;
  }
  .fit-page .trav-info .price-range .range-box select,
  .fit-page .trav-info .day-range select {
    width: calc(100% - 135px);
  }
  .fit-page .captcha .content input {
    padding: 0 20px;
  }
}


.ticket-header .header-inner .home-btn,
.ticket-header .header-inner .nav-button-wrap,
.ticket-footer .footer-hide
{
  display: none;
}

.ticket-footer .footer-inner {
  padding: 35px 0 5px;
}

.ticket-footer .divider-b-linear:after {
    content: '';
    border-bottom: none;
}

@media (max-width: 767px) {
  .pad-hide
  {
    display: none;
  }
  .ticket-footer .footer-inner {
    padding: 50px 0 30px;
  }
}  

@media (max-width: 546px) {
  .ticket-footer .footer-inner {
    padding: 35px 0 10px;
  }
}  

@media (max-width: 447px) {
  .ticket-footer .footer-inner {
    padding: 15px 0 0;
  }
}  

@media (max-width: 330px) {
  .sub-footer p {
    font-size: 13px;
  }
}  



.prod-info-img
{
  min-height: 373px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod-info-title
{
  min-height: 373px!important;
}

.agentinfo-page h3.title {
    margin-bottom: 5px;
    padding: 0;
    color: #d02d11;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.screen-box ul.checkbox
{
    margin-top: 20px;
}
    
.screen-box ul.checkbox li {
  padding-bottom: 20px;
  color: #777;
  float: left;
  font-size: 16px;
  font-weight: 400;
  width: 180px;
  text-align: center;
}

.screen-box ul.checkbox li input[type="checkbox"] {
  margin-right: 5px;
}

.screen-box span.ps{
  font-size: 14px;
    line-height: 24px;
    color: #777;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
}

#copyTarget
{
  text-align: center;
} 

@media (max-width: 767px) {
   .screen-box ul.checkbox li {
    width: 100%;
    text-align: left;
  }
}


.has-li li{
  list-style: disc;
  margin-left: 25px;
}

#trav-info-check th {
    padding: 4px 0px 4px 0;
    text-align: center;
}

#trav-info-check .oneoption {
    text-align: left;
}

.air_line_cont.tickets .ticket-info .oneoption{
  display: none;
}

.mobile-pr span,
.mobile-pr .bluetitle {
    padding-right: 30px;
}