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;
}
/*header*/
.row.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.logo_box a{
    display: table;
    margin: 12px 0 13px 2rem;
}
.logo_box a img{
    height: 65px;
}
.top_menu .module-container, 
.top_menu .module-container .main, 
.top_menu .module-container .main .full-menu, 
.top_menu .module-container .main .full-menu .module, 
.top_menu .responsive-drop-down-menu, 
.top_menu .responsive-drop-down-menu > ul, 
.top_menu .responsive-drop-down-menu > ul > li > a{
    height: 100%;
}
.top_menu .responsive-drop-down-menu > ul{
    justify-content: center;
}
.top_menu .responsive-drop-down-menu > ul > li{
    flex: unset;
}
.top_menu .responsive-drop-down-menu > ul > li > a{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding: 0 20px;
    line-height: 1.5;
}
.top_menu .responsive-drop-down-menu > ul > li:hover > a{
    font-weight: bold;
}
.top_menu .responsive-drop-down-menu > ul > li.has-sub > a{
    padding-right: 20px;
}
.top_menu .responsive-drop-down-menu > ul > li.has-sub > a:before{
    display: none;
}
.top_menu .responsive-drop-down-menu > ul > li:after{
    width: 10px;
    height: 10px !important;
    border-radius: 10px;
    background-color: #f9c029;
    bottom: 13px;
    top: unset;
    left: calc(50% - 5px);
    display: none;
}
.top_menu .responsive-drop-down-menu > ul > li:hover::after{
    display: block;
}
.top_menu .responsive-drop-down-menu > ul > li > ul{
    width: max-content;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li{
    position: relative;
    width: 100%;
    background: #fff;
}
.top_menu .responsive-drop-down-menu > ul > li:hover > ul > li:hover{
    background: #EAF6F4;
 }
.top_menu .responsive-drop-down-menu ul li ul li a{
    width: 100%;
    font-size: 17px;
    padding: 11px 15px;
    color: #2ea29e;
    line-height: 1.5;
}
.top_menu .responsive-drop-down-menu ul li ul li:hover a{
    color: #2ea29e;
}
.top_menu .responsive-drop-down-menu ul li ul li + li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    height: 1px;
    background: #ccc;
}
.top_menu .responsive-drop-down-menu > ul > li > a .showName{
    padding: 0;
    align-items: center;
}
.top_menu .responsive-drop-down-menu > ul > li > a .showName .member-name{
    font-size: 20px;
}
.top_menu .responsive-drop-down-menu > ul > li > a .showName .member-name > i, 
.top_menu .responsive-drop-down-menu > ul > li > a .showName .member-name .greet, 
.top_menu .responsive-drop-down-menu > ul > li > a .showName .icon{
    display: none;
}
.top_menu .responsive-drop-down-menu > ul > li > a .showName .SignOut{
    margin-left: 6px;
    font-size: 15px;
    padding: 3px 5px 5px;
    letter-spacing: 0px;
    background: #efbd2f;
    line-height: 1;
}
.top_right .module-container{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top_right .module-container .main{
    display: flex;
    width: 100%;
}
.top_right .module-container .main > div:nth-child(2){
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.top_right .top_car{
    margin-right: 2rem;
}
.top_right .top_car .top-cart .icon i{
    font-size: 26px;
    color: #fff;
}
.top_right .top_car .top-cart .icon .count{
    background: #ef7f50;
    border: 1px solid #75c5b7;
    width: 19px;
    height: 19px;
    top: -12px;
}
.top_right .gtranslate_wrapper{
    display: flex;
    flex-direction: column-reverse;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
}
.top_right .gtranslate_wrapper select.gt_selector{
    background-color: #2ea29e;
    border: none;
    padding: 8px 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
    max-width: 125px;
    color: #fff;
    margin-bottom: 0.5rem;
    border-right: 5px solid #35a29e;
    outline: none;
    box-shadow: none;
}
@media (min-width:1281px) {
    .logo_box{
        max-width: 250px;
        flex: 0 0 250px;
    }
    .top_menu{
        max-width: calc(100% - 500px);
        flex: 0 0 calc(100% - 500px);
    }
    .top_right{
        max-width: 250px;
        flex: 0 0 250px;
    }
}
@media (min-width:1281px) and (max-width:1625px) {
    .top_menu .responsive-drop-down-menu > ul > li > a{
        padding: 0 16px;
    }
}
@media (min-width:1281px) and (max-width:1555px) {
    .top_menu .responsive-drop-down-menu > ul > li > a{
        padding: 0 15px;
        font-size: 19px;
        letter-spacing: 0;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a .showName .member-name{
        font-family: 19px;
    }
}
@media (min-width:1281px) and (max-width:1439px) {
    .top_menu .responsive-drop-down-menu > ul > li > a{
        font-size: 18px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a .showName .member-name{
        font-size: 18px;
    }
}
@media (min-width:1281px) and (max-width:1400px) {
    .logo_box{
        max-width: 215px;
        flex: 0 0 215px;
    }
    .top_menu{
        max-width: calc(100% - 430px);
        flex: 0 0 calc(100% - 430px);
    }
    .top_right{
        max-width: 215px;
        flex: 0 0 215px;
    }
    .top_right .top_car{
        margin-right: 10px;
    }
}

@media (max-width:1499px) {
    .top_menu .responsive-drop-down-menu > ul > li > a{
        padding: 0 12px;
    }
}
@media (max-width:1366px) {
    .logo_box a{
        margin-left: 1rem;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a{
        padding: 0 10px;
        font-size: 18px;
        letter-spacing: 0;
    }
    .top_right{
        padding-right: 0;
    }
    .top_right .top_car{
        margin-right: 1rem;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a .showName .member-name{
        font-size: 18px;
    }
}
@media (max-width:1280px) {
    .logo_box{
        max-width: 170px;
        flex: 0 0 170px;
    }
    .logo_box a img {
        height: 55px;
    }
    .top_menu{
        max-width: calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
    }
    .top_right{
        max-width: 180px;
        flex: 0 0 180px;
    }
    .top_right .top_car{
        margin-right: 6px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a .showName .member-name{
        font-size: 17px;
    }
    .top_right .gtranslate_wrapper{
        letter-spacing: 0;
        font-size: 13px;
    }
    .top_right .gtranslate_wrapper select.gt_selector{
        padding: 6px 8px;
        font-size: 17px;
        letter-spacing: 0;
        max-width: 110px;
        margin-bottom: 3px;
    }
}
@media (max-width:1199px) {
    .logo_box {
        max-width: 165px;
        flex: 0 0 165px;
    }
    .logo_box a {
        margin-left: 10px;
    }
    .top_menu {
        max-width: calc(100% - 345px);
        flex: 0 0 calc(100% - 345px);
    }
    .top_menu .responsive-drop-down-menu > ul > li > a{
        padding: 0 8px;
        font-size: 17px;
    }
    .top_right {
        max-width: 180px;
        flex: 0 0 180px;
        padding-right: 15px;
    }
    .top_right .module-container .main > div:nth-child(2){
        justify-content: center;
    }
    .top_right .top_car{
        margin-right: 8px;
    }
    .top_right .gtranslate_wrapper select.gt_selector{
        padding: 6px 5px;
        max-width: 115px;
    }
}
@media (max-width:1024px) {
    .top_menu{
        max-width: calc(100% - 335px);
        flex: 0 0 calc(100% - 335px);
    }
    .top_menu .responsive-drop-down-menu > ul > li > a {
        padding: 0 5px;
        font-size: 16px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a .showName .member-name{
        font-size: 16px;
    }
    .top_right {
        max-width: 170px;
        flex: 0 0 170px;
        padding-right: 10px;
    }
    .top_right .top_car {
        margin-right: 0px;
    }
}
@media (max-width:767px) {
    .logo_box{
        z-index: 99;
    }
    .logo_box a{
        margin: 8px 10px;
    }
    .top_menu{
        position: fixed;
        z-index: 98;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .top_menu .responsive-drop-down-menu .menu-button{
        padding: 20px;
    }
    .top_menu .responsive-drop-down-menu .menu-button:before{
        height: 14px;
        width: 30px;
        top: 33px;
    }
    .top_menu .responsive-drop-down-menu .menu-button:after{
        height: 10px;
        width: 30px;
        top: 21px;
    }
    .top_menu .responsive-drop-down-menu > ul.open{
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0 1.5rem;
        background-color: #35a29e;
        max-height: calc(100vh - 71px);
        overflow: auto;
    }
    .top_menu .responsive-drop-down-menu > ul > li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .top_menu .responsive-drop-down-menu > ul > li:hover::after{
        display: none;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a{
        font-size: 17px;
        padding: 15px 5px;
        letter-spacing: 1px;
    }
    .top_menu .responsive-drop-down-menu > ul > li.has-sub > a:before{
        display: block;
    }
    .top_menu .responsive-drop-down-menu > ul > li.active{
        background: none;
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul{
        width: 100%;
    }
    .top_right{
        position: absolute;
        right: 4rem;
        top: 10px;
        z-index: 99;
        max-width: max-content;
        flex: unset;
    }
    .top_right .module-container{
        align-items: baseline;
    }
    .top_right .top_car{
        margin-right: 15px;
    }
}
@media (max-width:575px) {
    .top_menu .responsive-drop-down-menu .menu-button{
        padding: 20px 12px;
    }
    .top_menu .responsive-drop-down-menu .menu-button:before, 
    .top_menu .responsive-drop-down-menu .menu-button:after{
        right: 13px;
    }
    .top_right{
        right: 2.5rem;
        top: 13px;
    }
    .top_right .top_car{
        margin-right: 10px;
    }
    .top_right .gtranslate_wrapper select.gt_selector{
        max-width: 105px;
        border-radius: 0;
    }
    .top_right .gtranslate_wrapper{
        font-size: 12px;
    }
}

/*footer*/
.tail_txt{
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    margin-bottom: -24px;
}
.tail_txt .module-container > .main > div:nth-last-child(1){
    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
}
.tail_txt .module-container > .main > div:nth-last-child(1) p{
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "Passion One", sans-serif;
    color: #75c5b7;
    margin: 0;
    line-height: 1;
    font-size: 6.8rem;
}
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.tail_box .footer-wrap{
    background: #75c5b7;
}
.tail_box .footer-wrap .fnav_wrap{
    position: absolute;
    width: auto;
    bottom: 0;
    right: calc(50% - 720px);
    z-index: 1;
    background: none;
}
.tail_box .footer-wrap .footer_nav li a{
    font-size: 16px;
    letter-spacing: 0px;
    color: #2ea29e;
    padding: 10px 10px;
    position: relative;
}
.tail_box .footer-wrap .footer_nav li + li a::before{
    content: '';
    display: block;
    width: 1px;
    background-color: #b3d7d6;
    position: absolute;
    left: -1px;
    top: 13px;
    bottom: 13px;
}
.tail_box .footer-wrap .footer_nav li a:hover{
    background: none;
}
.tail_box .footer-wrap .footer_center{
    background: #75c5b7;
    max-width: 1500px;
    padding-top: 2rem;
}
.tail_box .footer-wrap .footer_center .company-info{
    max-width: 28%;
    flex: 0 0 28%;
}
.tail_box .footer-wrap .info_box a{
    margin-bottom: 20px;
}
.tail_box .footer-wrap .info_box a img{
    height: 75px;
}
.tail_box .footer-wrap .footer_center .company-info .info-text p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 3px;
    color: #fff;
    letter-spacing: 1px;
}
.tail_box .footer-wrap .contact-info{
    max-width: 72%;
    flex: 0 0 72%;
}
.tail_box .footer-wrap .contact-box{
    margin-bottom: 0 !important;
    padding: 0 5px 0 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.tail_box .footer-wrap .contact-box:nth-child(2){
    padding: 0 5px 0 35px;
}
.tail_box .footer-wrap .contact-box h2{
    display: none;
}
.tail_box .footer-wrap .contact-box h4{
    font-size: 17px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 0;
}
.tail_box .footer-wrap .contact-box h4 i{
    position: unset;
    text-align: center;
    width: 30px;
    padding: 0;
    font-size: 18px;
}
.tail_box .footer-wrap .fb-info{
    display: none;
}
.tail_box  .footer-wrap .footer_sbox a img{
    height: 40px;
}
.tail_box .footer-wrap .icon_wrap{
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    padding: 1rem;
}
.tail_box .footer-wrap .icon_wrap p{
    font-size: 14px;
    margin: unset;
    margin-left: calc(50% - 720px);
    line-height: 1;
}
@media (max-width:1499px) {
    .tail_box .footer-wrap .footer_center{
        max-width: 1280px;
    }
    .tail_box .footer-wrap .fnav_wrap{
        right: calc(50% - 600px);
    }
    .tail_box .footer-wrap .icon_wrap p{
        margin-left: calc(50% - 600px);
    }
}
@media (max-width:1280px) {
    .tail_box .footer-wrap .fnav_wrap{
        right: calc(50% - 545px);
    }
    .tail_box .footer-wrap .footer_center {
        max-width: 1140px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .tail_box .footer-wrap .info_box a {
        margin-bottom: 15px;
    }
    .tail_box .footer-wrap .info_box a img {
        height: 70px;
    }
    .tail_box .footer-wrap .footer_center .company-info .info-text{
        padding-right: 0;
    }
    .tail_box .footer-wrap .footer_center .company-info .info-text p{
        letter-spacing: 0;
    }
    .tail_box .footer-wrap .contact-box:nth-child(1) h4 i{
        width: 10px;
    }
    .tail_box .footer-wrap .contact-box:nth-child(2){
        padding-left: 15px;
    }
    .tail_box .footer-wrap .icon_wrap p{
        margin-left: calc(50% - 545px);
    }
}
@media (max-width:1199px) {
    .tail_box .footer-wrap .info_box a{
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }
    .tail_box .footer-wrap .footer_center .company-info .info-text{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tail_box .footer-wrap .icon_wrap ul.footer_bticon{
        margin: 0;
    }
}
@media (max-width:1140px) {
    .tail_box .footer-wrap .footer_center{
        max-width: 100%;
    }
    .tail_box .footer-wrap .fnav_wrap {
        right: 30px;
    }
    .tail_box .footer-wrap .footer_center .company-info .info-text p{
        font-size: 15px;
    }
    .tail_box .footer-wrap .contact-box h4{
        font-size: 16px;
        letter-spacing: 0;
    }
    .tail_box .footer-wrap .contact-box h4 i{
        width: 20px;
        font-size: 17px;
    }
    .tail_box .footer-wrap .icon_wrap p{
        margin-left: 20px;
    }
}
@media (max-width:991px) {
    .tail_box .footer-wrap .footer_center .company-info{
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .tail_box .footer-wrap .info_box a, 
    .tail_box .footer-wrap .footer_center .company-info .info-text{
        max-width: max-content;
    }
    .tail_box .footer-wrap .contact-info{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tail_box .footer-wrap .contact-box:nth-child(1){
        border: none;
    }
}
@media (max-width:767px) {
    .tail_box .footer-wrap .footer_sbox{
        margin-bottom: 0;
    }
    .tail_box .footer-wrap .icon_wrap p{
        font-size: 13px;
        letter-spacing: 0;
    }
}
@media (max-width:575px) {
    .tail_box .footer-wrap .fnav_wrap{
        right: unset;
        bottom: 41px;
        left: 50%;
        transform: translate(-50%, 0px);
        max-width: max-content;
        width: max-content;
    }
    .tail_box .footer-wrap .footer_center{
        padding: 1rem 0px 1.5rem !important;
    }
    .tail_box .footer-wrap .info_box{
        width: 100%;
    }
    .tail_box .footer-wrap .info_box a, .tail_box 
    .footer-wrap .footer_center .company-info .info-text{
        max-width: 100%;
    }
    .tail_box .footer-wrap .info_box a{
        margin-bottom: 1.5rem;
    }
    .tail_box .footer-wrap .info_box a img{
        margin: auto;
        display: block;
    }
    .tail_box .footer-wrap .footer_center .company-info .info-text{
        text-align: left;
    }
    .tail_box .footer-wrap .footer_center .company-info .info-text p{
        font-size: 16px;
    }
    .tail_box .footer-wrap .contact-info{
        margin-top: 0 !important;
    }
    .tail_box .footer-wrap .contact-box{
        margin-top: 1rem;
        border: none;
    }
    .tail_box .footer-wrap .contact-box:nth-child(1) h4 i{
        width: 0;
    }
    .tail_box .footer-wrap .footer_sbox{
        margin-top: 1rem;
    }
    .tail_box .footer-wrap .icon_wrap{
        padding-top: 35px;
        padding-bottom: 10px;
    }
    .tail_box .footer-wrap .icon_wrap p{   
        color: #2EA29E;
        margin: auto;
        min-height: 32px;
        margin-top: 10px;
        line-height: 1.2;
    }
}

/*web sidebar*/
.web_sidebar .side_bar{
    width: 55px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 12px;
}
.web_sidebar .side_bar li{
    border: none;
    padding: 8px 0;
}
.web_sidebar .side_bar li img{
    width: 100%;
}
.web_sidebar .module-wrapper .actGotop {
    width: 55px;
    height: auto;
    bottom: 90px;
}
.web_sidebar .module-wrapper .actGotop a{
    display: flex;
    flex-wrap: wrap;
    width: 55px;
    background-color: transparent !important;
    justify-content: center;
    font-size: 0;
    height: 100px;
    align-items: center;
    align-content: center;
}
.web_sidebar .module-wrapper .actGotop a::after {
    content: '';
    display: block;
    background-image: url(https://materials.fillo.com.tw/materials/magic/images/b2a6d648-3a78-4e8b-98e0-34a80b0844c6.svg);
    width: 42px;
    height: 31px;
    background-size: 100%;
    background-position: center;
    transition: .2s;
}
.web_sidebar .module-wrapper .actGotop:hover a::after{
    margin-bottom: 0.5rem;
    transition: .2s;
}
.web_sidebar .module-wrapper .actGotop a i{
    position: relative;
    width: 55px;
    height: max-content;
    font-size: 43px;
    margin-bottom: 10px;
}
.web_sidebar .module-wrapper .actGotop a i::before{
    color: #ef7f50;
}
.web_sidebar .module-wrapper .actGotop a i::after{
    content: '';
    display: block;
    background: #ef7f50;
    height: 35px;
    width: 4px;
    position: absolute;
    top: 19px;
    left: 26px;
    transition: .2s;
}
.web_sidebar .module-wrapper .actGotop:hover a i::after{
    height: 25px;
    transition: .2s;
}
@media (max-width:767px) {
    .web_sidebar .side_box{
        right: 5px !important;
    }
    .web_sidebar .side_bar{
        width: 45px;
        padding: 8px;
    }
    .web_sidebar .side_bar li{
        padding: 6px 0;
    }
    .web_sidebar .module-wrapper .actGotop{
        width: 45px;
        right: 5px;
        bottom: 100px;
    }
    .web_sidebar .module-wrapper .actGotop a{
        width: 45px;
    }
    .web_sidebar .module-wrapper .actGotop a i{
        width: 45px;
    }
    .web_sidebar .module-wrapper .actGotop a i::after{
        top: 20px;
        left: 21px;
    }
}

/*slider*/
.slider_box{
    margin-top: 90px;
}
.slider_box .bs-carousel{
    height: calc(100vh - 90px);
}
.slider_box .carousel-fade .carousel-item{
    height: calc(100vh - 90px);
}
.slider_box .carousel-fade .carousel-item picture::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.slider_box .carousel-fade .carousel-item picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.slider_box .carousel-indicators{
    margin-bottom: 5rem;
}
.slider_box .carousel-indicators li{
    transition: .3s;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: none;
    margin: 0 8px;
}
.slider_box .carousel-indicators li.active{
    width: 48px;
    background: #f9c029;
}
.slider_box .bs-carousel .carousel-item .carousel-caption{
    bottom: unset;
    top: 50%;
    transform: translate(0px, -50%);
}
.slider_box .bs-carousel .carousel-item h5{
    font-size: 55px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
}
.slider_box .bs-carousel .carousel-item p{
    font-size: 30px;
    font-weight: normal;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.slider_box .carousel-control-next, 
.slider_box .carousel-control-prev{
    width: 12%;
}
.slider_box .carousel-control-next span.carousel-control-next-icon, 
.slider_box .carousel-control-prev span.carousel-control-prev-icon{
    width: 53px;
    height: 53px;
    background-image: unset;
    transform: rotate(45deg);
}
.slider_box .carousel-control-next span.carousel-control-next-icon{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.slider_box .carousel-control-prev span.carousel-control-prev-icon{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
@media (max-width:1280px) {
    .slider_box{
        margin-top: 80px;
    }
}
@media (max-width:767px) {
    .slider_box {
        margin-top: 71px;
    }
    .slider_box .bs-carousel{
        height: calc(100vh - 71px);
    }
    .slider_box .carousel-fade .carousel-item {
        height: calc(100vh - 71px);
    }
    .slider_box .bs-carousel .carousel-item .carousel-caption{
        display: block !important;
    }
    .slider_box .bs-carousel .carousel-item h5{
        font-size: 38px;
        margin-bottom: 1rem;
    }
    .slider_box .bs-carousel .carousel-item p{
        font-size: 24px;
    }
}
@media (max-width:575px) {
    .slider_box .bs-carousel .carousel-item h5{
        font-size: 32px;
    }
    .slider_box .bs-carousel .carousel-item p{
        font-size: 22px;
    }
    .slider_box .carousel-control-next span.carousel-control-next-icon, 
    .slider_box .carousel-control-prev span.carousel-control-prev-icon{
        width: 35px;
        height: 35px;
    }
}

/*search*/
.search_tabs{
    margin-top: -33px;
    z-index: 1;
    margin-bottom: -32px;
}
.search_tabs .blk-tabs ul.nav{
    display: flex;
    margin: 0 auto;
    width: 340px;
    padding: 8px;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.search_tabs .blk-tabs ul.nav li{
    float: left;
    width: 50%;
}
.search_tabs .blk-tabs ul.nav li a{
    text-align: center;
    font-size: 21px;
    letter-spacing: 1px;
    color: #2ea29e;
    font-weight: 300;
    border-radius: 100px;
}
.search_tabs .blk-tabs ul.nav li a.active{
    color: #fff;
    background: #73c5b7;
}
.search_box .group_banner.search_banner .search-area > .container{
    background: #eaf6f4;
    border-bottom: 5px solid #b9e2db;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 1680px;
    padding: 0px 7rem;
}
.search_box .group_banner.search_banner .search-area > .container .search-box{
    margin-top: 3rem;
    margin-bottom: 18px;
}
.inbound .search_box .group_banner.search_banner .search-area > .container .search-box > div:nth-child(2){
    max-width: 49%;
    flex: 0 0 49%;
}
.search_box section.group_banner .search-area .search-box .select-departure, 
.search_box section.group_banner .search-area .search-box .select-destination, 
.search_box section.group_banner .search-area .search-box .select-goal, 
.search_box section.group_banner .search-area .search-box .select-place{
    border: none;
    background: none;
    padding: 0 0px;
    height: auto;
}
.search_box section.group_banner .search-area .search-box .select-departure .title, 
.search_box section.group_banner .search-area .search-box .select-destination .title, 
.search_box section.group_banner .search-area .search-box .select-goal .title, 
.search_box section.group_banner .search-area .search-box .select-place .title, 
.search_box section.group_banner .search-area .search-box .select-date .title{
    height: auto;
    min-height: 28px;
    margin-bottom: 5px;
}
.search_box section.group_banner .search-area .search-box .select-departure .title i, 
.search_box section.group_banner .search-area .search-box .select-destination .title i, 
.search_box .search-area .search-box .select-place .title i, 
.search_box .search-area .search-box .select-goal .title i{
    color: #2ea29e;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.search_box section.group_banner .search-area .search-box .select-destination .title i::before{
    content: "\f279";
    font-size: 19px;
}
.search_box section.group_banner .search-area .search-box .select-departure .title h6, 
.search_box section.group_banner .search-area .search-box .select-destination .title h6, 
.search_box section.group_banner .search-area .search-box .select-goal .title h6, 
.search_box section.group_banner .search-area .search-box .select-place .title h6, 
.search_box section.group_banner .search-area .search-box .select-date .title h6{
    font-size: 19px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-left: 6px;
}
.search_box section.group_banner .leftPark{
    height: auto;
}
.search_box section.group_banner .area_input, 
.search_box .search-area .search-box .select-place .select select, 
.search_box .search-area .search-box .select-goal .select select{
    height: 45px;
    border: 1px solid #73c5b7;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 18px;
    width: 96%;
    background-color: #fff;
    color: #333;
}
.inbound .search_box .group_banner.search_banner .search-area > .container .search-box > div:nth-last-child(3){
    max-width: 36%;
    flex: 0 0 36%;
}
.search_box section.search_banner .search-area .search-box .select-input .data-icon-search{
    position: relative;
    top: unset;
    left: 0;
    margin-bottom: 6px;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #2ea29e;
}
.search_box section.search_banner .search-area .search-box .select-input .data-icon-search::before{
    content: "\f002";
    font-size: 19px;
}
.search_box section.search_banner .search-area .search-box .select-input .data-icon-search::after{
    content: '關鍵字';
    display: inline-block;
    margin-left: 8px;
    font-size: 19px;
    color: #333;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.search_box section.group_banner .search-area .search-box .select-date > input, 
.search_box section.group_banner .search-area .search-box .select-input > input{
    height: 45px;
    border: 1px solid #73c5b7;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 18px;
    width: 95%;
}
.search_box section.group_banner .search-area .search-box .search-btn{
    height: 56px;
    line-height: 56px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #2ea29e;
    outline: none;
    box-shadow: none;
    width: calc(100% - 16px);
    margin-top: 24px;
}
.search_box .search-area .search-box .search-btn h5{
    margin-bottom: 0;
    font-size: 24px;
}
.search_box .search-area .search-box .search-btn i{
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #f4c339;
    position: absolute;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 21px;
    padding-left: 4px;
}
.search_box .search-area .search-box .search-btn i::before{
    content: "\f105";
    font-size: 30px;
    margin: 0;
}
.outbound .search_box .group_banner.search_banner .search-area > .container .search-box > div{
    max-width: 21%;
    flex: 0 0 21%;
}
.outbound .search_box .group_banner.search_banner .search-area > .container .search-box > div:nth-last-child(1){
    max-width: 16%;
    flex: 0 0 16%;
}
.outbound .search_box .search-area .search-box .search-btn i{
    transform: translateX(0px);
}
.outbound .search_box .search-area .search-box .search-btn:hover i{
    transform: translateX(10px);
}
@media (max-width:1680px) {
    .search_box .group_banner.search_banner .search-area > .container{
        max-width: 1440px;
    }
}
@media (max-width:1499px) {
    .search_box .group_banner.search_banner .search-area > .container{
        max-width: 1280px;
        padding: 0 2rem;
    }
}
@media (max-width:1280px) {
    .search_box .group_banner.search_banner .search-area > .container{
        max-width: 1140px;
        padding: 0 20px;
    }
}
@media (max-width:1140px) {
    .search_box .group_banner.search_banner .search-area > .container{
        max-width: calc(100% - 40px);
    }
}
@media (max-width:991px) {
    .inbound .search_box .group_banner.search_banner .search-area > .container .search-box > div:nth-child(2){
        max-width: 45%;
        flex: 0 0 45%;
    }
}
@media (max-width:767px) {
    .search_tabs{
        margin-top: -23px;
        margin-bottom: -24px;
    }
    .search_tabs .blk-tabs ul.nav{
        width: 250px;
        padding: 6px;
    }
    .search_tabs .blk-tabs ul.nav li a{
        font-size: 18px;
        letter-spacing: 0;
        padding: 4px 10px;
    }
    .search_box .group_banner.search_banner .search-area > .container{
        padding: 0 10px;
    }
    .search_box .group_banner.search_banner .search-area > .container .search-box{
        margin-top: 2rem;
    }
    .inbound .search_box .group_banner.search_banner .search-area > .container .search-box > div:nth-child(2), 
    .inbound .search_box .group_banner.search_banner .search-area > .container .search-box > div:nth-last-child(3){
        max-width: 100%;
        flex:0 0 100%;
    }
    .search_box section.group_banner .area_input, 
    .search_box .search-area .search-box .select-place .select select, 
    .search_box .search-area .search-box .select-goal .select select, 
    .search_box section.group_banner .search-area .search-box .select-input > input{
        width: 100%;
    }
    .search_box .mic_icon{
        top: 35px;
    }
    .search_box .mic_icon i{
        color: #35a29e;
    }
    .search_box section.group_banner .search-area .search-box .search-btn{
        margin-top: 10px;
    }
    .outbound .search_box .group_banner.search_banner .search-area > .container .search-box > div, 
    .outbound .search_box .group_banner.search_banner .search-area > .container .search-box > div:nth-last-child(1){
        max-width: 100%;
        flex: 0 0 100%;
    }
    .search_box .search-area .search-box .search-btn i{
        padding-top: 0;
        padding-bottom: 10px;
    }
}

/*block title*/
.block_title {
    margin-top: 5rem;
    margin-bottom: 10px;
}
.block_title section.text-link h2{
    font-family: "La Belle Aurore", cursive;
    font-weight: normal;
    line-height: 1;
}
.block_title div.link-list{
    background: none;
    margin-top: -40px;
    min-height: auto;
}
.block_title div.link-list ul li a, 
.block_title div.link-list ul li span{
    font-weight: bold;
    padding: 0 10px;
}
@media (max-width:1440px) {
    .block_title {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (max-width:767px) {
    .block_title {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}
@media (max-width:575px) {
    .block_title{
        margin-top: 3rem;
        margin-bottom: 0;
    }
    .block_title section.text-link h2{
        font-size: 60px !important;
        margin-bottom: 0;
    }
    .block_title div.link-list{
        margin-top: -30px;
    }
    .block_title div.link-list ul li a, 
    .block_title div.link-list ul li span{
        font-size: 24px !important;
    }
}

/*news*/
.news_wrap .bike_title {
    margin-top: -40px;
}
.news_wrap .bike_title .text-link{
    justify-content: end;
}
.news_box {
    padding: 0 30px;
}
.news_box .swiper-slide-style{
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.news_box .swiper-slide .swiper-img{
    background: #ccc;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    display: block;
    transition: .2s;
}
.news_box .swiper-slide:hover .swiper-img{
    background: #000;
    transition: .2s;
}
.news_box .swiper-slide .swiper-img:before{
    content: '閱讀更多';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    padding: 5px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0;
    transition: .3s;
}
.news_box .swiper-slide:hover .swiper-img:before{
    opacity: 1;
    transition: .3s;
}
.news_box .swiper-slide .swiper-img:after{
    content: '載入中...';
    display: block;
    position: absolute;
    max-width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 0;
}
.news_box .swiper-slide .swiper-img img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transform: scale(1);
    transition: .3s;
    position: relative;
    z-index: 1;
}
.news_box .swiper-slide:hover .swiper-img img{
    opacity: .7;
    transform: scale(1.05);
    transition: .3s;
}
.news_box .swiper-slide .swiper-title{
    padding: 0 5px;
    text-align: left;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #333;
}
.news_box .swiper-pagination-fraction{
    font-size: 20px;
    font-family: arial;
    color: #aaa;
    letter-spacing: 1px;
}
.news_box .swiper-pagination-current{
    color: #2ea29e;
}
.news_box .swiper-container [class*='swiper-button-']{
    bottom: -6px;
    top: unset;
    color: #000;
    opacity: 1;
}
.news_box .swiper-button-prev.swiper-button-disabled, 
.news_box .swiper-button-next.swiper-button-disabled{
    opacity: 0.5;
}
.news_box .swiper-container .swiper-button-prev{
    left: calc(50% - 70px);
} 
.news_box .swiper-container .swiper-button-next{
    right: calc(50% - 70px);
}
.news_box .swiper-container [class*='swiper-button-']::after{
    background-color: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width:1440px) {
    .news_box {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (max-width:767px) {
    .news_box {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .news_box .swiper-slide-style{
        margin-bottom: 15px;
    }
}
@media (max-width:575px) {
    .news_box .swiper-slide .swiper-title{
        font-size: 20px;
    }
}

/*boke tours*/
.bike_title {
    margin-top: 2rem;
    margin-bottom: 5px;
}
.bike_title section.text-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.bike_title section.text-link h2{
    margin: 0;
    border-left: 4px solid #73c5b7;
    line-height: 1;
    padding-bottom: 3px;
}
.bike_title div.link-list{
    background: none;
    min-height: unset;
}
.bike_title div.link-list ul li a, 
.bike_title div.link-list ul li span{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bike_title div.link-list ul li i{
    width: 17px;
    height: 17px;
    border-radius: 20px;
    background: #73c5b7;
    order: 1;
    margin: 0 0 0 10px;
    position: relative;
}
.bike_title div.link-list ul li i::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 5px;
}
.bike_tour{
    padding: 0 30px;
}
.bike_tour .swiper-slide-style{
    box-shadow: none;
    background: none;
    border-radius: 0;
    transition: .3s;
}
.bike_tour .swiper-slide-style:hover{
    margin-top: 15px;
    transition: .3s;
}
.bike_tour .swiper-slide .swiper-img {
    border-radius: 15px;
    overflow: hidden;
    background: #ccc;
    aspect-ratio: 4 / 3;
    display: block;
    position: relative;
    transition: .2s;
}
.bike_tour .swiper-slide:hover .swiper-img {
    background: #000;
    transition: .2s;
}
.bike_tour .swiper-slide .swiper-img:after{
    content: '載入中...';
    display: block;
    position: absolute;
    max-width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 0;
}
.bike_tour .swiper-slide .swiper-img img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transform: scale(1);
    transition: .3s;
    position: relative;
    z-index: 1;
}
.bike_tour .swiper-slide:hover .swiper-img img{
    opacity: .7;
    transform: scale(1.05);
    transition: .3s;
}
.bike_tour .swiper-slide .swiper-title{
    padding: 0 5px;
    font-size: 20px;
    color: #333;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.bike_tour .swiper-slide:hover .swiper-title{
    color: #2ea29e;
}
.bike_tour .swiper-slide .swiper-content{
    margin: 0;
    -webkit-box-orient: unset;
    display: table;
    width: 100%;
}
.bike_tour .swiper-slide .swiper-content span{
    position: absolute;
    top: 20px;
    color: #fff;
    right: 0;
    padding: 8px 13px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    line-height: 1;
    font-size: 17px;
    letter-spacing: 1px;
    z-index: 3;
}
@media (max-width:1440px) {
    .bike_title, 
    .bike_tour {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (max-width:991px) {
    .bike_tour .swiper-pagination{
        margin-bottom: 1rem;
    }
    .bike_tour .swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        line-height: 12px;
    }
    .bike_tour .swiper-pagination .swiper-pagination-bullet-active{
        background: #f4c339;
    }
    .bike_tour .swiper-button-prev, 
    .bike_tour .swiper-button-next{
        display: none;
    }
}
@media (max-width:767px) {
    .bike_title, 
    .bike_tour {
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .bike_tour .swiper-slide-style{
        margin-bottom: 15px;
    }
    .bike_title div.link-list ul li a, 
    .bike_title div.link-list ul li span{
        letter-spacing: 0;
    }
}
@media (max-width:575px) {
    .bike_title{
        margin-bottom: 0;
        margin-top: 1.5rem;
    }
    .bike_title section.text-link h2{
        font-size: 20px !important;
    }
}

/*theme*/
.theme_wrap {
    max-width: 1680px;
    flex: 0 0 1680px;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 4rem;
}
.theme_wrap .block_title {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}
.theme_wrap div.link-list ul{
    text-align: center;
}
.theme_box .swiper-slide-style{
    background: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: none;
}
.theme_box .swiper-slide .swiper-img{
    margin: 0;
    position: relative;
    background: #ccc;
    aspect-ratio: 4 / 3;
    display: block;
}
.theme_box .swiper-slide .swiper-img::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0;
    transition: .3s;
}
.theme_box .swiper-slide:hover .swiper-img::before{
    opacity: 1;
    transition: .3s;
}
.theme_box .swiper-slide .swiper-img:after{
    content: '載入中...';
    display: block;
    position: absolute;
    max-width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 0;
}
.theme_box .swiper-slide .swiper-img img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: relative;
    z-index: 1;
}
.theme_box .swiper-slide .swiper-title{
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 2;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    transition: .3s;
}
.theme_box .swiper-slide:hover .swiper-title{
    bottom: 28px;
    transition: .3s;
}
.theme_box .swiper-slide .swiper-title::before{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    width: 40px;
    bottom: -8px;
    height: 1px;
    background: #fff;
    transform:  scale(0);
    transition: .2s;
}
.theme_box .swiper-slide:hover .swiper-title::before{
    transition: .2s;
    transform:  scaleX(1);
}
.theme_wrap .bike_title {
    margin-top: 0.5rem;
    margin-bottom: 3.5rem;
}
.theme_wrap .bike_title section.text-link{
    justify-content: flex-end;
}
@media (max-width:1680px) {
    .theme_wrap{
        max-width: 1440px;
        flex: 0 0 1440px;
    }
}
@media (max-width:1499px) {
    .theme_wrap{
        max-width: 1280px;
        flex: 0 0 1280px;
    }
    .theme_box {
        max-width: 90%;
        flex: 0 0 90%;
    }
    .theme_wrap .bike_title{
        max-width: 90%;
        flex: 0 0 90%;
    }
}
@media (max-width:1280px) {
    .theme_wrap{
        max-width: 1140px;
        flex: 0 0 1140px;
    }
    .theme_box {
        max-width: calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
    }
    .theme_wrap .bike_title{
        max-width: calc(100% - 60px);
        flex: 0 0 calc(100% - 60px);
    }
}
@media (max-width:1140px) {
    .theme_wrap{
        max-width: calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
    }
}
@media (max-width:991px) {
    .theme_box .swiper-pagination{
        margin-bottom: 1rem;
    }
    .theme_box .swiper-pagination .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        line-height: 12px;
    }
    .theme_box .swiper-pagination .swiper-pagination-bullet-active{
        background: #f4c339;
    }
    .theme_box .swiper-button-prev, 
    .theme_box .swiper-button-next{
        display: none;
    }
}
@media (max-width:575px) {
    .theme_wrap{
        margin-top: 2rem;
        max-width: calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
    }
    .theme_wrap .block_title{
        margin-top: 3rem;
        margin-bottom: 0;
    }
    .theme_wrap .bike_title{
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
    .theme_box{
        max-width: calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
    }
    .theme_box .swiper-slide-style{
        margin-bottom: 20px;
    }
}

/*case*/
.cases_wrap .block_title  div.link-list ul{
    text-align: center;
}
.cases_box .swiper-slide-style{
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.cases_box .swiper-slide .swiper-img{
    width: 60%;
    float: left;
    margin: 0;
    position: relative;
    background: #ccc;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4 / 2.7;
    display: block;
    transition: .2s;
}
.cases_box .swiper-slide:hover .swiper-img{
    transition: .2s;
    background: #000;
}
.cases_box .swiper-slide .swiper-img::before{
    content: '閱讀更多';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    padding: 5px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0;
    transition: .3s;
}
.cases_box .swiper-slide:hover .swiper-img::before{
    opacity: 1;
    transition: .3s;
}
.cases_box .swiper-slide .swiper-img:after{
    content: '載入中...';
    display: block;
    position: absolute;
    max-width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 20px;
    letter-spacing: 1px;
    z-index: 0;
}
.cases_box .swiper-slide .swiper-img img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transform: scale(1);
    transition: .3s;
    position: relative;
    z-index: 1;
}
.cases_box .swiper-slide:hover .swiper-img img {
    opacity: .7;
    transform: scale(1.05);
    transition: .3s;
}
.cases_box .swiper-slide .swiper-title{
    width: 40%;
    float: left;
    text-align: left;
    padding-right: 0;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #1d9998;
    margin: 0;
}
.cases_box .swiper-slide .swiper-content{
    width: 40%;
    text-align: left;
    -webkit-line-clamp: unset;
    font-size: 16px;
    padding-right: 0;
    line-height: 1.8;
    letter-spacing: 1px;
    padding-top: 20px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}
.cases_box .swiper-slide .swiper-content::before {
    content: '';
    display: block;
    height: 1px;
    background: #73c5b7;
    position: absolute;
    left: 30px;
    right: 0;
    top: 0;
}
.cases_box .swiper-pagination, 
.cases_box .swiper-button-next, 
.cases_box .swiper-button-prev{
    display: none;
}
.cases_wrap .bike_title{
    margin-top: 0.5rem;
    margin-bottom: 3.5rem;
}
.cases_wrap .bike_title section.text-link{
    justify-content: flex-end;
}
@media (max-width:1280px) {
    .cases_box {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .cases_wrap .bike_title{
        flex: 0 0 90%;
        max-width: 90%;
    }
}
@media (max-width:767px) {
    .cases_box .swiper-slide .swiper-img{
        width: 100%;
        margin-bottom: 1rem;
    }
    .cases_box .swiper-slide .swiper-title{
        width: 100%;
        padding: 0 5px;
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 1.4;
    }
    .cases_box .swiper-slide .swiper-content{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
        line-height: 1.5;
        padding-top: 12px;
        margin-top: 12px;
    }
    .cases_box .swiper-slide .swiper-content::before{
        left: 5px;
        right: 5px;
    }
}
@media (max-width:575px) {
    .cases_wrap .bike_title{
        margin-top: 0;
        margin-bottom: 3rem;
    }
}


/*公版*/
.D_products_domestic_molddetail *, 
.D_products_group_molddetail *{
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}
body.WinChrome a.go-to-top, 
.D_products_domestic_search a.go-to-top, 
.D_products_domestic_molddetail a.go-to-top, 
.D_products_group_molddetail a.go-to-top{display: none !important;}
/*body.WinChrome a.go-to-top .top, 
.D_products_domestic_search a.go-to-top .top, 
.D_products_domestic_molddetail a.go-to-top .top, 
.D_products_group_molddetail a.go-to-top .top{background: #fff;}
body.WinChrome a.go-to-top .top::after, 
.D_products_domestic_search a.go-to-top .top::after, 
.D_products_domestic_molddetail a.go-to-top .top::after, 
.D_products_group_molddetail a.go-to-top .top::after{border-color: #73C5B7;}
body.WinChrome a.go-to-top .top-txt, 
.D_products_domestic_search a.go-to-top .top-txt, 
.D_products_domestic_molddetail a.go-to-top .top-txt, 
.D_products_group_molddetail a.go-to-top .top-txt{color: #f4c339;}*/

.MPGO .Detail .PriceBlock ul li.FlightDetails a, 
.MGO .Detail .PriceBlock ul li.FlightDetails a, 
.MPGDT .Detail .PriceBlock ul li.FlightDetails a, 
.MGDT .Detail .PriceBlock ul li.FlightDetails a{background: #73C5B7;}
.MPGO .Detail .PriceBlock ul li.FlightDetails a:hover, 
.MGO .Detail .PriceBlock ul li.FlightDetails a:hover, 
.MPGDT .Detail .PriceBlock ul li.FlightDetails a:hover, 
.MGDT .Detail .PriceBlock ul li.FlightDetails a:hover {background: #c52e12; opacity: .8;}
.Detail .PriceBlock .icons>span{color: #73C5B7;}
.Detail .PriceBlock li>strong{font-weight: 500 !important; letter-spacing: 1px; color: #666;}
.flight_details{border-color: #f4c339;}
.flight_details .details_box>h4{background: #f4c339;}
.flight_details .details_box>h4 i{color: #feefe6;}
h5.modal-title strong{color: #73C5B7;}

.Template_007 img, .Template_008 img, .Template_011 img, .Template_012 img, .Template_013 img, .Template_015 img, .Template_016 img, .Template_017 img, .Template_019 img, .Template_020 img, .Template_021 img, .Template_032 img{aspect-ratio: 4 / 3; object-fit: cover; object-position: center center;margin-top: 1rem;}

@media (max-width:767px) {
    .Template_007 img, .Template_008 img, .Template_011 img, .Template_012 img, .Template_013 img, .Template_015 img, .Template_016 img, .Template_017 img, .Template_019 img, .Template_020 img, .Template_021 img, .Template_032 img{aspect-ratio:unset;}
}

/*list*/
/*國外*/
.D_products_group_search section.group_banner.search_banner{height: 300px;}
.D_products_group_search section.group_banner .search-area{bottom: 15px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal .title, 
.D_products_group_search section.group_banner .search-area .search-box .select-place .title, 
.D_products_group_search section.group_banner .search-area .search-box .select-date .title{display: flex; flex-wrap: wrap; align-items: center; height: 22px; min-height: 22px; margin-bottom: 5px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal .title h6, 
.D_products_group_search section.group_banner .search-area .search-box .select-place .title h6, 
.D_products_group_search section.group_banner .search-area .search-box .select-date .title h6{font-size: 1rem; letter-spacing: 0.5px; color: #777; margin-left: 8px;}
.D_products_group_search .search-area .search-box .select-place .title i, 
.D_products_group_search .search-area .search-box .select-goal .title i, 
.D_products_group_search .search-area .search-box .select-date .title i, 
.D_products_group_search section.group_banner .search-area .search-box .select-input i{color: #f4c339;}
/*.D_products_group_search .search-area .search-box .select-place .title i{background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/a36dd9dc-1f5c-47a6-bf3f-c78b5afed1d5.svg); background-position: center; width: 22px; height: 22px;background-repeat: no-repeat;}
.D_products_group_search .search-area .search-box .select-goal .title i{background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/626124eb-59b6-4cf6-ae40-a3756da4d40d.svg); background-position: center; width: 22px; height: 22px;background-repeat: no-repeat;}
.D_products_group_search .search-area .search-box .select-goal .title i.data-icon-from{background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/925043d5-c9cc-4b4d-accc-06384e920bba.svg); background-position: center; width: 22px; height: 22px;background-repeat: no-repeat;}
.D_products_group_search .search-area .search-box .select-date .title i{background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/e251f541-004a-48be-9dfd-f393d1848850.svg); background-position: center; width: 22px; height: 22px;background-repeat: no-repeat;}
.D_products_group_search section.group_banner .search-area .search-box .select-input > i{background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/d76b0be9-1a17-499e-b2eb-b452b72c979d.svg); width: 22px; height: 22px; background-position: center; background-repeat: no-repeat;}
.D_products_group_search .search-area .search-box .select-place .title i::before, 
.D_products_group_search .search-area .search-box .select-goal .title i::before, 
.D_products_group_search .search-area .search-box .select-date .title i::before, 
.D_products_group_search section.group_banner .search-area .search-box .select-input > i::before{display: none;}*/
.D_products_group_search section.group_banner .search-area .search-box .search-btn{color: #ffffff;background: #73C5B7;border-radius: 0px;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn:hover{background:#73C5B7;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn h5{letter-spacing: 0.5px; font-size: 20px;}
/*.D_products_group_search section.group_banner .search-area .search-box .search-btn i{background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/39623d1e-70e7-4a6c-9ee8-43b3b5088507.svg); background-size: 100%; background-position: center; background-repeat: no-repeat; width: 24px; height: 24px;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn i::before{display: none;}*/
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-PGO, 
.D_products_group_search section.group_banner .search-area .select-type .form-check.check-GO{border-radius: 3px;}
.D_products_group_search section.group_banner .search-area .form-check .checkmark{border-radius: 0;}
.D_products_group_search section.group_banner .search-area .form-check .customcheck .checkmark:after{left: 4px; top: 1px; width: 6px; height: 9px;}
.D_products_group_search section.group_banner .search-area .search-box .select-goal, 
.D_products_group_search section.group_banner .search-area .search-box .select-place, 
.D_products_group_search section.group_banner .search-area .search-box .select-date, 
.D_products_group_search section.group_banner .search-area .search-box .select-input > input{border-radius: 0;}
.D_products_group_search section.group_banner .search-area .search-box .select-type, 
.D_products_group_search section.group_banner .search-area .search-box .select-place, 
.D_products_group_search section.group_banner .search-area .search-box .select-goal:nth-child(4){order: -1;}
.D_products_group_search section.search_banner .search-area .search-box .select-goal select, 
.D_products_group_search section.search_banner .search-area .search-box .select-place select, 
.D_products_group_search .search-area .search-box .select-date .select input, 
.D_products_group_search section.search_banner .search-area .search-box .select-input input{font-size: 17px;color: #212121;}
.D_products_group_search .list_con .select_filter .form-group .select select{border-radius: 0;}
.D_products_group_search .filter_list .accordion .card{border-bottom: 1px solid rgba(0,0,0,.125);border-radius: 0;}
.D_products_group_search .filter_list i{color: #f4c339;}
.D_products_group_search .irs-from, .D_products_group_search .irs-single, .D_products_group_search .irs-to{background: #73C5B7;}
.D_products_group_search .irs-slider{background: #f4c339 ;}
.D_products_group_search .irs-slider.state_hover, .D_products_group_search .irs-slider:hover{border-color: #f4c339 ;}
.D_products_group_search .irs-bar{background: #f4c339 ;}
.D_products_group_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #73C5B7;}
.D_products_group_search .filter_list .form-check.radio_style [type="radio"]:checked + label:after{background: #f4c339 ;}
.D_products_group_search .badge-primary{background-color: #73C5B7;}
.D_products_group_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #73C5B7;}
.D_products_group_search .text_blue { color: #ef7f50;}
.D_products_group_search figure div.plane.plane-s1:hover, 
.D_products_group_search .search_table .go-airport .plane.plane-s1:hover{color: #73C5B7;}
.D_products_group_search figure div.plane.plane-s1::after, 
.D_products_group_search .search_table .go-airport .plane.plane-s1::after{color: #f4c339;}
.D_products_group_search figure.block_style .price_all h4{margin: 1rem 0;}
.D_products_group_search .search_table tbody td.tour-name{vertical-align: middle;}
.D_products_group_search section.search_con{margin-bottom: 50px;}
.D_products_group_search section.search_con .pagination .page-item .page-link, 
.D_products_group_search section.search_con .pagination .page-item:first-child .page-link, 
.D_products_group_search section.search_con .pagination .page-item:last-child .page-link{border-radius: 0;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active{border-color: #73C5B7;color: #73C5B7;}
.D_products_group_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_group_search section.search_con .pagination .page-item .page-link:active svg {fill: #73C5B7;}
.D_products_group_search figure.block_style{border-radius: 0;overflow: hidden;}
.D_products_group_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(203, 13, 13, 0.65);}
.D_products_group_search figure.block_style .plane_word{line-height: 1.4rem;}
.D_products_group_search .pic_style figure.block_style .pic_all{border-top-left-radius: 0px; border-top-right-radius: 0px;overflow: hidden;}
.D_products_group_search .pic_style figure.block_style .plane_word{border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
.D_products_group_search .search_table .thead, 
.D_products_group_search .search_table .thead:hover{background: #73C5B7;color: #fff;}
.D_products_group_search .search_table .main_words .title_main, 
.D_products_group_search figure.block_style .main_words a, 
.D_products_group_search .pic_style figure.block_style .main_words a{}
.D_products_group_search .search_table .main_words .title_main:hover, 
.D_products_group_search figure.block_style .main_words a:hover, 
.D_products_group_search .pic_style figure.block_style .main_words a:hover{color: #f4c339  !important;}
.D_products_group_search figure.block_style .main_words a.btn-danger.tag{background-color: #73C5B7; color: #fff;border: none;}
.D_products_group_search figure.block_style .main_words a.btn-warning.tag{background-color: #006060; color: #fff;border: none;}
.D_products_group_search figure.block_style .main_words a.btn-success.tag{background-color: #37567a; color: #fff;border: none;}
.D_products_group_search figure.block_style .main_words a.btn-danger.tag:hover{color: #fff !important;background-color: #be2d14;}
.D_products_group_search figure.block_style .main_words a.btn-warning.tag:hover{color: #fff !important;background-color: #004242;}
.D_products_group_search figure.block_style .main_words a.btn-success.tag:hover{color: #fff !important;background-color: #263d56;}
.D_products_group_search .search_table .main_words .title_main, 
.D_products_group_search figure.block_style .main_words a h4, 
.D_products_group_search .pic_style figure.block_style .main_words a h4{font-weight: normal;line-height: 1.4;letter-spacing: 0.5px;}
.D_products_group_search figure.block_style .main_words a h4{font-size: 22px;}
.D_products_group_search section.search_con .pagination .page-item.active .page-link{border-color: #212121;color: #212121;outline: none;box-shadow: none;}
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_group_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #f4c339 ;}
.D_products_group_search section.group_table.trip_airline .table .thead th{border-color: #fff;}
.D_products_group_search figure.block_style .note_words > div .go-airport{font-size: 15px;}
.D_products_group_search figure.block_style .note_words > div img{height: 35px;}
.D_products_group_search figure.block_style .note_words .plane .plane-abbr, 
.D_products_group_search figure.block_style .note_words .plane .plane-sche{font-size: 15px;letter-spacing: -0.5px;}
.D_products_group_search .search_table tbody td.go-airport *{font-size: 15px;line-height: 1.4;}
.D_products_group_search figure.block_style .price_box > h4.text-right{font-size: 1.2rem;}
.D_products_group_search figure.block_style .price_box span{font-size: 1.65rem;}
.D_products_group_search figure.block_style .media_all_plane-lg > a{background-color: #73C5B7; border: none;}
.D_products_group_search figure.block_style .media_all_plane-lg > a:hover{background-color: #d43216; border: none;}
/*.D_products_group_search figure.block_style .note_words{border-width: 0px;}
.D_products_group_search figure.block_style .note_words > div{display: none;}*/
@media (max-width:1199px) {
    .D_products_group_search section.group_banner.search_banner {height: 380px;}
    .D_products_group_search figure.block_style .main_words h6{margin-top: 0.5rem;}
}
@media (min-width:768px) and (max-width:1199px) {
    .D_products_group_search figure.block_style .media_all_plane-md{border-top: 1px solid #e2e2e2;}
    .D_products_group_search figure.block_style .price_box{border: none;padding: 0;}
}
@media (max-width:767px) {
    .D_products_group_search section.group_banner .search-area .search-box .search-btn{height: 60px; line-height: 60px;}
    .D_products_group_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_group_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_group_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
    .D_products_group_search section.group_banner.search_banner { height: 610px;width: 100%;}
    .D_products_group_search section.group_banner .search-area .search-box .select-goal:nth-child(3){width: 100%; margin-left: 0;}
    .D_products_group_search section.group_banner .search-area .search-box .select-goal:nth-child(4){width: calc(50% - 5px); margin-right: 0; margin-left: 5px;}
}
.D_products_group_search .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_group_search .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
/*.D_products_group_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_group_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_group_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_group_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}*/

/*國內*/
body.D_products_domestic_search{/*background: #f8f9f9;*/}
.D_products_domestic_search section.group_banner.search_banner{margin-top: 9rem;}
.D_products_domestic_search section.group_banner .search-area > form.container{background: #e9f7f5; border-bottom: 3px solid #75c5b7;border-radius: 0;padding-left: 20px;padding-right: 20px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check{border-radius: 3;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-GO{background: #fff;border: 1px solid #cdeefc;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check.check-PGO{background: #fff; border: 1px solid #d4edda;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-type .form-check .checkmark{border-radius: 0;}
.D_products_domestic_search section.group_banner .form-check .checkmark:after{left: 5px; top: 2px; width: 6px; height: 9px;}
.D_products_domestic_search section.group_banner .search-area .search-box .search-btn{background: #f4c339 ;border-radius: 8px;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure .title i, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination .title i, 
.D_products_domestic_search .search-area .search-box .select-date .title i{color: #73C5B7;}
.D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
.D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{border-radius: 0;}
.D_products_domestic_search .filter_list i{color: #f4c339;}
.D_products_domestic_search .irs-from, 
.D_products_domestic_search .irs-single, 
.D_products_domestic_search .irs-to{background: #73C5B7;}
.D_products_domestic_search .irs-slider{background: #f4c339 ;}
.D_products_domestic_search .irs-slider.state_hover, 
.D_products_domestic_search .irs-slider:hover{border-color: #f4c339 ;}
.D_products_domestic_search .irs-bar{background: #f4c339 ;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #73C5B7;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark:after{display: block;}
.D_products_domestic_search .badge-primary{background-color: #73C5B7;}
.D_products_domestic_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #73C5B7;}
.D_products_domestic_search .text_blue { color: #eb1c1f;}
.D_products_domestic_search .select_filter .form-inline .form-group input[type=radio]:checked + label{color: #73C5B7;background: #ffffff;}
.D_products_domestic_search figure.block_style .pic_all::after{border-color: transparent transparent transparent rgba(232, 52, 22, 0.65);}
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #f4c339  !important;}
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead, 
.D_products_domestic_search .modal-body section.group_table.trip_airline .table .thead:hover{background: #73C5B7;}
.D_products_domestic_search .search_table .main_words .title_main:hover, 
.D_products_domestic_search figure.block_style .main_words a:hover, 
.D_products_domestic_search .pic_style figure.block_style .main_words a:hover{color: #f4c339  !important;}
.D_products_domestic_search .table .thead, 
.D_products_domestic_search .table .thead:hover{background: #73C5B7;}
.D_products_domestic_search section.search_con{margin-bottom: 50px;}
.D_products_domestic_search section.search_con .pagination .page-item .page-link:hover, 
.D_products_domestic_search section.search_con .pagination .page-item .page-link:active { background: #fff; border-color: #73C5B7; color: #73C5B7;}
.D_products_domestic_search section.search_con .pagination .page-item .page-link:hover svg, 
.D_products_domestic_search section.search_con .pagination .page-item .page-link:active svg {fill: #73C5B7;}
@media (max-width:767px) {
    .D_products_domestic_search section.group_banner.search_banner{margin-top: 7rem;}
    .D_products_domestic_search section.group_banner .search-area .search-box{height: 480px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-departure, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-destination, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-date, 
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input > input{margin-bottom: 10px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .select-input .mic_icon{bottom: 11px; right: 11px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn{margin-top: 10px;height: 60px;line-height: 65px;}
    .D_products_domestic_search section.group_banner .search-area .search-box .search-btn h5.small{font-size: 24px;}
    .D_products_domestic_search section.search_con .pagination .page-item{margin: 0 1px;}
    .D_products_domestic_search section.search_con .pagination .page-item .page-link{width: 25px; height: 25px; font-size: 14px;}
}
.D_products_domestic_search .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_domestic_search .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
/*.D_products_domestic_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_domestic_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_domestic_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_domestic_search .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}*/

/*detail*/
/*國外*/
.D_products_group_detail .trip_note ol, 
.D_products_group_detail .trip_note ul{list-style: initial; padding-left: 25px;}
.D_products_group_detail .breadcrumb-item a{color: #f4c339 ;}
.D_products_group_detail .breadcrumb-item a:hover{color: #ea5228;}
.D_products_group_detail section.group_banner .price_content .panel-info{border: 1px solid #f4c339;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-heading{padding: 10px 8px; background: #f4c339 ;font-size: 17px;color: #fff;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-body{padding: 10px 8px;}
.D_products_group_detail .basic-air-info{border: 1px solid rgba(239, 127, 80, 0.3);}
.D_products_group_detail section.group_banner.trip_banner{margin-top: 0px;}
.D_products_group_detail section.group_banner.trip_banner .basic-air-info h3{color: #b8babd; font-weight: 500; font-size: 1.5rem; line-height: 1.5;}
.D_products_group_detail .basic-air-info .go i, .D_products_group_detail .basic-air-info .back i{color: #73C5B7;}
.D_products_group_detail .basic-air-btn a{background: #73C5B7;border: 1px solid #73C5B7;color: #fff;font-weight: 500;font-size: 18px;}
.D_products_group_detail .basic-air-btn a:hover{background: #73C5B7;opacity: .8;}
.D_products_group_detail section.group_banner.trip_banner h6{font-size: 16px;padding-top: 0;color: #888;}
.D_products_group_detail section.group_banner .group_num img{width: 30px;}
.D_products_group_detail section.group_banner.trip_banner h1{ letter-spacing: 0.5px; line-height: 1.4; font-weight: normal; font-size: 2rem;}
.D_products_group_detail section.group_banner.trip_banner h5.text-danger{ font-weight: 100; letter-spacing: 0.5px;}
.D_products_group_detail section.group_banner.trip_banner h3.price{margin-top: 1rem;font-size: 2rem;}
.D_products_group_detail section.group_banner .price_content, 
.D_products_group_detail section.group_banner.trip_banner .brief{margin-top: 10px;}
.D_products_group_detail section.group_banner.trip_banner .brief h5{font-size: 17px;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-danger{background-color: #73C5B7; color: #fff; border: none;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-danger:hover{background-color: #be2d14;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-warning{background-color: #006060; color: #fff; border: none;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-warning:hover{background-color: #004242;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-success{background-color: #37567a; color: #fff; border: none;}
.D_products_group_detail section.group_banner.trip_banner .tag.btn-success:hover{background-color: #263d56;}
.D_products_group_detail section.group_table.trip_features:after, 
.D_products_group_detail section.group_table.trip_airline:after, 
.D_products_group_detail section.group_table.trip_day:after, 
.D_products_group_detail section.group_table.trip_note:after, 
.D_products_group_detail section.group_table.view_intro:after, 
.D_products_group_detail section.group_table.tripdown:after{background: #212121;}
.D_products_group_detail section.group_table.trip_features .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.trip_airline .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.trip_day .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.trip_note .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.view_intro .container > div:nth-child(1) h2 , 
.D_products_group_detail section.group_table.tripdown .container > div:nth-child(1) h2 {margin-top: 2rem; font-weight: 500; font-size: 2.5rem;}
.D_products_group_detail section.group_banner.trip_banner .basic_box{padding-top: 250px;}
.D_products_group_detail section.group_banner.trip_banner .basic_box nav.Detail ol.breadcrumb{margin-bottom: 0;}
.D_products_group_detail section.group_banner.trip_banner .container{border: none;border-radius: 0;}
.D_products_group_detail section.group_banner.trip_banner .container > .row > div:nth-last-child(1){align-content:baseline !important;}
.D_products_group_detail section.group_banner.trip_banner .container .basic-air-aircraft, 
.D_products_group_detail section.group_banner.trip_banner .container .basic-air-airport{font-weight: 500; font-size: 20px;}
.D_products_group_detail section.group_banner.trip_banner .container .basic-air-aircraft .plane-logo{margin-right: 5px;}

.D_products_group_detail section.group_table.trip_features .container .group_table_box, 
.D_products_group_detail section.group_table.trip_airline .container .group_table_box, 
.D_products_group_detail section.group_table.trip_day .container .group_table_box, 
.D_products_group_detail section.group_table.trip_note .container .group_table_box, 
.D_products_group_detail section.group_table.view_intro .container .group_table_box, 
.D_products_group_detail section.group_table.tripdown .container .group_table_box{border-radius: 0;}
.D_products_group_detail section.group_table.tripdown .container .group_table_box{margin-bottom: 5rem;}
.D_products_group_detail section.group_table.trip_features .container .group_table_box .title_s{ font-weight: 100; font-size: 1.2rem;}
.D_products_group_detail section.group_table.trip_day .group_table_box table.table .thead{background: #bfa045;}
.D_products_group_detail section.group_table.trip_day .group_table_box table.table .thead th{font-weight: normal;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2), 
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{background: #aa7a2b;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{display: none;}
.D_products_group_detail section.group_table.trip_day table.table tr.thead th:nth-child(2)::before{display: none;}
.D_products_group_detail section.group_table.trip_day table.table tr.text_gary td{}
.D_products_group_detail .trip_note .card .card-header{border: none;background: transparent;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="false"]{border-radius: 15px;overflow: hidden;}
.D_products_group_detail section.trip_note .card-header .btn[aria-expanded="true"], 
.D_products_group_detail section.trip_note .card-header .btn:hover{ background: #b8babd; border-top-left-radius: 0px; border-top-right-radius: 0px;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_title{color: #73C5B7;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_sub-title{font-size: 1.5rem;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title p.meal, 
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title p.hotel{}
.D_products_group_detail section.group_table.tripdown .search_table tr.thead{background: #73C5B7;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link{border-color: #f4c339 ;color: #f4c339 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link:hover{color: #f4c339 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active{color: #fff;background: #f4c339 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link svg{fill: #f4c339 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active svg{fill: #fff;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary{border-color: #f4c339 ;background: #f4c339 ;border-radius: 30px;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary:hover{color: #fff;background-color: #f4c339 ;border-color: #f4c339 ;}
.D_products_group_detail .fc .fc-toolbar.fc-header-toolbar{background: #73C5B7;}
.D_products_group_detail .fc .fc-button-primary:disabled{background-color: #ea5228;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box{width: 100%;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box>.row>.col-lg-4.col-sm-12 {display: none;}
.D_products_group_detail section.group_table.trip_day .day_con .info_box>.row>.col-lg-8.col-sm-12 {flex: 0 0 100%; max-width: 100%;}
.D_products_group_detail section.group_table.trip_day .info_box .info_box_title {margin-left: 0; width: 100%;}
.D_products_group_detail > .web-page-frame > .row:nth-child(2){padding-bottom: 0px;}
.D_products_group_detail section.group_table.tripdown .search_table tbody td.tour-name a.title_main:hover{color: #f4c339  !important;}
.D_products_group_detail .Day_menu.day_fixed{top: 70px !important;}
.D_products_group_detail .Day_menu .swiper_day .swiper-button-prev::after, 
.D_products_group_detail .Day_menu .swiper_day .swiper-button-next::after{display: none;}
.D_products_group_detail .Day_menu .swiper_day .swiper-slide a{color: #d01d22;border: 1px solid #e2e2e2;}
.D_products_group_detail .Day_menu .swiper_day .swiper-slide a:hover{color: #d01d22; background: #fee6e6; border: 1px solid #fee6e6;}

@media (min-width:992px) {
    .D_products_group_detail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;background: #73C5B7;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn{background: #212121; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;padding: 5px 10px;} 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 11px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;line-height: 30px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_detail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_detail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_detail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_detail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_group_detail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_detail .sub_menu-trip .trip_menu li a:hover span{color: #cb0d0d;}
    .D_products_group_detail .web_sidebar .side_box{bottom: 65px;}
    .D_products_group_detail .web_sidebar .side_bar{width: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li{padding: 11px 0;height: 50px;}
    .D_products_group_detail .web_sidebar .side_bar li a i{font-size: 24px;}
    .D_products_group_detail .web_sidebar .actGotop{bottom: 15px;/*width: 55px;height: 55px;*/}
    .D_products_group_detail .web_sidebar .actGotop a:link{/*width: 55px;height: 55px;*/}
    .D_products_group_detail .web_sidebar .actGotop a i{/*width: 55px; line-height: 50px;*/}
    .D_products_group_detail .sub_menu-trip .server_menu>ul>li.download-fixed-btn ul{height: 40px;width: 81px;}
    .D_products_group_detail .sub_menu-trip .server_menu>ul>li.download-fixed-btn ul li{height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu>ul>li.share-fixed-btn ul{width: 162px; height: 40px;}
    .D_products_group_detail .sub_menu-trip .server_menu>ul>li.share-fixed-btn ul li{height: 40px;}
}
@media (max-width:991px) {
    .D_products_group_detail section.group_banner.trip_banner .basic_box nav.Detail ol.breadcrumb{font-size: 15px;}
    .D_products_group_detail section.group_table.tripdown .search_table tr.thead{display: none;}
    .D_products_group_detail section.group_banner.trip_banner{margin-top: 0px;}
    .D_products_group_detail section.group_banner.trip_banner h1{font-size: 28px;}
    .D_products_group_detail .tail_box .footer-sample{margin-bottom: 50px;}
    .D_products_group_detail .Day_menu.day_fixed{top: 67px !important;}
    .D_products_group_detail section.group_table.trip_features .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.trip_airline .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.trip_day .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.trip_note .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.view_intro .container > div:nth-child(1) h2, 
    .D_products_group_detail section.group_table.tripdown .container > div:nth-child(1) h2{font-size: 30px;}
}
@media (max-width:767px) {    
    .D_products_group_detail .footer_info_wrap .main.row{padding-bottom: 50px;}
    .D_products_group_detail section.group_banner.trip_banner h1{font-size: 24px;}
    .D_products_group_detail section.group_banner.trip_banner .container .basic-air-aircraft, 
    .D_products_group_detail section.group_banner.trip_banner .container .basic-air-airport{font-size: 18px;}
    .D_products_group_detail section.group_banner.trip_banner .container .basic-air-aircraft{margin-right: 30px;}
    .D_products_group_detail section.group_table.trip_features .container h2, 
    .D_products_group_detail section.group_table.trip_airline .container h2, 
    .D_products_group_detail section.group_table.trip_day .container h2, 
    .D_products_group_detail section.group_table.trip_note .container h2, 
    .D_products_group_detail section.group_table.view_intro .container h2, 
    .D_products_group_detail section.group_table.tripdown .container h2{margin-bottom: 0; font-size: 26px;}
    .D_products_group_detail section.group_table.trip_features .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_airline .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_day .container .group_table_box, 
    .D_products_group_detail section.group_table.trip_note .container .group_table_box, 
    .D_products_group_detail section.group_table.view_intro .container .group_table_box, 
    .D_products_group_detail section.group_table.tripdown .container .group_table_box{margin-top: 30px;}
    .D_products_group_detail section.group_table.trip_features .container .group_table_box{padding-top: 5px;}
    .D_products_group_detail section.group_table.trip_day .info_box{width: 100%;}
    .D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_title{font-size: 1.5rem;}
    .D_products_group_detail section.group_table.trip_day .info_box .info_box_title .day_sub-title{font-size: 20px;}
    .D_products_group_detail section.group_banner.trip_banner .price_box .iteam{text-align: left;}
    .D_products_group_detail section.group_table.trip_day table.table tr td::before{min-width: 75px;}
}
.D_products_group_detail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_group_detail .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
/*.D_products_group_detail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_group_detail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_group_detail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_group_detail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}*/

/*洽詢*/
.D_order_contact_detail section.group_table .container h2{ font-size: 32px;}
.D_order_contact_detail .contact h4 .note{font-size: 18px;}
.D_order_contact_detail .contact h4 .note span.text_blue{color: #73C5B7;}
.D_order_contact_detail .contact .trip_title .bg-primary{background: #73C5B7 !important;}
.D_order_contact_detail .contact .contac_form label span.text_blue{color: #73C5B7;}
.D_order_contact_detail select.form-control:not([size]):not([multiple]){height: 50px;border-radius: 0;}
.D_order_contact_detail form.contac_form #btn-group-contact{
    border-radius: 0;
    border: 1px solid #f4c339;
    border-bottom-width: 5px;
    background: #fff;
    color: #212121;
    position: relative;
    padding-left: 20px;
    padding-right: 60px;
    letter-spacing: 1px;
    transition: .3s;
    overflow: hidden;
    z-index: 1;
}
.D_order_contact_detail form.contac_form #btn-group-contact:hover{
    color: #fff !important;
    padding-left: 40px;
    padding-right: 40px;
    transition: .3s;
}
.D_order_contact_detail form.contac_form #btn-group-contact::before {
    content: '';
    display: block;
    background-color: #f4c339;
    position: absolute;
    top: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    transition: .3s;
    z-index: -1;
}
.D_order_contact_detail form.contac_form #btn-group-contact:hover::before{top: 0; transition: .3s;}
.D_order_contact_detail form.contac_form #btn-group-contact::after{
    content: '';
    display: block;
    background-image: url(https://materials.fillo.com.tw/materials/xireal/images/e63f2fe5-e3d6-43be-a545-4511d0b8c177.svg);
    width: 18px;
    height: 19px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 70px;
    opacity: 1;
    transition: .3s;
}
.D_order_contact_detail form.contac_form #btn-group-contact:hover::after {
    right: -70px;
    opacity: 0;
    transition: .3s;
}

/*團型*/
.D_products_group_molddetail .top_wrap{background: #d2171d;}
.D_products_group_molddetail .top_logo img{
    content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
}
.D_products_group_molddetail .DetailContainer nav[aria-label=breadcrumb] ol{margin-bottom: 5px;}
.D_products_group_molddetail .Detail .breadcrumb .breadcrumb-item a:hover, 
.D_products_group_molddetail .Detail .breadcrumb .breadcrumb-item.active{color: #f4c339;}
.D_products_group_molddetail .Detail .TripTitle h1{ line-height: 1.4; letter-spacing: 0.5px; font-weight: normal !important;}
.D_products_group_molddetail .TripNote ol, 
.D_products_group_molddetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_group_molddetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block;}
@media (min-width:992px) {
    .D_products_group_molddetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_group_molddetail .TripBasic .InfoBox .PriceBlock .FlightDetails .fontEg:nth-last-child(1){display: none;}
.D_products_group_molddetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_group_molddetail .BasicBox > .modal-content{border: none;margin-top: 0.5rem;}
.D_products_group_molddetail .BasicBox > .modal-content .modal-header{padding-bottom: 0px; padding-left: 0; padding-right: 0; border-bottom: none;}
.D_products_group_molddetail .BasicBox > .modal-content .modal-header button.close{display: none;}
.D_products_group_molddetail .BasicBox > .modal-content .modal-header h2.modal-title .plane-sche{color: #d1bb3c; margin-left: 1rem;}
.D_products_group_molddetail .BasicBox > .modal-content .modal-body{padding-left: 0; padding-right: 0;}
.D_products_group_molddetail .BasicBox > .modal-content .modal-body .flight_details .details_box > h4{display: none !important;}
.D_products_group_molddetail .BasicBox > .modal-content .modal-body .flight_details .details_box > .flight_infor {flex: 0 0 100%; max-width: 100%;}
.D_products_group_molddetail .BasicBox > .modal-content .modal-footer{display: none;}
.D_products_group_molddetail .DetailContainer{margin-top: 5.5rem;margin-bottom: 2rem;word-break: break-all;}
.D_products_group_molddetail section.AnchorPoint>div>h2.APtitle{font-weight: normal; font-size: 32px;}
.D_products_group_molddetail section.AnchorPoint>div>h2.APtitle::after{background: #73C5B7;}
.D_products_group_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #f4c339 ;}
.D_products_group_molddetail .Detail .MainTitle{padding-left: 25px;}
.D_products_group_molddetail .Detail .MainTitle::before{filter: hue-rotate(180deg);}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #f4c339 ; border-bottom-color: #f4c339 ;color: #f4c339 ;}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #f4c339 ; color: white;}
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #f4c339 ; border: 1px solid #ffede7;}
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #f4c339 ; border: 1px solid #f4c339 ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #f4c339 ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable button, 
.D_products_group_molddetail .Detail.DepartureDate .SearchTable a.btn{background: #f4c339 ; border-color: #f4c339 ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #f4c339 ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #f4c339 ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .table tbody tr.month_2{background: #f8f8f9;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #d1bb3c;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div{background-color: #73C5B7;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #73C5B7;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #f4c339 ; color: #f4c339 ;background-color: #fff;display: none;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #f4c339 ; color: white;}
.D_products_group_molddetail #day_menu .list-group{background: rgba(255, 255, 255, 0.9);}
.D_products_group_molddetail #day_menu .list-group .list-group-item{color: #73C5B7; border-radius: 0;}
.D_products_group_molddetail #day_menu .list-group .list-group-item:hover{background-color: transparent;color: #eb8989;}
.D_products_group_molddetail #day_menu .list-group .list-group-item.active{background-color: #d01d22; border-color: #d01d22; border-radius: 0; color: #fff;}
.D_products_group_molddetail .Detail.Traffic .Day{ color: #73C5B7;}
.D_products_group_molddetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_group_molddetail .Detail .TripNoteBlock .NoteTitle h3{color: #73C5B7;}
.D_products_group_molddetail .Detail .TripNoteItems + .TripNoteItems::before{background: #ffede7;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{/*display: none;*/}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .DayTripBtn{background-color: #d1bb3c; border: 1px solid #d1bb3c;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .DayTripBtn:hover{background-color: #bfa825; border: 1px solid #bfa825;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show+.DayTripBtn{border: 1px solid #cdbe46; color: #cdbe46;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show+.DayTripBtn:hover{background-color: #cdbe46; color: #fff;}
@media (min-width:992px) {
    .D_products_group_molddetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_group_molddetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_group_molddetail .web_sidebar .side_box{bottom: 65px;}
    .D_products_group_molddetail .web_sidebar .actGotop{bottom: 15px;}
    .D_products_group_molddetail #day_menu .list-group.Fixed_Date_Bar{/*top: 170px !important;*/}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul, 
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li{height: 40px;}
    .D_products_group_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn ul li i{line-height: 1.5;}
}
@media (max-width:1600px) {
    .D_products_group_molddetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_group_molddetail .Detail.DayTrip .TripBlock.ImgNone h3{/*padding-left: 70px !important;*/min-height:80px;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .table th:first-child{background: #f0f0f0;}
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover span::before, 
    .D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover span::before {
        color: #fff;
    }
}
@media (max-width:767px) {
    .D_products_group_molddetail .DetailContainer nav[aria-label=breadcrumb] ol{padding-bottom: 0;}
    .D_products_group_molddetail .footer_info_wrap .main.row{padding-bottom: 50px;}
    .MPGO section+section, .MGO section+section, .MPGDT section+section, .MGDT section+section{padding-top: 4rem;}
    .MPGO .PriceType.LowestPrice ul, 
    .MGO .PriceType.LowestPrice ul, 
    .MPGDT .PriceType.LowestPrice ul, 
    .MGDT .PriceType.LowestPrice ul{
        flex-wrap: wrap;
    }
    .D_products_group_molddetail .Detail .TripTitle h1{font-size: 24px;}
    .D_products_group_molddetail .DetailContainer{margin-top: 3rem;}
    .D_products_group_molddetail .Detail .breadcrumb{display: flex;}
    .D_products_group_molddetail #day_menu .list-group.Fixed_Date_Bar { top: 105px !important;}
    .D_products_group_molddetail #day_menu .list-group.Fixed_Date_Bar.move_top{ top: 65px !important;}
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat, 
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 35px;
        min-width: 55px;
        max-width: 55px;
    }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat::before, 
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat::before{
        left: calc(50% - 16px);
        top: 12px;
    }
    .D_products_group_molddetail .Detail.DepartureDate .SearchTable .TotalSeat + .AvailableSeat + .TourPrice + .SaleSituation{flex: 0 0 100px; max-width: 100px;}
    .D_products_group_molddetail section.AnchorPoint>div>h2.APtitle{margin-bottom: 50px;font-size: 28px;}
    .D_products_group_molddetail .Detail.DayTrip .TripBlock.ImgNone h3{line-height: 1.6;}
}
.D_products_group_molddetail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_group_molddetail .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
/*.D_products_group_molddetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_group_molddetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_group_molddetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_group_molddetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}*/

/*自由行個團*/
.D_products_domestic_pdetail .top_wrap{background: #d2171d;}
.D_products_domestic_pdetail .top_logo img{
    content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
}
.D_products_domestic_pdetail .TripNote ol, 
.D_products_domestic_pdetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block;}
@media (min-width:992px) {
    .D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_domestic_pdetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_domestic_pdetail .DetailContainer{margin-top: 8rem;margin-bottom: 3rem;word-break: break-all;}
.D_products_domestic_pdetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #f4c339 ;}
.D_products_domestic_pdetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #f4c339 ; border-bottom-color: #f4c339 ;color: #f4c339 ;}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #f4c339 ; color: white;}
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #f4c339 ; border: 1px solid #ffede7;}
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #f4c339 ; border: 1px solid #f4c339 ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #f4c339 ;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable a.btn{background: #f4c339 ; border-color: #f4c339 ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #f4c339 ;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #f4c339 ;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div{background-color: #73C5B7;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #73C5B7;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #f4c339 ; color: #f4c339 ;background-color: #fff;display: none;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #f4c339 ; color: white;}
.D_products_domestic_pdetail .Detail.Traffic .Day{ color: #73C5B7;}
.D_products_domestic_pdetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_domestic_pdetail .Detail .TripNoteBlock .NoteTitle h3{color: #73C5B7;}
.D_products_domestic_pdetail .Detail .TripNoteItems + .TripNoteItems::before{background: #ffede7;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
@media (min-width:992px) {
    .D_products_domestic_pdetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_domestic_pdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_domestic_pdetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_domestic_pdetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_domestic_pdetail .web_sidebar .actGotop{bottom: 15px;}
}
@media (max-width:1600px) {
    .D_products_domestic_pdetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_domestic_pdetail .Detail.DayTrip .TripBlock.ImgNone h3{padding-left: 70px !important;min-height:80px;}
}
@media (max-width:767px) {
    .D_products_domestic_pdetail .DetailContainer{margin-top: 3rem;}
    .D_products_domestic_pdetail .Detail .breadcrumb{display: flex;}
}
.D_products_domestic_pdetail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_domestic_pdetail .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}
/*.D_products_domestic_pdetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
    padding-top: 85px;
}
@media (max-width:1539px) {
    .D_products_domestic_pdetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 135px;
    }
}
@media (max-width:991px) {
    .D_products_domestic_pdetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row{
        padding-top: 108px;
    }
}
@media (max-width:767px) {
    .D_products_domestic_pdetail .web-page-frame > .row:nth-child(3) > .col-md-12 > div > .row.change_mt{
        padding-top: 68px;
    }
}*/

section.group_table.trip_features, 
section.group_table.trip_airline, 
section.group_table.trip_day, 
section.group_table.trip_note, 
section.group_table.view_intro, 
section.group_table.tripdown{text-align: initial; word-break: break-all;}

/*國內*/
.D_products_domestic_gdetail .top_wrap, 
.D_products_domestic_molddetail .top_wrap{background: #d2171d;}
.D_products_domestic_gdetail .top_logo img, 
.D_products_domestic_molddetail .top_logo img{
    content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
}
body.D_products_domestic_gdetail{/*background: #f8f9f9;*/}
.D_products_domestic_gdetail .TripNote ol, 
.D_products_domestic_gdetail .TripNote ul, 
.D_products_domestic_molddetail .TripNote ol, 
.D_products_domestic_molddetail .TripNote ul{list-style: initial; padding-left: 25px;}
.D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item, 
.D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item{aspect-ratio: 3 / 2; display: block; }
@media (min-width:992px) {
    .D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item, 
    .D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item{max-height: 350px;}    
}
.D_products_domestic_molddetail .TripBasic .ImgBox .carousel-item img, 
.D_products_domestic_gdetail .TripBasic .ImgBox .carousel-item img{object-position: center center;}
.D_products_domestic_gdetail .DetailContainer, 
.D_products_domestic_molddetail .DetailContainer{margin-top: 8rem;margin-bottom: 3rem;}
.D_products_domestic_gdetail .GDT .DetailContainer > .Detail ol.breadcrumb{background: none !important;}
.D_products_domestic_gdetail .GDT .DetailContainer .BasicBox .TripBasic .InfoBox .PriceBlock{background: #fff;}
.D_products_domestic_gdetail .GDT .DetailContainer .TripFeature img{height: auto !important; display: block; margin: auto;}
.D_products_domestic_gdetail .Detail.sub_menu-trip .trip_menu li a:hover span, 
.D_products_domestic_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #f4c339 ;}
.D_products_domestic_gdetail .Detail .DateBlock .DateCenterLine{background-color: #f4c339 ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a{color: #f4c339 ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a:hover{color: #ef7f50;}
.D_products_domestic_gdetail .Detail .TextPrimary, 
.D_products_domestic_molddetail .Detail .TextPrimary{/*color: #ffede7;*/}
.D_products_domestic_gdetail .Detail .MainTitle::before, 
.D_products_domestic_molddetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #f4c339 ; border-bottom-color: #f4c339 ;color: #f4c339 ;}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-item.show .nav-link:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link.active:hover{background-color: #f4c339 ; color: white;}
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #f4c339 ; border: 1px solid #ffede7;}
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_gdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button.active:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:hover:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button:focus:hover{background-color: #f4c339 ; border: 1px solid #f4c339 ;color: #fff;}
.D_products_domestic_gdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before, 
.D_products_domestic_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #f4c339 ;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .table thead th, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .table thead th{border-bottom: 1px solid #ccc;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable a.btn, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable button, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable a.btn{background: #f4c339 ; border-color: #f4c339 ;color: #fff;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .DateCenterLine, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #f4c339 ;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #f4c339 ;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div, 
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div{background-color: #73C5B7;}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div::after, 
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #73C5B7;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn{/*background-color: #ffede7; border: 1px solid #ffede7;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn:hover{/*background-color: #ffede7; border: 1px solid #ffede7;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{/*border: 1px solid #ffede7; color: #ffede7;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn:hover{/*background-color: #ffede7; color: white;*/}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn.Multiple, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #f4c339 ; color: #f4c339 ;background-color: #fff;display: none;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripBtn.Multiple:hover, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #f4c339 ; color: white;}
.D_products_domestic_gdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn, 
.D_products_domestic_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
.D_products_domestic_gdetail .Detail.Traffic .Day, 
.D_products_domestic_molddetail .Detail.Traffic .Day{ color: #73C5B7;}
.D_products_domestic_gdetail .Detail .TripNoteBlock, 
.D_products_domestic_molddetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_domestic_gdetail .Detail .TripNoteBlock .NoteTitle h3, 
.D_products_domestic_molddetail .Detail .TripNoteBlock .NoteTitle h3{color: #73C5B7;}
.D_products_domestic_gdetail .Detail .TripNoteItems + .TripNoteItems::before, 
.D_products_domestic_molddetail .Detail .TripNoteItems + .TripNoteItems::before{background: #ffede7;}

@media (min-width:992px) {
    .D_products_domestic_gdetail .sub_menu-trip .sub_inside, 
    .D_products_domestic_molddetail .sub_menu-trip .sub_inside{margin-top: -1rem;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul{margin-bottom: 10px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn{height: 50px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn,     
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn{height: 40px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn a{font-size: 16px;} 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn a{font-size: 16px;padding: 5px 16px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.download-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.share-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.query-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.favor-fixed-btn i{font-size: 17px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn a{font-size: 19px;}
    .D_products_domestic_gdetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i, 
    .D_products_domestic_molddetail .sub_menu-trip .server_menu > ul > li.join-fixed-btn i{font-size: 20px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu{width: 91px; margin-right: 0;margin-bottom: 70px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu i, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu i{display: none;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu ul, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu ul{margin-bottom: 0;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li{margin-bottom: 8px;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li a, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li a{line-height: 1;}
    .D_products_domestic_gdetail .sub_menu-trip .trip_menu li a span, 
    .D_products_domestic_molddetail .sub_menu-trip .trip_menu li a span{font-size: 14px;}
    .D_products_domestic_gdetail .web_sidebar .side_box, 
    .D_products_domestic_molddetail .web_sidebar .side_box{bottom: 50px;}
    .D_products_domestic_gdetail .web_sidebar .actGotop, 
    .D_products_domestic_molddetail .web_sidebar .actGotop{bottom: 15px;}
}
@media (max-width:1600px) {
    .D_products_domestic_gdetail .DetailContainer, 
    .D_products_domestic_molddetail .DetailContainer {flex: 0 0 100%;max-width: 100%;}
}
@media (max-width:991px) {
    .D_products_domestic_gdetail .GDT .DetailContainer .BasicBox .TripBasic .DateBlock {border: 1px solid #ffede7;}
    .D_products_domestic_gdetail .Detail.DayTrip .TripBlock.ImgNone h3, 
    .D_products_domestic_molddetail .Detail.DayTrip .TripBlock.ImgNone h3{padding-left: 70px !important;min-height:80px;}
}
@media (max-width:575px) {
    .D_products_domestic_gdetail .DetailContainer{margin-top: 4rem;}
    .D_products_domestic_gdetail .Detail.DepartureDate .IconMean{top: 116px; right: 150px;}
}
.D_products_domestic_gdetail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_domestic_gdetail .web-page-frame .row.header .header_top_wrap .main.row.change_mt, 
.D_products_domestic_molddetail .web-page-frame .row.header .header_top_wrap .main.row, 
.D_products_domestic_molddetail .web-page-frame .row.header .header_top_wrap .main.row.change_mt{
    padding-top: 0;
}

/*order*/
.group_home .top_wrap{background: #d2171d;}
.group_home .top_logo img{
    content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
}
.group_home .group_order_width{margin-top: 130px;margin-bottom: 50px;}
.group_home .ystep-lg li.ystep-step-active {
    border: 2px solid #f4c339;
    background: #fdfae6;
    color: #73C5B7;
}
.group_home .jiantou .ystep-lg .ystep-step-active>svg{stroke: #bfa045;}
.group_home .jiantou .ystep-lg .ystep-step-active .stepIcon, 
.group_home .ystep-lg li.ystep-step-active .descriptionHeader{color: #bfa045;}
.group_home .ystep-blue .ystep-step-done { border: 2px solid #f4c339;}
.group_home .jiantou .ystep-lg .ystep-step-done>svg{stroke: #f4c339;}
.group_home .ystep-blue .ystep-step-done::after{background: #f4c339;}
.group_home .subscriber_info_content .subscriber_info_left a.VerifyButton{background: #73C5B7;color: #fff;}
.group_home .subscriber_info_content .subscriber_info_left a.VerifyButton:hover, 
.group_home .subscriber_info_content .subscriber_info_left a.VerifyButton:active{background: #b80000;color: #fff;}
.group_home .order_notice{border-color: #f4c339;}
.group_home .order_notice .order_notice_title{border-bottom: 2px solid #f4c339; background: #fdfae6;}
.group_home .inp-cbx:checked+.check-cbx span:first-child{border-color: #f4c339;}
.group_home .check-cbx:hover span:first-child{border-color: #f4c339;}
.group_home .check-cbx span:first-child svg{stroke: #f4c339;}
#page2 .stepPage_btn > div{flex-wrap: wrap; justify-content: center; max-width: 100%; flex: 0 0 100%;}
#page2 .stepPage_btn > div button.l_benPrimary, 
.group_home .stepPage_btn a.l_benPrimary{background: #73C5B7;}
#page2 .stepPage_btn > div button.l_benPrimary:hover, 
#page2 .stepPage_btn > div button.l_benPrimary:active, 
.group_home .stepPage_btn a.l_benPrimary:hover, 
.group_home .stepPage_btn a.l_benPrimary:active{background: #b80000;}
#page3 .stepPage_group>.stepPage_group_content:nth-child(1) .order_number_status img{margin: auto;}
#page3 .stepPage_group > .payment_info .bg-blue{background: #feefe6;}
#page3 .stepPage_group > .payment_info .blue0-border { border: 1px solid #f4c339;}
#page3 .stepPage_group > .payment_info .Receive_Points{color: #bfa045;}
#page3 .stepPage_group > .payment_info > .blue-txt2{color: #f4c339;}
.group_home .member-l_mark a, 
.new_bg .member-l_mark a{color: #f4c339;}
.group_home input.form-check-input[type=radio]:hover~.checkmark, 
.group_home input.form-check-input[type=radio]:checked~.checkmark, 
.group_home .radio-cbx:hover span:first-child, 
.group_home input:checked~.radio-cbx span:first-child{border-color: #f4c339;}
.group_home input.form-check-input[type=radio]:checked~.checkmark::after, 
.group_home .radio-cbx span:first-child::after{background: #f4c339;}
@media (max-width:767px) {
    .group_home .group_order_width{margin-top: 140px;}
    #page2 .stepPage_btn > div > div:nth-child(1) button{margin-left: 5px;}
}

/*member*/
.new_bg .top_wrap{background: #d2171d;}
.new_bg .top_logo img{
    content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
}
.new_bg .member-l_box{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
body.new_bg {background-color: #f7f7f8; background-image: unset;}
.new_bg .card-border{border-color: transparent; box-shadow: 0 0 5px rgba(35, 24, 21, 0.1);}
.new_bg .card-border .text-muted a.btn-outline-primary{color: #73C5B7; border-color: #73C5B7;}
.new_bg .card-border .text-muted a.btn-outline-primary:hover{color: #fff;background-color: #73C5B7;}
.new_bg .card-border form > div.text-right a.blue-txt2{color: #f4c339;}
.new_bg .card-border form button.l_benPrimary{background: #f4c339;transition: .2s;}
.new_bg .card-border form button.l_benPrimary:hover{background: #73C5B7;transition: .2s;}
.new_bg .card-border form .member-l_note .note_box a{color: #f4c339;}
.new_bg .card-border form > div:nth-last-child(1) a{color: #35a29e;}
.new_bg .card-border input.form-control:focus, .new_bg .card-border input:focus{border-color: #73C5B7;}
.new_bg .card-border.Verification-EM_wrap .EM-info{background: #f3f3f4; color: #75c5b7;}
.new_bg .card-border form > div.align-items-end a{color: #35a29e;}
.D_member_my_login .signin_box > div:nth-child(1){display: none !important;}
.member_home .signin_width{margin-top: 200px;margin-bottom: 150px;}
.new_bg .width-460,
.member_home .width-460{margin-top: 180px;margin-bottom: 100px;}
.member_home .container.member_width{margin-top: 80px;}
.member_home.D_member_my_favorites .FavoriteList-null img{margin: auto;}
.member_home .member_width{margin-bottom: 50px;}
/*直客登入畫面調整*/
.D_member_my_login > .web-page-frame > .row:nth-child(2) .signin_box > form:nth-child(2) > div:nth-last-child(3){
    line-height: 1;
    width: auto;
    display: table;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
/*同業登入畫面調整*/
/*.D_member_sign_signin > .web-page-frame > .row:nth-child(2) .signin_box > form > div:nth-last-child(1) > div:nth-last-child(1){line-height: 1;}*/

@media (max-width:991px) {
}
@media (max-width:767px) {
    .new_bg .width-460, 
    .member_home .signin_width, 
    .member_home .width-460{margin-top: 80px; margin-bottom: 50px;}
    .member_home .container.member_width{margin-top: 60px;margin-bottom: 0;}
}

/*通用商品*/
.D_commprod_product_list .top_wrap{background: #d2171d;}
.D_commprod_product_list .top_logo img{
    content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
}
.D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container{margin-top: 70px;margin-bottom: 30px;min-height: 45vh;}
.D_commprod_product_list .skin_block .product-item:hover{border-color: #f4c339;box-shadow: none;}
.D_commprod_product_list .skin_block .item-images img{width: 100%; object-fit: cover; object-position: center center; height: 100%; display: block;}
.D_commprod_product_list .skin_module .product-item .item-images{aspect-ratio: 1 / 1; display: block; height: unset;}
.D_commprod_product_list .skin_module .item-images img{object-fit: cover; object-position: center center; height: 100%;}
.D_commprod_product_list .skin_module .item-images .area-tag{display: none;}
.D_commprod_product_list .product-search .search-btn button.l_benPrimary{background: #f4c339;}
.D_commprod_product_list .pagination .page-item.active .page-link{color: #73C5B7;}
.D_commprod_product_list .pagination .page-item .page-link:hover{background-color: #f3e7e3;}
.D_commprod_product_list a .product-item .item-name{font-size: 18px;color: #212121;}
.D_commprod_product_list a:hover .product-item .item-name{color: #f4c339;}
.D_commprod_product_list .skin_list a .product-item .area-tag, 
.D_commprod_product_list .skin_list a:hover .product-item .area-tag, 
.D_commprod_product_list .skin_list a .product-item .item-sort, 
.D_commprod_product_list .skin_list a:hover .product-item .item-sort{color: #73C5B7;}
.D_commprod_buycart_index .top_wrap{background: #d2171d;}
.D_commprod_buycart_index .top_logo img{content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);}
.product-details .top_wrap{background: #d2171d;}
.product-details .swiper-banner.swiper-container{margin-top:97px;}
.product-details article:nth-last-child(1){margin-bottom: 200px;}
.product-details .basic-NonPreOrder .AddCart{color: #f4c339; border-color: #f4c339;}
.product-details .basic-NonPreOrder .AddCart:hover{background: #fff9f0;}
.product-details .basic-NonPreOrder .OrderNow{background-color: #f4c339;}
.product-details .SelectDateItem_content .accordion .card .card-header .SelectDateItem_txt button{color: #f4c339; border-color: #f4c339;}
.product-details .SelectDateItem_content .accordion .card .card-header .SelectDateItem_txt button:hover{background: #fff9f0;border-color: transparent;}
.product-details .SelectDateItem_content .accordion .card.open button.btn-link { border-color: #707070; color: #707070;background: none;}
.product-details .SelectDateItem_content .accordion .card.open {border: 2px solid #73C5B7;}
.product-details .specification-list .select-num .minus-circle, 
.product-details .specification-list .select-num .plus-circle{background: #f4c339;}
.product-details article h3.ItineraryTitle {color: #212121;}
.product-details article .parent .left, 
.product-details article .parent .right{border-color: #E3D3BC;}
.product-details .swiper-banner.swiper-container{/*margin-top:86px;*/display: none;}
.product-details.product-detailsNew article{margin-top: 150px; margin-bottom: 3rem;}
.general_home .general_order_width{margin-top: 120px;margin-bottom: 130px;}
@media (min-width:992px) {
    .product-details .SubInside{width: 100px;}
    .product-details .SubInside-menu-item > a{height: 50px;}
    .product-details .SubInside-menu-item.share-fixed-btn ul a{width: 50px;}
    .product-details .Trip-menu{padding: 10px;margin-bottom: 100px;}
    .general_home .basic_message, 
    .general_home .purchase_name{width: 60%;}
}
@media (max-width:767px) {
    .D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container{margin-top: 0px;margin-bottom: 20px;}
    .D_commprod_product_list > .web-page-frame > .row:nth-child(2) .row > .container .pagination-container .pagination{justify-content: center !important;}
    .product-details .swiper-banner.swiper-container {margin-top: 65px;}
    .product-details.D_commprod_product_show{padding-bottom: 40px;}
    .product-details.product-detailsNew article{margin-top: 80px;}
    .general_home .general_order_width {margin-top: 100px;}
    .basic_message, .purchase_name{padding-right: 15px;}
    .D_commprod_buycart_index .unit_price, 
    .D_commprod_buycart_index .purchase_unit_price{width: 100%; padding: 15px 15px 5px; font-size: 14px; text-align: left !important;}
    .D_commprod_buycart_index .quantity, 
    .D_commprod_buycart_index .purchase_quantity{width: 100%; padding: 0 15px; text-align: left !important;}
    .D_commprod_buycart_index .subtotal, 
    .D_commprod_buycart_index .purchase_subtotal { width: 80%; padding: 15px 15px 5px; font-size: 14px; line-height: 20px; text-align: left !important;}
    .D_commprod_buycart_index .delete_btn, 
    .D_commprod_buycart_index .purchase_delete_btn {width: 20%; padding-right: 10px; }
    .D_commprod_buycart_index .delete_btn::before, 
    .D_commprod_buycart_index .purchase_delete_btn::before{float: left;}
    .D_commprod_buycart_index .basic_message, 
    .D_commprod_buycart_index .purchase_name{width: 100%;}
}

/************************************/
/* animations*/
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}

to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}

@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}

to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}

to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}

@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}

to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}

.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}

to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}

@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}

to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft
}

@-webkit-keyframes fadeIn {
0% {
opacity: 0
}

to {
opacity: 1
}
}

@keyframes fadeIn {
0% {
opacity: 0
}

to {
opacity: 1
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}

to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}

@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}

to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}

.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}

.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-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;
}