<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
��笔����鉄隞乩�见�拙�钅�典�
ion.rangeSlider: �𦆮�縧憭㚚𢒰嚗屸�閬�rangebar�����𢒰�䌊銵����
FontAwesome: index/base.html��sys_header.html鋆⊿𢒰撌脩�𤘪�劐�
*/

@charset "UTF-8";
/*
�緍�膄敺䕘�䔶誑銝𧢲糓璅⊥踎撱惩�撖怎��嗡�餻light�鍂css (頝笔�嗡�𡝗𨭬镼踵毽�銁鋆⊿𢒰):
*/
@media screen and (max-width:992px) {

    table.user_table.b2cOrderList tbody tr td:nth-child(1):before {
        content: "��煾��"
    }

    table.user_table.b2cOrderList tbody tr td:nth-child(2):before {
        content: "雿輻鍂暺墧彍"
    }

    table.user_table.b2cOrderList tbody tr td:nth-child(3):before {
        content: "�𣈲隞㗛�煾��"
    }

    table.user_table.b2cOrderList tbody tr td:nth-child(4):before {
        content: "�𣈲隞䀹䲮撘�"
    }
}
label.checkbox-container input,
label.radio-container input {
    width: 0;
}
.me-12 {
    margin-right: 12px;
}
ol.square-li li,
ul.square-li li {
    list-style: square;
    margin-left: 21px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: justify;
}
ol.square-li li {
    list-style: inherit !important;
}
@media screen and (max-width: 480px) {
    .plr-sm-0 {
        padding-right: 0;
        padding-left: 0;
    }
}
.exchange-btn:after {
    content: "\f362";
    color: #d82a43;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: -26px;
    padding: 20px;
    z-index: 16;
    user-select: none;
}
.special-area-head {
    background-color: #d82a43;
    text-align: center;
    font-size: 18px;
    padding: 15px 5px 12px 5px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
}
.special-area-head i.bg-icon {
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 5rem;
    color: #e5585f;
    transform: rotate(-15deg);
}
.special-area {
    border-bottom: #bcbcbc 1px dotted;
    min-height: 71px;
    padding: 14px 0;
}
.special-area .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}
.special-area .subtitle {
    color: #000;
    font-weight: 300;
    font-size: 13.5px;
    margin-bottom: 0;
}
.owl-airlines-activity.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    z-index: 9999;
    margin-top: -40px;
}
.owl-airlines-activity.owl-theme .owl-dots .owl-dot span {
    border: #fff 1px solid;
    background: 0 0;
    width: 12px;
    height: 12px;
}
.owl-airlines-activity.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}
.owl-airlines-activity .owl-item {
    overflow: hidden;
}
.owl-airlines-activity .owl-item:after {
    content: "";
    padding-top: 36%;
    display: block;
}
.slider-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: unset;
    margin: auto;
}
.tab-H-scrollbar .nav-tabs {
    border-bottom: inherit;
}
.tab-H-scrollbar .nav-tabs .nav-item {
    margin-bottom: 5px;
    margin-right: 5px;
}
.tab-H-scrollbar .nav-tabs .nav-link {
    border-radius: inherit;
    color: #212529;
    min-width: calc((100% - (5px * 6)) / 6);
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.tab-H-scrollbar .nav-tabs .nav-link:hover {
    background: white;
    border: 1px white solid;
    color: #212529;
}
.tab-H-scrollbar .nav-tabs .nav-link.active {
    color: #d82a43;
    font-size: 1.15em;
    border-color: #fff #fff #d82a43;
    border-width: 2px;
}
#additional-plan .card .card-header {
    background: #f8f8f8;
    color: #6b717e;
    padding: 20px;
    transition: 0.2s all;
}
#additional-plan .card .card-header:hover {
    color: #d82a43;
    transition: 0.2s all;
}
.radio-square-thin {
    width: 100%;
    margin-bottom: 0;
}
.radio-square-thin &gt; input[type="radio"] {
    visibility: hidden;
    position: absolute;
    width: 0;
}
.radio-square-thin &gt; input[type="radio"] + div {
    cursor: pointer;
    font-size: 0.83rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    border: 1px #c5c5c5 solid;
    padding: 6px 10px;
    color: #c5c5c5;
    transition: 0.1s ease-in;
}
.radio-square-thin &gt; input[type="radio"]:checked + div {
    border: 1px #d82a43 solid;
    color: #d82a43;
    transition: 0.1s ease-in;
}
.button.flight-recheck {
    background-color: #fff3f3;
    color: #d82a43;
    border: 1px #fff3f3 solid;
    border-left: 1px #d82a43 dotted;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 1px;
}
.button.CTAflight {
    background-color: #d82a43;
    color: #fff;
    border: 1px #d82a43 solid;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.85rem;
    letter-spacing: 1px;
}
.receipt-content {
    background: #fff;
    padding: 15px 25px 15px 15px;
    border: dotted 1px #555;
    margin-top: -11px;
}
.scroll-tips {
    color: #212529;
    letter-spacing: 1.4px;
    padding-bottom: 5px;
}
.searchCheckboxDes.flight {
    line-height: 2;
    font-size: 0.77rem;
}
.date-ml-5 {
    margin-left: 5px !important;
}
.flight-summary .card-header {
    padding: 6px 10px;
    background: 0 0;
    border-bottom-style: dotted;
    border-bottom-color: #aaa;
}
.flight-summary .card:nth-child(1) {
    border-top: #aaa 1px dotted;
}
.flight-summary .card-header div {
    font-size: 12px;
    color: #444;
    text-decoration: none;
}
.flight-summary .card-body {
    border-bottom: #aaa 1px dotted;
    line-height: 2;
    font-size: 0.8rem;
    padding-top: 12px;
    padding-bottom: 12px;
}
.cartSummaryBox .airlines {
    font-size: 1.05rem;
    line-height: 1.2;
}
.cartSummaryBox .flight-number {
    font-size: 0.9rem;
    font-weight: 700;
    margin-right: 10px;
}
.cartSummaryBox .flight-class {
    margin-left: 5px;
}
.cartSummaryBox small.route-tips {
    border: 1px #d82a43 solid;
    padding: 2px 4px;
    color: #d82a43;
}
.cartSummaryBox .IATA-code {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 700;
}
.cartSummaryBox small.airport-tw {
    font-size: 0.82rem;
    letter-spacing: 0.5px;
}
.totalPriceBox {
    background: #fff3f3;
    border: 1px #ccc solid;
    border-top: none;
    padding-top: 18px;
}
.priceIncludeBox {
    background: #f8f8f8;
    border: 1px #ccc solid;
    border-top: none;
    padding-right: 25px;
    padding-left: 25px;
    text-align: justify;
}
.ls-04 {
    letter-spacing: 0.4px;
}
.modal-body.flight {
    padding: 20px 30px 20px 25px;
}
.addBox-airport {
    font-size: 1em;
    line-height: 1;
}
.addBox-flight-time {
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.5px;
}
.addBox-margin {
    margin: 6px 10px;
}
.addBox-margin.baggage {
    margin-left: 0;
    margin-right: 7.5px;
}
.addBox-margin.bag,
.addBox-margin.meal {
    margin-left: 0;
    margin-right: 12px;
}
.add-item-title {
    background: #e8e8e8;
    color: #7e818e;
    border-bottom: none;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
}
.add-item-content {
    background: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
    padding: 6px 10px;
    color: #000;
}
.add-item-price {
    font-size: 0.8rem;
    color: #000;
}
.button.small.code-btn {
    margin-top: 5px;
    padding: 12px 15px 12px 15px;
    font-size: 0.85rem;
    border: 1px solid #d82a43;
}
.addFlightDelay-agree .checkbox-container span small {
    border: 1px #d82a43 solid;
    padding: 2px 4px;
    color: #d82a43;
    margin-right: 12px;
}
.addFlightDelay-agree .checkbox-container span span {
    font-size: 0.9rem;
    vertical-align: middle;
}
.payment-wrap {
    background: #fff;
    padding: 45px 35px 20px 35px;
    border-radius: 26px;
    box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 8px;
}
.payment-method i {
    color: #6b717e;
    transition: 0.2s ease-in;
}
.payment-method i:hover {
    opacity: 0.95;
    color: #1a1f71;
    transition: 0.2s ease-in;
}
.modal {
    -webkit-overflow-scrolling: auto !important;
}
.repay-icon-style {
    font-size: 1.6rem;
    margin-left: 7px;
}
.text-blue {
    color: #0096f2;
}
#flight-cancel-terms ol {
    margin-left: 35px;
    margin-right: 15px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    font-size: 14.3px;
    text-align: justify;
}
.cancel-form-wrap {
    padding: 0 20px;
}
.ceditcard-box {
    background-color: #f8f8f8;
    padding: 20px 30px;
}
#flight-booking ol,
#flight-note ol,
#flight-price ol,
#flight-seat ol {
    margin-left: 35px;
    margin-right: 15px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-size: 14px;
    text-align: justify;
}
#flight-price ol li span {
    font-weight: 700;
    font-size: 14.5px;
}
.bdr-line {
    border-right: 1px #aaa dotted;
}
.origin-destination {
    font-size: 1.4em;
    line-height: 1;
    font-weight: 700;
}
.origin-destination small {
    font-size: 0.8rem;
    margin-left: 7px;
}
.re-search-box {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
    background: #fff;
    display: none;
}
.summarize-head {
    background: #d82a43;
    color: #fff;
}
.babyDes {
    line-height: 1.5;
}
.days {
    font-size: 12.5px;
    margin-bottom: 8px;
}
.checkbox-container.multi-nonstop {
    font-size: 12.5px;
    padding-left: 30px;
    line-height: 1.6;
}
.searched-info {
    font-size: 0.75rem;
    line-height: 1.8;
    color: #fafafa;
    border-left: #eee dotted 1px;
    padding-left: 30px;
}
.flip {
    transform: rotate(180deg);
    -moz-transition: transform 0.1s ease-in;
    -webkit-transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
}
.tools {
    padding: 0 0 0 15px;
    border-left: 5px #d82a43 solid;
    margin-bottom: 10px;
}
.tools h6 {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.filterBox,
.sortBox {
    padding-bottom: 15px;
    border-bottom: 1px #aaa dotted;
    margin-bottom: 15px;
}
.sortBox &gt; label.radio-container {
    font-size: 0.8rem;
    padding-left: 35px;
    margin-bottom: 5px;
}
.ls-04 {
    letter-spacing: 0.4px;
}
.w-65 {
    width: 65%;
}
.w-45 {
    width: 45%;
}
.w-30 {
    width: 30%;
}
.toolsBox.mobile {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: calc(100vh - 55px);
    overflow-y: scroll;
    padding: 0 20px;
    z-index: 21;
    display: none;
}
.IATA-code {
    font-size: 1.4em;
    line-height: 1;
    font-weight: 700;
    margin-right: 7px;
}
.flight-direction {
    margin-right: 7px;
    position: relative;
    top: -2.6px;
}
.flight-wrap {
    background: #fff;
    padding: 18px 15px 18px 20px;
}
.airline {
    font-size: 0.95rem;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
}
.budget-airlines {
    color: #d82a43;
    font-size: 0.6rem;
    margin-left: 5px;
}
.flight-intro {
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-right: 7px;
}
.flight-time {
    font-size: 2em;
    line-height: 1;
    font-weight: 100;
    color: #d82a43;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.time-jet-lagged {
    font-weight: 300;
    letter-spacing: 0;
    top: -1rem;
    left: 2px;
}
.airport-city {
    color: #6e717e;
    font-size: 0.8rem;
}
.transfer-airport {
    color: orange;
    background: #fff8eb;
    border: 1px orange solid;
    border-radius: 50px;
    font-weight: 900 !important;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 8px;
    z-index: 2;
}
.transfer-airport.non-stop {
    color: #28a745;
    background: #e8faec;
    border: 1px #28a745 solid;
    z-index: 2;
}
.transfer-city {
    color: #6e717e;
    font-size: 0.75rem;
}
.airport-flight-route {
    width: 100%;
    height: 1px;
    background: #5c5e69;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}
.airport-flight-route:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5c5e69;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-44%);
}
.airport-flight-route:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5c5e69;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-44%);
}
.detail-text {
    font-size: 0.8rem;
    color: #6e717e;
    letter-spacing: 1px;
    padding: 4px 15px 3px 15px;
    transition: 0.2s ease-in;
}
.detail-text:hover {
    background: #eaeaea;
    cursor: pointer;
    transition: 0.2s ease-in;
}
.detail-text .fas.fa-chevron-down {
    opacity: 0.75;
}
.flight-detail-info {
    background: #fff;
    padding: 30px 30px 10px 45px;
}
.timeline-flight ol {
    list-style: none;
    font-size: 23px;
    line-height: 1;
}
.timeline-flight ol li {
    position: relative;
}
.timeline-flight ol li:not(:first-child):not(:last-child):before {
	content: "\8f49";  /* 頧� */
    font-weight: 900;
    font-size: 12px;
    background: #fff8eb;
    line-height: 1;
    padding: 3px 2px 2px 3px;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    left: -1.5rem;
    border: 1px orange solid;
    color: orange;
    z-index: 2;
}
:lang(en) .timeline-flight ol li:not(:first-child):not(:last-child):before {
    content: "T";
}
.timeline-flight ol li:first-child:before,
.timeline-flight ol li:last-child:before {
    content: "";
    font-weight: 900;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 6px;
    left: -1.2rem;
    z-index: 3;
}
.subtotal-time {
    border-radius: 50px;
    border: 1px orange solid;
    font-size: 0.6rem;
    line-height: 1.5 !important;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 0 8px;
    z-index: 2;
    margin-bottom: 5px;
}
.fly {
    color: #0096f2;
    border-color: #0096f2;
    background: #f2faff;
}
.trans {
    color: orange;
    background: #fff8eb;
    border-color: orange;
}
.timeline-flight ol li::after {
    content: "";
    width: 1px;
    height: calc(100% + 0px);
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    position: absolute;
    left: -0.95rem;
    top: 15px;
}
.timeline-flight ol li: {
    height: 0;
}
.timeline-flight ol li:last-child:after {
    height: 0;
}
.timeline-flight ol li div {
    font-size: 0.8rem;
    line-height: 1.7;
}
.timeline-flight ol li div .row .col-md-2,
.timeline-flight ol li div .row .col-md-4,
.timeline-flight ol li div .row .col-xl-3,
.timeline-flight ol li div .row .col-xl-auto {
    border-right: 1px dotted #aaa !important;
}
.during-time {
    color: #0096f2;
    color: #6e717e;
    margin-top: 17px;
    margin-bottom: 15px;
}
.during-time span {
    margin-left: -17px;
}
.airplane-price {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1;
}
.departure-checked {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
}
.choose {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 4;
    padding-bottom: 30px;
}
.button.full-rounded {
    border-radius: 50px;
    padding-bottom: 13px;
    letter-spacing: 1px;
}
.button.medium.white {
    border-color: rgba(255, 255, 255, 0.85);
    color: rgba(255, 255, 255, 0.85);
}
a:hover.button.medium.white {
    background: rgba(255, 255, 255, 0.3);
}
.button.medium.white {
    border-color: rgba(125, 125, 125, 0.85);
    color: rgba(125, 125, 125, 0.85);
}
a:hover.button.medium.white {
    background: rgba(125, 125, 125, 0.3);
}
.pt-25 {
    padding-top: 25px;
}
.multi-route-fightDetails {
    margin-left: -20px;
}
.multi-route-fightDetails &gt; .nav-pills &gt; .nav-item &gt; a.nav-link {
    color: #6B717E;
    border-radius: 0;
    font-size: 0.8rem;
    padding: 2px 16px;
}
.multi-route-fightDetails &gt; .nav-pills &gt; .nav-item &gt; a.nav-link.active {
    color: #fff;
    background: #d82a43;
}
.multi-route-fightDetails &gt; .nav-pills &gt; .nav-item &gt; a.nav-link:not(.active):hover {
    color: #d82a43;
    text-decoration: none;
    transition: all .2s ease;
}
.lh-14 {
    line-height: 1.4;
}
.neutral-color {
    color: #6e717e !important;
}
.flightTickets-info {
    font-size: 0.8rem;
    margin-right: 15px;
    display: inline-block;
}
.btn-padding {
    padding: 10px 37px 10px 37px !important;
}
.button.price-calendar {
    padding: 10px 15px 10px 15px;
}
.price-calendar-date .col {
    border-bottom: 1px #d84a48 solid;
    transition: 0.4s;
}
.price-calendar-date .col:after {
    content: "";
    display: block;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-right: 1px #aaa dotted;
}
.price-calendar-date .col.active:after,
.price-calendar-date .col:nth-child(3):after,
.price-calendar-date .col:nth-child(7):after {
    border-right: none;
}
.price-calendar-date .col.active,
.price-calendar-date .col:hover {
    flex-basis: 5%;
    transition: 0.4s;
}
.price-calendar-date .col.active {
    border-top: 1px #d84a48 solid;
    border-left: 1px #d84a48 solid;
    border-right: 1px #d84a48 solid;
    border-bottom: none;
}
.date-box {
    background: 0 0;
    padding-top: 7px;
    padding-bottom: 13px;
    line-height: 1.5;
    font-size: 0.85rem;
    border-top: 5px transparent solid;
}
a:hover .date-box {
    color: #6e717e;
}
.date-box .price {
    font-size: 0.95rem;
    font-weight: 700;
}
.price-calendar-date .col.active .date-box {
    font-weight: 700;
}
.price-calendar-date .col.sale:before {
    content: "��雿�";
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 1;
    border-radius: 50px;
    position: absolute;
    top: -10px;
    transform: translateX(-50%);
    padding: 2.5px 10px;
    background: #fff;
    border: 1px orange solid;
    color: orange;
}
:lang(en) .price-calendar-date .col.sale:before {
    content: "BEST";
}
.price-calendar-table {
    background: rgba(255, 255, 255, 1);
    width: 100%;
}
.price-calendar-table tr th,
.tkt-price-table tr th {
    position: relative;
    background: #f5f5f5;
}
.price-calendar-table tr td,
.price-calendar-table tr th {
    text-align: center;
    transition: 0.2s;
}
.price-calendar-table tr td {
    padding: 7px 5px;
}
.price-calendar-table tr td a {
    width: 100%;
    height: 100%;
}
.price-calendar-table tr td:hover {
    background: #fff1f0;
    transition: 0.2s;
}
.price-calendar-table tr td:hover span {
    color: #d84a48;
    font-weight: 700;
    transition: 0.2s;
}
.price-calendar-table tr td span.sale {
    color: orange;
    font-weight: 700;
}
.price-calendar-table tr td span.active {
    color: #d84a48;
    font-weight: 700;
}
.price-calendar-table tr td img {
    width: 20px;
    margin-right: 3px;
}
.price-calendar-table tr:nth-child(-n + 5) td:nth-child(5),
.price-calendar-table tr:nth-child(5) td:nth-child(-n + 5) {
    background: #fff1f0;
}
.price-calendar-table tr:first-child th {
    background: #e5e5e5;
}
.price-calendar-table tr:first-child th:first-child {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 0.8rem;
}
.price-calendar-table .sup {
    position: relative;
    line-height: 1;
    text-align: right;
    z-index: 1;
}
.price-calendar-table .inf {
    position: relative;
    line-height: 1;
    text-align: left;
    z-index: 1;
}
.price-calendar-table tr:first-child th:first-child::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    background-size: cover;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.detail-text {
    cursor: pointer;
    transition: 0.2s;
}
.detail-text:hover {
    background: rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}
.header-img-ptpb.airlines {
    padding-top: 170px;
    padding-bottom: 170px;
}
.tab-H-scrollbar.airlines .nav-tabs .nav-link {
    color: #8c8f9b;
}
.tab-H-scrollbar.airlines .nav-tabs .nav-link.active,
.tab-H-scrollbar.airlines .nav-tabs .nav-link:hover {
    color: #fff;
}
.activity-title-wrap {
    padding: 30px 40px 30px 25px;
}
.activity-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 35px;
}
.activity-intro {
    font-size: 0.9rem;
    color: #6e717e;
    letter-spacing: 0.5px;
    padding-left: 30px;
    margin-bottom: 0;
}
.detail-head-title:before {
    content: "";
    width: 4px;
    height: 15px;
    background: #d82a43;
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-top;
}
.detail-head-title {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 7px;
    color: #d82a43;
}
.detail-body {
    padding-left: 12px;
    font-size: 0.9rem;
    letter-spacing: 0.6px;
    line-height: 1.6;
}
.plane-bg:before {
    content: "\f5b0";
    color: #eee;
    opacity: 0.6;
    line-height: 1;
    font-size: 16rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: -70px;
    left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
@media screen and (min-width: 1200px) {
    .pr-xl-0 {
        padding-right: 0;
    }
    .xl-width {
        min-width: 147.844px;
    }
    .ms-xl--48 {
        margin-left: -48px;
    }
    .ml-xl--89 {
        margin-left: -89px;
    }
    .pl-xl-25 {
        padding-left: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .timeline-flight ol li div .row .col-md-2:last-child,
    .timeline-flight ol li div .row .col-md-8 {
        border-right: 0 !important;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .w-lg-60 {
        width: 60%;
    }
    .w-lg-35 {
        width: 35%;
    }
}
@media screen and (max-width: 992px) {  /* 敺�768�㺿���992 */
    .toolsBox-sm {
        padding: 15px 0;
        background: #fff;
        color: #6e717e;
        color: #d82a43;
        font-size: 0.95rem;
        letter-spacing: 0.8px;
        box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.1);
    }
    .button.medium.btn-padding {
        padding: 9px 15px !important;
        line-height: 1.2;
        letter-spacing: 0;
    }
    .pb-md-15 {
        padding-bottom: 15px;
    }
    /*隞乩�钅�蹱挾�糓�鰵��?*/
    .price-calendar-table tr:first-child th:first-child {
		padding: 0 2px!important
	}
	.price-calendar-date {
		overflow-x: auto;
		overflow-y: visible;
		flex-wrap: nowrap;
		padding-top: 15px
	}
	.price-calendar-date .col,
	.price-calendar-date .col.active,
	.price-calendar-date .col:hover {
		flex: 0 0 20%
	}
	.price-calendar-table tr td,
	.price-calendar-table tr th {
		padding: 5px;
		line-height: 1.2
	}
	.price-calendar-date .col.sale:before {
		width: 55%
	}
}
/*�鰵��*/
@media screen and (max-width:500px) {
    .price-calendar-date .col,
	.price-calendar-date .col.active,
	.price-calendar-date .col:hover {
		flex: 0 0 27%
	}
}
@media screen and (min-width: 480px) {
    .add-width-box {
        width: calc(100% - 15px);
    }
}
@media screen and (max-width: 480px) {
    .exchange-btn:after {
        right: -5px;
        padding-right: 0;
    }
    .none-padding {
        margin-top: 0;
    }
    .owl-airlines-activity .owl-item:after {
        content: "";
        padding-top: 76%;
        display: block;
        overflow: hidden;
    }
    .slider-img {
        position: absolute;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        width: auto !important;
        max-width: unset;
        max-height: 100%;
        margin: auto;
    }
    .pl-sm-15 {
        padding-left: 15px !important;
    }
    .tab-H-scrollbar .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .tab-H-scrollbar .nav-tabs .nav-link {
        min-width: 80px;
    }
    .addBox-margin {
        margin: 10px auto;
        text-align: center;
    }
    .addBox-margin.bag,
    .addBox-margin.baggage,
    .addBox-margin.meal {
        margin: 5px auto;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .nav-link {
        display: block;
        padding: 0.5rem 0.7rem;
    }
    .searched-info {
        border-left: none;
        padding-left: 0;
        line-height: 1.5;
        margin-top: 12px;
    }
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .pl-sm-6 {
        padding-left: 6px !important;
    }
    .pr-sm-6 {
        padding-right: 6px !important;
    }
    .pl-sm-15 {
        padding-left: 15px !important;
    }
    .pl-sm-20 {
        padding-left: 20px !important;
    }
    .pr-sm-20 {
        padding-right: 20px !important;
    }
    .pl-sm-30 {
        padding-left: 30px;
    }
    .pr-sm-30 {
        padding-right: 30px;
    }
    .pt-xs-10 {
        padding-top: 10px !important;
    }
    .pt-sm-15 {
        padding-top: 15px;
    }
    .pb-sm-15 {
        padding-bottom: 15px;
    }
    .pt-sm-25 {
        padding-top: 25px;
    }
    .pb-sm-25 {
        padding-bottom: 25px;
    }
    .pt-xs-20 {
        padding-top: 20px !important;
    }
    .mt-sm-5 {
        margin-top: 5px !important;
    }
    .mt-sm-7 {
        margin-top: 7px !important;
    }
    .mb-sm-5 {
        margin-bottom: 5px !important;
    }
    .ml-sm-15 {
        margin-left: 15px;
    }
    .mr-sm-15 {
        margin-right: 15px;
    }
    .button.medium.thin.price-calendar {
        padding: 7px !important;
        line-height: 1.5;
    }
    .flight-time {
        font-size: 1.5rem;
        font-weight: 300;
    }
    .flight-wrap {
        padding: 30px;
    }
    .timeline-flight ol li div .row .col-xl-3,
    .timeline-flight ol li div .row .col-xl-auto:nth-child(2) {
        border: none !important;
    }
    .timeline-flight ol li div .row .col-md-4 {
        border: none !important;
    }
    .flightTickets-info {
        font-size: 0.7rem !important;
        margin-top: 7px;
    }
    .activity-title-wrap {
        padding-left: 40px;
    }
    .airlines.tab-H-scrollbar .nav-tabs .nav-link {
        min-width: 120px;
    }
    /* �鰵��? */
    .price-calendar-table tr:first-child th:first-child {
        padding: 0 2px !important;
    }
    .price-calendar-date {
        overflow-x: auto;
        overflow-y: visible;
        flex-wrap: nowrap;
        padding-top: 15px;
    }
    .price-calendar-date .col,
    .price-calendar-date .col.active,
    .price-calendar-date .col:hover {
        flex: 0 0 30%;
    }
    .price-calendar-table tr td,
    .price-calendar-table tr th {
        padding: 5px;
        line-height: 1.2;
    }
    .price-calendar-date .col.sale:before {
        width: 55%;
    }
}
@media screen and (max-width:380px) {
    .price-calendar-date .col,
	.price-calendar-date .col.active,
	.price-calendar-date .col:hover {
		flex: 0 0 30%
	}
}
@media screen and (max-width: 375px) {
    .flight-wrap {
        padding: 20px 12px;
    }
}
@media screen and (max-width: 340px) {
    .flightTickets-info {
        margin-right: 7px;
    }
    .price-calendar-date .col,
    .price-calendar-date .col.active,
    .price-calendar-date .col:hover {
        flex: 0 0 35%;
    }
}
@media screen and (max-width: 320px) {
    .inlineb-item {
        margin-right: 9px !important;
    }
    .inlineb-item:last-child {
        margin-right: 0 !important;
    }
}


/* twflight? */
.exchange-btn1:after {
	content: "\f362";
	color: #d82a43;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: -5px;
	padding: 0;
	z-index: 15;
	user-select: none
}
.exchange-btn2:after {
	content: "\f362";
	color: #d82a43;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 15px;
	right: -5px;
	padding: 0;
	z-index: 15;
	user-select: none
}
.twflight_loading_search {
    position: fixed; z-index: 50;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: none;
}
.twflight_loading_search .progress {
    position: absolute;
	top: 40%; left: 25%;
    width: 50%; height: 3%;
}
.bar-text {
    position: absolute;
	color: white;
    top: 45%; left: 25%;
	font-size: 150%;
	font-weight: bold;
	line-height: normal;
}
.twflight_loading {
	position: fixed; z-index: 50;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: none;
}
.mask {
	position: absolute;
	width: 100%; height: 100%;
	background-color: #000; opacity:0.5;
	overflow: hidden;
	background-attachment: fixed;
}
.twflight_loading .progress {
	position: absolute;
	top: 40%; left: 25%;
	width: 50%; height: 3%;
}
div.search-other-btn-sm { display: none; }
@media screen and (max-width: 768px) {
  div.search-other-btn-sm { display: inline-block; }
  div.search-other-btn-lg { display: none; }
}

label.short-text { display: none; }
@media screen and (max-width: 600px) {
  label.short-text { display: inline-block; }
  label.full-text { display: none; }
}
/* twflight 蝯鞉��*/


/* ��㰘頃��? */
.checkbox-square-thin {
	width: 100%;
	margin-bottom: 0
}
.checkbox-square-thin&gt;input[type=checkbox] {
	visibility: hidden;
	position: absolute;
	width: 0
}
.checkbox-square-thin&gt;input[type=checkbox]+div {
	cursor: pointer;
	font-size: .83rem;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
	border: 1px #c5c5c5 solid;
	padding: 6px 10px;
	color: #c5c5c5;
	transition: .1s ease-in
}
.checkbox-square-thin&gt;input[type=checkbox]:checked+div {
	border: 1px #d82a43 solid;
	color: #d82a43;
	transition: .1s ease-in
}
/* ��㰘頃��蝯鞉�� */
</pre></body></html>