@charset "utf-8";

/* ====== Banner ====== */
.cj-banner {
    width: 100%;
    overflow: hidden;
    background: #f5f7fa;
    margin-bottom: 0;
}

.cj-banner-inner {
    max-width: 1920px;
    margin: 0 auto;
}

.cj-banner-inner img {
    width: 100%;
    display: block
}

.cj-banner-slide {
    position: relative;
    overflow: hidden;
}

.cj-banner-slide img {
    width: 100%;
    display: block
}

.cj-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-top: -70px;
    text-align: center;
    color: #fff;
}

.cj-banner-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    letter-spacing: 2px;
}

.cj-banner-content p {
    font-size: 18px;
    margin-bottom: 25px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.15);
    color: rgba(255,255,255,0.92);
}

.cj-banner-btn {
    display: inline-block;
    padding: 12px 40px;
    background: #ff8c00;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 4px 15px rgba(255,140,0,0.4);
    -moz-box-shadow: 0 4px 15px rgba(255,140,0,0.4);
    box-shadow: 0 4px 15px rgba(255,140,0,0.4);
}

.cj-banner-btn:hover {
    background: #e67e00;
    color: #fff;
    -webkit-box-shadow: 0 6px 20px rgba(255,140,0,0.5);
    -moz-box-shadow: 0 6px 20px rgba(255,140,0,0.5);
    box-shadow: 0 6px 20px rgba(255,140,0,0.5);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* ====== Trust Bar ====== */
.cj-trust {
    background: #fff;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.cj-trust-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cj-trust-list li {
    float: left;
    width: 25%;
    padding: 10px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #f0f0f0;
}

.cj-trust-list li:last-child {
    border-right: none;
}

.cj-trust-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #1a73e8;
    background: linear-gradient(135deg, #1a73e8 0%, #06a7d3 100%);
    vertical-align: middle;
    margin-right: 14px;
    -webkit-box-shadow: 0 4px 12px rgba(26,115,232,0.25);
    -moz-box-shadow: 0 4px 12px rgba(26,115,232,0.25);
    box-shadow: 0 4px 12px rgba(26,115,232,0.25);
    position: relative;
    *display: inline;
    *zoom: 1;
}

.cj-trust-icon .cj-icon {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cj-icon-shield {
    background-image: url(/images/icons/icon-shield-check.png);
}

.cj-icon-star {
    background-image: url(/images/icons/icon-star.png);
}

.cj-icon-globe {
    background-image: url(/images/icons/icon-globe.png);
}

.cj-icon-headset {
    background-image: url(/images/icons/icon-headset.png);
}

.cj-trust-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.cj-trust-text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 4px;
}

.cj-trust-text p {
    font-size: 13px;
    color: #999;
    line-height: 1.4;
}

/* ====== Page Container ====== */
.cj-page {
    background: #f5f7fa;
    padding: 30px 0 50px;
}

/* ====== Module ====== */
.cj-module {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    overflow: hidden;
}

.cj-module-header {
    padding: 20px 25px 15px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    zoom: 1;
}

.cj-module-title {
    float: left;
    overflow: hidden;
    zoom: 1;
}

.cj-title-icon {
    float: left;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    margin-right: 12px;
    vertical-align: middle;
}

.cj-title-long {
    background: #1a73e8;
    background: linear-gradient(135deg, #1a73e8 0%, #06a7d3 100%);
    background-image: url(/images/icons/icon-airplane.png), linear-gradient(135deg, #1a73e8 0%, #06a7d3 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px, 100% 100%;
}

.cj-title-short {
    background: #ff8c00;
    background: linear-gradient(135deg, #ff8c00 0%, #ff5a00 100%);
    background-image: url(/images/icons/icon-flag.png), linear-gradient(135deg, #ff8c00 0%, #ff5a00 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px, 100% 100%;
}

.cj-title-visa {
    background: #43e97b;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    background-image: url(/images/icons/icon-briefcase.png), linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px, 100% 100%;
}

.cj-title-cruise {
    background: #0ea5bf;
    background: linear-gradient(135deg, #0ea5bf 0%, #06a7d3 100%);
    background-image: url(/images/icons/icon-cruise-ship.png), linear-gradient(135deg, #0ea5bf 0%, #06a7d3 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px, 100% 100%;
}

.cj-module-title h2 {
    float: left;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
    margin-right: 12px;
}

.cj-title-sub {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 36px;
}

.cj-module-dest {
    float: left;
    margin-left: 25px;
    overflow: hidden;
    zoom: 1;
    padding-top: 6px;
}

.cj-module-dest a {
    float: left;
    display: inline-block;
    padding: 4px 14px;
    margin-right: 8px;
    background: #f0f5ff;
    border-radius: 16px;
    font-size: 13px;
    color: #1a73e8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.cj-module-dest a:hover {
    background: #1a73e8;
    color: #fff;
    text-decoration: none;
}

.cj-module-more {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 36px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.cj-module-more:hover {
    color: #1a73e8;
    text-decoration: none;
}

/* ====== Module Body - Area Groups ====== */
.cj-module-body {
    padding: 20px 25px 25px;
}

.cj-area-group {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #eee;
}

.cj-area-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cj-area-header {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
}

.cj-area-header h3 {
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-right: 20px;
    line-height: 28px;
}

.cj-area-header h3 a {
    color: #333;
    position: relative;
    padding-left: 14px;
}

.cj-area-header h3 a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #1a73e8;
    border-radius: 2px;
}

.cj-area-header h3 a:hover {
    color: #1a73e8;
    text-decoration: none;
}

.cj-area-more {
    float: right;
    font-size: 13px;
    color: #999;
    line-height: 28px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.cj-area-more:hover {
    color: #1a73e8;
    text-decoration: none;
}

.cj-area-tags {
    float: left;
    overflow: hidden;
    zoom: 1;
    padding-top: 3px;
}

.cj-area-tags a {
    float: left;
    display: inline-block;
    padding: 3px 10px;
    margin-right: 6px;
    font-size: 13px;
    color: #666;
    background: #f5f7fa;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.cj-area-tags a:hover {
    background: #1a73e8;
    color: #fff;
    text-decoration: none;
}

/* ====== Short Module Override ====== */
.cj-module-short .cj-area-header h3 a:before {
    background: #ff8c00;
}

.cj-module-short .cj-module-dest a {
    background: #fff8f0;
    color: #ff8c00;
}

.cj-module-short .cj-module-dest a:hover {
    background: #ff8c00;
    color: #fff;
}

.cj-module-short .cj-area-tags a:hover {
    background: #ff8c00;
    color: #fff;
}

/* ====== Cruise Module ====== */
.cj-module-cruise .cj-area-header h3 a:before {
    background: #06a7d3;
}

.cj-cruise-intro {
    float: left;
    width: 280px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.cj-cruise-intro-inner {
    height: 100%;
    background: #0a5e73;
    background: linear-gradient(135deg, #0a5e73 0%, #0ea5bf 50%, #06a7d3 100%);
    padding: 45px 30px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cj-cruise-intro-inner::after {
    content: "⚓";
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 60px;
    opacity: 0.08;
}

.cj-cruise-intro-inner h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.cj-cruise-intro-inner p {
    font-size: 14px;
    line-height: 2;
    color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
}

.cj-cruise-btn {
    display: inline-block;
    padding: 10px 36px;
    background: #fff;
    color: #0a5e73;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.cj-cruise-btn:hover {
    background: #ff8c00;
    color: #fff;
    -webkit-box-shadow: 0 6px 18px rgba(255,140,0,0.4);
    -moz-box-shadow: 0 6px 18px rgba(255,140,0,0.4);
    box-shadow: 0 6px 18px rgba(255,140,0,0.4);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cj-cruise-grid {
    margin-left: 300px;
    overflow: hidden;
    zoom: 1;
}

.cj-cruise-item {
    display: block;
    float: left;
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 8px;
}

.cj-cruise-item:hover {
    background: #f0f9ff;
    -webkit-box-shadow: 0 2px 10px rgba(6,167,211,0.1);
    -moz-box-shadow: 0 2px 10px rgba(6,167,211,0.1);
    box-shadow: 0 2px 10px rgba(6,167,211,0.1);
}

.cj-cruise-img {
    float: left;
    width: 140px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 14px;
    border: 1px solid #e0f0f6;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    -moz-transition: border-color 0.3s, box-shadow 0.3s;
    -ms-transition: border-color 0.3s, box-shadow 0.3s;
    -o-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.cj-cruise-item:hover .cj-cruise-img {
    border-color: #06a7d3;
    -webkit-box-shadow: 0 4px 12px rgba(6,167,211,0.15);
    -moz-box-shadow: 0 4px 12px rgba(6,167,211,0.15);
    box-shadow: 0 4px 12px rgba(6,167,211,0.15);
}

.cj-cruise-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cj-cruise-info {
    overflow: hidden;
    zoom: 1;
}

.cj-cruise-info h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    margin: 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.cj-cruise-item:hover .cj-cruise-info h4 {
    color: #06a7d3;
}

.cj-cruise-meta {
    margin-bottom: 8px;
    line-height: 20px;
}

.cj-cruise-carrier {
    display: inline-block;
    padding: 1px 8px;
    background: #e8f7fb;
    color: #06a7d3;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 8px;
}

.cj-cruise-days {
    font-size: 12px;
    color: #999;
}

.cj-cruise-price {
    color: #ff5a00;
    font-size: 14px;
    font-weight: bold;
}

.cj-cruise-price i {
    font-style: normal;
    font-size: 13px;
}

.cj-cruise-price b {
    font-size: 20px;
    font-family: Arial, "Microsoft YaHei";
}

/* ====== Visa Module ====== */
.cj-module-visa .cj-area-header h3 a:before {
    background: #43e97b;
}

.cj-visa-intro {
    float: left;
    width: 280px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.cj-visa-intro-inner {
    height: 100%;
    background: #1a73e8;
    background: linear-gradient(135deg, #1a73e8 0%, #06a7d3 100%);
    padding: 45px 30px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cj-visa-intro-inner h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.cj-visa-intro-inner p {
    font-size: 14px;
    line-height: 2;
    color: rgba(255,255,255,0.9);
    margin-bottom: 25px;
}

.cj-visa-btn {
    display: inline-block;
    padding: 10px 36px;
    background: #fff;
    color: #1a73e8;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.cj-visa-btn:hover {
    background: #ff8c00;
    color: #fff;
    -webkit-box-shadow: 0 6px 18px rgba(255,140,0,0.4);
    -moz-box-shadow: 0 6px 18px rgba(255,140,0,0.4);
    box-shadow: 0 6px 18px rgba(255,140,0,0.4);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cj-visa-grid {
    margin-left: 300px;
    overflow: hidden;
    zoom: 1;
}

.cj-visa-item {
    float: left;
    width: 25%;
    text-align: center;
    padding: 12px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 8px;
    text-decoration: none;
}

.cj-visa-item:hover {
    background: #f0f5ff;
    -webkit-box-shadow: 0 2px 10px rgba(26,115,232,0.1);
    -moz-box-shadow: 0 2px 10px rgba(26,115,232,0.1);
    box-shadow: 0 2px 10px rgba(26,115,232,0.1);
}

.cj-visa-img {
    width: 110px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto 8px;
    border: 1px solid #e8f0fe;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    -moz-transition: border-color 0.3s, box-shadow 0.3s;
    -ms-transition: border-color 0.3s, box-shadow 0.3s;
    -o-transition: border-color 0.3s, box-shadow 0.3s;
    transition: border-color 0.3s, box-shadow 0.3s;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.cj-visa-item:hover .cj-visa-img {
    border-color: #1a73e8;
    -webkit-box-shadow: 0 4px 12px rgba(26,115,232,0.15);
    -moz-box-shadow: 0 4px 12px rgba(26,115,232,0.15);
    box-shadow: 0 4px 12px rgba(26,115,232,0.15);
}

.cj-visa-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cj-visa-name {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.cj-visa-item:hover .cj-visa-name {
    color: #1a73e8;
}

/* ====== Product List (from _ChannelDataList) ====== */
.product-list {
    overflow: hidden;
    zoom: 1;
}

.product-main {
    float: left;
    width: 480px;
}

.product-main .main-item {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    -moz-transition: box-shadow 0.3s, -moz-transform 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s, -o-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
}

.product-main .main-item:hover {
    -webkit-box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.product-main .img-wrap {
    height: 270px;
    overflow: hidden;
}

.product-main .img-wrap img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}

.product-main .main-item:hover .img-wrap img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.product-main .info-wrap {
    padding: 10px 12px;
}

.product-main .info-wrap h3 {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    height: 45px;
    overflow: hidden;
    margin-bottom: 4px;
    font-weight: 600;
}

.product-main .meta { font-size: 12px; line-height: 24px; color: #999; margin-bottom: 4px; }

.product-main .meta .days {
    margin-right: 10px;
}

.product-main .price {
    color: #ff5a00;
    line-height:24px;
}

.product-main .price em {
    font-size: 14px;
    font-style: normal;
}

.product-main .price strong {
    font-size: 22px;
    font-weight: 700;
}

.product-main .price span {
    font-size: 12px;
    color: #999;
    margin-left: 3px;
}

/* ====== Product Grid (2x2) ====== */
.product-grid {
    margin-left: 490px;
    overflow: hidden;
    zoom: 1;
}

.product-grid .grid-item {
    float: left;
    width: 50%;
    padding: 0 0 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.product-grid .grid-item:nth-child(3),
.product-grid .grid-item:nth-child(4) {
    padding-bottom: 0;
}

.product-grid .grid-item .grid-inner {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    -moz-transition: box-shadow 0.3s, -moz-transform 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s, -o-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
}

.product-grid .grid-item:hover .grid-inner {
    -webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.grid-img-wrap {
    height: 120px;
    overflow: hidden;
}

.grid-img-wrap img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}

.product-grid .grid-item:hover .grid-img-wrap img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.grid-info-wrap {
    padding: 6px 10px;
}

.grid-info-wrap h4 {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    height: 36px;
    overflow: hidden;
    margin-bottom: 4px;
    font-weight: 600;
}

.grid-bottom {
    overflow: hidden;
    zoom: 1;
}

.grid-days {
    float: left;
    font-size: 12px;
    color: #999;
}

.grid-price {
    float: right;
    color: #ff5a00;
}

.grid-price em {
    font-size: 12px;
    font-style: normal;
}

.grid-price strong {
    font-size: 16px;
    font-weight: 700;
}

.grid-price span {
    font-size: 12px;
    color: #999;
    margin-left: 2px;
}

/* ====== Side Navigation ====== */
.channel-sidenav {
    position: fixed;
    right: 50%;
    margin-right: -720px;
    top: 50%;
    margin-top: -80px;
    width: 72px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,0.1);
    box-shadow: 0 2px 16px rgba(0,0,0,0.1);
    z-index: 999;
    overflow: hidden;
}

.channel-sidenav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.channel-sidenav li {
    border-bottom: 1px solid #f0f0f0;
}

.channel-sidenav li a {
    display: block;
    padding: 14px 0;
    text-align: center;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.channel-sidenav li a span {
    display: block;
}

.channel-sidenav li a:hover,
.channel-sidenav li a.active {
    background: #1a73e8;
    color: #fff;
    text-decoration: none;
}

.channel-sidenav .back-top {
    display: block;
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
    color: #999;
    background: #f8f9fa;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.channel-sidenav .back-top:hover {
    background: #1a73e8;
    color: #fff;
    text-decoration: none;
}

/* ====== Domestic (GN) Page Styles ====== */
.channel-banner {
    width: 100%;
    overflow: hidden;
    background: #f5f7fa;
    margin-bottom: 0;
}

.channel-banner img {
    width: 100%;
    display: block
}

.channel-banner .banner-widget,
.channel-banner .carousel-wrap {
    position: relative;
    width: 100%;
    overflow: hidden
}

.channel-banner .carousel-list {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.channel-banner .carousel-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.channel-banner .carousel-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2
}

.channel-banner .carousel-item a {
    display: block;
    width: 100%
}

.channel-banner .carousel-item img {
    width: 100%;
    display: block;
    border: 0
}

.channel-banner .carousel-single a {
    display: block;
    width: 100%
}

.channel-banner .carousel-single img {
    width: 100%;
    display: block;
    border: 0
}

.channel-banner .carousel-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.channel-banner .carousel-dots .dot {
    display: inline-block;
    width: 28px;
    height: 4px;
    margin: 0 4px;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.channel-banner .carousel-dots .dot.active {
    background: #fff;
    width: 36px
}

.channel-banner .carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 44px;
    height: 68px;
    margin-top: -34px;
    background: rgba(0,0,0,.25);
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none
}

.channel-banner:hover .carousel-arrow {
    display: block
}

.channel-banner .carousel-arrow:hover {
    background: rgba(0,0,0,.5)
}

.channel-banner .carousel-prev {
    left: 12px
}

.channel-banner .carousel-next {
    right: 12px
}

.channel-banner .carousel-arrow .arrow-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -8px 0 0 -5px;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #fff transparent transparent
}

.channel-banner .carousel-next .arrow-icon {
    margin: -8px 0 0 -5px;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff
}

.channel-page {
    background: #f5f7fa;
    padding: 25px 0 50px;
}

.channel-block {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    overflow: hidden;
}

.block-header {
    padding: 20px 25px 15px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    zoom: 1;
}

.block-header h2 {
    float: left;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 36px;
    margin: 0;
}

.block-header h2 a {
    color: #333;
    position: relative;
    padding-left: 14px;
}

.block-header h2 a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #1a73e8;
    border-radius: 2px;
}

.block-header h2 a:hover {
    color: #1a73e8;
    text-decoration: none;
}

.block-header .more {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 36px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.block-header .more:hover {
    color: #1a73e8;
    text-decoration: none;
}

.block-body {
    padding: 20px 25px 25px;
}

.dest-nav {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #eee;
}

.dest-nav a {
    float: left;
    display: inline-block;
    padding: 4px 14px;
    margin-right: 8px;
    margin-bottom: 6px;
    background: #f0f5ff;
    border-radius: 16px;
    font-size: 13px;
    color: #1a73e8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.dest-nav a:hover {
    background: #1a73e8;
    color: #fff;
    text-decoration: none;
}
