html,
body {
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    margin: 0px;
    background-color: white;
}

* {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

#loader {
    position: fixed;
    z-index: 100 !important;
    top: 100px;
    left: 50%;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 4px solid #FFB300;
    border-radius: 50%;
    border-top: 4px solid #f3f3f3;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.column {
    /* float: left;
    width: 16.5%;
    padding: 8px; */
    cursor: pointer;
    max-width: 140px;
    user-select: none;
    align-content: center;
}

.column.active {
    border-bottom: 2px solid #FFB300;
    /* padding: 3px 0; */
    /* background-color: #d2a10e; */
    /* -moz-box-shadow: -1px 0px 3px 3px #ffbf00;
    -webkit-box-shadow: -1px 0px 3px 3px #ffbf00;
    box-shadow: -1px 0px 3px 3px #ffbf00; */
}

.column.active img {
    /* height: 56px; */
    padding: 0px;
    /* border: 3px solid #ffb300; */
    border-radius: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/*===================*/
.menuHeader {
    position: relative;
    background-color: white;
    text-align: center;
    height: 69px;
    width: 100%;
    max-width: 1280px;
    top: 0;
    border-bottom: 1px solid #d8d8d8;
    z-index: 9999;

    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 30px;
    scrollbar-width: none;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
    align-items: center;
}

.menuHeader::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

/* .menuHeader span {
    border-left: 5px solid#ff5400;
    line-height: 35px;
    height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-left: 8px;
    color: #fff;
} */

.logo-img {
    height: 62px;
    padding: 6px;
}

.gold-content {
    margin-top: 60px;
    text-align: center;
    padding-bottom: 5px;
    /* max-width: 778px; */
}

table {
    border-collapse: collapse;
}

table,
td {
    /* border: 1px dotted #dedede; */
}

td {
    height: 69px;
}

th {
    background-color: white;
    /* position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 45px; */
    padding-top: 16px;
}

tr {
    border: solid;
    border-width: 5px;
    border-color: white;
    background-color: #f6f6f6;
}

.row_colspan {
    background-color: #ffbf00;
}

/* .row_colspan.sticky{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 90px;
} */

.giaiSo {
    /* background-color: #f1f1f1; */
    padding: 6px;
}

.giaiSo a {
    text-decoration: none;
    color: gray;
}

.box_content {
    border-spacing: 0px;
    width: 100%;
}

.header_item {
    font-size: 13px !important;
    line-height: 20px !important;
    width: 20%;
    height: 34px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    text-align: center;
}

.col_item {
    font-size: 13px !important;
    line-height: 20px !important;
    width: 20%;
    height: 34px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    text-align: center;
}

.gold_item {
    width: 20%;
    line-height: 20px;
    height: 34px;
    font-size: 16px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    text-align: center;
}

.gold_item_left {
    width: 30%;
    line-height: 20px;
    min-height: 69px;
    font-size: 12px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    text-align: left;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}

.gold_item_right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.gold_item_left.title {
    height: 30px;
}

.gold_item_left div {
    padding-left: 10px;
    padding-right: 10px;
}

#err_message {
    max-width: 768px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 5px;
    display: none;
}

#err_message a {
    text-decoration: none;
    color: gray;
}

.goldUp {
    /* padding-left: 20px; */
    color: #25da00;
    /* background-image: url(/img/up.png);
    background-repeat: no-repeat;
    background-position: left; */
    font-size: 12px;
}

.goldDown {
    /* padding-left: 20px; */
    color: #ff0000;
    /* background-image: url(/img/down.png);
    background-repeat: no-repeat;
    background-position: left; */
    font-size: 12px;
}

.box_content_top {
    border-spacing: 0px;
    width: 100%;
    position: fixed;
    background-color: white;
    top: 50px;
}

.box_content_top .giaiSo {
    padding-top: 15px;
}

/* .mdtoast {
    left: unset !important;
} */

.mdtoast.mdt--error {
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .mdtoast {
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        font-size: 14px !important;
        transform: translateY(0) !important;
        border-radius: 0px !important;
    }
}

.phone-call {
    font-size: 12px;
}

.search-box {
    position: fixed;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    top: 45px;
    background-color: white;
    padding-top: 15px;
    padding-bottom: 10px;
}

#myInput {
    background-image: url('/img/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ffbf00;
    /* margin-bottom: 12px; */
    border-radius: 8px;
}

input:focus {
    outline: none;
}

.navbar {
    overflow: hidden;
    background-color: #f1f1f1;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    box-shadow: 0px 0px 5px 12px #ffffff;
    -moz-box-shadow: 0px 0px 5px 12px #ffffff;
    -webkit-box-shadow: 0px 0px 5px 12px #ffffff;
}

.navbar a {
    float: left;
    display: block;
    color: #2e2e2e;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 700;
    font-family: roboto, sans-serif;
}

.navbar a.active {
    background-color: #FFB300;
    color: #ffffff;
    font-weight: bold;
}

.pad-nav {
    display: none;
    padding-bottom: 20px;
}


.page-container {
    max-width: 1280px;
    margin: 0 auto;
    /* padding: 0 16px; */
}

.main-content {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.left-content {
    flex: 0 1 1280px;
    max-width: 1280px;
    margin-top: 10px;
}

.right-content {
    flex: 1;
    margin-top: 100px;
}

/* Nếu tổng chiều rộng nhỏ hơn 1080px, thì phần còn lại sẽ < 300px => ẩn .right */
@media (max-width: 1079px) {
    .right-content {
        display: none;
    }
}

.menuWrapper {
    position: fixed;
    width: 100%;
    max-width: 1280px;
    top: 0;
    z-index: 9999;
    justify-items: center;
}

.menuMiniTrack {
    height: 5px;
    width: 69px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
}


/* Thumb: thể hiện phần đang xem */
.menuMiniThumb {
    height: 100%;
    width: 20px;
    background: #ffb300;
    transform: translateX(0%);
    transition: transform 0.1s;
    border-radius: 5px;
}