body{
    font: normal 16px / 1.6 Verdana, "微軟正黑體", sans-serif;
    color: #333;
}
#banner {
    width: 100%;
    max-height: 680px;
    overflow: hidden;
    position: relative;
}
#banner .banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#banner .banner_text {
    width: 700px;
    height: auto;
    text-align: center;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 350px);
}

#wrapper {
    position: relative;
}
#activity {
    background: url(../images/activity_bg.png) left top;
    text-align: center;
    position: relative;
}
section {
    padding: 60px 0px;
}
#party-promo {
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin: -120px auto 0;
}
.party-banner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 1px solid #000;
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    background-color: #fff;
}
.party-banner .banner-pic-sec, .party-banner .banner-txt-sec {
    flex: 0 0 auto;
    width: 50%;
}
.party-banner .banner-pic-sec {
    min-height: 400px;
    border-radius: 20px 0 0 20px;
}
.party-banner .banner-pic-sec img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.party-banner .banner-txt-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 15px;
}
.party-banner .banner-txt-sec ul li {
    text-align: start;
}
.party-banner .banner-txt-sec ul li:first-of-type>.title-style {
    margin-top: 0;
}
.party-banner .banner-txt-sec ul li>.title-style {
    display: inline-block;
    border-radius: 500px;
    background-color: #e03d51;
    color: #fff;
    padding: 0 10px;
    margin: 15px 5px 3px 0;
}
.focus {
    font-weight: 600;
    font-size: 125%;
    color: #e03d51;
}
.party-banner .banner-txt-sec ul li.btn-sec {
    padding-top: 10px;
    text-align: center;
}
.btn {
    color: #223160;
    text-align: center;
}
#party-promo a.btn {
    font-size: 1.2rem;
    display: inline-block;
    transition: all 1s;
    border-radius: 10px;
    font-weight: 800;
    background: #fabf62;
    padding: 12px 30px;
    margin: 0px auto 0px auto;
    position: relative;
}

#service {
    text-align: center;
    padding-top: 60px;
}
.bootstrap_default, #nav ul li, #service .service_list {
    display: inline-block;
    margin-right: -6px;
    vertical-align: top;
}
#service .service_list {
    text-align: center;
    padding: 0px 15px;
}
#service .service_list span {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 800;
}
#service .service_list span {
    display: block;
    width: 200px;
    height: 200px;
    padding: 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #fff;
    line-height: 1.4;
}
#service .service_list .s3 {
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    background: #ea6a5c url(../images/service_003.png) no-repeat center;
    background-size: 250px;
}
#service .service_list .s2 {
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    background: #11d073 url(../images/service_002.png) no-repeat center;
    background-size: 250px;
}
#service .service_list .s1 {
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    background: #223160 url(../images/service_001.png) no-repeat center;
    background-size: 250px;
}

section .content_title h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
}
section .content_title h2 {
    width: 100%;
    text-align: center;
    padding: 30px 0px;
}
#activity .activity_text {
    margin-bottom: 30px;
    line-height: 2;
}
#activity .activity_text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
}
.btn a {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 300px;
    background: #fabf62;
    padding: 15px 30px;
    margin: 0px auto 0px auto;
    position: relative;
}

#advantage {
    padding: 0px 0px;
    position: relative;
}
#advantage .content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 60px;
    z-index: 998;
}
#advantage h2 {
    color: #fff;
}
section .content_title h2 span {
    display: block;
}
#advantage .advantage_nav {
    max-width: 1200px;
    margin: 0px auto;
}
#advantage .advantage_nav .advantage_list {
    text-align: center;
    padding: 0px 15px;
    cursor: pointer;
}
#advantage .advantage_nav .advantage_list > div {
    background: rgba(255, 255, 255, 0.9);
    border-top: 10px #fabf62 solid;
    border-bottom: 10px #fabf62 solid;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 30px 30px;
}
#advantage .advantage_list > div > span {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 800;
}
#advantage .advantage_nav .advantage_list > div > span {
    display: block;
    width: 130px;
    border-bottom: 3px #fabf62 solid;
    padding-bottom: 15px;
    margin: 0px auto 30px auto;
}
#advantage .advantage_nav .advantage_list > div > p {
    line-height: 2;
}
#product .product_list {
    position: relative;
    overflow: hidden;
}
#product .product_list div {
    padding: 20px;
}
#product .p1 ul {
    border: 1px #223160 solid;
}
#product .product_list ul {
    background: #fff;
    border-radius: 0px 20px 20px 20px;
    -moz-border-radius: 0px 20px 20px 20px;
    -webkit-border-radius: 0px 20px 20px 20px;
    position: relative;
    overflow: hidden;
    margin: -8px 0px -8px 0px;
}
#product .p1 ul .product_list_img img {
    border-bottom: 1px #223160 solid;
}
#product .product_list ul .product_list_img img {
    width: 100%;
    margin-bottom: -8px;
}
#product .product_list ul .product_list_content {
    padding: 15px;
    min-height: 160px;
}
#product .product_list ul > li {
    text-align: center;
}
#product .product_list ul .product_list_content span {
    display: block;
    margin: 0px 0px 10px 0px;
}

#product .p1 ul .product_list_btn a {
    background: #223160;
}
#product .product_list ul .product_list_btn a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    color: #fff!important;
    padding: 15px 0px;
}
#nav ul li a, #nav .icon_contact a, #product .product_list ul .product_list_btn a, .btn a {
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
}
#nav ul li a:hover{
    background-color: #25315d;
    color: #fff;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
section .content {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
#product .product_list ul .product_list_btn a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    color: #fff;
    padding: 15px 0px;
}
#product .p3 ul .product_list_btn a {
    background: #ea6a5c;
}
#product .p2 ul .product_list_btn a {
    background: #11d073;
}

#product .p2 ul {
    border: 1px #11d073 solid;
}
#product .p3 ul {
    border: 1px #ea6a5c solid;
}

#step {
    background: #ececec;
    text-align: center;
}
#step .step_list {
    padding: 0px 15px;
    margin-bottom: 30px;
    text-align: center;
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}
#step .step_list .step_list_des {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 10px;
}
#partner {
    text-align: center;
    position: relative;
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
#partner .partner_list {
    padding: 0px 15px;
    margin-bottom: 30px;
    text-align: center;
}
#partner .partner_list {
    padding: 0px 15px;
    margin-bottom: 30px;
    text-align: center;
}
#partner .partner_list .partner_list_img img {
    width: 100%;
    border: 1px #ddd solid;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#partner{
    background-color: #ffffff;
}
#partner .partner_list .partner_list_des {
    line-height: 1.2;
    margin-top: 10px;
}
#contact {
    background: url(../images/contact_bg.jpg) left bottom;
    text-align: center;
    color: #fff;
    position: relative;
}
#btn_top.active {
    opacity: 1;
}
#btn_top {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    opacity: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}
#contact .contact_text {
    margin-bottom: 30px;
    line-height: 2;
}
#contact .contact_text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
}
.btn a {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 300px;
    font-weight: bold;
    font-size: 22px;
    background: #fabf62;
    padding: 15px 30px;
    margin: 0px auto 0px auto;
    position: relative;
}
#nav {
    width: 100%;
    position: absolute;
    top: 20px;
    z-index: 999;
}
#nav ul{
    position: relative;
}
#nav ul li a, #nav .icon_contact a, #product .product_list ul .product_list_btn a, .btn a {
    width: 100%;
    height: 100%;
    display: block;
    color: inherit;
}
#nav ul li {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    width: calc(100% / 5);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    text-align: center;
}
#nav ul li a {
    padding: 15px 10px;
}
#nav ul li h2{
    font-size: 16px;
}
#nav ul li span {
    display: block;
    font-size: 17px;
}
#nav ul li span {
    font-size: 6px;
    font-size: 0.6rem;
}
#nav ul {
    max-width: 900px;
    padding-right: 120px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0px auto;
}

#nav .icon_contact {
    padding: 10px 10px;
    transition: all 0.25s;
    background: #ff781f;
    width: 120px;
    color: #fff;
    text-align: center;
    border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    position: absolute;
    right: 0px;
}
#nav .icon_contact  h2{
    font-size: 15px;
}

.as-swiper-container{
	position: relative;
}
.as-swiper-container .swiper-ad-next,
.as-swiper-container .swiper-ad-prev{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	cursor: pointer;
}
.as-swiper-container .swiper-ad-next{
	right: -70px;
}
.as-swiper-container .swiper-ad-prev{
	left: -70px;
}
.as-swiper-container .swiper-ad-next:hover,
.as-swiper-container .swiper-ad-prev:hover{
	background-color: #4BB44F;
	color: #fff;
}



.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}
.itinerary_modal .modal-header button {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    background: #fff;
    font-size: 1.6rem;
    color: #fabf62;
    padding: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0.8;
    position: absolute;
    top: 30px;
    right: 30px;
}
#c_meeting_modal .modal-header {
    background-size: cover;
}
.itinerary_modal .modal-header {
    padding: 120px 0px;
}

.itinerary_modal .modal-body h3 {
    color: #fff;
    padding: 15px 30px;
    margin: 0px auto 30px;
}
.itinerary_modal .modal-body h3 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
}
.i1 .modal-body h3 {
    background: #223160;
    display: inline-block;
    color: #fff;
}
.itinerary_modal .modal-body {
    padding: 0px 30px 60px 30px;
    margin-top: -30px;
    text-align: center;
}
.itinerary_title {
    background: url(../images/modal_bg.png) repeat 0px 0px;
    color: #223160;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 14px;
}
.itinerary_list {
    display: flex;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #f4f5f5;
    margin: 15px 0px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.itinerary_list .textarea {
    text-align: left;
    padding: 15px;
}
.itinerary_list .textarea {
    text-align: justify;
    word-break: normal;
}
.itinerary_list div {
    padding: 15px;
}

.itinerary_list .textarea .textarea_title {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #fabf62;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.itinerary_list .textarea .textarea_title.pink {
    background: #ea6a5c;
    color: #fff;
}
.itinerary_list .textarea .textarea_list {
    background: url(https://event.cdn-eztravel.com.tw/events/customized-tour/icons/list.png) no-repeat 2px 2px;
    padding-left: 30px;
    margin-bottom: 10px;
}
.itinerary_list .textarea .textarea_title.pink span {
    background: #e82626;
    padding: 10px;
    margin-right: 10px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 16px;
}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.itinerary_list div img {
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0px 0px 5px 3px #eee;
    -moz-box-shadow: 0px 0px 5px 3px #eee;
    -webkit-box-shadow: 0px 0px 5px 3px #eee;
}