/*
Theme Name: casino-theme-vietnam-004
Theme URI: www.rv66.domin
Description: wordpress快速建站模板004
Version: v1.0
Author: Crazy_Stone
Author URI: 无可奉告
Tags: online game,informatuon
*/

/* 定义主题色调变量var(--header-bg-color) */ 
:root {
    --primary-color: #3cf;
    --primary-color2: #406311
}

/** reset css  begin **/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-size: 16px;
    color: #333333;
    text-transform: none;
    text-align: left;
    line-height: 1.5;
    background-color: #ffffff;
    font-family: Helvetica,Arial,sans-serif; 
}
a {
    transition: all .5s;
    text-decoration: none;
    color: inherit;
}
a:hover,a:focus {
    text-decoration: none;
    color: #3291e6;
}
li {
    list-style: none
}
img {
    border: 0;
    vertical-align: middle
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #333333;
    text-transform: none;
    text-align: left;
    font-weight: 700;
}
h1, .h1{
    font-size: 36px; 
}
.h2, h2 {
    font-size: 30px;
}
/** reset css  end **/

/** 相关公共样式 **/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.d-flex {
    display: flex!important;
}
.align-items-center {
    align-items: center!important;
}
.me-auto {
    margin-right: auto!important;
}
.text-center {
    text-align: center!important;
}
b, strong {
    font-weight: bolder;
}
.image-cover img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
    aspect-ratio: 6/4;
    width: 366px;
}
/** 站点头部样式 **/
#header {
    background: #fff;
    transition: all .5s;
    z-index: 997;
    padding: 15px 0;
    box-shadow: 0 2px 15px rgba(25,119,204,.1);
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px;
}
#header .logo img {
    max-height: 40px;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.header-content a{
    text-transform: uppercase; 
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
}
.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    transition: .3s;
    border-bottom: 2px solid #fff;
    padding: 5px 2px;
    text-transform: uppercase;
}
.navbar>ul>li.current-menu-item a{
    color: #3cf;
    border-color: #3cf;
}
.appointment-btn {
    margin-left: 25px;
    background: #3cf;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: .2s;
    font-size: 18px;
    display: inline-block;
}
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(28,47,65,.9);
    transition: .3s;
    z-index: 999;
}
.navbar-mobile ul {
    display: block !important;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s;
}
.navbar-mobile>ul>li {
    padding: 0;
}
.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    border: none;
}
.mobile-nav-toggle.icon-guanbi1 {
    color: #fff;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
#main-banner {
    background: linear-gradient(60deg,rgba(84,58,183,1) 0%,rgba(0,172,193,1) 100%);
    color: #fff;
    margin-top: 85px;
    padding-top: 55px;
    padding-bottom: 80px;
}
.btn-get-started {
    margin: 10px 15px;
    min-width: 196px;
}
#main-banner * {
    color: #fff!important;
}
#main-banner h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
#main-banner h2 {
    color: #000;
    margin: 10px 0 0;
    font-size: 24px;
}
#main-banner a.online-chat{
    color: #aef800 !important;
}
#main-banner a.btn-get-started{
    text-transform: uppercase;
    font-weight: 550;
    font-size: 20px;
    letter-spacing: 0px;
    display: inline-block;
    margin-top: 30px;
    color: rgb(255, 255, 255);
    padding: 12px 28px;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    background: rgb(51, 204, 255);
}
#main-banner a.btn-get-started:hover{
    background: #3291e6;
}
.waves {
    position: relative;
    width: 100%;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
    margin-top: -100px;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }
    100% {
        transform: translate3d(85px,0,0)
    }
}
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
#main section{
    padding: 90px 0 30px 0;
    overflow: hidden;
}
.content {
    position: relative;
    text-align: center;
    background-color: #fff;
}
.our-app .content {
    padding: 25px;
    background: #6cf;
    border-radius: 4px;
    color: #333;
    font-weight: 550;
}
.our-app .content h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}
.our-app .content p {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 550;
}
.our-app .icon-boxes .icon-box {
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    padding: 15px 15px;
    width: 100%;
}
.our-app .icon-boxes .icon-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.our-app .icon-boxes .icon-box p {
    font-size: 15px;
    color: #333;
}
.article-inner figure, img {
    width: unset!important;
    max-width: 100%!important;
    object-fit: contain;
}
.article-inner .entry-image img{
    height: auto;
}
.about .video-box {
    background: url('./assets/images/home/about-1.webp') center center no-repeat;
    background-size: cover;
    min-height: 500px;
}
.about .icon-boxes h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about .icon-box {
    margin-top: 40px;
}
.about .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #8dc2f1;
    border-radius: 50px;
    transition: .5s;
}
.about .icon-boxes h4 {
    font-size: 18px;
    color: #4b7dab;
    margin-bottom: 15px;
}
.about .icon-box .icon i {
    color: #3cf;
    font-size: 32px;
}
.about .icon-box:hover .icon {
    background: #3cf;
    border-color: #3cf;
}
.about .icon-box:hover .icon i {
    color: #fff;
}
.about .icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.about .icon-box .title a {
    color: #343a40;
    transition: .3s;
}
.about .icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 15px;
}
.section-bg, .testimonials, .counts, #footer {
    background-color: #fffcf5;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.faq .faq-list {
    padding: 0 100px
}

.faq .faq-list ul {
    padding: 0;
    list-style: none
}

.faq .faq-list li+li {
    margin-top: 15px
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: poppins,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer
}

.faq .faq-list .help-icon {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #76b5ee;
    line-height: 24px;
}

.faq .faq-list .icon-show,.faq .faq-list .icon-close {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list .icon-show {
    display: none
}

.faq .faq-list a.collapsed {
    color: #343a40
}

.faq .faq-list a.collapsed:hover {
    color: #3cf
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block
}

.faq .faq-list a.collapsed .icon-close {
    display: none
}

@media(max-width: 1200px) {
    .faq .faq-list {
        padding:0
    }
}
.collapse:not(.show) {
    display: none;
}
.gallery .gallery-item {
    overflow: hidden;
    border-left: 50px solid #fff;
    border-right: 50px solid #fff;
    border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
    transition: all ease-in-out .4s;
}
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.testimonials {
    width: 100%;
    background: #f1f7fd;
}
.testimonials .testimonial-wrap {
    padding-left: 50px;
}
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 265px;
    box-shadow: 0 2px 12px rgba(44,73,100,.08);
    position: relative;
    background: #fff;
    font-size: 18px;
}
.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
}
.testimonials .testimonial-item h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item p {
    margin: 15px auto;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #badaf7;
    font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #3cf;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3cf;
}


.departments {
    overflow: hidden
}

.departments .nav-tabs {
    border: 0
}

.departments .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: .3s;
    color: #000;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px
}

.departments .nav-link:hover {
    color: #3cf
}

.departments .nav-link.active {
    color: #3cf;
    border-color: #3cf
}

.departments .tab-pane.active {
    -webkit-animation: fadeIn .5s ease-out;
    animation: fadeIn .5s ease-out
}

.departments .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.departments .details p {
    color: #777
}

.departments .details p:last-child {
    margin-bottom: 0
}

@media(max-width: 992px) {
    .departments .nav-link {
        border:0;
        padding: 15px;
        text-align: center;
    }

    .departments .nav-link.active {
        color: #fff;
        background: #3cf
    }
}
.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
}
.counts .count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: #3cf;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #082744;
}
.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: raleway,sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.services .icon-box {
    padding: 20px;
}
.services .icon-box:hover {
    background: #3cf;
    border-color: #3cf;
}
.img-hd {
width: 100%;
height: auto;
aspect-ratio: 6/4;
object-fit: cover;
margin-bottom: 15px;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}
.services .icon-box p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
}
.page-content h1{
    text-align: center;
    margin: 20px auto;
    font-size: 40px;
}
.page-content h2{
    font-size: 28px;
}
.page-content h3{
    font-size: 22px;
}
.page-content img{
    display: block;
    margin: 0 auto;
    height: auto;
}
/** category  Begin  **/
.site-content{
    margin-top: 85px;
}

.nav-links .prev .rede-prev,.nav-links .next .rede-next {
    position: relative
}

.nav-links .prev .rede-prev:before,.nav-links .next .rede-next:before {
    font-family: "iconfont";
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-transform: none
}

nav.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0
}
nav.pagination > h2{
    text-align: center;
}
nav.pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid var(--primary-color);
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    color: var(--primary-color)
}

nav.pagination .page-numbers.current,nav.pagination a.page-numbers:hover {
    background: var(--primary-color);
    color: #fff
}

.archive-product,.page-single {
    padding-bottom: 60px;
    margin-top: 85px;
}

.banner-single {
    margin-bottom: 60px;
    background-color: var(--primary-color);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 60px 0;
    background-position: center center;
    background-size: cover;
    min-height: 30vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.banner-single .entry-title {
    color: #fff;
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center;
}

.entry-content {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}
.entry-content img{
    height: auto;
}
.entry-content hr {
    margin: 15px 0
}

.rede-sidebar .widget {
    padding: 0
}

.rede-sidebar .widget h2,.rede-sidebar .widget .widget-title {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    display: block;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 30px
}

.rede-sidebar .widget h2:before,.rede-sidebar .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 40px;
    bottom: -10px;
    background-color: var(--primary-color)
}

.page-blog {
    padding-bottom: 60px;
    margin-top: 85px;
}

.page-blog .post-item {
    margin-bottom: 20px;
}

.page-blog .post-item .box {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.page-blog .post-item .box .image-cover {
    height: 100%;
}

.box-meta-post .date,.page-blog .post-item .box .box-text .meta-date {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 4px 7px;
    font-size: 12px;
    margin-top: 10px
}

.page-blog .post-item .box .box-text .post-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 15px
}

.page-single .site-main {
    padding-bottom: 15px
}

.box-meta-post {
    margin-top: 15px;
    overflow: hidden
}

.title-related-post {
    font-size: 22px;
    margin-top: 20px
}

.news-related p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
    margin-bottom: 15px;
    line-height: 1.3;
    margin-top: 10px;
    font-size: 18px
}
.news-related a{
    margin-top: 20px;
    display: block;
}
/** sider begin **/
.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  
  .rpwe-block li {
    border-bottom: 1px solid #eee;
    margin: 0 0 8px !important;
    padding: 5px 0 10px !important;
    list-style-type: none !important;
    display: block;
  }
  
  .rpwe-block a {
    display: inline !important;
    text-decoration: none;
  }
  .siderbar-links a.link-href{
    font-size: 16px;
    line-height: 1.5rem;
  }
  .rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.5em;
  }
  
  .rpwe-thumb {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0 !important;
    padding: 3px !important;
  }
  
  .rpwe-summary {
    font-size: 12px;
  }
  
  .rpwe-time {
    color: #bbb;
    font-size: 11px;
  }
  
  .rpwe-comment {
    color: #bbb;
    font-size: 11px;
    padding-left: 5px;
  }
  
  .rpwe-alignleft {
    display: inline;
    float: left;
  }
  
  .rpwe-alignright {
    display: inline;
    float: right;
  }
  
  .rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .rpwe-clearfix:before,
  .rpwe-clearfix:after {
    content: '';
    display: table !important;
  }
  
  .rpwe-clearfix:after {
    clear: both;
  }
  
  .rpwe-clearfix {
    zoom: 1;
  }
/** index siderbar nav **/
.index-sider-bar{
    position: fixed;
    z-index: 1030;
    right: -8px; 
    top: 50%;
    transform: translateY(-50%);
    background-color: #216cf8 !important;
    border-radius: 5px;
    height: 445px;
    width: 90px;
}
.sider-navbar{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sider-navbar .sider-content{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
}
.sider-navbar .sider-content li{
    transform-origin: center center;
    transform: rotate(-60deg);
    margin-bottom: 0px;
    margin-top: 40px;
    text-align: center;
}
.sider-navbar .sider-content li a{
    text-transform: uppercase;
    color: #FFF;
}

/** footer Begin  **/
#footer {
    background-color: #fffcf5;
    color: #444;
    font-size: 15px;
    /* background: #f1f7fd; */
    display: inline-block;
    width: 100%;
    padding: 30px 0 10px;
}
#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #3cf;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .4s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #298ce5;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}
/** footer end  **/


/** H5(手机端) 适配样式 Begin  **/
/** PC头部宽度最小991px 当屏幕宽度小于991 时候使用移动端头部**/
@media screen and (max-width: 991px){
    .mobile-nav-toggle {
        display: block;
        line-height: 28px;
    }
    .navbar ul {
        display: none;
    }
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
    .waves {
        height: 80px;
        min-height: 80px;
        max-height: 80px;
    }
    .sider-content > :not(:last-child) {
        display: none;
    }
    .index-sider-bar{
        width: 180px;
        height: 46px;
        transform-origin: right bottom;
        transform: rotate(-90deg) translateX(50%);
        right: 0;
    }
    .sider-navbar .sider-content li {
        transform-origin: center center;
        transform: rotate(0deg);
        margin: 0 auto;
        line-height: 46px;
    }
}
@media screen and (max-width: 768px){
    .banner-single .entry-title {
        font-size: 30px;
    }
}
/** H5(手机端) 适配样式 End  **/