/* ===== Reset ===== */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, em, button {
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    color: #333;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}
img, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
input, textarea { font-size: 16px; }
textarea { resize: none; }
button {
    border: 0;
    cursor: pointer;
    position: relative;
}
button:active:before {
    position: absolute;
    content: "";
    top: 0; left: 0;
    width: 100%; height: 100%;
    box-sizing: border-box;
    z-index: 0;
    background: rgba(0, 0, 0, 0.1);
}
em, i, dfn { font-style: normal; }
table { border-collapse: collapse; }
a {
    color: #3256c6;
    text-decoration: none;
    outline: none;
}
a:hover { text-decoration: none; }
*:focus { outline: none; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #ccc;
}
ul li, ol li { list-style: none; }

/* ===== Utility ===== */
.fl { float: left; }
.fr { float: right; }
.tgrey { color: #6a7285; }
.base_bd {
    max-width: 1290px;
    min-width: 980px;
    width: auto;
    margin: 0 auto;
}
.base_bd:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
}

/* ===== Top Bar ===== */
.top_bar {
    background: #1a1a2e;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 101;
}
.top_bar_inner {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
.top_bar_left span { margin-right: 8px; }
.top_bar_phone {
    color: #fff;
    font-weight: 600;
}
.top_bar_center {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}
.top_bar_right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.top_bar_social {
    display: flex;
    gap: 12px;
    align-items: center;
}
.social_icon {
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: color 0.2s;
}
.social_icon:hover { color: #fff; }
.top_bar_login {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}
.top_bar_login:hover { color: #fff; }

/* ===== Header New ===== */
.header_new {
    height: 72px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #e8e7e7;
    transition: all ease-in-out 200ms;
}
.header_new.white {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.header_inner {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 72px;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
}
.header_logo { flex-shrink: 0; }
.logo_link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.logo_img {
    height: 40px;
    width: auto;
}
.header_tabs {
    display: flex;
    gap: 28px;
    align-items: center;
}
.header_tab_wrap {
    position: relative;
    overflow: visible;
}
.header_tab_wrap .tip_city {
    left: 0;
    top: 40px;
}
.header_tab {
    font-size: 15px;
    color: #6a7285;
    padding: 24px 0;
    position: relative;
    transition: color 0.2s;
    white-space: nowrap;
}
.header_tab:hover { color: #13172b; }
.header_tab.active {
    color: #13172b;
    font-weight: 600;
}
.header_tab.active:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: #3256c6;
    border-radius: 2px 2px 0 0;
}
.header_right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.header_link {
    font-size: 14px;
    color: #6a7285;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.header_link:hover { color: #3256c6; }
.header_link svg { flex-shrink: 0; }
.header_login {
    font-size: 14px;
    color: #3256c6;
    font-weight: 500;
}
.header_login:hover { color: #1e3a8a; }

/* ===== Tip City (dropdown) ===== */
.tip_city {
    position: absolute;
    width: 500px;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 10px 20px 25px;
    box-sizing: border-box;
    z-index: 100;
    border-radius: 0 0 8px 8px;
}
.tip_city:before,
.tip_city:after {
    height: 0;
    width: 0;
    line-height: 0;
    border-style: dashed dashed solid dashed;
    position: absolute;
    content: "";
}
.tip_city:before {
    border-width: 15px;
    border-color: transparent transparent #f4f4f4 transparent;
    top: -30px;
    left: 25px;
}
.tip_city:after {
    border-width: 13px;
    border-color: transparent transparent #fff transparent;
    top: -26px;
    left: 27px;
}
.tip_city .city_list {
    padding-left: 105px;
    position: relative;
    margin: 10px 0;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}
.tip_city .city_list:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
}
.tip_city .city_list .country {
    color: #13172b;
    left: 0; top: 0;
    position: absolute;
    font-weight: 600;
}
.tip_city .city_list a {
    color: #3256c6;
    font-weight: 600;
    display: inline-block;
    margin-right: 18px;
}

/* ===== Banner ===== */
.banner_section {
    position: relative;
    height: 800px;
    overflow: hidden;
    background: #0a1628;
}
.banner_bg {
    position: absolute;
    top: 0; left: 50%;
    width: 2400px;
    height: 100%;
    margin-left: -1200px;
    object-fit: cover;
}
.banner_overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, rgba(10, 22, 40, 0.7) 0%, rgba(10, 22, 40, 0.3) 50%, rgba(10, 22, 40, 0.1) 100%);
}
.banner_content {
    position: relative;
    z-index: 10;
    max-width: 1290px;
    margin: 0 auto;
    padding-top: 226px;
    padding-left: 50px;
}
.banner_slogan_en {
    font-family: "Great Vibes", cursive;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 30px;
}
.banner_title {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.banner_desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    max-width: 506px;
    margin-bottom: 40px;
}
.banner_btn {
    display: inline-block;
    padding: 20px 42px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s;
    background: transparent;
}
.banner_btn:hover {
    background: #fff;
    color: #13172b;
}

/* ===== Section Common ===== */
.section_header {
    padding: 70px 0 50px;
    text-align: center;
}
.section_header .section_sub {
    font-family: "Great Vibes", cursive;
    font-size: 30px;
    color: #3256c6;
    line-height: 30px;
    margin-bottom: 5px;
}
.section_header .section_title {
    font-size: 40px;
    font-weight: 600;
    color: #13172b;
    line-height: 48px;
    letter-spacing: 1px;
}

/* ===== Hot Destinations ===== */
.destinations_section {
    padding: 0 10px;
}
.destinations_grid {
    max-width: 1290px;
    margin: 0 auto;
}
.destinations_row {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.dest_card {
    flex: 1;
    text-align: center;
    padding: 10px;
}
.dest_icon {
    width: 120px;
    height: auto;
    margin: 0 auto 16px;
}
.dest_name {
    font-size: 24px;
    font-weight: 600;
    color: #13172b;
    line-height: 25.6px;
    margin-bottom: 12px;
}
.dest_desc {
    font-size: 16px;
    color: #6a7285;
    line-height: 25.6px;
}
.dest_link {
    display: block;
    text-decoration: none;
}
.dest_link:hover .dest_name {
    color: #3256c6;
}

/* ===== Special Offers ===== */
.offers_section {
    background: #f4f6fa;
    padding-bottom: 110px;
}
.offers_grid {
    display: flex;
    gap: 20px;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 10px;
}
.offer_card {
    flex: 1;
    overflow: hidden;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.offer_card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.offer_img_wrap {
    overflow: hidden;
    height: 410px;
}
.offer_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.offer_card:hover .offer_img_wrap img {
    transform: scale(1.05);
}
.offer_info {
    background: #fff;
    padding: 40px 50px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}
.offer_info .offer_title {
    font-size: 30px;
    font-weight: 600;
    color: #13172b;
    line-height: 36px;
    margin-bottom: 14px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    overflow: hidden;
}
.offer_info .offer_desc {
    font-size: 16px;
    color: #6a7285;
    line-height: 25.6px;
    margin-bottom: 24px;
}
.offer_bottom {
    margin-top: auto;
}
.offer_link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #3256c6;
    line-height: 25.6px;
    transition: color 0.2s;
}
.offer_link:hover {
    color: #1e3a8a;
}

/* ===== Services ===== */
.services_section {
    padding-bottom: 95px;
    padding-top: 35px;
}
.services_grid {
    display: flex;
    max-width: 1290px;
    margin: 0 auto;
}
.service_card {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
}
.service_icon {
    width: 114px;
    height: 106px;
    margin: 0 auto 16px;
}
.service_icon img {
    width: 100%;
    height: 100%;
}
.service_name {
    font-size: 24px;
    font-weight: 600;
    color: #13172b;
    line-height: 25.6px;
    margin-bottom: 13px;
}
.service_desc {
    font-size: 16px;
    color: #6a7285;
    line-height: 25.6px;
}

/* ===== About Us ===== */
.about_section {
    padding: 0 10px;
    max-width: 1290px;
    margin: 0 auto;
}
.about_inner {
    display: flex;
    align-items: stretch;
    min-height: 653px;
}
.about_image {
    flex: 0 0 55%;
    overflow: hidden;
}
.about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content {
    flex: 1;
    padding: 70px 0 0 60px;
    display: flex;
    flex-direction: column;
}
.about_content .section_sub {
    font-family: "Great Vibes", cursive;
    font-size: 30px;
    color: #3256c6;
    line-height: 30px;
    margin-bottom: 5px;
}
.about_content .section_title {
    font-size: 40px;
    font-weight: 600;
    color: #13172b;
    line-height: 48px;
    margin-bottom: 20px;
}
.about_text {
    font-size: 16px;
    color: #6a7285;
    line-height: 25.6px;
    margin-bottom: 20px;
}
.about_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 27px;
    background: #3256c6;
    border: 2px solid #3256c6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s;
    align-self: flex-start;
}
.about_btn:hover {
    background: #1e3a8a;
    border-color: #1e3a8a;
    color: #fff;
}
.about_stats {
    display: flex;
    margin-top: auto;
}
.about_stat_video {
    flex: 0 0 152px;
    height: 142px;
    background: #f93;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.about_stat_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_stat_play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 2;
}
.about_stat_text {
    flex: 1;
    background: #f93;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    padding-left: 10px;
}

/* ===== Blog ===== */
.blog_section {
    padding-bottom: 110px;
}
.blog_wrapper {
    max-width: 1290px;
    margin: 0 auto;
    padding: 40px 10px 0;
}
.blog_layout {
    display: flex;
    gap: 25px;
}
.blog_main {
    flex: 0 0 calc(50% - 12.5px);
}
.blog_main_image {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}
.blog_main_image img {
    width: 100%;
    height: 396px;
    object-fit: cover;
}
.blog_date_badge {
    position: absolute;
    bottom: 30px;
    left: 20px;
    background: #fff;
    padding: 13px 20px 10px;
    text-align: center;
    border-top: 3px solid #f93;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1);
    min-width: 80px;
}
.blog_date_badge .year { font-size: 14px; color: #6a7285; line-height: 10px; }
.blog_date_badge .day { font-size: 32px; font-weight: 700; color: #3256c6; line-height: 20px; }
.blog_date_badge .month { font-size: 14px; color: #6a7285; line-height: 10px; }
.blog_meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.blog_category {
    font-size: 16px;
    color: #f93;
    font-weight: 500;
}
.blog_comments {
    font-size: 14px;
    color: #abadb1;
}
.blog_comments:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}
.blog_main_title {
    font-size: 24px;
    font-weight: 600;
    color: #13172b;
    line-height: 32px;
    margin-bottom: 8px;
}
.blog_main_excerpt {
    font-size: 16px;
    color: #6a7285;
    line-height: 25.6px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 27px;
    border: 2px solid #e8e7e7;
    color: #6a7285;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
    transition: all 0.3s;
}
.blog_btn:hover { border-color: #3256c6; color: #3256c6; }
.blog_sidebar { flex: 1; }
.blog_view_all {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.blog_view_all a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 27px;
    border: 2px solid #e8e7e7;
    color: #6a7285;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: #fff;
    transition: all 0.3s;
}
.blog_view_all a:hover { border-color: #3256c6; color: #3256c6; }
.blog_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.blog_item {
    display: flex;
    gap: 15px;
}
.blog_item_image {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}
.blog_item_image img {
    width: 100%;
    height: 187px;
    object-fit: cover;
}
.blog_item_date {
    position: absolute;
    bottom: -15px;
    left: 15px;
    background: #fff;
    padding: 13px 20px 10px;
    text-align: center;
    border-top: 3px solid #f93;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1);
    min-width: 70px;
}
.blog_item_content {
    flex: 1;
    padding-top: 14px;
}
.blog_item_content .blog_meta { margin-bottom: 7px; }
.blog_item_title {
    font-size: 18px;
    font-weight: 600;
    color: #13172b;
    line-height: 28px;
    margin-bottom: 7px;
}
.blog_item_excerpt {
    font-size: 16px;
    color: #6a7285;
    line-height: 25.6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== Video Showcase ===== */
.video_section {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 10px 80px;
}
.video_wrapper {
    position: relative;
    height: 726px;
    overflow: hidden;
    cursor: pointer;
}
.video_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_play_btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    z-index: 2;
}

/* ===== Footer New ===== */
.footer_new {
    background: #13172b;
    color: #abadb1;
}

/* Stats Row */
.footer_stats {
    padding: 25px 10px;
}
.footer_stats_inner {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.footer_stat_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer_stat_icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.footer_stat_icon img {
    width: 100%;
    height: 100%;
    transform: scaleY(-1);
}
.footer_stat_number {
    display: flex;
    align-items: center;
}
.footer_stat_number span {
    font-family: "PingFang SC", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
    display: inline-block;
    width: 18px;
    text-align: center;
}
.footer_stat_label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 25.6px;
}

/* Content Columns */
.footer_content {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 61px 0 51px;
}
.footer_content_inner {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
}
.footer_col_contact {
    flex: 0 0 234px;
}
.footer_col_links {
    flex: 1;
}
.footer_col_links:nth-child(2) {
    padding-left: 140px;
}
.footer_col_customer {
    flex: 0 0 344px;
}
.footer_col_title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}
.footer_contact_info {
    margin-bottom: 12px;
}
.footer_contact_info p {
    font-size: 16px;
    color: #abadb1;
    line-height: 26px;
    margin-bottom: 6px;
}
.footer_contact_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer_contact_item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: #abadb1;
    line-height: 25.6px;
}
.footer_contact_icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.footer_link_list {
    display: flex;
    flex-direction: column;
}
.footer_link_list a {
    font-size: 16px;
    color: #abadb1;
    line-height: 40px;
}
.footer_link_list a:hover {
    color: #fff;
}
.footer_customer_desc {
    font-size: 16px;
    color: #abadb1;
    line-height: 26px;
    margin-bottom: 20px;
}
.footer_qrcode {
    width: auto;
    height: 150px;
    display: ruby;
}
.footer_qrcode .img_desc {
    width: 125px;
    text-align: center;
}
.footer_qrcode img {
    width: 250px;
    height: 120px;
}

/* Bottom Bar */
.footer_bottom_bar {
    padding: 34px 0 24px;
}
.footer_bottom_inner {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_copyright {
    font-size: 16px;
    color: #abadb1;
    line-height: 26px;
}
.footer_social {
    display: flex;
    gap: 5px;
}
.footer_social_icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 14px;
    transition: background 0.2s;
}
.footer_social_icon:hover {
    background: rgba(255, 255, 255, 0.1);
}
.footer_social_icon img {
    width: 14px;
    height: 14px;
}

/* ===== Price ===== */
.price { color: #FF552E; }
.price dfn { font-size: 20px; }
.price strong { font-weight: 400; font-size: 35px; }
