:root {
    --primary1D: #1D1D1F;
    --primary7F: #7F8A96;
    --red: #CF232A;
    --yellow: #EB9422
}

body {
    overflow: initial;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-weight: 400;
    color: #404040;
    position: relative;
}

section {
    font-size: 14px;
}

ul {
    margin-bottom: 0;
    list-style: none;
}

p {
    margin: 0 0 10px;
}

h3 {
    font-size: 18px;
}

h2 {
    font-size: 40px;
    color: var(--primary1D);
}

.cl666 {
    color: #666875;
}

.container {
    margin: 0 auto;
    position: relative;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

/* header */

.logo img {
    max-width: 120px;
}

.header-section {
    position: sticky;
    width: 100%;
    padding: 18px 0;
    display: block;
    top: 40px;
    z-index: 9;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.main-wrap ul {
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.main-wrap ul li {
    padding: 0 12px;
}

.main-wrap ul a {
    color: #404040;
    font-size: 16px;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    position: relative;
}

.main-wrap ul a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    background: #6FA637;
    height: 2px;
    width: 0px;
    transition: .3s;
}

.main-wrap ul a:hover::before {
    width: 50px;
}

.main-wrap ul a:hover {
    color: #1D1E20;
    transition: all 0.3s;
}

.main-wrap a.header-button.singin {
    background: #6FA637;
    color: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 40%);
}

.main-wrap a.header-button.singin::after,
.main-wrap a.header-button.singin::before {
    content: none;
}

.main-wrap a.header-button.singin:hover {
    background: #fff;
    color: #0661AB;
}

.main-wrap a.header-button {
    background: #fff;
    color: #0661AB;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 190px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 128px;
    text-align: center;
    height: 40px;
}

.main-wrap a.header-button:hover {
    background: #6FA637;
    color: #fff;
}

.main-wrap a.header-button:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    z-index: -1;
    border-bottom: 50px solid #6FA637;
    border-right: 50px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: inherit !important;
    height: inherit !important;
}

.main-wrap a.header-button:hover::before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.main-wrap a.header-button::after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    z-index: -1;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #6FA637;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.main-wrap a.header-button:hover:after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}

/*----------menu------------*/
.nav-drill {
    display: block;
    position: fixed;
    z-index: 100;
    top: 40px;
    left: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.45s;
    transition: 0.45s;
    padding: 20px;
}

.nav-drill {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-drill ul.nav {
    display: block;
}

.nav-drill ul.nav a {
    color: #1A202C;
    display: flex;
    border-top: 1px solid #ddd9d9;
    position: relative;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.nav-drill ul.nav a::after {
    content: "";
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    background: url(../image/dot4.svg) no-repeat 0 4px;
    width: 11px;
    height: 20px;
    background-size: auto 14px;
}

.nav-drill ul.nav a.active {
    font-weight: 700;
    border-bottom: none;
}

.nav-drill ul.nav a.oder-equip {
    justify-content: center;
    margin: 20px 0;
}

.nav-drill a.oder-equip {
    padding: 15px 0 !important;
}

.nav-drill .navbar-nav ul li:last-child {
    display: flex;
    justify-content: center;
}

.navbar-nav li:last-child {
    display: flex;
    justify-content: center;
}

.branding-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 18px;
}

.branding-title img {
    width: 120px;
}

.closemenu {
    margin-left: auto;
    width: 28px;
}

.closemenu img {
    margin-right: -15px;
    width: 30px;
}

.nav-is-toggled .nav-drill {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nav-is-toggled .header-section {
    position: initial;
}

.nav-is-toggled::after {
    opacity: 1;
    visibility: visible;
}

body::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    top: 0
}

.tingbox-intro {
    position: relative;
    z-index: 0;
    background: url(../img/bg-hero.png) no-repeat 0 0 #F1F1F1;
    background-size: cover;
    background-position: center;
}

.tingbox-intro h2 {
    font-size: 46px;
    color: #012970;
    font-weight: 600 !important;
    padding-top: 12px;
}

.intro-desc {
    font-size: 18px;
    line-height: 26px;
    margin: 24px 0;
}

.subtitle {
    color: #0B63AC;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background: rgb(155, 166, 255, 0.2);
    border-radius: 190px;
    display: inline-block;
    padding: 6px 12px
}

.subtitle img {
    margin-top: -4px;
}

.tingbox-intro .img {
    max-width: 740px;
    z-index: -1;
    position: relative;
    margin-left: -112px;
}

.btn-blue {
    background: #6FA637;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 200px;
    padding: 10px 20px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1;
    overflow: hidden;
}

.btn-blue:hover {
    color: #404040;
    background: #fff;
    box-shadow: 0 0 15px rgba(69, 39, 164, 0.5);
}

.btn-blue:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    z-index: -1;
}

.btn-blue:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-blue:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(14%) saturate(18%) hue-rotate(331deg) brightness(99%) contrast(81%);
}

.counter-section {
    background: #fff;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 100%;
    bottom: -56px;
}

.counter-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.counter-section ul li {
    width: 32%;
    text-align: center;
    border-right: 1px solid rgba(34, 34, 34, 0.10);
}

.counter-section ul li:last-child {
    border: none;
}

.counter-section ul .counter-number {
    color: #012970;
    font-size: 30px;
    display: block;
    font-weight: 600;
}

.counter-section ul .plus {
    font-size: 14px;
    color: #666875;
}

.tingbox-whychoose {
    padding: 30px 0 60px;
    margin-top: 110px;
}

.bg-blue {
    background: #E3EDFF !important;
}

.section-title {
    padding-bottom: 75px;
}

.section-title h3 {
    font-size: 30px;
    color: #404040;

}

.section-title p {
    max-width: 300px;
    font-size: 16px;
    color: #4B5563;
    margin-bottom: 0;
    line-height: 24px;
}

.section-title h3 {
    font-size: 30px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 600 !important;
}

.feature-box {
    background: #FFEAE3;
    border-radius: 8px;
    padding: 24px 48px 24px 24px;
    display: inline-block;
    height: max-content;
}

.feature-box h4 {
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 24px;
}

.feature-box p {
    color: #4B5563;
    font-size: 16px;
}

.feature-box ul {
    display: flex;
    padding: 0;
    margin: 24px 0 0 0;
}

.feature-box ul li {
    width: 40%;
    display: flex;
    align-items: center;
}

.feature-box ul li .number {
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.mt100 {
    margin-top: 100px !important;
}

.item {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.item:hover {
    background: rgb(227 237 255 / 50%);
}

.item:hover p img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(27%) saturate(6843%) hue-rotate(211deg) brightness(102%) contrast(106%);
}

.item::before {
    content: "";
    background: url(../img/bg-privilege.png) no-repeat 0 0;
    display: block;
    width: 198px;
    height: 197px;
    position: absolute;
    top: 0;
    right: 0;
}

.item h4 {
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.item p {
    font-size: 16px;
    color: #666875;
    margin-bottom: 0;
}

.item p.descrip {
    height: 70px;
}

.item p img {
    max-width: 100px;
}

.mt--160 {
    margin-top: -135px !important;
}

.mt--236 {
    margin-top: -236px !important;
}

.mt--260 {
    margin-top: -260px !important;
}

.tingbox-privilege {
    padding-bottom: 90px;
    position: relative;
}

.tingbox-privilege .col-lg-4 {
    margin-bottom: 24px;
}

.tingbox-step {
    padding-bottom: 90px;
}

.work-process {
    position: relative;
    margin-top: 85px;
}

.work-process .shape {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
}

.shape img {
    width: 100%;
}

.work-process-box {
    text-align: center;
    max-width: 270px;
    margin: 0 auto 50px;
}

.work-process-box .step {
    background: rgb(156, 166, 255, 0.2);
    border-radius: 200px;
    color: #0B63AC;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 8px;
}

.work-process-box .title {
    font-size: 30px;
    font-weight: 600;
    color: #012970;
    margin-bottom: 12px;
}

.work-process-box.child {
    margin-top: 40px;
}

.tingbox-testimonial {
    padding-bottom: 80px;
}

/* slide */
.testimonial-section {
    width: 100%;
    position: relative;
}

.slider-container {
    overflow: hidden;
    border-radius: 15px;
    background: transparent;
    padding: 40px 0;

}

.slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: grab;
    user-select: none
}

.slider-track:active {
    cursor: grabbing;
}

.testimonial-card {
    padding: 60px 20px 40px;
    text-align: center;
    position: relative;
    border-right: 1px solid #f0f0f0;
    flex: 0 0 33.333%;
    background: #f8f9fa;
    margin-top: 40px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:nth-child(3n) {
    border-right: none;
}

.testimonial-card .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-card .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card .name {
    font-size: 18px;
    font-weight: bold;
    color: #0B63AC;
    margin-bottom: 5px;
}

.testimonial-card .role {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
}

.testimonial-card .quote {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 30px;
    position: relative;
    font-style: italic;
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}

.quote-icon {
    width: 60px;
    height: 60px;
    background: #0B63AC;
    ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.quote-icon img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(99%) saturate(17%) hue-rotate(214deg) brightness(104%) contrast(100%);
    width: 22px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    padding: 20px 0;
}

.pagination .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination .dot.active {
    background: #0B63AC;
    transform: scale(1.2);
}

/* Mobile Responsive - Show 1 card per slide */
@media (max-width: 768px) {
    .testimonial-card {
        flex: 0 0 100%;
        border-right: none;
        padding: 60px 15px 40px;
        margin-top: 40px;
        min-height: 280px;
    }

    .quote {
        font-size: 13px;
        padding: 0 5px;
    }

    .name {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 60px 10px 40px;
        min-height: 260px;
    }

    .avatar {
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .quote-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        bottom: -22px;
    }

    .quote {
        font-size: 12px;
        margin-bottom: 25px;
    }
}

/* end slide */

.nav-btn {
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 18px;
    color: #6c5ce7;
}

.nav-btn:hover {
    background: #6c5ce7;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 92, 231, 0.3);
}

.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots .dot.active {
    background: #0B63AC;
}

@media (max-width: 1024px) {
    .slide {
        gap: 20px;
    }

    .testimonial-card {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .slide {
        justify-content: center;
    }

    .testimonial-card {
        max-width: 400px;
        width: 400px;
        /* Hide all cards by default on mobile */
    }

    .testimonial-card.mobile-active {
        display: block;
        /* Show only active card on mobile */
    }

    .testimonial-slider .slide {
        min-width: initial
    }
}



/* end slide */
.tingbox-calculation {
    background: url(../img/bg-calculation.png) no-repeat top right;
    display: block;
    height: 945px;
    width: 100%;
    padding: 70px 0 100px;
    background-size: cover;
}

.tool-calcu {
    background: #fff;
    box-shadow: 0 4px 12px rgb(0, 0, 0, 0.16);
    padding: 24px;
    border-radius: 12px;
    max-width: 940px;
    margin: 0 auto;
}

.calculation-box {
    display: flex;
    gap: 48px;
}

.slider-section {
    margin-bottom: 12px;
    width: 100%;
}

.slider-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 8px;
}

.slider-icon {
    width: 20px;
    height: 20px;
}

.slider-title {
    color: #404040;
    font-weight: 500;
}

.slider-value {
    margin-bottom: 15px;
    text-align: center;
}

.speakers {
    font-size: 24px;
    font-weight: 600;
}

.tool-calcu .slider-container {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    overflow: visible;
}

.tool-calcu .slider-container .sliders {
    width: 100%;
    height: 8px;
    border-radius: 3px;
    background: rgba(11 99 172 10);
    background: rgb(11, 99, 172, 0.1);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.sliders::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0B63AC;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
    z-index: 9;
    position: relative;
}

.sliders::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0B63AC;
    cursor: pointer;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
     position: relative;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.cards-grid .card {
    padding: 24px;
    border-radius: 12px !important;
    text-align: center;
    border: none !important;
}

.card-1 {
    background: #E3EDFF !important;
}

.card-2 {
    background: #F1E3FF !important;
}

.card-3 {
    background: #FFEAE3 !important;
}

.card-icon {
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 8px;
}

.card-value {
    font-size: 24px;
    font-weight: bold;
    color: #404040 !important;
}

.assumptions {
    margin-bottom: 30px;
    background: #FAFAFA;
    padding: 10px;
}

.assumptions-title {
    font-size: 16px;
    color: #374151;
    font-weight: 600;
    margin-bottom: 10px;
}

.assumptions-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.assumption-item {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 5px;
}

.total-section {
    background: #6FA637;
    color: white;
    padding: 12px 10px;
    border-radius: 8px;
    text-align: center;
}

.total-title {
    font-size: 16px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.total-value {
    font-size: 28px;
    font-weight: 600;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-top: -6px;
}

.progress-fill {
    height: 100%;
    background: #0B63AC;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.slider-container .slider:before {
    content: none;
}

.tingbox-faq {
    padding: 60px 0;
}

.question .accordion-item {
    border: none;
    margin-bottom: 12px;
    position: relative;
    box-shadow: 0 30px 50px rgb(1, 11, 60, 0.1);
    border-radius: 12px !important;
}

.question .accordion-item::after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: -3px;
    width: 10%;
    height: 0%;
    background: #2b4eff;
    border-radius: 12px;
    z-index: -1;
    transition: all .3s ease-out 0s;
}

.question .accordion-item:hover:after {
    top: 0;
    bottom: auto;
    height: 100%;
}

.question .accordion-header {
    border-radius: 12px;
}

.question .accordion-button:not(.collapsed) {
    color: #0B63AC;
    background-color: #fff;
    box-shadow: none;
    border-radius: 12px 12px 0 0 !important;
}

.question .accordion-body {
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    text-align: left;
    font-size: 16px;
    padding: 0 24px 20px 24px;
}

.question .accordion-button {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    padding: 24px 24px 12px;
    align-items: flex-start;
}

.question .accordion-button:focus {
    box-shadow: none;
}

.question .accordion-button.collapsed {
    padding: 24px
}

.tingbox-customer {
    background: #EFF3FF;
    padding: 24px 0;
}





.tingbox-feature {
    padding: 100px 0;
}

.tingbox-feature .container {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(108, 158, 62, 0.12);
    position: relative;
}

.tingbox-feature .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 150px;
    position: relative;
    padding: 100px 0 0px 0;
    font-weight: 600;
}

.screen-dis:first-child {
    margin-right: auto;
    margin-left: 0;
    transform: scaleX(-1);
    left: 10px;
}

.list-feature {
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%;
    gap: 25px;
    justify-content: center;
}

.list-feature li {
    text-align: center;
}

.list-feature .img {
    background: rgba(111, 166, 55, 0.10);
    border-radius: 16px;
    margin-bottom: 16px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.list-feature span {
    color: #808890;
    font-weight: 600;
    font-size: 20px;
}

.titles {
    color: #404040;
    font-size: 30px;
    font-weight: 600 !important;
    max-width: 100%;
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
}


.titles:before {
    position: absolute;
    content: '';
    background: #ccc;
    width: 130px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.titles:after {
    position: absolute;
    content: '';
    background: #777777;
    width: 45px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.6) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.titles.text-start::before {
    left: 65px
}

.titles.text-start::after {
    left: 65px
}

.decor {
    background: url(../img/shap.png) no-repeat 0 0;
    display: inline-block;
    width: 100%;
    height: 990px;
    left: 0;
    bottom: -65%;
    position: absolute;
    z-index: -1;
    background-size: 300px;
}

.decor1 {
    background: url(../img/shap.png) no-repeat 0 0;
    display: inline-block;
    width: 100%;
    height: 990px;
    right: 0;
    top: -65%;
    position: absolute;
    z-index: -1;
    background-size: 300px;
    left: auto;
    transform: rotate(180deg);
}

.carousel .carousel-item-next.carousel-item-left,
.carousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel .carousel-item-next,
.carousel .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.carousel .carousel-item-prev,
.carousel .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    right: 0px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.carousel-indicators li {
    display: block;
    margin-bottom: 0px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #BDBDBD;
    transition: all ease 0.6s;
}

.carousel-indicators li.active {
    background: #000;
    width: 20px;
    border-radius: 25px;
}

.tingbox-customer h3 {
    color: #404040;
    font-weight: 600 !important;
    margin-bottom: 24px;
}

.tingbox-customer ul.list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #808890;
}

.media {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.media h3 {
    color: #44566C;
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 4px;
}

.media p {
    margin: 0;
}

.avarta {
    margin-right: 12px;
}

.avarta img {
    object-fit: cover;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
}

.item-testi {
    padding: 12px 0;
    border-bottom: 1px solid rgba(29, 30, 32, 0.1);
    margin: 0 24px;
}

.item-testi:last-child {
    border: none;
}

.testimonial .card {
    border-radius: 32px;
    overflow: hidden;
    border: none;
    padding-top: 16px;
}

.testimonial .carousel {
    padding-bottom: 60px;
}

.btn-next {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 0 32px;
    border: none;
    background: #F7FAFC;
    border-radius: 0;
}

.btn-next img {
    max-width: 28px;
}

.btn-next::before {
    content: "";
    background-image: linear-gradient(180deg, rgba(247, 250, 252, 0.3) 0%, #F7FAFC 100%);
    display: inline-block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 0;
}


.question .accordion .card {
    border: none;
    background: rgba(64, 64, 64, 0.05);
    margin-bottom: 24px;
    border-radius: 12px;
}

.question .card-header {
    background: none;
    border: none;
    padding: 0;
}

.question .accordion .card .card-header .card-link.collapsed {
    display: flex;
    color: #404040;
    font-weight: 600;
    font-size: 18px;
    padding: 24px;
    background: #F5F5F5;
    align-items: flex-start;
}

.question .accordion .card .card-header .card-link.collapsed img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(15%) saturate(872%) hue-rotate(173deg) brightness(94%) contrast(90%);
}

.question .accordion .card .card-header .card-link img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(85%) saturate(4451%) hue-rotate(196deg) brightness(100%) contrast(91%);
    max-width: 20px;
    margin-top: 3px;
}

.question .accordion .card .card-header .card-link {
    display: flex;
    color: #0B63AC;
    font-weight: 600;
    font-size: 18px;
    padding: 24px 24px 10px;
    align-items: center;
}

.question .accordion .collapse.show .card-body {
    color: #0B63AC;
}

.question .accordion .card .card-body {
    color: #404040;
    font-size: 16px;
    padding: 0 59px 24px;
}

.question .accordion .card .card-body a {
    color: #007bff;
    text-decoration: underline !important;
}


/* Animation */
.moving_position_animatin {
    animation: moving_position_animatin 6s infinite linear;
    z-index: -1;
}

@keyframes moving_position_animatin {
    0% {
        transform: translateY(0);
    }

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

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

.moving_animation {
    animation: moving_object 6s infinite linear;
}

@keyframes moving_object {
    0% {
        transform: translateY(0);
    }

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

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

.go_top {
    position: fixed;
    right: 28px;
    bottom: 10px;
    cursor: pointer;
    transition: .4s all;
    opacity: 0;
    z-index: 9;
}


.go_shop {
    position: fixed;
    right: 46px;
    bottom: 105px;
    cursor: pointer;
    transition: .4s all ease;
    opacity: 0;
    z-index: 9;
}

.go_messenger {
    position: fixed;
    bottom: 185px;
    right: 46px;
    z-index: 9;
}



.hamburger {
    display: none;
}

.hamburger img {
    width: 24px;
    height: 24px;
}


@media (max-width:1000px) {
    .main-wrap ul li {
        padding: 0 10px;
    }

    .main-wrap ul li:last-child {
        margin-left: 0;
    }

    .tingbox-intro {
        padding: 32px 0;
    }

    .tingbox-intro h2 {
        font-size: 32px;
    }

    .decor {
        right: 45px;
    }

    .item-testi {
        height: auto;
    }

    .tingbox-intro .img {
        max-width: 500px;
    }

    .mt--260,
    .mt--236,
    .mt--160 {
        margin-top: 0 !important;
    }

    .tingbox-privilege .mb-0 {
        margin-bottom: 24px !important;
    }

    .work-process .shape {
        display: none;
    }
}

@media (max-width:980px) {
    .main-wrap ul li {
        display: none;
    }

    .main-wrap ul li:last-child {
        display: block;
    }

    .main-wrap {
        display: none;
    }

    .hamburger {
        display: block;
        padding-left: 16px;
        position: absolute;
        right: 0;
    }

    .feature-box {
        margin: 24px 0;
        padding: 24px;
    }

    .feature-box ul li {
        width: 50%
    }

    .titles.mb-4 {
        margin-bottom: 45px !important;
    }

    .work-process-box {
        margin: 0 auto 40px;
    }

    .work-process-box.child {
        margin-top: 0;
    }

    .work-process {
        margin-top: 50px;
    }

}

@media (max-width:767px) {

    .list-feature li {
        margin-bottom: 24px;
    }

    .tingbox-business ul.list li {
        width: auto;
    }

    .liststyle img {
        width: 100%;
        height: auto;
    }

    .tingbox-business .col-md-3 {
        margin-bottom: 24px;
    }

    .question .accordion .card .card-header .card-link.collapsed {
        padding-right: 50px;
    }

    .question .accordion .card .card-header .card-link {
        padding-right: 54px;
        align-items: flex-start;
    }

    .dispayweb {
        display: none !important;
    }

    .dispaymobile {
        display: block !important;
    }

    #boxstep {
        padding-bottom: 30px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        height: 20px;
        top: 140px;
    }

    .tingbox-new .col-md-4 {
        margin-bottom: 20px;
    }

    .tingbox-new img {
        height: auto;
    }

    .tingbox-new {
        padding: 46px 0;
    }

    .tingbox-intro .col-md-6:first-child {
        text-align: center;
    }

    .tingbox-intro .img {
        max-width: 450px !important;
    }

    .download-app {
        margin-top: 40px;
    }


    .banner-warp {
        display: block;
    }

    .banner-content {
        text-align: center;
        padding-top: 32px;
    }

    .banner-img,
    .tingting {
        display: block;
    }

    .img-product {
        position: absolute !important;
        bottom: 0;
    }

    .img-product img {
        max-width: 262px;
    }

    .img-people {
        text-align: right;
    }

    .counter-section {
        position: initial;
        padding: 12px;
    }

    .counter-section ul .counter-number {
        font-size: 20px;
    }

    .counter-section ul li {
        width: auto;
    }

    .tingbox-whychoose {
        margin-top: 30px;
    }

    .titles:before,
    .titles:after {
        bottom: -24px;
    }

    .tingbox-whychoose .col-md-6:nth-child(3n) {
        order: 2;
    }

    .tingbox-whychoose .col-md-6:nth-child(4n) {
        order: 1;
    }

    .cards-grid .card {
        padding: 8px;
        margin-bottom: 8px;
    }

    .card-value {
        font-size: 18px;
    }

    .cards-grid {
        display: block;
    }

    .tingbox-calculation {
        height: auto;
    }

    .tingbox-faq .col-md-4 img {
        display: none;
    }

    .tingbox-customer ul.list {
        margin-bottom: 70px;
    }

    .item p.descrip {
        height: auto;
    }
}

@media (max-width:676px) {
    #next {
        z-index: 2;
    }

    #prev {
        z-index: 2;
    }

    .guide-active {
        margin: 0 0 16px;
    }

    .listimg {
        display: flexl;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width:590px) {

    .tingbox-intro h2,
    .tingbox-feature .title {
        font-size: 24px;
    }

    .sign-up li:not(:last-child) {
        margin-right: 16px;
    }

    .tingbox-feature {
        padding: 24px 0 40px;
    }

    .tingbox-feature .container {
        width: 94%;
    }

    .tingbox-feature .title {
        padding: 16px 0 0px 0;
        margin-bottom: 24px;
        align-items: flex-start;
    }

    .tingbox-feature .title img {
        max-width: 30px;
    }

    .titles {
        font-size: 24px;
    }

    .tingbox-customer {
        padding: 24px 0 65px;
        margin-bottom: 30px;
    }

    .tingbox-payment ul.list li {
        height: 130px;
    }

    .testimonial {
        margin-bottom: 30px;
    }

    .tingbox-intro .img {
        max-width: 100% !important;
        margin: 0;
    }

    .guide-active {
        padding: 16px;
        margin: 0 0 16px;
        border-radius: 16px;
    }

    .assumptions-content {
        display: block;
    }

    .calculation-box {
        gap: 24px;
    }

}

@media (max-width:441px) {
    .counter-section {
        padding: 10px 0;
    }

    .counter-section ul li {
        padding: 0 10px;
    }

    .section-title {
        padding-bottom: 40px;
    }

    .section-title h3 {
        font-size: 24px;
    }

    .section-title p {
        max-width: 100%;
    }

    .tingbox-privilege {
        padding-bottom: 45px;
    }

    .slider-title {
        height: 70px;
    }

    .tingbox-testimonial {
        padding-bottom: 0;
    }

    .tingbox-calculation {
        padding: 90px 0 0px
    }
}