/*!
Theme Name: fun88
Theme URI: #
Author: Fun88
Author URI: #
Description: Fun88
Version: 1.0.0
Text Domain: gnws
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Alignments
--------------------------------------------- */

img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
.gnws-no_post_found {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}


div.pagination2 .page-numbers{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d232a;
    font-size: 13px;
    /* border: 1px solid #ccc; */
    display: inline-block;
    margin-top: 20px;
    border-radius: 3px;
}
div.pagination2 .page-numbers:hover,div.pagination2 .page-numbers.current {
    background: #d42027;
    color: #fff;
}



  body{font-family: 'Inter', sans-serif;}
    div#top-menu {
        background: #2199ca;
        padding: 6px 0;
    }
    div#bottom-menu {
        background: #25aae1;
        /* padding: 7px 0; */
    }.ul_menu {
        margin: auto;
        padding: 0;
    }.ul_menu li {
        list-style: none;
        float: left;
        position: relative;
    }ul#menutop li {
        margin-right: 30px;
    }ul#menutop li a {
        color: #fff;
        text-decoration: none;
        line-height: 38px;
    }ul#main_menu li a {
        display: block;
        color: #fff;
        padding: 10px 10px;
        text-decoration: none;
        font-weight: 500;
    }.entry_content h2 {
        font-size: 26px;
        font-weight: bold;
        margin: 20px auto;
    }.entry_content h3 {
        font-size: 23px;
        font-weight: bold;
        margin: 15px auto;
    }.entry_content h4 {
        font-size: 21px;
        font-weight: bold;
        margin: 15px auto;
    }.entry_content b, .entry_content strong {
        font-weight: bold;
    }.entry_content .wp-caption, .entry_content img{
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
    }.entry_content p.wp-caption-text {
        text-align: center;
        font-style: italic;
        color: #919191;
    }.entry_content ul li {
        margin-bottom: 10px;
    }.entry_content iframe {
        max-width: 100%;
        display: block;
        margin: auto;
    }h1.page-title {
        margin: 15px auto 20px;
        font-weight: bold;
        font-size: 32px;
    }#myBtn {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 99;
        border: none;
        outline: none;
        background-color: rgb(37 169 225);
        color: white;
        cursor: pointer;
        padding: 5px;
        border-radius: 3px;
    }#myBtn:hover {
        background-color: #555;
    }
    ul#main_menu > li > ul.sub-menu {
        display: none;
        position: absolute;
        z-index: 9;
        width: 250px;
        background: #ccc;
        margin: auto;
        padding: 0;
    }
    ul#main_menu > li.menu-item-has-children:hover > ul.sub-menu {
        display: block
    }
    ul#main_menu > li:hover > a,
    ul#main_menu > li.current-menu-item > a
    {
        color: #24aae1;
        background: #fff;
    }ul#main_menu > li > ul > li {
        width: 100%;
    }ul#main_menu > li > ul > li > a {
        color: #000;
        padding: 8px 10px;
        display: block;
        border-bottom: 1px solid #eaeaeaab;
    }
    ul#main_menu > li > ul > li:hover > a,
    ul#main_menu > li > ul > li.current-menu-item > a
    {
        background-color: #1f99c9;color: #fff;
    }

    .newsite_paginate_links {
        width: fit-content;
        margin: 20px auto;
    }.newsite_paginate_links a, .newsite_paginate_links span {
        min-width: 30px;
        display: inline-block;
        text-align: center;
        background: #eee;
        padding: 5px;
    }.archive_list_post .card h5.card-title a {
        text-decoration: none;
        color: inherit;
        font-size: 17px;
    }.archive_list_post .card h5.card-title:hover a {
        color: #0d6efd;
    }.archive_list_post .card {
        margin-bottom: 20px;
        background: #eee;
    }.archive_list_post .card img {
        height: 200px;
        object-fit: cover;
    }p#breadcrumbs {
        margin: 10px auto;
        font-size: 13px;
    }h3.widget-title {
        background: #eee;
        font-size: inherit;
        font-weight: bold;
        padding: 10px;
    }div.tool_menu ul {
        padding-left: 20px;
    }div.tool_menu li a {
        display: block;
        text-decoration: none;
        padding: 5px 0 5px 5px;
        color: inherit;
        border-bottom: 1px solid #eee;
    }div.tool_menu li:hover a {
        background: #eee;
        color: #25a9e1;
    }div#maincontent {
        margin-top: 20px;
    }img.custom-logo {
        height: 30px;
        width: auto;
        margin-top: 6px;
    }.btn.dangnhap {
        background: #fff;
        font-size: 13px;
        color: #ccc;
        width: 120px;
        text-align: left;
        padding-left: 3px;
    }.btn.btndangnhap {
        background: transparent;
        color: #fff;
        border: 2px solid;
        padding: 0.17rem 0.55rem;
    }.btn.btndangnhap2 {
        background: #33c85d;
        color: #fff;
        border: 2px solid #33c85d;
        padding: 0.17rem 0.55rem;
    }.widget-banner{
        max-width: 100%;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }h3.widget-item {
        font-size: 20px;
        font-weight: bold;
        margin: auto;
        margin-bottom: 10px;
    }.main-banner img {
        display: block;
        max-width: 100%;
        margin: auto;
        margin-bottom: 15px;
    }.menu-mobile {
        width: fit-content;
        float: left;
        margin-right: 20px;
    }.offcanvas-header {
        background: #25aae1;
    }div#maincontent > .row > .col-12.col-md-7 {
        margin-bottom: 20px;
    }footer {
        overflow: hidden;
        background: #eff0f1;
        padding: 20px 0;
    }ul.widget-list {
    padding: 0;
    margin: auto;
  }ul.widget-list > li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 5px;
    background: #eee;
  }ul.widget-list > li > a {
    overflow: hidden;
    text-decoration: none;
    line-height: 1.2;
  }ul.widget-list > li > a > img {
    width: 70px;
    height: auto;
    float: left;
    margin-right: 10px;
  }ul.widget-list > li > a > p {
    margin: auto;
  }ul.footer-list {
    padding-left: 20px;
  }p.footer-title {
    font-weight: bold;
  }div.col-12.coppy-right {
    text-align: center;
    margin: 20px auto;
  }.fun88_club_cta {
    cursor: pointer;
  }.main_linktt {
        background: #25aae1;
        overflow: hidden;
        padding: 10px;
        box-shadow: 0 4px 8px rgb(29 39 48 / 16%);
        max-width: 750px;
        margin: 18px auto;
    }p.main_linktt_title {
        margin: auto auto 10px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }p.main_linktt_title:before {
        display: inline-block;
        content: "";
        width: 40px;
        height: 12px;
        background: url(images/hot.gif) no-repeat;
        background-position: center;
    }p.main_linktt_title:after {
        display: inline-block;
        content: "";
        width: 40px;
        height: 12px;
        background: url(images/hot.gif) no-repeat;
        background-position: center;
    }.main_linktt .boxes2.games {
        background: #fff;
    }.main_linktt .one {
        margin: auto;
        overflow: hidden;
        padding: 5px;
        background: #fff;
    }.main_linktt .one span.holder {
        display: block;
        width: 150px;
        margin: 0;
        float: left;
    }.main_linktt .one span.holder b {
        line-height: 48px;
        text-align: center;
        display: block;
        font-size: 30px;
        font-weight: bold;
        color: #25aae1;
        text-shadow: 2px 2px #000000;
    }.main_linktt .bonus {
        width: calc(100% - 350px);
        display: inline-block;
        padding-left: 30px;
        line-height: 48px;
    }.main_linktt a.boxes2-cta.btn_cuocngay {
        width: 180px;
        float: right;
        margin: auto;
        padding: 5px 15px;
        margin-top: 5px;
        text-align: center;
        cursor: pointer;
    }.main_linktt .btn_cuocngay {
        display: block;
        background: #F6C244;
        color: #000 !important;
        padding: 14px 15px;
        margin-top: 50px;
        text-decoration: none !important;
        text-transform: uppercase;
        font-weight: bold;
    }.main_linktt .bonus {
    text-align: center;
  }
  @media(max-width:768px){
    .main_linktt a.boxes2-cta.btn_cuocngay {
      DISPLAY: BLOCK;
      MARGIN: AUTO;
      WIDTH: FIT-CONTENT;
      FLOAT: NONE;
      MARGIN-BOTTOM: 5PX;
    }.main_linktt .one span.holder {
      DISPLAY: NONE;
    }.main_linktt .bonus {
      width: 100%;
    }
  }

    @media(max-width:570px){
        .no-mobile {
            display: none;
        }div#bottom-menu {
            padding: 0;
        }div#bottom-menu .container {
            padding: 5px;
        }.col-12.col-md-6.top-right {
            text-align: center;
        }.float-end {
            float: none !important;
        }
    }
    @media(min-width:570px){
        .btn.dangnhap {
            display: inline-block !important;
        }
    }


div.tool_menu ul .sub-menu{
  position: absolute;
    left: 100%;
    width: 250px;
    top: 0px;
    background: #eee;
    display: none;
    z-index: 1;
}
div.tool_menu ul li{
  position: relative;
}
div.tool_menu ul li:hover > .sub-menu{
  display: block;
}