@font-face {
    font-family: 'Kelson';
    src: url(../../../libs/fonts/KelsonBold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'Kelson';
    src: url(../../../libs/fonts/KelsonRegular.otf);
    font-weight: 400;
}

body{
    /* background: url(nen.jpg) no-repeat; */
    /* background: url(https://media.vneconomy.vn/res/qc/infographic/solieu/2024/thang5/nen.jpg?v=3); */
 /* ../../../libs/theme4/images/nen.jpg */
 background-size: cover;
 background-position: center bottom;
}

#loading {
    display: block;
    position: absolute;
    width: 100px;
    left: calc(50% - 100px);
    top: 40%;
    z-index: 1000;
    background-color: transparent;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 100%;
    max-width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.5em;
    color: rgb(0, 0, 0);
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


.highcharts-data-label-box {
    fill: none;
    stroke-width: 0;
}

.highcharts-data-label text {
    font-size: 14px;
    font-weight: bold;
    color: #b0b0b3;
    /* text-shadow: 0 0 2px rgb(146, 146, 146), 0 0 3px rgb(255, 255, 255); */
    fill: #b0b0b3;
    text-rendering: geometricPrecision;
}

.highcharts-data-label-connector {
    fill: none;
}

/* No-data module */
.highcharts-no-data text {
    font-weight: bold;
    font-size: 14px;
    fill: #60606a;
}

text.highcharts-title {
    font-size: 1.8em !important;
}

#container {
    background: #ffffff !important;
    /* position: relative; */
    min-height: 500px;
    padding-top: 12px;
    border-radius: 15px;
}

#container svg {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.highcharts-legend>rect {
    fill: transparent;
}

.highcharts-tooltip {
    line-height: 1.3em;
}

.highcharts-tooltip span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 14px !important;
}
.highcharts-axis-title {
    text-transform: unset !important;
}

h2 {
    display: block;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    width: 70%;
    margin: 0 auto;
}

body {
    width: 1024px;
    height: 680px;
    padding-right: 0;
    padding-top: 0;
    overflow: hidden;
    /* border: 1px solid #ccc; */
    margin: 0 auto;
}

.left {
    width: 860px;
    display: inline-block;
    padding-top: 10px;
}

.right {
    width: 230px;
    display: inline-block;
    position: relative;
    height: 680px;
}

.top-icon {
    display: inline-block;
    padding-right: 20px;
    padding-left: 0px;
    width: 100px;
    margin-top: -5px;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.2));
}

.container-fluid {
    display: flex;
    overflow: hidden;
    padding-right: 0;
    padding-top: 10px;
    padding-left: 0;
}

.header { 
    background: url(txtlinex.png);
    background-size: cover;
    background-position: right;
    border-radius: 40px;
}
h2 {
    font-family: 'Kelson';
    /* color: #008bc1; */
    /* color: #f84e4e; */
    color: #ffffff;
    display: inline-block;
    text-align: left;
    font-size: 26px;
    filter: drop-shadow(2px 0px 5px rgb(0 0 0 / 0.35));
    margin-top: 8px;
}

#container {
    /* border: 1px solid #ccc; */
    border-radius: 15px;
    margin-bottom: 20px;
}

img.logo {
    /* padding-top: 10px; */
}

.menu {
    position: absolute;
    right: -1px;
    top: 5px;
    text-align: right;
}

.menu li {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 2px;
    position: relative;
    display: inline-block;
}

.menu li img {
    width: 90%;
    /* box-shadow: -2px 0px 5px #00000030; */
    /* filter: drop-shadow(2px 0px 5px rgb(0 0 0 / 0.2)); */
    border-radius: 5px;
}

.menu li ul {
    display: none;
    position: absolute;
}
.menu li:hover ul {
    display: block;
    right: 190px;
    z-index: 99;
    bottom: 0;
    margin-bottom: -3px;
}

.menu li:hover ul li{
    margin-right: 3px;
}


.nextbtn {
    float: right;
    padding-top: 0px;
    width: 100px;
    margin-right: 10px;
}

@media (min-width: 1024px) {
    .right {
        min-width: 216px !important;
    }
    .left {
        max-width: 807px !important;
    }
}

@media (max-width: 768px) {

    body {
        width: 100% !important;
        min-height: 100vh !important;
        overflow: auto;
    }
    .container-fluid {
        overflow: auto;
        /* background: url(../../../libs/theme3/images/nenb.jpg) no-repeat; */
    background-size: cover;
    background-position: center bottom;
    }
    
    .highcharts-figure,
.highcharts-data-table table {
    min-width: 90%;
    max-width: 98%;
    margin: 1em auto;
}


    .right {
        display: none;
    }
    #container {
        min-height: calc(100vh - 400px);
        max-height: calc(100vh - 390px);
    }
.top-icon {
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
    margin-top: 0 !important;
}
    .container-fluid {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .left {
        width: 100% !important;
        max-width: 100%;
        display: block;
        text-align: center;
        padding-top: 10px;
        max-width: 100% !important;
    }

    h2 {
        text-align: center;
        padding-top: 10px;
        font-size: 22px !important;
        width: 100%;
    }

    #container {
        border: 0;
        margin-bottom: 20px;
    }

    .buttonmb {
        text-align: center;
    }

    .buttonmb .mbbtn {
        display: inline-block;
        width: 80px !important;
    }

    .nextbtn {
        display: none;
    }
}

.header h2, figure, .top-icon  {
    opacity: 0;
}
.nextbtn
{
opacity: 0;
transform: scale(0);
}
#loading img {
    width: 100px;
}
.hoadao {
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0.9;
    max-width: 250px;
}