﻿.core-banner {
    width: 100%;
}

.core-hidden {
    display: none;
}

.core-show {
    position: fixed;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    padding: 20px;
    background-color: #ddd;
    display: block;
    z-index: 1000;
}

.core-error {
    color: #ff0000;
    font-style: italic;
}

.core-photo-title {
    font-size: 18px;
    text-transform: uppercase;
}

.core-time {
    font-size: 12px;
}

.core-investor {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
}


.core-investor-left {
    width: 100%;
    border: 2px solid #ddd;
}

    .core-investor-left img {
        width: 100%;
        padding: 5px;
    }

.core-investor-right {
    width: 100%;
    padding-left: 30px;
}

.core-investor-right-title {
    font-size: 24px;
    font-weight: 500;
    color: #30333a;
    line-height: 1.33;
}

.core-investor-right-summary {
    color: #838383;
    margin-bottom: 5px;
    font-size: 16px;
}

.core-investor-right-description {
    font-size: 16px;
    color: #444c59;
    line-height: 1.5;
}

.core-investor-right-site {
}

.core-investor-right-address {
    margin-left: 50px;
}

.core-investor-right-list {
    width: 100%;
    padding: 0;
}

    .core-investor-right-list li {
        display: inline-block;
        border-right: 1px solid rgba(48,51,58,.2);
        padding: 0 15px 0 0;
        height: 20px;
        line-height: 20px;
        margin: 10px 12px 0 0;
        overflow: hidden;
    }

        .core-investor-right-list li a {
            font-size: 14px;
            font-weight: 600;
            color: #337588;
            white-space: nowrap;
        }

.core-blog-menu {
    margin: 0;
    font-size: 11px;
}

    .core-blog-menu a {
        color: #000000;
        font-weight: bold;
        border: 1px solid rgba(48,51,58,.2);
    }

.core-blog-latest-first {
    margin: 0;
}

    .core-blog-latest-first a {
        text-decoration: none;
        color: black;
        width: 100%;
        display: block;
    }

        .core-blog-latest-first a:hover {
            color: #C0C0C0;
        }

.core-list-group-item {
    margin: 0;
    list-style: none;
    padding: 10px;
}

    .core-list-group-item a {
        color: black;
    }

        .core-list-group-item a:hover {
            color: silver;
            text-decoration: none;
        }

.core-tab-content {
    margin-top: 25px;
}

.core-card {
    margin: 0;
}

    .core-card img {
        width: 100%;
    }

    .core-card a {
        color: black;
    }

        .core-card a:hover {
            color: silver;
            text-decoration: none;
        }

    .core-card h5 a {
        font-size: 11px;
    }

.core-nav-tabs {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

    .core-nav-tabs a {
        color: black;
    }

.core-nav {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

    .core-nav li {
        background-color: silver;
    }

    .core-nav a {
        color: black;
    }

        .core-nav a:hover {
            color: silver;
        }

.core-blog-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}

.core-list-group a {
    color: black;
}

    .core-list-group a:hover {
        color: silver;
        text-decoration: none;
    }

.core-booking {
    margin: 0;
    font-size: 24px;
    margin-top: -20px;
    color: #989898;
}

.details h4, .main h4 {
    font-size: 18px;
}

.details h3, .main h3 {
    font-size: 20px;
}

.details h2, .main h2 {
    font-size: 22px;
}

.details h1, .main h1 {
    font-size: 24px;
}

.core-nav-item {
    float: left;
    height: 25px;
    line-height: 13px;
    padding: 3px 7px 0 3px;
    background: url(//cdn.24h.com.vn/images/2014/tab.png) right 0 no-repeat;
    font-size: 11px !important;
    font-weight: 600;
    color: #fff;
}

.core-ads {
    padding-top: 5px;
}

.gold-24h-r {
    border-radius: 8px;
    padding: 5px 10px;
}

    .gold-24h-r a {
        text-decoration: none;
        transition: all ease .3s;
    }

        .gold-24h-r a:hover {
            color: -webkit-link;
            cursor: pointer;
            text-decoration: none;
        }

    .gold-24h-r ul {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
        unicode-bidi: isolate;
    }

        .gold-24h-r ul li {
            margin: 5px 0;
            display: list-item;
            text-align: -webkit-match-parent;
            unicode-bidi: isolate;
        }

.overflow-h {
    overflow: hidden;
}

.gold-24h-r__tit {
    min-height: 21px;
    color: #9d7319;
    font-size: 12px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.fw-bold {
    font-family: 'Roboto-Bold' !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.gold-24h-r__list {
    list-style: none;
}

    .gold-24h-r__list li a {
        font-size: 13px;
        color: #1a1a1a;
    }

.pos-rel {
    margin: 5px 0;
    position: relative;
}

.text-brands {
    min-width: 29px;
}

.text-buy {
}

.flex-1 {
    flex: 1;
}

.gold-24h-r__list li a span:not(:last-child) {
    margin: 0 8px 0 0;
}

header > .container-fluid > .row {
    background: #C0C0C0;
    padding-top: 5px;
}

#logo {
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #logo a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #logo a:hover {
            border: white solid 2px;
            border-radius: 2px;
            background: rgb(161, 152, 152);
        }

        #logo a img {
            height: clamp(30px, 3.1vw, 90px);
        }

#ad {
    color: white;
    background: rgb(75, 75, 71);
    border: 4px solid #00f6ff;
    border-radius: 12px;
    text-align: center;
    animation: flash-glow 2s ease-in-out infinite;
    box-shadow: 0 0 12px #00f6ff;
    margin-bottom: 5px;
}

@keyframes flash-glow {
    0%, 100% {
        border-color: #00f6ff;
        box-shadow: 0 0 12px #00f6ff, 0 0 20px #00f6ff;
    }

    50% {
        border-color: #C0C0C0;
        box-shadow: none;
    }
}

#ad img {
    width: 100%;
    height: clamp(25px, 3vw, 90px);
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid black;
}

#nav-top {
    display: block;
    justify-content: center;
}

    #nav-top ul {
        display: flex;
        gap: 1vw;
        justify-content: center;
        padding-top: 0.8vw;
    }

        #nav-top ul li {
            display: flex;
            list-style: none;
        }

            #nav-top ul li:hover {
                border: white solid 2px;
                border-radius: 2px;
            }

            #nav-top ul li a {
                color: white;
                border-radius: 5px;
                background: #feb9b9;
                opacity: 0.5;
            }

                #nav-top ul li a:hover {
                    background: rgb(135, 126, 126);
                }

                #nav-top ul li a img {
                    width: clamp(10px,1vw,50px);
                    height: auto;
                    border-radius: 6px;
                    color: white;
                    margin: 5px;
                }

.sidebar {
    margin-top: 2%;
}

.badges {
    opacity: 0.5;
}

.traffic-blink, .badge {
    animation: trafficColor 3s infinite;
}

@keyframes trafficColor {
    0% {
        color: red;
    }

    33% {
        color: yellow;
    }

    66% {
        color: limegreen;
    }

    100% {
        color: red;
    }
}

.badge {
    animation: trafficBackground 3s infinite;
}

@keyframes trafficBackground {
    0% {
        background: red;
    }

    33% {
        background: yellow;
    }

    66% {
        background: limegreen;
    }

    100% {
        background: red;
    }
}

#typing {
    white-space: pre-wrap;
    word-break: break-word;
    opacity: 0.9;
    width: 100%;
    text-align: center;
    min-height: clamp(90px,7.49vw,100px);
}

.char {
    opacity: 0;
    display: inline-block;
    animation: appear 0.3s forwards;
    font-size: clamp(30px, 2.49vw, 32px);
    color: silver;
}

@keyframes appear {
    0% {
        opacity: 0;
        text-shadow: 0 0 25px #fff, 0 0 40px #fff;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        text-shadow: 0 0 10px #aaa;
        transform: scale(1);
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.flash {
    animation: flash 0.3s ease-in-out 5 alternate;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: clamp(24px, 1.99vw, 28px);
    color: silver;
    opacity: 0.5;
    padding-top: 10px;
}

@keyframes flash {
    0% {
        opacity: 1;
        text-shadow: 0 0 15px #fff;
    }

    100% {
        opacity: 0.3;
        text-shadow: 0 0 5px #888;
    }
}

#popular-articles {
    display: flex;
    margin: 10px 0;
}

#popuplar-article-deafault {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

    #popuplar-article-deafault img {
        display: flex;
        max-width: 437px;
        width: 100%;
        height: 307px;
    }

    #popuplar-article-deafault a {
        display: flex;
        color: black;
    }

        #popuplar-article-deafault a:hover {
            text-decoration: none;
            font-weight: bold;
        }

#popuplar-article {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    padding-bottom: 10px;
}

    #popuplar-article img {
        display: flex;
        max-width: 80px;
        width: 100%;
        height: 58px;
    }

    #popuplar-article a {
        color: black;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding-right: 10px;
    }

        #popuplar-article a:hover {
            text-decoration: none;
            font-weight: bold;
        }

#popuplar-article-non {
    display: flex;
    margin-left: 20px;
}

    #popuplar-article-non ul {
        width: 100%;
    }

        #popuplar-article-non ul li {
            display: flex;
            gap: 10px;
            padding: 10px;
            border-bottom: 1px solid #ddd;
            flex-direction: column;
        }

            #popuplar-article-non ul li span {
                display: flex;
                color: #ff0000;
                font-size: 10px;
            }

            #popuplar-article-non ul li div {
                display: flex;
                flex-direction: row;
            }

                #popuplar-article-non ul li div img {
                    display: flex;
                    width: 50px;
                    height: 40px;
                }

                #popuplar-article-non ul li div a {
                    color: black;
                    font-weight: 400;
                    margin-left: 10px;
                    display: flex;
                    font-size: 13px;
                }

                    #popuplar-article-non ul li div a:hover {
                        text-decoration: none;
                        font-weight: bold;
                    }

.clear {
    margin: 0 auto;
    padding: 0;
}

.nav-tabs > li.active > a {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 5px 5px 5px 5px #e9e4e4;
}

    .nav-tabs > li.active > a:hover {
        background: #fff;
        border: 0px solid #ddd;
        border-radius: 0px;
        color: black !important;
    }


.nav-tabs > li > a:hover {
    border-radius: 0px;
    color: white !important;
}

.post-news {
    margin-top: 20px;
}

.clear-right {
    margin-right: 0;
    padding-right: 0;
}

.clear-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}


.gold-box {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

.gold-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.gold-table-wrapper {
    max-height: 300px;
    overflow-y: auto;
}

.gold-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    .gold-table thead {
        position: sticky;
        top: 0;
        background: white;
        z-index: 1;
        border-bottom: 1px solid #ccc;
    }

    .gold-table th,
    .gold-table td {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .gold-table th {
        font-size: 12px;
    }

    .gold-table td span.up {
        color: green;
        font-size: 10px;
    }

    .gold-table tbody tr:hover {
        background: #f9f9f9;
    }

.gold-table-wrapper::-webkit-scrollbar {
    width: 2px;
}

.gold-table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1; /* Màu nền của track */
    border-radius: 4px;
}

.gold-table-wrapper::-webkit-scrollbar-thumb {
    background: #c29f38; /* Màu vàng chủ đạo */
    border-radius: 4px;
}

    .gold-table-wrapper::-webkit-scrollbar-thumb:hover {
        background: #a87c1d; /* Màu khi hover */
    }

.gold-snow {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

    .gold-snow span {
        position: absolute;
        top: -10px;
        width: 8px;
        height: 8px;
        background: radial-gradient(circle, #f8e58c, #c9a63c);
        border-radius: 50%;
        opacity: 0.8;
        animation: fall linear infinite;
    }

@keyframes fall {
    to {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

#box_kqxs_minhngoc img {
    display: none;
}

.andy-h3{
    text-align:left!important;
    color:black!important;
    font-weight:bold;
}
.andy-h3:hover{
    text-decoration:none;
}