.elementor-16423 .elementor-element.elementor-element-f3dada9{--display:flex;--min-height:600px;--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-16423 .elementor-element.elementor-element-f3dada9:not(.elementor-motion-effects-element-type-background), .elementor-16423 .elementor-element.elementor-element-f3dada9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://eciglobal.asia/wp-content/uploads/2025/06/banner-my-01.webp");background-position:center center;background-size:cover;}.elementor-16423 .elementor-element.elementor-element-fdba3d9 .title-after_title, .elementor-16423 .elementor-element.elementor-element-fdba3d9 .title-subtitle, .elementor-16423 .elementor-element.elementor-element-fdba3d9 .woodmart-title-container{max-width:47%;}.elementor-16423 .elementor-element.elementor-element-fdba3d9 .title{color:#1C37E0;}.elementor-16423 .elementor-element.elementor-element-f097d61{--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-16423 .elementor-element.elementor-element-28ced25{--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:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-16423 .elementor-element.elementor-element-28ced25:not(.elementor-motion-effects-element-type-background), .elementor-16423 .elementor-element.elementor-element-28ced25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #CBE6FA 0%, #FFFFFF 100%);}.elementor-16423 .elementor-element.elementor-element-06668c8.elementor-element{--align-self:center;}.elementor-16423 .elementor-element.elementor-element-d9a6d79{--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;}.elementor-16423 .elementor-element.elementor-element-a1eef2a{--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;}.elementor-16423 .elementor-element.elementor-element-bfd28d8{--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;}.elementor-16423 .elementor-element.elementor-element-cfa0adb{--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;}.elementor-16423 .elementor-element.elementor-element-5d96175{--display:flex;}@media(min-width:769px){.elementor-16423 .elementor-element.elementor-element-a1eef2a{--width:50%;}.elementor-16423 .elementor-element.elementor-element-bfd28d8{--width:50%;}}@media(max-width:768px){.elementor-16423 .elementor-element.elementor-element-fdba3d9 .title-after_title, .elementor-16423 .elementor-element.elementor-element-fdba3d9 .title-subtitle, .elementor-16423 .elementor-element.elementor-element-fdba3d9 .woodmart-title-container{max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-a6063e5 *//* Container chính */
.banking-accordion-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

/* Tiêu đề chính */
.banking-main-title {
    text-align: center;
    margin-bottom: 40px;
}

.banking-main-title h1 {
    color: #2c5aa0;
    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-06668c8 */.bank-header p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.bank-methods h3 {
  margin-top: 30px;
  font-size: 20px;
  color: #333333;
}

.bank-methods ul {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.bank-methods ul li {
  padding: 10px 0;
  font-size: 16px;
  color: #222;
  position: relative;
  padding-left: 28px;
}

.bank-methods ul li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  color: green;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6479fdf */<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-f6881f1 *//* Main Container */
.eci-accordion-faq {
  font-family: 'Be Vietnam Pro', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

/* Header */
.eci-accordion-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.eci-accordion-header h2 span {
  color: #666;
  font-weight: 500;
}

.eci-accordion-divider {
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
  margin-bottom: 25px;
  border-radius: 3px;
}

/* Accordion Items */
.eci-accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.eci-accordion-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  background: #f9f9f9;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.eci-accordion-question:hover {
  background: #f0f0f0;
}

.eci-accordion-number {
  font-size: 16px;
  font-weight: 700;
  color: #1C37E0;
  margin-right: 15px;
  min-width: 20px;
}

.eci-accordion-text {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  flex-grow: 1;
  text-align: left;
}

.eci-accordion-icon {
  font-size: 20px;
  font-weight: 700;
  color: #2575fc;
  transition: transform 0.3s ease;
}

/* Active state */
.eci-accordion-item.active .eci-accordion-question {
  background: #1C37E0;
}

.eci-accordion-item.active .eci-accordion-text,
.eci-accordion-item.active .eci-accordion-number,
.eci-accordion-item.active .eci-accordion-icon {
  color: white;
}

.eci-accordion-item.active .eci-accordion-icon {
  transform: rotate(45deg);
}

/* Answer */
.eci-accordion-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: white;
}

.eci-accordion-answer p {
  margin: 0;
  padding: 20px;
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

/* Active answer */
.eci-accordion-item.active .eci-accordion-answer {
  max-height: 300px;
}

/* Responsive */
@media (max-width: 768px) {
  .eci-accordion-faq {
    padding: 20px;
  }
  
  .eci-accordion-header h2 {
    font-size: 24px;
  }
  
  .eci-accordion-question {
    padding: 15px;
  }
}/* End custom CSS */