.elementor-16419 .elementor-element.elementor-element-cef1de9{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:-40px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-16419 .elementor-element.elementor-element-cef1de9:not(.elementor-motion-effects-element-type-background), .elementor-16419 .elementor-element.elementor-element-cef1de9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A0A0A0;}.elementor-16419 .elementor-element.elementor-element-4baf0fc .title-after_title, .elementor-16419 .elementor-element.elementor-element-4baf0fc .title-subtitle, .elementor-16419 .elementor-element.elementor-element-4baf0fc .woodmart-title-container{max-width:50%;}.elementor-16419 .elementor-element.elementor-element-4baf0fc .title{color:#1C37E0;}.elementor-16419 .elementor-element.elementor-element-4baf0fc .title-after_title{color:#FFD900;font-size:20px;}.elementor-16419 .elementor-element.elementor-element-6b95647 .wd-text-block{max-width:53%;}.elementor-16419 .elementor-element.elementor-element-e0e427a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-16419 .elementor-element.elementor-element-72952af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-16419 .elementor-element.elementor-element-009f8c1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}.elementor-16419 .elementor-element.elementor-element-ef89e94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:20px;}.elementor-16419 .elementor-element.elementor-element-7dcb0d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:20px;--margin-right:0px;}.elementor-16419 .elementor-element.elementor-element-0013a2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:768px){.elementor-16419 .elementor-element.elementor-element-ef89e94{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16419 .elementor-element.elementor-element-7dcb0d2{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:769px){.elementor-16419 .elementor-element.elementor-element-ef89e94{--width:50%;}.elementor-16419 .elementor-element.elementor-element-7dcb0d2{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-ed6dd8d *//* Container chính */
.banking-accordion-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Be Vietnam Pro', sans-serif;
    line-height: 1.6;
}

/* Tiêu đề chính */
.banking-main-title {
    text-align: center;
    margin-bottom: 40px;
}

.banking-main-title h1 {
    color: #333333;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.banking-main-title h2 {
    color: #87ceeb;
    font-size: 1.8rem;
    font-weight: 300;
}

/* Các box accordion */
.banking-accordion {
    margin-bottom: 20px;
}

.banking-accordion-item {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Header của mỗi box */
.banking-accordion-header {
    background: linear-gradient(135deg, #2c5aa0, #1e4080);
    color: white;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover trên header */
.banking-accordion-header:hover {
    background: linear-gradient(135deg, #1e4080, #2c5aa0);
}

/* Tiêu đề của accordion */
.banking-accordion-title {
    font-size: 1.1rem;
    font-weight: 600;
    flex: 1;
    text-align: left;
}

/* Icon dấu + */
.banking-accordion-icon {
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

/* Nội dung của mỗi accordion */
.banking-accordion-content {
    background: white;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.banking-accordion-content-inner {
    padding: 20px 0;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* Kích hoạt khi mở */
.banking-accordion-item.active .banking-accordion-content {
    max-height: 200px;
}

.banking-accordion-item.active .banking-accordion-icon {
    transform: rotate(180deg);
    background: rgba(255, 255, 255, 0.2);
}

.banking-accordion-item.active .banking-accordion-icon::before {
    content: '−';
}

.banking-accordion-icon::before {
    content: '+';
}

/* Grid layout cho các mục */
.banking-accordion-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.banking-single-accordion {
    grid-column: 1 / -1;
}

/* Box dưới cùng */
.banking-bottom-box {
    width: 100%; /* Box chiếm toàn bộ chiều ngang */
    max-width: 600px; /* Đặt giới hạn chiều rộng tối đa */
    margin: 0 auto; /* Căn giữa box */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Thêm bóng giống các box khác */
}

/* Media query cho di động */
@media (max-width: 768px) {
    .banking-accordion-grid {
        grid-template-columns: 1fr;
    }
    
    .banking-main-title h1 {
        font-size: 1.8rem;
    }
    
    .banking-main-title h2 {
        font-size: 1.4rem;
    }

    .banking-bottom-box {
        max-width: 90%; /* Giảm kích thước box khi màn hình nhỏ */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34a804b */.hk-bank-partners {
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
    color: #333;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h1 {
    font-size: 2.2rem;
    color: #1a365d;
    margin-bottom: 15px;
    font-weight: 700;
}

.subtitle {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.bank-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bank-item {
    display: flex;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.bank-item:hover {
    transform: translateY(-3px);
}

.bank-badge {
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0 15px;
}

.hsbc-badge {
    background: #DB0011; /* Màu đỏ đặc trưng của HSBC */
}

.dbs-badge {
    background: #0033A0; /* Màu xanh của DBS */
}

.ocbc-badge {
    background: #005B8E; /* Màu xanh của OCBC */
}

.scb-badge {
    background: #1D2F5B; /* Màu xanh đậm của Standard Chartered */
}

.bank-content {
    padding: 20px;
    flex: 1;
}

.bank-content h3 {
    font-size: 1.3rem;
    color: #1a365d;
    margin-bottom: 10px;
    font-weight: 600;
}

.bank-content p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .section-header h1 {
        font-size: 1.8rem;
    }
    
    .bank-item {
        flex-direction: column;
    }
    
    .bank-badge {
        min-width: 100%;
        padding: 10px 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8b3d92 */<style>
        .required-docs-section {
            max-width: 800px;
            margin: 40px auto;
            padding: 30px;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            font-family: 'Be Vietnam Pro', sans-serif;
        }
        
        .required-docs-title {
            color: #333333;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 3px solid #3498db;
            position: relative;
            
        }
        
        .required-docs-title::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 80px;
            height: 3px;
            background: #e74c3c;
            
        }
        
        .required-docs-list {
            list-style: none;
            padding: 0;
            margin: 0 0 30px 0;
        }
        
        .required-docs-item {
            padding: 15px 15px 15px 55px;
            margin-bottom: 20px;
            border-radius: 8px;
            background: #f8fafc;
            position: relative;
            transition: all 0.3s ease;
            border-left: 4px solid #1C37E0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
            
        }
        
        .required-docs-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-left-color: #e74c3c;
        }
        
        .required-docs-icon {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            width: 32px;
            height: 32px;
            background: #3498db;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 16px;
        }
        
        .required-docs-note {
            background: #fff8e6;
            padding: 20px;
            border-radius: 8px;
            border-left: 4px solid #f39c12;
            position: relative;
        }
        
        .required-docs-note::before {
            content: '!';
            position: absolute;
            left: -12px;
            top: 50%;
            transform: translateY(-50%);
            background: #f39c12;
            color: white;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
        
        .required-docs-note-title {
            color: #d35400;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 18px;
        }
        
        @media (max-width: 600px) {
            .required-docs-section {
                padding: 20px;
                margin: 20px;
            }
            
            .required-docs-title {
                font-size: 24px;
            }
            
            .required-docs-item {
                padding: 12px 12px 12px 50px;
            }
            
            .required-docs-icon {
                width: 28px;
                height: 28px;
                font-size: 14px;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfb1590 */.eci-faq-container {
    font-family: 'Be Vietnam Pro', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    font-size: 2.2rem;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 700;
}

.faq-subtitle {
    font-size: 1.1rem;
    color: #333333;
}

.faq-accordion {
    border-radius: 12px;
    overflow: hidden;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    text-align: left;
    background: #ffffff;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f7fafc;
}

.question-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    flex: 1;
    text-align: left;
}

.toggle-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: #4a5568;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8fafc;
}

.faq-answer p {
    padding: 0 25px 0;
    margin: 0;
    color: #4a5568;
    line-height: 1.6;
    padding-bottom: 0;
    transition: all 0.3s ease;
}

/* Active state */
.faq-item.active .faq-question {
    background: #ebf8ff;
}

.faq-item.active .toggle-icon {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 25px 20px;
}

@media (max-width: 768px) {
    .faq-header h2 {
        font-size: 1.8rem/* End custom CSS */