html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a:focus,
button:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 31px;
    min-height: 100%;
}

/* ---------------- Dau Tu Cong 2026 ------------ */
.div_dtcong_detail_content {
    height: calc(100% - 250px) !important;
}

.div_dtcong_detail_kenhtiepnhan {
    height: calc(100% - 135px) !important;
}

.border-top {
    border-top: none !important;
    display: none !important;
}

.tab-content{
    margin: 0px auto;
    width: calc(100% - 20px);
}

/* Override Bootstrap container: luôn rộng theo viewport, tối đa 2700px; bỏ gutter trái/phải */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100% !important;
    max-width: 2700px !important;
    --bs-gutter-x: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.div_gg_ktns_card_02 {
    height: 620px;
}

    .div_gg_ktns_card_02 canvas {
        height: 500px !important;
        min-height: auto !important;
        max-height: auto !important;
    }

canvas {
    /* max-height: 300px;*/
    height: 100%;
}

.div_gg_dang_tuoidoi {
}



.div_menuu_body {
    display: grid;
   /* grid-template-columns: 2fr 1fr;*/
    gap: 24px;
    border-bottom: solid 1px #ccc;
}

@media (max-width: 769.98px) {
    .div_menuu_body {
       /* grid-template-columns: 1fr;*/
        grid-template-rows: auto auto;
    }
} 