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: 60px;
    left: 46%;
    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;
}

.mdtoast.mdt--error {
    text-align: center;
}

table {
    border-collapse: collapse;
}

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

td {
    height: 45px;
}

th {
    background-color: #FFB300;
    color: white;
}

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

.bankTitle {
    padding-left: 10px;
    padding-right: 10px;
}

.bankTitle.snd {
    margin-top: 50px;
}

.bankName {
    line-height: 38px;
}

.gold-content {
    text-align: center;
    padding-bottom: 5px;
}

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

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

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

.row_colspan {
    background-color: #FFB300;
}

.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;
}

.header_item.change {
    min-width: 50px;
}

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

.gold_item.changeup {
    color: #3c8c2c;
}

.gold_item.changedown {
    color: #ff0000;
}


.gold_item_left {
    width: 30%;
    line-height: 20px;
    min-height: 60px;
    font-size: 12px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    text-align: left;
}

.gold_item_left.title {
    height: 30px;
}

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

p img {
    padding-left: 10px;
    padding-right: 10px;
}

#gold-chart {
    padding-left: 10px;
    padding-right: 10px;
}

.column {
    float: left;
    width: 33%;
    padding: 10px;
    padding-bottom: 0px;
    cursor: pointer;
    max-width: 140px;
    padding-top: 6px;
}

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

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

.menuHeader {
    background-color: white;
    text-align: center;
    height: 46px;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    /* -moz-box-shadow:    -3px 1px 2px 1px #3c8c2c;
    -webkit-box-shadow: -3px 1px 2px 1px #3c8c2c;
    box-shadow:         -3px 1px 2px 1px #3c8c2c; */
    z-index: 9999;
    border-bottom: 1px solid #d8d8d8;
}

.column h3 {
    line-height: 0px;

}

.column.active h3 {
    line-height: 0px;
    /* color: #3c8c2c; */
}


.mdtoast.mdt--error {
    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;
    }
}

.chart-img {
    text-align: center;
}

.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;
}


/* Them moi cho ads */
.wrap-header .container {
    max-width: 1280px;
    margin: 0 auto;
    /* padding: 0 16px; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.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;
    /* cho phép co nhỏ, nhưng không vượt quá 780px */
    max-width: 1280px;
}

.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;
    }
}

.kitco-group {
    display: grid;
    gap: 10px;
    text-align: center;
    max-width: 1280px;
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
}

@media (max-width: 599px) {
    .kitco-group {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}