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

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Poppins Thin - 100 */
@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


/* Poppins Light - 300 */
@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


/* Poppins Regular - 400 */
@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


/* Poppins Medium - 500 */
@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


/* Poppins SemiBold - 600 */
@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


/* Poppins Bold - 700 */
@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}


/* Poppins ExtraBold - 800 */
@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./assets/fonts/FZ-Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

body {
    line-height: 2;
    font-family: 'Poppins', sans-serif;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    min-height: 3.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.icon-angle-right:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 -6.5 38 38" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23000000"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>right-arrow</title><desc>Created with Sketch.</desc><g id="icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="ui-gambling-website-lined-icnos-casinoshunter" transform="translate(-1511.000000, -158.000000)" fill="%23ffffff" fill-rule="nonzero"><g id="1" transform="translate(1350.000000, 120.000000)"><path d="M187.812138,38.5802109 L198.325224,49.0042713 L198.41312,49.0858421 C198.764883,49.4346574 198.96954,49.8946897 199,50.4382227 L198.998248,50.6209428 C198.97273,51.0514917 198.80819,51.4628128 198.48394,51.8313977 L198.36126,51.9580208 L187.812138,62.4197891 C187.031988,63.1934036 185.770571,63.1934036 184.990421,62.4197891 C184.205605,61.6415481 184.205605,60.3762573 184.990358,59.5980789 L192.274264,52.3739093 L162.99947,52.3746291 C161.897068,52.3746291 161,51.4850764 161,50.3835318 C161,49.2819872 161.897068,48.3924345 162.999445,48.3924345 L192.039203,48.3917152 L184.990421,41.4019837 C184.205605,40.6237427 184.205605,39.3584519 184.990421,38.5802109 C185.770571,37.8065964 187.031988,37.8065964 187.812138,38.5802109 Z" id="right-arrow"></path></g></g></g></g></svg>') no-repeat;
    background-size: 100%;
    width: 16px;
    height: 13px;
    display: block;
}

.logo-left .logo {
    margin-right: 60px;
}

.header-main .nav > li > a {
    font-weight: 600;
}

.nav-spacing-xlarge>li {
    margin: 0 24px;
}

span.chatx-badge-text {
    color: var(--fs-color-primary);
    background: #ffe8d1a6;
    border-radius: 30px;
    padding: 5px 10px;
    
    font-size: 14px;
}

.chatx-flex-box, .chatx-flex-box div.text {
    display: flex;
}

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

.chatx-icon-text-icon {
    border-radius: 100%;
    display: flex;
    padding: 4px;
}

.chatx-pricing-checklist {
    display: flex;
    flex-direction: column;
}

/* Chatx - Tab Nav */
.chatx-tab-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chatx-tab-nav-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 20px 24px;
    transition: background-color .2s ease, border-color .2s ease;
}

.chatx-tab-nav-item--active {
    border-left-color: var(--fs-color-primary);
    background: color-mix(in srgb, var(--fs-color-primary) 6%, #fff);
}

.chatx-tab-nav-item__head {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.chatx-tab-nav-item__number {
    color: var(--fs-color-primary);
    font-weight: 700;
    flex-shrink: 0;
}

.chatx-tab-nav-item__title {
    font-weight: 700;
    color: #16181d;
    flex: 1;
}

.chatx-tab-nav-item__toggle {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.chatx-tab-nav-item__toggle::before,
.chatx-tab-nav-item__toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--fs-color-primary);
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.chatx-tab-nav-item__toggle::before {
    width: 12px;
    height: 2px;
}

.chatx-tab-nav-item__toggle::after {
    width: 2px;
    height: 12px;
}

.chatx-tab-nav-item--active .chatx-tab-nav-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.chatx-tab-nav-item__body {
    display: none;
    margin-top: 10px;
    padding-left: 34px;
}

.chatx-tab-nav-item--active .chatx-tab-nav-item__body {
    display: block;
}

.chatx-tab-nav-item__desc {
    
    line-height: 1.6;
    margin: 0;
}

/* Chatx - Tab Panels */
.chatx-tab-panels {
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 30px 60px -20px rgba(15, 23, 42, .15), 0 6px 16px rgba(15, 23, 42, .04);
}

.chatx-tab-panels__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 16px 20px;
    background: var(--fs-color-primary);
}

.chatx-tab-panels__bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
}

.chatx-tab-panels__body {
    padding: 32px;
}

.chatx-tab-panel {
    display: none;
}

.chatx-tab-panel--active {
    display: block;
}

.chatx-tab-panel--editor {
    border: 1px dashed #d5d5d5;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.chatx-tab-panel--editor:last-child {
    margin-bottom: 0;
}

.chatx-tab-panel__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #9a9a9a;
    margin-bottom: 12px;
}

/* ChatX - Accordion */
.chatx-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chatx-accordion-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 22px 24px;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.chatx-accordion-item--active {
    border-color: #e4e9fb;
    box-shadow: 0 24px 48px -24px rgba(15, 23, 42, .18), 0 4px 12px rgba(15, 23, 42, .04);
}

.chatx-accordion-item__head {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.chatx-accordion-item__marker {
    display: none;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--fs-color-primary);
    box-shadow: 0 6px 14px -4px rgba(15, 23, 42, .35);
    flex-shrink: 0;
}

.chatx-accordion-item--active .chatx-accordion-item__marker {
    display: flex;
}

.chatx-accordion-item__marker-bar {
    width: 12px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
}

.chatx-accordion-item__title {
    flex: 1;
    font-weight: 700;
    color: #16181d;
}

.chatx-accordion-item__toggle {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--fs-color-primary);
    background: #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .06);
    flex-shrink: 0;
}

.chatx-accordion-item__toggle::before,
.chatx-accordion-item__toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--fs-color-primary);
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
}

.chatx-accordion-item__toggle::before {
    width: 12px;
    height: 2px;
}

.chatx-accordion-item__toggle::after {
    width: 2px;
    height: 12px;
}

.chatx-accordion-item--active .chatx-accordion-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.chatx-accordion-item__body {
    display: none;
    padding-top: 14px;
}

.chatx-accordion-item--active .chatx-accordion-item__body {
    display: block;
}

.chatx-accordion-item__content {
    padding-left: 42px;
    line-height: 1.6;
}

/* Chatx - Icon Box */
.chatx-icon-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 28px;
    padding: 36px 32px;
    text-align: left;
    box-shadow: 0 30px 60px -20px rgba(15, 23, 42, .15), 0 6px 16px rgba(15, 23, 42, .04);
  border: 1px solid #f0f0f0;
}

.chatx-icon-box__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 30px;
}

.chatx-icon-box__icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.chatx-icon-box__number {
    display: inline-block;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 14px;
}

.chatx-icon-box__title {
    font-weight: 700;
    color: #16181d;
    margin: 0 0 8px;
    line-height: 1.35;
    font-size: 1.1rem;
}

.chatx-icon-box__desc {
    line-height: 1.6;
    margin: 0 0 40px;
    font-size: .88rem;
}

.chatx-icon-box__line {
    display: block;
    width: 100px;
    height: 5px;
    border-radius: 999px;
    margin-top: auto;
}

/* Chatx - Pricing Tab */
.chatx-pricing-tab__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0 0 25px;
    padding: 8px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(20, 20, 20, .04);
    width: fit-content;
    max-width: 100%;
}

.chatx-pricing-tab__nav-item {
    position: relative;
    margin: 0 !important;
}

.chatx-pricing-tab__nav-btn {
    display: block;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 14px 34px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    color: #4b4b4b;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease;
}

.chatx-pricing-tab__nav-item--active .chatx-pricing-tab__nav-btn {
    background: #14161b;
    color: #fff;
}

.chatx-pricing-tab__nav-badge {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--fs-color-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    padding: 1px 8px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    z-index: 1;
}

.chatx-pricing-tab__panel {
    display: none;
}

.chatx-pricing-tab__panel--active,
.chatx-pricing-tab__panel--editor {
    display: block;
}

.chatx-pricing-tab__panels .chatx-pricing-tab__panel--active {
    
}

/* Trong UX Builder: hiện tất cả các panel xếp chồng để không bao giờ bị ẩn khi chỉnh sửa */
.chatx-pricing-tab__panel--editor {
    border: 1px dashed #d5d5d5;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.chatx-pricing-tab__panel-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #9a9a9a;
    margin-bottom: 12px;
}

/* Chatx - Pricing Item */
.chatx-pricing-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 260px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 16px;
    text-align: left;
}

.chatx-pricing-item--featured {
    border-color: var(--fs-color-primary);
    background: #fff9f4;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .06);
}

.chatx-pricing-item__badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--fs-color-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    padding: 6px 16px;
    border-radius: 999px;
}

.chatx-pricing-item__header {
    margin-bottom: 20px;
}

.chatx-pricing-item__title {
    font-size: 20px;
    font-weight: 700;
    color: #16181d;
    margin: 0 0 6px;
    line-height: 1.3;
}

.chatx-pricing-item__subtitle {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.chatx-pricing-item__price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 12px;
}

.chatx-pricing-item__price {
    font-size: 30px;
    font-weight: 800;
    color: #16181d;
    line-height: 1.2;
}

.chatx-pricing-item--featured .chatx-pricing-item__price {
    color: var(--fs-color-primary);
}

.chatx-pricing-item__price-unit {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: 500;
}

.chatx-pricing-item__save {
    margin-bottom: 24px;
    height: 28px;
}

.chatx-pricing-item__save span {
    display: inline-block;
    width: fit-content;
    background: #e5f7ec;
    color: #1a9b53;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 30px;
}

.chatx-pricing-item__features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

.chatx-pricing-item__features .chatx-icon-text {
    align-items: center;
}

.chatx-pricing-item__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-weight: 700;
    text-align: center;
    padding: 8px 20px;
    border-radius: 10px;
    margin-top: auto;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    font-size: 14px;
}

.chatx-pricing-item__button:hover {
    background: #f5f5f5;
    color: #16181d;
}

.chatx-pricing-item--featured .chatx-pricing-item__button {
    background: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
    color: #fff;
}

.chatx-pricing-item--featured .chatx-pricing-item__button:hover {
    opacity: .92;
    color: #fff;
}

.chatx-pricing-item__footer {
    font-size: 12px;
    text-align: center;
    margin: 20px 0 0;
}

.shadow_col .col-inner {
    box-shadow: 0 0 14px 2px #d2d2d2;
}

.gray_logo img {
    filter: grayscale(100%);
    opacity: .5;
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

.has-radius > .col-inner {
    overflow: hidden;
}

.banner h1, .banner h2, .banner h3 {
    line-height: inherit;
}

.contact-icon-box {
    background: color-mix(in srgb, var(--fs-color-primary) 6%, #fff);
    padding: 24px;
    border-radius: 15px;
}

.contact-icon-box .icon-inner {
    border-radius: 100%;
    background: #fff;
    border: 1px solid #ccc;
    width: 70px;
    height: 70px;
    display: flex;
    padding: 6px;
}

.contact-icon-box .icon-box-img {
    margin-right: 10px;
}

.contact-icon-box a.button {
    display: inline-flex;
}

#footer a.ux-menu-link__link {
    border: 0;
    font-size: .85rem;
}

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

.footer-about-box {}

.footer-about-box > .col-inner {
    border: 1px solid #d4903a7a;
    border-radius: 15px;
    background: #FFFAF7;
}

.footer-about-box .icon-box {}

.footer-about-box .icon-box p {
    margin-bottom: 3px;
}

.footer-about-box .icon-box .icon-inner {
    background: #FDEFE6;
    border-radius: 18px;
}

.footer-cp-links a {
    font-size: 1rem;
    padding-left: 30px;
    border-left: 1px solid #969696;
    line-height: 1.2;
}

.footer-cp-links p:first-child a {
    border: 0;
    padding: 0;
}

.footer-cp-links p {
    line-height: 23px;
}

.ft-featured-row {
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.ft-featured-row {
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.ft-featured-row .icon-box .icon-inner {
    padding: 10px;
    background: #f4f4f4;
    border-radius: 13px;
    height: 60px;
    display: flex;
}

footer#footer {
    border-top: 1px solid #e8e8e8;
    padding-top: 50px;
    margin-top: 50px;
}

.back-to-top {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: unset;
    width: 50px;
    border-radius: 100%;
    background: var(--fs-color-primary) !important;
    border: 0 !important;
    color: #fff !important;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background: #fff;
}

.off-canvas .nav-vertical>li>a {
    color: #0f172a;
    font-size: 18px;
}

.menu-item-has-block > .sub-menu {
    border: 0;
    border-radius: 20px;
}

.products-megamenu {}

.products-megamenu h3 {
    margin-bottom: 0;
    line-height: normal;
    font-weight: 600;
}

.products-megamenu .icon-box {
    margin-bottom: 10px;
}

.products-megamenu .icon-box .icon-box-text {
    padding-left: 9px;
    padding-top: 2px;
}

.megamenu-main-ico-box .icon-inner {
    background: rgb(255, 249, 244);
    border-radius: 10px;
    padding: 9px;
}

.products-megamenu .icon-box p {
    line-height: normal;
    color: #555;
}

.products-megamenu .chatx-icon-box {
    box-shadow: none;
    border-radius: 12px;
    border: 0;
    padding: 20px;
}

.products-megamenu .chatx-icon-box .chatx-icon-box__icon {
    width: 40px;
    height: 40px;
    padding: 7px;
}

.products-megamenu .chatx-icon-box  .chatx-icon-box__number {
    display: none;
}

.products-megamenu .chatx-icon-box  .chatx-icon-box__line {
    display: none;
}

.products-megamenu .chatx-icon-box  h3.chatx-icon-box__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.products-megamenu .chatx-icon-box  .chatx-icon-box__desc {
    font-size: 13px;
    color: #222;
    line-height: normal;
}

.products-megamenu .chatx-icon-box a.button {
    font-size: 14px;
    margin-top: 30px;
}


/* abc anchor */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .chatx-pricing-tab__nav {
        margin-bottom: 32px;
    }

    .chatx-pricing-tab__nav-btn {
        padding: 12px 18px;
        font-size: 14px;
    }

    .chatx-pricing-tab__panels .chatx-pricing-tab__panel--active {
        flex-direction: column;
        align-items: stretch;
    }

    .chatx-pricing-item {
        max-width: 100%;
    }

    .row-collapse>.col.footer-about-box {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    /* 48em anchor */
}

@media only screen and (max-width: 30em) {
    .chatx-pricing-tab__nav {
        box-shadow: none;
        border: 0;
        padding: 0;
    }

    .chatx-pricing-tab__nav-btn {
        padding: 5px 14px;
        line-height: 1;
    }

    a.button.is-xlarge {
        font-size: 16px;
    }

    .chatx-accordion-item__title {
        line-height: 1.5;
    }

    .footer-cp-links a {
        font-size: .85rem;
        padding: 0 8px !important;
        border: 0;
    }

    .chatx-flex-box.mb-dir-column, .chatx-flex-box div.text.mb-dir-column {
        flex-direction: column;
    }
    /* 30em anchor */
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

.absolute-footer {
    display: none !important;
}