/* font */
@font-face {
    font-family: 'UTM-Bebas';
    src: url('/wp-content/themes/flatsome-child/assets/fonts/UTM-Bebas.ttf') format('opentype');
    font-style: normal;
}

:root {
    --main-font: "Montserrat", sans-serif;
    /* --primary-color: #1890FF; */
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3,
h3.is-large {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p,
ul,
ol,
li {
    font-size: 16px;
    line-height: 1.4;
}

body {
    font-family: var(--main-font);
    font-style: normal;
}

.nav>li>a {
    font-family: var(--main-font);
    font-size: 0.9rem;
    font-weight: bold;
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-family: var(--main-font);
}

.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: var(--main-font);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 700;
    font-style: normal;
}

/* common */
.absolute-footer {
    display: none;
}

html,
.mfp-content {
    background-color: #000 !important;
}

figure {
    margin: 1rem auto !important;
    max-width: 100%;
}

figcaption {
    text-align: center;
    background-color: rgb(240, 240, 240);
    line-height: 2;
}

.a-logo {
    max-width: 300px;
}

.menu-item .nav-dropdown {
    padding: 0 !important;
}

/* .a-search */
.a-search h1 {
    justify-content: center;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* .a-heading */
.a-heading b,
.a-heading-left b {
    display: none;
}

.a-heading .section-title,
.a-heading-left .section-title {
    border: unset;
}

.a-heading .section-title {
    justify-content: center;
}

.a-heading-left .section-title {
    justify-content: flex-start;
}

.a-heading .section-title span,
.a-heading-left .section-title span {
    border: unset;
    margin: unset;
    padding: unset;
    position: relative;
    /* background: linear-gradient(45deg,
            #F4D773 0%,
            #F0BC50 33%,
            #F6DD78 67%,
            #FFDB8F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff;
}

.a-heading-left .section-title span {
    text-align: left;
}

.a-heading .section-title span {
    text-align: center;
}

/* 
.a-heading {
    margin-top: 40px;
}

.a-heading span::after {
    content: 'NHÀ CÁI BAYVIP';
    position: absolute;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 3px 7px;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -100%);
    color: #39F266;
    background: #39F266;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
} */

/* .a-sidebar */

.a-sidebar .is-divider {
    display: none;
}

.a-sidebar>.col-inner .is-divider {
    display: none;
}

.col-inner:has(.a-sidebar) {
    position: sticky;
    top: 110px;
}

.a-sidebar .a-heading {
    margin-bottom: 0.5rem;
}

.a-sidebar .a-heading .section-title {
    margin-bottom: unset;
    font-size: 20px;
}

.a-sidebar .post-item .box {
    display: flex;
    gap: 10px;
    padding: 5px 0;
    align-items: center;
}

.a-sidebar .post-item:first-child .box {
    border-top: unset;
}

.a-sidebar .post-item .box-text {
    padding: unset;
}

.a-sidebar .post-item .post-title {
    font-size: 16px;
}

.a-sidebar .post-item .box-image {
    width: 40% !important;
}

/* .a-cate */
.a-cate .category-page-title .page-title-inner .flex-col:first-child,
.a-cate .category-page-title .page-title-inner .flex-col:last-child {
    display: none;
}

.a-cate .category-page-title .page-title-inner .flex-col {
    margin: unset;
}

.a-cate .category-page-title .page-title-inner {
    padding: unset;
}

/* at_posts_related */
#at_posts_related .text-center {
    text-align: left;
}

#at_posts_related .row {
    margin-left: -5px;
    margin-right: -5px;
}

#at_posts_related .col {
    padding-left: 5px;
    padding-right: 5px;
}

#at_posts_related .is-divider,
#at_posts_related .badge {
    display: none;
}

/* .a-footer */
.a-footer .ux-menu .ux-menu-title {
    color: #fff;
    font-size: 1rem;
    position: relative;
}

.a-footer .ux-menu .ux-menu-link__link {
    color: #fff;
}

.a-footer .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color);
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-weight: bold;
}

/*  */
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.button span {
    line-height: 1;
}
/* 
.button.primary,
.button.secondary {
    background: linear-gradient(45deg,
            #F4D773 0%,
            #F0BC50 33%,
            #F6DD78 67%,
            #FFDB8F 100%);
} */

.button.primary.is-outline {
    background: unset !important;
    border-color: #F4D773;
}

.button.primary.is-outline span {
    color: #F4D773;
}

.button.primary span,
.button.secondary span {
    color: #000;
}
.a-banner .button,
.a-banner-2 .button{
    background: #021C1A;
    padding-right: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.a-banner .button span,.a-banner-2 .button span{
    color: #fff;
}
.a-banner .button i,
.a-banner-2 .button i{
    width: 34px;
    height: 34px;
    background: #DCFD5A;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    top: unset;
    margin-left: 1rem !important;
}
/* a-banner */
.a-banner {
    border-bottom: 2px solid #E7CE84;
}

.a-banner .section-bg img {
    object-position: right;
}

.a-banner .section-content {
    position: unset !important;
}

.a-banner .slider .row {
    border: 1px solid #BD9549;
    border-radius: 20px;
}
.a-banner p{
    margin-bottom: 7px;
    line-height: 1.3;
}
.a-banner p:nth-child(1){
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
}
.a-banner p:nth-child(2){
    font-size: 70px;
    text-transform: uppercase;
    font-weight: bold;
}
.a-banner p:nth-child(3){
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.a-banner p strong,
.a-banner-2 p strong {
    color: #DCFD5A;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.button span {
    line-height: 1;
}

.a-banner .button,
.a-banner-2 .button {
    margin-top: 1rem;
}

.a-banner .a-img {
    /* max-width: 350px; */
}
.a-banner-bottom p:nth-child(1){
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.a-banner-bottom p:nth-child(2){
    font-size: 40px;
    background: linear-gradient(45deg,
    #EFBC56 0%,
    #FDE0A8 50%,
    #CB9933 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}
/* .a-thong-bao */
.a-thong-bao {
    /* background: linear-gradient(to right, #EEE922 0%, #FC9926 100%); */
}

.a-thong-bao p {
    margin-bottom: unset;
    line-height: 1;
}

/* .a-banner-2 */
/* .a-banner-2 .slider .row {
    background-image: url(/wp-content/uploads/2025/05/banner-2-xs.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 8px;
    border: 1px solid #EDCD78;
    padding: 1rem;
} */

.a-banner-2 p {
    margin-bottom: 7px;
    line-height: 1.4;
}

.a-banner-2 p:nth-child(1) {
    font-size: 35px;
    font-weight: bold;
}
.a-banner-2 p:nth-child(2) {
    font-size: 40px;
}

/* .a-banner-2 p img{
    margin-bottom: unset !important;
} */
.a-banner-2 .a-img {
    margin-bottom: -16% !important;
}

.a-banner-2 .section-content {
    position: unset !important;
}

.a-banner-2 .a-img-left {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 250px;
}

.a-banner-2 .a-img-right {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 230px;
}

/* .c-brand-slider */
.c-brand-slider .slider .row {
    margin: unset !important;
    opacity: unset !important;
}

.c-brand-slider .slider img {
    border-radius: 6px;
}

.c-brand-slider .slider .button {
    border-radius: 99px;
    margin-bottom: unset;
}

.c-brand-slider .slider .row .box {
    background: rgb(30, 30, 30);
    padding: 7px;
    border-radius: 14px;
    border: 1px solid #EDCD78;
}

.c-brand-slider .slider .row .box-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 80%;
}

.c-brand-slider .slider .row .box .button:nth-child(2) {
    display: none;
}

.c-brand-slider .slider img {
    object-fit: contain;
    aspect-ratio: 1/1;
}

.a-content-logo {
    max-width: 800px;
}

.post-item .is-divider {
    display: none;
}

/* .post-item .box-normal img{
    border-radius: 8px;
    border: 1px solid #D5BE72;
} */
.post-item .box-normal {
    background: #DCFD5A;
    border-radius: 0;
    color: #000 !important;
}
.post-item .box-normal .post-title{
    color: #000 !important;
}
.post-item .box-normal .box-text {
    padding: 1rem;
}

.post-item .post-title {
    text-wrap: unset;
}

.rank-math-breadcrumb {
    border: 1px solid rgb(255, 203, 122, 0.5);
    background: #090909 !important;
    border-radius: 99px;
}

.rank-math-breadcrumb p {
    text-align: center;
    padding: 10px 30px;
}

.rank-math-breadcrumb p span,
.rank-math-breadcrumb p a {
    color: #E7CE84;
}

#main {
    background: url(/wp-content/uploads/2025/02/rio-main-scaled.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.a-footer label {
    color: #808080;
    font-weight: inherit;
}

.a-footer input[type=email]::placeholder {
    color: #808080;
}

.a-footer input[type=email] {
    border: unset;
    border-bottom: 1px solid #fff;
    background-color: unset;
    box-shadow: unset;
    padding-left: unset;
    color: #fff;
}

.a-sidebar .box .overlay {
    display: none;
}

.a-footer .box-text {
    padding: 10px;
}

.dmca {
    max-width: 100px;
}

.a-footer .section-content,
.a-footer .col,
.a-footer .col-inner {
    position: unset !important;
}

/* .a-footer {
    background: linear-gradient(to right, #C90B08 0%, #881D1B 100%);
} */

.a-logo-footer {
    margin-bottom: -20px !important;
}

.a-footer .flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.a-footer .flexs img {
    margin-bottom: unset !important;
}

/* a-kho-game */
.a-kho-game .row {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
}

.a-kho-game .nav {
    gap: 10px;
}

.a-kho-game .nav li a {
    border: 1px solid #F0BC50;
    color: #fff;
}

.a-kho-game .nav li.active a {
    color: #003B79;
}

.a-dmca {
    max-width: 100px;
}