/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'FS Magistral';
    src: url('assets/fonts/FS Magistral-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.text-font-dif>* {
    font-family: 'FS Magistral', sans-serif;
}


ul.header-nav.header-nav-main a.nav-top-link {
    font-weight: 500;
}



.section-footer {
    /* background-image: linear-gradient(176deg,
            #EEEE22 0%,
            rgba(238, 238, 34, 0.15) 94%); */

    background-image: linear-gradient(179deg, #2f2f03 0%, #000 68%);
}

.section-footer span.ux-menu-link__text {
    color: rgb(255, 255, 255);
    font-size: 15px;
}



.section-footer span.ux-menu-link__text:hover,
.btn-white span:hover,
.social-icon-footer i:hover {
    color: #EEEE22;
}

.btn-white span {
    font-weight: 400;
    font-size: 14px;
}

.absolute-footer.dark {
    display: none;
}


.btn-black span {
    color: #000;
}

.social-icon-footer i {
    color: rgb(255, 255, 255);
}

.social-icon-footer {
    display: flex;
    gap: 15px;
}

.section-footer {
    border-top: 1px solid #EEEE22;
    border-bottom: 1px solid #EEEE22;
}


.gt_container-nefgtt a.glink span {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
    color: #fff !important;
}


.dark .nav-vertical-fly-out>li>a:hover,
.dark .nav>li.active>a,
.dark .nav>li>a.active,
.dark .nav>li>a:hover,
.nav-dark .nav>li.active>a,
.nav-dark .nav>li.current>a,
.nav-dark .nav>li>a.active,
.nav-dark .nav>li>a:hover,
.nav-dark a.plain:hover,
.nav-dropdown.dark .nav-column>li>a:hover,
.nav-dropdown.dark>li>a:hover {
    color: #eeee22;
}

.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical-fly-out>li>a,
.dark .nav-vertical>li>ul li a,
.dark .nav>li.html,
.dark .nav>li>a,
.nav-dark .is-outline,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    color: #fff;
}

.icon-box-star p {
    margin: 0px 0px 0px -10px;
}

.icon-box-star {
    display: flex;
    align-items: center;
    background-color: #eeee222e;
    font-size: 14px;
    font-weight: 500;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    border-style: none;
    border-radius: 30px;
    padding: 4px 8px 4px 12px;
    width: 82px;
}

.icon-gift {
    display: flex;
    align-items: center;
}

.btn-start span,
.btn-tu-van:hover span {
    color: #000;
}

.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation-duration: var(--duration, 40s);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee-left .marquee-track {
    animation-name: marquee-left;
}

.marquee-right .marquee-track {
    animation-name: marquee-right;
}

.marquee-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 30px;
    font-size: 16px;
    color: #fff;
}

.marquee-item.logo img {
    height: 90px;
    width: auto;
    opacity: 1;
}

.marquee-item .dot {
    margin-left: 20px;
    color: #eeee22;
}

.marquee:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes marquee-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.p-ok p {
    margin-bottom: 0px;
}

.section-grad {
    background-image: linear-gradient(225deg, #282805d4 0%, #000000 35%);
}

.text-backcom strong {
    font-weight: 600;
    border-style: solid;
    border-width: 2px 2px 0 2px;
    border-color: #EEEE22;
    border-radius: 21px 21px 21px 21px;
    padding: 10px 25px 10px 25px;
}


.col-thong-ke>.col-inner {
    transition: all 0.3s ease;
    will-change: transform;
    cursor: pointer;
}

.col-thong-ke:hover>.col-inner {
    transform: scale(1.015);
    background: #6f6f6f17;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.col-thong-ke:not(:hover)>.col-inner {
    transition-duration: 0.6s;
}

.col-thong-ke .icon-box-text h3 strong {font-family: "FS Magistral"}

.btn-grad {
    color: #000;
    background-image: linear-gradient(234deg, #85e512 0%, #EEEE22 57%);
}

.btn-grad:hover {
    background: #EEEE22;
    box-shadow: unset;
    color: #000;
}

.section-hoan-phi {
    background-image: linear-gradient(114deg, #282805d4 0%, #000000 20%);
}



.text-arrow p {
    position: relative;
    padding: 10px 16px 10px 44px;
    /* chừa chỗ cho icon */
    margin: 0 0 12px;
    line-height: 1.6;
    background-image: linear-gradient(90deg, #575710 0%, #000000 100%);
    border-radius: 8px;

    color: #ffffff;
}

.text-arrow p::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);

    width: 18px;
    height: 20px;
    background-color: #EEEE22;

    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;

    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}


.img-radius img {
    border-radius: 15px 15px 15px 15px;
}

/* .ux-timer.dark {
    box-shadow: 0 0 10px 0 rgba(238, 238, 34, 0.5);
    border-radius: 99px;
    background: rgba(111, 111, 23, 0.151);
}

.ux-timer.dark span {
    border-radius: 99px;
    background: rgba(111, 111, 23, 0.151);
}
 */


.exchange-table {
    color: #fff;
    font-size: 14px;
}

.exchange-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
    background: none;
}

.tab-btn {
    padding: 10px 32px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    margin-right: 0px;
}

.exchange-tabs .tab-btn.active {
    background: #EEEE22;
    color: #000;
    border-color: #EEEE22;
	border-radius:0!important;
}

button.tab-btn:hover {
    background: #EEEE22;
    color: #000;
    border-color: #EEEE22;
}
/* 
.exchange-header,
.exchange-row {
    display: grid;
    grid-template-columns: 1.5fr 1.2fr 1.2fr 1.2fr 1.2fr 2fr;
    align-items: center;
    padding: 16px;
}

.exchange-header {
    background-image: linear-gradient(90deg, #575710 0%, #000000 100%);
    border: 1px solid rgba(238, 238, 34, 0.215);
    border-radius: 8px;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: .4px;
    padding: 22px;
} */

.exchange-header span {
    font-size: 16px;
}

/* .exchange-row {
    border-bottom: 1px solid rgba(238, 238, 34, 0.215);
    margin-bottom: 14px;
    transition: background .25s ease, transform .25s ease;
}

.exchange-row:hover {
    background: rgba(108, 255, 0, .04);
    transform: translateY(-2px);
} */

.ex-name {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ex-name img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    border: 1px solid rgba(238, 238, 34, 0.215);
    background: #000;
}

.highlight {
    color: #EEEE22;
    font-weight: 700;
}

.ref {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.ref-code {
    letter-spacing: .5px;
}

.copy-ref {
    background: none;
    color: #EEEE22;
    border-radius: 6px;
    padding: 0px 6px;
    cursor: pointer;
    font-size: 16px;
}
/* 
.copy-ref:hover {
    background: #EEEE22;
}
 */
.actions {
    display: flex;
    gap: 12px;
}

.btn.outline {
    border: 1px solid rgba(238, 238, 34, 0.215);
    color: rgba(238, 238, 34, 0.215);
    background: transparent;
}


.actions a.btn.btn-grad,
.actions a.btn.outline {
    padding: 10px 20px;
    border-radius: 99px;
}

.btn.primary {
    background: #EEEE22;
    color: #000;
}

.btn.outline {
    border: 1px solid #EEEE22;
    color: #EEEE22;
}

.actions a.btn.outline:hover {
    background: #EEEE22;
    color: #000;
}

.exchange-list {
    display: none;
}

.exchange-list.active {
    display: grid;
}

.exchange-list .hidden {
    display: none;
}

.exchange-list .show-more {
    text-align: center;
    margin-top: 20px;
    color: #EEEE22;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .4px;
}

.show-more:hover {
    text-decoration: underline;
}


.section-nhan-phi {
    background-image: linear-gradient(180deg, #282805d4 -5%, #000000 22%);
}


.col-solution>.col-inner {
    background-image: linear-gradient(0deg, #eeee2252 0%, #000000 98%);
    border-radius: 20px;
}

.text-solution p {
    background-image: linear-gradient(234deg, #85e512 0%, #EEEE22 57%);
    padding: 5px 15px 5px 15px;
    border-radius: 99px;
    width: 203px;
}

.icon-box-radius img {
    border-radius: 99px;
    border: 2px solid rgba(238, 238, 34, 0.215);
    padding: 0px 0px 0px;
}

.col-xam>.col-inner {
    background-image: radial-gradient(at bottom left, #000000 0%, #2A2A2A 38%);
    border-radius: 20px;
}

.col-xanh-3>.col-inner {
    background-image: radial-gradient(at bottom left, #eeee2252 0%, #252525 52%);
    border-radius: 20px;
}

.col-thong-ke .col-inner {
    border-radius: 15px;
}


.acc-home .accordion-title {
    border-top: unset;
    display: block;
    font-size: 110%;
    padding: .6em 2.3em;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(238, 238, 34, 0.215);
    margin-bottom: 22px;
    padding: 20px;
    border-radius: 22px;
}

.acc-home .accordion-title span,
i.icon-angle-down {
    color: #fff;
}

.acc-home .accordion .toggle {
    border-radius: 999px;
    height: 1.5em;
    left: auto !important;
    margin-right: 5px;
    position: absolute;
    top: .3em;
    transform-origin: 50% 47%;
    width: 2.3em;
    right: 0px !important;
}

.accordion .toggle {
    left: auto !important;
    right: 0px !important;
    margin-top: 7px;
}

.acc-home .accordion-title:hover,
.acc-home .accordion-title.active {
    background: #eeee221f;
}

.acc-home .accordion-title:hover span,
.acc-home .accordion-title.active span {
    color: #EEEE22;
}


.acc-home .accordion-title.active+.accordion-inner {
    border-style: solid;
    border-width: 0 2px 2px 2px;
    border-color: rgba(238, 238, 34, 0.215);
    border-radius: 0 0 24px 24px;
    padding: 20px;
    margin-bottom: 20px;
}


.col-ceo>.col-inner {
    background-image: linear-gradient(180deg, rgba(238, 238, 34, 0.215) 0%, #000000 100%);
}

.col-ceo:hover .col-inner {
    background-image: linear-gradient(180deg, rgba(238, 238, 34, 0.215) 0%, #000000 100%);
    transform: unset !important;
    box-shadow: unset;
}


.text-year p {
    background-color: #141414;
    padding: 8px 015px 8px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C9FD792E;
    border-radius: 15px 15px 15px 15px;
    width: max-content;
    color: #EEEE22;
}

.col-hanh-trinh>.col-inner {
    min-height: 247px;
}

.btn-xanh {
    background-color: #1877F2;
}


.col-form-contact input,
.col-form-contact textarea {
    border-radius: 6px;
}


.col-form-contact input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-grad {
    width: 100%;
    margin-bottom: -22px;
    height: 50px;
    color: #000;
    text-transform: none;
    font-size: 18px;
}

.btn-down {
    color: #000;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: #000;
}


.cat-label.has-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #EEEE22;
}

.cat-label.has-icon svg {
    width: 16px;
    height: 16px;
    fill: #EEEE22;
    display: block;
}

.cat-label.has-icon .cat-text {
    color: #EEEE22;
}


.col.post-item>.col-inner {
    border: 1px solid rgba(238, 238, 34, 0.215);
    border-radius: 12px;
}

.col.post-item .box-text.text-left {
    padding: 20px;
}


.col.post-item .box-image {
    border-radius: 12px 12px 0px 0px;
}


h5.post-title.is-large a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

h5.post-title.is-large a:hover {
    color: #EEEE22;
}

p.from_the_blog_excerpt {
    margin: 15px 0px;
    color: #bbb;
    font-size: 14px;
}

.custom-breadcrumb {
    font-size: 14px;
}

.custom-breadcrumb a {
    color: #EEEE22;
    text-decoration: none;
}

.custom-breadcrumb a:hover {
    text-decoration: underline;
}

.custom-breadcrumb .current {
    color: #ffffff;
}


.blog-single .row-large {
    display: flex;
    align-items: flex-start;
}

.blog-single .large-3.col,
.blog-single .large-6.col,
.blog-single .post-sidebar.large-3.col {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    z-index: 10;
}


#next-sidebar .ez-toc-container {
    width: 100% !important;
}

#main,
#wrapper {
    background-color: #000;
    position: relative;
}


#ez-toc-container {
    background: #000;
    border: 1px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: relative;
    width: auto;
}

#ez-toc-container>* {
    color: #fff !important;
}


#ez-toc-container a {
    color: #fff;
}

#ez-toc-container a:visited {
    color: #eeee22;
}


.blog-single#content,
.blog-single#content p,
.blog-single#content h1,
.blog-single#content h2,
.blog-single#content h3,
.blog-single#content h4,
.blog-single#content h5,
.blog-single#content h6,
.blog-single#content li,
.blog-single#content table,
.blog-single#content td,
.blog-single#content th,
.blog-single#content strong {
    color: #ffffff !important;
}


.blog-single#content a:hover {
    color: #eeee22 !important;
    opacity: 1;
}


a.button.primary.is-larger.lowercase.btn-vang {
    background-image: linear-gradient(213deg, #EBD197 0%, #B48811 100%);
    box-shadow: 0 0 10px 0 rgba(255, 209, 84.99999999999999, .59);

}

.btn-tele span,
.btn-vang span {
    color: #000 !important;
}

.col-banner-buff {
    border-radius: 20px !important;
    overflow: hidden;
}

.col-banner-buff .banner,
.col-banner-buff .banner-bg,
.col-banner-buff .banner-bg img,
.col-banner-buff img {
    border-radius: 20px !important;
    overflow: hidden;
}

.col-banner-buff img {
    border: 1px solid rgba(238, 238, 34, 0.215);
}

.icon-box-chu-y {
    background-image: linear-gradient(100deg, #ac8de4 0%, #00000005 25%);
    border-radius: 6px;
    padding: 10px 10px 10px
}

.icon-box-chu-y p {
    margin-bottom: 0px;
}

.icon-box-chu-y p {
    margin-bottom: 0px;
}


h1.entry-title {
    font-weight: 700;
}

.col-tren>.col-inner {
    border-radius: 12px 12px 0px 0px;
    border: 1px solid rgba(238, 238, 34, 0.215);
}

.col-duoi>.col-inner {
    border-radius: 0px 0px 12px 12px;
    border: 1px solid rgba(238, 238, 34, 0.215);
}

.icon-box-top-san p {
    margin-bottom: 0px;
}

.icon-box-top-san .icon-box-img img {
    border-radius: 12px;
    border: 1px solid rgba(238, 238, 34, 0.215);
    background: #000;
}

.icon-box-top-san {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}



.post-meta-rating-box {
    background: #0b0b0b;
    padding: 16px 20px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}

.post-meta-rating-box .meta-top {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    opacity: 0.9;
}

.post-meta-rating-box .sep {
    color: #7fff00;
}

.post-meta-rating-box .meta-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    gap: 12px;
    flex-wrap: wrap;
}

.share-box {
    display: flex;
    align-items: center;
    gap: 6px;
}

.share-box a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1e1e1e;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
}

.rating-box {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #1a2a0a;
    padding: 6px 10px;
    border-radius: 6px;
}

.rating-box .stars {
    color: #ffb400;
    font-size: 16px;
}


.author-line {
    margin-bottom: 6px;
}

.author {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #EEEE22;
}


.author-line .author svg {
    width: 20px;
    height: 20px;
    fill: #EEEE22;
    vertical-align: middle;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.author-line .author:hover svg {
    transform: scale(1.2);
}

.author-line .author {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #ffffff;
}

.author .verified {
    width: 16px;
    height: 16px;
    fill: #1da1f2;
}

.meta-info {
    font-size: 14px;
    opacity: 0.9;
}

.rating-box .star {
    font-size: 18px;
    cursor: pointer;
    color: #555;
    transition: color .15s ease, transform .15s ease;
}

.rating-box .star.active {
    color: #ffb400;
}

.rating-box .star.hovered {
    color: #ffb400;
}

.rating-box .star:hover {
    transform: scale(1.15);
}

.icon-box-hoan-phi img {
    border-width: 1px 1px 1px 1px;
    border-color: #C9FD792E;
    border-style: solid;
    border-radius: 12px;
}

.icon-box-hoan-phi p,
.icon-box-hoan-phi h3 {
    margin-bottom: 0px;
}

.text-xanh p {
    background: #EEEE22;
    width: max-content;
    padding: 2px 10px;
    border-radius: 6px;
}


.text-copy>span[data-copy] {
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.text-copy>span[data-copy]:hover {
    opacity: 1;
}

.text-copy {
    width: max-content;
}

.btn-dang-ky {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding-left: 44px;

    box-shadow: 0 0 12px rgb(141 255 8 / .45);
    animation: pulse-btn-soft 4s ease-in-out infinite;
    transform-origin: center;
}

.btn-dang-ky span {
    color: #000;
}

.btn-dang-ky::before {
    content: "";
    width: 22px;
    height: 22px;

    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);

    background: no-repeat center / contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23000' d='M320 576C461.4 576 576 461.4 576 320C576 178.6 461.4 64 320 64C178.6 64 64 178.6 64 320C64 461.4 178.6 576 320 576zM296 408L296 344L232 344C218.7 344 208 333.3 208 320C208 306.7 218.7 296 232 296L296 296L296 232C296 218.7 306.7 208 320 208C333.3 208 344 218.7 344 232L344 296L408 296C421.3 296 432 306.7 432 320C432 333.3 421.3 344 408 344L344 344L344 408C344 421.3 333.3 432 320 432C306.7 432 296 421.3 296 408z'/%3E%3C/svg%3E");

    pointer-events: none;
}


@keyframes pulse-btn-soft {
    0% {
        transform: scale(1);
        box-shadow: 0 0 12px rgb(141 255 8 / .45);
    }

    50% {
        transform: scale(1.04);
        /* phóng rất nhẹ */
        box-shadow: 0 0 18px rgb(141 255 8 / .55);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 12px rgb(141 255 8 / .45);
    }
}


.btn-huong-dan {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background-color: #8DFF08;
    color: #000;

    padding-left: 42px;
}

.btn-huong-dan>* {
    color: #000;
}

.btn-huong-dan::before {
    content: "";
    width: 20px;
    height: 20px;

    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);

    background: no-repeat center / contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23000' d='M434.8 54.1C446.7 62.7 451.1 78.3 445.7 91.9L367.3 288L512 288C525.5 288 537.5 296.4 542.1 309.1C546.7 321.8 542.8 336 532.5 344.6L244.5 584.6C233.2 594 217.1 594.5 205.2 585.9C193.3 577.3 188.9 561.7 194.3 548.1L272.7 352L128 352C114.5 352 102.5 343.6 97.9 330.9C93.3 318.2 97.2 304 107.5 295.4L395.5 55.4C406.8 46 422.9 45.5 434.8 54.1z'/%3E%3C/svg%3E");

    pointer-events: none;
}

.btn-video {
    color: #FFF;
    background-image: linear-gradient(147deg, #111111 0%, #333333 100%);
}

.btn-video i.icon-youtube {
    color: red;
}


a.button.primary.is-large.lowercase.btn-contact>* {
    color: #000;
}

a.button.primary.is-large.lowercase.btn-contact {
    animation: pulse-btn-soft 4s ease-in-out infinite;

}


.tab-account ul.nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}



.tab-account .nav>li>a {
    border-radius: 0 !important;
    padding: 8px 24px;
}

.tab-account .nav>li:not(.active)>a {
    border: 1px solid #EEEE22;
    background: transparent;
    color: #EEEE22;
}

.tab-account .nav>li.active>a,
.tab-account .nav>li:hover>a {
    background: #EEEE22;
    color: #000;
    border: 1px solid #EEEE22;

}

.tab-account .nav>li>a span {
    color: inherit;
    font-size: 16px;
}

.text-divide h3 {
    position: relative;
    padding-left: 24px;
}

.text-divide h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 120%;

    background-color: #EEEE22;
}


.nav-dropdown-default {
    padding: 5px;
}

.nav-dropdown {
    min-width: 200px;
    background-color: #000;
    color: #fff;
    padding: 10px 10px;
}

.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a {
    color: #fff;
}

.nav-dropdown-has-border .nav-dropdown,
.nav-dropdown>li>a {
    border: unset;
}


.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: unset;
    margin: 0 10px;
    padding-left: 0;
    padding-right: 0;
}


.nav-dropdown>li:hover {
    background-color: #EEEE22;
}

.nav-dropdown>li:hover>a {
    color: #000;
}

/*CSS CUSTOME*/
.blog-single#content h2.wp-block-heading strong, .blog-single#content strong a , .nav-previous a, .nav-next a{
	color: #eeee22!important;
}
.blog-single#content h2.wp-block-heading strong{
	border-left: 5px solid #eeee22;
    padding-left: 10px;
}

.blog-single .large-6 #ez-toc-container {display: none}

.wp-block-table, .wp-block-table table, .wp-block-table table thead, .wp-block-table table tbody {
	width : 100%;
	max-width: 100%;
}

.btn-lienhe {
	background-color: #eeee22;
	width: 100%;
	display: block;
	margin-bottom: -22px;
    height: 50px;
    color: #000!important;
    text-transform: none!important;
    font-size: 18px;
}

.wp-block-table table th, .wp-block-table table td {
	font-size: .8em
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}





.col_form > .col-inner{
	background: linear-gradient(141.85deg, #BDBD23 0%, #171703 11.15%, #52524F 48.85%, #171703 77.34%, #BDBD23 100%);
	border-radius:10px;
	border: 1px solid #EEEE2237;
	overflow:hidden;
}
.icon_middle{
	align-items:center;
	padding-bottom:15px;
}
.icon_middle h4{
	margin-bottom:0;
}
.icon_middle.icon_middle_last{
padding-bottom:0;
}
.form_row2{
	display:flex;
	gap:10px;
	border:1px solid #F0F6FC99;
	margin-bottom:27px;
}
.col_form input[type=email], .col_form input[type=tel], .col_form input[type=text], .col_form textarea{
	background:transparent;
	box-shadow:none;
	border-radius:8px;
	height:50px;
}
.col_form input[type=text], .col_form textarea{
	border:1px solid #F0F6FC99;
		margin-bottom:27px;
}

.col_form input[type=email], .col_form input[type=tel]{
	margin-bottom:0;
border: 1px solid #72768B29;
}
.col_form input[type=submit]{
	margin:0;
	background: linear-gradient(90deg, #EEEE22 0%, #FFFF8A 100%);
border-top: 1px solid #EEEE22;
	border-radius:99px;
	font-size:20px;
	font-weight:400;
}
.wpcf7-spinner{
	display:none
}
.ss_lhe{
    background-image: 
        url(/wp-content/uploads/2026/03/Ellipse-2.svg), 
        url(/wp-content/uploads/2026/03/Ellipse-3.svg);

    background-position: 
        left center, 
        right bottom;

    background-repeat: 
        no-repeat, 
        no-repeat;

    background-size: 
        auto, 
        auto;
}
.ss_lhe .section-bg :is(img,picture,video){
	opacity:.25
}

.col_form::before,
.col_form::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.col_form::before{
    bottom: -37%;    
	width: 110%;
    height: 600px;
    background: url(/wp-content/uploads/2026/03/Ellipse-4.svg) no-repeat center / contain;
}

.col_form::after{
    bottom: -45%;    
    width: 110%;
    height: 600px;
    background: url(/wp-content/uploads/2026/03/Ellipse-5.png) no-repeat center / contain;
}
.header-button a{
	background: linear-gradient(90deg, rgba(238, 238, 34, 0.7) 0%, rgba(255, 255, 138, 0.7) 100%);
border: 1px solid #EEEE22;
	border-radius:99px;
	font-weight:400;
	font-size:16px;
}
.gt_float_switcher, .gt_float_switcher .gt-selected{
	background:transparent!important;
	color:#fff!important
}
.gt_float_switcher .gt-current-lang, .gt_float_switcher .gt_options a{
	color:#fff!important;
}
.gt_float_switcher img{
	width:24px!important
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code, .gt_float_switcher .gt_options a{
	font-size:16px
}
.btn-xanh{
	margin:0
}

.cf7-subscribe p{
    display: flex;
    align-items: center;
    justify-content: space-between;
background: #EEEE2237;
    padding: 20px 25px;
    border-radius: 20px;
    color: #fff;
}

.cf7-subscribe input[type="email"] {
    font-size: 18px;
	background:none;
	margin:0;
	box-shadow:none;
	border:none;
	color:#fff;
	padding:0;
}
.cf7-subscribe .wpcf7-email::placeholder{
	color:#fff;
}

.cf7-btn {
    width: 50px;
    height: 50px;
    background: #EEEE22;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	margin:0;
}

.cf7-btn i {
    color: #000;
    font-size: 18px;
}
#footer p{
	font-size:15px
}
#footer .icon-box{
	align-items:center;
	padding-bottom:30px;
}
#footer .icon-box p{
	margin-bottom:0;
}
#footer .social-icons .icon{
	background:#EEEE2237;
	width:50px;
	height:50px;
	font-size:28px;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
#footer .social-icons{
	display:flex;
	justify-content:space-between;
	padding-bottom:30px;
}
#footer .ux-menu-link.flex.menu-item{
	line-height:15px;
}
.row_footer{
	justify-content:space-between;
}
.row_footer:after{
	display:none
}
.col_gra .col-inner{
    border-radius:15px;
    padding:40px;
    border: 3px solid #EEEE2237;

background:
    radial-gradient(50% 50% at 50% 50%, rgba(238, 238, 34, 0.2) 0%, rgba(136, 136, 19, 0) 100%),
    #6F6F1727;
}
.row_smenh > .col > .col-inner{
	background: #282805D4;
border: 1px solid #EEEE2237;
	border-radius:16px;
	padding:30px 20px;
}
.row_smenh .icon-box-img{
	margin-top:-110px;
	margin-bottom:30px
		
}
.row_smenh{
	margin-top:70px;
}
a.button.primary.lowercase{
	background: linear-gradient(90deg, rgba(238, 238, 34, 0.7) 0%, rgba(255, 255, 138, 0.7) 100%);
border-top: 1px solid #EEEE22;
	font-weight:500;
}
a.button.primary.is-outline.lowercase{
	background:transparent;
}
.row_htrinh .col {
    position: relative;
}

.row_htrinh .col::before {
    content: "";
    position: absolute;
    top: 50px; 
    left: 0;
    width: 100%;
    height: 1px;

    background: repeating-linear-gradient(
        to right,
        #EEEE22 0px,
        #EEEE22 10px,
        transparent 10px,
        transparent 20px
    );
}
.row_htrinh .col:hover::before {
    opacity: 0;
}
.row_htrinh .col-inner{
	padding:30px;
	border-radius:16px;
	border: 1px solid transparent;
	z-index:1;
	    position: relative;
}

.row_htrinh .sub_tt {
    position: relative;
}
.row_htrinh .sub_tt p{
	width:max-content;
	background: #141414;
border: 1px solid #C9FD792E;
border-radius:15px;
padding:5px 15px;
	color:#EEEE22;
}
.row_htrinh .col-inner:hover .sub_tt p{
	border: 1px solid #EEEE22;
}
.row_htrinh .col-inner:hover{
	border: 1px solid #EEEE2237;
	background: #EEEE2237;
}





.team-marquee {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.team-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: teamMarquee 30s linear infinite;
	    will-change: transform;
}

.team-marquee:hover .team-track {
    animation-play-state: paused;
}

/* card */
.team-card {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 500px;
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, #1a1a00, #3a3a00);
    color: #fff;
}

/* avatar */
.team-avatar img {
    min-width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #EEEE22;
    object-fit: cover;
	width:110px;
}

/* text */
.team-name {
    font-weight: bold;
    font-size: 18px;
	font-family:'FS Magistral', sans-serif
}

.team-role {
    color: #EEEE22;
    font-weight: 600;
    margin-bottom: 5px;
	font-family:'FS Magistral', sans-serif;
	font-size:20px;

}

.team-desc {
    font-size: 14px;
	color:#D5D5D5;
}

/* animation */
@keyframes teamMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


@keyframes teamMarqueeReverse {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}
.team-track.reverse {
    animation: teamMarqueeReverse 30s linear infinite;
}
.blog_top .box-text{
	background: linear-gradient(95.56deg, rgba(238, 238, 34, 0.22) 22.36%, #1E1F25 100%);

}
.col.post-item>.col-inner{
	overflow:hidden
}
.blog_top .col.post-item .box-image{
	border-radius: 12px 0 0 12px;
}
.blog_top h5.post-title.is-large a{
	font-size:28px;
}
.box-text-inner.blog-post-inner{
	display:flex;
	flex-direction:column;
}
.blog_top p.from_the_blog_excerpt{
	font-size:16px;
}
.from_the_blog_excerpt{
	order:3;
}
.cat-label.has-icon{
	margin-top:15px;
}
.blog_hdan h5.post-title.is-large{
	order:2;
border-left: 2px solid #EEEE22;
margin-bottom:0;
	padding-left:18px;
}
.blog_hdan p.from_the_blog_excerpt{
	border-left: 2px solid #EEEE22;
margin:0;
	padding-left:18px;
	padding-bottom:5px;
}
.blog_hdan .col.post-item>.col-inner{
	border:none;
}
.blog_hdan .col.post-item .box-text.text-left{
	padding:0
}
.blog_hdan .cat-label.has-icon{
	margin-top:0;
	padding-bottom:18px;
}
.blog_top .flickity-prev-next-button{
	opacity:1;
	height:max-content;
	margin-top:18%;
	z-index:2
}
.blog_top .flickity-page-dots .dot{
	background:#8E93A6;
	border-color:#8E93A6;
	width:16px;
	height:16px;
	opacity:1;
}
.blog_top .flickity-page-dots .dot.is-selected{
	background:#EEEE22;
}
.blog_top .flickity-prev-next-button.previous {
	left:43%
}
.blog_top .flickity-prev-next-button{
	right:43%
}
.ss_blog{
	background-image:url(/wp-content/uploads/2026/03/Ellipse-2.svg);
	background-repeat:no-repeat;
	background-position-y:100px;
}


.ss_blog{
    background-image: 
        url(/wp-content/uploads/2026/03/Ellipse-2-1.svg), 
        url(/wp-content/uploads/2026/03/Ellipse-3-1.svg);

    background-position: 
        top left, 
        right bottom;

    background-repeat: 
        no-repeat, 
        no-repeat;

    background-size: 
        auto, 
        auto;
	background-position-y:50px, none
}
.ss_about{
    background-image: 
        url(/wp-content/uploads/2026/03/Ellipse-4-1.svg), 
        url(/wp-content/uploads/2026/03/Ellipse-3-1.svg),         
			url(/wp-content/uploads/2026/03/Mask-group.svg);

    background-position: 
        top left, 
        right bottom,
				top center;

    background-repeat: 
        no-repeat, 
        no-repeat,
				no-repeat;

    background-size: 
        auto, 
        auto,
				auto;
}
.col_okx > .col-inner{
	background: linear-gradient(141.85deg, #BDBD23 0%, #171703 11.15%, #52524F 48.85%, #171703 77.34%, #BDBD23 100%);
border-top: 1px solid #EEEE2237;
	border-radius:12px;
	padding:40px 32px;
}
.col_okx .icon-box-img{
	border-radius:12px;
	overflow:hidden;
}
.col_right_okx .icon-box-text, .col_right_okx .icon-box-text p{
	width:max-content;
	margin:0;
	flex:unset
}
.col_right_okx .icon-box{
	align-items:center;
	justify-content:end;
}
.col_okx .text p:last-of-type{
	margin-bottom:5px;
}
.col_okx .button{
	margin:0;
}
a.button.primary.lowercase.but_video{
	background: linear-gradient(106.13deg, #990000 0%, #480404 100%);
	border-top: 1px solid #0000000D;
	border-radius:6px!important;
}
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img{
	max-width:unset
}
.ux-timer span{	
background: #6F6F1727!important;
	border-radius:20px!important;
	padding:10px 29px!important;
	font-size:42px;
		line-height: normal!important;
}
.ux-timer{
	background: #6F6F1727!important;
box-shadow: 0px 0px 10px 0px #EEEE2280!important;
	border-radius:20px!important;
	padding:0 5px!important;
	margin:0!important;
	display:block!important;
	width:max-content!important;
}
.ux-timer span strong{
	margin:0!important;
	text-transform:none!important;
	color:#fff!important;
	font-size:15px!important;
		opacity:1!important;
}
.accordion-title{
border: 1px solid #EEEE2237;
background: #6F6F1727;
border-radius:22px;
	margin-bottom:22px;
}
.box_has{
	display:flex;
	align-items:center;
	gap:40px;
	padding-bottom:30px;
}
.box_has > *{
	width:max-content;
	margin:0;
}
.status-box{
	display:flex;
}
.status-box .item{
	padding:9px 20px;
	color:#EEEE22;
	border:1px solid #EEEE22;
}
.status-box .item.active{
	background:#EEEE22;
	color:#000;
}
.ss_okx h2{
	border-left:4px solid #EEEE22;
	padding-left:10px;
}

.col_tke_nen > .col-inner{
border: 1px solid #EEEE2237;
	background: #6F6F1727;
padding:20px;
	border-radius:20px
}

.col_tke_nen .row-solid .col:before {
    background-image: url(/wp-content/uploads/2026/03/Line-1.svg);
    border: none;
    width: 6px;
    background-repeat: no-repeat;
    background-size: contain;
	top:10px;
}
.col_tke_nen .row-solid .col:first-child:before {
	display:none
}
/* .ss1_home{
	background-image:url(/wp-content/uploads/2026/03/Ellipse-1.svg);
	background-position:bottom;
} */

.row.row-collapse {
    position: relative;
    z-index: 1;
}

.row_tke_new::after {
    content: "";
    position: absolute;
    inset: 0; 
    background: url('/wp-content/uploads/2026/03/Ellipse-1.svg') no-repeat center;
    background-size: contain; 
    pointer-events: none;
    z-index: -1; 
	width:1220px;
	height:600px;
}
.col_hphi .icon-box{
	align-items:center;
	margin:0;
	justify-content:center
}
.col_hphi .icon-box-text .text > *{
	margin-bottom:0;
    width: max-content;
}
.col_hphi .icon-box-text {
	flex:unset;
	margin:unset;
}
.col_hphi .icon-box-img{
	flex:unset;
	margin:unset;
}
.col_hphi .ux-timer{
	margin:0 auto!important
}
.col_hphi:before{
    content: "";
    position: absolute;
    inset: 0; 
    background: url('/wp-content/uploads/2026/03/Ellipse-1.svg') no-repeat center;
    background-size: contain; 
    pointer-events: none;
    z-index: -1; 
	width:1220px;
	height:600px;
}

.exchange-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.exchange-row {
    width: 100%;
	margin-bottom:15px;
}
.exchange-row{
border: 2px solid #3a3a3a;
	background: #4242424D;
	border-radius:10px;
	padding:24px;
}

.exchange-row {
    display: grid;
    gap: 8px;
}
.exchange-list .show-more{
    grid-column: 1 / -1; 
    margin-top: 10px;
}
.ex-name{
	flex-direction:column;
}
.ex-name{
	font-size:20px;
	border-bottom:2px solid #EEEE22;
	width:max-content;
	margin:0 auto;
	padding-bottom:10px;
	margin-bottom:24px;
}
.inf_bang{
	display:flex; 
	align-items:center;
	gap:15px;
	font-size:16px;
	margin-bottom:12px;
	padding-top:5px;
}
.ref.inf_bang{
	padding-top:0;
	padding-bottom:15px;
}
.inf_bang span{
	font-weight:400;
	color:#9E9E9E;
}
button.copy-ref{
	margin:0;
}
.inf_bang span.ref-code{
	color:#fff;
}
.exchange-row .btn-grad{
	background: linear-gradient(90deg, rgba(238, 238, 34, 0.7) 0%, rgba(255, 255, 138, 0.7) 100%);

}
.exchange-row .actions a{
	width:50%;
	text-align:center
}
.btn-xanh {
    background: #1877F2!important;
	border:none!important
}
.ref-copy {
	cursor: pointer;}