﻿div[data-ad="home_top_banner_1"] {
    min-height: 140px;
   
}
.container-adv {
    display: none;
}

    .container-adv.show {
        display: block;
    }

    .container-adv .banner-slide {
        display: none;
    }

        .container-adv .banner-slide.active {
            display: block;
        }

    .container-adv * {
  max-width: 100%;
  vertical-align: top;
}


/* Mobile sticky advertisement at bottom */
@media only screen and (max-width: 768px) {
    .container-adv {
        text-align: center;
    }

        .container-adv.show.sticky-bottom {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 9999;
            background-color: #fff;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            padding: 8px;
            box-sizing: border-box;
        }

            .container-adv.show.sticky-bottom .banner-slide.active {
                display: block;
                text-align: center;
                position: relative;
            }

                .container-adv.show.sticky-bottom .banner-slide.active img {
                    max-width: 100%;
                    height: auto;
                    max-height: 100px;
                }

            /* Close button ở ngoài cùng bên phải */
            .container-adv.show.sticky-bottom .close-btn {
                position: absolute;
                top: -5px;
                right: -5px;
                background: rgba(0, 0, 0, 0.7);
                color: white;
                border: none;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                font-size: 14px;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 10000;
                font-weight: bold;
            }

                .container-adv.show.sticky-bottom .close-btn:hover {
                    background: rgba(0, 0, 0, 0.9);
                }

    footer.sticky-bottom {
        padding-bottom: 100px;
    }
}

.tech-connect .mt-1 {
    margin-top: 0.25rem !important; /* 4px */
}

.tech-connect .mt-2 {
    margin-top: 0.5rem !important; /* 8px */
}

.tech-connect .mt-3 {
    margin-top: 1rem !important; /* 16px */
}

.tech-connect .mt-4 {
    margin-top: 1.5rem !important; /* 24px */
}

.tech-connect .mb-1 {
    margin-bottom: 0.25rem !important; /* 4px */
}

.tech-connect .mb-2 {
    margin-bottom: 0.5rem !important; /* 8px */
}

.tech-connect .mb-3 {
    margin-bottom: 1rem !important; /* 16px */
}

.tech-connect .mb-4 {
    margin-bottom: 1.5rem !important; /* 24px */
}



div[data-ad="home_right_large_1"] {
    min-height: 500px;
    display: block;
}

@media only screen and (max-width: 768px) {
    div[data-ad="home_top_banner_1"] {
        display: none;
    }

    div[data-ad="home_right_large_1"] {
        display: none;
    }

    div[data-ad="home_top_banner_1_mobile"] {
        display: none !important;
        min-height: 80px;
    }
}
