#wide-nav ul > li > a {
    color: #fff;
}
#wide-nav ul > li > a:hover {
    color: #ffe629;
}
.matchOdds img {
    height: 20px;
}
.content-home {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 20px;
    position: relative;
    overflow-y: scroll;
    max-height: 600px;
    border-radius: 15px;
    box-shadow: #e74c3c 0 0 15px 4px;
}
.button.primary:not(.back-to-top) {
    border-radius: 10px;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 5px;
    width: 100%;
    margin: 0;
}
.btn2 {
    background: #ff9900;
    margin-top: 10px !important;
}
.col-Nhacai > .col-inner {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #adadad;
    background: #282828;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
}
.col-Nhacai > .col-inner .icon-box {
    align-items: center;
}
.col-Nhacai > .col-inner .icon-box * {
    color: #fff;
}
.col-Nhacai > .col-inner .icon-box-text * {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.col-Nhacai > .col-inner .icon-box-text *:after {
    content: '★★★★★';
    letter-spacing: 0px;
    background: linear-gradient(90deg, #fc0, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.col-Nhacai .row .large-4 {
    padding-bottom: 0;
}
.rowNhacai {
    counter-reset: nhacai;
}
.col-Nhacai > .col-inner:before {
    counter-increment: nhacai;
    content: counter(nhacai);
    display: inline-block;
    margin-right: 6px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background: #dd3333;
    width: 25px;
    border-radius: 0 0 12px 0;
    text-align: center;
}
.breadcrumb {
    padding-top: 12px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}