/* font */
:root {
    --main-font: "Inter", 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 */


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: 200px;
}

.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;
}

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

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

/* .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;
}

.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;
}
/*  */
.a-layout .section{
    padding-left: unset;
    padding-right: unset;
}
#wide-nav{
    display: none;
}
.a-title{
    background-image: url(/wp-content/uploads/2025/02/bg-tt-top.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    height: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
}
.a-title p{
    margin-bottom: unset;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    position: relative;
    font-weight: bold;
}
.a-cup::before{
    content: '';
    position: absolute;
    left: 2px;
    bottom: 0px;
    width: 60px;
    height: 80px;
    background-image: url(/wp-content/uploads/2025/02/cup.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.a-bong::before{
    content: '';
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/02/bong-vang.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* .region-list */
.a-region-list {
    background: #EFEFEF;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    border-radius: 8px;
    padding: 10px;
}
.a-region-list .region-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #999;
    font-size: 16px;
    cursor: pointer;
}
.a-region-list .region-item:last-child {
    border-bottom: none;
}
.a-region-list .region-item:hover {
    border-bottom: 2px solid #ff6584;
}
.arrow {
    font-size: 18px;
    color: #777;
}

.a-region-list::-webkit-scrollbar {
    width: 4px;
}
.a-region-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.a-region-list::-webkit-scrollbar-thumb {
    background: #ff6584;
    border-radius: 10px;
}
/* a-nav-mb */
.a-nav-wrapper{
    position: relative;
    padding: 10px 30px;
}
.a-nav-wrapper .nav-prev,
.a-nav-wrapper .nav-next{
    position: absolute;
    margin: unset !important;
    height: 15px;
    width: 30px;
	padding: unset !important;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
    border-radius: 99px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-nav-wrapper button {
}.nav-prev {
    left: 0;
    top: 50%;
}
.a-nav-wrapper .nav-next {
    right: 0;
    top: 50%;
}
.a-nav-wrapper button {
	color: #ff6584;
	}
.a-nav-wrapper .button.primary{
	background : unset !important;
	color: #ff6584 !important
}
.a-nav-wrapper .button.primary.active{
	background : #ff6584 !important;
	color: #fff !important
}
.a-nav-mb {
    gap: 3px;
    overflow-y: hidden;
    overflow-x: auto;
}
.a-nav-mb::-webkit-scrollbar{
    height: 0;
    width: 0;
}
.a-nav-mb .button{
    white-space: nowrap;
    border-radius: 4px;
}
.a-nav-mb .button.active{
    background: #ff6584;
    color: #fff;
    border-color: #ff6584;
}
/* .mfp-ready */
.mfp-ready,.mfp-ready .mfp-content{
    background: unset !important;
    box-shadow: unset !important;
}
.mfp-ready .sidebar-menu {
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-bottom-right-radius: 8px;
    border: 1px solid #fff;
}
.mfp-ready .sidebar-menu .nav{
    padding: 20px 50px;
}
.mfp-ready .sidebar-menu a{
    color: #000;
    border-bottom: 1px solid #000;
    padding-left: unset !important;
}
.mfp-ready .sidebar-menu li:last-child a{
    border-bottom:unset;
}
.mfp-ready .mfp-close{
    right: unset !important;
    left: 7px !important;
    top:  7px !important;
}
/* a-popup */
.a-popup {
    position: absolute;
    display: none !important;
    bottom: -24px;
    width: 400px !important;
    max-width: 100% ;
    right: 32px;
    z-index: 999;
	margin: unset !important;
	transform: translatey(100%);
}
.a-popup .button.expand{
	background: #FFE500;
}
.a-popup .button.expand span{
	color: #000;
}
.a-popup::before {
    content: "";
    position: absolute;
    top: -10px; 
    right: 15px; 
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 12px solid black; 
}

.a-popup.active {
    display: flex !important;
}
.a-popup .a-close{
    position: absolute;
    top: 3px;
    left: 3px;
    margin: unset;
    padding: unset;
    width: 25px;
	z-index: 99;
}
.a-popup .a-close span{
	pointer-events: none;
}
.a-popup p{
    margin-bottom: 10px;
    color: #fff;
}
.a-popup p:nth-child(1){
    color: yellow;
}
.a-popup p:nth-child(3) strong{
    color: #ff6584;
}
.a-popup .box .overlay{
	display: none;
}
.a-popup .box-text{
	padding: 8px;
}
.a-popup .col-inner{
	overflow: hidden;
	border-radius: 8px;
}
/* a-footer */
.a-footer .social-icons i{
    color: #fff !important;
}
.a-footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.a-footer .social-icons a{
    margin: unset;
}
.a-footer .col-inner{
    height: 100%;
}
.a-footer .col-inner .a-stack{
    height: 100%;
}
/* a-content */
.a-content {
	padding: 40px 20px 20px 20px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 400px;
	background: #fff;
	border: 1px solid rgba(153, 153, 153, 0.6);
	border-radius: 12px;
	margin: 20px 0;
}
.a-content::-webkit-scrollbar {
    width: 4px;
}
.a-content::-webkit-scrollbar-track {
    background: unset;
}
.a-content::-webkit-scrollbar-thumb {
    background: #ff6584;
    border-radius: 10px;
}
/* a-post */
.a-post{
	display: grid !important;
	grid-template-columns: repeat(2,1fr);
	gap: 16px;
}
.a-post .box{
	display: flex;
	flex-direction: column;
}
.a-post .box-image{
	width: 100% !important;
}
.post-item .is-divider{
	display: none;
}
.post-item .box-text{
	padding: unset;
	padding-top: 10px;
}
.post-item .post-meta{
	color: var(--primary-color);
	opacity: unset;
	font-style: italic;
	font-weight: 500;
}
/* .post-item .from_the_blog_excerpt {
	font-size: 12px;
} */
.post-item img{
	border-radius: 12px;
}
/* pagination */
.post-cat-uxb-pagination li{
	margin: 0 4px !important;
}
.post-cat-uxb-pagination li a{
	border-radius: 4px !important;
	background: rgba(255, 228, 234, 1);
	color: #000;
	border: unset !important; 
}
.post-cat-uxb-pagination li span{
	border-radius: 4px !important;
	background: var(--primary-color);
	color: #fff;
	border: unset !important;
}
.rank-math-breadcrumb{
	margin: 1rem 0;
}
.rank-math-breadcrumb p a,.rank-math-breadcrumb .separator{
	color: rgba(153, 153, 153, 1);
}
.rank-math-breadcrumb p span{
	color: var(--primary-color);
}
/* a-tt */
.a-tt{
	background : #ff7293;
	padding: 8px 0;
	margin-bottom: 8px;
}
.a-tt span{
	color: #fff;
}
.ab-6{
	border-radius: 6px;
	overflow: hidden
}
/* a-top-10 */
.a-top-10-tt{
/* 	align-items: flex-end; */
	padding-left: 25px;
	margin-bottom: 10px
}
.a-top-10-tt .icon-box-text{
	padding-left: 5px !important;
}
.a-top-10-tt .icon-box-text p{
	font-size: 16px;
	margin-bottom: unset;
}
.a-top-10-tt img{
	padding-top: unset;
}
.a-top-10 {
	display: grid !important;
	grid-template-columns: repeat(2,1fr);
	gap: 1rem;
}
.a-top-10 .box{
	border-radius: 12px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	gap: 20px;
	overflow: hidden;
	background: #2E2E2E;
	height: 100%;
}
.a-top-10 .box-image,.a-top-10 .box-text{
	width: 50% !important;
}
.a-top-10 .box-text{
	padding: unset;
}
.a-top-10 .box-image{
	overflow: unset !important;
	padding: 10px;
}
.a-top-10 .box-image img{
	position: relative;
	z-index: 9;
}
.a-top-10 .col:nth-child(-n+2) .box-image::before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 30px;
}
.a-top-10 .box p{
	margin-bottom: unset;
	text-transform: uppercase;
	font-weight: bold;
}
.a-top-10 .box p:nth-child(1){
	font-size: 20px;
}
.a-top-10 .box p:nth-child(2){
	font-size: 12px;
}
.a-top-10 .col-inner{
	height: 100%;
}
.a-top-10 .col:nth-child(-n+2) .text p:nth-child(1){
	font-size: 38px;
}
.a-top-10 .col:nth-child(-n+2) .text p:nth-child(2){
	font-size: 20px;
}
.a-top-10 .col:nth-child(1) .box{
	background: linear-gradient(to right, #000 0%, #EB502C 100%);
}
.a-top-10 .col:nth-child(2) .box{
	background: linear-gradient(to right, #03116B 0%, #61D0FA 100%);
}
.a-top-10 .col:nth-child(n+3) .text{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
a:link, a:visited {
	font-size: unset !important;}
/* a-blog-1 */
.a-blog-1 .box{
	display: flex;
	flex-direction: row;
}
.a-blog-1 .box-image{
	width: 50% !important;
}
.a-blog-1 .box-text{
	width: 50% ;
	padding: unset;
	padding-left: 20px;
}
/*  a-post-2*/
.a-post-2{
	display: grid !important;
	grid-template-columns: repeat(2,1fr);
	gap: 25px;
}
.a-post-2 .box{
	display: flex;
	flex-direction: column-reverse;
}
.a-post-2 .box-image{
	width: 100% !important;
}
.a-post-2 .box-text{
	width: 100%;
	padding: unset;
	padding-bottom: 12px;
}
.a-left-sidebar .col-inner,.a-right-sidebar .col-inner{
	height: 100%;
}
.a-castfish {
	position: sticky;
    top: 100px;
}
#wide-nav-clone ul li a{
	text-transform: unset;
}
#wide-nav-clone ul li{
	margin-bottom: 5px !important;
}
#wide-nav-clone ul li a img{
	height: 16px;
	object-fit: contain;
	margin: unset !important;
}
.scrolling-box{
	margin-bottom: 10px;
}
.nav-icon .current-lightbox-clicked{
	opacity: 0;
}
/*  */
#header{
	position:sticky;
	top:0;
}
a:hover {
    text-decoration: none !important;
}
.button{
		font-size: 14px !important;
}
.nav-pagination li{
	margin: 0 5px !important;
}
body.home h1{
font-size:28px;
margin-bottom:unset;
}
.ux-menu-title{
	font-size:14px !important;
	font-weight: bold;
}