@font-face {
    font-family: LemonMilk-Regular;
    src: url(../font/LEMONMILK-Regular.otf);
}
@font-face {
    font-family: LemonMilk-Bold;
    src: url(../font/LEMONMILK-Bold.otf);
}
@font-face {
    font-family: CaviarDreams-Regular;
    src: url(../font/CaviarDreams.ttf);
}
@font-face {
    font-family: CaviarDreams-Bold;
    src: url(../font/CaviarDreams_Bold.ttf);
}
.bg-loader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    display: block;
    background: #380000;
    transition: 3s;
}
#loader {
    border: 12px solid #6d0a0a;
    border-radius: 50%;
    border-top: 12px solid #b62d2d;
    width: 70px;
    height: 70px;
    animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: -5px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 35px;
    height: 35px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}
body {
    background: #380000;
    color: #fff;
    font-family: CaviarDreams-Regular;
}
#top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title h3 {
    font-family: 'CaviarDreams-Bold';
}
#page-menu {
    background: linear-gradient(226deg,#a5090a,#a5090a52);
}
#page-menu.fixed-top {
    background: linear-gradient(226deg,#a5090a,#680606);
    box-shadow: 0px 10px 20px -7px black;
}
.site-head-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.time-box {
    padding-top: 15px;
    padding-bottom: 10px;
}
.time-box a {
    color: inherit;
    text-decoration: none;
}
.time-box h2 {
    font-family: LemonMilk-Regular;
    font-size: 38px;
}
.menu-items {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    align-items: center;
    color: #f6ff00;
    border: 0;
    border-radius: 0;
    font-family: 'CaviarDreams-Bold';
    filter: grayscale(100%);
}
.menu-items.active {
    filter: grayscale(0%);
    color: #f8ff00;
}
.menu-items span {
    white-space: nowrap;
    margin-top: 5px;
    font-size: 12px;
}
.btn.menu-items:active, .btn.menu-items:focus, .btn.menu-items:hover {
    border: 0;
    box-shadow: none;
    color: #f8ff00;
}
.icon-menu-page {
    width: 50px;
    height: 50px;
}
#banner-page {
    margin-top: 3px;
}
.marque-box {
    display: flex;
    align-items: center;
    background: linear-gradient(226deg,#a5090a,#a5090a52);
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.marque-box .bi-megaphone {
    font-size: 20px;
    color: #ffc706;
}
.text-marque {
    margin-left: 10px;
}
.time-box h5 {
    margin-bottom: 0;
}
.banner-bg {
    background: linear-gradient(45deg,#9f7b00,#ffc706);
}
.menu-category-rtp {
    padding: 10px;
    margin-top: 5px;
    text-align: center;
}
.card-content {
    padding: 5px;
}
#page-title {
    display: flex;
    color: #ffc706;
    font-family: 'CaviarDreams-Bold';
    align-items: center;
}
.rtp-page #page-title {
    align-items: flex-end;
    margin-top: 15px;
}
.rtp-name {
    z-index: 1;
    position: relative;
    background: #00000069;
    display: block;
    margin-top: -18px;
    font-family: 'CaviarDreams-Bold';
    height: fit-content;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.rtp-page .rtp-name {
    margin-top: -18px;
}
.img-full {
    width: 100%;
}
.header-page-rtp {
    padding: 0 15px;
}
.header-page-rtp h2 {
    color: #fff;
}
.menu-category-rtp {
    padding: 10px;
    text-align: center;
}
.label-hot {
    position: absolute;
    z-index: 1;
}

.btn-menu-rtp {
    width: 180px;
    height: 50px;
    background-color: transparent;
    margin: 5px 10px;
    font-family: 'CaviarDreams-Bold';
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 0;
}
.btn-menu-rtp:before {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #ffc706;
    transition: all 0.3s 0.2s ease;
    left: 0;
    top: 0;
}

.btn-menu-rtp:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #a5090a;
    transition: all 0.3s ease;
    right: 0;
    bottom: 0;
}

.btn-menu-rtp span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0;
    padding:0;
    z-index:1;
}   
.btn-menu-rtp span:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 0;
    background-color: #ffc706;
    transition: all 0.3s 0.4s ease;
    right: 0;
    top: 0;
}

.btn-menu-rtp span:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 0;
    background-color: #ffc706;
    transition: all 0.3s ease;
    left: 0;
    bottom: 0;
}
    
.btn-menu-rtp:hover {
    color: #ffc706;
    letter-spacing: 2px;
    box-shadow: 0 0 10px 0 #ffffff inset, 0 0 20px 2px #fffd9e;
}
    
.btn-menu-rtp:hover:before,
.btn-menu-rtp:hover:after {
    width: 100%;
    background-color: #ffc706;
}
   
.btn-menu-rtp:hover span {
    z-index:1;
}

.btn-menu-rtp:hover span:before,
.btn-menu-rtp:hover span:after {
    height: 100%;
}
      
span {
    height: 100%;
    top:0;
}

.btn-menu-rtp:active {
    outline: none;
    border: none;
}

.btn-menu-rtp:focus {
    outline: 0;
}
.footer.content-space {
    margin-top: 30px;
}
.footer-logo-box {
    width: 20%;
    text-align: center;
}
.title h3 p {
    margin-bottom: 0;
}
#page-title h1.text-center {
    color: #fff;
}
.glyphicon-refresh {
    cursor: pointer;
}
.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
       -webkit-transform-origin: 50% 58%;
           transform-origin:50% 58%;
           -ms-transform-origin:50% 58%; /* IE 9 */
  }
  
  @-moz-keyframes spin {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
#page-title h4 {
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 0;
}
.left-side #page-title {
    justify-content: center;
    margin-top: 0;
}
.footer-bg {
    background: linear-gradient(226deg,#a5090a,#a5090a52);
    padding-top: 10px;
    padding-bottom: 10px;
}
.frame-home-page {
    border: 3px solid #7e090a;
    padding: 10px;
}
.frame-home-page .pola.jamBg p {
    font-size: 12px;
}
.desc-side span {
    font-size: 12px;
    margin-left: 5px;
}
.desc-side {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.box-slot-wd {
    border: 3px solid #7e090a;
    background: #00000061;
    padding: 7px;
    display: flex;
    margin-bottom: 10px;
}
.box-slot-wd:last-child {
    margin-bottom: 0;
}
.img-slot-sm {
    width: 40%;
    margin-right: 10px;
}
.text-side-wd {
    width: 60%;
}
.box-slot-wd .bi-check-circle-fill {
    font-size: 25px;
    color: #00fb00;
}
.btn-rtp, .btn-rtp2 {
    color: #fff;
    border: 0;
    font-family: 'CaviarDreams-Bold';
    font-size: 12px;
    text-align: center;
    background: linear-gradient(-45deg, #b11010, #f88e03, #b11010, #f88e03);
    background-size: 600%;
    -webkit-animation: anime 16s linear infinite;
    animation: anime 16s linear infinite;
}
.btn-rtp2 {
    position: absolute;
    margin-top: -70px;
    z-index: -1;
    filter: blur(30px);
    opacity: 0.8;
}
.img-full-h {
    height: 100%;
    object-fit: cover;
}
.text-side-wd p {
    font-size: 14px;
    margin-bottom: 5px;
}
.desc-side .bi-check-circle-fill {
    color: #00fb00;
}
.owl-item .card {
    width: 100%;
}
.owl-item .card-content {
    padding: 0;
    margin: 0;
}
#hot-games .item {
    display: flex;
    flex-wrap: wrap;
}
#hot-games .card-hot-games {
    width: 33.333%;
    padding: 10px 5px;
}
.frame-home-page.left-side {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.pola {
    font-family: 'CaviarDreams-Regular' !important;
}
.jamgacor {
    font-family: 'CaviarDreams-Regular' !important;
}
.play-btn {
    border: 0;
}
.visitor-count .visitor-number {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.visitor-count h5 {
    color: #ffc706;
    font-family: 'CaviarDreams-Bold';
}
.visitor-number>span.counter-visitor {
    color: #ffc706;
    font-family: 'CaviarDreams-Bold';
}
.visitor-count .desc-visitor {
    text-align: right;
    width: 65%;
}
.article-box .article-body {
    padding: 15px;
    background-color: #00000061;
}
.article-box .article-body h4 {
    color: #ffc107;
    font-size: 20px;
    font-family: 'CaviarDreams-Bold';
    overflow: hidden;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.article-box .article-body .desc-article {
    overflow: hidden;
    font-size: 14px;
    height: 65px;
}
.article-box .article-body p {
    margin-bottom: 0;
}
.btn-rtp-article {
    background: linear-gradient(45deg,#a5090a,#a5090a52);
    color: #fff;
    width: 100%;
    border-radius: 0;
    border: 0;
}
.btn:focus, .btn:active, .btn:hover {
    color: #fff;
}
.vote-box {
    background: #00000061;
    padding: 20px;
    font-family: 'CaviarDreams-Bold';
}
.vote-title {
    text-align: center;
}
.vote-title i {
    color: #ffc107;
}
.vote-title h2 {
    color: #ffc107;
    margin-top: 10px;
    font-weight: bold;
}
.vote-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.vote-position {
    width: 10%;
    padding: 10px;
}
.vote-list-item .vote-rtp-img {
    width: 20%;
    padding: 10px;
}
.vote-percentage-box {
    width: 70%;
    padding: 10px;
    overflow: hidden;
}
.vote-position span {
    background: #333;
    padding: 15px;
    width: 100%;
    display: block;
    text-align: center;
}
.vote-list-item .vote-percentage-box .progress {
    height: 20px;
    width: 1000px;
}
.vote-list-item .progress-text {
    z-index: 1;
    display: block;
    position: relative;
    width: fit-content;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-left: 5px;
}
.vote-list-item .percentage-desc p {
    margin-bottom: 5px;
}
.vote-list-item .percentage-desc p:last-child {
    margin-bottom: 0;
}
.vote-list-item .percentage-desc p span {
    color: #ffc107;
}
.vote-list-item .progress {
    background: transparent;
    border-radius: 0;
}
.vote-list-item .progress-bar {
    width: 0;
    transition-duration: 3s;
}
.vote-list-item .bar1 {
    background: linear-gradient(90deg,#04ff0033,#04ff00);
}
.vote-list-item .bar2 {
    background: linear-gradient(90deg,#d9ff0033,#d9ff00);
}
.vote-list-item .bar3 {
    background: linear-gradient(90deg,#ffa60033,#ffa600);
}
.vote-list-item .bar4 {
    background: linear-gradient(90deg,#ff330033,#ff3300);
}
.vote-list-item .bar5 {
    background: linear-gradient(90deg,#ff000033,#ff0000);
}
.jump-vote {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.jump-vote .btn-rtp {
    padding: 5px 30px;
}
.search-box {
    position: relative;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    background: #fff;
    height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.search .search-txt:hover, .search .search-txt:focus {
    color: #000;
    width: 250px;
}

.search-btn{
    color: red;
    float: right;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-txt{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #000;
    font-size: 16px;
    transition: ease-in 0.4s;
    line-height: 40px;
    width: 200px;
}
.jump-vote .btn-rtp h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.box-testimony {
    position: relative;
    background: #00000061;
    min-height: 180px;
    padding: 10px;
}
.testimony-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.testimony-head .bi-person-fill {
    font-size: 40px;
    line-height: 0;
    margin-right: 5px;
}
.testimony-head h5 {
    color: #ffc107;
    font-family: 'CaviarDreams-Bold';
    margin-bottom: 0;
}
.testimony-body p {
    margin-bottom: 0;
    font-size: 14px;
}
.paginate-rtp {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.paginate-rtp .pagination {
    margin-bottom: 0;
}
.paginate-rtp .page-link, .paginate-rtp .page-item.active .page-link {
    background: #a5090a52;
    border: 1px solid #a5090a;
    color: #fff;
}
.paginate-rtp .page-item.disabled .page-link {
    background: transparent;
    color: #fff;
    border: 0;
    border-color: #fff;
}
.paginate-rtp .page-item:first-child.disabled .page-link, .paginate-rtp .page-item:last-child.disabled .page-link {
    background: #a5090a;
    color: #fff;
}
.paginate-rtp .page-item:first-child .page-link, .paginate-rtp .page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #a5090a;
    color: #fff;
}
.publish-date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffc107;
}
.list-bo-terpercaya {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.img-group-button {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #620303;
}
.desc-bo {
    width: 70%;
    position: relative;
}
.title-bo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-family: 'CaviarDreams-Bold';
    margin-bottom: 10px;
}
.sort-number {
    margin-right: 10px;
}
.title-rating h3 {
    margin-bottom: 0;
}
.title-rating .rating-start {
    font-size: 24px;
}
.rating-start {
    color: #ffc107;
    font-size: 16px;
}
.sub-rating {
    width: 300px;
    margin-bottom: 15px;
}
.subrating-row {
    display: flex;
    justify-content: space-between;
}
.link-go-to h4 {
    font-family: 'CaviarDreams-Bold';
    font-size: 20px;
    color: #ffc107;
}
.link-go-to li, .link-go-to a {
    color: lime;
    font-family: 'CaviarDreams-Bold';
    font-size: 14px;
}
.rtp-heading-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-banner {
    display: none;
}
#bandar-modal .modal-content {
    background: #380000;
    border-radius: 0 !important;
}
#bandar-modal .modal-header, #bandar-modal .modal-footer {
    background: linear-gradient(226deg,#a5090a,#680606);
    border: 0;
    border-radius: 0;
}
.modal-game-voting {
    display: flex;
}
.box-games {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 150px;
}
.modal-rtp-name {
    background: #0006;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.modal-voting {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}
.bandar-referral {
    margin-top: 30px;
    text-align: center;
}
.bandar-list {
    margin-top: 15px;
    background: #0006;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.alert {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
}
.alert p {
    margin: 0;
}
.banner {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
#btn-close-banner {
    position: fixed;
}
.banner-footer-1 {
    width: 100%;
    margin-bottom: 10px;
}
.banner-footer-2 {
    width: 100%;
}
#btn-close-banner-1 {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1000;
}

#btn-close-banner-2 {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1000;
}

#banner-footer-1{
    position: relative;
    margin-bottom: 10px;
}

#banner-footer-2 {
    position: relative;
}
@media only screen and (min-width:768px) {
    #header .img-carousel.img-home-slider {
        height: 304px;
        width: auto;
        object-fit: cover;
    }
    .body-slim {
        transform: scale(0.9);
        transform-origin: top;
        margin-bottom: -200px;
    }
	#lucky-number {
		position: absolute;
        top: 447px;
        right: 250px;
		z-index: 9;
	}
	#lucky-number .col-section {
		transform: scale(0.8);
	}
	#lucky-number .col-md-3.col-12 {
		width: 350px;
	}
    #lucky-number .col-section {
        border: 0;
        background: none;
        width: fit-content;
    }
    #check-lucky .head-col {
        display: none;
    }
    #check-lucky .body-col.d-flex.flex-column.align-items-center {
        flex-direction: row !important;
        padding: 10px;
    }
    h1#number {
        margin: 0;
        margin-right: 10px;
    }
    section.content {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:768px) {
    #top-bar {
        flex-direction: column;
    }
    #top-bar h6 {
        font-size: 12px;
    }
    .time-box {
        text-align: center;
    }
    .time-box h2 {
        font-size: 24px;
    }
    .visitor-count {
        display: none;
    }
    .icon-menu-page {
        width: 35px;
        height: 35px;
    }
    .menu-items span {
        font-size: 7px;
    }

    #full-width{
      padding: 0;
    }
    #owl-header-page .item img{
      height: 400px !important;
    }
    #owl-header-page .active .item img{
      max-height: 400px;
    }
	#owl-nav-page .owl-nav {
		position: absolute;
		top: -7px;
		left: -7px;
		right: -7px;
	}
    .img-zoom {
        height: 100px;
    }
	section.home {
		padding-bottom: 20px;
	}
	section#lucky-number {
		margin-bottom: 15px;
	}
    .market-today {
        margin-bottom: 15px;
    }
    .nav-item-list h3 {
        font-size: 12px;
    }
    #ttmacau-table th, #ttmacau-table td, #simple-table th, #simple-table td {
        font-size: 12px;
    }
    .banner-item {
        margin-bottom: 10px;
    }
    #owl-header-page {
        margin-bottom: 10px;
    }
    .link-more {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .container-paginator {
        margin-bottom: 0;
    }
    #hot-games .card-hot-games {
        width: 50%;
        padding: 5px;
    }
    .vote-list-item {
        flex-direction: column;
    }
    .vote-position {
        width: 30%;
    }
    .vote-list-item .vote-rtp-img {
        width: 100%;
    }
    .vote-percentage-box {
        width: 100%;
    }
    .vote-list-item .vote-percentage-box .progress {
        width: 490px;
    }
    .vote-list-item .percentage-desc p {
        font-size: 14px;
    }
    .box-testimony {
        min-height: auto;
        text-align: center;
        padding-bottom: 20px;
    }
    .testimony-head {
        justify-content: center;
    }
    .footer .title {
        text-align: center;
    }
    .footer .content {
        text-align: justify;
        font-size: 12px;
    }
    .footer .title h3 {
        font-size: 20px;
    }
    .menu-category-rtp {
        padding: 0;
    }
    .btn-menu-rtp {
        width: 120px;
        font-size: 12px;
        margin: 5px;
    }
    .rtp-page #page-title h3 {
        font-size: 18px;
    }
    .slot .card {
        width: 50% !important;
    }
    .rtp-page #page-title {
        justify-content: center;
    }
    .order-m-1 {
        order: 2;
    }
    .order-m-2 {
        order: 1;
    }
    .vote-title h2 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
    }
    .publish-date {
        font-size: 12px;
        text-align: right;
    }
    .body-article {
        text-align: justify;
        font-size: 14px;
    }
    .list-bo-terpercaya {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .img-group-button {
        width: 100%;
        margin-bottom: 20px;
    }
    .desc-bo {
        width: 100%;
    }
    .desc-bo .desc {
        text-align: justify;
        font-size: 14px;
    }
    .title-rating {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .title-rating .rating-start {
        font-size: 16px;
    }
    .subrating-row {
        font-size: 14px;
    }
    .sub-rating {
        width: 100%;
    }
    .sub-rating .rating-start {
        font-size: 12px;
    }
    .link-go-to h4 {
        font-size: 18px;
    }
    #hot-games .card-hot-games:last-child {
        display: none;
    }
    .text-side-wd p {
        font-size: 12px;
    }
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .alert {
        left: 15px;
    }
}
@media only screen and (max-width:420px) {
    #owl-header-page .item img{
      height: 120px !important;
    }
    #owl-header-page .active .item img{
      max-height: 120px;
    }
    .market-today {
        margin-bottom: 15px;
    }
    .banner-item {
        margin-bottom: 10px;
    }
    #owl-header-page {
        margin-bottom: 10px;
    }
    .desc-side span {
        font-size: 10px;
    }
    .m-mt-3 {
        margin-top: 25px;
    }
    .rtp-heading-content {
        flex-direction: column;
    }
    #page-title {
        margin-bottom: 10px;
    }
    .vote-box>.vote-title h2 {
        font-size: 20px;
    }
    .vote-box>.vote-title p {
        font-size: 14px;
    }
}
