.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-15560 .elementor-element.elementor-element-0648189{margin-top:-120px;margin-bottom:-120px;}@media(max-width:767px){.elementor-15560 .elementor-element.elementor-element-0648189{margin-top:-50px;margin-bottom:-50px;}}/* Start custom CSS for image, class: .elementor-element-5d7e3d2 */.banner-brand-container .elementor-container {
    display: flex;
    justify-content: center; /* căn giữa trái – phải */
}

.banner-brand img {
    display: block;
    margin: 0 auto; /* đảm bảo giữa tuyệt đối */
    margin-top: -5px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-89727f8 */.banner-brand-container {
    position: relative;
    top: -135px;

    width: 100vw;
    height: 490px;
    left: 50%;
    transform: translateX(-50%);

    overflow: hidden;
    background: linear-gradient(
        to right,
        #e7e7e7 0%,
        #e7e7e7 25%,
        #e7e7e7 50%,
        #e7e7e7 75%,
        #e7e7e7 100%
    );


}
@media (max-width: 480px) {
    .banner-brand-container {
        top: -60px;       /* kéo lên ít hơn cho mobile */
        height: 130px;    /* chiều cao hợp lý */
        overflow: hidden;
        background-size: cover;  /* gradient/ảnh cover toàn width */
        display: block;
    }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-d259271 */.image-pd {
  display: block;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-pd:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.25);
}/* End custom CSS */