/* 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 */
.absolute-footer{
    display: none;
}

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/03/bda-bg-tt.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: var(--primary-color);
    border-radius: 10px;
}


/* 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 : var(--primary-color);
	padding: 8px 0;
	margin-bottom: 8px;
}
.a-tt .section-title{
	margin-bottom: unset;
}
.a-tt span{
	color: #fff;
	text-transform: uppercase !important;
}
/* 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;
}
.category .page-wrapper,
	.category .page-wrapper .entry-content,
	.category #content{
		padding: 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-footer .a-row{
	padding: 50px 50px !important;
	margin: unset !important;
	display: grid !important;
	grid-template-columns: repeat(6,1fr);
	grid-template-rows: repeat(2,1fr);
	background: #ff7293;
}
.a-footer .a-row .col-inner{
	padding: 0 10px;
}
.a-footer .a-row .col:nth-child(1){
	grid-area: 1/1/span 1/span 3;
}
.a-footer .a-row .col:nth-child(2){
	grid-area: 2/1/span 1/span 3;
}
.a-footer .a-row .col:nth-child(3){
	grid-area: 1/4/span 2/span 1;
}
.a-footer .a-row .col:nth-child(4){
	grid-area: 1/5/span 2/span 1;
}
.a-footer .a-row .col:nth-child(5){
	grid-area: 1/6/span 2/span 1;
}
.a-footer .a-layout #wide-nav-clone{
	display: none;
}
.a-footer .a-layout .a-left-sidebar{
	border: unset !important;
}
.a-footer .ux-menu-title{
	white-space: nowrap;
}
.a-footer .ux-menu-title,
.a-footer .ux-menu-link__text{
	font-size: 14px;
}
.a-footer .a-layout .col{
	padding-top: unset !important;
}
.a-bottom-footer{
	background: #ff7293;
	padding: 40px 10px;
	border-top: 1px solid #fff;
}
.a-bottom-footer p{
	font-size: 13px;
}
.a-text{
	padding: 10px;
}
/*  */

/*  */
.a-left-sidebar .col-inner,.a-right-sidebar .col-inner{
	height: 100%;
}
.a-castfish {
	position: sticky;
    top: 100px;
}
.mb-10{
	margin-bottom: 10px !important;
}
.a-banner-right .overlay{
    display: none;
}
/* a-banner */
.a-banner p{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
    line-height: 1.2;
}