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

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: 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: var(--fs-experimental-link-color);
    font-size: 1rem;
}

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

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

.searchform-wrapper {
    z-index: 999;
}

/* a-section-1 */
.a-section-1 .row {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.a-section-1 .a-col::before {
    background: #295F9F;
    border-radius: 12px;
    width: 100%;
    height: calc(100% + 100px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    position: absolute;
}

.a-text-1 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.a-text-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.a-text-2 strong {
    background: #fff;
    width: 75px;
    height: 75px;
    display: inline-flex;
    border-radius: 99px;
    border: 2px solid #3575C3;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    color: #3575C3;
    margin: 0 10px;
}

.a-gr-ic {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.a-gr-ic .icon-box {
    align-items: center;
    padding: 10px;
    border: 1px solid #dde5ea;
    border-radius: 20px;
}

.a-gr-ic .icon-box .icon-box-img {
    width: 42px !important;
    height: 42px;
    padding: 7px;
    background: #2B61A3;
    border-radius: 99px;
}

.a-gr-ic .icon-box img {
    object-fit: contain;
    padding: unset;
    filter: invert(1);
}

/* a-gr-ic-2 */
.a-gr-ic-2 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.a-gr-ic-2 .icon-box {
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}

.a-gr-ic-2 .icon-box .icon-box-img {
    width: 62px !important;
    height: 62px;
    padding: 13px;
    background: #004f89;
    border-radius: 99px;
}

.a-gr-ic-2 .icon-box img {
    object-fit: contain;
    padding: unset;
    filter: invert(1);
}

.a-gr-ic-2 .icon-box p {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.a-gr-ic-2 .icon-box p:nth-child(1) {
    font-size: 18px;
}

.a-text-bd {
    padding-top: 10px;
    position: relative;
    margin-top: 10px;
}

.a-text-bd::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.a-text-bd p {
    color: #fff;
}

/* a-nha-cai */
body {
    counter-reset: a-nha-cai-counter;
}

.a-nha-cai::before {
    content: counter(a-nha-cai-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background-color: #2F67AC;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transform: translate(-50%, -50%);
}

.a-nha-cai::after {
    width: 100%;
    content: 'Áp dụng điều khoản và điều kiện dành cho người trên 18 tuổi | Chơi một cách khôn ngoan | Cờ bạc không chỉ là trò giải trí mà còn có nguy cơ gây nghiện cờ bạc!';
    color: #52636e;
    font-size: 9px;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #dde5ea;
}

.a-nha-cai {
    background: #fff;
    border-radius: 12px;
    position: relative;
    counter-increment: a-nha-cai-counter;
    margin: 0 auto !important;
    margin-bottom: 1rem !important;
}

.a-nha-cai .col-inner {
    padding: 12px 7px;
}

.a-nha-cai .testimonial-box .testimonial-image,
.a-nha-cai .testimonial-box .testimonial-image img {
    border-radius: unset !important;
}

.a-nha-cai .testimonial-box .icon-box-text {
    display: flex;
    flex-direction: column;
}

.a-nha-cai .testimonial-box .testimonial-meta {
    order: -1;
    padding-top: unset !important;
}

.a-nha-cai .testimonial-box .test_name {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.a-nha-cai .icon-box {
    padding-left: 1rem;
    align-items: center;
}

.a-nha-cai .testimonial-text {
    font-style: unset !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.a-nha-cai ul {
    margin: unset;
    list-style: none;
    padding: 0;
}

.a-nha-cai ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.a-nha-cai ul li span {
    font-size: 12px;
}

.a-nha-cai ul li:last-child {
    margin-bottom: unset;
}

.a-nha-cai ul li::before {
    content: "✔";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #2F67AC;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    flex-shrink: 0;
}

/* a-meo */
.a-meo .col-inner{
    height: 100%;
}
.a-meo .icon-box {
    background: #fff;
    border-radius: 12px;
    border-top: 3px solid #0d77c9;
    padding: 30px 20px;
    padding-bottom: 10px;
    align-items: center;
    height: 100%;
}

.a-meo .icon-box .icon-box-img {
    width: 42px !important;
    height: 42px;
    padding: 7px;
    background: #2B61A3;
    border-radius: 99px;
}

.a-meo .icon-box .icon-box-img img {
    padding-top: unset;
}

.a-meo .icon-box p {
    margin-bottom: 7px;
}

.a-meo .icon-box p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.a-meo .icon-box .button {
    margin: unset !important;
}

.a-meo .expander-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100% !important;
}

.a-meo .icon-box-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.a-meo .icon-box-text.collapsed .expander-content {
    -webkit-line-clamp: unset;
}
/* a-danhgia */
.a-danhgia .icon-box {
    background: #fff;
    border-radius: 12px;
    border-left: 3px solid #0d77c9;
    padding: 20px 20px;
    align-items: center;
    height: 100%;
}
.a-danhgia .icon-box .icon-box-img {
    width: 42px !important;
    height: 42px;
    padding: 7px;
    background: #2B61A3;
    border-radius: 99px;
}
.a-danhgia .icon-box .icon-box-img img {
    padding-top: unset;
}
/* a-khac */
.a-khac .icon-box {
    background: #fff;
    border-radius: 12px;
    border-top: 3px solid #0d77c9;
    padding: 20px 20px;
    align-items: center;
    height: 100%;
}
.a-khac .icon-box .icon-box-img {
    width: 42px !important;
    height: 42px;
    padding: 7px;
    background: #2B61A3;
    border-radius: 99px;
}
.a-khac .icon-box .icon-box-img img {
    padding-top: unset;
}
.post-item .is-divider{
    display: none;
}
.post-item .post-title {
    font-size: 18px !important;
}
.post-item .box-normal{
    background: #fff;
    border-radius: 12px;
    padding: 15px;
}
.post-item .box-normal img{
    border-radius: 12px;
}
.post-item .box-normal .box-text{
    padding: unset;
    padding-top: 10px;
}
.post-item .box-normal .button{
    width: 100%;
    border-radius: 99px;
}
/* a-faq */
.a-faq .accordion-item{
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1rem;
    padding: 15px;
}
.a-faq .accordion-title{
    border: unset;
    border-radius: 12px;
}
.a-faq .accordion-inner{
    padding-left: unset;
    padding-bottom: unset;
    padding-right: unset;
}
/* a-ctv */
.a-ctv .col-inner{
    position: relative;
}
.a-ctv .col-inner::after{
    content: '';
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: -1;
    border-radius: 12px;
}
.a-ctv .box .box-image{
    border: 10px solid #ecf1f5;
    object-fit: contain;
    border-radius: 99px;
}
/* a-footer */
.a-footer .row{
    background: #fff;
    border-radius: 12px;
    padding: 30px;
}

/*  */
.c-expander .expander-content {
    display: -webkit-box;
    -webkit-line-clamp: 7; 
    -webkit-box-orient: vertical;
    overflow: hidden;
      width: 100% !important;
  }
  .c-expander{
       display: flex;
      flex-direction: column;
      align-items: center;
  }
     
  .c-expander.collapsed .expander-content {
    -webkit-line-clamp: unset; 
  }