/*
        Theme Name: Hkreaga3
        Theme URI: http://120.79.165.149/
        Description: blank theme
        Version: 1.0.0
        Author: crayonxiaoxin
        Author URI: http://120.79.165.149/
        Tags: Hkreaga3

        License: Ormedia
        License URI: http://35.197.140.226/license.php
*/

@charset "utf-8";
@font-face {
    font-family: 'Adobe FanHeiTi Std B';
    src: url('Adobe FanHeiTi Std B.otf');
}
@font-face {
    font-family: 'PMingLiU';
    src: url('fonts/PMingLiU.ttf');
}
@font-face {
    font-family: '華康中黑體';
    src: url('fonts/華康中黑體.TTC');
}
@font-face {
    font-family: '華康細明體';
    src: url('fonts/華康細明體.TTC');
}
/*------------------------------------*\
    media
\*------------------------------------*/

@media screen and (min-width: 992px) {
    .menus {
        display: block !important;
    }
    .rightArea {
        display: block !important;
    }
    .leftArea {
        background: none !important;
    }
    .leftArea .nav1, .leftArea .nav2, .leftArea .login {
        border: 1px solid #ccc !important;
    }
}
@media screen and (max-width: 1200px) {
    body .footer {
        font-size: 12px;
    }
    ul#menu-footer_menu li a {
        padding: 0 5px !important;
    }
    .footer .col-md-3.col-xs-12 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media screen and (max-width: 992px) {
    .header {
        /*height: 278px !important;*/
        min-height: 56px;
    }
    .web_banner_slider {
        display: none;
    }
    .header .header_info {
        display: none;
    }
    .top_banner_brand,
    .top_banner_logo_link,
    .top_banner_logo {
        display: none !important;
    }
    .mobile_top_bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        order: -1;
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-height: 56px;
        height: auto;
        padding: 8px 56px;
        background-image: linear-gradient(90deg, #1f236f 0%, #2D2E8F 45%, #3563AC 100%);
        z-index: 1000;
    }
    .mobile_top_menu_toggle {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        text-decoration: none;
        color: #fff;
    }
    .mobile_top_menu_toggle img {
        display: none;
    }
    .mobile_top_menu_toggle::before {
        content: "\2630";
        font-size: 30px;
        line-height: 1;
        color: #fff;
    }
    .mobile_top_logo_link {
        display: inline-block !important;
        width: auto;
        max-width: 60vw;
    }
    .mobile_top_logo {
        width: auto;
        max-width: 100%;
        max-height: 42px;
        height: auto;
        display: block !important;
    }
    .mobile_nav_overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1300;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        display: block;
    }
    .mobile_nav_panel {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(88vw, 360px);
        background: #fff;
        z-index: 1301;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        box-shadow: 2px 0 16px rgba(0, 0, 0, 0.2);
        display: block;
        overflow-y: auto;
    }
    body.mobile-nav-open .mobile_nav_overlay {
        opacity: 1;
        visibility: visible;
    }
    body.mobile-nav-open .mobile_nav_panel {
        transform: translateX(0);
    }
    .mobile_nav_header {
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 14px;
        color: #fff;
        background: linear-gradient(90deg, #1f236f 0%, #2D2E8F 45%, #3563AC 100%);
        font-size: 16px;
    }
    .mobile_nav_close {
        background: transparent;
        color: #fff;
        border: 0;
        font-size: 28px;
        line-height: 1;
    }
    .mobile_nav_body {
        padding: 10px 12px 16px;
    }
    .mobile_nav_section + .mobile_nav_section {
        margin-top: 12px;
        border-top: 1px solid #e5ebf5;
        padding-top: 12px;
    }
    .mobile_nav_panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile_nav_panel li {
        position: relative;
    }
    .mobile_nav_panel li > a,
    .mobile_nav_single_link {
        display: block;
        color: #2D2E8F;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 8px;
        border-bottom: 1px solid #edf1f8;
    }
    .mobile_nav_panel li > a.menu-text-only {
        cursor: default;
    }
    .mobile_nav_panel li:has(> ul.sub-menu) > a::after {
        content: "\25BE";
        float: right;
        color: #8aa0c8;
        font-size: 12px;
        line-height: 1;
        margin-top: 4px;
        transition: transform 0.2s ease, color 0.2s ease;
    }
    .mobile_nav_panel li.is-open > a::after {
        transform: rotate(180deg);
        color: #2D2E8F;
    }
    .mobile_nav_panel li > ul.sub-menu {
        display: none;
        background: #f7f9fc;
        border-left: 3px solid #d9e4f8;
        margin: 0 0 8px 0;
    }
    .mobile_nav_panel li.is-open > ul.sub-menu {
        display: block;
    }
    .mobile_nav_panel li > ul.sub-menu > li > a {
        font-size: 15px;
        color: #334466;
        padding: 9px 12px;
    }
    .mobile_forms_submenu {
        background: #f7f9fc;
        border-left: 3px solid #d9e4f8;
        margin: 0 0 8px 0;
    }
    .mobile_forms_submenu li a {
        display: block;
        font-size: 15px;
        color: #334466;
        text-decoration: none;
        padding: 9px 12px;
        border-bottom: 1px solid #edf1f8;
    }
    .mobile_member_search .form-control {
        height: 34px;
    }
    /* Force mobile submenu to expand downward in place (no right flyout). */
    .mobile_nav_panel ul.sub-menu,
    .mobile_nav_panel li > ul.sub-menu {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        transform: none !important;
        padding: 0 !important;
        margin: 0 0 8px 0 !important;
        border-left: 3px solid #d9e4f8 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
        background: #f7f9fc !important;
        white-space: normal !important;
        overflow: visible !important;
        z-index: auto !important;
    }
    .mobile_nav_panel li > ul.sub-menu > li {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: none !important;
    }
    .mobile_nav_panel li > ul.sub-menu > li > a::after {
        content: none !important;
    }
    .col-left {
        width: 100% !important;
    }
    .col-right {
        width: 100% !important;
    }
    .leftArea {
        position: relative;
    }
    .tab_content_left img {
        height: unset !important;
        max-height: 500px;
    }
    #menu-sidebar_menu_1>li, #menu-sidebar_menu_2>li, #menu-sidebar_menu_login>li {
        position: unset !important;
    }
    .leftArea .col-md-12, .leftArea .col-xs-12 {
        position: unset !important;
    }
    .leftArea .nav1, .leftArea .nav2, .leftArea .login {
        background: none !important;
    }
    ul li ul.sub-menu {
        display: none;
        list-style: none;
        position: absolute;
        right: 0%;
        width: 60%;
        z-index: 100;
        padding: 45px 0 0 0;
        margin: 0;
        top: 0;
        background: #96CDE7;
        border: solid 1px #ccc;
        height: 100%;
    }
    .sm_menu_show .menus {
        display: none;
        width: 40% !important;
    }
    .content {
        margin-top: 68px;
    }
    .content .rightArea {
        padding-top: 0px;
    }
    .sm_menu_show {
        display: block !important;
    }
    .sm_open_menu {
        display: none !important;
    }
    .container {
        padding: 0;
    }
    .rightArea {
        padding: 0 0 50px 0 !important;
    }
    .rightArea .tabs, .rightArea .newstabs, .rightArea .slider, .rightArea .about_tips {
        margin: 15px !important;
    }
    .rightArea .first_hand .tabs {
        margin: 0 !important;
    }
    ul#menu-footer_menu {
        display: none;
    }
    .rightArea .slider {
        height: 400px !important;
    }
    .rightArea .about_tips {
        padding-right: 0px !important;
    }
    .footer {
        text-align: left !important;
    }
    .first_hand_show .col-md-4.col-xs-12.left_content {
        padding-right: 0px !important;
    }
    .vacancies .panel-body .company_name {
        text-align: left;
    }
    .vacancies .panel-body .publish_time {
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .header {
        /*height: 215px !important;*/
    }
    .tabs ul#newstabs {
        display: none !important;
    }
    .news_detail .tabs ul#newstabs {
        display: block !important;
    }
    .news_detail .tabs ul#newstabs li {
        width: 82px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .news_detail .tabs ul#newstabs li strong {
        padding-right: 10px;
    }
    .sm_show_tab {
        display: block !important;
    }
    .newstabs_show div[name=content] {
        display: block !important;
        margin-bottom: 10px;
    }
    .newstabs_show .tab_content_right ul.news_list {
        padding: 0 15px;
    }
    .newstabs_show_more .tab_content_right ul.news_list {
        padding: 0 15px;
    }
    .rightArea .slider {
        height: 320px !important;
    }
    .member-detail table {
        width: 100% !important;
        margin: 0 !important;
    }
    .partition .slider .carousel-caption {
        right: 0 !important;
        left: 0 !important;
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 480px) {
    .header {
        /*height: 150px !important;*/
        min-height: 50px;
    }
    .mobile_top_bar {
        min-height: 50px;
        padding: 6px 48px;
    }
    .mobile_top_menu_toggle {
        left: 8px;
        width: 40px;
        height: 40px;
    }
    .mobile_top_menu_toggle::before {
        font-size: 26px;
    }
    .mobile_top_logo_link {
        max-width: 60vw;
    }
    .mobile_top_logo {
        max-height: 36px;
    }
    .login form button.col-xs-5 {
        padding: 0;
    }
    .rightArea .slider {
        height: 220px !important;
    }
    .property .property_bottom {
        display: unset;
        text-align: center;
    }
    .property_bottom div.col-md-3 p {
        text-align: center !important;
    }
    .partners ul.partners_type li {
        width: 33.3% !important;
    }
    .mortgage_referral .sm_content {
        padding: 24px 5px;
    }
    .first_hand .item a {
        height: 180px !important;
    }
    .first_hand.central-tray .item a {
        height: unset !important;
    }
    .first_hand.central-tray .item .item_detail {
        height: 180px !important;
    }
    .first_hand .item .item_img {
        height: 150px !important;
    }
    .first_hand .item .item_img img {
        height: 150px !important;
    }
    .paging span {
        padding: 2px !important;
        font-size: 13px !important;
    }
    .partition .extra_activity_imgs {
        height: 150px;
    }
    .current_image {
        min-height: unset !important;
        max-height: 80% !important;
    }
    .forms .fr_first {
        top: -10px !important;
    }
    .form_title_responsive {
        padding-top: 20px !important;
    }
}
/*------------------------------------*\
    Common
\*------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}
.header {
    /*height: 360px;*/
    /*text-align: center;*/
    background-color: #ccc;
}
body {
    /*font-family: 'Adobe FanHeiTi Std B';*/
    font-family: "Segoe UI", "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: 0.015em;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600;
    line-height: 1.42;
    letter-spacing: 0.015em;
}
.container {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 1500px !important;
    width: 100% !important;
    margin: 0 auto !important;
    background: #ffffff;
}
button {
    outline: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.block {
    display: block;
}
.content {
    /*min-height: 768px;*/
    min-height: 600px;
    background-color: #ffffff;
    margin-top: 12px;
    border-top: 0;
    flex: 1 0 auto;
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.sm_open_menu {
    padding: 0;
    display: none;
}
.sm_open_menu img {
    width: 60px;
    height: 30px;
}
.sm_menu_show.col-md-12, .sm_menu_show.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.sm_menu_show form.search.col-xs-4 {
    padding: 0;
}
.sm_menu_show form.search .btn_search {
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    background: url(images/search.png) no-repeat center;
    right: 6px;
    top: 3px;
}
.mobile_top_bar {
    display: none;
}
.mobile_top_menu_toggle {
    display: none;
}
.mobile_top_logo_link {
    display: none;
}
body.mobile-nav-open {
    overflow: hidden;
}
.mobile_nav_overlay {
    display: none;
}
.mobile_nav_panel {
    display: none;
}
.page-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f7faff 0%, #edf3fc 100%);
    transition: opacity 0.45s ease, visibility 0.45s ease;
}
.page-loader::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(53, 99, 172, 0.1) 0%, rgba(53, 99, 172, 0.02) 55%, rgba(53, 99, 172, 0) 100%);
    filter: blur(8px);
    animation: page-loader-blob 4.8s ease-in-out infinite;
}
.page-loader::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 18%, rgba(53, 99, 172, 0.05) 0%, rgba(53, 99, 172, 0) 36%);
    pointer-events: none;
}
.page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.page-loader__box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 250px;
    padding: 28px 24px 22px;
    color: #2D2E8F;
    border-radius: 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.page-loader__pulse {
    position: absolute;
    top: 18px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid rgba(53, 99, 172, 0.16);
    border-top-color: rgba(45, 46, 143, 0.45);
    animation: page-loader-orbit 2.4s linear infinite;
}
.page-loader__spinner {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #2D2E8F 0deg, #3563AC 180deg, rgba(53, 99, 172, 0.12) 360deg);
    animation: page-loader-spin 1.2s linear infinite;
}
.page-loader__spinner::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(53, 99, 172, 0.14);
}
.page-loader__spinner::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #2D2E8F;
    box-shadow: 0 0 0 3px rgba(45, 46, 143, 0.12);
}
.page-loader__dots {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 10px;
    margin-top: 1px;
}
.page-loader__dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6a8bc1;
    opacity: 0.45;
    animation: page-loader-dot 1.2s ease-in-out infinite;
}
.page-loader__dots span:nth-child(2) {
    animation-delay: 0.18s;
}
.page-loader__dots span:nth-child(3) {
    animation-delay: 0.36s;
}
.page-loader__text {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #273b61;
    text-shadow: none;
}
.page-loader__line {
    width: 170px;
    height: 3px;
    border-radius: 999px;
    overflow: hidden;
    background: #e6edf8;
}
.page-loader__line span {
    display: block;
    width: 48%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(53, 99, 172, 0) 0%, #2D2E8F 50%, rgba(53, 99, 172, 0) 100%);
    animation: page-loader-shimmer 1.6s linear infinite;
}
@keyframes page-loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes page-loader-orbit {
    0% {
        transform: rotate(0deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.5;
    }
}
@keyframes page-loader-blob {
    0%, 100% {
        transform: translate(-56px, -34px) scale(0.94);
    }
    50% {
        transform: translate(54px, 38px) scale(1.02);
    }
}
@keyframes page-loader-dot {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: 0.35;
    }
    40% {
        transform: translateY(-3px);
        opacity: 0.85;
    }
}
@keyframes page-loader-shimmer {
    0% {
        transform: translateX(-120%);
    }
    100% {
        transform: translateX(220%);
    }
}
.col-left {
    width: 20%;
}
.col-right {
    width: 80%;
}
.leftArea {
    display: none !important;
}
.col-left,
.content .col-left {
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.col-right,
.content .col-right,
.rightArea.col-md-10,
.rightArea.col-xs-12 {
    width: 100% !important;
}
.margin_bottom_20 {
    margin-bottom: 20px;
}
.margin_top_30 {
    margin-top: 30px;
}
.margin_tb_20 {
    margin: 20px 0 !important;
}
.text_left {
    text-align: left;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.hidden {
    display: none !important;
}
.full {
    width: 100%;
    height: 100%;
}
/*------------------------------------*\
    Header
\*------------------------------------*/

.header {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    max-height: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
}
.header.col-md-12, .header.col-xs-12 {
    padding: 0;
}
.header>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.web_banner_slider {
    width: 100%;
    height: 380px;
    min-height: 380px;
    max-height: 560px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
.web_banner_slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 380px;
    min-height: 380px;
    max-height: 560px;
    object-fit: cover;
    object-position: center center;
    opacity: 0;
    transition: opacity 1.1s ease-in-out;
    display: block;
}
.web_banner_slide_base {
    opacity: 1;
    z-index: 1;
}
.web_banner_slide_overlay {
    z-index: 2;
}
.web_banner_slide_overlay.is-visible {
    opacity: 1;
}
.back_home {
    position: absolute;
    left: 0;
    top: 50px;
    height: 120px;
}
.top_banner_brand {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    order: -2;
    align-self: stretch;
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 98px;
    max-height: 168px;
    padding: 6px 12px;
    margin: 0;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}
.top_banner_logo_link {
    display: block;
    flex: 0 0 auto;
}
.top_banner_row2 {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 2px 16px 0;
}
.top_banner_center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.top_banner_center:hover,
.top_banner_center:focus {
    text-decoration: none;
}
.top_banner_logo_text {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    line-height: 1.02;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
}
.top_banner_logo_text:hover,
.top_banner_logo_text:focus,
.top_banner_logo_text:active {
    text-decoration: none;
}
.top_banner_logo {
    width: clamp(72px, 6.6vw, 92px);
    min-width: clamp(72px, 6.6vw, 92px);
    max-width: clamp(72px, 6.6vw, 92px);
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.16));
}
.top_banner_logo_text_zh {
    color: #2D2E8F;
    font-size: clamp(16px, 1.45vw, 24px);
    font-weight: 700;
    letter-spacing: 0.6px;
}
.top_banner_logo_text_en {
    color: #E53935;
    font-size: clamp(8px, 0.68vw, 11px);
    font-weight: 700;
    letter-spacing: 0.2px;
}
.top_banner_meta {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    font-size: 14px;
    color: #3e4a66;
    white-space: nowrap;
    justify-content: flex-start;
    margin-left: 0;
    justify-self: start;
}
.top_banner_member {
    position: relative;
    justify-self: end;
}
.top_banner_member .header_action_btn {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    padding: 0 10px;
    background: #ffffff;
    color: #2D2E8F;
    border: 1px solid #c9d8f0;
}
.top_banner_member .header_action_btn:hover,
.top_banner_member .header_action_btn:focus {
    background: #f3f8ff;
}
.top_banner_member .header_member_dropdown {
    top: calc(100% + 6px);
    right: 0;
}
.header_member_inline {
    font-size: 13px;
    color: #334466;
    text-align: right;
    line-height: 1.6;
}
.header_member_inline .header_member_actions {
    margin-top: 2px;
    justify-content: flex-end;
}
.top_banner_meta #showtime {
    color: #2D2E8F;
    font-weight: 600;
}
.top_banner_meta .top_link_icon {
    font-size: 14px;
    color: #3563AC;
}
.top_banner_meta a,
.top_site_url {
    color: #3e4a66;
}
.top_banner_meta a:hover,
.top_banner_meta a:focus {
    color: #2D2E8F;
    text-decoration: none;
}
.top_member_search {
    width: min(230px, 34%);
    min-width: 100px;
    line-height: normal;
    margin: 0;
    flex: 0 0 auto;
}
.top_member_search .input-group {
    display: flex;
    align-items: center;
    width: 100%;
}
.top_member_search .input-group-btn {
    display: flex;
    align-items: stretch;
}
.top_member_search .form-control {
    float: none;
    flex: 1 1 auto;
    height: 34px;
    line-height: 34px;
    border-color: #b9cbe7;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    color: #2b2b2b;
}
.top_member_search .top_btn_search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    min-height: 34px;
    margin: 0;
    border-color: #b9cbe7;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background: #f2f6ff;
    color: #2D2E8F;
    padding: 0 11px;
    line-height: 1;
    cursor: pointer;
}
.top_member_search .top_btn_search:hover,
.top_member_search .top_btn_search:focus {
    background: #e7efff;
    color: #1f236f;
}
@media screen and (min-width: 993px) {
    .top_banner_brand {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}
.header_info {
    position: relative;
    order: -1;
    min-height: 42px;
    padding: 0;
    background-color: #2D2E8F;
    background-image: linear-gradient(90deg, rgba(31, 35, 111, 0.96) 0%, rgba(45, 46, 143, 0.94) 45%, rgba(53, 99, 172, 0.92) 100%);
    z-index: 5000;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}
.header_info_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    position: relative;
    min-height: 42px;
    overflow: visible;
}
.header_info_left,
.header_info_right {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.header_info_meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #d7e4ff;
    font-size: 12px;
    white-space: nowrap;
}
.header_info_meta a,
.header_info_meta .top_site_url,
.header_info_meta #showtime {
    color: #d7e4ff;
}
.header_info_meta a:hover,
.header_info_meta a:focus {
    color: #ffffff;
    text-decoration: none;
}
.header_info_meta .top_link_icon {
    color: #a8c7ff;
    font-size: 12px;
}
.sticky_top_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #d9e0ea;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 7000;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    pointer-events: none;
    transition: transform 0.28s ease, opacity 0.24s ease, visibility 0.24s ease;
}
body.has-sticky-bar .sticky_top_bar {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.sticky_top_inner {
    max-width: 1500px;
    margin: 0 auto;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 12px;
    position: relative;
}
.sticky_logo_link {
    display: inline-block;
    flex: 0 0 auto;
}
.sticky_logo_img {
    width: 46px;
    height: auto;
    display: block;
}
.sticky_top_inner .header_info_left {
    flex: 1 1 auto;
}
.sticky_top_inner .header_public_nav ul li > a,
.sticky_top_inner .header_public_forms,
.sticky_top_inner .header_more_toggle {
    color: #2D2E8F;
}
.sticky_top_inner .header_public_nav ul li > a:hover,
.sticky_top_inner .header_public_nav ul li > a:focus,
.sticky_top_inner .header_public_nav ul li:hover > a,
.sticky_top_inner .header_public_forms:hover,
.sticky_top_inner .header_public_forms:focus,
.sticky_top_inner .header_more_toggle:hover,
.sticky_top_inner .header_more_toggle:focus,
.sticky_top_inner .header_more_tools.is-open .header_more_toggle {
    color: #2D2E8F;
    background: rgba(45, 46, 143, 0.08);
}
@media screen and (max-width: 992px) {
    .sticky_top_bar {
        display: none !important;
    }
}
.header_public_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0;
}
.header_public_nav ul li {
    position: static;
}
.header_public_nav ul li > a {
    display: block;
    color: #fff;
    padding: 10px 11px;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
.header_public_nav ul li > a:hover,
.header_public_nav ul li > a:focus,
.header_public_nav ul li:hover > a {
    background: linear-gradient(90deg, rgba(31, 35, 111, 0.38) 0%, rgba(45, 46, 143, 0.34) 60%, rgba(53, 99, 172, 0.32) 100%);
}
.header_public_nav ul li > a.menu-text-only {
    cursor: default;
}
.header_public_nav ul li > a.menu-text-only:hover,
.header_public_nav ul li > a.menu-text-only:focus {
    background: transparent;
}
.header_public_nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    transform: none;
    top: 100%;
    width: auto;
    min-width: 0;
    max-width: none;
    background: #f4f6f9;
    z-index: 3002;
    padding: 18px 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #d9e0ea;
    border-bottom: 1px solid #d9e0ea;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    white-space: normal;
}
.header_public_nav ul li:hover > ul.sub-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 24px;
}
.header_public_nav ul li ul.sub-menu > li {
    flex: 0 0 calc(25% - 18px);
    min-width: 240px;
    max-width: 360px;
}
.header_public_nav ul li ul.sub-menu > li > a {
    display: block;
    color: #26354f;
    background: #fff;
    padding: 12px 14px;
    border: 1px solid #d9e0ea;
    text-decoration: none;
    line-height: 1.4;
    font-weight: 600;
}
.header_public_nav ul li ul.sub-menu > li > a:hover,
.header_public_nav ul li ul.sub-menu > li > a:focus {
    background: #2D2E8F;
    color: #fff;
    border-color: #2D2E8F;
}
.header_public_nav ul li ul.sub-menu > li > a::after {
    content: "\203A";
    float: right;
    opacity: 0.65;
}
/* Use "更多" style for 商會簡介 submenu */
.header_public_nav ul li.menu-more-style ul.sub-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    width: auto;
    min-width: 240px;
    max-width: 320px;
    padding: 0;
    background: #3563AC;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    white-space: normal;
    z-index: 3004;
}
.header_public_nav ul li.menu-more-style {
    position: relative;
}
.header_public_nav ul li.menu-more-style:hover > ul.sub-menu {
    display: block;
}
.header_public_nav ul li.menu-more-style ul.sub-menu > li {
    flex: none;
    min-width: 0;
    max-width: none;
}
.header_public_nav ul li.menu-more-style ul.sub-menu > li > a {
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 14px;
}
.header_public_nav ul li.menu-more-style ul.sub-menu > li > a:hover,
.header_public_nav ul li.menu-more-style ul.sub-menu > li > a:focus {
    background: linear-gradient(90deg, #1f236f 0%, #2D2E8F 55%, #3563AC 100%);
    color: #fff;
}
@media screen and (max-width: 1200px) {
    .header_public_nav ul li:hover > ul.sub-menu {
        gap: 8px 16px;
    }
    .header_public_nav ul li ul.sub-menu > li {
        flex: 0 0 calc(33.333% - 11px);
        min-width: 200px;
    }
}
@media screen and (max-width: 992px) {
    .header_public_nav ul li ul.sub-menu {
        padding: 12px 12px;
    }
    .header_public_nav ul li ul.sub-menu > li {
        flex: 0 0 100%;
        min-width: 0;
        max-width: none;
    }
}
.header_public_forms {
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
}
.header_public_forms:hover,
.header_public_forms:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}
.header_forms_tools {
    position: relative;
}
.header_forms_dropdown,
.header_more_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #3563AC;
    z-index: 1003;
}
.header_forms_tools:hover .header_forms_dropdown {
    display: block;
}
.header_forms_dropdown ul,
.header_more_dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header_forms_dropdown li a,
.header_more_dropdown li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header_forms_dropdown li a:hover,
.header_forms_dropdown li a:focus,
.header_more_dropdown li a:hover,
.header_more_dropdown li a:focus {
    background: linear-gradient(90deg, #1f236f 0%, #2D2E8F 55%, #3563AC 100%);
    color: #fff;
}
.header_more_tools {
    position: relative;
}
.header_more_toggle {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
}
.header_more_toggle:hover,
.header_more_toggle:focus,
.header_more_tools.is-open .header_more_toggle {
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}
.header_more_tools.is-open .header_more_dropdown,
.header_more_tools:hover .header_more_dropdown {
    display: block;
}
.header_action_btn {
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0 6px;
    height: 42px;
    line-height: 42px;
}
.header_action_btn:hover,
.header_action_btn:focus {
    background: rgba(255, 255, 255, 0.16);
}
.header_action_sep {
    color: rgba(255, 255, 255, 0.6);
}
.header_dropdown_panel {
    display: none;
    position: absolute;
    top: 100%;
    right: 12px;
    background: #fff;
    border: 1px solid #cfdaf0;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    z-index: 5005;
    padding: 10px;
}
.header_dropdown_panel.is-open {
    display: block;
}
.header_search_dropdown {
    width: 260px;
    right: 0;
    top: calc(100% + 4px);
}
.header_search_dropdown.is-open {
    display: block !important;
}
.header_info_inner.search-open .header_search_dropdown {
    display: block !important;
}
.header_member_dropdown {
    min-width: 240px;
}
.header_login_form input {
    width: 100%;
    border: 1px solid #ccd6ea;
    margin-bottom: 8px;
    padding: 6px 8px;
}
.header_login_form .header_login_btn {
    width: 100%;
    height: 32px;
    background: #2D2E8F;
    color: #fff;
    border: 0;
}
.member-login-popup {
    width: min(360px, 92vw);
    padding: 8px;
}
.header_member_panel {
    color: #334466;
    line-height: 1.8;
}
.header_member_actions {
    margin-top: 8px;
    display: flex;
    gap: 10px;
}
.header_member_actions a {
    color: #2D2E8F;
}
.header_member_actions a:hover,
.header_member_actions a:focus {
    color: #1f236f;
    text-decoration: underline;
}
.header_search_dropdown .top_member_search {
    width: 100%;
    min-width: 0;
}
/*------------------------------------*\
    Footer
\*------------------------------------*/

.footer {
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #2D2E8F;
    background-image: linear-gradient(90deg, #1f236f 0%, #2D2E8F 45%, #3563AC 100%);
    text-align: center;
    font-size: 13px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: auto;
}
ul#menu-footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#menu-footer_menu li {
    float: left;
}
ul#menu-footer_menu li a {
    border-right: solid 1px #fff;
    color: #fff;
    padding: 0 10px;
    transition: background-color 0.2s ease-in-out;
}
ul#menu-footer_menu li a:hover,
ul#menu-footer_menu li a:focus {
    text-decoration: none;
    background-color: rgba(150, 205, 231, 0.2);
}
ul#menu-footer_menu li:last-child a {
    border-right: none;
}
/*------------------------------------*\
    SideBar
\*------------------------------------*/

.leftArea {
    padding: 10px;
}
.leftArea form.search {
    position: relative !important;
    height: 30px;
}
.leftArea form.search input {
    height: 25px;
}
.leftArea form.search .btn_search {
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    background: url(images/search.png) no-repeat center;
    right: 6px;
    top: 3px;
}
.leftArea .menus.col-md-12, .leftArea .menus.col-xs-12 {
    padding: 0;
}
.leftArea .nav1 {
    margin-top: 5px;
}
.leftArea .nav2, .leftArea .login {
    margin-top: 10px;
}
.leftArea .nav2,
.leftArea .login {
    display: none !important;
}
.leftArea .nav1, .leftArea .nav2 {
    font-size: 16px;
}
.leftArea .nav1, .leftArea .nav2, .leftArea .login {
    border: 1px solid #ccc;
    background: linear-gradient(to right, #96CDE7, #e6e6e6);
}
.leftArea .login {
    background: transparent;
}
.leftArea form.search.col-md-12, .leftArea .login .col-md-12, .leftArea .login .col-xs-12 {
    padding: 0;
}
.leftArea .login.col-md-12.col-xs-12 {
    padding: 10px 8px 20px 8px;
}
.leftArea .nav1.col-md-12.col-xs-12, .leftArea .nav2.col-md-12.col-xs-12 {
    padding: 8px;
}
#menu-sidebar_menu_1, #menu-sidebar_menu_2, #menu-sidebar_menu_login {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu-sidebar_menu_1>li, #menu-sidebar_menu_2>li, #menu-sidebar_menu_login>li {
    width: 100%;
    border: solid 1px #ccc;
    background: #fff;
    margin-bottom: 5px;
    padding: 4px 5px;
    position: relative;
}
#menu-sidebar_menu_1>li:hover, #menu-sidebar_menu_2>li:hover, #menu-sidebar_menu_login>li:hover {
    background-color: #96CDE7;
    border-color: #fff;
}
#menu-sidebar_menu_1 li a, #menu-sidebar_menu_2 li a, #menu-sidebar_menu_login li a {
    color: #2D2E8F;
    width: 100%;
    display: inline-block;
}
#menu-sidebar_menu_1 li a:hover, #menu-sidebar_menu_2 li a:hover, #menu-sidebar_menu_login li a:hover {
    text-decoration: none;
    color: #2D2E8F;
}
#menu-sidebar_menu_1 li a:focus, #menu-sidebar_menu_2 li a:focus, #menu-sidebar_menu_login li a:focus {
    text-decoration: none;
}
.leftArea .login button {
    margin: 5px;
    background: url(images/button_100x30.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.leftArea .login input {
    margin-top: 5px;
}
.leftArea .login .login_title {
    padding-left: 5px;
    font-size: 16px;
}
.login_form input, .login_form button {
    height: 25px;
}
.leftArea .login a.col-md-12 {
    margin-top: 5px;
    padding-left: 5px;
    color: blue;
    text-decoration: underline;
}
ul.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    right: -100%;
    width: 100%;
    z-index: 100;
    padding: 0;
    margin: 0;
    top: -1px;
    background: #96CDE7;
    border: solid 1px #ccc;
}
ul.sub-menu li {
    padding: 10px 15px;
    font-size: 15px;
}
ul.sub-menu li:hover {
    background: #3563AC;
}
#menu-sidebar_menu_1 li ul.sub-menu li:hover a, #menu-sidebar_menu_2 li ul.sub-menu li:hover a, #menu-sidebar_menu_login li ul.sub-menu li:hover a {
    color: #fff;
}
.login .user_detail {
    padding: 5px !important;
}
.login .user_detail div {
    padding: 5px 0;
}
.login .user_detail .userNumber {
    font-size: 20px;
    color: #2D2E8F;
}
.login .user_detail .userCompany {
    font-size: 16px;
}
.login .user_detail .logout {
    width: 50%;
    display: inline-block;
    padding: 2px;
    color: #fff;
    background: url(images/button_100x30.png) no-repeat;
    background-size: 100% 100%;
}
.login .user_detail a:hover {
    text-decoration: none;
}
/*------------------------------------*\
    Page - Home
\*------------------------------------*/

.rightArea {
    padding-top: 9px;
    padding-bottom: 50px;
}
.rightArea.col-md-10, .rightArea.col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.slider .col-md-12, .slider .col-xs-12, .about_tips .col-md-12, .about_tips .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.rightArea .tabs {
    margin: 5px 10px 10px 5px;
    margin-top: 0px;
}
.rightArea .about_tips {
    /*height: 500px;*/
    margin: 10px 10px 10px 5px;
    padding-right: 20px;
    background: none;
}
.home .rightArea .about_tips {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}
.home .about_tips.row {
    margin-left: 0;
    margin-right: 0;
}
.home .about_tips .about_tips_inner {
    width: 100%;
    margin: 0;
    padding: 16px 22px !important;
    background: #f2f7ff;
    box-sizing: border-box;
}
.home .about_tips .about_session_title {
    margin: 0 0 12px;
    padding-left: 12px;
}
.home .about_tips .about_content_wrap {
    width: 100%;
    margin: 0;
    padding: 4px 16px 8px;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
}
.home .about_tips .about_content_wrap > h3:first-child {
    display: none;
}
.home .about_tips .about_content_wrap > h4:first-child {
    margin-top: 0;
}
.home .about_tips .about_content_wrap h4 {
    position: relative;
    margin: 20px 0 10px;
    padding: 0 0 0 12px;
    color: #1f236f;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.3;
}
.home .about_tips .about_content_wrap h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #3563AC 0%, #2D2E8F 100%);
}
.home .about_tips .about_content_wrap p,
.home .about_tips .about_content_wrap li,
.home .about_tips .about_content_wrap div {
    letter-spacing: 0.03em;
    line-height: 1.9;
}
.rightArea .about_tips h3 {
    padding: 10px 0;
}
.rightArea .about_tips h4 {
    padding: 15px 0 0 0;
}
.rightArea .about_tips .about_detail {
    padding: 20px 0;
}
.about_detail a {
    padding: 20px 16px;
    color: blue;
    text-decoration: underline;
    background: url(images/next.png) no-repeat right;
}
.tabs ul#newstabs {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -1px;
}
.tabs ul#newstabs li {
    float: left;
    /*width: 165px;*/
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #1b1464;
    z-index: 1;
    position: relative;
    background: url(images/button_170x40.png) no-repeat;
    background-size: 100% 100%;
}
.tabs ul#newstabs li strong {
    padding-right: 20px;
}
.tabs ul#newstabs li.selected {
    background: url(images/button_w_170x40.png) no-repeat;
    background-size: 100% 100%;
}
.tabs ul#newstabs li.unselected {
    background: url(images/button_170x40.png) no-repeat;
    background-size: 100% 100%;
}
.sm_show_tab {
    position: relative;
    z-index: 1;
    width: 165px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-right: 30px;
    display: none;
    margin-left: -1px;
    margin-bottom: -2px;
    background: url(images/button_w_170x40.png) no-repeat;
}
.newstabs_show {
    margin-top: -2px;
}
.newstabs_show.col-md-12 {
    padding: 0;
}
.newstabs_show div[name=content] {
    border: solid 2px #E5E5E5;
    border-radius: 0 5px 5px 5px;
}
.newstabs_show div[name=content].col-md-12, .newstabs_show div[name=content].col-xs-12 {
    padding: 0;
}
.newstabs_show div[name=content] .tab_content_left {
    background: #fff;
    /*height: 100%;*/
}
.newstabs_show div[name=content] .tab_content_right {
    /*height: 100%;*/
    background: linear-gradient(to top, #96CDE7, #e6e6e6);
}
/*.tab_content_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.tab_content_item>[class*='col-'] {
    display: flex;
    flex-direction: column;
}*/

.tab_content_left img {
    height: 180px;
    margin: 20px 0;
}
.tab_content_left p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100px;
}
.tab_content_right {
    padding-top: 20px;
}
.home .tab_content_right.col-md-7.col-xs-12 {
    background: #fff;
}
.home .news_card_area_title {
    position: relative;
    color: #1f236f;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 0 18px 14px;
    padding-left: 12px;
    text-align: left;
}
.home .news_card_area_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #3563AC 0%, #2D2E8F 100%);
}
.home .newstabs_show div[name=content].tab_content_item {
    border: 0 !important;
    border-radius: 0 !important;
}
.tab_content_right ul.news_list {
    list-style: none;
    padding: 0 30px;
}
.tab_content_right ul.news_list li {
    min-height: 20px;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #2D2E8F;
}
.tab_content_right ul.news_list li a {
    color: #2D2E8F;
}
.home .tab_content_right ul.news_list.news_card_list {
    padding: 0 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
}
.home .tab_content_right ul.news_list.news_card_list li {
    margin: 0;
    min-height: 0;
    white-space: normal;
    overflow: visible;
    border-bottom: 0;
}
.home .tab_content_right ul.news_list.news_card_list li:last-child {
    margin-bottom: 0;
}
.home .news_card_link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 18px;
    min-height: 0;
    border: 1px solid #e4ecf8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(31, 35, 111, 0.06);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.home .news_card_link.news_card_link_no_image {
    gap: 6px;
}
.home .news_card_thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    border-radius: 8px;
    overflow: hidden;
    background: #eef3fb;
    border: 1px solid #dce6f6;
}
.home .news_card_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.home .news_card_text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding: 4px 6px 6px;
}
.home .news_card_btn_wrap {
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
}
.home .news_card_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1f236f 0%, #2D2E8F 55%, #3563AC 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
}
.home .news_card_date {
    font-size: 11px;
    color: #6a7a97;
    line-height: 1.2;
}
.home .news_card_title {
    color: #2D2E8F;
    font-size: 17px;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home .news_card_link:hover,
.home .news_card_link:focus {
    border-color: #c8d7f1;
    box-shadow: 0 5px 14px rgba(31, 35, 111, 0.11);
    transform: translateY(-1px);
}
.home .news_card_link:hover .news_card_title,
.home .news_card_link:focus .news_card_title {
    color: #1f236f;
    text-decoration: underline;
}
.home .news_card_link:hover .news_card_btn,
.home .news_card_link:focus .news_card_btn {
    filter: brightness(1.04);
}
@media screen and (max-width: 992px) {
    .home .news_card_area_title {
        margin: 0 12px 10px;
        font-size: 18px;
    }
    .home .about_tips .about_session_title {
        margin: 0 4px 10px;
    }
    .home .about_tips .about_tips_inner {
        padding: 14px 14px !important;
    }
    .home .about_tips .about_content_wrap {
        padding: 2px 10px 6px;
    }
    .home .about_tips .about_content_wrap h4 {
        font-size: 18px;
        margin: 16px 0 8px;
    }
    .home .tab_content_right ul.news_list.news_card_list {
        padding: 0 12px;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
@media screen and (max-width: 768px) {
    .home .news_card_link {
        gap: 10px;
        padding: 10px;
    }
    .home .news_card_thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
    }
    .home .news_card_title {
        font-size: 15px;
    }
}
.rightArea .slider {
    position: relative;
    height: 450px;
    margin: 5px 10px 10px 5px;
    border: solid 2px #E5E5E5;
    border-radius: 5px;
}
.slider ul.slider_images {
    position: absolute;
    width: 3890px;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 300px;
}
.slider ul.slider_images li {
    float: left;
    height: 300px;
}
#carousel-example-generic {
    height: 100%;
}
#carousel-example-generic .carousel-control {
    background: none;
    width: 30px;
}
#carousel-example-generic .left.carousel-control {
    left: -15px;
}
#carousel-example-generic .right.carousel-control {
    right: -15px;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    content: "";
}
.glyphicon-chevron-left img {
    transform: rotate(180deg);
}
.carousel-inner, .carousel-inner .item, .carousel-inner .item img {
    /*width: 100%;*/
    height: 100%;
}
/*------------------------------------*\
    Page - Introduction
\*------------------------------------*/

.introduction .title, .property .title, .mortgage .title, .tranrec .title, .services .title, .join_us .title, .contact_us .title, .partners .title, .partners_show .title, .partition .title, .mortgage_referral .title, .first_hand .title, .first_hand_show .title, .vacancies .title, .member-search .title, .member-detail .title, .forms .title, .central-tray .title, .news_detail .title {
    color: #2D2E8F;
    font-size: 20px;
    margin-bottom: 8px;
}
.introduction .content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.introduction .content a {
    text-decoration: none;
}
.introduction .content a:hover {
    text-decoration: none;
    color: red;
}
.introduction .intro_dynamic_news {
    margin-top: 18px;
    padding-top: 10px;
    border-top: 1px solid #e2e9f6;
}
.introduction .intro_dynamic_news_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.introduction .intro_dynamic_news_list li {
    margin: 0;
    border-bottom: 1px solid #e8eef9;
}
.introduction .intro_dynamic_news_list li:last-child {
    border-bottom: 0;
}
.introduction .intro_news_card {
    display: grid;
    grid-template-columns: 104px 1fr;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    text-decoration: none;
}
.introduction .intro_news_card_thumb {
    width: 104px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    background: #eef3fb;
}
.introduction .intro_news_card_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.introduction .intro_news_card_body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.introduction .intro_news_card_date {
    font-size: 12px;
    color: #6c7c98;
    line-height: 1.3;
}
.introduction .intro_news_card_title {
    font-size: 15px;
    line-height: 1.42;
    color: #2D2E8F;
}
.introduction .intro_news_card:hover .intro_news_card_title,
.introduction .intro_news_card:focus .intro_news_card_title {
    color: #1f236f;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .introduction .intro_news_card {
        grid-template-columns: 88px 1fr;
        gap: 10px;
    }
    .introduction .intro_news_card_thumb {
        width: 88px;
        height: 62px;
    }
    .introduction .intro_news_card_title {
        font-size: 14px;
    }
}
/*------------------------------------*\
    Page - Property
\*------------------------------------*/

.property iframe {
    height: 1100px;
}
.content div iframe {
    width: 100%;
    background-color: transparent;
}
.property_bottom {
    display: flex;
}
.property_bottom div.col-md-3, .property_bottom a.col-md-5 {
    padding: 0;
    align-self: center;
}
.property_bottom div.col-md-3 p {
    text-align: right;
    margin-bottom: 0;
}
.property_bottom a.col-md-5 {
    font-size: 16px;
    text-decoration: underline;
    color: #3d7dff;
}
.disclaimer {
    margin-top: 20px;
}
/*------------------------------------*\
    Page - Property
\*------------------------------------*/

.mortgage iframe {
    height: 690px;
}
/*------------------------------------*\
    Page - Tranrec
\*------------------------------------*/

.tranrec iframe {
    height: 1000px;
}
/*------------------------------------*\
    Page - Services
\*------------------------------------*/

.services .content ol {
    padding: 0 0 10px 10px;
    font-size: 18px;
}
.services .content ol li {
    padding: 10px 0;
}
.services .content a {
    text-decoration: underline;
}
.services .content a:hover {
    color: red;
}
.services .content ol li>a {
    text-decoration: none;
}
.services .content ol li>a:hover {
    text-decoration: none;
    color: red;
}
/*------------------------------------*\
    Page - Join us
\*------------------------------------*/

.join_us .content ul {
    list-style: none;
    padding: 0;
}
.join_us .content a:hover {
    color: red;
    text-decoration: none;
}
.join_us .content strong, .join_us .content ul li, .join_us .content p {
    padding-bottom: 5px;
}
/*------------------------------------*\
    Page - Contact us
\*------------------------------------*/

.contact_us .content iframe {
    height: 350px;
}
.contact_us .content table {
    width: 100%;
    font-size: 16px;
    margin: 20px 0;
}
.contact_us .content table td {
    padding: 5px;
}
.table_left {
    width: 25%;
}
.table_right {
    width: 75%;
}
.contact_us .content #map {
    height: 350px;
}
/*------------------------------------*\
    Page - Partners
\*------------------------------------*/

.partners ul.partners_type {
    list-style: none;
    padding: 0;
}
.partners ul.partners_type li {
    float: left;
    width: 16.6%;
    font-weight: bold;
    text-align: center;
}
.partners .content table {
    width: 100%;
    border: solid 1px #ccc;
    margin: 20px 0;
}
.partners .content table td {
    border: solid 1px #ccc;
    padding: 5px;
}
.table_title {
    font-weight: bold;
}
.partners a:hover {
    text-decoration: none;
    color: red;
}
.td_30_percent {
    width: 30%;
}
.td_70_percent {
    width: 70%;
}
/*------------------------------------*\
    Page - Partners show
\*------------------------------------*/

.partners_show .content table {
    width: 100%;
    margin: 10px 0 50px 0;
}
.partners_show .content table td {
    padding: 5px 5px 5px 0;
}
/*------------------------------------*\
    Page - Partition
\*------------------------------------*/

img.one_of_partition {
    width: 100%;
}
.partition .contact iframe {
    margin-top: 20px;
    height: 300px;
}
.partition .contact table td {
    padding: 2px;
}
.partition .contact #map {
    height: 300px;
}
.partition .slider .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0;
}
.extra_activity_imgs {
    height: 200px;
    padding: 5px;
}
.extra_activity_imgs img, .extra_activity_imgs>div {
    /*width: 100%;*/
    height: 100%;
}
.extra_activity_imgs div {
    position: relative;
}
.extra_activity_imgs div div {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}
/*.partition .carousel-inner, .partition .carousel-inner .item, .partition .carousel-inner .item img {
    width: auto;
    height: 100%;
}*/

/*------------------------------------*\
    Page - Mortgage referral
\*------------------------------------*/

.mortgage_referral .step {
    font-size: 16px;
    border: solid 1px #ccc;
    height: 42px;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    border-radius: 10px;
}
.mortgage_referral .step span {
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold;
}
.mortgage_referral .step img {
    height: 30px;
    margin-top: -2px;
}
.mortgage_referral .step .active {
    color: blue;
}
.mortgage_referral .calc {
    margin: 20px 0;
    border: solid 2px #ccc;
    /*min-height: 200px;*/
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 20px;
}
.mortgage_referral .calc a {
    text-decoration: underline;
    color: blue;
}
.mortgage_referral .content .disclaimer {
    padding-top: 5px;
    border-radius: 5px;
    background: #96CDE7;
}
.mortgage_referral .content .disclaimer {
    margin: 0 0 5px;
}
#custom-handle, #custom-handle-date {
    width: 120px;
    height: 30px;
    top: 10%;
    margin-top: -0.8em;
    text-align: center;
    line-height: 2.0em;
    background: url(images/button_140x30.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    outline: none;
    border: none;
}
.ui-widget.ui-widget-content {
    background: #96CDE7 !important;
}
.sm_content {
    padding: 24px 30px;
}
#slider, #slider_date {
    margin: 20px 10px;
}
.sm_content input, .apply_table input {
    border: none;
    border-bottom: solid 1px #ccc;
    background-color: #f1f1f1;
    outline: none;
}
.sm_content .input_table {
    width: 100%;
}
.input_table {
    display: table;
    padding: 10px 5px;
}
.input_table span, .input_table input {
    display: table-cell;
}
.input_table input {
    width: 100%;
}
.input_table span.block {
    display: block;
    padding: 5px 0;
}
.input_table input[type=checkbox] {
    width: 20px;
    padding-left: 5px;
}
.span_20 {
    width: 20px;
}
.span_30 {
    width: 30px;
}
.span_40 {
    width: 40px;
}
.span_50 {
    width: 50px;
}
.span_60 {
    width: 60px;
}
.span_70 {
    width: 70px;
}
.span_80 {
    width: 80px;
}
.span_90 {
    width: 90px;
}
.span_100 {
    width: 100px;
}
.span_110 {
    width: 110px;
}
.span_120 {
    width: 120px;
}
.span_125 {
    width: 125px;
}
.span_130 {
    width: 130px;
}
.span_140 {
    width: 140px;
}
.span_150 {
    width: 150px;
}
.span_165 {
    width: 165px;
}
.span_170 {
    width: 170px;
}
.span_240 {
    width: 240px;
}
.font_14 {
    font-size: 14px;
}
.font_15 {
    font-size: 15px;
}
.font_16 {
    font-size: 16px;
}
.font_20 {
    font-size: 20px;
}
.font_40 {
    font-size: 40px;
}
.btn_next {
    width: 100px;
    height: 30px;
    color: #fff;
    background: url(images/button_100x30.png) no-repeat;
    background-size: 100% 100%;
}
.mortgage_referral .apply_table {
    padding: 0;
}
.apply_table .sm_tips {
    padding: 5px 10px !important;
}
.apply_table .sm_tips_2 {
    padding: 5px !important;
}
.apply_table_title {
    font-size: 16px;
    margin: 15px 0 5px 0;
    border-bottom: solid 2px #3563AC;
}
.input_underline {
    border: none;
    border-bottom: solid 1px #ccc;
    background-color: #f1f1f1;
    outline: none;
}
.apply_table .col-md-12, .apply_table .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.radio_style {
    height: 14px;
    width: 14px;
    display: inline-block;
    border: solid 1px #ccc;
    margin: 0;
    vertical-align: middle;
    margin-right: 4px;
}
input[type=radio]:checked+.radio_style {
    border: none;
    background: url(images/check-box.png) no-repeat center;
}
/*------------------------------------*\
    Page - First hand
\*------------------------------------*/

.col-md-4.col-xs-6.item {
    padding: 5px;
}
.first_hand .tabs {
    margin: 0;
}
.first_hand .item a {
    height: 230px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.first_hand .item a, .first_hand .item a:hover, .first_hand .item a:focus {
    text-decoration: none;
}
.first_hand .item .item_img {
    height: 200px;
    background: #ccc;
    width: 100%;
}
.first_hand .item .item_name {
    min-height: 30px;
    padding: 5px;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #404040;
    position: absolute;
    bottom: 0;
    left: 0;
}
.item_img img {
    width: 100%;
    height: 200px;
}
/*------------------------------------*\
    Page - First hand show
\*------------------------------------*/

.first_hand_show .col-md-4.col-xs-12.left_content {
    padding-left: 0;
    padding-bottom: 10px;
}
.first_hand_show .left_content .thumb {
    border: solid 1px #ccc;
    padding: 3px;
}
.first_hand_show .left_content .thumb img {
    width: 100%;
}
.first_hand_show .left_content #map {
    height: 300px;
    border: solid 1px #ccc;
    margin-top: 10px;
}
.first_hand_show .right_content {
    /*min-height: 500px;*/
    /*border: solid 1px #ccc;*/
}
.first_hand_show .right_content table {
    width: 100%;
}
.first_hand_show .right_content table td {
    padding: 5px 0;
}
.first_hand_show .right_content a {
    display: inline-block;
}
/*------------------------------------*\
    Page - Vacancies
\*------------------------------------*/

.vacancies .submit_job {
    color: #fff;
    width: 120px;
    height: 28px;
    float: right;
    font-size: 14px;
    background: url(images/button_100x30.png) no-repeat;
    background-size: 100% 100%;
}
.vacancies .modal-body input, .vacancies .modal-body textarea, .vacancies .modal-body select {
    width: 100%;
    margin: 10px 0;
}
.panel-body .col-md-4.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
.panel-body .company_name, .panel-body .company_part, .panel-body .publish_time {
    color: #888;
}
.panel-body .company_name {
    text-align: center;
}
.panel-body .publish_time {
    text-align: right;
}
.paging {
    text-align: center;
    padding: 20px 0;
}
.paging span {
    padding: 5px;
}
.search_job {
    margin-bottom: 20px;
}
.search_job .col-md-2, .search_job .col-md-3, .search_job .col-md-4, .search_job .col-md-1 {
    padding: 5px;
}
.table_div {
    display: table;
}
.search_job .table_div span {
    display: table-cell;
}
.search_job .table_div input, .search_job .table_div select {
    display: table-cell;
    width: 100%;
    height: 25px;
    background: #fff;
    border: solid 1px #ccc;
}
.search_job input {
    width: 100%;
    height: 25px;
}
.modal-body input, .modal-body textarea, .modal-body select {
    border: solid 1px #ccc;
}
/*------------------------------------*\
    Page - Member search
\*------------------------------------*/

.member_table {
    width: 100%;
    background: #fff;
}
.member_table td {
    border: solid 1px #aaa;
    padding: 5px 2px;
    text-align: center;
}
.member_table td a {
    color: #333;
    text-decoration: none;
}
.member_table td a:hover {
    color: red;
    text-decoration: none;
}
.td_10 {
    width: 10%;
}
.td_15 {
    width: 15%;
}
.td_20 {
    width: 20%;
}
.td_25 {
    width: 25%:;
}
.td_30 {
    width: 30%;
}
.td_35 {
    width: 35%;
}
.td_40 {
    width: 40%;
}
.table_header {
    background: #ccc;
}
.member-detail table {
    width: 80%;
    font-size: 16px;
    margin: 50px auto;
}
.member-detail table td {
    padding: 5px;
}
.member-detail table td a:hover {
    color: red;
    text-decoration: none;
}
.search_member_form {
    margin-bottom: 10px;
}
.search_member_form .table_div span {
    display: table-cell;
}
.search_member_form .table_div select, .search_member_form .table_div input {
    display: table-cell;
    width: 100%;
    background: #fff;
    height: 26px;
}
.search_member_form input[type=submit] {
    width: 100%;
}
.search_member_form .col-md-5.col-xs-12, .search_member_form .col-md-2.col-xs-12 {
    padding: 5px;
}
form.search_member_form input {
    height: 26px;
    padding: 2px;
    border: solid 1px #ccc;
}
/*------------------------------------*\
    Page - Forms
\*------------------------------------*/

.forms {
    font-size: 16px;
}
.forms .table_1 input[type=text] {
    width: 100%;
}
.forms input {
    outline: none;
    background: #f1f1f1;
    border: none;
    border-bottom: 1px solid #666;
}
.forms_1 {
    font-size: 14px;
}
.forms_1 input {
    background: unset !important;
    /*border: none !important;*/
}
/*.forms_1 table tr td .cb_icon {
    width: 12px !important;
    height: 12px !important;
}*/

.underline_span {
    border-bottom: 1px solid #000 !important;
    /*text-decoration: underline;*/
    /*display: inline-block;*/
}
.forms table {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5em;
}
.forms table td {
    padding: 5px;
}
.forms_1 table td table td {
    padding: 0;
}
.forms .table_1 td {
    border: solid 1px #000;
}
.forms .table_1 td table td {
    border: none;
    padding: 2px 5px 2px 0;
}
.no_bottom_border {
    border-bottom: solid 1px #f1f1f1 !important;
}
.forms .fr_first {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px;
    border: solid 1px #000;
}
.input_right_tip {
    position: absolute;
    right: 10px;
    top: 3px;
}
.relative {
    position: relative;
}
.forms .property_address {
    width: 100%;
    background: #f1f1f1;
    border: unset;
    border-bottom: solid 1px #666;
    margin-bottom: 15px;
}
.padding_tb_5 {
    padding: 5px 0;
}
.padding_tb_10 {
    padding: 10px 0;
}
.padding_10 {
    padding: 10px;
}
.margin_tb_20_10 {
    margin: 20px 0 10px 0;
}
.margin_top_20 {
    margin-top: 20px;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.thin {
    font-weight: 400;
}
.font_14px {
    font-size: 14px;
}
.font_1 {
    /*font-family: "華康細明體";*/
}
.font_2 {
    /*font-family: "PMingLiU", serif;*/
}
.font_3 {
    /*font-family: "華康中黑體";*/
}
.forms hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #666;
}
.downPDF {
    font-size: 14px;
    float: right;
    background: url(images/button_100x30.png) no-repeat !important;
    background-size: 100% 100% !important;
    color: #fff;
    height: 30px;
    padding: 5px 10px;
}
.line_table_div {
    display: table;
    width: 100%;
}
.line_table_div span, .line_table_div input {
    display: table-cell;
}
.line_table_div input {
    width: 100%;
}
.forms .table_4 input {
    width: 100%;
}
.width_full {
    width: 100% !important;
}
.forms input[type="radio"]+span {
    padding-left: 2px;
    padding-right: 10px;
}
.forms_1 .table_2 tr td, .forms_1 .table_3 tr td {
    padding: 2px;
}
.forms_1 .table_2 tr td table td {
    padding: 0 !important;
}
.table_3 ul li input[type=text] {
    width: 100px;
}
.forms .radio_cb_style {
    height: 14px;
    width: 14px;
    display: inline-block;
    /*border: solid 1px #ccc;*/
    margin: 0;
    vertical-align: middle;
    margin-right: 4px;
    background: url(images/check_box_n.png) no-repeat center;
}
.forms input[type=radio]:checked+.radio_cb_style {
    border: none;
    background: url(images/check_box_p.png) no-repeat center;
}
.forms_1 {
    font-family: 'pmingliu';
}
.padding_l_per_5 {
    padding-left: 5%;
}
.padding_5 {
    padding: 5px;
}
.text_underline {
    text-decoration: underline;
}
.forms_3 form.content {
    font-weight: normal;
}
.forms .table_5 input[type=text] {
    width: 120px;
}
.forms .table_5 td table input[type=text] {
    width: 100%;
}
.pdf_table {
    overflow: wrap;
}
.table_7 td {
    border: 1px solid #000;
}
.table_7 input[type=text] {
    width: 100%;
}
.table_5 td table td {
    padding: 2px;
}
/*------------------------------------*\
    Page - Central tray
\*------------------------------------*/

.first_hand.central-tray .item .item_name {
    position: unset;
}
a.keyi_sys {
    font-size: 14px;
    color: #888;
    line-height: 30px;
    text-decoration: none;
}
a.keyi_sys:hover, a.keyi_sys:focus {
    text-decoration: none;
    color: #888;
}
.first_hand.central-tray .item a {
    height: unset;
    position: unset;
    border: solid 1px #d4d4d4;
}
.central-tray .item .item_bottom {
    width: 100%;
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
}
.central-tray .item .item_type {
    background: #0080BC;
    border-radius: 5px;
    padding: 2px 10px;
    margin: 5px;
    display: inline-block;
}
.central-tray .item .item_name {
    text-align: center;
    min-height: 30px;
    background: #404040;
    padding: 5px;
}
.central-tray .item .item_owner {
    position: absolute;
    right: 5px;
    top: 5px;
    background: green;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}
.central-tray .item .item_detail {
    height: 230px;
    width: 100%;
    position: relative;
}
.central-tray .item .item_action {
    display: table;
    width: 100%;
    background: #fff;
    color: #000;
    min-height: 40px;
}
.central-tray .item .item_action span {
    display: table-cell;
    text-align: center;
}
.central-tray .item .item_action_left {
    width: 40px;
    padding: 10px;
}
.item_rent {
    color: #fff;
    background: #ff0042;
}
.item_sell {
    color: #fff;
    background: #009fc4;
}
.item_actual, .item_build {
    background: #d4d4d4;
}
.border_top {
    border-top: solid 1px #d4d4d4;
}
.border_bottom {
    border-bottom: solid 1px #d4d4d4;
}
.central-tray form>div {
    line-height: 40px;
}
.central-tray form.col-md-12.col-xs-12 {
    padding: 5px;
}
.central-tray form.col-md-12.col-xs-12 .col-md-4, .central-tray form.col-md-12.col-xs-12 .col-md-6, .central-tray form.col-md-12.col-xs-12 .col-md-8 {
    padding: 0;
}
.central-tray .google_map {
    margin: 10px 0;
    height: 200px;
}
.sizetable {
    border: solid 1px #fff;
}
.pricetable .rent_label {
    font-size: 20px;
    color: red;
    width: 20%;
    padding: 10px;
    text-align: right;
}
.pricetable .sell_label {
    font-size: 20px;
    color: #009fc4;
    width: 20%;
    padding: 10px;
    text-align: right;
}
.pricetable .rent {
    font-size: 30px;
    text-align: center;
}
.sizetable .size_label {
    background: white;
    color: #0080BC;
    width: 20%;
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
}
.sizetable .size {
    font-size: 30px;
    text-align: center;
}
.central-tray .subtitle {
    color: #0080BC;
    font-weight: bold;
    border-bottom: 2px solid #0080BC;
    font-size: 120%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.property_detail td {
    padding: 5px 0;
    word-break: break-all;
}
.property_detail td:first-child {
    width: 30% !important;
}
.font_gray {
    color: #666;
}
.slick-slide div img {
    height: 300px !important;
}
.slick-prev {
    left: -10px !important;
}
.slick-next {
    right: -10px !important;
}
.slick-current {
    opacity: 1.0 !important;
}
.slick-slide {
    margin-right: 10px;
    opacity: 0.4;
}
.central_tray_submit {
    margin: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    padding: 0;
    width: 45%;
    color: #fff;
    background: #FFA800;
    border: 0;
}
.central_tray_submit:hover, .central_tray_submit:focus {
    text-decoration: none;
    background: #FF8800;
}
.eagenthk_link {
    color: #fff;
    margin: 0 0 0 10px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    width: 45%;
    text-align: center;
    /*background: #FFA800;*/
}
.eagenthk_link:hover, .eagenthk_link:focus {
    text-decoration: none;
    /*background: #FF8800;*/
}
.central-tray .table_div>span {
    display: table-cell;
    width: 45px;
}
.central-tray .table_div>input, .central-tray .table_div>select {
    display: table-cell;
    width: 100%;
    background: #fff;
}
.central-tray .table_div>.dropdown {
    width: 90% !important;
}
/*------------------------------------*\
    Page - News detail
\*------------------------------------*/

.just_show_news .tab_content_left, .just_show_news .tab_content_right {
    /*height: 100%;*/
}
.news_detail_title {
    text-align: center;
    font-size: 25px;
    padding: 10px 5px;
    color: #2D2E8F;
}
.news_detail_content {
    font-size: 16px;
    line-height: 1.96;
    letter-spacing: 0.028em;
}
.rightArea .content p,
.rightArea .content li,
.rightArea .content td,
.rightArea .content th {
    font-size: 16px;
    line-height: 1.96;
    letter-spacing: 0.028em;
    color: #334466;
    font-weight: 400;
}
.rightArea .content h1,
.rightArea .content h2,
.rightArea .content h3,
.rightArea .content h4 {
    color: #2D2E8F;
    line-height: 1.56;
    letter-spacing: 0.015em;
}
.rightArea .content a {
    color: #2D2E8F;
}
.rightArea .content img {
    cursor: zoom-in;
    transition: opacity 0.2s ease-in-out;
    width: min(50%, 720px);
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px auto;
}
.rightArea .content img:hover {
    opacity: 0.92;
}
.rightArea .content img.alignleft {
    float: left;
    width: min(50%, 520px);
    margin: 8px 20px 12px 0;
}
.rightArea .content img.alignright {
    float: right;
    width: min(50%, 520px);
    margin: 8px 0 12px 20px;
}
.rightArea .content::after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 768px) {
    .news_detail_content,
    .rightArea .content p,
    .rightArea .content li,
    .rightArea .content td,
    .rightArea .content th {
        font-size: 15px;
        line-height: 1.9;
        letter-spacing: 0.02em;
    }
    .rightArea .content h1,
    .rightArea .content h2,
    .rightArea .content h3,
    .rightArea .content h4 {
        line-height: 1.52;
        letter-spacing: 0.01em;
    }
    .rightArea .content img,
    .rightArea .content img.alignleft,
    .rightArea .content img.alignright {
        float: none;
        width: 100%;
        margin: 10px auto;
    }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
    .news_detail_content,
    .rightArea .content p,
    .rightArea .content li,
    .rightArea .content td,
    .rightArea .content th {
        line-height: 1.92;
        letter-spacing: 0.024em;
    }
}
.news_detail_date {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.newstabs_show_more {
    margin-top: -2px;
}
.newstabs_show_more.col-md-12 {
    padding: 0;
}
.newstabs_show_more div[name=content] {
    border: solid 2px #E5E5E5;
    border-radius: 0 5px 5px 5px;
}
.newstabs_show_more div[name=content].col-md-12, .newstabs_show_more div[name=content].col-xs-12 {
    padding: 0;
}
.newstabs_show_more div[name=content] .tab_content_left {
    background: #fff;
    /*height: 100%;*/
}
.newstabs_show_more div[name=content] .tab_content_right {
    /*height: 100%;*/
    background: linear-gradient(to top, #96CDE7, #e6e6e6);
}
/*------------------------------------*\
    Page-Viewer
\*------------------------------------*/

.viewer .previous {
    position: absolute;
    left: 20px;
    top: 45%;
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
    display: block;
    z-index: 120001;
}
.viewer .next {
    position: absolute;
    right: 20px;
    top: 45%;
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
    display: block;
    z-index: 120001;
}
.current_image {
    min-height: 80%;
    max-width: 80%;
}
.viewer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 120000;
    display: none;
}
.close_viewer {
    position: absolute;
    font-size: 50px;
    font-weight: 100;
    right: 0;
    top: 0;
    color: #fff;
    margin: 20px;
    cursor: pointer;
    z-index: 120001;
}
.modal-backdrop {
    z-index: 110000 !important;
}
.modal {
    z-index: 110001 !important;
}
.back-to-top-btn {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background: linear-gradient(180deg, #2D2E8F 0%, #3563AC 100%);
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 130000;
}
.back-to-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.back-to-top-btn:hover,
.back-to-top-btn:focus {
    background: linear-gradient(180deg, #1f236f 0%, #2D2E8F 100%);
}
/* Final mobile/tablet nav override (must be after base rules). */
@media screen and (max-width: 992px) {
    .mobile_nav_overlay {
        display: block !important;
    }
    .mobile_nav_panel {
        display: block !important;
    }
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .newstabs_show .tab_content_left {
    display: none;
}


.home .newstabs_show .tab_content_right{
    	width: 100%;
}

/* Modern frontend controls: inputs and buttons */
.content input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
.content select,
.content textarea,
.header_dropdown_panel input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
.header_dropdown_panel select,
.header_dropdown_panel textarea,
.modal-body input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
.modal-body select,
.modal-body textarea,
.top_member_search .form-control,
.mobile_member_search .form-control {
    height: 38px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #c7d5ee !important;
    border-radius: 10px;
    background: #ffffff !important;
    color: #24344f;
    padding: 8px 12px;
    box-shadow: 0 1px 2px rgba(31, 35, 111, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.content textarea,
.header_dropdown_panel textarea,
.modal-body textarea {
    height: auto;
    min-height: 110px;
    resize: vertical;
}
.content input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.content select:focus,
.content textarea:focus,
.header_dropdown_panel input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.header_dropdown_panel select:focus,
.header_dropdown_panel textarea:focus,
.modal-body input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
.modal-body select:focus,
.modal-body textarea:focus,
.top_member_search .form-control:focus,
.mobile_member_search .form-control:focus {
    outline: none;
    border-color: #3563AC !important;
    box-shadow: 0 0 0 3px rgba(53, 99, 172, 0.16);
}
.content input::placeholder,
.content textarea::placeholder,
.header_dropdown_panel input::placeholder,
.header_dropdown_panel textarea::placeholder,
.modal-body input::placeholder,
.modal-body textarea::placeholder,
.top_member_search .form-control::placeholder,
.mobile_member_search .form-control::placeholder {
    color: #8a98b3;
}

.content input[type="submit"],
.content input[type="button"],
.content button,
.leftArea .login input[type="submit"],
.leftArea .login button,
.search_member_form input[type="submit"],
.forms input[type="submit"],
.header_dropdown_panel button,
.header_dropdown_panel input[type="submit"],
.header_dropdown_panel input[type="button"],
.modal-body button,
.modal-body input[type="submit"],
.modal-body input[type="button"],
.top_member_search .top_btn_search,
.header_login_form .header_login_btn {
    height: 38px;
    border: 1px solid #2D2E8F !important;
    border-radius: 10px;
    background: linear-gradient(90deg, #1f236f 0%, #2D2E8F 55%, #3563AC 100%) !important;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0 14px;
    box-shadow: 0 4px 10px rgba(31, 35, 111, 0.2);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.content input[type="submit"]:hover,
.content input[type="button"]:hover,
.content button:hover,
.leftArea .login input[type="submit"]:hover,
.leftArea .login button:hover,
.search_member_form input[type="submit"]:hover,
.forms input[type="submit"]:hover,
.header_dropdown_panel button:hover,
.header_dropdown_panel input[type="submit"]:hover,
.header_dropdown_panel input[type="button"]:hover,
.modal-body button:hover,
.modal-body input[type="submit"]:hover,
.modal-body input[type="button"]:hover,
.top_member_search .top_btn_search:hover,
.header_login_form .header_login_btn:hover {
    filter: brightness(1.04);
    box-shadow: 0 6px 14px rgba(31, 35, 111, 0.26);
    transform: translateY(-1px);
}
.content input[type="submit"]:focus,
.content input[type="button"]:focus,
.content button:focus,
.leftArea .login input[type="submit"]:focus,
.leftArea .login button:focus,
.search_member_form input[type="submit"]:focus,
.forms input[type="submit"]:focus,
.header_dropdown_panel button:focus,
.header_dropdown_panel input[type="submit"]:focus,
.header_dropdown_panel input[type="button"]:focus,
.modal-body button:focus,
.modal-body input[type="submit"]:focus,
.modal-body input[type="button"]:focus,
.top_member_search .top_btn_search:focus,
.header_login_form .header_login_btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(53, 99, 172, 0.18), 0 6px 14px rgba(31, 35, 111, 0.26);
}

/* Keep integrated look for top search pair. */
.top_member_search .form-control {
    border-radius: 10px 0 0 10px !important;
    border-right: 0 !important;
}
.top_member_search .top_btn_search {
    border-radius: 0 10px 10px 0;
}

/* Global fallback: apply modern style to all input and submit controls. */
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
select,
textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #c7d5ee;
    border-radius: 10px;
    background: #fff;
    color: #24344f;
    padding: 8px 12px;
    box-shadow: 0 1px 2px rgba(31, 35, 111, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]):focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #3563AC;
    box-shadow: 0 0 0 3px rgba(53, 99, 172, 0.16);
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border: 1px solid #2D2E8F;
    border-radius: 10px;
    background: linear-gradient(90deg, #1f236f 0%, #2D2E8F 55%, #3563AC 100%);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 8px 14px;
    box-shadow: 0 4px 10px rgba(31, 35, 111, 0.2);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    filter: brightness(1.04);
    box-shadow: 0 6px 14px rgba(31, 35, 111, 0.26);
    transform: translateY(-1px);
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(53, 99, 172, 0.18), 0 6px 14px rgba(31, 35, 111, 0.26);
}

/* Exact override for Bootstrap-style submit button class. */
input[type="submit"].btn-primary,
button.btn-primary,
.btn.btn-primary {
    border: 1px solid #2D2E8F !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, #1f236f 0%, #2D2E8F 55%, #3563AC 100%) !important;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: 0 4px 10px rgba(31, 35, 111, 0.2) !important;
}
input[type="submit"].btn-primary:hover,
input[type="submit"].btn-primary:focus,
button.btn-primary:hover,
button.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    border-color: #1f236f !important;
    background: linear-gradient(90deg, #1b1f63 0%, #252678 55%, #2f5699 100%) !important;
    color: #fff !important;
}

/* Align select/dropdown height with text inputs. */
select:not([multiple]):not([size]) {
    height: 38px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 38px !important;
    border: 1px solid #c7d5ee !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #24344f !important;
    padding: 8px 36px 8px 12px !important;
}
.bootstrap-select > .dropdown-toggle .filter-option,
.bootstrap-select > .dropdown-toggle .filter-option-inner,
.bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
    line-height: 20px !important;
}
