#section_321268994 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#section_321268994 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_321268994 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}
#section_1169305192 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#section_1169305192 .section-bg-overlay {
    background-color: rgba(255, 255, 255, 0.581);
}

#section_1169305192 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_1169305192 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}

#section_9027615 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#section_9027615 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_9027615 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}



/*tôi code tiếp*/
#section_1767528370 { padding-top: 30px; padding-bottom: 30px; }
#section_1767528370 .ux-shape-divider--top svg { height: 150px; --divider-top-width: 100%; }
#section_1767528370 .ux-shape-divider--bottom svg { height: 150px; --divider-width: 100%; }


#banner-423539559 .bg { background-position: 10% 68%; }
#banner-423539559 .ux-shape-divider--top svg { height: 150px; --divider-top-width: 100%; }
#banner-423539559 .ux-shape-divider--bottom svg { height: 150px; --divider-width: 100%; }


#text-box-1298532962 .text-box-content { background-color: rgba(255, 255, 255, 0.686); font-size: 100%; }
#text-box-1298532962 .text-inner { padding: 30px 30px 30px 30px; }
#text-box-1298532962 { width: 90%; }
@media (min-width:550px) { #text-box-1298532962 { width: 67%; } }
@media (min-width:850px) { #text-box-1298532962 { width: 46%; } }


#row-2029259441 > .col > .col-inner {
    padding: 12px 12px 12px 12px;
}


#section_1169305192 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#section_1169305192 .section-bg-overlay {
    background-color: rgba(255, 255, 255, 0.581);
}


#section_1169305192 .ux-shape-divider--top svg {
    height: 150px;
    --divider-top-width: 100%;
}
#section_1169305192 .ux-shape-divider--bottom svg {
    height: 150px;
    --divider-width: 100%;
}

#row-1479038244 > .col > .col-inner {
    padding: 12px 12px 12px 12px;
    background-color: rgba(217, 242, 222, 0.186);
    border-radius: 6px;
}

#row-1178892043 > .col > .col-inner { padding: 12px 12px 12px 12px; }

#section_970202484 { padding-top: 30px; padding-bottom: 30px; }
#section_970202484 .section-bg-overlay { background-color: rgba(255, 255, 255, 0.581); }
#section_970202484 .section-bg { background-position: right; }
#section_970202484 .ux-shape-divider--top svg { height: 150px; --divider-top-width: 100%; }
#section_970202484 .ux-shape-divider--bottom svg { height: 150px; --divider-width: 100%; }
@media (min-width:550px) { #section_970202484 .section-bg-overlay { background-color: rgba(255, 255, 255, 0.581); } }

/*tôi code tiếp*/
.phonering-alo-phone {
    left: 0 !important;
    bottom: 0 !important;
    margin-top: 20%;
}


/*tôi code tiếp*/
/* === Layout chung === */
.aml_dk-wrap {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-size: 14px !important;
    position: fixed;
    z-index: 2147483647;
}

/* === Flex container (mobile first) === */
.aml_dk-flex-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.aml_dk-flex-container > div {
    margin: 8px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    cursor: pointer;
    position: relative;
}

/* Mobile-specific spacing */
.aml_dk-md .aml_dk-flex-container > div {
    margin: 2px 8px;
}

/* === Tooltip === */
.aml-tooltip {
    position: relative;
    display: inline-block;
}

.aml-tooltip .aml-tooltiptext {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: #1D243E;
    color: #fff;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
}

/* Tooltip alignment for left positions */
.aml_dk-top-left .aml-tooltip .aml-tooltiptext,
.aml_dk-middle-left .aml-tooltip .aml-tooltiptext,
.aml_dk-bottom-left .aml-tooltip .aml-tooltiptext {
    left: 120%;
}

/* Tooltip on hover */
.aml-tooltip:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* === "Powered by" badge === */
.aml-powered-by {
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 2s ease, opacity 0.6s ease;
}

.aml_dk-desktop.aml_dk-style-default .aml-pb-style-default.aml-powered-by,
.aml_dk-desktop.aml_dk-style-main-button .aml-pb-style-main-button.aml-powered-by,
.aml_dk-desktop.aml_dk-style-default .aml-pb-style-gradient-default.aml-powered-by,
.aml_dk-desktop.aml_dk-style-square .aml-pb-style-square.aml-powered-by {
    color: #555 !important;
    background: rgba(0, 0, 0, 0.1);
    font-size: 10px;
    height: 19px;
    line-height: 18px;
    position: absolute;
    transform-origin: 0 0;
    padding: 1px 7px 2px 7px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    letter-spacing: .3px;
    white-space: nowrap !important;
}

/* Badge position if on left */
.aml_dk-desktop.aml_dk-style-default[class*='-left'] .aml-powered-by {
    top: calc(50% - 57px);
    left: 20px;
    transform: rotate(90deg);
}

/* Position adjustments */
.aml_dk-style-default.aml_dk-bottom-left {
    bottom: 24px;
    left: 0;
}

.aml_dk-desktop.aml_dk-style-default[class*='-left'] {
    padding-left: 20px;
}

/* === Channel buttons (e.g., Facebook) === */
.aml_dk-style-gradient-default [class*='aml_dk-channel-'] {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}



/* === Responsive styles for >=768px === */
@media only screen and (min-width: 768px) {
    .aml_dk-flex-container > div {
        width: 54px !important;
        height: 54px !important;
        margin: 6px !important;
        background-size: 100% !important;
        border: 2px solid #fff !important;
        border-radius: 50% !important;
        background-image: linear-gradient(180deg, #4fc3f7 0%, #0277bd 100%) !important;
    }

    .aml_dk-style-gradient-default [class*='aml_dk-channel-'] {
        background-size: 100% !important;
    }
}
