.elementor-607 .elementor-element.elementor-element-188b4ed{--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-607 .elementor-element.elementor-element-fd1c48f{--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-607 .elementor-element.elementor-element-fdd117f{--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;}/* Start custom CSS for html, class: .elementor-element-b0e4101 */.mp-bl-banner-section {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
.mp-bl-banner-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* rounded corners? Image doesn't show clearly. Let's keep it square for banner. */
}
.mp-bl-banner-img img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 300px;
    /* Ensure height on mobile */
    object-fit: cover;
}
/* Text Overlay */
.mp-bl-banner-text-wrap {
    position: absolute;
    top: 20%;
    left: 10%;
    /* Specific positioning as per designs usually */
    z-index: 2;
}
.mp-bl-title {
    /* Web font or system Mincho */
    font-size: 3rem;
    /* Large size */
    font-weight: 500;
    color: #000;
    margin: 0;
    padding-left: 20px;
    /* Space between line and text */
    border-left: 3px solid #000;
    /* Vertical line */
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    /* In case text overlaps complex image parts, though image seems to have white space there */
}
.mp-bl-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    /* Center vertically */
    transform: translateY(-50%);
    width: 3px;
    /* Line thickness */
    height: 150%;
    /* 1.4 times the text height - Adjust this to make it longer/shorter */
    background-color: #000;
}
/* Responsive */
@media (max-width: 768px) {
    .mp-bl-title {
        font-size: 1.8rem;
        padding-left: 15px;
        border-left-width: 3px;
    }
    .mp-bl-banner-text-wrap {
        top: 15%;
        left: 5%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac5cab6 */.service-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* number circle */
.service-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 22px;
    font-family: serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* text */
.service-text span {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #444;
}

.service-text strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #222;
}

/* themes */
.theme-blue  .service-number { background: #cceeff; }
.theme-green .service-number { background: #d9f2ce; }
.theme-yellow.service-number,
.theme-yellow .service-number { background: #fff5ca; }
.theme-pink  .service-number { background: #ffd6d6; }

/* responsive */
@media (max-width: 991px) {
    .service-summary {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }
}

@media (max-width: 600px) {
    .service-summary {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-badae7d *//* Container bao ngoài để namespace CSS */
.rule-container {
    line-height: 1.6;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    padding: 20px;
}

/* Phần mở đầu */
.rule-container .rule-preamble {
    margin-bottom: 30px;
    text-align: justify;
}

/* Khối từng điều khoản */
.rule-container .rule-item {
    margin-bottom: 30px;
}

/* Tiêu đề điều khoản (第X条) */
.rule-container .rule-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000;
}

/* Danh sách 1. 2. 3. (Decimal) */
.rule-container ol.rule-list-decimal {
    list-style-type: decimal;
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 10px;
}

/* Danh sách a. b. c. (Alphabet) */
.rule-container ol.rule-list-alpha {
    list-style-type: lower-alpha;
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 10px;
}

/* Danh sách chấm tròn (Bullet) */
.rule-container ul.rule-list-bullet {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 10px;
}

/* Định dạng cho các item trong list */
.rule-container li {
    margin-bottom: 8px;
    padding-left: 5px; /* Tạo khoảng cách nhỏ giữa số và chữ */
}

/* --- XỬ LÝ ĐẶC BIỆT: ĐIỀU 6 MÀU ĐỎ --- */
.rule-container .rule-red,
.rule-container .rule-red .rule-title,
.rule-container .rule-red li,
.rule-container .rule-red p {
    color: #d32f2f !important; /* Force màu đỏ */
}

/* Mobile responsive */
@media (max-width: 600px) {
    .rule-container {
        padding: 10px;
    }
    .rule-container ol.rule-list-decimal,
    .rule-container ol.rule-list-alpha {
        margin-left: 15px;
    }
}/* End custom CSS */