body {
  background-position: left top;
  background-attachment: scroll;
}
body .block-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .widget-item {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .header {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .left {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .right {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
body .footer {
  background-position: left top;
  background-attachment: scroll;
  border-style: none;
}
/** modify style code here. :) 預設主題-星錡*/
*{font-family: "Microsoft JhengHei";-webkit-text-size-adjust: none;}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100&family=Cormorant+SC&family=Open+Sans&display=swap');
body {background: #f5f5f5;}
p {/* text-align: justify; */}
ul li {list-style: none;}
a:hover {text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  /*margin: 0;*/
  /*margin-bottom: 0.5rem;*/
}
h1 {
  font-size: 2.4rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 2.0rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1.0rem;
}
@media (max-width: 768px) {
.m-5 {
    margin: 1.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 1.5rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 1.5rem!important;
}
.p-5 {
    padding: 1.5rem!important;
}
.pt-5, .py-5 {
    padding-top: 1.5rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 1.5rem!important;
}
}
@media (max-width: 500px) {
.m-5 {
    margin: 1rem!important;
}
.mt-5, .my-5 {
    margin-top: 1rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 1rem!important;
}
.p-5 {
    padding: 1rem!important;
}
.pt-5, .py-5 {
    padding-top: 1rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 1rem!important;
}
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {   -webkit-animation-duration: 1s;   animation-duration: 1s;   -webkit-animation-fill-mode: both;   animation-fill-mode: both; }
.animated.infinite {   -webkit-animation-iteration-count: infinite;   animation-iteration-count: infinite; }
.animated.delay-01s {   -webkit-animation-delay: .1s;   animation-delay: .1s; }
.animated.delay-02s {   -webkit-animation-delay: .2s;   animation-delay: .2s; }
.animated.delay-03s {   -webkit-animation-delay: .3s;   animation-delay: .3s; }
.animated.delay-04s {   -webkit-animation-delay: .4s;   animation-delay: .4s; }
.animated.delay-05s {   -webkit-animation-delay: .5s;   animation-delay: .5s; }
.animated.delay-1s {   -webkit-animation-delay: 1s;   animation-delay: 1s; }
.animated.delay-2s {   -webkit-animation-delay: 2s;   animation-delay: 2s; }
.animated.delay-3s {   -webkit-animation-delay: 3s;   animation-delay: 3s; }
.animated.delay-4s {   -webkit-animation-delay: 4s;   animation-delay: 4s; }
.animated.delay-5s {   -webkit-animation-delay: 5s;   animation-delay: 5s; }
.animated.fast {   -webkit-animation-duration: 800ms;   animation-duration: 800ms; }
.animated.faster {   -webkit-animation-duration: 500ms;   animation-duration: 500ms; }
.animated.slow {   -webkit-animation-duration: 2s;   animation-duration: 2s; }
.animated.slower {   -webkit-animation-duration: 3s;   animation-duration: 3s; }

.px-30 {padding: 0 30px;}
@media (min-width:1200px) {.w-1200 {min-width: 1200px;}}
@media (max-width:1199px) and (min-width:991px) {.w-1200 {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;}}
@media (min-width:992px){.index_style .col-lg-3 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}}
[data-position="center"] {margin-top: 140px;}
@media (max-width:1199px) {[data-position="center"] {margin-top: 80px;}}
@media (max-width:768px) {[data-position="center"] {margin-top: 50px;}}

/*main*/
.go-to-top {right: 0;bottom: 10%;}
.web-page-frame .go-to-top .top{background: #404040;width: 50px;height: 50px;margin-right: 0px;border-radius: 0;box-shadow: none;font-weight: lighter;opacity: 0.9;}
.web-page-frame .go-to-top .top:hover {opacity: 1.0;}
.web-page-frame .go-to-top .top:after{margin-top: 14px;margin-left: 18px;width:12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;}
.web-page-frame .go-to-top .top-txt{left: calc(50% - 13px);font-weight: normal;font-size: 0.8rem;bottom: 9px;}
.web-page-frame .btn-primary{color:#fff!important;background-color: #6f89a3;border-colo: #6f89a3;border-color: #6f89a3;}
.web-page-frame .btn-primary:hover{color:#fff!important;}
.search_table tbody td.sale-situation .btn {border-radius: 0rem;}
.web-page-frame .btn-primary:not(:disabled):not(.disabled):active,.web-page-frame .btn-primary:not(:disabled):not(.disabled).active,.web-page-frame .show>.btn-primary.dropdown-toggle{color:#fff!important;background-color: #396fa6!important;border-color: #396fa6;border-radius: 0rem;}
.web-page-frame .btn-primary:focus,.web-page-frame .btn-primary.focus,.web-page-frame .page-link:focus{box-shadow: 0 0 0 .2rem rgba(188,145,96,0.2)!important;}
.web-page-frame .btn-green{color:#fff!important;background-color: #6f89a3 !important;border-color: #6f89a3 !important;}
.web-page-frame .btn-green:hover{color:#fff!important;background-color: #6f89a3 !important;border-color: #6f89a3 !important;}
.web-page-frame .btn-light{color:#fff!important;background-color: #6c757d !important;border-color: #6c757d !important;}
section.group_table .table a:hover{color: #404040;}
section.group_table .table .trip_name a:hover{/* color:#6f89a3 */}
.info .btn-primary{background-color:#6f89a3;border-color:#6f89a3}
.info .btn-primary:hover{color:#fff!important;background-color: #6f89a3!important;border-color: #6f89a3!important;}
.web-page-frame .text_blue{color: #de3545;font-size: 1.2rem;}
.search-area .search-box .search-btn{background: #eb6ea5 !important;outline: none;}
.list_con .style_icon .nav-pills .nav-link.active svg{fill: #666 !important;}
.list_con .style_icon .nav-pills a svg {fill: #a9a9a9;}
.filter_list i{color:#6f89a3!important}
.web-page-frame .search-area .search-box .select-goal .title i{color:#6f89a3!important}
.web-page-frame .search-area .search-box .select-place .title i{color:#6f89a3!important}
.web-page-frame .search-area .search-box .select-date .title i{color:#6f89a3!important}
.web-page-frame section.search_banner .search-area .search-box .select-input .data-icon-search{color:#6f89a3!important}
.radio_style [type="radio"]:checked+label:after{background: #eb6ea5!important;}
section.search_con .pagination .page-item .page-link{/* border:1px solid #6f89a3!important; */width: 28px;height: 30px;}
@media (max-width:767px){section.search_con .pagination .page-item{margin: 0;}}
section.search_con .pagination .page-item.active .page-link {color: #ffffff;background: #6f89a3;}
section .page-item.active .page-link {background:#6f89a3;}
section.search_con .pagination .page-item .page-link:hover {background: #98abbd!important;color: #ffffff;border: 1px solid #6f89a3!important;}
section.search_con .pagination .page-item .page-link:hover svg{fill: #ffffff;}
section.search_con .pagination .page-item.active .page-link {color: #ffffff;background: #6f89a3;border: 1px solid #6f89a3!important;}
section .page-item.active .page-link {background:#6f89a3;}
section .page-link {color: #333333;}
.web-page-frame .irs-slider{background:#6f89a3}
.web-page-frame .irs-slider.state_hover,.web-page-frame .irs-slider:hover{border:2px solid #6f89a3}
.web-page-frame .irs-from,.web-page-frame .irs-to,.web-page-frame .irs-single{background:#6f89a3}
.web-page-frame figure.block_style .main_words a:hover {color: #0f2459;}
.web-page-frame .pic_style figure.block_style .main_words a:hover {color:#6f89a3}
.web-page-frame figure.block_style .note_words .share_box:hover {color:#6f89a3}
.web-page-frame .table .thead, .web-page-frame .table .thead:hover {background: #404040;font-size: 1.0rem;}
.web-page-frame .table .thead th {font-weight: normal;}
section.group_table .table .trip_name h5 {margin:0;}
.web-page-frame section.group_table.trip_airline .table .thead th {border-right: 1px solid #7d7d7d;}
.web-page-frame section.group_banner .media-grouop .share_box:hover, .web-page-frame section.group_banner .media-grouop .forword_box:hover { background: #6f89a3;}
.web-page-frame section.group_table.trip_airline .table .thead:hover  {background: #404040;}
.web-page-frame .filter_list .form-check .customcheck input:checked ~ .checkmark {background-color: #6f89a3;}
.web-page-frame section.group_banner.trip_banner .btn-info {background-color: #6f89a3;border-color: #6f89a3;}
.web-page-frame section.group_banner.trip_banner .btn-info:focus, .web-page-frame section.group_banner.trip_banner .btn-info.focus {box-shadow: 0 0 0 0.2rem rgba(148, 148, 148, 0.4);}
.popover {background: #6f89a3 !important;}
.popover .close {border: 1px solid #6f89a3 !important;color: #6f89a3 !important;}
.popover .arrow:after, .popover .arrow:before {border-color: transparent transparent #6f89a3 transparent !important;}
.popover .close:hover {background: #6f89a3 !important;}
.web-page-frame .sub_menu-trip .trip_menu li a:hover {background: #5c5c5c;}
.Day_menu .swiper_day .swiper-slide a:hover {background: #6f89a3 !important;border: 1px solid #404040 !important;}
section.trip_note .card-header .btn {background: #404040 !important;color: #fff !important;}
section.trip_note .card-header a[aria-expanded="false"]:after {color: #fff !important;}
.sub_menu-trip .server_menu li:nth-child(1) {background: #396fa6;}
/* line 1476, ../sass/page/_group.sass */
.sub_menu-trip .server_menu > ul > li.download-fixed-btn {
  background: #404040;
  /* border-right: 1.0px solid #7d7d7d; */
}
/* line 1478, ../sass/page/_group.sass */
.sub_menu-trip .server_menu > ul > li.share-fixed-btn {
  background: #404040;
  /* border-right: 1.0px solid #7d7d7d; */
  /* border-left: 1.0px solid #7d7d7d; */
}
.sub_menu-trip .server_menu > ul > li.query-fixed-btn {
	background: #404040;
}
figure.block_style .pic_all .plane_word {background: transparent linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.84) 100%) 0% 0% no-repeat;bottom: 0px;}
/*main*/

.day_style_1 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_1 img {width:100%;}
.day_style_2 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_2 img {width:100%;}
.day_style_3 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_3 img {width:100%; height: 253px;}
.day_style_4 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_4 img {width:100%; height: 187px;}
.day_style_5 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_5 img {width:100%;height: 253px;height: 230px !important;}
@media (max-width: 1600px) {.day_style_5 img {width:100%;height: 253px;height: 170px !important;}}
@media (max-width: 1400px) {.day_style_5 img {width:100%;height: 253px;height: 170px !important;}}
@media (max-width: 1200px) {.day_style_5 img {width:100%;height: 253px;height: 140px !important;}}
@media (max-width: 991px) {.day_style_5 img {width:100%;height: 253px;height: 150px !important;}}
@media (max-width: 768px) {.day_style_5 img {width:100%;height: 253px;height: auto !important;}}
.day_style_6 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_6 img {width:100%; height: 187px;}
.day_style_7 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_7 img {width:100%; height: 253px;}
.day_style_8 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_8 img {width:100%; height: 187px;}
.day_style_9 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_9 img {width:100%;}
.day_style_10 {width: 100%;display: table;margin-bottom: 20px;position: relative;/*padding: 15px;*/overflow: hidden;}
.day_style_10 img {width:100%;}
.day_style_10 .item_text {/* z-in;;in: 0px 15px; *//* overflow: hidd;;e;/* overflow: hidden; */}
.day_style_10 .item_text p {margin: 0;background: rgba(0, 0, 0, 0.6);color: #FFF;padding: 40px 50px;position: absolute;bottom: 10%;width: calc(100% - 30px);margin: 0 auto;z-index: 10;}
@media (max-width:991px){
.day_style_10 .item_text p{padding:35px 20px;position:relative;bottom:0;width:calc(100% - 0px)}
.day_style_10 img{margin-bottom:0!important}
}
.day_style_11 {width: 100%; display: block; margin-bottom: 20px; padding: 0;}
.day_style_11 .tp_group {width:100%;/*border: 1px solid #ddd;*/ padding: 0; display: inline-block;}
.day_style_11 .tp_group p {margin: 10px 0 0;}
.day_style_11 .tp_group img {width:100%;}
.day_style_12 {width: 100%; display: block; margin-bottom: 20px; padding: 0 10px;}
.day_style_12 .tp_group {width:100%;/* border: 1px solid #ddd; *//* padding: 10px 0; */display: inline-block;}
.day_style_12 .tp_group img {width:100%;}
.day_style_13 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_13 img {width:100%; height: 187px;}
.day_style_13 p {background: rgba(0, 0, 0, 0.7); color: #FFF; text-align: center;}
.day_style_14 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_14 iframe {width: 100%; height: 383px;}
.day_style_15 {width: 100%; display: table; margin-bottom: 20px;}
.day_style_15 iframe {width: 100%; height: 383px;}
.day_style_1, .day_style_2, .day_style_3, .day_style_4, .day_style_5, .day_style_6, .day_style_7, .day_style_8, .day_style_9, .day_style_10, .day_style_11, .day_style_12, .day_style_13, .day_style_14, .day_style_15 {display: flex;flex-wrap: wrap;}

.day_con .info img {height:auto !important;}
.day_con p{margin-top: 10px;margin-bottom: 10px;}
section.group_table.trip_features .item img {height:auto !important;margin-top: .5rem;margin-bottom: .5rem;}
.main_trip img {height:auto !important;}
.trip_day .day_con .info_box .word_r + div > .info > img, .trip_day .day_con .info_box .word_l + div > .info > img {display: none;}
.img-thumbnail {border: none;padding: 0;border-radius: 0;}

.day_con .info_box > .row > div:nth-child(1){display:none;}
.day_con .info_box > .row > div:nth-child(2){max-width:100%;flex:0 0 100%;}
section.group_table.trip_day .info_box .info_box_title{margin-left:0;}

.px-30 {padding: 0 30px;}
.h-100vh>.module-container>.main{height: 100vh;}
.h-40vh>.module-container>.main{height: 40vh;}
.h-100vh>.module-container>.main .header-title{display:none;}
.w-1440 {max-width: 1440px;margin: 0px auto;}
@media (max-width:991px){.h-100vh>.module-container>.main{height: inherit;}}
@media (min-width:1200px) {.w-1200 {max-width: 1200px;margin: 0px auto;}.w-1000 {max-width: 1000px;}.w-800 {max-width: 800px;}}
@media (max-width:1199px) and (min-width:991px) {.w-1200 {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;margin: 0px auto;}.w-1000 {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;}}
@media (max-width:991px){.w-1200 {-ms-flex: 0 0 90%;flex: 0 0 90%;max-width: 90%;margin: 0px auto;}}

.header_top{background:#fff}
.header_top .header-part .navbar-brand{/* height:auto!important; */padding:0 15px;margin-top:5px;margin-bottom:5px}
.header_top .header-part .navbar-nav .nav-link{line-height:20px;font-size:1.1rem;margin:0;padding-left: 15px;margin-right: 10px;display:block;font-weight: bold;letter-spacing:1px;position: relative;}
.header_top .header-part .navbar-nav .nav-item .nav-link:before{content:'';width:6px;height:6px;background:#ed7cae;top:calc(50% - 3px);left:5px;border:none;border-radius:10px;position:absolute;-webkit-transform:scale(0);transform:scale(0);-webkit-transform:scale(0);transform:scale(0);-webkit-transition:.3s cubic-bezier(.61,1,.88,1);transition:.3s cubic-bezier(.61,1,.88,1)}
.header_top .header-part .navbar-nav .nav-item:hover .nav-link:before {-webkit-transform: scale(1);transform: scale(1);}
.header_top .header-part{padding:5px 15px;max-width:1440px;margin:0 auto;margin-left:auto;position:relative}
.header_top .header-part .navbar-nav .nav-link i{position:relative;/* height: 18px; *//* width: 18px; */}
.header_top .header-part .navbar-nav .nav-link i:before{content:'';position:absolute;width: 18px;height: 18px;left:0;top: 0;margin:0;margin-top:0;background-size:auto!important;background-repeat:no-repeat!important}
.header_top .header-part .navbar-nav .nav-item:nth-child(n+4) .nav-link{margin-right: 5px;}
@media (max-width:1200px)and (min-width:992px){.header_top .header-part .navbar-brand{padding:0 0;}
.header_top .navbar-expand-lg .navbar-nav .nav-link{font-size: 1.0rem;}
.header_top .header-part{/* padding:0 15px; */}
}
@media (max-width:768px){.header_top{display:none!important}
}

.header_top .header-part .navbar-nav .nav-item{animation-duration: 1500ms;animation-delay: 0ms;animation-name: fadeInUp;}
.header_top .header-part .navbar-nav .nav-item:nth-child(1){animation-delay: 0.1s;}
.header_top .header-part .navbar-nav .nav-item:nth-child(2){animation-delay: 0.2s;}
.header_top .header-part .navbar-nav .nav-item:nth-child(3){animation-delay: 0.3s;}
.header_top .header-part .navbar-nav .nav-item:nth-child(4){animation-delay: 0.4s;}
.header_top .header-part .navbar-nav .nav-item:nth-child(5){animation-delay: 0.5s;}
.header_top .header-part .navbar-nav .nav-item:nth-child(6){animation-delay: 0.6s;}
.header_top .header-part .navbar-nav .nav-item:nth-child(7){animation-delay: 0.7s;}
.header_top .header-part .navbar-nav .nav-item:nth-child(8){animation-delay: 0.8s;}

.header_nav{padding:0}
.header_nav:before{content:'';background:#c1c1c1;height:0;width:100%;position:absolute;bottom:0;z-index:999}
.header_nav .mega-menu .menu-links li:nth-child(1) .list_box{border-right:1px dashed #c1c1c1}
.header_nav .mega-menu .menu-links li:nth-child(1) .list_box:nth-last-child(2){border:none}
.header_nav .mega-menu .menu-links>li>a{padding:0 1.25rem;padding: 0;font-size:1rem;line-height: 30px;}
@media (min-width:768px){.header_nav .mega-menu>section.menu-list-items{display:flex;justify-content:center}}

.header_nav .mega-menu li:nth-child(3) .mg-drop-down .list_box:hover ul{position:relative}
.header_nav .mega-menu li:nth-child(3) .mg-drop-down .list_box:hover ul:before{content:'';width:1px;height:100%;background:#b0a485;position:absolute;left:-15px;top:0}
.header_nav .mega-menu li:nth-child(3) .mg-drop-down .list_box:hover ul:after{content:'';width:3px;height:30px;background:#b0a485;position:absolute;left:-14px;top:0}
.header_nav .mega-menu .menu-links>li{padding: 0 1.25rem;padding: 0.7rem 2.0vw;background: none!important;}
.header_nav .mega-menu .menu-links>li>a img{max-width:initial!important;height:20px;float:right;margin:30px 2px}
.header_nav .mega-menu .menu-links li .list_tag h4{line-height:1.8;padding:0 5px;margin:7px 5px 0 0;color:#4976dc!important;letter-spacing:1.2px;font-weight:600}
.header_nav{top:0;z-index:100}
.header_nav .mega-menu>section.menu-list-items{background: #eb6ea5e6 !important;}
.header_nav .mega-menu .menu-links>li>a:after{width:0;height: 1px;content:'';background: #ffffff;position:absolute;left:0;bottom:0;z-index:1;background: -webkit-gradient(linear,left top,left bottom,to(#fff));background: linear-gradient(#fff 100%);background-position: right bottom;background-repeat: no-repeat;background-size: 0 1px;-webkit-transition: background-size 0.6s cubic-bezier(0.19,1,0.22,1);transition: background-size 0.6s cubic-bezier(0.19,1,0.22,1);will-change: background-size,background;}
.header_nav .mega-menu .menu-links>li:hover>a:after{width:100%;background-position: left bottom;background-repeat: no-repeat;background-size: 100% 1px;}
.header_nav .mega-menu .menu-links li .list_tag li{margin-right:5px}
.header_nav .mega-menu .menu-links>li>a, .header_nav .mega-menu .menu-links>li>a p{font-size: 1.25rem;text-decoration:unset;margin:0;font-weight:700;}
.header_nav .mega-menu .menu-links li .mg-drop-down a{font-size: 1.1rem;text-decoration:unset;margin:0;}
.header_nav .mega-menu .menu-links>li a img.list_img{max-width:100%;width:auto;margin:20px 0 10px 0}
.header_nav .mega-menu .menu-links>li:nth-last-child(1) a p{color:#ffeb3b}
.header_nav .mega-menu .menu-links>li a:hover p{text-decoration:underline}
.header_nav .mega-menu .menu-links>li a i{padding:3px 5px 3px 1px!important;color:#1d1d1d!important}
.header_nav .mega-menu .menu-links li .list_tag a p{color:#4976dc!important;border:1px solid #4976dc;line-height:1.5;padding:1px 4px;background:#f6f6f6;font-size: 1.0rem;}
.header_nav .mega-menu .menu-links .list_box h4{display:inline-block;font-size:1em;font-weight:700;letter-spacing:1.2px;margin-bottom:.3rem;width:100px}
.header_nav .mega-menu .mg-drop-down{padding:0}
.header_nav .mega-menu .mg-drop-down:before{content:'';position:absolute;top:0;z-index:1;width:100%;height:1px;background:#aaa}
.header_nav .mega-menu .menu-links li .list_onlyimg{display: flex;flex-direction: column;}
.header_nav .mega-menu .menu-links li .list_onlyimg h4{text-align: center;order: 2;font-size: 1em;line-height: 1.25;padding-top: 0;margin-bottom: 0.8em;font-weight: normal;color: #8c783c;}
.header_nav .mega-menu .menu-links li .list_onlyimg a p{text-align: center !important;width: 100%;font-size: 1em;line-height: 1.25;padding-top: 1em;margin-bottom: 0.5em;font-weight: bold;}
@media (min-width:768px){.header_nav .mega-menu .menu-logo{display:none}
.header_nav .mega-menu .menu-logo>li>a{padding:10px 0}
.header_nav .mega-menu .menu-logo>li>a img{width:260px;height:100%;position:relative;top:auto;left:auto}
.gizle .header_nav .mega-menu .menu-logo>li>a img{top:2px;width:66%;transition:all .35s ease}
.header_nav .megamenu_box{position:relative;padding:10px 20px;width:100%;flex-direction: row;flex-wrap: wrap;display: flex;justify-content: center;margin-left: -15px;margin-right: -15px;}
.header_nav li:nth-child(3) .megamenu_box{max-width:1440px;background:#fff}
.header_nav .mega-menu .menu-links>li:hover a{color: #ffffff!important;}
.header_nav .mega-menu .menu-links li .list_box{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;margin: 0;}
.header_nav .mega-menu .mg-drop-down .list_box ul{text-align:center;margin:1rem 0 1rem}
.header_nav .mega-menu li:nth-child(3) .mg-drop-down .list_box ul{text-align:left}
.header_nav .mega-menu .menu-links li .list_box ul li{display:inline-block;margin:2px 40px 2px 0;text-align:left}
.header_nav .mega-menu .menu-links li:nth-child(3) .list_box ul li{display:inline-block;margin:2px 0 1px 0;padding-right:5px}
.header_nav .mega-menu .menu-links li:nth-child(3) .list_box ul li:nth-child(1){display:block;margin-bottom:.5rem}
.header_nav .mega-menu .menu-links li:nth-child(3) .list_box ul li:nth-child(1) a p{color:#eb6ea5e6!important;font-weight:700;font-size: 1.25rem;}
.header_nav .mega-menu .menu-links li .list_tag{order:3;margin:0;left:0;bottom:0;margin-top:10px}
}
@media (min-width:991px){.header_nav .mega-menu .menu-links li .list_box{-ms-flex:0 0 33%;flex:0 0 33%;max-width:33%}
}
@media (min-width:1200px){.header_nav .mega-menu .menu-links li:nth-child(1) .list_box{padding:0 19px;margin:0;margin-bottom:0;-ms-flex:0 0 25%}
.header_nav .mega-menu .menu-links li:nth-child(1) .list_box{border:0 0 0 3px}
}
@media (min-width:1300px){.header_nav .mega-menu .menu-links li .list_box{padding:0 15px;margin-top:30px;-ms-flex:0 0 220px;/* margin:0 auto; */width:100%}
.header_nav .mega-menu .menu-links li:nth-child(3) .list_box{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
}
@media (max-width:768px){.header_nav{position:fixed;z-index: 100000;}
.header_nav .mega-menu .menu-logo>li>a{margin-top:10px;margin-bottom:10px}
.header_nav .mega-menu .menu-logo>li>a{/* background-color:#fff!important; */width:150px;left: calc(50% - 75px);}
.header_nav .mega-menu .menu-logo>li>a img{width:150px;height:36px;margin:0;left:0}
.header_nav .mega-menu .menu-mobile-collapse-trigger{z-index:99999999}
.header_nav .mega-menu .mg-drop-down{padding:0;background: #ffffff!important;}
.header_nav .mega-menu .menu-links>li:hover>a:after{display:none}
.header_nav .mega-menu .menu-links>li>a img{margin:0 5px;float:right}
.header_nav .mega-menu .menu-links li .list_onlyimg{margin: 0 auto;float: none;align-items: center;padding: 0px;border-bottom: 1px solid #eeebe9;}
.header_nav .mega-menu .menu-links li .list_onlyimg img{display:none;}
}
@media(max-width:1200px){.header_nav .mega-menu .menu-links>li{padding: 0.7rem 2.0vw;}
}
@media(max-width:991px) and (min-width:768px){.header_nav .mega-menu .menu-links>li>a{padding:0 .5rem 0 1rem}
}
@media (max-width:991px){.header_nav .mega-menu .menu-links>li>a{/* line-height:70px; */padding:0 1.5rem;font-size:1.25em}
.header_nav .mega-menu .menu-links>li{padding: 0.7rem 1vw;}
}
@media(min-width:768px){body .header{position:fixed;width:100%;top:0;z-index:100}
.header_nav .mega-menu .menu-links{/* max-width:1440px; *//* padding: 0px 20px; *//* float:right; */}
.header_nav .mega-menu .menu-links>li>a i{position:absolute;bottom:0;text-align:center;left:46%;right:46%;bottom:10px;display:none!important}
.header_nav .mega-menu .mg-drop-down{display:flex!important;justify-content:center;flex-direction:row;left:0!important;}
.header_nav .mega-menu .menu-links li:nth-child(1) .mg-drop-down{width:100%}
}
@media screen and (max-width:767px){.header_nav .mega-menu .menu-mobile-collapse-trigger{z-index:99999999;height:50px;width:50px;background: none;}
.header_nav .mega-menu .menu-mobile-collapse-trigger:hover{background: none;}
.header_nav .mega-menu .menu-mobile-collapse-trigger span,.header_nav .mega-menu .menu-mobile-collapse-trigger:after,.header_nav .mega-menu .menu-mobile-collapse-trigger:before{height:2px;width:30px;background: #eb6ea5;}
.header_nav .mega-menu .menu-mobile-collapse-trigger.active:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:36px;top:11px;left:11px}
.header_nav .mega-menu .menu-mobile-collapse-trigger.active:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:36px;width:36px;left:10px}
.header_nav .mega-menu>section.menu-list-items{background: #ffeeee!important;padding: 0 15px;}
}
@media (max-width:991px){.header_nav{padding:0}
.header_nav .mega-menu .menu-links>li>a{padding: 0;}
.header_nav .mega-menu .menu-links>li:nth-last-child(1){/* margin-right:0; */}
.header_nav .mega-menu .menu-links{/* flex-direction:row; *//* max-height:100vh!important; *//* display: flex !important; *//* justify-content: center; */}
}
.widget-item.title{margin:6rem 0 1rem 0}
.widget-item.title .main{padding-left:15px;padding-right:15px}
@media (max-width:768px){.widget-item.title{margin:3rem 0 .5rem 0}
.header_nav .mega-menu .menu-links>li>a{padding: .25rem;line-height:20px;color: #eb6ea5!important;font-size: 1.0em;}
.header_nav .mega-menu .menu-links>li a img.list_img{margin:0 0 10px 0}
.header_nav .mega-menu .menu-links>li{/* padding:0; *//* border-bottom: 1px solid #bcbcbc; */padding: 0.5rem 1vw;}
.header_nav .mega-menu .menu-links>li>a:before{content: "-";padding-right: 0.6rem;}
.header_nav .mega-menu .menu-links>li:nth-last-child(1){border:none;padding-bottom: 8vh;}
.header_nav .mega-menu .menu-links>li.activeTriggerMobile{background-color:#153075;color:#fff}
.header_nav .mega-menu .menu-links>li:hover{color:#fff;background: #eeebe9;}
.header_nav .mega-menu .menu-links>li.activeTriggerMobile a{color: #eb6ea5!important;}
.header_nav .mega-menu .menu-links li .list_box{padding: 4px 0px;}
.header_nav .mega-menu .menu-links li .list_box ul li{display:inline-flex;padding:0;margin: 0px 5px;}
.header_nav .mega-menu .menu-links .list_box h4{margin-bottom:.2em;text-align:center;width:100%;background:#102968cc;padding:5px}
.header_nav .mega-menu .mg-drop-down ul{margin:0;}
.header_nav .mega-menu li:nth-child(3) .list_box li:nth-child(1){display:block;margin: 9px 5px;background: #efefef;padding: 4px;}
.header_nav .mega-menu li:nth-child(3) .list_box li:nth-child(1) p{color: #eb6ea5!important;width: 100%;text-align: center;font-size: 1.1em;font-weight: bold;text-decoration: underline;}
.header_nav .mega-menu li:nth-child(3) .list_box li:nth-child(1) a {margin: 0 auto !important;display: table;padding: 5px 0;}
.header_nav .mega-menu .menu-links>li>a i.fa{font-size:2rem!important}
.header_nav .mega-menu .menu-links>li.activeTriggerMobile>a i.fa {transform: rotate(180deg);transition: transform 0.1s;}
.header_nav .mega-menu>section.menu-list-items .menu-links:before{content:"旅遊主選單";position:relative;padding: 6px;width:100%;background: #ff86bb;color: #ffffff;position:relative;cursor:pointer;line-height:normal;display:block;/* font-size:1.25rem; *//* font-weight:700; */text-align: center;display: none;}
}
@media(max-width:1200px) and (min-width:768px){.header_nav .mega-menu .menu-links>li>a{font-size: 1.0em;}
.header_nav .mega-menu .menu-logo{padding:0 0 0 15px}
.header_nav .mega-menu .menu-links{/* float:right; */}
.header_nav .mega-menu .menu-logo>li>a img{width:210px}
.gizle{top:0!important}
.gizle .header_nav .mega-menu .menu-logo>li>a img{width:120px;top:0}
.gizle .header_nav{padding:0 15px 0 15px}
.header_nav .mega-menu .menu-links>li>a img{margin:24px 2px}
}

/*menu_btn*/
@media (min-width: 768px){
.header_nav .mega-menu .menu-links > li:nth-last-child(1) {display: none;}
}
@media (max-width: 767px){
.header_nav .mega-menu .menu-links>li:nth-last-child(1)>a{display: none;}
.header_nav .mega-menu .menu-links{max-height:100vh!important;/* background:rgb(255 255 255 / .95); */height:100vh;padding: 30px 15px 10px 15px;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) div.mg-drop-down.col-12{display:block!important;background: none !important;padding: 0;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) div.mg-drop-down.col-12 .list_tag{padding: 0;}
.header_nav .mega-menu .menu-links li .list_box{padding: 0;margin: 0;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag ul{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:stretch;align-content:stretch;margin-top: 10px;float: none;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag li{margin: 0px;border-right: 1px solid #000000;padding: 0  15px;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag li a{padding: 0;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag li:nth-last-child(1) {border: 0;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width: 100%;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li{border: 1px solid #eb6ea5;border-radius: 6px;margin-bottom: 15px;margin-right:0;text-align:center;margin-top: 0px;margin: 4px 0px;/* background: #ffffff; */}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li:nth-child(1){-ms-flex: 0 0 99%;flex: 0 0 99%;max-width: 99%;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li:nth-child(2){-ms-flex: 0 0 48.5%;flex: 0 0 48.5%;max-width: 48.5%;margin-right: 2%;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li a{text-align:center;display: inline-block;color: #000000!important;padding: 10px 0;font-size: 1.0rem;letter-spacing: 1.0px;/* line-height: 1.8; */vertical-align: middle;text-align: center;display: table;margin: 0 auto;width: 100%;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li a i{color:#073462!important;font-size:17px}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li:nth-child(3){-ms-flex: 0 0 48.5%;flex: 0 0 48.5%;max-width: 48.5%;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_box li a p{color: #eb6ea5!important;font-weight: bold;font-size: 1.1em;text-align: center;}
.header_nav .mega-menu .menu-links>li:nth-last-child(2){border-bottom:none;margin-bottom: 5vh;}
.header_nav .mega-menu .menu-links>li:nth-last-child(2) a{display: none;}
.header_nav .mega-menu .menu-links>li:hover{background:0 0}
.header-part .navbar-toggler{display:none!important;}
.header_nav .mega-menu .menu-mobile-collapse-trigger{left: 5px;top: 1px;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .mg-drop-down:before{content:'';position:absolute;top:0;z-index:1;width:100%;height:1px;background:#aaa;display: none;} 
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag  a p {color: #3b1414 !important;border: none;background: none;}
.header_nav .mega-menu .menu-links li:nth-last-child(1) .list_tag:nth-child(3) li {border: none;}
}

.footer_info{border-bottom: 5px solid #eb6ea5 !important;}
.footer_info .module{width:1440px;margin:0 auto}
.footer_info .footer-sample{padding-top:30px;padding-bottom:30px}
.footer_info .footer-sample .contact-us-part{margin-top:15px;margin-bottom:0}
.footer_info .footer-sample .logo-part .logo{margin: 0;max-width: 220px;}
.footer_info .footer-sample .logo-part{margin-top:0}
.footer_info .contact-us-part .contact-title{margin-bottom: 3px!important;font-size: 1.0rem !important;}
.footer_info .contact-us-part .contact-use-row{line-height: 30px;letter-spacing: 0.3px;font-weight: bold;}
.footer_info .contact-us-part .contact-use-row:nth-last-child(1){color:silver!important}
.footer_info .footer-sample .service-item-part .service-items{border-radius:50px;border:3px solid #eb6ea5!important;text-align:center;max-width:180px;margin: 0 auto;}
.footer_info .footer-sample .service-item-part .service-items a{position:relative;color:#eb6ea5!important;font-weight:700;padding-left:20px;padding: 10px 0 10px 20px;}
.footer_info .footer-sample .service-item-part .service-items a:before{content:'';position:absolute;width:21px;height:16px;top:14px;margin:3px;margin-top:.2rem;margin-left:-1.8rem;background:url(https://materials.fillo.com.tw/materials/sinjetfly/images/cd5097de-eb3d-445d-94e1-355c212dbb31.png)}
.footer_info .footer-sample .service-item-part .service-items a:after{pointer-events:none;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:100px;content:'';-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;z-index:0}
.footer_info .footer-sample .service-item-part .service-items:hover a:after{-webkit-animation:sonarEffect 1s ease-out 75ms;-moz-animation:sonarEffect 1s ease-out 75ms;animation:sonarEffect 1s ease-out 75ms}
@media (max-width: 500px){
.footer_info .footer-sample .logo-part,.footer_info .footer-sample .service-item-part{display:none !important}
.footer_info .footer-sample{padding-top: 10px;padding-bottom: 10px;}
.footer_info .contact-us-part .contact-title,.footer_info .contact-us-part .contact-use-row{font-size: .9rem !important;margin-bottom: 0px!important;letter-spacing: .2px;}}

.location_box{background:#f0f0f0}
.location_box .module-container .main{margin:10px auto;max-width:1440px}
.location div.link-list ul li i{display:none}
.location div.link-list ul li{display:inline-block!important}
.location div.link-list ul li:nth-child(3){display:block!important}
.location div.link-list ul li:nth-child(1) span{line-height:30px;padding:2px 10px;display:inline-block;background:#eb6ea5;border-radius:100px;margin:10px 10px;color:#fff!important}
.location div.link-list ul li a,.location div.link-list ul li span{padding:5px 5px 5px 10px;line-height:20px}
.location.l_2 div.link-list ul li:nth-child(5){display:block!important}

.main_slider{/* background:#092f90; */}
.main_slider .slider-container{max-width:100%}
.main_slider .slider{position:relative;margin-bottom:00px}
.main_slider .rslides{margin:0}
.main_slider .thumb{position:absolute;z-index:1;bottom:0;margin: 0 auto;padding: 13px 10px;background: #fffffff0;display: flex;align-items: center;justify-content: center;}
.main_slider .thumb li span{font-weight: bold;color: #ac8898;vertical-align: bottom;padding-top: 10px;width: 100%;}
.main_slider .rslides .slide1 a{overflow:hidden}
.main_slider .rslides a img{ -webkit-animation-name: scaleDraw; animation-name: scaleDraw; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-duration:8s; animation-duration: 8s; }
@keyframes scaleDraw { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }
@media (min-width:991px){.main_slider .thumb{/* padding-left:10%; *//* padding-right:10%; */}
}
.main_slider .thumb li{color:#fff!important;text-align: center;padding: 0 1.5%;z-index:2;line-height: 2.0;font-size: 1.1rem;letter-spacing: 1.0px;width: auto !important;}
.main_slider .thumb li.active{color:#ed7cae!important;}
.main_slider .thumb li.active:after{display: none;}
.main_slider .thumb li.active span{font-weight:700;text-align: center;position:relative;color: #ed7cae;border: none !important;}
.main_slider .thumb li.active span:before {content:'';width: 6px;height: 6px;background: #ed7cae;top: 4px;left: calc(50% - 6px);border: none;border-radius: 10px;position: absolute;}
.main_slider .thumb li + li:before{width: 1px;height: 18px;content:'';background-color: #ac8898 !important;position:absolute;right: 0;bottom:0;z-index:1;top: calc(50% - 5px );/* height: 100%; */}
.main_slider .thumb li:nth-last-child(1):after{}
@media (min-width:767px){.main_slider .thumb li.active span{border: none;font-size: 1.1rem;font-weight:700;text-align: center;color: #ed7cae;}
}
@media (max-width:767px){.main_slider{margin-top: 0px;}
.main_slider .thumb{position:relative;padding-top:10px;/* overflow-x: scroll; */display: flex;padding: 10px;flex-wrap: wrap;}
.main_slider .thumb li{/* width: 100% !important; */background: #ffffff;/* height:56px; */line-height:44px;padding: 0 10px;}
.main_slider .thumb li.active span{/* max-width:90%; */margin:0 auto;display:block}
.main_slider .thumb li.active span:before{border:none!important;top: 12px;}
}

.outbound_search{z-index: 1;margin: 2.0rem auto;z-index: 1;max-width: 1440px;}
.outbound_search>.module-container{background: #ffeef6;border: 3px solid #eb6ea5 !important;padding: 31px 40px 17px;border-radius: 10px;}
.outbound_search .search-area .search-box .select-goal , .outbound_search .search-area .search-box .select-place, .outbound_search .search-area .search-box .select-date
.outbound_search .search-area .search-box .select-keywords{background: #f0f0f0;}
.outbound_search .group_banner.search_banner .search-area>.container {background:0 0;border:none;}
.outbound_search .group_banner.search_banner .search-area>.container{margin-top:.25rem;}
.outbound_search section.group_banner .search-area .search-box{margin:0;height: 90px;}
@media (min-width:991px){
.outbound_search section.group_banner .search-area .search-box>div:nth-child(1){-ms-flex: 0 0 15%;flex: 0 0 15%;max-width: 15%;}
.outbound_search section.group_banner .search-area .search-box>div:nth-child(2){-ms-flex: 0 0 15%;flex: 0 0 15%;max-width: 15%;}
.outbound_search section.group_banner .search-area .search-box>div:nth-child(3){-ms-flex: 0 0 15%;flex: 0 0 15%;max-width: 15%;}
.outbound_search section.group_banner .search-area .search-box>div:nth-child(4){-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.outbound_search section.group_banner .search-area .search-box>div:nth-child(5){-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.outbound_search section.group_banner .search-area .search-box>div:nth-child(6){right: 16%;}}
.outbound_search .search-area .search-box .select select{background-color: #ffffff;border-radius: 0px;height: 35px !important;background-position:95%;padding:0 8px;border: 1px solid #bdb7ae !important;}
section.group_banner .search-area .search-box .search-btn{/* border-radius: 20px; */}
.outbound_search section.group_banner .search-area .search-box > div > div {background: none !important;/* height: auto  !important; *//* min-height: auto  !important; */padding-top: 0px !important;}
.outbound_search section.group_banner .search-area .search-box > div.select-status > div{font-size: .9rem;}
.outbound_search section.group_banner .form-check .customcheck input:checked ~ .checkmark{background-color: #c9b98a;}
.outbound_search section.group_banner .form-check .customcheck:hover input ~ .checkmark{background-color: #e4e4e4;}
.outbound_search section.group_banner .search-area .search-box div .select-date input{width: calc(50% - 18px) !important;height: 35px;border: 1px solid #bdb7ae !important;}
.outbound_search section.group_banner .search-area .search-box div div.divide{background: black !important;height: 2px !important;min-height: 2px !important;}
.outbound_search section.group_banner .search-area .search-box .title i{display: none;}
.outbound_search .search-area .search-box .select-date .title, 
.outbound_search .search-area .search-box .select-place .title,
.outbound_search .search-area .search-box .select-goal .title {padding: 0 0 0px 26px !important;margin-bottom: 5px;position: relative;}
.outbound_search .search-area .search-box .select-goal .title{padding: 0 0 0px 22px !important;}
.outbound_search .search-box .title::before{content:"";position:absolute;top: 3px;left: 1px;right:6px;width: 20px;height: 20px;background-repeat: no-repeat;}
.outbound_search .search-box .select-goal .title::before{background-image: url('https://materials.fillo.com.tw/materials/sinjetfly/images/3d224bd7-8a0c-406a-a21f-1301dce84b87.png');}
.outbound_search .search-box .select-place .title::before{background-image: url('https://materials.fillo.com.tw/materials/sinjetfly/images/99d5dd41-f9a7-40ce-ab41-a4b74b724784.png');}
.outbound_search .search-box .select-date .title::before{background-image: url('https://materials.fillo.com.tw/materials/sinjetfly/images/9cc81d37-df36-4ecc-9dbe-d9d1ae9c36b4.png');}
.outbound_search .search-box .select-keywords .title::before{ background-image: url('https://materials.fillo.com.tw/materials/tkt888/images/0a71a529-0098-4f29-96a0-271881b53ce4.png');}
.outbound_search section.group_banner .search-area .search-box .title h6{font-size: 1rem !important;margin: 5px !important;color: #8d6a7a!important;line-height: 15px;font-weight: bold;}
.outbound_search section.group_banner .search-area .search-box .search-btn{margin-top: 29px;background: #eb6ea5;color: #fff;font-size: 1.4rem;height: 35px;}
.outbound_search .search-area .search-box .search-btn h5{/* font-size: 1.5rem; */font-weight: normal;letter-spacing: 2px!important;transition: .5s;font-size: 0;}
.outbound_search .search-area .search-box .search-btn:hover h5{/* letter-spacing:3px!important; *//* margin-right: -5px!important; *//* transition:.8s; */}
.outbound_search .search-area .search-box .search-btn h5:before {content: "搜尋";font-size: 1.0rem;color: #FFF;font-family: 'Playfair Display', sans-serif!important;transition: .5s;}
.outbound_search .search-area .search-box .search-btn i{display: none;}
.outbound_search section.group_banner .search-area .search-box .select-input > input{background:none;}
.outbound_search section.group_banner .search-area .search-box .select-input{border-bottom: 1px solid #ffffff;position: relative;/* min-height: auto !important; *//* padding: 0px !important; *//* padding: 9px; */}
.outbound_search section.group_banner .search-area .search-box .select-input>input::placeholder{color: #c9c9c9;}
.outbound_search section.group_banner .search-area .search-box .select-input>input{height: 26px;margin-top: 30px;line-height: 30px;height: 36px;margin-top: 29px;border: 1px solid #bdb7ae !important;background: #ffffff;padding: 0px 8px;}
.outbound_search section.search_banner .search-area .search-box .select-input .data-icon-search{top: calc(9px);color: #ffffff;display: none;}
.datepicker table tr th.dow{color:#04abf2;border-bottom:1px solid #ebebeb}
.datepicker table tr th.dow:nth-last-child(1),.datepicker table tr th.dow:nth-last-child(2){color:#ff9191}
.datepicker .next,.datepicker .prev{background:#eee;border-radius:50px}
.datepicker table tr th.clear{color:#999}
.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none;font-size:15px}
.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{color:#bbb}
@media (min-width:1200px){}
@media (min-width:992px){}
@media (max-width:1600px){.outbound_search,.search_tabs{flex:0 0 83.333333%;max-width:83.333333%;}
}
@media (max-width:1366px){.outbound_search,.search_tabs{flex:0 0 91.666667%;max-width:91.666667%;}
}
@media (max-width:991px){
.outbound_search section.group_banner .search-area .search-box .select-input>input{height: 40px;margin-top: 10px;}
.outbound_search section.group_banner .search-area .search-box{margin:0;height: auto;}
}
@media (max-width:767px){.outbound_search section.group_banner .search-area .search-box .search-btn{height:45px;line-height:45px;margin-top: 0px;}
.outbound_search,.search_tabs{flex:0 0 100%;max-width:100%;margin: 0rem auto 5px;/* padding: 1rem 1rem; */}
.outbound_search>.module-container{padding: 15px 10px 10px;}
.outbound_search section.search_banner {width: 100%;}
.outbound_search section.group_banner .search-area .search-box .select-input{padding: 10px;}
}

.featured_slider {/* margin-top: 65px; *//* background: #FFF; */padding-left: 95px;padding-bottom: 30px;}
.featured_slider .module-container {/* margin-top: -105px; */}
.featured_slider .swiper-slide-style {/* margin-top: 40px; *//* padding: 0 15px 15px; *//* display:block; *//* transition:.3s; */margin-bottom: 5rem;}
.featured_slider .swiper-slide-style:hover {margin-top:0;transition:.5s;transform: translateY(-1px);}
.featured_slider .swiper-pagination {display: none;}
.featured_slider .swiper-button-prev {top: calc(40% - 20px);bottom: 0;width: 50px;height: 50px;background: #ffffff;opacity: 0.8;/* clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%); */left: 20px;border-radius: 100%;z-index: 10;}
.featured_slider .swiper-button-next {top: calc(40% - 20px);bottom: 0;width: 50px;height: 50px;background: #ffffff;opacity: 0.8;/* clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%); */right: calc(95px + 0px);border-radius: 100%;z-index: 10;}
.featured_slider .swiper-button-prev:hover,.featured_slider .swiper-button-next:hover{opacity:1}
.featured_slider .swiper-button-prev:after {font-size: 1.25rem;font-weight: bold;background: none;padding: 5px 0px 5px 0px;color: #ed6ca5;}
.featured_slider .swiper-button-next:after {font-size: 1.25rem;font-weight: bold;background: none;padding: 5px 0px 5px 0px;color: #ed6ca5;}
.featured_slider .swiper-button-disabled{display: none;}
.featured_slider .swiper-slide .swiper-title{/* height:125px; */overflow:hidden;font-size: 1.5rem!important;text-align:left!important;overflow:hidden;display:inline-block;color: #565656;font-weight: bold;letter-spacing:2px;width:100%;margin:0;padding: 0;z-index:0;position:relative;display:flex;align-items:end;padding-bottom: 5px;}
.featured_slider .swiper-slide:hover .swiper-title{/* color:#FFF; */}
.featured_slider .swiper-slide .swiper-content{font-size: 1.0rem !important;color: #eb6ea5;border:none;padding: 5px 0px 30px 0px;display:table;/* margin:50px auto 0 auto */position: relative;}
.featured_slider .swiper-slide:hover .swiper-content {/*background: #708aa2;color: #ffffff !important;border: 1px solid #708aa2;*/}
.featured_slider .swiper-slide-style{box-shadow:none!important;overflow:hidden;border-radius:0!important;background: none;}
.featured_slider .swiper-slide:after{content:'';width: 100%;height: 6px;content:'';background: #f2f2f2;position: absolute;left: 0;bottom:0;z-index:1;border-radius: 10px;}
.featured_slider .swiper-slide:hover:after{background: #eb6ea5;}
.featured_slider .swiper-slide .swiper-img img{border-radius: 13px!important;}
.featured_slider .swiper-slide:hover .swiper-img img{transition: .2s;transform: scale(1.05);}
.featured_slider .swiper-slide .swiper-img{/* margin-bottom:-125px; */border-radius: 11px!important;/*transition:.1s;*/z-index: 0;overflow: hidden;position:relative}
.featured_slider .swiper-slide .swiper-img:before{content:'';z-index: 1;position:absolute;width: 18px;height: 18px;padding: 21px;border-radius: 10px 0px 0px;bottom: -1px;right: -1px;background-size:auto!important;background-repeat:no-repeat!important;background: url(https://materials.fillo.com.tw/materials/sinjetfly/images/b67a042a-fb81-47b8-8dba-696393797197.png);background-color: #fff;background-position: center;}
.featured_slider .swiper-slide:hover {margin-top: 20px;}
.featured_slider .swiper-slide:hover .swiper-img{/* box-shadow:0 4px 12px #00000069; *//*transition:.5s;transform: scale(1.03);*//* margin-bottom: -120px; */}
.featured_slider .swiper-slide:hover h3 {/*transition:.5s;transform: scale(1.03);*/}
.featured_slider .swiper-slide:hover .swiper-content {/*transition:.5s;transform: scale(1.03);*/}
.featured_slider .swiper-slide .swiper-content li{font-size: 1.1rem;text-align:left;margin:0;color: #ed7cae;}
.featured_slider .swiper-slide .swiper-content li:before{left:0;font-size:1rem}
.featured_slider .swiper-slide .swiper-content .price{color: #ed7cae;font-weight: 500;font-size: 1.5rem;font-family:'Noto Sans TC',serif!important;text-align: right;}
.featured_slider .swiper-slide .swiper-content .price:before{content:"$";left:0;font-size: 1.25rem;font-weight:400;color: #5b5b5b;overflow:hidden;line-height:1.5}
.featured_slider .swiper-slide .swiper-content .price .up{font-size:1rem;content:"起";line-height:1.8;color: #5b5b5b;}
@media (max-width:1400px) and (min-width: 1199px){.Journey_slider{margin-top: 13vh;margin-bottom: 15vh!important;}}
@media (max-width:1200px) and (min-width: 991px){.Journey_slider{margin-top: 13vh;margin-bottom: 15vh!important;}}
@media (max-width:991px){.featured_slider {padding-left: 30px;}
.featured_slider .module-container .swiper-button-next{right: 20px;}
}

.event{margin-bottom:3.0rem}
.event .five-wrapper.page-wrapper{z-index:1}
.event .five-wrapper .rooms-section-one{padding:15px 0;background:0 0}
.event .five-wrapper .sec-title.centered{margin-bottom:0}
.event .five-wrapper .room-block-one .inner-box{border-radius: 10px;border: 3px solid #ed6ca500;}
.event .five-wrapper .outer-container .room-block-one:hover .cap-box{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.event .five-wrapper .outer-container .room-block-one .hover-box{max-width:100%;opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);height:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 3;/* top:0; */bottom:0;left:0;right:0;height:854px}
.event .five-wrapper .outer-container .room-block-one .hover-box .hover-inner{background:#ffffffe6;height:100%;padding:20px;}
.event .five-wrapper .outer-container .room-block-one.height-two .hover-box .hover-inner{padding:20px 30px}
.event .five-wrapper .outer-container .room-block-one .hover-box .hover-inner h4{font-size:18px;color:#fff;/* margin:0; *//* bottom:30px; */margin-bottom: .5rem;font-size: 1.25rem;color: #ed6ca5!important;font-weight:700;text-align:center}
.event .five-wrapper .outer-container .room-block-one.height-two .hover-box .hover-inner h4{font-size:1.5rem;letter-spacing:.2rem;}
.event .five-wrapper .outer-container .room-block-one .hover-box .hover-inner .text{color: #ed6ca5;letter-spacing:.1rem;margin: 0 0 20px;margin-bottom: 0;font-size: 1.0rem;}
.event .five-wrapper .outer-container .room-block-one .hover-box .pricing{display:none}
.event .five-wrapper .outer-container .room-block-one .hover-box{opacity:0}
.event .five-wrapper .outer-container .room-block-one:hover .hover-box{opacity:1;display:block;color:#fff}
.event .five-wrapper .outer-container .room-block-one .hover-box .hover-inner .link-box{width:100%;height:100%;position:absolute;display:block;top:0;bottom:0;left:0;right:0;box-shadow:none}
.event .five-wrapper .outer-container .room-block-one:hover .cap-box{display:none}
.event .five-wrapper .outer-container .room-block-one .hover-box .hover-inner .link-box a{width:100%;height:100%;position:absolute;display:block;top:0;bottom:0;left:0;right:0;background:0 0!important}
.event .five-wrapper .outer-container .room-block-one .hover-box .hover-inner .link-box a span{display:none}
.event .five-wrapper .outer-container .room-block-one .cap-box{bottom:0;left:0;right:0;max-width:100%}
.event .five-wrapper .outer-container .room-block-one .cap-box .cap-inner{width:100%;display:flex;padding:15px 30px;background:-moz-linear-gradient(top,rgba(9,47,144,0) 0,#092f90 100%);background:-webkit-linear-gradient(top,rgba(9,47,144,0) 0,#0000005e 100%);flex-direction:column;letter-spacing:1px;text-align:center;}
.event .five-wrapper .outer-container .room-block-one .cap-box .cap-inner h5{font-size: 1.25rem;color:#fff;order:1;font-weight:700;letter-spacing:.2rem}
.event .five-wrapper .outer-container .room-block-one.height-two .cap-box .cap-inner h5{margin-bottom:.5rem}
.event .five-wrapper .outer-container .room-block-one .cap-box .cap-inner .price{order:2;color: #ffffff;font-size:1.1rem}
.event .five-wrapper .outer-container .room-block-one .cap-box .price span{color:#fff}
.event .five-wrapper .outer-container .room-block-one.height-two .cap-box .cap-inner .price{font-weight:400}
.event .five-wrapper .outer-container .room-block-one:hover .inner-box{box-shadow:none;border: 3px solid #ed6ca5;/* box-shadow: 0 0 0 5px #ed6ca5; *//* padding: 10px; */}
.event .five-wrapper .outer-container .room-block-one.height-two .hover-box{height:max-content;padding:10px;background:#fff;top:unset}
.event .five-wrapper .outer-container .room-block-one.height-one .hover-box{height: auto;background:#fff}
.event .five-wrapper .outer-container .room-block-one .image-box{background:rgb(54 49 46)}
.event .five-wrapper .rooms-section-one .column:nth-child(2){order:-1}
@media (min-width:767px){.event .five-wrapper .rooms-section-one .column:nth-child(1),.event .five-wrapper .rooms-section-one .column:nth-child(3){-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.event .five-wrapper .rooms-section-one .column:nth-child(2){-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
}
.event .five-wrapper .room-block-one .cap-box .cap-inner:before{display:none}
.event .five-wrapper .room-block-one:hover .image-box .image-layer{opacity:.3}
.event .five-wrapper .room-block-one.height-one .image-box{height: 290px;}
.event .five-wrapper .room-block-one.height-two .image-box{height: 600px;}
@media (max-width:767px){
.event{margin-bottom:0}
.event .five-wrapper .rooms-section-one{padding:0}
.event .five-wrapper .room-block-one.height-two .image-box{height:360px}
.event .five-wrapper .rooms-section-one .room-block-one,.event .five-wrapper .rooms-section-one .room-block-one{margin-bottom: 0;}
.event .five-wrapper .outer-container .room-block-one .hover-box .hover-inner h4{margin-top:10%;font-size:1.25rem}
.event .five-wrapper .outer-container .room-block-one.height-two .hover-box .hover-inner h4{font-size:1.25rem;margin-top:10%}
.event .five-wrapper .outer-container .room-block-one .hover-box .hover-inner{display:flex;flex-direction:column;justify-content:center}
.event .five-wrapper .outer-container .room-block-one.height-two .hover-box{top:0;height:auto}
}

.explore_item .hover-wall{padding: 15px 30px;}
.explore_item .hover-wall .icon_info{border-radius:0;overflow:initial;padding: 0px;height: 100%;box-shadow: none !important;background: none;}
.explore_item .hover-wall .icon_info figure{margin:0 0 1rem;text-align:center;border-radius: 10px}
.explore_item .hover-wall .icon_info:hover figure .b_img{transform:unset}
.explore_item .hover-wall .htpro_tit{display:none}
.explore_item .hover-wall figure .overlay{display:none}
.explore_item .hover-wall .icon_info:hover{bottom:0}
.explore_item .hover-wall a figure{position:relative}
.explore_item .hover-wall a:hover figure:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-color: #00000029;opacity:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;z-index:1}
.explore_item .hover-wall a:hover figure:before{opacity:.7;-webkit-transition:.3s;transition:.3s}
.explore_item .hover-wall .icon_info img{border-radius: 10px;}
.explore_item .hover-wall .icon_info h3{font-size: 1.1rem;margin-bottom: .5rem;padding: 0;position: relative;padding-left: 30px;}
.explore_item .hover-wall .icon_info h3:before{content:'';position:absolute;width: 18px;height: 18px;/* top: 0; *//* left: 1px; *//* margin:0; */margin-top: .2rem;margin-left: -1.5rem;background-size:auto!important;background-repeat:no-repeat!important;background: url(https://materials.fillo.com.tw/materials/sinjetfly/images/b67a042a-fb81-47b8-8dba-696393797197.png);}
.explore_item .hover-wall .icon_info h4{padding: 0;font-style: normal;}
.explore_item .hover-wall .icon_info p.animate-text{border-radius: 50px;color: #ed7cae !important;padding: 0;margin-bottom: 5px;font-weight: 500;font-size: 1.5rem;font-family: 'Noto Sans TC',serif!important;text-align: right;}
.explore_item .hover-wall .icon_info a:hover h3{text-decoration: underline;}
.explore_item .hover-wall .icon_info a:hover h4{/* color: #fd3a84 !important; */}
.explore_item .hover-wall .icon_info p.animate-text:before{margin-right: 5px;content: "$";left: 0;font-size: 1.25rem;font-weight: 400;color: #5b5b5b;overflow: hidden;line-height: 1.5;}
.explore_item .hover-wall .icon_info p.animate-text:after{font-size: 1rem;content: "起";line-height: 1.8;color: #5b5b5b;font-weight: normal;}

.title_style h3{margin-bottom:1rem;font-family:'Noto Serif TC',serif !important;letter-spacing:.5rem;margin: 3.0rem 0;font-weight: bold;}
.title_style .title{margin-bottom: 1.0rem;letter-spacing: 1.2px;font-weight: 600;font-size: 2.0rem;margin-right: 10px;position:relative;padding-bottom: 20px;}
.title_style .title:after{width: 50px;height: 6px;content:'';background: #eb6ea5;position: absolute;left: calc(50% - 25px);bottom:0;z-index:1;border-radius: 10px;}
@media (max-width: 767px){
.title_style h3 span{font-size: 1.5rem !important;}
.title_style h5 span{font-size: 1.15rem;}
}

.event_bg>.module-container>.main:before{background: #f4f4f4;border-radius: 0 120px 120px 0;overflow: hidden;position: absolute;width: calc(95% - 0px);height: 100%;top: 0;content: '';}
@media (max-width:1440px){.event_bg>.module-container>.main:before{width: calc(100% - 90px);}}
@media (max-width:1200px){.event_bg>.module-container>.main:before{width:100%;border-radius: 0 90px 0 0;}}
@media (max-width: 991px){.event_bg>.module-container>.main:before{border-radius:0;}}

.event_deco{position:absolute;z-index: 2;right: -109px;top: 0px;width:100%;height: 600px;max-width: 100px;background:url(https://materials.fillo.com.tw/materials/sinjetfly/images/194687b6-0b3d-4726-a459-f959f95e27fd.png) no-repeat;background-size: auto;background-position:center}
@media (max-width: 991px){.event_deco{display: none;}
}

.star_01>.module-container>.main{background-size: 30vw!important;background-position-x: -5vw!important;background-position-y: 5vw!important;}
.star_02>.module-container>.main{background-size: 30vw!important;background-position-x: 78vw!important;background-position-y: 2vw!important;}

@-webkit-keyframes anime_float{0%{-webkit-transform:translate(0,0) scale(.8);transform:translate(0,0) scale(.8)}
to{-webkit-transform:translate(0,-40%) scale(1);transform:translate(0,-40%) scale(1)}
}
@keyframes anime_float{0%{-webkit-transform:translate(0,0) scale(.8);transform:translate(0,0) scale(.8)}
to{-webkit-transform:translate(0,-40%) scale(1);transform:translate(0,-40%) scale(1)}
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ec7bad, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ec7bad, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ec7bad, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ec7bad, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.0);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ec7bad, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ec7bad, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.05);
		opacity: 0;
	}
}

/*module*/
.main_slider .bs-carousel{display:flex;flex-direction:column}
.main_slider .carousel-indicators{/* position:relative; */order:12;z-index:10;padding: 10px 10px;margin:0;bottom: 3%;}
.main_slider .carousel-indicators li{width:10px;height:10px;border-radius:100%;overflow:hidden;opacity:1;margin:1px;background-color: #ffffffb3;border:10px solid transparent}
.main_slider .carousel-indicators li.active{background-color: #ffffff;}
.main_slider .carousel-control-next-icon{background-image: url(https://materials.fillo.com.tw/materials/sinjetfly/images/5388bd5b-471c-491c-a152-95454d204e07.svg);}
.main_slider .carousel-control-prev-icon{background-image: url(https://materials.fillo.com.tw/materials/sinjetfly/images/9dd3e3f7-ccb0-46cd-a110-f054c6e45a65.svg);}
.main_slider .carousel-control-next-icon,.main_slider .carousel-control-prev-icon{width:35px;height:35px}
.main_slider .carousel-inner picture::before {content: "";position: absolute;background: linear-gradient(0deg, #0000001c, #0000002b);width: 100%;height: 100%;left: 0;top: 0;z-index: 2;}
.main_slider .bs-carousel .carousel-caption{bottom: 10%;z-index: 10000;}
.main_slider .bs-carousel .carousel-caption .text{padding: 10px 20px;z-index: 10000;}
.main_slider .bs-carousel .carousel-caption .text:before{/*position:absolute;content:'';border: 1px solid #8c783c;width: calc(100%);height: calc(100%);top: 6px;left: 6px;z-index: 1;*/}
.main_slider .bs-carousel .carousel-caption p{margin: 0;}
.main_slider .bs-carousel .carousel-item h3{text-shadow: none;font-size: 3.6rem;font-family: 'Noto Serif TC',serif !important;letter-spacing: .75rem;margin-bottom: .75rem;font-weight: 500;}
.main_slider .bs-carousel .carousel-item h5{text-shadow: none;margin-top: 1rem;margin-bottom: .75rem;letter-spacing: 1.2px;font-weight: 400;font-size: 1.25rem;z-index: 10000;}
.main_slider .bs-carousel .carousel-item h5 span{/* font-family: 'Playfair Display', sans-serif!important; */}
@media (max-width:1199px) and (min-width:991px){
.main_slider .bs-carousel .carousel-item h3{font-size: 2.8rem;}
.main_slider .bs-carousel .carousel-item h5{font-size: 1.0rem;}  
}
@media (max-width: 991px){
.main_slider .bs-carousel .carousel-item h3{font-size: 2.4rem;letter-spacing: .5rem;}
.main_slider .bs-carousel .carousel-item h5{font-size: 1.0rem;}  
}
@media (max-width: 767px){
.main_slider .bs-carousel .carousel-item h3{font-size: 1.5rem;letter-spacing: .1rem;}
.main_slider .bs-carousel .carousel-item h5{font-size: 1.0rem;} 
}
@media (max-width: 500px){
.main_slider .carousel-indicators{padding:0 10px 10px 10px}
.main_slider .bs-carousel .carousel-caption .text{padding: 10px 20px;}
.main_slider .bs-carousel .carousel-item h3{font-size: 1.3rem;}
.main_slider .bs-carousel .carousel-item h5{font-size: 1.0rem;}
}

/*contact-bespoke*/
input::placeholder{color:#ccc!important;font-size:13px}
.web-page-frame.lock{background:0 0}
section.group_table.contact{padding-top:196px}
section.group_table.contact .trip_title{padding:50px 48px 60px;margin:0;border-bottom: 1px solid #d4d4d4;}
section.group_table.contact .container{width:100%;max-width:1080px;padding:0;background: #4b4642de;}
section.group_table.contact:before{/* background: url(https://materials.fillo.com.tw/materials/nonotour/images/47f10719-08af-4f7e-afbd-24dbb8a12ab3.png); */background-attachment: fixed;background-position: center center;}
section.group_table.contact .container .trip_title article h2{line-height:1;display:table;margin:0 auto;padding: 0 2rem 1.5rem;letter-spacing:.2rem;position:relative}
section.group_table.contact>.container>h2,section.group_table.contact>.container>h4{display:none;}
section.group_table.contact .trip_title article{position:relative}
section.group_table.contact .trip_title article h3{margin-bottom:30px;font-family:Roboto,sans-serif!important;font-weight:200;letter-spacing:.09rem}
section.group_table.contact .trip_title article h4{line-height:1.7rem;border-bottom:0;margin-bottom:0;padding:0}
section.group_table.contact .trip_title article p{position:absolute;right:-15px;/* bottom:-40px; */}
section.group_table.contact .trip_title h5{margin-top:0}
section.group_table.contact .form-row{background: #f3f3f3;margin:0;padding: 45px 45px 0;/* background-image:url(https://materials.fillo.com.tw/materials/funvoyage/images/eb470fa9-9556-425f-a65f-cfaa8d853f83.png); */}
section.group_table.contact .form-row:last-child{padding:33px 45px 50px;}
.contact .contac_form .form-row .form-group{margin-bottom: 1.5rem;/* flex: 0 0 33.3%; *//* max-width: 33.3%; */}
section.group_table.contact .form-row:last-child .form-group{flex: 0 0 100%;max-width: 100%;}
.contact .contac_form .form-row > [class*="col-"]:nth-child(1){padding-left: 15px !important;}
.contact .contac_form .form-row .form-group[data-type="TTL"]{text-align:center;/* border:1px solid #d2d2d2; */padding: 10px 20px !important;margin-bottom:30px;margin-top:30px;/* background: #f1f1f1; */flex: 0 0 100%;max-width: 100%;border-bottom: 1px #d9d9d9 dashed;}
.contact .contac_form .form-row h3{font-size: 1.5rem;color: #838383;margin: 0;}
.contact .contac_form label{font-size: 1.0rem;margin-bottom: 10px;/* padding-left:25px; */color:#545454;}
.contact .contac_form .form-check.radio_style{margin: 0px 16px;}
.contact .text_blue{color: #e36464;}
.contact .fa-calendar{position:absolute;margin-top:-28px;right:30px;color:#787a44}
.contact .contac_form input{/* width:calc(100% - 46px); */height:40px;/* border:0; */margin:0 auto;padding:.3rem .5rem;/* font-size:13px; */}
.contact select.form-control{/* width:calc(100% - 46px); */margin:0 auto;padding:2px;height:40px;font-size:14px;border-radius:0;color:#666;/* border:0; */}
.contact select.form-control:not([size]):not([multiple]){height:40px}
.contact div[data-type=CBX] .form-check{height:20px;font-size:14px;margin:0;margin-bottom:10px;padding-left:20px}
.contact textarea.form-control{/* width:calc(100% - 46px); */margin:0 auto;/* border:0; */border-radius:0;height:150px}
.contact .form-row button{position:relative;font-size: 1.0rem;margin:0!important;padding: 8px 0px;text-align: center;width:180px;border-radius:0;background-color: #eb6ea5;border-color: #c36790;color: #ffffff;outline:0}
.contact .form-row button.btn-primary:not(:disabled):not(.disabled).active,.contact .form-row button.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background: #3e4b3f;border: 1px solid #3e4b3f;box-shadow: none;}
.datepicker-days .table-condensed thead{color:#787a44}
.datepicker-days .table-condensed thead tr{border-bottom:1px solid #787a44}
.datepicker-days .table-condensed .day.active{background:#c46c19;border-radius:15px}
.datepicker table tr td.today{background:#e4e6be}
.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background:#e4e6be;border-color:#e4e6be;color:#787a44;text-shadow:0 0 #000}
.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#787a44;border-color:#787a44}
.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#787a44;border-color:#787a44}
.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover{background-color:#787a44;color:#fff}
@media (max-width:1199px){section.group_table.contact .container{width:90%}
}
@media (max-width:991px){section.group_table.contact .trip_title{padding:50px 30px 60px}
}
@media (max-width:767px){section.group_table.contact .form-row{padding: 30px 15px 0;}
.contact .contac_form input,.contact select.form-control,.contact textarea.form-control{width:calc(100% - 26px)}
.contact .contac_form label{padding-left:15px}
}
@media (max-width:575px){section.group_table.contact{padding-top:130px}
section.group_table.contact .trip_title{padding:40px 30px 50px}
.contact .contac_form .form-row .form-group{flex:0 0 100%;max-width:100%}
section.group_table.contact .container .trip_title article h2{font-size:20px!important}
section.group_table.contact .trip_title article h3{margin-bottom:20px;font-size:16px!important}
section.group_table.contact .trip_title article h4{line-height:1.5rem;font-size:13px!important}
section.group_table.contact .trip_title article p{right:0;font-size:13px!important}
section.group_table.contact .form-row:last-child{padding:20px 45px 30px}
}
/*contact-bespoke*/