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;
}
.row.header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.top_wrap{
    padding: 5px 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.top_wrap .main.row{
    align-items: end;
    justify-content: space-between;
}
.top_icons{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    max-width: unset;
    flex: unset;
    width: auto;
}
.top_icons .function-row .row-content{
    justify-content: end;
    align-items: center;
    margin-top: 2px;
    padding-right: 30px;
}
.top_icons .function-row .row-content li{
    max-width: max-content;
    flex: unset;
    margin-bottom: 0;
}
.top_icons .function-row .row-content li a{
    padding: 3px 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.top_icons .function-row .row-content li a img{
    width: 24px;
}
.top_icons .function-row .row-content li a i{
    font-size: 24px;
}
.top_icons .function-row .row-content li a:hover i.fa-facebook::before {
    font-size: 22px;
}
.top_icons .function-row .row-content li a:hover i.fa-facebook::after{
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background-color: #1877F2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 8px;
}
.top_icons .function-row .row-content li a:hover i.fa-instagram{
    margin-right: -2px;
    margin-top: -3px;
    background-size: cover;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://www.rishentour.com.tw/material-alias/instagram-icon.svg);
}
.top_icons .function-row .row-content li a:hover i.fa-instagram::before{
    display: none;
}
.top_icons .function-row .row-content li:nth-child(4){
    display: none;
}
.top_icons .function-row .row-content li:nth-child(4) a:hover img{
    width: 22px;
}
.top_icons .function-row .row-content li:nth-child(4) a:hover::after{
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background-color: #00c51f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 8px;
}
.top_icons .function-row .row-content li a h3{
    font-size: 17px;
    font-weight: unset;
    margin-left: 5px;
    margin-top: 0;
}
.top_icons .function-row .row-content li:nth-last-child(1) a{
    background: #c39e3e;
    transition: .3s;
}
.top_icons .function-row .row-content li:nth-last-child(1) a:hover{
    background: #aa7a2b;
    transition: .3s;
}
.top_icons .function-row .row-content li:nth-last-child(1) a img{
    width: 21px;
}
.top_icons .function-row .row-content li:nth-last-child(1) a h3{
    font-size: 16px;
    letter-spacing: 0px;
}
.top_logo{
    max-width: 320px;
    flex: 0 0 320px;
    margin-bottom: 5px;
}
.top_logo a{
    display: table;
    padding-left: 30px;
    width: 100%;
}
.top_logo img{
    height: 59px;
    transition: .2s;
}
.top_menu{
    max-width: calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
}
.top_menu .full-menu{
    background: unset;
}
.top_menu .responsive-drop-down-menu{
    background: unset;
    min-height: unset;
    padding-right: 10px;
}
.top_menu .responsive-drop-down-menu > ul{
    justify-content: flex-end;
    align-items: end;
}
.top_menu .responsive-drop-down-menu > ul > li{
    flex: unset;
    margin: 0 25px;
    padding-bottom: 3px;
}
.top_menu .responsive-drop-down-menu > ul > li > a{
    padding: 0;
    font-size: 18px;
    font-weight: unset;
    letter-spacing: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}
.top_menu .responsive-drop-down-menu > ul > li.has-sub > a{
    padding-right: 0px;
}
.top_menu .responsive-drop-down-menu > ul > li:after{
    background-color: rgba(255, 255, 255, 0.9);
    top: unset;
    width: 12px;
    height: 7px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: -1px;
    left: calc(50% - 6px);
    display: none;
}
.top_menu .responsive-drop-down-menu > ul > li:hover::after{
    display: block;
}
.top_menu .responsive-drop-down-menu > ul > li:hover > a{
    font-weight: bold;
}
.top_menu .responsive-drop-down-menu > ul > li.has-sub > a:before{
    width: 7px;
    height: 7px;
    border: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    top: 10px;
    right: -16px;
}
.top_menu .responsive-drop-down-menu > ul > li > ul{
    margin-top: 3px;
    background: rgba(255, 255, 255, 0.9);
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li{
    background: none;
    width: 100%;
    max-height: max-content;
    border-bottom: 1px solid rgba(195, 158, 62, 0.15);
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li:hover{
    background: #f4efe6 !important;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub:before{
    width: 7px;
    height: 7px;
    border: none;
    border-right: 1px solid #c39e3e;
    border-bottom: 1px solid #c39e3e;
    transform: rotate(-45deg);
    top: 20px;
    right: 10px;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li > a{
    width: 100%;
    padding: 10px;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0;
    color: #010101;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li:hover > a{
    color: #ce0000;
    font-weight: bolder;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li:hover ul{
    background: #f4efe6 !important;
    width: 100%;
}
.top_menu .module .responsive-drop-down-menu > ul > li > ul > li ul li{
    background: none !important;
    border-bottom: 1px solid rgba(195, 158, 62, 0.15);
    width: 100%;
}
.top_menu .module .responsive-drop-down-menu > ul > li > ul > li ul li:hover{
    background: #efe4c8 !important;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li ul li a{
    font-size: 16px;
    color: #010101;
    font-weight: normal;
    width: 100%;
    padding: 10px;
    line-height: 1.5;
}
.top_menu .responsive-drop-down-menu > ul > li > ul > li ul li:hover a{
    color: #ce0000;
}
/*scroll*/
.gizle .top_wrap{
    padding-top: 5px;
    background: #d2171d;
}
.gizle .top_wrap .main.row{
    align-items: unset;
}
.gizle .top_icons{
    top: -100%;
}
.gizle .top_logo{
    margin-bottom: 3px;
}
.gizle .top_logo a{
    padding-bottom: 0;
    padding-top: 0;
}
.gizle .top_logo img{
    height: 54px;
    content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
    transition: .2s;
}
.gizle .top_menu .module-container, 
.gizle .top_menu .module-container .main, 
.gizle .top_menu .full-menu, 
.gizle .top_menu .full-menu .module, 
.gizle .top_menu .responsive-drop-down-menu, 
.gizle .top_menu .responsive-drop-down-menu > ul{
    height: 100%;
}
.gizle .top_menu .responsive-drop-down-menu > ul > li {
    padding-bottom: 15px;
}
.gizle .top_menu .responsive-drop-down-menu > ul > li > ul{
    margin-top: 15px;
}
@media (max-width:1199px) {
    .top_logo{
        max-width: 300px;
        flex: 0 0 300px;
    }
    .top_logo a{
        padding-left: 15px;
    }
    .top_icons .function-row .row-content{
        padding-right: 15px;
    }
    .top_menu {
        max-width: calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
    }
    .top_menu .responsive-drop-down-menu > ul > li{
        margin-left: 20px;
        margin-right: 15px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a{
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    .top_menu .responsive-drop-down-menu > ul > li.has-sub > a:before{
        right: -15px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li > a, 
    .top_menu .responsive-drop-down-menu > ul > li > ul > li ul li a{
        font-size: 16px;
    }
    .gizle .top_logo{
        max-width: 250px;
        flex: 0 0 250px;
    }
}
@media (max-width:991px) {
    .top_icons .function-row .row-content li a img{
        width: 28px;
    }
    .top_icons .function-row .row-content li a h3{
        font-size: 18px;
    }
    .top_icons .function-row .row-content li a i {
        font-size: 26px;
    }
    .top_icons .function-row .row-content li:nth-last-child(1) a h3 {
        font-size: 16px;
        letter-spacing: 0;
    }
    .top_logo {
        max-width: 230px;
        flex: 0 0 230px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .top_logo img {
        height: 60px;
    }
    .top_menu {
        max-width: calc(100% - 230px);
        flex: 0 0 calc(100% - 230px);
    }
    .top_menu .responsive-drop-down-menu > ul > li{
        margin-left: 15px;
        margin-right: 10px;
    }
    .top_menu .responsive-drop-down-menu > ul > li.has-sub{
        margin-right: 15px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a {
        font-size: 19px;
        letter-spacing: 0;
    }
    .top_menu .responsive-drop-down-menu > ul > li.has-sub > a:before{
        right: -12px;
    }
    .gizle .top_logo {
        max-width: 200px;
        flex: 0 0 200px;
        margin-top: 0;
    }
    .gizle .top_logo img{
        height: 50px;
    }
    .gizle .top_menu {
        max-width: calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
    }
    .gizle .top_menu .responsive-drop-down-menu > ul > li{
        padding-bottom: 15px;
    }
    .gizle .top_menu .responsive-drop-down-menu > ul > li > ul {
        margin-top: 15px;
    }
}
@media (max-width:767px) {
    .top_wrap{
        padding: 0 15px;
        background: #d2171d;
    }
    .top_icons .function-row .row-content li a{
        padding: 5px;
    }
    .top_icons .function-row .row-content li a h3{
        display: none;
    }
    .top_logo{
        z-index: 5;
        margin-top: 15px;
    }
    .top_logo a{
        padding-bottom: 0;
        padding-top: 0;
    }
    .top_logo img{
        content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
    }
    .top_menu{
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: -40px;
        z-index: 3;
    }
    .top_menu .responsive-drop-down-menu{
        padding-right: 0;
    }
    .top_menu .responsive-drop-down-menu .menu-button{
        padding: 5px 20px;
        font-size: 0;
    }
    .top_menu .responsive-drop-down-menu .menu-button:before{
        top: 15px;
        width: 25px;
    }
    .top_menu .responsive-drop-down-menu .menu-button:after{
        top: 7px;
        width: 25px;
    }
    .top_menu .responsive-drop-down-menu > ul.open{
        background: #cb0d0d;
        min-height: calc(100vh - 90px);
    }
    .top_menu .responsive-drop-down-menu > ul > li{
        padding-bottom: 0;
        margin: 0;
    }
    .top_menu .responsive-drop-down-menu > ul > li.has-sub{
        background: none;
    }
    .top_menu .responsive-drop-down-menu > ul > li > a{
        margin: 0;
        padding: 10px 15px;
        width: calc(100% - 80px);
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul{
        margin-top: 0;
        width: calc(100% - 30px);
        margin-left: 15px;
        background: #fff;
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li > a{
        width: calc(100% - 60px);
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li ul{
        border-top: 1px solid rgba(195, 158, 62, 0.15);
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li ul li a{
        padding: 10px 10px 10px 20px;
    }
    .top_menu .responsive-drop-down-menu > ul > li:hover::after, 
    .top_menu .responsive-drop-down-menu > ul > li:after{
        display: none;
    }
    .top_menu .responsive-drop-down-menu > ul > li.has-sub > a:before{
        display: block;
        right: -28px;
        top: 18px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub:before{
        display: block;
        right: 37px;
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li.has-sub:hover:before{
        transform: rotate(45deg);
    }
    .top_menu .responsive-drop-down-menu > ul > li > ul > li:hover ul{
        display: block;
    }
    .gizle .top_wrap{
        padding-top: 0;
    }
    .gizle .top_logo{
        margin-top: 7px;
    }
    .gizle .top_menu{
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: -60px;
    }
    .gizle .top_menu .responsive-drop-down-menu .menu-button{
        padding: 15px 20px;
    }
    .gizle .top_menu .responsive-drop-down-menu .menu-button:before{
        top: 30px;
    }
    .gizle .top_menu .responsive-drop-down-menu .menu-button:after{
        top: 21px;
    }
    .gizle .top_menu .responsive-drop-down-menu > ul > li{
        padding-bottom: 0;
    }
    .gizle .top_menu .responsive-drop-down-menu > ul > li > ul{
        margin-top: 0;
    }
    .gizle .top_icons{
        top: 5px;
        right: 50px;
    }
}
@media (max-width:575px) {
    .top_logo {
        max-width: 200px;
        flex: 0 0 200px;
        margin-top: 7px;
        margin-bottom: 5px;
    }
    .top_logo img {
        height: 50px;
    }
    .top_menu{
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: -60px;
    }
    .top_menu .responsive-drop-down-menu .menu-button{
        padding: 15px 20px;
    }
    .top_menu .responsive-drop-down-menu .menu-button:before{
        top: 30px;
    }
    .top_menu .responsive-drop-down-menu .menu-button:after{
        top: 21px;
    }
    .top_icons{
        top: 5px;
        right: 50px;
    }
    .top_icons .function-row .row-content li:nth-child(2), 
    .top_icons .function-row .row-content li:nth-child(3), 
    .top_icons .function-row .row-content li:nth-child(4), 
    .top_icons .function-row .row-content li:nth-child(5){
        display: none;
    }
}

/*footer*/
.tail_left{
    max-width: 28%;
    flex: 0 0 28%;
}
.tail_left .module-container{
    height: 100%;
}
.tail_left .module-container .main.row{
    height: 100%;
    align-content: center;
}
.tail_logo .falls-container .grid{
    padding-bottom: 0;
    align-items: center;
    align-content: center;
}
.tail_logo .falls-container .grid .grid-item{
    position: unset;
}
.tail_logo .falls-container .grid .grid-item img{
    margin-bottom: 0;
    margin-top: 0;
}
.tail_logo .falls-container .grid .grid-item p{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 300;
}
.tail_right{
    max-width: 72%;
    flex: 0 0 72%;
}
.tail_title{
    position: absolute;
    top: 2rem;
    z-index: 1;
    left: 0;
    padding-left: 5rem;
    padding-right: calc(10% + 1rem);
}
.tail_title .module-container .main > div:nth-last-child(1){
    border-bottom: 1px solid rgba(195, 158, 62, 0.3);
}
.tail_title .module-container .main p{
    display: table;
    background: #fff;
    padding-right: 5rem;
    position: relative;
    margin-bottom: -15px;
}
.tail_info{
    padding-top: 4rem;
}
.tail_info .footer-sample .fnav_wrap{
    position: absolute;
    width: 15%;
    right: 10%;
    top: 5rem;
    z-index: 2;
    background: none;
}
.tail_info .footer-sample .fnav_wrap ul.footer_nav li{
    width: 100%;
}
.tail_info .footer-sample .fnav_wrap ul.footer_nav li a{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 5px 10px 5px 25px;
    background: none;
    position: relative;
}
.tail_info .footer-sample .fnav_wrap ul.footer_nav li a::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #B60000;
    position: absolute;
    left: 0;
    top: 12px;
}
.tail_info .footer-sample .fnav_wrap ul.footer_nav li a:hover{
    background: none;
    opacity: .7;
}
.tail_info .footer-sample .footer_center{
    padding-bottom: 0;
    padding-right: 28% !important;
}
.tail_info .footer-sample .footer_center .company-info{
    display: none;
}
.tail_info .footer-sample .footer_center .contact-info{
    margin-top: 0 !important;
    max-width: 100%;
    flex: 0 0 100%;
}
.tail_info .footer-sample .footer_center .contact-info .contact-box:nth-child(2){
    flex: 1.5;
}
.tail_info .footer-sample .contact-box h4{
    padding-left: 18px;
    color: #212121;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin: 10px 0;
}
.tail_info .footer-sample .footer_center .fb-info, 
.tail_info .footer-sample .footer_center .footer_sbox{
    display: none;
}
.tail_info .footer-wrap .icon_wrap{
    padding: 10px 15px 10px 70px;
}
.tail_info .footer-wrap .icon_wrap p{
    margin-left: 0;
}
.tail_info .footer-wrap .icon_wrap ul.footer_bticon{
    display: none;
}
@media (min-width:1280px) {
    .tail_logo {
        max-width: 360px;
        flex: 0 0 360px;
    }
}
@media (max-width:1279px) {
    .tail_logo {
        max-width: 90%;
        flex: 0 0 90%;
    }
    .tail_title{
        padding-left: 4rem;
        padding-right: calc(8% + 1rem);
    }
    .tail_info .footer-sample .footer_center .contact-info{
        padding: 0;
    }
    .tail_info .footer-sample .fnav_wrap{
        right: 8%;
    }
    .tail_info .footer-sample .footer_center{
        padding-right: 25% !important;
    }
    .tail_info .footer-wrap .icon_wrap{
        padding-left: 50px;
    }
}
@media (max-width:1199px) {
    .tail_title .module-container .main p{
        padding-right: 3rem;
    }
    .tail_info .footer-sample .fnav_wrap{
        width: 100%;
        top: unset;
        bottom: 50px;
        right: 0;
        padding-left: 50px;
    }
    .tail_info .footer-wrap .fnav_wrap .footer_nav{
        margin-left: 0;
    }
    .tail_info .footer-sample .fnav_wrap ul.footer_nav li{
        margin-right: 1.5rem;
        width: auto;
    }
    .tail_info .footer-sample .fnav_wrap ul.footer_nav li a{
        padding-left: 20px;
    }
    .tail_info .footer-sample .footer_center{
        padding-right: 5% !important;
        padding-bottom: 40px;
    }
}
@media (max-width:991px) {
    .tail_left, 
    .tail_right{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .tail_logo {
        max-width: 95%;
        flex: 0 0 95%;
    }
    .tail_logo .falls-container .grid .grid-item{
        display: flex;
        align-items: center;
        justify-content: center;
        position: unset !important;
        align-content: center;
        justify-items: center;
        flex-wrap: wrap;
    }
    .tail_logo .falls-container .grid .grid-item img{
        width: 50%;
        margin-bottom: 1rem;
    }
    .tail_logo .falls-container .grid .grid-item p{
        padding-left: 1rem;
    }
    .tail_title{
        padding-left: 3rem;
    }
    .tail_info .footer-sample .fnav_wrap{
        padding-left: 2rem;
    }
    .tail_info .footer-wrap .icon_wrap{
        padding-left: 2rem;
    }
}
@media (max-width:767px) {
    .tail_logo .falls-container .grid .grid-item{
        margin-bottom: 15px;
    }
    .tail_logo .falls-container .grid .grid-item p {
        padding-left: 0rem;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .tail_title .module-container .main p{
        padding-right: 1rem;
    }
    .tail_info .footer-sample .footer_center .contact-info{
        flex-wrap: wrap;
    }
    .tail_info .footer-sample .footer_center .contact-info .contact-box, 
    .tail_info .footer-sample .footer_center .contact-info .contact-box:nth-child(2){
        flex: unset;
    }
    .tail_info .footer-wrap .contact-box{
        margin-bottom: 0 !important;
    }
    .tail_info .footer-sample .footer_center{
        padding-bottom: 50px;
    }
}
@media (max-width:575px) {
    .tail_logo .falls-container .grid .grid-item img {
        width: 80%;
        margin-bottom: 10px;
    }
    .tail_title {
        position: unset;
        margin: 1.5rem 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .tail_title .module-container .main p {
        padding-right: 0rem;
        margin: 0;
        padding-bottom: 1.5rem;
    }
    .tail_info {
        padding-top: 0rem;
    }
    .tail_info .footer-sample .footer_center{
        padding: 0 0px 1rem !important;
    }
    .tail_info .footer-sample .fnav_wrap{
        padding-left: 1rem;
        padding-right: 1rem;
        position: unset;
    }
    .tail_info .footer-sample .fnav_wrap ul.footer_nav li{
        margin-right: 5px;
    }
    .tail_info .footer-sample .fnav_wrap ul.footer_nav li a {
        padding-left: 18px;
        letter-spacing: 0;
        font-size: 17px;
    }
}

/*web sidebar*/
.web_sidebar .side_box{
    bottom: 155px;
}
.web_sidebar .side_box .side_bar{
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #c39e3e;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 12px;
    margin-bottom: 1rem;
}
.web_sidebar .side_box .side_bar li{
    border: none;
}
.web_sidebar .side_box .side_bar li img{
    width: 100%;
}
.web_sidebar .module-container .actGotop a{
    background-color: transparent;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/58535065-6bef-4076-80fb-4a7f4b27f43c.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 42px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
@media (max-width:575px) {
    .web_sidebar .side_box{
        right: 0 !important;
        bottom: 75px;
    }
    .web_sidebar .side_box .side_bar{
        padding: 10px 8px;
        width: 50px;
    }
    .web_sidebar .side_box .side_bar li{
        padding: 6px 0;
    }
    .web_sidebar .module-container .actGotop{
        right: 0;
        width: 50px;
        bottom: 15px;
    }
    .web_sidebar .module-container .actGotop a{
        line-height: 48px;
        font-size: 14px;
        width: 50px;
        letter-spacing: -0.5px;
    }
}

/*slider*/
.idx_slider .carousel-fade .carousel-item::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 200px;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    z-index: 2;
}
.idx_slider .carousel-indicators{
    bottom: 1.5rem;
}
.idx_slider .carousel-indicators li{
    width: 9px;
    height: 9px;
    border-radius: 12px;
    margin: 8px;
    opacity: 1;
    border: 3px solid #ffce4e;
    transition: .2s;
}
.idx_slider .carousel-indicators .active{
    width: 48px;
    background: #ffce4e;
    transition: .2s;
}
.idx_slider .carousel-fade .carousel-item{
    height: 100vh;
}
.idx_slider .carousel-fade .carousel-item picture{
    height: 100vh;
    display: block;
}
.idx_slider .carousel-fade .carousel-item picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.idx_slider .carousel-caption{
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
.idx_slider .bs-carousel .carousel-item p{
    margin: 0;
}
.idx_slider .bs-carousel .carousel-item .videobox{
    margin: 0;
    background: #000;
    font-weight: normal;
}
.idx_slider .bs-carousel .carousel-item .videobox iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.idx_slider .bs-carousel .carousel-item .video_info{
    position: absolute;
    z-index: 5;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translate(-50%, -50%);
    max-width: 54%;
    right: unset;
    left: 50%;
    width: max-content;
    display: grid;
}
.idx_slider .bs-carousel .carousel-item .video_info h2{
    line-height: 1.4;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 0px;
    margin-bottom: 20px;
    padding-top: 1.5rem;
    margin-left: 2.7rem;
    margin-right: 2.7rem;
}
.idx_slider .bs-carousel .carousel-item .video_info h4{
    margin-top: 0;
    font-size: 26px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    padding-bottom: 1.5rem;
    margin-left: 2.7rem;
    margin-right: 2.7rem;
    margin-bottom: 0;
}
.idx_slider .bs-carousel .carousel-item .video_info h6{
    margin: 0 auto -28px;
    font-size: 26px;
    color: #ffdc81;
    font-weight: 600;
    background: #d01d22;
    padding: 8px 4rem 9px 20px;
    line-height: 1.5;
    border-radius: 4px;
    position: relative;
    transition: .3s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.idx_slider .bs-carousel .carousel-item .video_info h6:hover{
    background: #ad171b;
    transition: .3s;
}
.idx_slider .bs-carousel .carousel-item .video_info h6::before{
    content: '';
    display: block;
    width: 15px;
    height: 27px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/a704753a-a913-4c3c-9e79-c9f2edcea699.svg);
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0px, -50%);
    background-repeat: no-repeat;
    background-size: cover;
}
.idx_slider .bs-carousel .carousel-item .video_info h6::after{
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: #ffdc81;
    position: absolute;
    right: 1rem;
    top: 50%;
    transition: .3s;
}
.idx_slider .bs-carousel .carousel-item .video_info h6:hover::after{
    width: 24px;
    transition: .3s;
}
.idx_slider .carousel-control-next, 
.idx_slider .carousel-control-prev{
    width: 10%;
    z-index: 99;
}
.idx_slider .carousel-control-next-icon, 
.idx_slider .carousel-control-prev-icon{
    width: 50px;
    height: 50px;
    border-bottom: 2px solid #fff;
}
.idx_slider .carousel-control-prev-icon {
    background-image: unset;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
}
.idx_slider .carousel-control-next-icon {
    background-image: unset;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}
@media (max-width:1279px) {
    .idx_slider .bs-carousel .carousel-item .video_info{
        max-width: 75%;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h2{
        font-size: 36px;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h4{
        font-size: 22px;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h6{
        font-size: 24px;
    }
}
@media (max-width:1199px) {
    .idx_slider .bs-carousel .carousel-item .video_info{
        max-width: 80%;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h2, 
    .idx_slider .bs-carousel .carousel-item .video_info h4{
        margin-left: 2rem;
        margin-right: 2rem;
        width: calc(100% - 4rem);
    }
}
@media (max-width:991px) {
    .idx_slider .carousel-fade .carousel-item, 
    .idx_slider .carousel-fade .carousel-item picture{
        height: auto;
    }
    .idx_slider .bs-carousel .carousel-item .video_info{
        max-width: calc(100% - 100px);
    }
    .idx_slider .bs-carousel .carousel-item .video_info h2 {
        font-size: 28px;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h4 {
        font-size: 20px;
        margin-top: 0;
        padding-top: 15px;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h6 {
        font-size: 22px;
    }
}
@media (max-width:767px) {
    .idx_slider_wrap{
        margin-top: 63px;
    }
    .idx_slider .carousel-caption{
        display: block !important;
    }
    .idx_slider .carousel-fade .carousel-item::before{
        display: none;
    }
}
@media (max-width:575px) {
    .idx_slider .carousel-indicators li{
        height: 6px;
        width: 6px;
        margin: 6px;
    }
    .idx_slider .carousel-indicators .active{
        width: 30px;
    }
    .idx_slider .carousel-fade .carousel-item, 
    .idx_slider .carousel-fade .carousel-item picture{
        height: 100%;
        aspect-ratio: 16 / 9;
    }
    .idx_slider .carousel-indicators {
        bottom: 0rem;
        margin-bottom: 0;
    }
    .idx_slider .bs-carousel .carousel-item .video_info{
        top: unset;
        transform: translate(-50%, 0%);
        bottom: 45px;
        max-width: calc(100% - 70px);
    }
    .idx_slider .bs-carousel .carousel-item .video_info h2{
        font-size: 16px;
        border-bottom: none;
        margin-bottom: 8px;
        padding-top: 8px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
    .idx_slider .bs-carousel .carousel-item .video_info h4{
        display: none;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h6{
        font-size: 15px;
        margin-bottom: -14px;
        padding: 2px 40px 3px 8px;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h6::before{
        width: 9px;
        height: 16px;
        right: 8px;
    }
    .idx_slider .bs-carousel .carousel-item .video_info h6::after{
        width: 20px;
        right: 8px;
    }
    .idx_slider .carousel-control-next-icon, 
    .idx_slider .carousel-control-prev-icon{
        width: 25px;
        height: 25px;
    }
}

/*search*/
.idx_search_wrap .main.row{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.idx_search .main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.idx_search .header-title{
    width: auto;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 3rem;
    position: relative;
    z-index: 2;
}
.idx_search .header-title::before{
    content: '';
    display: block;
    width: 77px;
    height: 77px;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: -13px;
}
.idx_search .header-title::after{
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(208 29 34) 100%);
    position: absolute;
    left: -30px;
    top: -25px;
}
.idx_search section.group_banner.search_banner{
    width: 1440px;
}
.idx_search .group_banner.search_banner .search-area > .container{
    background: none;
    border: none;
}
.idx_search section.group_banner .search-area .search-box{
    margin-top: 0rem;
    margin-bottom: 0rem;
    height: auto;
}
.idx_search section.group_banner .search-area .search-box .select-departure, 
.idx_search section.group_banner .search-area .search-box .select-destination, 
.idx_search section.group_banner .search-area .search-box .select-date, 
.idx_search section.group_banner .search-area .search-box .select-input, 
.idx_search section.group_banner .search-area .search-box .select-goal, 
.idx_search section.group_banner .search-area .search-box .select-place{
    background: none; 
    height: auto; 
    padding: 5px;
    display: table; 
    width: 100%;
}
.idx_search section.group_banner .search-area .search-box > div:nth-child(1), 
.idx_search section.group_banner .search-area .search-box > div:nth-child(3){
    order: -1;
}
.idx_search section.group_banner .search-area .search-box .select-departure .title, 
.idx_search section.group_banner .search-area .search-box .select-destination .title, 
.idx_search section.group_banner .search-area .search-box .select-goal .title, 
.idx_search section.group_banner .search-area .search-box .select-place .title, 
.idx_search section.group_banner .search-area .search-box .select-date .title{
    height: 30px; 
    min-height: 30px; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center;
    margin-bottom: 8px;
}
.idx_search section.group_banner .search-area .search-box .select-departure .title i, 
.idx_search section.group_banner .search-area .search-box .select-destination .title i, 
.idx_search .search-area .search-box .select-date .title i, 
.idx_search .search-area .search-box .select-place .title i, 
.idx_search .search-area .search-box .select-goal .title i{
    font-size: 17px;
    width: 24px;
    height: 22px;
    margin-right: 6px;
}
.idx_search .search-area .search-box .select-place .title i.data-icon-place-icon{
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/a36dd9dc-1f5c-47a6-bf3f-c78b5afed1d5.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.idx_search .search-area .search-box .select-goal .title i.data-icon-plane-icon{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/626124eb-59b6-4cf6-ae40-a3756da4d40d.svg);
}
.idx_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-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.idx_search .search-area .search-box .select-date .title i.data-icon-date-icon{
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/e251f541-004a-48be-9dfd-f393d1848850.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.idx_search section.group_banner .search-area .search-box .select-departure .title i:before, 
.idx_search section.group_banner .search-area .search-box .select-destination .title i:before, 
.idx_search .search-area .search-box .select-date .title i:before, 
.idx_search .search-area .search-box .select-place .title i:before, 
.idx_search .search-area .search-box .select-goal .title i:before{
    width: auto;
    display: none;
}
/*.idx_search .data-icon-place-icon:before{
    content: '\f279';
}
.idx_search .data-icon-plane-icon:before{
    content: '\f041';
}
.idx_search .data-icon-from:before{
    content: '\f072';
}
.idx_search .data-icon-date-icon:before{
    content: '\f133';
}*/
.idx_search section.group_banner .search-area .search-box .select-departure .title h6, 
.idx_search section.group_banner .search-area .search-box .select-destination .title h6, 
.idx_search section.group_banner .search-area .search-box .select-date .title h6, 
.idx_search section.group_banner .search-area .search-box .select-goal .title h6, 
.idx_search section.group_banner .search-area .search-box .select-place .title h6{
    font-size: 19px;
    color: #71582f;
    margin-left: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.idx_search section.group_banner .leftPark{
    height: 45px;
}
.idx_search section.group_banner .area_input{
    border-radius: 0; 
    background-color: #fff; 
    padding: 0 10px; 
    font-size: 16px;
    height: 45px;
    border: 1px solid #c9e4f4; 
    background-size: 12px; 
    background-position: 95%;
}
.idx_search .search-area .search-box .select-place .select select, 
.idx_search .search-area .search-box .select-goal .select select{
    border-radius: 4px; 
    background-color: #fff;
    font-size: 17px;
    height: 45px;
    border: 1px solid #c39e3e;
    color: #000;
}
.idx_search .search-area .search-box .select-date .select{
    width: 100%;
}
.idx_search section.group_banner .search-area .search-box .select-date .select input{
    border-radius: 4px; 
    background-color: #fff; 
    padding: 0 10px; 
    font-size: 18px; 
    height: 45px; 
    border: 1px solid #c39e3e; 
    width: calc(50% - 8px);
    letter-spacing: 0.5px;
    text-align: left;
}
.idx_search .search-area .search-box .select-date .select .divide{
    margin: 22px 0 0; 
    width: 16px; 
    background: #c39e3e;
}
.idx_search section.search_banner .search-area .search-box .select-input .data-icon-search{
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    margin-bottom: 8px;
    color: #71582f;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.idx_search section.search_banner .search-area .search-box .select-input .data-icon-search::before{
    font-size: 17px;
    color: #aa7a2b;
    width: 28px;
    content: '';
    height: 22px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/d76b0be9-1a17-499e-b2eb-b452b72c979d.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
}
.idx_search section.search_banner .search-area .search-box .select-input .data-icon-search::after {
    content: '關鍵字';
    display: inline-block;
    font-size: 19px;
    font-style: normal;
    letter-spacing: 1px;
    margin-left: 5px;
    color: #71582f;
    font-weight: 500;
}
.idx_search section.group_banner .search-area .search-box .select-input > input{
    border-radius: 4px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    border: 1px solid #c39e3e;
}
.idx_search section.group_banner .search-area .search-box > div:nth-last-child(1){
    padding-right: 0 !important;
}
.idx_search section.group_banner .search-area .search-box .search-btn{
    background: #ce0000;
    border: none;
    color: #fff;
    margin-top: 31px;
    height: 56px;
    line-height: 56px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    padding-right: 20px;
    transition: .3s;
}
.idx_search section.group_banner .search-area .search-box .search-btn:hover{
    background: #ad171b;
    transition: .3s;
}
.idx_search section.group_banner .search-area .search-box .search-btn::before{
    content: '';
    display: block;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/42c2f921-845a-4b8e-8b5f-6e470587638b.svg);
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 28px;
    opacity: .5;
}
.idx_search .search-area .search-box .search-btn h5{
    font-weight: 500;
    width: auto;
    letter-spacing: 0;
    font-size: 0;
    margin-left: 5px;
}
.idx_search .search-area .search-box .search-btn h5::before {
    content: '搜尋';
    font-size: 20px;
}
.idx_search .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;
}
.idx_search .search-area .search-box .search-btn i::before{
    display: none;
}
@media (max-width:1279px) {
    .idx_search .header-title{
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        font-size: 30px;
    }
    .idx_search .header-title::before{
        width: 66px;
        height: 66px;
    }
    .idx_search section.group_banner .search-area .search-box .select-departure .title h6, 
    .idx_search section.group_banner .search-area .search-box .select-destination .title h6, 
    .idx_search section.group_banner .search-area .search-box .select-date .title h6, 
    .idx_search section.group_banner .search-area .search-box .select-goal .title h6, 
    .idx_search section.group_banner .search-area .search-box .select-place .title h6{
        font-size: 17px;
        letter-spacing: 0.5px;
    }
    .idx_search section.search_banner .search-area .search-box .select-input .data-icon-search::after{
        font-size: 17px;
        letter-spacing: 0.5px;
        line-height: 1;
    }
    .idx_search section.group_banner .search-area .search-box > div:nth-last-child(1){
        padding-right: 8px !important;
    }
    .idx_search section.group_banner .search-area .search-box .search-btn{
        padding-right: 15px;
    }
    .idx_search .search-area .search-box .search-btn h5{
        font-size: 0px;
        margin: 0 0px 0 0;
    }
    .idx_search .search-area .search-box .search-btn h5::before{
        font-size: 18px;
    }
}
@media (max-width:1199px) {
    .idx_search .group_banner.search_banner .search-area > .container{
        max-width: calc(90% + 30px);
    }
    .idx_search section.group_banner .search-area .search-box .search-btn{
        margin-top: 15px;
    }
}
@media (max-width:991px) {
    .idx_search .header-title {
        margin-bottom: 0;
        font-size: 28px;
        margin-right: 0;
    }
    .idx_search section.group_banner .search-area .search-box{
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .idx_search .group_banner.search_banner .search-area > .container{
        max-width: calc(100% - 40px);
    }
}
@media (max-width:767px) {
    .idx_search_wrap .main.row{
        background-attachment: scroll !important;
        background-repeat: repeat !important;
        background-size: auto !important;
    }
    .idx_search_tabs .blk-tabs .nav-pills .nav-link{
        font-size: 18px;
        padding: 7px 20px;
    }
    .idx_search section.group_banner.search_banner{
        width: 100%;
    }
    .idx_search .group_banner.search_banner .search-area > .container{
        padding: 0 10px 0 10px;
    }
    .idx_search section.group_banner .search-area .search-box{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .idx_search .mic_icon{
        top: 35px;
    }
    .idx_search section.group_banner .search-area .search-box .select-departure, 
    .idx_search section.group_banner .search-area .search-box .select-destination, 
    .idx_search section.group_banner .search-area .search-box .select-date, 
    .idx_search section.group_banner .search-area .search-box .select-input, 
    .idx_search section.group_banner .search-area .search-box .select-goal, 
    .idx_search section.group_banner .search-area .search-box .select-place{
        padding: 0 5px;
    }
    .idx_search .search-area .search-box .select-place .select select, 
    .idx_search .search-area .search-box .select-goal .select select, 
    .idx_search section.group_banner .search-area .search-box .select-date .select input, 
    .idx_search section.group_banner .search-area .search-box .select-input > input{
        height: 40px;
    }
    .idx_search section.group_banner .search-area .search-box .search-btn{
        height: 45px;
        line-height: 45px;
    }
}
@media (max-width:575px) {
    .idx_search .group_banner.search_banner .search-area > .container{
        max-width: calc(100%);
    }
}

/*recommend*/
.idx_recommend_tabs{
    margin-top: 3rem;
}
.idx_recommend_tabs .main.row::before{
    content: '';
    display: block;
    width: 185px;
    height: 35px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/414b352f-c4fb-449a-a95b-8e1c3c636f7d.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
    transform: rotateY(180deg);
    position: absolute;
    left: 55%;
    top: 5px;
}
.idx_recommend_tabs .header-title{
    display: table;
    margin: auto;
    width: auto;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 4.5rem;
    padding-top: 1.5rem;
    z-index: 2;
}
.idx_recommend_tabs .header-title::before{
    content: '';
    display: block;
    width: 74px;
    height: 40px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/59955f5f-9905-4064-ba64-220899ac76cf.svg);
    position: absolute;
    top: 100%;
    left: calc(50% - 37px);
    z-index: 1;
}
.idx_recommend_tabs .header-title::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    bottom: -23px;
    border-top: 2px solid #cb0d0d;
    border-bottom: 2px solid #d5b830;
}
.idx_recommend_tabs .blk-tabs{
    margin-bottom: 1.5rem;
}
.idx_recommend_tabs .nav-pills .nav-link{
    font-size: 23px;
    color: #71582f;
    letter-spacing: 1px;
    margin: 0.5rem 10px;
    border-radius: 100px;
    background: #f7f5ed;
    padding: 9px 30px;
    line-height: 1.3;
    font-weight: 300;
    border: 1px solid #ede4ca;
    position: relative;
}
.idx_recommend_tabs .nav-pills .nav-link:hover{
    font-weight: 500;
}
.idx_recommend_tabs .nav-pills .nav-link.active{
    background: #ce0000;
    border-color: #ce0000;
    color: #fff;
    font-weight: 500;
}
.idx_recommend_tabs .nav-pills .nav-link.active::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/9c0b5c9f-19f4-4b4f-8553-5aa6e03232f3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: calc(50% - 9px);
    top: -10px;
}
.idx_recommend_wrap .main.row::before{
    content: '';
    display: block;
    width: 160px;
    height: 35px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/414b352f-c4fb-449a-a95b-8e1c3c636f7d.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    transform: rotateX(180deg);
    opacity: .5;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: -1;
}
.idx_recommend_wrap .main.row::after{
    content: '';
    display: block;
    width: 155px;
    height: 60px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/67950541-139f-4cbb-a005-d117c076ccf2.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 3rem;
}
.idx_recommend {
    margin-bottom: 3rem;
}
.idx_recommend .swiper-slide-style{
    background: none;
    border-radius: 0;
    box-shadow: none;
    transition: .3s;
}
.idx_recommend .swiper-slide-style:hover{
    margin-top: 15px;
    transition: .3s;
}
.idx_recommend .swiper-slide .swiper-img{
    border-radius: 8px;
    overflow: hidden;
}
.idx_recommend .swiper-slide .swiper-img img{
    border-radius: 0;
    transform: scale(1);
    transition: .3s;
}
.idx_recommend .swiper-slide:hover .swiper-img img{
    transform: scale(1.05);
    transition: .3s;
}
.idx_recommend .swiper-slide .swiper-title{
    padding: 20px 20px 8px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #c39e3e;
    border-bottom: 0px;
    margin-bottom: 0;
    text-align: left;
    font-size: 22px;
    color: #212121;
    letter-spacing: 0.5px;
    line-height: 1.4;
    min-height: 90px;
    position: relative;
}
.idx_recommend .swiper-slide:hover .swiper-title{
    color: #967518;
}
.idx_recommend .swiper-slide .swiper-title::before{
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background: #c39e3e;
    position: absolute;
    top: -17px;
    left: 30px;
}
.idx_recommend .swiper-slide .swiper-title::after{
    content: '';
    display: block;
    width: 1px;
    height: 17px;
    background: #c39e3e;
    position: absolute;
    top: -17px;
    right: 30px;
}
.idx_recommend .swiper-slide .swiper-content{
    padding: 8px 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #c39e3e;
    border-top: 0px;
    margin-bottom: 0;
    text-align: right;
    -webkit-line-clamp: unset;
    width: 100%;
    overflow: unset;
    letter-spacing: .5px;
    color: #d01d22;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}
.idx_recommend .swiper-slide .swiper-content span{
    font-size: 16px;
    color: #ad7823;
    font-weight: 400;
}
.idx_recommend .swiper-button-prev, 
.idx_recommend .swiper-button-next{
    display: none;
}
.idx_recommend .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 8px !important;
    width: 15px;
    height: 15px;
}
.idx_recommend .swiper-pagination-bullet-active {
    color: #fff;
    background: #967518;
}
@media (max-width:1279px) {
    .idx_recommend{
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .idx_recommend_tabs .header-title{
        font-size: 32px;
    }
    .idx_recommend_tabs .nav-pills .nav-link{
        font-size: 21px;
    }
    .idx_recommend .swiper-slide .swiper-title{
        padding: 15px 15px 8px;
        font-size: 21px;
        min-height: 80px;
    }
    .idx_recommend .swiper-slide .swiper-content{
        padding: 8px 15px 15px;
        font-size: 22px;
    }
}
@media (max-width:1199px) {
    .idx_recommend_tabs {
        margin-top: 2rem;
    }
    .idx_recommend_tabs .blk-tabs{
        margin-bottom: 0.5rem;
    }
    .idx_recommend {
        flex: 0 0 90%;
        max-width: 90%;
        margin-bottom: 2rem;
    }
    .idx_recommend .swiper-slide .swiper-title{
        padding: 15px 15px 0px;
        font-size: 19px;
        min-height: 70px;
    }
}
@media (max-width:991px) {
    .idx_recommend_tabs .nav-pills .nav-link {
        font-size: 19px;
        margin: 0.5rem 6px;
        padding: 7px 20px;
    }
}
@media (max-width:767px) {
    .idx_recommend_tabs .header-title{
        font-size: 28px;
    }
    .idx_recommend_tabs .blk-tabs{
        display: block;
    }
    .idx_recommend_tabs .blk-tabs ul.nav{
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        text-align: center;
        border-radius: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
    }
    .idx_recommend_tabs .blk-tabs ul.nav > li{
        display: inline-block;
    }
}
@media (max-width:575px) {
    .idx_recommend{
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
    .idx_recommend_tabs .main.row::before{
        left: unset;
        right: 0;
    }
    .idx_recommend_tabs .header-title::after{
        height: 4px;
    }
}

/*theme*/
.idx_theme .module-container .wall-wrapper{
    padding: 20px 15px;
}
.idx_theme .module-container .wall-wrapper .thicon_info{
    width: calc(100% - 30px);
    margin: 15px;
    border-radius: 8px;
}
.idx_theme .module-container .wall-wrapper .thicon_info figure{
    background: #121212;
}
.idx_theme .module-container .wall-wrapper figure .b_img{
    opacity: .8;
}
.idx_theme .module-container .wall-wrapper .thicon_info h3{
    padding: 0 0 8px;
    border-bottom: 1px solid #fff;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: serif !important;
    bottom: unset;
    top: 50%;
    left: 50%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -0%);
    margin-bottom: 0;
    width: max-content;
    text-align: center;
}
.idx_theme .module-container .wall-wrapper .thicon_info .s_img{
    max-width: 60px !important;
    bottom: 50%;
    margin-bottom: 10px;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0px);
}
.idx_theme .module-container .wall-wrapper .theme_info{
    display: none;
}
@media (max-width:1279px) {
    .idx_theme .module-container .wall-wrapper .thicon_info h3{
        font-size: 30px;
    }
}
@media (max-width:1199px) {
    .idx_theme .module-container .wall-wrapper {
        padding: 20px 10px;
    }
    .idx_theme .module-container .wall-wrapper .thicon_info{
        width: calc(100% - 20px);
        margin: 10px;
    }
    .idx_theme .module-container .wall-wrapper .thicon_info h3{
        font-size: 24px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .idx_theme .wall-wrapper .wall-row > div{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .idx_theme .module-container .wall-wrapper .thicon_info{
        display: block;
    }
    .idx_theme .module-container .wall-wrapper .thicon_info figure{
        display: block;
        aspect-ratio: 2 / 1;
    }
    .idx_theme .module-container .wall-wrapper figure .b_img{
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

/*videos*/
.idx_videos_wrap::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    height: 7px;
    border-top: 3px solid #c39e3e;
    border-bottom: 1px solid #c39e3e;
}
.idx_videos_wrap::after{
    content: '';
    display: block;
    width: 344px;
    height: 158px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/2828caa8-84f0-4842-bffa-d001443d77f7.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 20px;
    opacity: 0.75;
}
.idx_videos_wrap .main.row{
    border-top: 6px solid #c39e3e;
}
.idx_videos_wrap .main.row::before{
    content: '';
    display: block;
    width: 180px;
    height: 75px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/dabfa000-d6fb-4c8f-b697-3c783bc19230.png);
    background-size: cover;
    background-position: left;
    position: absolute;
    right: 0;
    top: 4.5rem;
    opacity: .8;
}
.idx_videos_wrap .main.row::after{
    content: '';
    display: block;
    width: 335px;
    height: 410px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/8d67c812-3cca-48f6-b89b-43c34950e442.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 3rem;
    opacity: .3;
}
.idx_videos{
    margin-top: 7rem;
    margin-bottom: 0rem;
    padding-right: 8%;
    z-index: 1;
}
.idx_videos_other{
    padding-right: 8%;
    margin-bottom: 7rem;
    margin-top: -10rem;
}
.idx_videos::before{
    content: '';
    display: block;
    width: 155px;
    height: 60px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/67950541-139f-4cbb-a005-d117c076ccf2.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 19%;
    opacity: .4;
}
.idx_videos::after{
    content: '';
    display: block;
    width: 213px;
    height: 39px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/414b352f-c4fb-449a-a95b-8e1c3c636f7d.png);
    position: absolute;
    top: 52%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 11%;
    opacity: .4;
    transform: rotateY(180deg);
}
.idx_videos .header-title{
    font-size: 40px;
    width: 50px;
    line-height: 1.1;
    font-weight: 600;
    position: absolute;
    left: 10%;
    top: 3rem;
    z-index: 1;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 3rem;
}
.idx_videos .header-title::before{
    content: '';
    display: block;
    width: 115px;
    height: 115px;
    border-radius: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(208 29 34) 100%);
    position: absolute;
    left: -31px;
    top: 0;
    z-index: -1;
    opacity: 0.3;
}
.idx_videos .header-title::after{
    content: '';
    display: block;
    width: 74px;
    height: 40px;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/59955f5f-9905-4064-ba64-220899ac76cf.svg);
    position: absolute;
    top: 100%;
    left: calc(50% - 37px);
    z-index: 1;
}
.idx_videos .module-container .main > div:nth-child(2), 
.idx_videos_other .module-container .main > div:nth-child(2){
    width: 75%;
    margin-left: 25%;
    position: relative;
    z-index: 1;
}
.idx_videos_other .module-container .main > div figure{
    width: calc(20% - 40px);
    max-width: calc(20% - 40px);
    flex: 0 0 calc(20% - 40px);
    border-radius: 8px;
    overflow: hidden;
    margin: 15px 20px 15px 20px !important;
    position: relative;
    transition: .3s;
}
.idx_videos_other .module-container .main > div figure:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .3s;
}
.idx_videos_other .module-container .main > div figure:nth-child(1){
    margin: 15px 20px 15px -7% !important;
}
.idx_videos .module-container .main > div figure:nth-child(1){
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.idx_videos .module-container .main > div figure a[data-fancybox]::before, 
.idx_videos_other .module-container .main > div figure a[data-fancybox]::before{
    content: '';
    display: block;
    background-image: url(https://materials.fillo.com.tw/materials/rishentour/images/3fc1302f-e870-427d-a3a0-0c7b8b319838.svg);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .3s;
}
.idx_videos_other .module-container .main > div figure:hover a[data-fancybox]::before{
    width: 50px;
    height: 50px;
}
.idx_videos .module-container .main > div figure:nth-child(1) a[data-fancybox]::before{
    width: 69px;
    height: 69px;
    background-size: 55px;
    border-radius: 50px;
    border: 1px solid #fff;
    transition: .3s;
}
.idx_videos .module-container .main > div figure:nth-child(1):hover a[data-fancybox]::before{
    width: 79px;
    height: 79px;
    transition: .3s;
}
@media (max-width:1279px) {
    .idx_videos .header-title{
        font-size: 32px;
    }
    .idx_videos_other{
        margin-top: -6rem;
    }
    .idx_videos_other .module-container .main > div figure{
        width: calc(20% - 30px);
        max-width: calc(20% - 30px);
        flex: 0 0 calc(20% - 30px);
        margin: 15px 15px 15px 15px !important;
    }
    .idx_videos_other .module-container .main > div figure:nth-child(1) {
        margin: 15px 15px 15px -5% !important;
    }
}
@media (max-width:1199px) {
    .idx_videos{
        margin-top: 5rem;
        padding-right: 6%;
    }
    .idx_videos .header-title{
        top: 0;
    }
    .idx_videos_other{
        padding-right: 6%;
        margin-bottom: 4rem;
    }
}
@media (max-width:1024px) {
    .idx_videos::before{
        display: none;
    }
    .idx_videos_wrap .main.row::before{
        top: 2.5rem;
    }
    .idx_videos_other{
        margin-top: -5rem;
    }
    .idx_videos_other .module-container .main > div figure{
        width: calc(20% - 20px);
        max-width: calc(20% - 20px);
        flex: 0 0 calc(20% - 20px);
        margin: 15px 10px 15px 10px !important;
    }
    .idx_videos_other .module-container .main > div figure:nth-child(1) {
        margin: 15px 10px 15px -5% !important;
    }
}
@media (max-width:991px) {
    .idx_videos{
        padding-right: 40px;
    }
    .idx_videos_other{
        margin-top: 0;
        padding-right: 30px;
        padding-left: 30px;
    }
    .idx_videos_other .module-container .main > div:nth-child(2){
        width: 100%;
        margin-left: 0;
    }
    .idx_videos_other .module-container .main > div figure, 
    .idx_videos_other .module-container .main > div figure:nth-child(1){
        margin: 15px 10px 15px 10px !important;
        width: calc(25% - 20px);
        max-width: calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
    }
}
@media (max-width:767px) {
    .idx_videos{
        margin-top: 4rem;
        padding-left: 40px;
    }
    .idx_videos_wrap .main.row{
        background-attachment: scroll !important;
        background-repeat: repeat !important;
        background-size: auto !important;
    }
    .idx_videos_wrap .main.row::after{
        display: none;
    }
    .idx_videos .header-title{
        font-size: 28px;
        position: relative;
        width: auto;
        left: unset;
        display: table;
        margin: auto;
        padding-top: 0;
        margin-bottom: 4.5rem;
        padding-bottom: 0;
        line-height: 1.5;
    }
    .idx_videos .header-title::before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        height: 4px;
        bottom: -23px;
        border-top: 2px solid #cb0d0d;
        border-bottom: 2px solid #d5b830;
        opacity: 1;
        width: unset;
        top: unset;
        background: none;
        border-radius: 0;
    }
    .idx_videos .module-container .main > div:nth-child(2){
        margin-left: 0;
        width: 100%;
    }
    .idx_videos_other{
        margin-bottom: 3rem;
    }
    .idx_videos_other .module-container .main > div figure, 
    .idx_videos_other .module-container .main > div figure:nth-child(1){
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
    .idx_videos_wrap::after{
        display: none;
    }
}


/*公版*/
.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: #ce0000;}
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: #d5b830;}*/

.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: #ce0000;}
.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: #ce0000;}
.Detail .PriceBlock li>strong{font-weight: 500 !important; letter-spacing: 1px; color: #666;}
.flight_details{border-color: #d5b830;}
.flight_details .details_box>h4{background: #d5b830;}
.flight_details .details_box>h4 i{color: #feefe6;}
h5.modal-title strong{color: #ce0000;}

.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: #d5b830;}
.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: #ce0000;border-radius: 0px;}
.D_products_group_search section.group_banner .search-area .search-box .search-btn:hover{background:#ce0000;}
.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: #d5b830;}
.D_products_group_search .irs-from, .D_products_group_search .irs-single, .D_products_group_search .irs-to{background: #ce0000;}
.D_products_group_search .irs-slider{background: #d5b830 ;}
.D_products_group_search .irs-slider.state_hover, .D_products_group_search .irs-slider:hover{border-color: #d5b830 ;}
.D_products_group_search .irs-bar{background: #d5b830 ;}
.D_products_group_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #ce0000;}
.D_products_group_search .filter_list .form-check.radio_style [type="radio"]:checked + label:after{background: #d5b830 ;}
.D_products_group_search .badge-primary{background-color: #ce0000;}
.D_products_group_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #ce0000;}
.D_products_group_search .text_blue { color: #eb1c1f;}
.D_products_group_search figure div.plane.plane-s1:hover, 
.D_products_group_search .search_table .go-airport .plane.plane-s1:hover{color: #e5381f;}
.D_products_group_search figure div.plane.plane-s1::after, 
.D_products_group_search .search_table .go-airport .plane.plane-s1::after{color: #d5b830;}
.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: #ce0000;color: #ce0000;}
.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: #ce0000;}
.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: #ce0000;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: #d5b830  !important;}
.D_products_group_search figure.block_style .main_words a.btn-danger.tag{background-color: #ce0000; 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: #d5b830 ;}
.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: #ce0000; 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 .top_wrap { background: #d2171d;}
.D_products_domestic_search .top_logo img{
    content: url(https://materials.fillo.com.tw/materials/rishentour/images/0036f2ed-f1fd-4699-924d-4d2abccef05c.svg);
}
.D_products_domestic_search section.group_banner.search_banner{margin-top: 9rem;}
.D_products_domestic_search section.group_banner .search-area > form.container{background: #fbf6eb;border-bottom: 3px solid #d5b830 ;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: #d5b830 ;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: #ce0000;}
.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: #d5b830;}
.D_products_domestic_search .irs-from, 
.D_products_domestic_search .irs-single, 
.D_products_domestic_search .irs-to{background: #ce0000;}
.D_products_domestic_search .irs-slider{background: #d5b830 ;}
.D_products_domestic_search .irs-slider.state_hover, 
.D_products_domestic_search .irs-slider:hover{border-color: #d5b830 ;}
.D_products_domestic_search .irs-bar{background: #d5b830 ;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark{background-color: #ce0000;}
.D_products_domestic_search .filter_list .form-check .customcheck input:checked ~ .checkmark:after{display: block;}
.D_products_domestic_search .badge-primary{background-color: #ce0000;}
.D_products_domestic_search .list_con .style_icon .nav-pills .nav-link.active svg {fill: #ce0000;}
.D_products_domestic_search .text_blue { color: #eb1c1f;}
.D_products_domestic_search .select_filter .form-inline .form-group input[type=radio]:checked + label{color: #ce0000;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: #d5b830  !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: #ce0000;}
.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: #d5b830  !important;}
.D_products_domestic_search .table .thead, 
.D_products_domestic_search .table .thead:hover{background: #ce0000;}
.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: #ce0000; color: #ce0000;}
.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: #ce0000;}
@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: #d5b830 ;}
.D_products_group_detail .breadcrumb-item a:hover{color: #ea5228;}
.D_products_group_detail section.group_banner .price_content .panel-info{border: 1px solid #d5b830;}
.D_products_group_detail section.group_banner .price_content .panel-info .panel-heading{padding: 10px 8px; background: #d5b830 ;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: #ce0000;}
.D_products_group_detail .basic-air-btn a{background: #ce0000;border: 1px solid #ce0000;color: #fff;font-weight: 500;font-size: 18px;}
.D_products_group_detail .basic-air-btn a:hover{background: #ce0000;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: #ce0000; 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: #ce0000;}
.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: #ce0000;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link{border-color: #d5b830 ;color: #d5b830 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link:hover{color: #d5b830 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link.active{color: #fff;background: #d5b830 ;}
.D_products_group_detail section.group_table.tripdown .style_icon ul li a.nav-link svg{fill: #d5b830 ;}
.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: #d5b830 ;background: #d5b830 ;border-radius: 30px;}
.D_products_group_detail section.group_table.tripdown .search_table tr td.sale-situation .btn-primary:hover{color: #fff;background-color: #d5b830 ;border-color: #d5b830 ;}
.D_products_group_detail .fc .fc-toolbar.fc-header-toolbar{background: #ce0000;}
.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: #d5b830  !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: #ce0000;}
    .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: #ce0000;}
.D_order_contact_detail .contact .trip_title .bg-primary{background: #ce0000 !important;}
.D_order_contact_detail .contact .contac_form label span.text_blue{color: #ce0000;}
.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 #d5b830;
    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: #d5b830;
    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: #d5b830;}
.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 .ImgBox .carousel-item img{object-position: center center;}
.D_products_group_molddetail .DetailContainer{margin-top: 3.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: #ce0000;}
.D_products_group_molddetail .Detail.sub_menu-trip .trip_menu li a:hover span{color: #d5b830 ;}
.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 #d5b830 ; border-bottom-color: #d5b830 ;color: #d5b830 ;}
.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: #d5b830 ; color: white;}
.D_products_group_molddetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #d5b830 ; 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: #d5b830 ; border: 1px solid #d5b830 ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #d5b830 ;}
.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: #d5b830 ; border-color: #d5b830 ;color: #fff;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #d5b830 ;}
.D_products_group_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #d5b830 ;}
.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 #ccc;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div{background-color: #d5b830;}
.D_products_group_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #d5b830;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #d5b830 ; color: #d5b830 ;background-color: #fff;display: none;}
.D_products_group_molddetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #d5b830 ; color: white;}
.D_products_group_molddetail #day_menu .list-group{background: rgba(35, 24, 21, 0.7);}
.D_products_group_molddetail #day_menu .list-group .list-group-item{color: #ce0000; border-radius: 0;}
.D_products_group_molddetail #day_menu .list-group .list-group-item:hover{background-color: transparent;color: #eba689;}
.D_products_group_molddetail #day_menu .list-group .list-group-item.active{background-color: #212121; border-color: #212121; border-radius: 0; color: #eba689;}
.D_products_group_molddetail .Detail.Traffic .Day{ color: #ce0000;}
.D_products_group_molddetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_group_molddetail .Detail .TripNoteBlock .NoteTitle h3{color: #ce0000;}
.D_products_group_molddetail .Detail .TripNoteItems + .TripNoteItems::before{background: #ffede7;}
.D_products_group_molddetail .Detail.DayTrip .DayTripMoreInfo .collapse.show + .DayTripBtn{display: none;}
@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;*/}
}
@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 .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: 0;}
    .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: #d5b830 ;}
.D_products_domestic_pdetail .Detail .MainTitle::before{filter: hue-rotate(50deg);}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link{border: 1px solid #d5b830 ; border-bottom-color: #d5b830 ;color: #d5b830 ;}
.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: #d5b830 ; color: white;}
.D_products_domestic_pdetail .Detail.DepartureDate .fc .fc-toolbar.fc-header-toolbar .fc-today-button{background-color: #ffede7; color: #d5b830 ; 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: #d5b830 ; border: 1px solid #d5b830 ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .nav-tabs .nav-link:hover .TabTitle::before{color: #d5b830 ;}
.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: #d5b830 ; border-color: #d5b830 ;color: #fff;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #d5b830 ;}
.D_products_domestic_pdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #d5b830 ;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripMoreInfo .collapse.show::before{border: 1px solid #ccc;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div{background-color: #ce0000;}
.D_products_domestic_pdetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #ce0000;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple{border: 1px solid #d5b830 ; color: #d5b830 ;background-color: #fff;display: none;}
.D_products_domestic_pdetail .Detail.DayTrip .DayTripBtn.Multiple:hover{background-color: #d5b830 ; color: white;}
.D_products_domestic_pdetail .Detail.Traffic .Day{ color: #ce0000;}
.D_products_domestic_pdetail .Detail .TripNoteBlock{background-color: #e2ebeb;}
.D_products_domestic_pdetail .Detail .TripNoteBlock .NoteTitle h3{color: #ce0000;}
.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: #d5b830 ;}
.D_products_domestic_gdetail .Detail .DateBlock .DateCenterLine{background-color: #d5b830 ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a{color: #d5b830 ;}
.D_products_domestic_gdetail .Detail .DateBlock .SearchDate a:hover{color: #e47036;}
.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 #d5b830 ; border-bottom-color: #d5b830 ;color: #d5b830 ;}
.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: #d5b830 ; 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: #d5b830 ; 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: #d5b830 ; border: 1px solid #d5b830 ;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: #d5b830 ;}
.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: #d5b830 ; border-color: #d5b830 ;color: #fff;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable .DateCenterLine, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable .DateCenterLine{background-color: #d5b830 ;}
.D_products_domestic_gdetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover, 
.D_products_domestic_molddetail .Detail.DepartureDate .SearchTable tbody .TourName > a:hover{color: #d5b830 ;}
.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: #ce0000;}
.D_products_domestic_gdetail .Detail.DayTrip .DayBlock > div::after, 
.D_products_domestic_molddetail .Detail.DayTrip .DayBlock > div::after{border-color: transparent transparent transparent #ce0000;}
.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 #d5b830 ; color: #d5b830 ;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: #d5b830 ; 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: #ce0000;}
.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: #ce0000;}
.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 #d5b830;
    background: #fdfae6;
    color: #ce0000;
}
.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 #d5b830;}
.group_home .jiantou .ystep-lg .ystep-step-done>svg{stroke: #d5b830;}
.group_home .ystep-blue .ystep-step-done::after{background: #d5b830;}
.group_home .subscriber_info_content .subscriber_info_left a.VerifyButton{background: #ce0000;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: #d5b830;}
.group_home .order_notice .order_notice_title{border-bottom: 2px solid #d5b830; background: #fdfae6;}
.group_home .inp-cbx:checked+.check-cbx span:first-child{border-color: #d5b830;}
.group_home .check-cbx:hover span:first-child{border-color: #d5b830;}
.group_home .check-cbx span:first-child svg{stroke: #d5b830;}
#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: #ce0000;}
#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 #d5b830;}
#page3 .stepPage_group > .payment_info .Receive_Points{color: #bfa045;}
#page3 .stepPage_group > .payment_info > .blue-txt2{color: #d5b830;}
.group_home .member-l_mark a, 
.new_bg .member-l_mark a{color: #d5b830;}
.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: #d5b830;}
.group_home input.form-check-input[type=radio]:checked~.checkmark::after, 
.group_home .radio-cbx span:first-child::after{background: #d5b830;}
@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: #ce0000; border-color: #ce0000;}
.new_bg .card-border .text-muted a.btn-outline-primary:hover{color: #fff;background-color: #ce0000;}
.new_bg .card-border form > div.text-right a.blue-txt2{color: #d5b830;}
.new_bg .card-border form button.l_benPrimary{background: #d5b830;transition: .2s;}
.new_bg .card-border form button.l_benPrimary:hover{background: #ce0000;transition: .2s;}
.new_bg .card-border form .member-l_note .note_box a{color: #d5b830;}
.new_bg .card-border form > div:nth-last-child(1) a{color: #d5b830;}
.new_bg .card-border input.form-control:focus, .new_bg .card-border input:focus{border-color: #ce0000;}
.new_bg .card-border.Verification-EM_wrap .EM-info{background: #FEF0EE; color: #d5b830;}
.new_bg .card-border form > div.align-items-end a{color: #d5b830;}
.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: 200px;margin-bottom: 150px;}
.member_home .container.member_width{margin-top: 50px;}
.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: 10px;}
}

/*通用商品*/
.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: #d5b830;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: #d5b830;}
.D_commprod_product_list .pagination .page-item.active .page-link{color: #ce0000;}
.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: #d5b830;}
.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: #ce0000;}
.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: #d5b830; border-color: #d5b830;}
.product-details .basic-NonPreOrder .AddCart:hover{background: #fff9f0;}
.product-details .basic-NonPreOrder .OrderNow{background-color: #d5b830;}
.product-details .SelectDateItem_content .accordion .card .card-header .SelectDateItem_txt button{color: #d5b830; border-color: #d5b830;}
.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 #ce0000;}
.product-details .specification-list .select-num .minus-circle, 
.product-details .specification-list .select-num .plus-circle{background: #d5b830;}
.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;
}