:root {
    /* Brand Colors gốc */
    --subPrimaryColor: #1B63F5;
    --subPrimaryColor1: #59A7FF;
    --primaryColor: #418DFF;
    --dankPriColor: #418DFF;
    --home-prf-bg: #1B63F5;
    --iconSearch: #1B63F5;
    
    /* Nhóm màu xanh lá (Sử dụng nhiều nhất) */
    --color-green-main: #61C63F;      /* Màu xanh lá sáng đặc trưng */
    --color-green-dark: #1F8438;      /* Màu xanh lá đậm cho text/hover */
    --color-green-gradient-1: #59A7FF;
    --color-green-gradient-2: #1B63F5;
    
    /* Nhóm màu bổ trợ */
    --color-yellow: #FFF400;          /* Vàng chanh số đếm */
    --color-orange: #FF7A28;          /* Cam Marketing */
    --color-cta-1: #FFB400;
    --color-cta-2: #FFC048;
    --color-cta-3: #FCB537;
    --color-cta-4: #EF7B00;
    --color-topbar-1: #BEDFFF;
    --color-topbar-2: #68AAFF;
    --color-topbar-3: #4186FA;
    --color-topbar-4: #2E75F7;
    --color-topbar-5: #0B2E76;
    --color-blue-sapo: #0088FF;       /* Xanh dương Sapo */
    --color-red-danger: #ff0047;      /* Badge nguy hiểm */
    
    /* Nhóm trung tính */
    --textColor: #2d2d2d;
    --textColor-light: #6d6d6d;
    --textColor-muted: #aeaeae;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-bg-cream: #ffffeb;        /* Nền vàng kem nhẹ */
    --color-border-soft: #eeeeee;
    --color-gray-btn: #D6D6D6;
}

.d-none {
    display: none !important;
}

.header-nav li a {
    color: var(--textColor);
}

.header-nav li a.button {
    color: var(--color-white);
}

.header-nav-main > li > a {
    color: #19398F !important;
    font-weight: 600;
}

.header-nav-main > li > a:hover,
.header-nav-main > li.active > a,
.header-nav-main > li.current-menu-item > a,
.header-nav-main > li.current_page_item > a {
    color: #2563eb !important;
}

.custom.html_topbar_right {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: #2ba91c61;
    border-radius: 50px;
}

.custom.html_topbar_right a {
    padding: 0 10px;
}

.custom.html_topbar_right a.active {
    background: rgb(0 0 0 / 30%);
    border-radius: 50px;
}

.custom.html_topbar_right img {
    margin-right: 5px;
    width: 15px;
}

a.glink span {
    font-size: 12px;
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--primaryColor);
}

.flickity-page-dots .dot {
    border: 3px solid var(--primaryColor);
}
.mobile-bottom-menu{
position:fixed;
bottom:0;
left:0;
width:100%;
height:60px;
background:#fff;
display:flex;
justify-content:space-around;
align-items:center;
border-top:1px solid #ddd;
z-index:9999;
}
.mobile-bottom-menu{
position:fixed;
bottom:0;
left:0;
width:100%;
height:65px;
background:#fff;
display:flex;
justify-content:space-around;
align-items:center;
box-shadow:0 -3px 12px rgba(0,0,0,0.08);
z-index:9999;
}
.mobile-bottom-menu .icon{
font-size:20px;
margin-bottom:3px;
}
.mobile-bottom-menu a{
flex:1;
text-align:center;
font-size:12px;
color:#555;
text-decoration:none;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

.mobile-bottom-menu a i{
font-size:18px;
margin-bottom:3px;
}

.mobile-bottom-menu a img{
width:20px;
height:20px;
margin-bottom:3px;
}

.mobile-bottom-menu a:hover{
color:#2b7cff;
}
.mobile-bottom-menu a{
text-align:center;
font-size:12px;
color:#333;
text-decoration:none;
}

.mobile-bottom-menu a br{
display:block;
}

@media(min-width:768px){
.mobile-bottom-menu{
display:none;
}
}

body{
padding-bottom:70px;
}

.menu-bottom-drawer {
    display: none;
}

.wp-bottom-menu .t-menu {
    opacity: 1 !important;
}

.col-blog .post-item,
.col-blog-2 .post-item,
.col-blog-3 .post-item,
.col-blog-4 .post-item,
.col-blog-5 .post-item,
.col-blog-6 .post-item,
.col-blog-7 .post-item {
    display: none;
}

#loadMore,
#loadMore-2,
#loadMore-3,
#loadMore-4,
#loadMore-5,
#loadMore-6,
#loadMore-7 {
    margin: auto;
    display: block;
    color: var(--color-white);
    width: max-content;
    border-radius: 50px;
    margin-bottom: 20px;
}

.noContent {
    cursor: not-allowed;
}

#top-bar {
    background: linear-gradient(90deg, var(--color-topbar-1) 0%, var(--color-topbar-2) 22%, var(--color-topbar-3) 61%, var(--color-topbar-4) 80%, var(--color-topbar-5) 100%);
    padding: 8px 0;
}

.head-qc {
    text-align: center;
    font-size: 14px;
    color: var(--color-white);
    font-weight: 400;
}

.badge-danger {
    font-size: 10px;
    color: var(--color-white);
    text-transform: uppercase;
    background: var(--color-red-danger);
    border-radius: 50px;
    margin: -20px 0 0 0px;
    font-weight: 600;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    height: max-content;
    width: max-content;
}

.header-button-1 {
    margin-left: 50px !important;
}


@media (max-width: 849px) {
    .header-button-1 {
        margin-left: 0 !important;
    }
    .header-button a {
        max-width: 100%;
        white-space: nowrap;
        padding: 5px 14px;
    }
}
.header-nav-main>li {
    margin-right: 20px;
}

.header-nav-main>li:hover a.nav-top-link {
    color: var( --dankPriColor);
}

.home-sec-1,
.home-sec-4,
.home-sec-5,
.td-sec-1 {
    padding-top: 9em !important;
}

.home-sec-5 {
    padding-top: 6em !important;
}

.home-sec-1 .sub-title p {
    color: var(--textColor);
}

.home-sec-1 {
    box-shadow: 0px 60px 25px 15px rgb(0 25 53 / 4%);
}

 .home-sec-1 .row,
 .home-sec-1 .col,
 .home-sec-1 .col-inner {
     border: none !important;
 }

 .home-sec-1 .row::before,
 .home-sec-1 .row::after,
 .home-sec-1 .col::before,
 .home-sec-1 .col::after,
 .home-sec-1 .col-inner::before,
 .home-sec-1 .col-inner::after {
     border: none !important;
     box-shadow: none !important;
 }

.home-sec-1 .bg {
    background: linear-gradient(to bottom, var(--color-bg-cream) 0%, var(--color-white) 100%);
    min-height: 495px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.txt-rotate>.wrap {
    border-right: 0.08em solid var(--color-black);
    animation-name: typing;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 38px;
    text-transform: uppercase;
    color: var( --dankPriColor);
}

.text-run .run {
    height: 55px;
    margin-bottom: 20px;
}

/* =========================
   Text chạy từng câu (sequence marquee)
   Dùng: <h2 class="run-seq"><span>...</span><span>...</span>...</h2>
   ========================= */
.run-seq {
    /* chỉnh tại đây */
    --cm-item-duration: 2.8s; /* thời gian 1 câu chạy */
    --cm-gap: 24px;          /* khoảng cách khi vào/ra */

    height: 55px;
    line-height: 55px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.run-seq > span {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(calc(100% + var(--cm-gap)));
    will-change: transform, opacity;
    animation-name: cmRunSeq;
    animation-duration: calc(var(--cm-item-duration) * 4); /* mặc định 4 item */
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Set delay cho tối đa 8 item (thêm nữa thì nói mình) */
.run-seq > span:nth-child(1) { animation-delay: calc(var(--cm-item-duration) * 0); }
.run-seq > span:nth-child(2) { animation-delay: calc(var(--cm-item-duration) * 1); }
.run-seq > span:nth-child(3) { animation-delay: calc(var(--cm-item-duration) * 2); }
.run-seq > span:nth-child(4) { animation-delay: calc(var(--cm-item-duration) * 3); }
.run-seq > span:nth-child(5) { animation-delay: calc(var(--cm-item-duration) * 4); }
.run-seq > span:nth-child(6) { animation-delay: calc(var(--cm-item-duration) * 5); }
.run-seq > span:nth-child(7) { animation-delay: calc(var(--cm-item-duration) * 6); }
.run-seq > span:nth-child(8) { animation-delay: calc(var(--cm-item-duration) * 7); }

@keyframes cmRunSeq {
    0% { opacity: 0; transform: translateX(calc(100% + var(--cm-gap))); }
    8% { opacity: 1; }
    78% { opacity: 1; transform: translateX(calc(-100% - var(--cm-gap))); }
    100% { opacity: 0; transform: translateX(calc(-100% - var(--cm-gap))); }
}

/* =========================
   Typing effect dạng sequence (gõ từng ký tự)
   Dùng:
   <h2 class="type-seq">
     <span style="--cm-ch: 12">máy chấm công</span>
     <span style="--cm-ch: 6">nhân sự</span>
     ...
   </h2>
   Lưu ý: --cm-ch = số ký tự (ước lượng) của từng câu để steps() chạy đúng.
   ========================= */
.type-seq {
    --cm-type-duration: 2.2s; /* thời gian gõ */
    --cm-hold: 0.9s;          /* thời gian giữ chữ sau khi gõ xong */
    --cm-gap: 0.3s;           /* khoảng chuyển giữa các câu */
    --cm-caret-color: currentColor;
    --cm-items: 4;            /* số câu (span) đang dùng */
    --cm-fade: 160ms;         /* fade in/out nhẹ để mượt */

    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    vertical-align: top;
    contain: paint;
}

.type-seq > span {
    /* mỗi span là 1 câu */
    --cm-ch: 12;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    width: 0;
    border-right: 0.08em solid var(--cm-caret-color);
    will-change: width, opacity;
    animation-name: cmTypeSeq, cmCaretBlink;
    /* Tổng vòng = (type + hold + gap) * số câu, để không bị chồng lặp */
    animation-duration: calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * var(--cm-items)), 1s;
    animation-timing-function: steps(var(--cm-ch), end), steps(1, end);
    animation-iteration-count: infinite, infinite;
    animation-fill-mode: both, both;
    transform: translateZ(0);
}

/* Delay cho tối đa 8 câu (thêm nữa thì nói mình) */
.type-seq > span:nth-child(1) { animation-delay: 0s, 0s; }
.type-seq > span:nth-child(2) { animation-delay: calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 1), calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 1); }
.type-seq > span:nth-child(3) { animation-delay: calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 2), calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 2); }
.type-seq > span:nth-child(4) { animation-delay: calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 3), calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 3); }
.type-seq > span:nth-child(5) { animation-delay: calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 4), calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 4); }
.type-seq > span:nth-child(6) { animation-delay: calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 5), calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 5); }
.type-seq > span:nth-child(7) { animation-delay: calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 6), calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 6); }
.type-seq > span:nth-child(8) { animation-delay: calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 7), calc((var(--cm-type-duration) + var(--cm-hold) + var(--cm-gap)) * 7); }


.type-seq br { display: none !important; }

@keyframes cmTypeSeq {
    
    0%    { opacity: 0; width: 0; }
    6%    { opacity: 1; width: 0; }
    62%   { opacity: 1; width: calc(var(--cm-ch) * 1ch); }
    82%   { opacity: 1; width: calc(var(--cm-ch) * 1ch); }
    92%   { opacity: 0; width: calc(var(--cm-ch) * 1ch); }
    100%  { opacity: 0; width: 0; }
}

@keyframes cmCaretBlink {
    0%, 49% { border-right-color: transparent; }
    50%, 100% { border-right-color: var(--cm-caret-color); }
}

/* =========================
   JS Typed (mượt + nhẹ): .cm-typed
   Dùng: <h2 class="cm-typed" data-words="máy chấm công|nhân sự|chấm công|tính lương"></h2>
   ========================= */
.cm-typed {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.cm-typed .cm-typed-text {
    white-space: nowrap;
}

.cm-typed .cm-typed-caret {
    display: inline-block;
    margin-left: 0.08em;
    width: 0.08em;
    height: 1em;
    background: currentColor;
    vertical-align: -0.12em;
    animation: cmTypedCaret 1s steps(1, end) infinite;
}
.cm-typed {
    color: #ffc107; }

@keyframes cmTypedCaret {
    0%, 49% { opacity: 0; }
    50%, 100% { opacity: 1; }
}

.txt-rotate {
    height: 55px;
}

@keyframes typing {
    0% {
        border-right: none;
    }
    100% {
        border-right: 0.08em solid var(--color-black);
    }
}

.home-sec-1 h2 {
    font-size: 36px;
    margin-bottom: 0;
    color: var(--textColor);
}

.text-title h2 {
    font-size: 36px;
    margin-bottom: 0;
    color: var(--textColor);
}

.sub-title {
    font-size: 14px;
    color: var(--primaryColor);
    font-weight: bold;
}

.home .fa-circle {
    font-size: 10px;
    margin-right: 10px;
}

.home-short-des {
    font-size: 18px;
    color: var(--textColor);
}

.home-vct,
.col-form .wpcf7-submit,
#loadMore,
#loadMore-2,
#loadMore-3,
#loadMore-4,
#loadMore-5,
#loadMore-6,
#loadMore-7 {
    background: linear-gradient(90deg, var(--color-green-gradient-1), var(--color-green-gradient-2));
    padding: 5px 38px;
    border: none;
}

.header-button a {
    padding: 5px 20px;
    background: linear-gradient(90deg, var(--color-cta-1) 0%, var(--color-cta-2) 12%, var(--color-cta-3) 44%, var(--color-cta-4) 100%);
    border: none;
    color: var(--color-white);
}

.home-vct:hover,
.col-form .wpcf7-submit {
    background: linear-gradient(90deg, var(--color-green-gradient-2), var(--color-green-gradient-1));
    border: none;
}

.header-button a:hover {
    background: linear-gradient(90deg, var(--color-cta-4) 0%, var(--color-cta-3) 44%, var(--color-cta-2) 88%, var(--color-cta-1) 100%);
    border: none;
}

 .home-sec-1 .home-vct {
     background: linear-gradient(90deg, var(--color-cta-1) 0%, var(--color-cta-2) 12%, var(--color-cta-3) 44%, var(--color-cta-4) 100%);
     border: none;
     color: var(--color-white);
 }

 .home-sec-1 .home-vct:hover {
     background: linear-gradient(90deg, var(--color-cta-4) 0%, var(--color-cta-3) 44%, var(--color-cta-2) 88%, var(--color-cta-1) 100%);
     border: none;
 }

.home-prf,
.home-sec-1 .home-prf,
a.button.home-prf,
.home-sec-1 a.button.home-prf {
    padding: 1px 38px;
    background: var(--color-white) !important;
    border: 2px solid var(--color-blue-sapo) !important;
    color: var(--color-blue-sapo) !important;
}

.home-prf span,
.home-sec-1 .home-prf span,
a.button.home-prf span {
    color: var(--color-blue-sapo) !important;
}

.home-prf:hover,
.home-sec-1 .home-prf:hover,
a.button.home-prf:hover {
    background: var(--color-blue-sapo) !important;
    border-color: var(--color-blue-sapo) !important;
}

.home-prf:hover span,
.home-sec-1 .home-prf:hover span,
a.button.home-prf:hover span {
    color: var(--color-white) !important;
}

.button.primary.home-prf,
a.button.primary.home-prf {
    background: var(--color-white) !important;
    border: 2px solid var(--color-blue-sapo) !important;
    color: var(--color-blue-sapo) !important;
}

.button.primary.home-prf span,
a.button.primary.home-prf span {
    color: var(--color-blue-sapo) !important;
}

.button.primary.home-prf:hover,
a.button.primary.home-prf:hover {
    background: var(--color-blue-sapo) !important;
    border-color: var(--color-blue-sapo) !important;
}

.button.primary.home-prf:hover span,
a.button.primary.home-prf:hover span {
    color: var(--color-white) !important;
}

.button.success,
a.button.success,
button.success,
input.success {
    background: linear-gradient(90deg, var(--color-cta-1) 0%, var(--color-cta-2) 12%, var(--color-cta-3) 44%, var(--color-cta-4) 100%) !important;
    border: none !important;
    color: var(--color-white) !important;
}

.button.success:hover,
a.button.success:hover,
button.success:hover,
input.success:hover {
    background: linear-gradient(90deg, var(--color-cta-4) 0%, var(--color-cta-3) 44%, var(--color-cta-2) 88%, var(--color-cta-1) 100%) !important;
    border: none !important;
}

.button.primary,
a.button.primary,
button.primary,
input.primary,
.home-vct {
    background: linear-gradient(90deg, var(--color-cta-1) 0%, var(--color-cta-2) 12%, var(--color-cta-3) 44%, var(--color-cta-4) 100%) !important;
    border: none !important;
    color: var(--color-white) !important;
}

.button.primary:hover,
a.button.primary:hover,
button.primary:hover,
input.primary:hover,
.home-vct:hover {
    background: linear-gradient(90deg, var(--color-cta-4) 0%, var(--color-cta-3) 44%, var(--color-cta-2) 88%, var(--color-cta-1) 100%) !important;
    border: none !important;
}

.img-banner {
    position: relative;
}

.img-absolute {
    position: absolute;
}

.shape-1 {
    top: 20%;
    left: -25%;
    animation: hu__hu__ infinite 3s ease-in-out;
}

.shape-2 {
    top: 0%;
    right: -12%;
    animation: hu__hu__ infinite 3.4s ease-in-out;
}

.shape-3 {
    bottom: 0;
    left: -10%;
    animation: hu__hu__ infinite 3.8s ease-in-out;
}

.shape-5 {
    bottom: 10%;
    left: -10%;
    animation: hu__hu__ infinite 3.8s ease-in-out;
}

.shape-4 {
    bottom: 0;
    right: -15%;
    animation: hu__hu__ infinite 4.2s ease-in-out;
}

.shape-6 {
    bottom: 0;
    right: 0%;
    animation: hu__hu__ infinite 4.2s ease-in-out;
}

@keyframes hu__hu__ {
    50% {
        transform: translateY(15px);
    }
}

.home-sec-2 .flickity-page-dots {
    opacity: .3;
}

.home-sec-2 .slider .img {
    margin-right: 1.25%;
    margin-left: 2.25%;
    border-radius: 5px;
}

.home-sec-2 .slider .img img {
    border-radius: 5px;
}

.home-sec-2 .row-slide {
    transform: translatey(-40%);
}

.home-sec-2 .flickity-page-dots {
    bottom: -25px;
}

.home-sec-2 .flickity-prev-next-button,
.home-sec-6 .flickity-prev-next-button,
.home-sec-8 .flickity-prev-next-button,
.blog-du-da .flickity-prev-next-button,
.home-sec-7 .flickity-prev-next-button {
    width: 40px !important;
    height: 30px !important;
    color: var(--color-white) !important;
    background: var(--color-gray-btn) !important;
    border: none;
    border-radius: 5px !important;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-sec-2 .flickity-prev-next-button:hover,
.home-sec-6 .flickity-prev-next-button:hover,
.home-sec-8 .flickity-prev-next-button:hover,
.blog-du-da .flickity-prev-next-button:hover,
.home-sec-7 .flickity-prev-next-button:hover {
    background: var( --dankPriColor) !important;
}

.home-sec-2 ul {
    list-style: none;
}

.home-sec-2 li {
    font-size: 18px;
    margin-left: 3px!important;
}

.home-sec-2 li i {
    color: var(--primaryColor);
}

.home-sec-2 .dot {
    margin-right: 5px !important;
    border-radius: 50px !important;
}

.home-sec-2 .box-text {
    display: none;
}

.home-sec-2 .flickity-prev-next-button svg {
    border: none !important;
}

.home-sec-2 .flickity-prev-next-button,
.home-sec-8 .flickity-prev-next-button {
    opacity: 1;
    margin-top: 0 !important;
    background: var(--primaryColor)!important;
}

.home-sec-8 .flickity-prev-next-button {
    margin-top: -4% !important;
}

.home-sec-2 .flickity-prev-next-button:hover {
    background: rgba(97, 198, 63, 0.5) !important;
}

.home-sec-2 .flickity-prev-next-button.previous {
    right: 99%;
}

.home-sec-2 .flickity-prev-next-button.next {
    left: 99%;
}

.home-sec-2 .box-image img {
    border-radius: 5px;
}

.home-sec-2 .row-slider .flickity-page-dots .dot {
    width: 30px;
    height: 3px;
}

.home-sec-3 h2 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    background: linear-gradient(90deg, var(--subPrimaryColor), var(--primaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: initial;
}

.home-sec-3 .open-video {
    width: 82px;
    height: 82px;
    background: radial-gradient(rgba(34, 166, 75, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    margin: 10px auto;
    box-shadow: 0px 0px 25px 3px #e7ffd5;
    -webkit-box-shadow: 0px 0px 25px 3px #e7ffd5;
    line-height: 75px;
}

.home-sec-3 .open-video:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 1);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, .1);
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.home-sec-3 {
    position: relative;
    overflow: hidden;
}

.home-sec-3 .open-video:hover {
    border-color: #4CB76E;
}

.home-sec-3 {
    padding-top: 9em !important;
}

.xe-2,
.xe-3 {
    bottom: 0%;
    left: 0;
}

.xe-1 {
    top: -20%;
    left: 0;
    animation: myfirst 18s linear infinite;
}

.xe-3 {
    animation: myfirst 22s linear infinite;
}

.xe-2 {
    animation: myfirst 30s linear infinite;
}

@keyframes myfirst {
    0% {
        left: -25%;
    }
    to {
        left: 100%;
    }
}

.home-sec-4 .sub-title p,
.home-sec-8 .sub-title p,
.tkw-sec-7 .sub-title p {
    font-size: 18px;
    font-weight: 600;
    color: var(--primaryColor);
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
}

.home-sec-8 .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home-gp .box-shadow-1 {
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}

.home-gp .box-shadow-1>.row,
.home-gp .box-shadow-1>p {
    padding: 0 25px;
}

.home-gp .box-shadow-1>p {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.home-gp h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.home-gp .row-title .medium-9 {
    padding: 0;
}

.row-title p {
    font-size: 14px;
}

.row-btn .button {
    margin: 0;
}

.row-btn .col-inner {
    display: flex;
    justify-content: space-between;
}

.home-gp .col-inner>.img img {
    border-radius: 5px 5px 0 0;
}

.home-gp>.col-inner {
    transition: .5s;
}

.home-gp>.col-inner:hover {
    transform: translatey(-10px);
}

.row-gp {
    margin-top: 50px;
}

.btn-lh {
    font-size: 16px;
    border: none;
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    transition: .5s;
}

.btn-lh:hover {
    padding-right: 35px;
}

.btn-lh span {
    position: relative;
}

.btn-lh span:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--color-white);
    position: absolute;
    right: -20px;
    top: 4px;
    font-size: 13px;
    opacity: 0;
}

.btn-lh:hover span:after {
    opacity: 1;
    transition: .5s;
}

.btn-xt {
    color: #39934F !important;
}

.lh-1 {
    background: linear-gradient(to right, #2ad38b, #0cceb0);
}

.lh-2 {
    background-image: -webkit-linear-gradient(0deg, #20c497 8%, #37b2ae 89%);
}

.lh-3 {
    background-image: -webkit-linear-gradient(0deg, #a15ef3 8%, #5e76eb 89%);
}

.lh-4 {
    background-image: -webkit-linear-gradient(0deg, #00b0e5 8%, #0078fb 89%);
}

.lh-5 {
    background-image: -webkit-linear-gradient(0deg, #79d1fe 8%, #0cc2ed 89%);
}

.lh-6 {
    background-image: -webkit-linear-gradient(0deg, #ffb33a 8%, #ff7b02 88%);
}

div.rn-pbwp-div {
    background-image: url('/wp-content/uploads/2022/03/about-bg-handshake.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.home-sec-5 .sub-title p {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: 0.1rem;
    margin-bottom: 5px;
}

.home-sec-5 .text-title h2 {
    color: var(--color-white);
    margin-bottom: 40px;
}

.cm-benefit-cards .row {
    align-items: stretch;
}

.cm-benefit-cards .col {
    padding-bottom: 0;
}

.cm-benefit-cards .col-inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 46px 22px 20px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow:
        0 18px 45px rgba(15, 23, 42, 0.08),
        0 2px 10px rgba(15, 23, 42, 0.05);
}

.cm-benefit-cards .icon-box-img,
.cm-benefit-cards .box-image,
.cm-benefit-cards .image {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 999px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.cm-benefit-cards .icon-box-img img,
.cm-benefit-cards .box-image img,
.cm-benefit-cards .image img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.cm-benefit-cards h3,
.cm-benefit-cards h4 {
    margin: 0 0 10px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.25;
    color: #1e3a8a;
}

.cm-benefit-cards p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #475569;
}

@media (max-width: 849px) {
    .cm-benefit-cards .col-inner {
        padding: 44px 18px 18px;
    }

    .cm-benefit-cards .icon-box-img,
    .cm-benefit-cards .box-image,
    .cm-benefit-cards .image {
        width: 58px;
        height: 58px;
        min-width: 58px;
        min-height: 58px;
    }
}

.thong-so img {
    width: 80px;
    height: 80px;
    background: var(--color-white);
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 19%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 19%);
}

.thong-so .medium-4 {
    padding: 0 5px 30px 10px;
}

.thong-so .medium-8 {
    padding: 0 10px 30px 5px;
}

.conut-num {
    font-size: 42px;
    color: var(--color-yellow);
    margin-bottom: 0;
    font-weight: 900;
    line-height: 45px;
}

.count-txt {
    margin: 0;
    font-size: 19px;
    color: var(--color-white);
}

.home-sec-5 .doanh-nghiep {
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 5px;
    padding: 50px;
    background-color: var(--color-white);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.home-sec-5 .doanh-nghiep>.col {
    padding-bottom: 0;
}

.home-sec-5 .doanh-nghiep .img {
    height: 80px;
    line-height: 80px;
    padding: 0px 10px;
}

.home-sec-5 .doanh-nghiep .box-shadow-1 {
    -webkit-box-shadow: 0 5px 20px 0 rgb(2 55 102 / 15%);
}

.home-sec-5 .slider-wrapper {
    -webkit-box-shadow: 0 5px 55px 0 rgb(2 55 102 / 3%);
    margin-bottom: 30px;
}

.home-sec-5 .slider-wrapper .flickity-page-dots {
    bottom: -25px;
    opacity: .3;
}

.home-sec-5 .doanh-nghiep i {
    font-size: 10px;
    margin-right: 5px;
    color: #262f5a;
}

.home-sec-5 .doanh-nghiep h4 {
    text-align: center;
    margin-top: 45px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: var(--textColor);
}

.home-sec-6 {
    padding-top: 90px !important;
    padding-bottom: 0 !important;
}

.home-sec-6 .tabbed-content {
    left: calc((100% - 1220px) / 2);
    position: relative;
}

.home-sec-6 .flickity-prev-next-button {
    opacity: 1;
    width: 50px;
    height: 50px;
    color: var(--color-white) !important;
    background: rgba(205, 205, 205, 0.5) !important;
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: none;
}

.home-sec-7 .flickity-prev-next-button {
    opacity: 1;
}

.home-sec-6 .flickity-prev-next-button.previous {
    top: -10%;
    left: auto;

    right: 10%;
}

.home-sec-6 .flickity-prev-next-button.next {
    top: -10%;
    right: 0%;
}

.home-sec-6 .home-vct:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--color-white);
    margin-left: 10px;
}

.home-sec-6 .blog-right .overlay {
    background: linear-gradient(to top, rgba(18, 34, 67, 0.78) 0%, rgba(18, 34, 67, 0.40) 45%, rgba(18, 34, 67, 0.00) 78%) !important;
    background-color: transparent !important;
}

.home-sec-6 .blog-right .post-item .box {
    position: relative;
}

.home-sec-6 .blog-right .post-item .box-text {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    bottom: 0;
    padding: 12px 12px 10px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    margin: 0;
}

.home-sec-6 .blog-right .post-item .box-text h5 {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.home-sec-6 .blog-right .post-item .box-text {
    transition: .25s;
}

.home-sec-6 .blog-right .post-item button {
    margin-top: 2em;
    transition: .5s;
}

.home-sec-6 .blog-right .post-item:hover .box-text {
    bottom: 0;
}

.home-sec-6 .blog-right .post-item:hover button {
    margin-top: 0;
}

.home-sec-7 {
    padding-top: 60px !important;
}

.home-sec-7 .slider-wrapper {
    margin-top: 30px;
}

.row-kh>.col>.col-inner {
    padding: 20px;
    background: var(--color-white);
    border-radius: 5px;
    border: 2px solid #f5f5f5;
}

.row-kh h3 {
    color: var(--primaryColor);
    margin: 0;
}

.row-kh .row p {
    color: var(--textColor-light);
}

.home-sec-7 .slider-wrapper .slider {
    height: 288px;
}

.home-sec-7 .slider-wrapper .img-inner {
    border-radius: 50px;
}

.home-sec-7 .flickity-prev-next-button.previous {
    top: auto;
    bottom: -15%;
    left: 38%;
}

.home-sec-7 .flickity-prev-next-button.next {
    top: auto;
    bottom: -15%;
    left: 52%;
}

.home-sec-6 {
    overflow: hidden;
}

.home-sec-6 .is-divider,
.home-sec-6 .flickity-page-dots {
    display: none;
}

.home-sec-6 .blog-left .post-item .col-inner,
.home-sec-6 .tab-mb .post-item .col-inner {
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}

.home-sec-6 .blog-left .box-text-inner,
.home-sec-6 .tab-mb .box-text-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4.5px 20px;
    align-items: center;
}

.home-sec-6 .blog-left .box-text-inner h5,
.home-sec-6 .tab-mb .box-text-inner h5 {
    order: 1;
    width: 70%;
    color: var(--color-black);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}

.home-sec-6 .tab-mb .box-text-inner h5 {
    width: 100%;
    padding-top: 0;
    height: 44px;
}

.home-sec-6 .blog-left .box-text-inner p {
    order: 2;
    width: max-content;
    opacity: 1;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: var(--color-black);
}

.home-sec-6 .blog-left .box-text-inner button,
.home-sec-6 .tab-mb .box-text-inner button {
    order: 3;
    width: max-content;
    margin: 0;
    color: var(--color-white);
    text-transform: initial;
    font-size: 14px;
    background: linear-gradient(90deg, var(--color-green-gradient-1), var(--color-green-gradient-2));
    padding: 5px 20px;
    border: none;
    border-radius: 50px;
}

.home-sec-6 .tab-mb .box-text-inner button {
    font-size: 12px;
    margin-top: 10px;
}

.home-sec-6 .box-text-inner button:after,
.home-sec-6 .xem-all:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.home-sec-6 .blog-left img {
    border-radius: 7px 7px 0 0;
}

.home-sec-6 .tab,
.du-an-sec-2 .tab {
    background-color: #F3F6FD;
    padding: 0 20px;
    margin-right: 20px;
}

.home-sec-6 .tab.active,
.du-an-sec-2 .tab.active,
.home-sec-6 .tab:hover,
.du-an-sec-2 .tab:hover {
    background-color: var( --dankPriColor);
}

.home-sec-6 .tab.active a,
.du-an-sec-2 .tab.active a,
.home-sec-6 .tab:hover a,
.du-an-sec-2 .tab:hover a {
    color: var(--color-white);
}

.home-sec-6 .tab a,
.du-an-sec-2 .tab a {
    font-weight: 500;
}

.home-sec-6 .tab a:before,
.du-an-sec-2 .tab a:before {
    content: none;
}

@media (max-width: 849px) {
    .home-sec-6 .tabbed-content > ul,
    .home-sec-6 .tabbed-content .nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        gap: 10px;
        padding: 10px 12px;
        margin: 0 0 12px;
        border-radius: 999px;
        background: #ffffff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    }

    .home-sec-6 .tabbed-content > ul::-webkit-scrollbar,
    .home-sec-6 .tabbed-content .nav::-webkit-scrollbar {
        height: 0;
    }

    .home-sec-6 .tabbed-content > ul,
    .home-sec-6 .tabbed-content .nav {
        scrollbar-width: none;
    }

    .home-sec-6 .tabbed-content > ul > li,
    .home-sec-6 .tabbed-content .nav > li {
        scroll-snap-align: start;
    }

    .home-sec-6 .tab {
        margin-right: 0;
        padding: 0 14px;
        border-radius: 999px;
        background-color: #F3F6FD;
        box-shadow: none;
        white-space: nowrap;
    }

    .home-sec-6 .tab a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        padding: 0;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.01em;
        color: #334155;
    }

    .cm-feature-tabs .tabbed-content > ul,
    .cm-feature-tabs .tabbed-content .nav {
        position: relative;
        gap: 8px;
        padding: 8px 46px 8px 10px;
        margin: 0 auto 14px;
        width: max-content;
        max-width: 100%;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
    }

    .cm-feature-tabs .tabbed-content > ul::after,
    .cm-feature-tabs .tabbed-content .nav::after {
        content: "";
        position: absolute;
        top: 4px;
        bottom: 4px;
        right: 4px;
        width: 46px;
        border-radius: 999px;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 55%, rgba(255, 255, 255, 0.98) 100%);
    }

    .cm-feature-tabs .tabbed-content > ul::before,
    .cm-feature-tabs .tabbed-content .nav::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        width: 8px;
        height: 8px;
        border-right: 2px solid rgba(30, 98, 255, 0.95);
        border-bottom: 2px solid rgba(30, 98, 255, 0.95);
        transform: translateY(-50%) rotate(-45deg);
        pointer-events: none;
        filter: drop-shadow(0 2px 6px rgba(15, 23, 42, 0.18));
        animation: cmTabsSwipeHint 1.2s ease-in-out infinite;
    }
    .cm-feature-tabs .tabbed-content > ul > li,
    .cm-feature-tabs .tabbed-content .nav > li {
        scroll-snap-align: start;
    }

    .cm-feature-tabs .tab {
        margin-right: 0;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(243, 246, 253, 0.0);
        box-shadow: none;
        white-space: nowrap;
    }

    .cm-feature-tabs .tab a {
        height: 34px;
        font-size: 12px;
        font-weight: 700;
        color: #475569;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .cm-feature-tabs .tab:not(.active) {
        background: rgba(243, 246, 253, 0.78);
        border: 1px solid rgba(15, 23, 42, 0.06);
    }

    .cm-feature-tabs .tab.active {
        background: linear-gradient(90deg, #1e62ff, #1b3fff);
        border: 0;
    }

    .cm-feature-tabs .tab.active a {
        color: #ffffff;
    }
}

@keyframes cmTabsSwipeHint {
    0%,
    100% {
        transform: translateY(-50%) translateX(0) rotate(-45deg);
        opacity: 0.75;
    }

    50% {
        transform: translateY(-50%) translateX(4px) rotate(-45deg);
        opacity: 1;
    }
}

.home-sec-6 .xem-all {
    color: var(--primaryColor);
}

.home-sec-7 .bg {
    background: linear-gradient(to bottom, #fffcf4 0%, var(--color-white) 100%);
}

.home-sec-8 .text-title {
    margin-bottom: 10px;
}

.blog-des p {
    max-width: 600px;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.home-blog {
    margin-top: 30px;
}

.home-blog .box-text {
    border-top: 3px solid var(--primaryColor);
    padding-top: 30px;
}

.home-blog .box-text .box-text-inner {
    display: flex;
    flex-wrap: wrap;
}

.home-blog .cat-label {
    font-size: 12px;
    color: var(--color-white);
    background: linear-gradient(90deg, var(--subPrimaryColor), var(--primaryColor));
    padding: 5px 20px;
    border-radius: 50px;
    width: max-content;
    position: absolute;
    top: -16px;
    opacity: 1;
}

.home-blog .is-divider {
    display: none;
}

.home-blog .box-text .box-text-inner .post-title {
    order: 2;
    font-size: 18px;
    color: var( --dankPriColor);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px 0 15px;
}

.home-blog .box-text .box-text-inner .post-title:hover {
    color: var(--textColor);
}

.home-blog .box-text .box-text-inner .post-meta {
    order: 1;
    font-weight: 500;
    font-size: 13px;
}

.home-blog .box-text .box-text-inner .button {
    order: 4;
    margin-left: auto;
    color: var(--primaryColor);
    text-transform: initial;
    font-size: 16px;
    font-weight: 600;
}

.home-blog .box-text .box-text-inner .button:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
}

.home-blog .box-text .box-text-inner .button:hover {
    color: var(--textColor);
}

.home-blog .box-text .box-text-inner .from_the_blog_excerpt {
    order: 3;
}

.home-blog .box-text .box-text-inner .post-meta:before {
    content: '\f017';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
}

.home-blog.row-box-shadow-1 .col-inner {
    box-shadow: 0 5px 16px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 16px 0 rgb(2 55 102 / 9%);
    border-radius: 10px;
}

.home-blog.row-box-shadow-1 .col-inner .box {
    border-radius: 10px;
}

.home-blog.row-box-shadow-1 .col-inner .box-image {
    border-radius: 10px 10px 0 0;
}

.home-sec-8 .flickity-prev-next-button.next {
    right: 0;
}

.home-sec-8 .flickity-prev-next-button.previous {
    left: 0;
}

#footer {
    background: transparent;
    position: relative;
    padding-top: 0;
/*     padding-bottom: 10px; */
}

 #footer .footer-widgets {
     position: relative;
     z-index: 1;
     background: transparent !important;
 }

 #footer .footer-widgets .row,
 #footer .absolute-footer .container {
     position: relative;
     z-index: 1;
 }

 #footer .footer-widgets.footer-2 {
     padding-top: 34px;
     padding-bottom: 22px;
     background: transparent !important;
 }

 #footer .footer-widgets.footer-2 .row {
     padding-left: 0;
     padding-right: 0;
     align-items: flex-start;
 }

 #footer .footer-widgets.footer-2 .col,
 #footer .footer-widgets.footer-2 .col-inner {
     padding-top: 0;
 }

 #footer .footer-widgets .widget {
     margin-bottom: 0;
 }

 #footer p,
 #footer li {
     font-size: 14px;
     line-height: 1.65;
 }

 @media (max-width: 849px) {
     #footer {
         padding-bottom: 0;
     }

     #footer .footer-widgets.footer-2 {
         padding-top: 22px;
         padding-bottom: 14px;
     }

     #footer .footer-widgets.footer-2 .row {
         padding-left: 12px;
         padding-right: 12px;
     }

     #footer .footer-widgets.footer-2 .col {
         padding-bottom: 14px;
     }

     #footer .footer-widgets.footer-2 .col:last-child {
         padding-bottom: 0;
     }

     #footer h3 {
         margin-bottom: 10px;
     }

     #footer ul li {
         margin-bottom: 8px;
     }

     #footer ul li a {
         padding-top: 4px;
         padding-bottom: 4px;
     }

     #footer .cm-footer-logos {
         gap: 10px;
         margin-bottom: 10px;
     }

     #footer .cm-footer-logos img,
     #footer .cm-footer-logos img.cm-footer-logo-1,
     #footer .cm-footer-logos img.cm-footer-logo-2 {
         height: 34px;
     }

     #footer .cm-footer-logos,
     .cm-footer-row .cm-footer-logos {
         justify-content: flex-start;
     }

     #footer .cm-footer-col:first-child,
     #footer .cm-footer-col:first-child .col-inner,
     .cm-footer-row .cm-footer-col:first-child,
     .cm-footer-row .cm-footer-col:first-child .col-inner {
         padding-left: 0;
         padding-right: 0;
     }

     #footer .cm-footer-col:first-child h3,
     #footer .cm-footer-col:first-child .footer-title,
     #footer .cm-footer-col:first-child .title,
     .cm-footer-row .cm-footer-col:first-child h3,
     .cm-footer-row .cm-footer-col:first-child .footer-title,
     .cm-footer-row .cm-footer-col:first-child .title {
         margin-top: 8px;
     }

     #footer .cm-footer-col:first-child p,
     .cm-footer-row .cm-footer-col:first-child p {
         margin-bottom: 10px;
     }

     #footer .cm-footer-col:first-child .icon-box,
     .cm-footer-row .cm-footer-col:first-child .icon-box {
         margin-bottom: 10px;
     }

     #footer .cm-footer-col:first-child .icon-box .icon-box-img,
     .cm-footer-row .cm-footer-col:first-child .icon-box .icon-box-img {
         width: 44px;
         flex: 0 0 44px;
     }

     #footer .cm-footer-col:first-child .icon-box .icon-box-text,
     .cm-footer-row .cm-footer-col:first-child .icon-box .icon-box-text {
         padding-left: 12px;
     }

     #footer .cm-footer-col:first-child .icon-box .icon-box-text,
     #footer .cm-footer-col:first-child .icon-box .icon-box-text p,
     #footer .cm-footer-col:first-child .icon-box .icon-box-text span,
     #footer .cm-footer-col:first-child .icon-box .icon-box-text a,
     .cm-footer-row .cm-footer-col:first-child .icon-box .icon-box-text,
     .cm-footer-row .cm-footer-col:first-child .icon-box .icon-box-text p,
     .cm-footer-row .cm-footer-col:first-child .icon-box .icon-box-text span,
     .cm-footer-row .cm-footer-col:first-child .icon-box .icon-box-text a {
         font-size: 14px;
         line-height: 1.5;
     }

     #footer .cm-footer-col:first-child .icon-box .icon-box-text p,
     .cm-footer-row .cm-footer-col:first-child .icon-box .icon-box-text p {
         margin-bottom: 0;
     }

     #footer .footer-widgets.footer-2 .row > .col:not(:first-child) {
         display: none !important;
     }

     #footer .accordion,
     .cm-footer-row .accordion {
         margin: 8px 0 0;
     }

     #footer .accordion-item,
     .cm-footer-row .accordion-item {
         border: 0;
         border-top: 1px solid rgba(255, 255, 255, 0.14);
     }

     #footer .accordion-item:last-child,
     .cm-footer-row .accordion-item:last-child {
         border-bottom: 1px solid rgba(255, 255, 255, 0.14);
     }

     #footer .accordion-title,
     .cm-footer-row .accordion-title {
         color: #ffffff;
         font-weight: 700;
         text-transform: uppercase;
         letter-spacing: 0.02em;
         font-size: 14px;
         padding: 14px 34px 14px 0;
         margin: 0;
         background: transparent;
         border: 0;
     }

     #footer .accordion-title button,
     .cm-footer-row .accordion-title button {
         right: 0;
         left: auto;
     }

     #footer .accordion-inner,
     .cm-footer-row .accordion-inner {
         padding: 0 0 12px 0;
     }

     #footer .accordion-inner ul,
     .cm-footer-row .accordion-inner ul {
         margin: 0;
     }

     #footer .accordion-inner li,
     .cm-footer-row .accordion-inner li {
         margin: 0 0 10px;
     }

     #footer .row-collapse i
  
    {
         display: flex;
         width: 44px;
         height: 44px;
         border-radius: 50%;
         align-items: center;
         justify-content: center;
     }

     #footer .icon-box-img i,
     .cm-footer-row .icon-box-img i {
         font-size: 18px;
         line-height: 1;
     }
 }

 @media (max-width: 991px) {
     #footer .footer-widgets.footer-2 .row > .col:not(:first-child),
     .footer-widgets.footer-2 .row > .col:not(:first-child) {
         display: none !important;
     }

     #footer .row > .cm-footer-col:not(:first-child),
     #footer .row > .col.cm-footer-col:not(:first-child),
     .cm-footer-row .row > .cm-footer-col:not(:first-child),
     .cm-footer-row .row > .col.cm-footer-col:not(:first-child) {
         display: none !important;
     }
 }

 @media (min-width: 850px) {
     #footer .accordion,
     .cm-footer-row .accordion {
         display: none !important;
     }
 }

@media (min-width: 1024px) {
.home-sec-6 .blog-left img , .home-sec-6 .blog-left .box-image{height:360px;}
}

 #footer .cm-footer-logos {
     display: flex;
     align-items: center;
     gap: 14px;
     flex-wrap: wrap;
     margin-bottom: 12px;
 }

 #footer .cm-footer-logos > * {
     flex: 0 0 auto;
     width: auto !important;
     max-width: none;
 }

 #footer .cm-footer-logos .ux-image,
 #footer .cm-footer-logos figure,
 #footer .cm-footer-logos .img,
 #footer .cm-footer-logos .img-inner {
     display: block;
     margin: 0 !important;
     width: auto !important;
 }

 #footer .cm-footer-logos img {
     display: block;
     width: auto;
     max-width: 100%;
     height: 40px;
     object-fit: contain;
 }

 

 #footer .cm-footer-logos img.cm-footer-logo-1 {
     height: 40px;
 }

 #footer .cm-footer-logos img.cm-footer-logo-2 {
     height: 40px;
 }

.absolute-footer {
    background-color: transparent;
    display: none;
}

.absolute-footer .container {
    border-top: 0;
    padding-top: 0;
}

.shape16 {
    display: none !important;
}

.shape16 img {
    display: none !important;
}

#footer ul {
    list-style: none;
}

#footer h3 {
    margin-bottom: 14px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#footer ul li {
    margin-left: 0;
    margin-bottom: 6px;
}

#footer ul li:before {
    content: none;
}

 #footer ul li a {
     display: inline-block;
     color: var(--color-white);
     opacity: 0.9;
 }

 #footer ul li a:hover {
     opacity: 1;
 }

.du-an-sec-1 {
    padding-top: 120px !important;
    padding-bottom: 60px !important;
}

.du-an-sec-1 h1 {
    font-size: 42px;
    color: #003189;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.2em;
    max-width: 870px;
}

.du-an-tb .box-text-inner,
.du-an-sec-2 .box-text-inner {
    display: flex;
    /* flex-direction: column-reverse; */
}

.du-an-tb .is-divider,
.du-an-sec-2 .is-divider {
    display: none;
}

.du-an-tb .post-title,
.du-an-sec-2 .post-title {
    color: #003189;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    -webkit-line-clamp: 2;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.du-an-sec-2 .post-title {
    font-weight: bold;
    font-size: 20px;
    color: var(--textColor);
    font-family: 'Open Sans', sans-serif !important;
}

.du-an-lq .post-title {
    font-size: 16px;
    font-weight: 600;
}



.du-an-lq .cat-label {
    font-size: 14px;
    text-transform: capitalize;
}

.du-an-tb .post-item {
    padding-bottom: 0;
}

.du-an-sec-2 .tab.active>a:before,
.du-an-sec-2 .tab:hover>a:before {
    display: none;
}

.du-an-sec-2 .tab {
    border-radius: 5px;
}

.du-an-sec-2 .tab.active,
.du-an-sec-2 .tab:hover {
    border-top: none;
}

.post-template-default #content {
    padding-top: 0;
}

.post-head .banner-bg .bg {
    background-size: 30% !important;
    transform: scaleX(-2);
    background-position: 30%;
}

.post-head .banner {
    background: linear-gradient(90deg, var(--subPrimaryColor), var(--primaryColor));
}

.post-template-default .entry-header-text {
    display: none;
}

.post-template-default .post-sidebar {
    padding-left: 0;
}

.post-template-default .post-sidebar #secondary {
    box-shadow: 0px -10px 30px rgb(0 0 0 / 10%);
    border-top: 3px solid var(--primaryColor);
    border-radius: 5px;
    padding: 25px 30px 5px;
}

.tt-da {
    font-size: 22px;
    color: var( --dankPriColor);
}

.wg p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--textColor);
}

.wg {
    min-height: 68px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color-border-soft);
}

.wg:last-child {
    margin-bottom: 0;
    border: none;
}

.wg-icon {
    margin-right: 10px;
    padding-top: 5px;
}

.wg-icon i {
    color: #1F8538;
    font-size: 25px;
}

.wg .wg-nd {
    width: 90%;
}

.wg .wg-nd p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wg .wg-nd a:hover {
    color: green;
}

#comments {
    display: none;
}

.du-an-lq .text-title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.post-head .text-box>.text {
    padding-left: 20px;
    color: var(--color-white);
}

.post-head .text-box p {
    color: var(--color-white);
}

.course-title,
.course-title1 {
    color: var(--color-yellow) !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: 0;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--color-white) 75%, var(--color-white) 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

.t-post {
    justify-content: center;
}

.home-sec-6 .from_the_blog_comments {
    display: none;
}

.du-an-sec-2 .tabbed-content h4 {
    background-color: var(--color-white);
    margin-bottom: 0;
    padding: 20px 20px 10px;
    position: relative;
    text-transform: initial;
    font-size: 20px;
    color: #212529;
}

.du-an-sec-2 .tabbed-content>h4:after {
    content: '';
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0px;
    z-index: 1;
    background-color: var(--color-border-soft);
}

.du-an-sec-2 .tabbed-content>h4:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 50px;
    height: 1px;
    bottom: 0px;
    z-index: 2;
    background-color: #1F8538;
}

.du-an-sec-2 .tabbed-content>ul {
    background-color: var(--color-white);
    padding: 20px;
}

.du-an-sec-2 .tab-panels {
    padding: 20px 20px 0;
    margin-top: 30px;
    background-color: var(--color-white);
}

.du-an-sec-2 .tabbed-content .tab-panels h4 {
    padding: 10px 0px 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color-border-soft);
}

.du-an-sec-2 .tabbed-content .tab-panels h4:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: #1F8538;
}

.vct-title h2 {
    height: auto;
    line-height: 1.3;
    font-size: 36px;
    font-weight: 800;
    margin-top: 10px;
    background: linear-gradient(90deg, var(--subPrimaryColor), var(--primaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.vct-sec-1 {
    box-shadow: none;
}

.vct-sec-1 .video-button-wrapper {
    display: inline-block;
    width: max-content;
}

.vct-sec-1 .video-button-wrapper a {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    position: relative;
}

.vct-sec-1 .video-button-wrapper i {
    color: var(--color-white);
}

.vct-sec-1 .video-button-wrapper a:after {
    content: "Xem Video";
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    width: max-content;
    margin-left: 20px;
    text-transform: capitalize;
    color: #262F5A;
    transition: .5s;
}

.vct-sec-1 .video-button-wrapper:hover a {
    background: #1F8538;
}

.vct-sec-1 .video-button-wrapper:hover a:after {
    color: #1F8538;
}

.vct-sec-2 .des {
    font-size: 18px;
    color: var(--textColor);
}

.timeline-diwe {
    margin-top: 40px;
}

.timeline-diwe-card .main-card {
    display: flex;
    width: fit-content;
    position: absolute;
    padding: 15px 20px;
    box-shadow: 0 23px 62px 0 rgb(13 52 79 / 10%);
    -webkit-box-shadow: 0 23px 62px 0 rgb(13 52 79 / 10%);
    border-radius: 10px;
    transform: translate(262px, -170px);
    -webkit-transform: translate(262px, -170px);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.timeline-diwe .img-timeline img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.timeline-diwe-card .main-card .card-text {
    margin-left: 10px;
}

.timeline-diwe-card .main-card h4 {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primaryColor);
    text-transform: capitalize;
}

.timeline-diwe-card .main-card p {
    font-size: 14px;
    color: #747474;
    text-transform: uppercase;
}

.timeline-diwe-card .main-card p span {
    font-size: 14px;
    color: #aeaeae;
    text-transform: none;
    font-weight: 600;
    color: #262f5a;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #aeaeae;
}

.timeline-diwe-card .main-card img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.timeline-diwe ul li {
    list-style: none;
    width: fit-content;
    position: absolute;
    padding: 15px 20px;
    box-shadow: 0 23px 62px 0 rgb(13 52 79 / 10%);
    -webkit-box-shadow: 0 23px 62px 0 rgb(13 52 79 / 10%);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.timeline-diwe ul li p {
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    padding-left: 16px;
}

.timeline-diwe ul li h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.timeline-diwe ul li:nth-child(1) {
    transform: translate(625px, -235px);
    -webkit-transform: translate(625px, -235px);
    padding: 15px 20px;
}

.timeline-diwe ul li:nth-child(1) p {
    color: #4bcffa;
}

.timeline-diwe ul li:nth-child(1) p:before {
    background: #4bcffa;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.timeline-diwe ul li:nth-child(2) {
    transform: translate(700px, -87px);
    -webkit-transform: translate(700px, -87px);
}

.timeline-diwe ul li:nth-child(2) p {
    color: #fe5d7a;
}

.timeline-diwe ul li:nth-child(2) p:before {
    background: #fe5d7a;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.timeline-diwe ul li:nth-child(3) {
    transform: translate(957px, -235px);
    -webkit-transform: translate(957px, -235px);
}

.timeline-diwe ul li:nth-child(3) p {
    color: #fddb2a;
}

.timeline-diwe ul li:nth-child(3) p:before {
    background: #fddb2a;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.timeline-diwe.container {
    padding-top: 70px;
}

.timeline-content .timeline-year img {
    width: 70px;
    height: 70px;
}

.block-right p {
    margin-bottom: 0;
    font-size: 18px;
    color: var(--textColor);
}

.block-right {
    background: var(--color-bg-cream);
    margin-left: 180px;
    padding: 30px 28px 30px 0px;
    border-radius: 20px;
}

.vct-title h3 {
    padding: 0 15px;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.vct-sec-3 .row {
    position: relative;
}

.block-left .col-inner {
    background: var(--color-white);
    padding: 20px 35px 20px 20px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 20px;
}

.block-left:before {
    content: "";
    background: var(--primaryColor);
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    position: absolute;
    border-radius: 20px;
    width: 100%;
    top: -20px;
    bottom: 45px;
    left: -20px;
    z-index: 2;
    height: 100%;
}

.block-left h3 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.block-left p {
    padding: 0 15px;
    font-size: 18px;
    margin: 0;
}

.vct-sec-4 {
    padding-top: 5em !important;
    padding-bottom: 4.5em !important;
}

.vct-sec-4 .row {
    margin-top: 40px;
}

.ntl-title {
    line-height: 1.4;
    color: var(--primaryColor);
    font-size: 22px;
    font-weight: 600;
}

.ntl-des {
    font-size: 18px;
    color: var(--textColor);
}

.ht-sec-2 .accordion .accordion-title {
    color: var(--textColor);
    font-size: 17px;
    font-weight: 600;
    background: transparent !important;
    border: none;
}

.ht-sec-2 .accordion .accordion-item {
    border: solid 1px #c6ebde;
    margin-bottom: 20px;
    border-radius: 10px;
}

.ht-sec-2 .accordion .toggle {
    left: 94%;
}

.ht-sec-2 .accordion .toggle i {
    font-size: 23px;
    color: #29D090;
    font-weight: 900 !important;
}

.ht-sec-2 .accordion .active .toggle {
    background: var(--primaryColor);
    border-radius: 50px;
    min-height: 38px;
    height: 38px;
    top: .3rem;
}

.ht-sec-2 .accordion .active .toggle i {
    font-size: 20px;
    color: var(--color-white);
}

.ht-sec-2 .accordion {
    padding: 40px 50px 40px;
    background: var(--color-white);
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.ht-title h5 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 20px;
    color: var(--primaryColor);
}

.ht-title i {
    padding: 7px;
    border-radius: 5px;
    color: var(--color-white);
    margin-right: 5px;
    background: var(--primaryColor);
    font-size: 18px;
}

.ht-menu ul {
    list-style: none;
}

.ht-menu .col-inner {
    padding: 40px 20px 40px;
    background: var(--color-white);
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 10px;
    margin-bottom: 50px;
}

.ht-menu li {
    margin-left: 0 !important;
}

.ht-menu li a {
    padding: 20px;
    background: #fafafa;
    color: var(--textColor);
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.ht-menu li.active a {
    background: var(--primaryColor);
    color: var(--color-white);
}

.ht-menu li:first-child a {
    border-radius: 10px 10px 0 0;
}

.ht-menu li:last-child a {
    border-radius: 0 0 10px 10px;
}

.ht-menu {
    position: relative;
}

.affix {
    width: 395px;
    top: 110px;
    position: fixed;
    overflow: visible !important;
    z-index: 9998;
}

.td-sec-1 .bg {
    background-size: contain !important;
    background-position: calc(100% + 310px);
}

.td-sec-2 p,
.td-sec-2 h2 {
    color: var(--color-white) !important;
}

.td-sec-3 .box-text {
    bottom: auto;
    top: 20%;
    padding-left: 0;
    padding-right: 0;
    text-shadow: none !important;
}

.td-sec-3 .box-text .box-text-inner {
    text-shadow: none;
}

.td-sec-3 .box-text h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    border-left: 5px solid #DB9E81;
    padding: 0 30px;
    height: 70px;
    overflow: hidden;
    color: var(--color-white);
}

.td-sec-3 .box-text p {
    padding: 0 30px;
    color: var(--color-white);
    overflow: hidden;
}

.row-ct-td .col-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 27px;
    border-radius: 10px;
}

.row-ct-td .col-inner h3,
.row-ct-td .col-inner a {
    width: max-content;
    margin: 0;
}

.row-ct-td .col-inner a {
    background-color: var( --dankPriColor) !important;
    border: 1px solid var( --dankPriColor);
    border-radius: 5px !important;
    padding-right: 50px;
}

.row-ct-td .col-inner a:hover {
    color: var( --dankPriColor);
    background: var(--color-white) !important;
    box-shadow: none;
}

.row-ct-td .col-inner a:hover i {
    color: var(--color-white);
}

.row-ct-td .col-inner a i {
    width: 40px;
    height: 100%;
    background: rgba(95, 197, 63, .5);
    position: absolute;
    top: 0;
    right: 2px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tdc-sec-1 .desc {
    font-size: 18px;
    color: var(--color-white);
}

.tdc-sec-2 .row-info {
    background: #F9F9F9;
    border-radius: 5px;
    margin: 20px 0 !important;
}

.tdc-sec-2 .row-info .col {
    padding: 15px;
}

.tdc-sec-2 .row-info p {
    margin-bottom: 0;
}

.col-form .col-inner {
    padding: 40px;
    margin-left: 15px;
    -webkit-box-shadow: 0 0 20px rgb(158 158 158 / 16%);
    box-shadow: 0 0 20px rgb(158 158 158 / 16%);
    background: var(--color-white);
}

.col-form .wpcf7-form-control {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    box-shadow: none;
}

.col-form .t-file {
    background: var(--color-white);
    border: none;
    padding-left: 0;
}

.col-form .wpcf7-submit {
    border-radius: 50px;
    margin: 0;
    padding: 5px 38px;
}

.blog-du-da .box-text {
    display: none;
}

.blog-du-da .flickity-page-dots {
    opacity: .3;
}

.blog-du-da .flickity-prev-next-button {
    margin-top: 0 !important;
}

.blog-du-da .post-item .col-inner {
    padding: 10px;
    background: var(--color-white);
}

.blog-sec-2 .blog-right .box-text .box-text-inner {
    display: flex;
    flex-direction: column-reverse;
}

.blog-sec-2 .blog-right .box-text .box-text-inner .is-divider {
    display: none;
}

.blog-sec-2 .blog-right .box-text .box-text-inner .post-title {
    font-size: 14px;
}

.blog-sec-2 .blog-right .post-item {
    padding-bottom: 3px;
}

.blog-sec-2 .blog-right .post-item .box-text {
    padding-top: 11.5px;
    padding-bottom: 14px;
}

.blog-sec-2 .blog-right .post-item .box-text .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog-sec-2 .blog-title h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--color-border-soft);
}

.blog-sec-2 .blog-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: #1F8538;
}

.blog-sec-2 .medium-4>.col-inner {
    padding: 20px;
    background-color: var(--color-white);
}

.blog-sec-2 {
    padding-top: 50px !important;
}

.lh-sec-2 {
    padding-top: 80px !important;
}

.lh-sec-2 p {
    margin-bottom: 0;
    font-size: 18px;
}

.lh-sec-2 h3 {
    margin-bottom: 5px;
    font-size: 25px;
}

.lh-sec-2 .text-center i {
    width: 75px;
    height: 85px;
    background-color: #f7f7f7;
    border-radius: 3px;
    text-align: center;
    left: 0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1F8538;
    transition: .3s;
}

.lh-sec-2 .col-inner .row:hover .text-center i {
    background: #1F8538;
    color: var(--color-white);
}

.lh-sec-2 .row .row .medium-3 {
    display: flex;
    align-items: center;
}

.lh-sec-2 .row .row .medium-9 {
    position: relative;
}

.bg-icon {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: -1;
    color: var(--optionalColor);
    line-height: 1;
    opacity: .04;
    font-size: 80px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.lh-sec-2 .row.align-center {
    margin-top: 20px;
}

.tkw-sec-1 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
    position: relative;
}

.tkw-sec-1 .text-title h2,
.tkw-sec-2 .text-title h2,
.tkw-sec-4 .text-title h2,
.tkw-sec-5 .text-title h2 {
    color: var(--primaryColor);
}

.tkw-sec-1 .section-bg {
    background-position-y: -90px;
    background-position-x: 0;
    background-size: contain !important;
}

.green-btn {
    border-radius: 50px;
    margin: 0 0 15px;
    padding: 5px 38px;
    background: linear-gradient(90deg, var(--color-cta-1) 0%, var(--color-cta-2) 12%, var(--color-cta-3) 44%, var(--color-cta-4) 100%);
    border: none;
    color: var(--color-white);
}

.green-btn:hover {
    background: linear-gradient(90deg, var(--color-cta-4) 0%, var(--color-cta-3) 44%, var(--color-cta-2) 88%, var(--color-cta-1) 100%);
}

.brand .col-inner {
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 15%);
}

.brand .col-inner .img {
    height: 80px;
    line-height: 80px;
    padding: 0px 10px;
}

.tkw-sec-1:before {
    content: "";
    height: 495px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-bg-cream);
    background: -moz-linear-gradient(top, var(--color-bg-cream) 0%, var(--color-white) 100%);
    background: -webkit-linear-gradient(top, var(--color-bg-cream) 0%, var(--color-white) 100%);
    background: linear-gradient(to bottom, var(--color-bg-cream) 0%, var(--color-white) 100%);
}

.tkw-sec-2 .bg {
    background-size: 40% 100% !important;
    background-position-x: -30px;
}

.tkw-sec-3 .accordion-title {
    border: none;
    background: transparent;
}

.tkw-sec-3 .accordion-title i {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px !important;
    background: var(--primaryColor);
    color: var(--color-white);
    line-height: 30px;
    font-size: 16px;
}

.tkw-sec-3 .accordion-item p,
.tkw-sec-2 p {
    text-align: justify;
}

.tkw-sec-4 {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.tkw-sec-4 .detail h4 {
    font-weight: 600;
    padding-left: 32px;
    background: url(/wp-content/uploads/2022/03/ticked-icon-green.png) no-repeat center left;
    background-size: 24px;
    margin-bottom: 18px;
}

.tkw-sec-4 .detail p {
    text-align: justify;
    margin-bottom: 40px;
}

.col-arrow .arrow {
    animation: arrow-jump 1.5s infinite;
}

@keyframes arrow-jump {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.tkw-sec-4,
.col-arrow {
    padding-bottom: 0 !important;
}

.process-left .col-inner,
.process-right .col-inner {
    color: var(--textColor);
    background-color: var(--color-white);
    text-align: center;
    padding: 0 0 10px;
    border-radius: 20px;
    display: block;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}

.process-left .col-inner h3,
.process-right .col-inner h3 {
    color: var(--color-white);
    background: #1F8538;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 20px 20px 0 0;
}

.process-left .col-inner p,
.process-right .col-inner p {
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
}

.pro-img .img {
    background: var(--color-white);
    padding: 10px;
    font-weight: 600;
    text-align: center;
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    position: relative;
}

.pro-img .img:before {
    content: '';
    background-color: var(--color-white);
    height: 80%;
    width: 80%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}

.pro-img:not(:last-child) .img:after {
    content: '';
    height: 100px;
    width: 3px;
    background: #D9DBDD;
    position: absolute;
    top: 100%;
    left: 45%;
}

.pro-img {
    margin-bottom: 30px;
    margin-top: 20px;
}

.process-left {
    margin-bottom: 160px;
    position: relative;
}

.process-left:not(:last-child) {
    margin-bottom: 170px;
}

.process-left:after {
    content: '';
    height: 3px;
    width: 100px;
    background: #D9DBDD;
    position: absolute;
    left: 97%;
    top: 40%;
}

.process-right {
    margin-top: 160px;
}

.process-right:not(:first-child) {
    margin-top: 175px;
}

.process-right:last-child {
    margin-top: 170px;
}

.process-right:after {
    content: '';
    height: 3px;
    width: 100px;
    background: #D9DBDD;
    position: absolute;
    right: 97%;
    top: 40%;
}

.tkw-sec-7 .sub-title {
    margin-top: 20px;
}

.tkw-sec-7 .text-title {
    margin-bottom: 40px;
}

.tkw-sec-7 i {
    font-size: 10px;
    margin-right: 10px;
}

.tknd-sec-1,
.tknd-sec-4 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}

.tknd-sec-1 .bg {
    background-size: contain !important;
    background-position: top center;
}

.tknd-sec-1 {
    background: url(/wp-content/uploads/2022/03/bg-cloud.png);
    background-size: 50% 100% !important;
    background-position: top right;
    background-repeat: no-repeat;
}

.tknd-sec-1 .sub-title {
    font-size: 22px;
    color: #42464e;
    line-height: 1.2;
    font-weight: 500;
}

.tknd-sec-1 .sub-title p,
.tknd-sec-2 .sub-title p {
    margin-bottom: 10px;
}

.tknd-btn {
    background: linear-gradient(to right, #2ad38b, #0cceb0);
    border-radius: 45px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    box-shadow: 0 0 40px 0 rgb(13 85 177 / 20%);
    padding: 0 35px;
    margin-bottom: 30px;
    border: none;
}

.tknd-sec-2 .sub-title {
    font-size: 20px;
    color: #42464e;
    font-weight: 500;
}

.tknd-sec-2 .bg {
    background-position: center 300px;
}

.tknd-tab {
    margin-top: 100px;
}

.tknd-tab .nav-line-bottom {
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #DCFFF8;
}

.tknd-tab .nav-line-bottom li {
    width: 21%;
}

.tknd-tab .tab a {
    position: relative;
    font-size: 18px;
    color: #42464e;
    font-weight: 500;
}

.tknd-tab .tab.active a {
    font-weight: 600;
}

.tknd-tab .tab.active a:before,
.tknd-tab .tab:hover a:before {
    height: 2px;
    background: #48CDB1;
}

.tknd-tab .tab:nth-child(1) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/Capture3.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.tknd-tab .tab:nth-child(2) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/Capture4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.tknd-tab .tab:nth-child(3) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/Capture5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.tknd-tab .tab:nth-child(4) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/Capture6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.tknd-tab .tab a:after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.giai-phap p {
    text-align: justify;
}

.giai-phap h3 {
    font-weight: 700;
    font-size: 18px;
    color: #42464e;
    padding-left: 45px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 0;
}

.giai-phap .col:nth-child(1) h3 {
    background: url(/wp-content/uploads/2022/03/icon-branding-solution-1.png) no-repeat center left;
    background-size: contain;
}

.giai-phap .col:nth-child(2) h3 {
    background: url(/wp-content/uploads/2022/03/icon-branding-solution-2.png) no-repeat center left;
    background-size: contain;
}

.giai-phap .col:nth-child(3) h3 {
    background: url(/wp-content/uploads/2022/03/icon-branding-solution-3.png) no-repeat center left;
    background-size: contain;
}

.giai-phap .col:nth-child(4) h3 {
    background: url(/wp-content/uploads/2022/03/icon-branding-solution-4.png) no-repeat center left;
    background-size: contain;
}

.tknd-slider {
    margin-top: 30px;
}

.tknd-slider .flickity-slider .row {
    opacity: 1;
    margin-right: 1.5%;
}

.tknd-sec-3 {
    padding: 150px 0 60px 0 !important;
}

.tknd-sec-4 .ht-sec-2 .accordion {
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.tknd-sec-4 .ht-sec-2 .accordion .active .toggle {
    background: transparent;
}

.tknd-sec-4 .ht-sec-2 .accordion .active .toggle i {
    color: #29D090;
}

.tknd-sec-4 .ht-sec-2 .accordion .accordion-item {
    border: none;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
}

.tknd-sec-4 .accordion-title span {
    font-size: 16px;
}

.tknd-sec-4 .accordion-inner p {
    font-size: 15px;
    margin-bottom: 10px;
}

.tknd-sec-4 .accordion-inner p i {
    margin-right: 5px;
    font-size: 14px;
}

.qt-sec-1 {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}

.qt-sec-1 .bg {
    background-size: 105% 100% !important;
    background-position-x: 0px;
    background-position-y: -68px;
}

.qt-sec-1 .sub-title p,
.qt-sec-3 .sub-title p,
.tkl-sec-1 .sub-title p,
.tkl-sec-2 .sub-title p,
.tkl-sec-4 .sub-title p,
.dvs-sec-1 .sub-title p,
.dvs-sec-2 .sub-title p {
    font-size: 20px;
    font-weight: 400;
    color: #5c5ed5;
    display: block;
    margin-bottom: 5px;
}

.qt-sec-1 .text-title {
    margin-bottom: 25px;
}

.qt-btn,
.tkl-btn {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    box-shadow: 0 0 40px 0 rgb(13 85 177 / 20%);
    padding: 0 35px;
    background: linear-gradient(to right, #584fe1, #cb7cdb);
    font-weight: 400;
    border: none;
}

.qt-sec-2 ul,
.block-content ul {
    list-style: none;
}

.qt-sec-2 li {
    padding-left: 33px;
    text-align: left;
    background: url(/wp-content/uploads/2022/03/icon_title_concept.png) no-repeat top left;
    background-size: auto;
    padding-top: 0;
    margin-bottom: 30px;
    margin-left: 0 !important;
}

.qt-sec-3 .bg {
    background-position: top center;
}

.qt-sec-3 {
    padding-top: 140px !important;
}



.col-loi-ich p {
    margin-bottom: 0;
    font-size: 16px;
}

.col-loi-ich .col-inner {
    padding: 70px 28px 45px;
    box-shadow: 0 0 50px 0 rgb(24 24 76 / 26%);
    position: relative;
}

.col-loi-ich .img {
    margin-bottom: 0 !important;
    width: 116px !important;
    height: 116px;
    box-shadow: 0 0 40px 0 rgb(77 78 188 / 24%);
    border-radius: 50%;
    background: var(--color-white);
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 50%);
}

.col-loi-ich .img img {
    width: 60px !important;
    height: 60px !important;
}

.col-loi-ich .img-inner {
    line-height: 110px;
}

.col-loi-ich .col-inner:after {
    content: '';
    width: 90%;
    height: 15px;
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translatex(-50%);
}

.block-content i {
    font-size: 20px;
}

.block-content h3 {
    line-height: 53px;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0 24px 24px 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    background-image: linear-gradient(45deg, #7f81ff 47%, #b652f6 100%);
    color: var(--color-white);
    padding: 0 5px 0 10px;
    margin: 20px 0 35px 0;
}

.block-content li {
    text-align: left;
    background: url(/wp-content/uploads/2022/03/iconcheck_fun_1.png) no-repeat top left;
    background-size: auto;
    padding-top: 0;
    margin-bottom: 20px;
    margin-left: 0 !important;
}

.block-content li h4 {
    font-size: 16px;
    color: #42464e;
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 33px;
}

.qt-sec-4 {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
}

.qt-sec-4 .section-content {
    padding-bottom: 50px;
}

.qt-sec-4 .qt-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qt-sec-6 {
    padding-top: 80px !important;
    padding-bottom: 50 !important;
}

.qt-sec-6 .bg {
    background-position: top center;
    background-position-y: 150px;
    opacity: .6;
}

.tkl-btn {
    background: linear-gradient(21deg, #0067fc 0%, #25a9e0 100%);
    font-size: 18px;
    font-weight: 600;
}

.tkl-sec-1 {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
}

.tkl-sec-1 .open-video {
    background: var(--color-white);
    border-color: var(--color-white);
    box-shadow: 0 0 50px 0 rgb(24 24 76 / 26%);
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.tkl-sec-1 .open-video i {
    color: #0CC2ED;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.tkl-sec-2 h4 {
    margin-bottom: 0;
}

.tkl-sec-2 .text-title,
.tkl-sec-3 .text-title,
.tkl-sec-4 .r2 .text-title {
    margin-bottom: 30px;
}

.tkl-sec-2,
.tkl-sec-3 {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}

.tkl-sec-3 .bg {
    background-position: top center;
}

.tkl-sec-3 h4 {
    font-weight: 500;
}

.tkl-sec-4 .r2 {
    margin-top: 40px;
}

.tkl-sec-4 .r2 ul {
    list-style: none;
}

.tkl-sec-4 .r2 li {
    padding-left: 50px;
    text-align: left;
    background: url(https://www.sapo.vn//Themes/Portal/Default/StylesV2/images/fnb/index/tick.png) no-repeat top left;
    background-size: auto;
    padding-top: 5px;
    margin-left: 0 !important;
    background-position-y: 8px;
}

.tkl-sec-4 .r2 h4 {
    margin-bottom: 0;
}

.tkl-sec-4 .r2 p {
    text-align: justify;
}

.tkl-sec-4 .bg {
    background-position: bottom center;
    background-position-y: 1100px;
    background-size: auto !important;
}

.tkl-sec-4 .toi-uu {
    font-size: 20px;
}

.dvs-sec-1 .text-title {
    margin-bottom: 30px;
}

.dvs-sec-1,
.dvs-sec-2,
.dvs-sec-3,
.mkt-sec-1,
.mkt-sec-4 {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
}

.dvs-sec-1 .col-inner {
    position: relative;
}

.dvs-sec-1 .bg {
    background-position: top center;
}

.dvs-sec-1 ul,
.dvs-sec-2 ul,
.dvs-sec-3 ul,
.s-content ul,
.mkt-sec-1 ul,
.mkt-sec-2 ul {
    list-style: none;
}

.dvs-sec-1 li {
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin: 0 0 25px !important;
    font-weight: 400;
}

.dvs-sec-1 li:before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 11px;
    background: url(https://sapo.vn/Themes/Portal/Default/StylesV2/images/landingsite/ld-sapoexpress/icon-checked.svg) no-repeat center center;
    flex-shrink: 0;
}

.dvs-btn {
    height: 70px;
    line-height: 70px;
    background: #2b9cff !important;
    font-size: 24px;
    color: var(--color-white);
    padding: 0 70px;
    border: none;
}

.dvs-sec-2 .bg {
    height: 960px;
    background: #eff8ff;
    background: -moz-linear-gradient(top, #eff8ff 0%, var(--color-white) 100%);
    background: -webkit-linear-gradient(top, #eff8ff 0%, var(--color-white) 100%);
    background: linear-gradient(to bottom, #eff8ff 0%, var(--color-white) 100%);
    background-position: 0 -320px;
}

.dvs-sec-2 .number {
    width: 66px;
    height: 74px;
    display: inline-block;
    vertical-align: top;
    background: url(https://sapo.vn/Themes/Portal/Default/StylesV2/images/landingsite/ld-sapoexpress/icon-circle-arrow.svg) no-repeat top center;
    padding: 6px;
    position: relative;
    line-height: 52px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--color-white);
    margin: 0 0 13px;
}

.dvs-sec-2 .number:before {
    content: "";
    height: 52px;
    width: 52px;
    background: #08f;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: -1;
}

.dvs-sec-2 h4,
.dvs-sec-3 h4 {
    font-size: 20px;
    font-weight: bold;
    color: #08f;
    line-height: 1.2;
    margin: 0 0 21px;
}

.dvs-sec-2 li,
.dvs-sec-3 li,
.s-content li {
    font-size: 16px;
    line-height: 26px;
    color: var(--textColor);
    padding-left: 16px;
    position: relative;
    margin: 0 0 19px !important;
    text-align: justify;
}

.dvs-sec-2 li:before,
.dvs-sec-3 li:before,
.s-content li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #08f;
    position: absolute;
    left: 0;
    top: 8px;
}

.dvs-sec-3 {
    z-index: 1;
}

.dvs-sec-3 .bg {
    background-position: top center;
    background-size: initial !important;
}

.dvs-sec-3 .r-ld .col-inner {
    background-color: var(--color-white);
    box-shadow: 0 0 40px 0 rgb(13 85 148 / 16%);
    height: 100%;
    padding: 25px 70px 35px;
}

.dvs-sec-3 .r-ld {
    position: relative;
}

.dvs-sec-4 .step {
    font-size: 50px;
}

.dvs-sec-4 .step p {
    margin: 0;
}

.col-ar-step {
    padding-bottom: 0;
}

.s-content {
    background: #EFFFFE;
    border-radius: 10px;
    padding: 10px 16px;
}

.s-content li {
    font-size: 15px;
}

.dvs-sec-4 .bg {
    background: url(https://sapo.vn/Themes/Portal/Default/StylesV2/images/landingsite/ld-sapoexpress/bg-hotro.png) no-repeat top center;
    position: absolute;
    top: -620px;
    left: 0;
    width: 100%;
    height: 1009px;
    z-index: 0;
}

.mkt-sec-1 li {
    font-size: 18px;
    font-weight: 400;
    color: var(--textColor);
    padding-left: 35px;
    background: url(https://www.sapo.vn//Themes/Portal/Default/StylesV2/images/hub/index/ticked.png) top left no-repeat;
    margin: 0 0 15px !important;
}

.mkt-btn {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 65px;
    line-height: 65px;
    padding: 0 38px;
    position: relative;
    z-index: 2;
    text-align: center;
    background-image: -moz-linear-gradient(0deg, #ff7a28 0%, #ff9450 100%);
    background-image: -webkit-linear-gradient(0deg, #ff7a28 0%, #ff9450 100%);
    background-image: -ms-linear-gradient(0deg, #ff7a28 0%, #ff9450 100%);
    box-shadow: 0 10px 30px 0 rgb(255 134 0 / 22%);
    border: none;
}

.mkt-sec-2 .text-title,
.mkt-sec-3 .text-title {
    margin-bottom: 30px;
}

.mkt-sec-2 li {
    padding-left: 70px;
    background: url(https://sapo.vn/Themes/Portal/Default/StylesV2/images/landingpos/appmobile/icon-checked.png) no-repeat top 4px left;
    font-size: 16px;
    line-height: 26px;
    color: var(--textColor);
    margin: 0 0 32px !important;
    text-align: justify;
}

.mkt-sec-2 .mkt-col-left {
    position: relative;
}

.mkt-sec-2 .mkt-col-left .video-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mkt-sec-2 .mkt-col-left .video-button-wrapper a {
    width: 95px;
    height: 95px;
    background: var(--color-white);
    border-color: var(--color-white);
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 50%);
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    line-height: 90px;
}

.mkt-sec-2 .mkt-col-left .video-button-wrapper i {
    color: #0088FF;
    font-size: 2.5em !important;
}

.mkt-sec-2 .col-arrow {
    position: relative;
    z-index: 1;
}

.mkt-sec-2 .col-arrow .col-inner {
    z-index: 1;
}

.mkt-sec-2 .col-arrow:after {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 50px 0 rgb(42 68 133 / 20%);
    line-height: 80px;
    background: var(--color-white);
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 0;
}

.mkt-tab-1,
.mkt-tab-2 {
    margin-top: 130px;
}

.mkt-tab-1 .nav,
.mkt-tab-2 .nav {
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
}

.mkt-tab-1 .tab-panels ul {
    list-style: none;
}

.mkt-tab-1 .tab-panels li {
    font-size: 16px;
    font-weight: 400;
    color: var(--textColor);
    padding-left: 35px;
    margin: 0 0 30px !important;
}

.mkt-tab-ct1 li {
    background: url(https://www.sapo.vn//Themes/Portal/Default/StylesV2/images/hub/index/tickblue.png?v=1) no-repeat;
}

.mkt-tab-ct2 li {
    background: url(https://www.sapo.vn//Themes/Portal/Default/StylesV2/images/hub/index/tickorange.png?v=1) no-repeat;
}

.mkt-tab-ct3 li {
    background: url(https://www.sapo.vn//Themes/Portal/Default/StylesV2/images/hub/index/tickgreen.png?v=1) no-repeat;
}

.mkt-tab-1 .tab {
    opacity: .6;
}

.mkt-tab-1 .tab.active {
    opacity: 1;
}

.mkt-tab-1 .tab:nth-child(1) a {
    color: #0859d3;
}

.mkt-tab-1 .tab:nth-child(1) a:before {
    background-color: #0859d3 !important;
}

.mkt-tab-1 .tab:nth-child(2) a {
    color: #ffae06;
}

.mkt-tab-1 .tab:nth-child(2) a:before {
    background-color: #ffae06 !important;
}

.mkt-tab-1 .tab:nth-child(3) a {
    color: #00B976;
}

.mkt-tab-1 .tab:nth-child(3) a:before {
    background-color: #00B976 !important;
}

.mkt-tab-1 .tab:nth-child(4) a {
    color: #A000FF;
}

.mkt-tab-1 .tab:nth-child(4) a:before {
    background-color: #A000FF !important;
}

.mkt-tab-1 .tab:nth-child(5) a {
    color: #08BC00;
}

.mkt-tab-1 .tab:nth-child(5) a:before {
    background-color: #08BC00 !important;
}

.mkt-tab-1 .nav,
.mkt-tab-2 .nav {
    border-bottom: 1px solid #ddd;
}

.mkt-tab-1 .tab a:after,
.mkt-tab-2 .tab a:after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.mkt-tab-1 .tab:nth-child(1) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/icon-tab-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-1 .tab:nth-child(2) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/icon-tab-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-1 .tab:nth-child(3) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/icon-tab-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-1 .tab:nth-child(4) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/icon-tab-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-1 .tab:nth-child(5) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/icon-tab-5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-2 .tab a {
    color: var(--color-white) !important;
}

.mkt-tab-2 .tab a:before {
    background-color: var(--color-white) !important;
}

.mkt-tab-2 .tab:nth-child(1) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/management-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-2 .tab:nth-child(2) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/management-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-2 .tab:nth-child(3) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/management-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-2 .tab:nth-child(4) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/management-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-2 .tab:nth-child(5) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/management-5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-tab-2 .tab:nth-child(6) a:after {
    content: '';
    background: url(/wp-content/uploads/2022/03/management-6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mkt-sec-5 .process-left .col-inner h3,
.mkt-sec-5 .process-right .col-inner h3 {
    background: #FF7A28;
    font-size: 16px;
}

.mkt-sec-4 {
    z-index: 10;
}

.mkt-sec-5 {
    margin-top: -80px;
    z-index: 1;
    padding-top: 180px !important;
}

.mkt-sec-5 .process-left:not(:last-child) {
    margin-bottom: 185px;
}

.mkt-sec-5 .process-left:nth-child(2) {
    margin-bottom: 195px;
}

.mkt-sec-5 .process-right {
    margin-top: 175px;
}

.mkt-sec-5 .process-right:last-child {
    margin-top: 200px;
}

.mkt-sec-5 .pro-img {
    margin-top: 30px;
}

#header .sub-menu {
    width: 790px;
    height: 310px;
    padding: 16px 25px 26px;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #1F8538;
}

#header .sub-menu li {
    width: 350px;
}

#header .sub-menu li:hover {
    background: #f1fff2;
}

#header .sub-menu li strong {
    font-size: 14px;
    line-height: 20px;
}

#header .sub-menu li p {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#header .sub-menu li img {
    float: left;
    display: block;
    width: 66px;
    height: 66px;
    margin-right: 10px;
    border: none;
}

#header .sub-menu li a {
    border-bottom: none;
}

#header .sub-menu li:last-child {
    margin-left: 35px;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-bottom-color: green;
}

#footer ul li a {
    color: var(--color-white);
}

.row.t-post .entry-header-text {
    display: block;
    text-align: left;
    margin-top: 30px;
    padding-left: 0;
    padding-bottom: 0;
}

.row.t-post .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.row.t-post .entry-header .entry-category {
    overflow: hidden;
    display: none;
}

.row.t-post .entry-header .entry-category i {
    float: left;
    font-size: 30px;
    margin-right: 10px;
}

.row.t-post .entry-header .entry-category span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: #1F8538;
}

.row.t-post .entry-header .entry-category a {
    font-size: 18px;
    font-weight: 500;
}

.row.t-post .entry-divider {
    display: none;
}

.tkw-sec-1 .section-bg {
    left: auto;
    right: -180px;
    width: 971px;
}

.from_the_blog_excerpt,
.home-blog .box-text .box-text-inner .post-meta {
    color: var(--textColor-light);
}

.du-an-lq {
    padding-top: 0px !important;
}

.wg-nd h3 {
    color: var(--textColor-light);
}

.nav.top-bar-nav .header-search:after,
.nav.top-bar-nav .header-search:before {
    display: none;
}

.nav.top-bar-nav .header-search a {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #2ba91c61;
    padding: 5px;
    justify-content: center;
}

.nav.top-bar-nav .header-search a:hover {
    background: var(--primaryColor);
}

li.header-search.current-dropdown>.nav-dropdown-full {
    transition: inherit !important;
}

.t-search {
    position: fixed;
    top: 0% !important;
    left: 50% !important;
    transform: translate(-50%, 0%);
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
}

.show-search {
    min-width: 100% !important;
    opacity: 1 !important;
    max-height: 100% !important;
}

.t-search li {
    position: absolute !important;
    top: 40% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, 100%, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 40%;
}

.t-search i.fa-times-circle {
    font-size: 2rem;
    color: var(--color-white);
    margin-top: 20px;
}

.t-search .header-search-form-wrapper .flex-row {
    background: var(--color-white);
    border-radius: 50px;
    padding: 5px;
}

.t-search .header-search-form-wrapper .flex-row .search-field {
    border: none;
    box-shadow: none;
    background: transparent;
}

.t-search .header-search-form-wrapper .flex-row .ux-search-submit {
    border-radius: 50px !important;
    background: var(--primaryColor);
}

.t-search .header-search-form:before {
    content: '' !important;
}

.t-search .autocomplete-suggestions {
    background: var(--color-white);
    width: 92%;
    margin: auto;
    border-top: 1px solid green;
}

p.related-post-title {
    font-size: 18px;
    font-weight: bold;
}

.feature {
    position: relative;
    overflow: hidden;
}

.feature::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.feature .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

ul.row.related-post li {
    list-style: none;
}

.related-title {
    margin-top: 10px !important;
}

.txt-htmd span {
    background: var(--primaryColor);
    padding: 5px 15px;
    color: var(--color-white);
    text-transform: uppercase;
    font-weight: 600;
}

.back-to-top {
    background: var(--primaryColor) !important;
    border-color: var(--subPrimaryColor) !important;
}

.back-to-top i {
    color: var(--color-white) !important;
}

.t-footer a:hover,
.t-footer li:hover:before {
    color: yellow !important;
}

.phone-ring a {
    color: var(--color-white) !important;
    margin-bottom: 0;
}

.nav-dark .nav>li>a {
    color: #969696;
}

.nav-dark .nav>li>a:hover {
    color: #35a249;
}

.n-tell {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.n-tell-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    left: -11px;
    bottom: 0px;
    display: block;
}

.n-tell-cricle {
    width: 85px;
    height: 85px;
    top: 12px;
    left: 12px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #35a249;
    background-color: transparent;
    -webkit-animation: phonering-cricle 1.2s infinite ease-in-out;
    animation: phonering-cricle 1.2s infinite ease-in-out;
    transition: all .5s;
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.n-tell-cricle-fill {
    width: 55px;
    height: 55px;
    top: 27px;
    left: 27px;
    background-color: rgba(53, 162, 73, 0.7);
    border-radius: 100%;
    position: absolute;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-fill 2.3s infinite ease-in-out;
    animation: phonering-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.n-tell-img-cricle {
    background-color: #35a249;
    width: 38px;
    height: 38px;
    top: 35px;
    left: 35px;
    position: absolute;
    background-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-circle-img 1s infinite ease-in-out;
    animation: phonering-circle-img 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    align-items: center;
    justify-content: center;
}

.n-tell-img-cricle .n-pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.n-tell-img-cricle .n-pps-btn-img img {
    width: 25px;
    height: 25px;
}

.n-tell .n-tell-bar {
    position: absolute;
    background: rgba(53, 162, 73, 0.75);
    height: 40px;
    width: 150px;
    line-height: 40px;
    border-radius: 3px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    padding: 0 10px;
    left: 35px;
    top: 35px;
    border-radius: 50px !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.n-tell .n-tell-bar>a {
    color: var(--color-white) !important;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: bold !important;
    text-indent: 30px;
    display: block !important;
    letter-spacing: 1px;
}

.n-tell .n-tell-bar .n-text-tell {
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes phonering-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-circle-img {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes phonering-cricle {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    50% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

.list-shortcut-desktop {
    position: fixed;
    z-index: 1000000000;
    right: 20px;
    bottom: 35%;
}

.list-shortcut-desktop .zalo {
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(100, 97, 97, .3);
    width: 48px;
    height: 48px;
    background: url(/wp-content/uploads/2022/05/all_shortcut.svg) 0 -100px;
    display: block;
    margin-bottom: 20px;
}

.list-shortcut-desktop .mess {
    border-radius: 50%;
    box-shadow: 0 0 25px 0 rgba(100, 97, 97, .3);
    width: 48px;
    height: 48px;
    background: url(/wp-content/uploads/2022/05/all_shortcut.svg) 0 -150px;
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) and (min-width: 1300px) {
    .tkw-sec-1 .section-bg {
        left: auto;
        right: -552px;
        width: 971px;
    }
    .home-sec-6 .flickity-prev-next-button.previous {
        right: 40%;
    }
    .home-sec-6 .flickity-prev-next-button.next {
        top: -10%;
        right: 30%;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1100px) {
    .tkw-sec-1 .section-bg {
        left: auto;
        right: -552px;
        width: 971px;
    }
    .home-sec-6 .flickity-prev-next-button.previous {
        right: 22%;
    }
    .home-sec-6 .flickity-prev-next-button.next {
        top: -10%;
        right: 10%;
    }
}

@media only screen and (min-width:1100px) {
    .home-sec-6 .align-bottom .button {
        position: relative;
        transition: .5s;
    }
    .home-sec-6 .align-bottom .button:hover {
        color: var(--color-white);
    }
    .home-sec-6 .align-bottom .button:before {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        top: 0;
        left: -15px;
        background-color: var(--primaryColor);
        z-index: -1;
        transition: .5s;
    }
    .home-sec-6 .align-bottom .button:hover:before {
        width: 115%;
    }
    .dvs-sec-3 .r-ld:before {
        content: '';
        background: url(https://sapo.vn/Themes/Portal/Default/StylesV2/images/landingsite/ld-sapoexpress/pattern.png) no-repeat center center;
        width: 455px;
        height: 436px;
        position: absolute;
        top: 108px;
        left: 297px;
        z-index: 1;
    }
    .dvs-sec-1 .img {
        position: absolute;
        max-width: 1050px;
        top: -350px;
        right: -108px;
        width: 800px !important;
    }
}

.tkl-sec-1 .col-video .col-inner {
    padding-top: 10rem;
    padding-left: 5rem;
}

.tknd-sec-3 {
    margin-top: -130px;
}

.tknd-sec-1 {
    background-position-x: calc(120% + 20px);
}

.tkw-sec-6 .ht-sec-2 {
    position: absolute;
    top: 50%;
    max-width: 1200px;
}

.tkw-sec-6 .section-content {
    height: 300px;
    padding-top: 50px;
}

.tkw-sec-6 {
    position: relative;
    margin-bottom: 500px;
}

.block-right {
    background: var(--color-bg-cream);
    width: calc(100% - 180px);
    margin-left: 180px;
    padding: 30px 28px 30px 0px;
    border-radius: 20px;
    padding-left: calc(45% - 85px);
}

.block-left .col-inner {
    position: absolute;
    left: 0;
    z-index: 3;
    height: calc(100% + 15px);
    top: 0px;
}

.block-left {
    position: absolute;
    left: 0;
    z-index: 3;
    height: 100%;
    top: -40px;
    left: 20px;
}

.row-td {
    transform: translateY(-150px);
}

@media only screen and (max-width:1500px) {
    .home-sec-6 .tabbed-content {
        width: calc(100% + ((100% - 1300px) / 2));
        left: calc((100% - 1220px) / 2);
        position: relative;
    }
    .home-sec-6 .flickity-prev-next-button.next {
        right: 39%;
    }
    .home-sec-6 .flickity-prev-next-button.previous {
        right: 50%;
    }
}

@media only screen and (max-width:1400px) {
    .home-sec-6 .tabbed-content {
        width: calc(100% + ((100% - 1100px) / 2));
        left: calc((100% - 1220px) / 2);
        position: relative;
    }
    .home-sec-6 .blog-right {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .row {
        width: 98%;
    }
    .home-sec-2 .row-slide {
        transform: translatey(-15%);
    }
    .home-sec-3 .banner {
        height: 380px;
    }
    .home-sec-5 {
        height: max-content;
    }
    .home-sec-5 .bg>div,
    .home-sec-5 .bg>div #rn-pbwp-div-0,
    .home-sec-5 .bg {
        height: 100%;
    }
    .conut-num {
        font-size: 26px;
    }
    .count-txt {
        font-size: 15px;
    }
    .thong-so img {
        width: 100%;
        height: 100%;
    }
    .home-sec-5 .medium-3 .row {
        align-items: center;
    }
    .home-sec-5 .medium-3 .row .col {
        padding-bottom: 2px;
    }
    .home {
        overflow: hidden;
    }
    .thong-so {
        padding: 0 5px;
        width: 97%;
    }
    .home-sec-5 .doanh-nghiep {
        padding: 50px 10px;
    }
    .home-sec-5 .doanh-nghiep h4 {
        font-size: 20px;
        margin-top: 60px;
    }
    .home-sec-6 .tabbed-content {
        width: auto;
        left: auto;
    }
    .home-sec-6 .blog-right {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .home-sec-6 .tab,
    .du-an-sec-2 .tab {
        margin: 0 0 5px 0;
    }
    .tabbed-content .nav {
        justify-content: space-around;
    }
    .home-sec-6 .flickity-prev-next-button.next,
    .home-sec-6 .flickity-prev-next-button.previous {
        top: 35%;
    }
    .home-sec-7 .slider-wrapper .slider {
        height: auto;
    }
    .txt-rotate>.wrap,
    .home-sec-1 h2,
    .txt-rotate,
    .text-title h2 {
        font-size: 30px;
    }
    .vct-sec-1 .video-button-wrapper a:after {
        font-size: 16px;
    }
    .home-sec-1,
    .home-sec-4,
    .home-sec-5,
    .td-sec-1 {
        padding-bottom: 3rem !important;
    }
    .block-left {
        position: inherit;
        height: auto;
        left: auto;
        top: auto;
    }
    .block-right {
        width: 100%;
        margin-left: 0;
        padding: 30px 28px;
    }
    .block-left .col-inner {
        position: inherit;
        top: 0;
        left: auto;
    }
    .block-left:before {
        width: 90%;
        top: -10px;
        bottom: 45px;
        left: 5px;
        z-index: 2;
        height: 90%;
    }
    .vct-title h3 {
        font-size: 24px;
    }
    .text-title h2 {
        font-size: 22px;
    }
    .vct-sec-5 {
        padding-top: 0 !important;
        height: 410px;
    }
    .ht-sec-2 .accordion {
        padding: 40px 20px 40px;
    }
    .ht-sec-2 .accordion .toggle {
        left: 88%;
    }
    .td-sec-3 .box-text p {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 4;
        height: 100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        padding: 0 20px;
    }
    #tablepress-1 {
        width: 1000px;
    }
    .tbl {
        overflow-x: auto;
    }
    .tbl::-webkit-scrollbar {
        height: 5px;
    }
    .tbl::-webkit-scrollbar-thumb {
        background: #666;
        border-radius: 20px;
    }
    .tbl::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 20px;
    }
    .home-sec-1,
    .home-sec-4,
    .home-sec-5,
    .td-sec-1 {
        padding-top: 2em !important;
    }
    .home-sec-1 {
        padding-top: 7em !important;
    }
    #main-menu>div>ul>li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-889.has-child {
        display: none;
    }
    .menu-bottom-drawer {
        display: none;

        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        background: var(--color-white);
        z-index: 1000;
        overflow-y: scroll;
    }
    .menu-bottom-drawer .title {
        padding: 20px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        background: var(--color-white);
    }
    .menu-bottom-drawer ul {
        padding-left: 15px;
        padding-right: 10px;
        list-style: none;
    }
    .title-box-service {
        display: flex;
    }
    .title-box-service img {
        width: 60px;
        margin-right: 5px;
        margin-bottom: 0;
        height: 60px;
    }
    .title-box-service h3,
    .title-box-service p {
        margin-bottom: 0;
    }
    .title-box-service p {
        font-size: 12px;
    }
    .menu-bottom-drawer ul li:not(:last-child) {
        border-bottom: 1px dashed #262F5A;
    }
    .menu-bottom-drawer ul li {
        padding: 10px 0;
    }
    .home-prf,
    .home-vct,
    .header-button a,
    .col-form .wpcf7-submit,
    #loadMore,
    #loadMore-2,
    #loadMore-3,
    #loadMore-4,
    #loadMore-5,
    #loadMore-6,
    #loadMore-7,
    .green-btn {
        font-size: 12px;
        padding: 5px 25px;
    }
    .wp-bottom-menu-item {
        justify-content: space-between;
    }
    .tkw-sec-1 .bg {
        background-image: none !important;
    }
    .tkw-sec-2 .bg {
        background-size: contain !important;
        background-position-x: -125px !important;
        background-position-y: 100% !important;
    }
    .tkw-sec-3 .accordion-title {
        font-weight: bold;
    }
    .tkw-sec-6 {
        margin-bottom: 1000px;
    }
    .process-left:after,
    .process-right:after {
        content: none;
    }
    .process-left,
    .process-right {
        margin: 0 !important;
    }
    .pro-img:not(:first-child) .img:before {
        content: '';
        height: 100px;
        width: 3px;
        background: #D9DBDD;
        position: absolute;
        top: 0%;
        left: 47%;
        z-index: -1;
    }
    .tknd-tab .tab a:after {
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 100%;
        left: 0;
    }
    .tknd-sec-2 ul {
        flex-wrap: wrap;
    }
    .tknd-tab .nav-line-bottom li {
        width: 40%;
        margin-top: 80px;
    }
    .tknd-tab {
        margin-top: 10px;
    }
    .home-sec-5 {
        margin-bottom: 800px !important;
    }
    .qt-sec-1 .bg {
        background-size: cover !important;
    }
    .qt-sec-3 {
        padding-top: 40px !important;
    }
    .qt-sec-3 .bg {
        background-image: url(/wp-content/uploads/2022/03/bg-utility-mobile.jpg) !important;
    }
    .block-content h3,
    .block-content h3 i {
        line-height: 35px;
        font-size: 14px;
    }
    .qt-sec-4 .qt-btn {
        width: max-content;
        padding: 0 20px;
        font-size: 14px;
    }
    .tkl-sec-1 .col-inner {
        text-align: center;
    }
    .tkl-sec-1 .bg {
        background-position: left -100px top;
    }
    .tkl-sec-1 .text-title h2 {
        font-size: 28px;
    }
    .tkl-sec-1 .col-inner .show-for-small p {
        font-size: 18px;
        margin-top: 10px;
    }
    .tkl-sec-1 {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }
    .tkl-sec-2 .col-inner {
        text-align: center;
    }
    .tkl-sec-2 .img {
        margin: auto;
    }
    .tkl-sec-4 .r2 .text-title {
        margin-bottom: 0;
    }
    #main .dvs-btn {
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        padding: 0 50px;
        margin: auto !important;
        display: block;
        width: max-content;
    }
    .dvs-sec-1 .text-title h2 {
        font-size: 28px;
        text-align: center;
    }
    .dvs-sec-1 .sub-title {
        text-align: center;
    }
    .dvs-sec-4 .step {
        font-size: 40px;
    }
    .s-content li,
    .s-content p {
        font-size: 14px;
        text-align: left;
    }
    .wp-bottom-menu img {
        height: 25px;
    }
    .wp-bottom-menu span {
        margin-top: 0;
    }
    .loi-ich-tab ul {
        list-style: none;
    }
    .loi-ich-tab li {
        margin-left: 0!important;
        padding-left: 2rem;
    }
    .loi-ich-tab .accordion-title,
    .hang-muc-tab .accordion-title {
        border: none;
        font-weight: 600;
        font-size: 16px;
        padding: 20px 60px;
    }
    .loi-ich-tab .accordion-item,
    .hang-muc-tab .accordion-item {
        border: 1px solid #ebebeb;
        margin-bottom: 15px;
        border-radius: 10px;
        text-align: left;
    }
    .loi-ich-tab button,
    .hang-muc-tab button {
        left: 90% !important;
        top: 1em!important;
        margin-left: inherit !important;
    }
    .loi-ich-tab .accordion-item:first-child a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/icon-tab-1.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .loi-ich-tab .accordion-item:nth-child(2) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/icon-tab-2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .loi-ich-tab .accordion-item:nth-child(3) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/icon-tab-3.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .loi-ich-tab .accordion-item:nth-child(4) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/icon-tab-4.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .loi-ich-tab .accordion-item:nth-child(5) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/icon-tab-5.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .hang-muc-tab .accordion-title {
        padding: 20px 20px 20px 60px;
        color: var(--color-white) !important;
    }
    .hang-muc-tab {
        margin-top: 30px;
    }
    .hang-muc-tab .accordion-item:nth-child(1) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/management-1.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .hang-muc-tab .accordion-item:nth-child(2) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/management-2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .hang-muc-tab .accordion-item:nth-child(3) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/management-3.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .hang-muc-tab .accordion-item:nth-child(4) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/management-4.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .hang-muc-tab .accordion-item:nth-child(5) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/management-5.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 7px;
    }
    .hang-muc-tab .accordion-item:nth-child(6) a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-image: url(/wp-content/uploads/2022/03/management-6.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5px;
        top: 20px;
    }
    .mkt-sec-5 .pro-img:not(:first-child) .img:before {
        top: -20%;
    }
    .mkt-sec-5 .pro-img:not(:last-child) .img:after {
        left: 47%;
    }
    .mkt-sec-1 .text-title h2 {
        font-size: 28px;
        text-align: center;
    }
    .mkt-sec-1 .is-divider {
        margin-left: auto;
        margin-right: auto;
    }
    .mkt-btn {
        height: 58px;
        font-size: 20px;
        line-height: 58px;
        padding: 0 50px;
        display: block;
        margin: auto;
        width: max-content;
    }
    .col-form .col-inner {
        margin-left: 0;
        overflow: hidden;
    }
    .lh-sec-2 h3 {
        font-size: 19px;
    }
    .lh-sec-2 p {
        font-size: 16px;
    }
    .home-sec-6 .tab-mb .box-text-inner h5 {
        font-size: 16px;
        font-weight: 600;
    }
    .home-sec-6 .tab-mb .box-text-inner {
        flex-direction: column-reverse;
        align-items: inherit;
    }
    .home-sec-6 .tab-mb .box-text-inner .cat-label {
        font-size: 14px;
        text-transform: capitalize;
        margin-top: 10px;
    }
    .header-main li.html.custom {
        display: block;
    }
    .custom.html_topbar_right span {
        font-size: 13px;
    }
    .custom.html_topbar_right img {
        width: 15px;
    }
    .custom.html_topbar_right a {
        padding: 0 4px;
    }
    .custom.html_topbar_right {
        display: flex !important;
        background: transparent;
        border-color: #ddd;
        align-items: center;
    }
    .detail-td h3,
    .course-title {
        font-size: 1.5rem !important;
    }
    .page-template {
        overflow: hidden;
    }
    .course-title1 {
        font-size: 1.5rem !important;
    }
    .home-sec-2 .flickity-prev-next-button.previous {
        right: 91%;
        left: auto;
    }
    .home-sec-2 .flickity-prev-next-button.next {
        left: 91%;
    }
    .post-head p {
        font-size: 15px;
    }
    .post-head .text-box {
        width: 90% !important;
    }
    .post-template-default .post-sidebar {
        padding: 0 15px 30px;
    }
    .vct-sec-3 .block-left {
        max-width: 98%;
        -ms-flex-preferred-size: 98%;
        flex-basis: 98%;
    }
    .home-sec-5 .sub-title p {
        margin-bottom: 0;
    }
    .sub-title i {
        margin-right: 5px;
    }
    .conut-num {
        line-height: 20px;
    }
    .home-sec-5 .medium-3 .row {
        align-items: flex-start;
    }
    #footer {
        padding-top: 20px;
    }
    #footer .row-collapse i {
        display: flex;
        width: 50px;
        height: 50px;
        background: #278D39;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    #footer .row-collapse {
        align-items: center;
    }
    #footer .row-collapse p {
        margin-bottom: 5px;
    }
    #footer .row-collapse span {
        font-size: 20px;
        font-weight: bold;
    }
    .col-phone {
        margin-bottom: 10px;
    }
    #footer .accordion-title {
        color: var(--color-white);
        font-weight: bold;
        padding-left: 10px;
    }
    #footer .accordion-title button {
        left: auto;
        right: 0;
    }
    .header-search-dropdown:before,
    .header-search-dropdown:after {
        content: none !important;
    }
    .icon-home-active {
        display: none;
    }
    .home .icon-home-active {
        display: block;
    }
    .home .icon-home {
        display: none;
    }
    .icon-dv-active,
    .icon-dm-active,
    .icon-profile-active {
        display: none;
    }
    .t-menu-mb .title {
        background: transparent;
        padding-left: 25px;
    }
    .t-menu-mb {
        background-image: linear-gradient(90deg, var(--subPrimaryColor), var(--iconSearch));
    }
    .mn-td {
        position: relative;
    }
    .mn-td .badge {
        position: absolute;
        top: 15px;
        left: 90px;
        display: none;
    }
    .mobile-nav .icon-search {
        color: var(--iconSearch);
    }
	@media (max-width:768px){

.hero-text{
padding:20px;
text-align:left;
}

.hero-text h3{
font-size:18px;
line-height:1.4;
}

.hero-text p{
font-size:15px;
line-height:1.6;
}

.hero-text ul{
padding-left:0;
margin-top:15px;
}

.hero-text ul li{
list-style:none;
display:flex;
align-items:flex-start;
margin-bottom:12px;
font-size:14px;
line-height:1.5;
}

.hero-text ul li i{
margin-right:10px;
font-size:16px;
color:#2b7cff;
margin-top:3px;
}

}
	@media (max-width:768px){

.feature-list .icon-box{
display:flex;
align-items:flex-start;
}

.feature-list .icon-box-img{
width:22px !important;
margin-right:10px;
}

.feature-list .icon-box-text{
font-size:14px;
line-height:1.6;
}

}
	
    .t-menu-mb a,
    .t-menu-mb .title {
        color: var(--color-white);
    }
    .t-menu-mb .title i {
        color: var(--color-black);
    }
    .menu-bottom-drawer.t-menu-mb ul {
        padding: 0 !important;
    }
    .t-menu-mb li {
        border-bottom: none !important;
        border-top: 1px dashed rgba(255, 255, 255, .5);
        margin-bottom: 0;
        padding: 15px 0 !important;
        padding-left: 45px !important;
        position: relative;
    }
    .t-menu-mb li:before {
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        color: var(--color-white);
        margin-right: 10px;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translatey(-50%);
    }
    .t-menu-mb li a {
        display: block;
        font-weight: bold;
    }
    .wp-bottom-menu {
        padding-top: 0;
    }
    .wp-bottom-menu-item {
        padding-top: 6px;
    }
    .bd-t {
        border-top: 2px solid var(--primaryColor);
    }
    .home .wp-bottom-menu-item.active {
        border-top: 2px solid var(--primaryColor);
    }
    .t-menu-mb li:hover {
        background-color: #39934F;
        padding-left: 45px !important;
    }
    .t-menu-mb li:hover:before {
        left: 25px;
    }
    .home-sec-8 .blog-des {
        padding: 0 15px;
    }
    .nav>li>a>i.icon-search {
        font-size: 1.4em;
    }
    .t-search li {
        width: 80%;
    }
    .home-sec-6 .nav::-webkit-scrollbar {
        height: 2px;
        margin-top: 10px;
    }
    .home-sec-6 .nav::-webkit-scrollbar-thumb {
        background: rgba(102, 102, 102, .1);
        border-radius: 20px;
    }
    .home-sec-6 .nav::-webkit-scrollbar-track {
        background: rgba(221, 221, 221, .1);
        border-radius: 20px;
    }
    .du-an-sec-2 .tabbed-content>ul,
    .home-sec-6 .nav {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: left;
    }
    .du-an-sec-2 .tabbed-content>ul li,
    .home-sec-6 .nav li {
        width: max-content;
        margin-right: 10px;
    }
    .du-an-sec-2 .tabbed-content>ul li a,
    .home-sec-6 .nav li a {
        width: max-content;
    }
    .du-an-sec-2 .post-title {
        font-size: 20px;
        font-family: 'Open Sans', sans-serif !important;
    }
    .post-head .banner-bg .bg {
        background-size: 80% !important;
        transform: scaleX(-2);
        background-position: 100%;
    }
    .closeMenu {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: #f0f0f0;
        border-radius: 50px;
        position: relative;
    }
    .closeMenu:before,
    .closeMenu:after {
        background-color: var(--textColor);
        content: "";
        left: 14px;
        height: 14px;
        position: absolute;
        top: 8px;
        width: 1px;
    }
    .closeMenu:before {
        transform: rotate(45deg);
    }
    .closeMenu:after {
        transform: rotate(-45deg);
    }
    .shape16,
    .shape16 img {
        height: 100%;
    }
    .tkw-sec-1 .brand {
        padding: 0 15px;
    }
    .tkw-sec-1 .brand .col {
        padding: 0 5px 10px !important;
    }
    .row-ct-td .col-inner a {
        font-size: 13px;
        width: 124px;
        flex-shrink: 0;
        margin-left: 10px;
    }
    .row-ct-td .col-inner {
        padding: 20px 15px;
    }
    .td-sec-3 .box-text h4 {
        margin-bottom: 10px;
        font-size: 20px;
        padding: 0 20px;
        height: 60px;
        line-height: 30px;
    }
    .home-sec-7 .flickity-prev-next-button.next,
    .home-sec-7 .flickity-prev-next-button.previous {
        bottom: -5%;
    }
    .home-sec-7 .flickity-prev-next-button.next {
        left: 56%;
    }
    .home-sec-7 .flickity-prev-next-button.previous {
        left: 35%;
    }
    .home-sec-8 .flickity-prev-next-button {
        margin-top: -15% !important;
    }
    .home-blog .cat-label {
        min-width: 157px;
    }
    .dvs-sec-3 .r-ld .col-inner {
        padding: 25px 30px;
    }
    .td-sec-2 p {
        font-size: 1rem;
    }
    .td-sec-2 .col {
        padding-bottom: 15px;
    }
    .vct-sec-1 .video-button-wrapper a {
        margin-bottom: 10px;
    }
    .list-shortcut-desktop,
    .phone-ring {
        display: none !important;
    }
 }

 .cm-trust-strip {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     flex-wrap: nowrap;
     padding-top: 10px;
     padding-bottom: 10px;
     max-width: 1170px;
     margin-left: auto;
     margin-right: auto;
 }

 .cm-trust-left {
     display: flex;
     align-items: center;
     gap: 12px;
     flex-wrap: wrap;
 }

 .cm-trust-label {
     font-size: 14px;
     color: var(--textColor);
     margin: 0;
 }

 .cm-trust-pill {
     display: inline-flex;
     align-items: center;
     padding: 6px 12px;
     border-radius: 999px;
     background: rgba(255, 180, 0, 0.18);
     color: #8a5a00;
     font-weight: 600;
     font-size: 13px;
     line-height: 1;
 }

 .cm-trust-logos {
     display: flex;
     align-items: center;
     gap: 22px;
     flex-wrap: nowrap;
     justify-content: center;
     flex: 1 1 auto;
 }

 .cm-trust-logos img {
     max-height: 34px;
     max-width: 100%;
     width: auto;
     opacity: 0.55;
     filter: grayscale(100%);
     transition: opacity .2s ease;
 }

 .cm-trust-logos img:only-child {
     max-height: 54px;
     opacity: 1;
 }

 .cm-trust-logos img:hover {
     opacity: 1;
 }

 .cm-modules {
     padding-top: 25px;
     padding-bottom: 25px;
     max-width: 1170px;
     margin-left: auto;
     margin-right: auto;
 }

 .cm-modules-grid {
     display: grid;
     grid-template-columns: repeat(5, minmax(0, 1fr));
     gap: 26px;
     align-items: start;
 }

 .cm-modules-grid .icon-box {
     min-width: 0;
     margin: 0 !important;
     width: 100%;
 }

 .cm-modules-title {
     text-align: center;
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 18px;
     color: var(--textColor);
 }

 .cm-modules-subtitle {
     text-align: center;
     margin-top: -10px;
     margin-bottom: 22px;
     font-size: 14px;
     color: var(--textColor-light);
 }


 .cm-modules .icon-box-img img {
     width: 72px;
     height: 72px;
     object-fit: contain;
 }

 .cm-modules .icon-box-text h3,
 .cm-modules .icon-box-text h4,
 .cm-modules .icon-box-text h5 {
     margin-top: 10px;
     margin-bottom: 4px;
     font-size: 16px;
     font-weight: 700;
     color: var(--textColor);
 }

 .cm-modules .icon-box-text p {
     margin: 0;
     font-size: 13px;
     color: var(--textColor-light);
     line-height: 1.4;
 }

 .cm-icon-marquee {
     overflow: hidden;
 }

 .cm-icon-marquee > .row {
     display: flex !important;
     flex-wrap: nowrap !important;
     align-items: center;
     gap: 10px;
     width: max-content;
     margin-left: 0 !important;
     margin-right: 0 !important;
     animation: cmIconMarquee 16s linear infinite;
     will-change: transform;
 }

 .cm-icon-marquee > .row > .col {
     padding-left: 0 !important;
     padding-right: 0 !important;
     margin-bottom: 0 !important;
     flex: 0 0 auto !important;
 }

 .cm-icon-marquee .cm-icon-marquee-track {
     display: flex;
     align-items: center;
     gap: 10px;
     width: max-content;
     animation: cmIconMarquee 16s linear infinite;
     will-change: transform;
 }

 .cm-icon-marquee .cm-icon-marquee-track > * {
     flex: 0 0 auto;
 }

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

 .cm-icon-marquee:hover > .row {
     animation-play-state: paused;
 }

 .cm-iconbox-marquee {
     overflow: hidden;
     position: relative;
 }

 .cm-iconbox-marquee .cm-iconbox-marquee-track {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     flex-wrap: nowrap;
     gap: 18px;
     width: max-content;
     will-change: transform;
 }

 .cm-iconbox-marquee .cm-iconbox-marquee-track.animate {
     animation-name: scrollMarquee;
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     animation-duration: var(--cm-marquee-duration, 14s);
 }

 .cm-iconbox-marquee .cm-iconbox-marquee-track .icon-box {
     flex: 0 0 auto;
     margin: 0 !important;
     width: auto;
 }

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

 @keyframes cmIconMarquee {
     0% {
         transform: translateX(0);
     }
     100% {
         transform: translateX(-50%);
     }
 }

 @media(max-width: 850px) {
     .cm-trust-logos {
         justify-content: flex-start;
         margin-top: 10px;
         flex-wrap: wrap;
     }
     .cm-modules-title {
         font-size: 22px;
     }

     .cm-modules-grid .icon-box {
         width: 100%;
     }

     .cm-trust-strip {
         flex-wrap: wrap;
     }

     .cm-modules-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
     }
 }

 @media(max-width: 480px) {
     .cm-modules-grid {
         grid-template-columns: 1fr;
     }
 }

 @media(max-width: 400px) {
     .green-btn,
     .btn-lh {
         padding: 5px 20px;
     }
     .green-btn span {
         font-size: 13px;
     }
     .btn-lh span {
         font-size: 14px;
     }
     .btn-lh {
         line-height: 1.8;
     }
 }

 .cm-solution-hero h1,
 .cm-solution-hero h2,
 .cm-solution-hero h3,
 .cm-solution-hero h4,
 .cm-solution-hero .section-title,
 .cm-solution-hero .section-title-main {
     color: #ff7a00;
 }

 .cm-solution-hero .icon-box-text h3,
 .cm-solution-hero .icon-box-text h4,
 .cm-solution-hero .icon-box-text h5,
 .cm-solution-hero .icon-box-title,
 .cm-solution-hero .icon-box-title a {
     color: #9d0d62 !important;
     font-weight: 700;
 }

 .cm-solution-hero p,
 .cm-solution-hero .text,
 .cm-solution-hero .icon-box-text,
 .cm-solution-hero .icon-box-text p {
     color: #5b6b7a;
 }

 .feature-iconbox .icon-box-title,
 .feature-iconbox .icon-box-title a,
 .feature-iconbox .icon-box-text h3,
 .feature-iconbox .icon-box-text h4,
 .feature-iconbox .icon-box-text h5 {
     color: #FFAC1F !important;
     font-weight: 700;
     margin-bottom: 6px;
 }

 .feature-iconbox .icon-box {
     margin-bottom: 16px;
 }

 .feature-iconbox .icon-box:last-child {
     margin-bottom: 0;
 }

 .feature-iconbox .icon-box-text p {
     margin-top: 0;
     line-height: 1.6;
 }

 .cm-solution-hero .button,
 .cm-solution-hero a.button,
 .cm-solution-hero .green-btn,
 .cm-solution-hero a.green-btn,
 .cm-solution-hero .btn-lh,
 .cm-solution-hero a.btn-lh,
 .cm-solution-hero input[type="submit"],
 .cm-solution-hero button {
     background: linear-gradient(90deg, var(--color-cta-1) 0%, var(--color-cta-2) 12%, var(--color-cta-3) 44%, var(--color-cta-4) 100%) !important;
     border: none !important;
     color: var(--color-white) !important;
     border-radius: 50px;
 }

 .cm-solution-hero .button:hover,
 .cm-solution-hero a.button:hover,
 .cm-solution-hero .green-btn:hover,
 .cm-solution-hero a.green-btn:hover,
 .cm-solution-hero .btn-lh:hover,
 .cm-solution-hero a.btn-lh:hover,
 .cm-solution-hero input[type="submit"]:hover,
 .cm-solution-hero button:hover {
     background: linear-gradient(90deg, var(--color-cta-4) 0%, var(--color-cta-3) 44%, var(--color-cta-2) 88%, var(--color-cta-1) 100%) !important;
     border: none !important;
 }

/* Tick icons xanh dương cho section Giải quyết toàn diện */
.cm-solution-hero .icon,
.cm-solution-hero .icon i,
.cm-solution-hero i.fa,
.cm-solution-hero i.fas,
.cm-solution-hero i.far,
.cm-solution-hero i[class*="fa-"],
.cm-solution-hero .icon-box-left .icon,
.cm-solution-hero .icon-box .icon {
    color: var(--color-blue-sapo) !important;
}

.cm-solution-hero .icon img,
.cm-solution-hero .icon-box .icon img {
    filter: hue-rotate(200deg) saturate(1.5);
}

 /* CTA Hero Section */
 .cm-cta-hero {
     padding: 60px 0;
     position: relative;
     overflow: hidden;
 }

.cm-cta-hero h1,
.cm-cta-hero h2,
.cm-cta-hero h3 {
    text-align: center;
    margin: 0;
    line-height: 1.25;
}

.cm-cta-hero p {
    text-align: center;
    margin: 8px auto 0;
    max-width: 760px;
    font-size: 13px;
    line-height: 1.6;
    color: #7b8794;
}

.cm-cta-highlight {
    color: #FFAC1F;
    font-weight: 800;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 768px) {
    .cm-cta-hero h1,
    .cm-cta-hero h2,
    .cm-cta-hero h3 {
        font-size: 20px;
    }
}

.cm-cta-hero .button,
.cm-cta-hero a.button {
    display: inline-block;
    background: #FFAC1F !important;
    border: none !important;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.cm-cta-hero .button:hover,
.cm-cta-hero a.button:hover {
    filter: brightness(0.95);
}

.cm-cta-hero .col,
.cm-cta-hero .col-inner {
    text-align: center;
}

.cm-cta-hero .cm-float-icon {
    position: absolute;
    z-index: 3;
    width: 44px;
    height: 44px;
    animation: cmFloatY 3.2s ease-in-out infinite;
}

.cm-cta-hero .cm-float-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.cm-cta-hero .cm-float-icon.is-1 {
    top: 42%;
    left: 20%;
    animation-delay: 0.1s;
}

.cm-cta-hero .cm-float-icon.is-2 {
    top: 26%;
    left: 56%;
    animation-delay: 0.4s;
}

.cm-cta-hero .cm-float-icon.is-3 {
    top: 78%;
    left: 29%;
    animation-delay: 0.2s;
}

.cm-cta-hero .cm-float-icon.is-4 {
    top: 42%;
    left: 78%;
    animation-delay: 0.6s;
}

.cm-feature-tabs.tabbed-content {
    padding-top: 16px;
    padding-bottom: 16px;
}

.cm-feature-tabs .section-title,
.cm-feature-tabs .section-title-main,
.cm-feature-tabs h1,
.cm-feature-tabs h2 {
    background: linear-gradient(90deg, #418DFF 0%, #275599 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cm-feature-tabs.tabbed-content .nav {
    justify-content: center;
    gap: 10px;
    padding: 6px;
    background: #fff;
    border: 1px solid #d9e2ec;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.12) !important;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cm-feature-tabs.tabbed-content .nav {
     border-bottom: 0 !important;
 }

 .cm-feature-tabs.tabbed-content .nav * {
     border-bottom: 0 !important;
     box-shadow: none;
 }

.cm-feature-tabs.tabbed-content .tab {
    margin: 0;
}

.cm-feature-tabs.tabbed-content .tab a {
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 600;
    font-size: 12px;
    color: #6b7a90;
    background: transparent;
    white-space: nowrap;
}

.cm-feature-tabs.tabbed-content .tab a:after,
.cm-feature-tabs.tabbed-content .tab a:before {
    display: none !important;
}

.cm-feature-tabs.tabbed-content .tab:hover a {
    background: rgba(19, 105, 213, 0.08);
    color: #2b3a4b;
}

.cm-feature-tabs.tabbed-content .tab.active a {
    background: var(--color-blue-sapo);
    color: var(--color-white);
}

.cm-feature-tabs.tabbed-content .tab-panels {
    margin-top: 30px;
}

/* Mobile tối ưu tab "Các chức năng gói tiêu chuẩn" */
@media (max-width: 767px) {
    /* Thanh tab full chiều ngang, bớt bo góc + đổ bóng nhẹ hơn */
    .cm-feature-tabs.tabbed-content .nav {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 16px;
        box-shadow: 0 6px 14px rgba(16, 24, 40, 0.10) !important;
        justify-content: flex-start;
    }

    /* Nút tab nhỏ lại, dễ bấm, không chiếm quá rộng */
    .cm-feature-tabs.tabbed-content .tab a {
        padding: 8px 14px;
        font-size: 11px;
    }

    /* Khoảng cách phía trên/dưới cụm tab gọn hơn */
    .cm-feature-tabs.tabbed-content {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cm-feature-tabs.tabbed-content .tab-panels {
        margin-top: 20px;
    }
}

.cm-gradient-text {
    background-image: linear-gradient(90deg, #FAAD14 0%, #FA541C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

@keyframes cmFloatY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 850px) {
    .cm-cta-hero .cm-float-icon {
        display: none;
    }
}

 /* Section Lợi ích */
 .cm-benefits {
     max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.cm-benefits-header {
    text-align: center;
    margin-bottom: 40px;
}

.cm-benefits-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.cm-benefits-title .highlight {
    color: var(--color-blue-sapo);
}

.cm-benefits-subtitle {
    font-size: 16px;
    color: #5b6b7a;
    margin: 0;
}

.cm-benefits-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cm-benefits-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cm-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.cm-benefit-item:hover {
    background: #eef4ff;
    transform: translateX(5px);
}

.cm-testimonials {
    background: linear-gradient(180deg, #f3f8ff 0%, #eaf2ff 100%);
    padding-top: 40px;
    padding-bottom: 30px;
}

.cm-testimonials .row-bg {
    background: transparent !important;
}

.cm-testimonials .section-bg-overlay,
.cm-testimonials .section-content,
.cm-testimonials .container,
.cm-testimonials .row,
.cm-testimonials .col,
.cm-testimonials .col-inner {
    background: transparent !important;
}

.cm-testimonials .title,
.cm-testimonials h2 {
    color: var(--color-blue-sapo);
}

.cm-testimonials .testimonial-box {
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 14px;
    box-shadow:
        0 0 0 1px rgba(17, 24, 39, 0.04),
        0 14px 30px rgba(18, 38, 63, 0.10);
    padding: 20px 18px;
    height: 100%;
    transition: transform 220ms ease, box-shadow 220ms ease;
    will-change: transform;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.cm-testimonials-slider,
.cm-testimonials-slider .flickity-viewport,
.cm-testimonials-slider .flickity-slider,
.cm-testimonials-slider .col,
.cm-testimonials-slider .col-inner {
    overflow: visible !important;
}

.cm-testimonials-slider .testimonial-box {
    transform: scale(0.94);
    opacity: 0.7;
    transition: transform 260ms ease, opacity 260ms ease, box-shadow 260ms ease;
}

.cm-testimonials-slider .is-selected .testimonial-box {
    transform: scale(1.06);
    opacity: 1;
    box-shadow: 0 18px 40px rgba(18, 38, 63, 0.14);
}

.cm-testimonials-slider .flickity-prev-next-button {
    width: 34px;
    height: 34px;
}

.cm-testimonials .testimonial-box:hover {
    box-shadow:
        0 0 0 1px rgba(17, 24, 39, 0.05),
        0 18px 40px rgba(18, 38, 63, 0.14);
    z-index: 5;
    position: relative;
}

.cm-testimonials-slider .testimonial-box:hover {
    transform: inherit;
}

.cm-testimonials .col,
.cm-testimonials .col-inner {
    overflow: visible;
}

.cm-testimonials .testimonial-box .icon-box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.cm-testimonials .testimonial-box .icon-box-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cm-testimonials .testimonial-box .testimonial-image {
    border-radius: 0 !important;
}

.cm-testimonials .testimonial-box .testimonial-text {
    font-style: normal;
    color: #2b3a4b;
    font-size: 13px;
    line-height: 1.55;
}

.cm-testimonials .testimonial-box .testimonial-meta {
    padding-top: 10px;
    line-height: 1.35;
}

.cm-testimonials .testimonial-box .testimonial-name {
    color: #F97316;
    font-weight: 700;
    display: block;
}

.cm-testimonials .testimonial-box .testimonial-name-divider {
    display: none;
}

.cm-testimonials .testimonial-box .testimonial-company {
    color: #6b7a90;
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

@media (max-width: 850px) {
    .cm-testimonials {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .cm-testimonials .testimonial-box {
        padding: 16px 14px;
    }
}

.cm-news .box-blog-post {
    position: relative;
}

.cm-news .box-blog-post .box-text {
    position: relative;
    z-index: 2;
}

.cm-news .box-blog-post .box-image {
    position: static;
}

.cm-news .box-blog-post .box-image a {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cm-news .box-blog-post .box-image a img {
    pointer-events: none;
}

.cm-lead-cta .title,
.cm-lead-cta h2,
.cm-lead-cta h3 {
    color: #F59E0B;
}

.cm-lead-form {
    border: 2px solid rgba(59, 130, 246, 0.7);
    border-radius: 10px;
    padding: 18px 18px 16px;
    background: rgba(255, 255, 255, 0.92);
}

.cm-lead-form .wpcf7 form {
    margin: 0;
}


.cm-lead-form .wpcf7 label {
    display: block;
    font-size: 0;
}

.cm-lead-form .wpcf7 input[type="text"],
.cm-lead-form .wpcf7 input[type="email"],
.cm-lead-form .wpcf7 input[type="tel"],
.cm-lead-form .wpcf7 select {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e6edf8;
    background: #ffffff;
    box-shadow: none;
    font-size: 13px;
}

.cm-lead-form .wpcf7 select {
    -webkit-appearance: none;
    appearance: none;
}

.cm-lead-form .wpcf7 input::placeholder {
    color: #9aa8ba;
}

.cm-lead-form .wpcf7 input[type="submit"] {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(90deg, #FBBF24 0%, #F97316 100%);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.cm-lead-form .wpcf7 input[type="submit"]:hover {
    filter: brightness(0.98);
}

.cm-site-footer {
    background: #14151d;
    color: rgba(255, 255, 255, 0.82);
}

.cm-site-footer .section-content {
    padding-top: 34px;
    padding-bottom: 24px;
}

.cm-site-footer .row,
.cm-site-footer .col,
.cm-site-footer .col-inner {
    text-align: left;
}

.cm-site-footer ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.cm-site-footer ul li {
    margin: 0 0 8px;
}

.cm-site-footer img {
    max-width: 100%;
    height: auto;
}

.cm-site-footer .cm-footer-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.cm-site-footer .cm-footer-logos .ux-image,
.cm-site-footer .cm-footer-logos figure {
    margin: 0;
}

.cm-site-footer .cm-footer-logos img {
    display: block;
    height: 36px;
    width: auto;
}

.cm-site-footer .cm-footer-col .title,
.cm-site-footer .cm-footer-col h3 {
    min-height: 32px;
    display: flex;
    align-items: flex-end;
}

.cm-site-footer .cm-footer-col ul,
.cm-site-footer .cm-footer-col .cm-footer-links {
    margin-top: 0;
}

.cm-site-footer h3,
.cm-site-footer .footer-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cm-site-footer p,
.cm-site-footer li,
.cm-site-footer a {
    color: rgba(255, 255, 255, 0.72);
}

.cm-site-footer a:hover {
    color: #F59E0B;
}

.cm-site-footer .cm-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cm-site-footer .cm-footer-links li {
    margin: 0 0 8px;
}

.cm-site-footer .cm-footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin-top: 18px;
    margin-bottom: 14px;
}

.cm-site-footer .cm-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 18px;
}

.cm-site-footer .cm-footer-social {
    display: flex;
    gap: 12px;
}

.cm-site-footer .cm-footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
}

.cm-site-footer .cm-footer-social a:hover {
    background: rgba(245, 158, 11, 0.18);
}

@media (max-width: 850px) {
    .cm-site-footer .cm-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

.cm-benefit-icon {
    font-size: 22px;
    color: var(--color-blue-sapo);
    flex-shrink: 0;
}

.cm-benefit-text {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a2e;
}

.cm-benefits-image {
    flex: 1;
    text-align: center;
}

.cm-benefits-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 850px) {
    .cm-benefits-content {
        flex-direction: column;
    }
    .cm-benefits-image {
        order: -1;
        margin-bottom: 30px;
    }
}

/* Class cho UX Builder - List tick xanh dương */
.cm-tick-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cm-tick-list li,
.cm-tick-list p {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    padding-right: 30px;
    background: transparent;
    border: none;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a2e;
    transition: all 0.3s ease;
    position: relative;
}

.cm-tick-list li:hover,
.cm-tick-list p:hover {
    background: transparent;
    color: var(--color-blue-sapo);
}

.cm-tick-list li::before,
.cm-tick-list p::before {
    content: "";
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233B82F6'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.cm-tick-list li::after,
.cm-tick-list p::after {
    content: "";
    width: 8px;
    height: 12px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14' fill='%23F97316'%3E%3Cpath d='M1 1l6 6-6 6' stroke='%23F97316' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.cm-accordion .accordion-title {
    border: none !important;
    padding: 12px 0 !important;
    padding-left: 0 !important;
    padding-right: 44px !important;
    position: relative;
}

.cm-accordion .accordion-title::before {
    content: none;
}

.cm-accordion .accordion-title .toggle {
    position: absolute !important;
    right: 12px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    color: #F97316 !important;
}

.cm-accordion .accordion-item {
    border: none !important;
    border-bottom: none !important;
	
}

.cm-accordion .accordion-inner {
    border: none !important;
    padding-left: 0 !important;
}

.cm-map {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.10);
}

.cm-map iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
}

.cm-map .cm-map-title {
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 800;
    color: #111827;
    line-height: 1.15;
    pointer-events: none;
}

@media (max-width: 850px) {
    .cm-map iframe {
        height: 320px;
    }
}

.cm-pricing-layout {
    padding: 20px 0 10px 0;
}

.cm-pricing .section-title,
.cm-pricing .section-title-main {
    color: var(--color-blue-sapo) !important;
}

.cm-pricing-layout .tabbed-content,
.cm-pricing-layout .ux-tabs,
.cm-pricing-layout .tabs {
    margin-top: 10px;
    text-align: center;
}

.cm-pricing-layout .nav,
.cm-pricing-layout .nav.nav-small {
    display: inline-flex;
    float: none !important;
    clear: both;
    width: auto;
    justify-content: center;
    gap: 10px;
}

.cm-pricing .nav,
.cm-pricing .nav.nav-small {
    padding: 4px;
    background: #fff;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.06);
}

.cm-pricing .nav > li > a {
    border-radius: 10px;
    padding: 9px 18px;
    font-weight: 700;
    border: 1px solid transparent;
    background: #fff;
    color: #2563eb;
    box-shadow: none;
    pointer-events: auto;
    min-width: 118px;
    text-align: center;
}

.cm-pricing .nav > li.active > a,
.cm-pricing .nav > li > a:hover {
    background: linear-gradient(90deg, #1A76FE 0%, #3F6DF7 80%, #6166F1 100%);
    border-color: transparent;
    color: #fff;
}

.cm-price-tabs {
    text-align: center;
}

.cm-price-tabs .nav {
    display: inline-flex;
    float: none !important;
    width: auto;
    margin: 0 auto;
    padding: 3px;
    gap: 0;
    background: #fff;
    border: 1px solid rgba(37, 99, 235, 0.22);
    border-radius: 8px;
    box-shadow: none;
}

.cm-price-tabs .nav::before,
.cm-price-tabs .nav::after {
    content: none !important;
}

.cm-price-tabs .nav > li {
    float: none !important;
    margin: 0 !important;
}

.cm-price-tabs .nav > li > a {
    border-radius: 6px;
    padding: 10px 22px;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    border: 1px solid transparent;
    background: transparent;
    color: #2563eb !important;
    box-shadow: none;
    min-width: 150px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

 .cm-price-tabs .nav > li > a * {
     color: inherit !important;
 }

.cm-price-tabs .nav > li > a:focus {
    outline: none;
    box-shadow: none;
}

.cm-price-tabs .nav > li.active > a,
.cm-price-tabs .nav > li > a:hover {
    background: linear-gradient(90deg, #1A76FE 0%, #3F6DF7 80%, #6166F1 100%);
    color: #fff !important;
}

/* Mobile tối ưu tabs BASIC / STANDARD / PLUS / PRO / ENTERPRISE ở bảng giá */
@media (max-width: 767px) {
    .cm-price-tabs .nav {
        display: flex;
        flex-direction: column; /* mỗi tab 1 dòng cho dễ đọc trên mobile */
        width: 100%;
        max-width: 100%;
        margin: 0;
        justify-content: flex-start;
        gap: 6px;
    }

    .cm-price-tabs .nav > li {
        flex: 0 0 auto;
    }

    .cm-price-tabs .nav > li > a {
        min-width: 100%;
        padding: 10px 14px;
        font-size: 12px;
        white-space: normal;
        justify-content: flex-start;
    }
}

/* remove Flatsome tab panel/top lines inside pricing tabs */
.cm-price-tabs .tab-panels,
.cm-price-tabs .tabbed-content,
.cm-price-tabs .tabs {
    border: none !important;
}

.cm-price-tabs .tab-panels::before,
.cm-price-tabs .tab-panels::after,
.cm-price-tabs .tabbed-content::before,
.cm-price-tabs .tabbed-content::after,
.cm-price-tabs .tabs::before,
.cm-price-tabs .tabs::after {
    content: none !important;
}

.cm-pricing-grid {
    margin-top: 18px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row.cm-pricing-grid {
    margin-top: 18px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cm-pricing-grid .row {
    margin-left: -10px;
    margin-right: -10px;
}

.row.cm-pricing-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.cm-pricing-grid .col {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
}

.row.cm-pricing-grid > .col {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
}

@media (min-width: 850px) {
    .cm-pricing-grid.cm-auto-5 .row,
    .cm-pricing-grid.cm-auto-6 .row,
    .row.cm-pricing-grid.cm-auto-5,
    .row.cm-pricing-grid.cm-auto-6 {
        display: flex;
        flex-wrap: wrap;
    }

    .cm-pricing-grid.cm-auto-5 .row > .col,
    .row.cm-pricing-grid.cm-auto-5 > .col {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cm-pricing-grid.cm-auto-6 .row > .col,
    .row.cm-pricing-grid.cm-auto-6 > .col {
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
}

@media (min-width: 550px) and (max-width: 849px) {
    .cm-pricing-grid.cm-auto-5 .row,
    .cm-pricing-grid.cm-auto-6 .row,
    .row.cm-pricing-grid.cm-auto-5,
    .row.cm-pricing-grid.cm-auto-6 {
        display: flex;
        flex-wrap: wrap;
    }

    .cm-pricing-grid.cm-auto-5 .row > .col,
    .cm-pricing-grid.cm-auto-6 .row > .col,
    .row.cm-pricing-grid.cm-auto-5 > .col,
    .row.cm-pricing-grid.cm-auto-6 > .col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 549px) {
    .cm-pricing-grid.cm-auto-5 .row,
    .cm-pricing-grid.cm-auto-6 .row,
    .row.cm-pricing-grid.cm-auto-5,
    .row.cm-pricing-grid.cm-auto-6 {
        display: flex;
        flex-wrap: wrap;
    }

    .cm-pricing-grid.cm-auto-5 .row > .col,
    .cm-pricing-grid.cm-auto-6 .row > .col,
    .row.cm-pricing-grid.cm-auto-5 > .col,
    .row.cm-pricing-grid.cm-auto-6 > .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cm-pricing-grid .col-inner {
    display: flex;
    width: 100%;
}

.ux-builder-frame .cm-pricing-grid .col,
.ux-builder-frame .cm-pricing-grid .col-inner,
body.ux-builder .cm-pricing-grid .col,
body.ux-builder .cm-pricing-grid .col-inner {
    display: block;
}

@media (max-width: 849px) {
    .cm-pricing-grid .row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .cm-pricing-grid .col {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 12px;
    }
}

.row.vk-price-grid,
.vk-price-grid .row {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6px;
    padding-right: 6px;
}

.row.vk-price-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.row.vk-price-grid > .col {
    width: auto;
    max-width: none;
    flex: initial;
    padding: 0;
    margin: 0;
}

@media (max-width: 849px) {
    .row.vk-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 549px) {
    .row.vk-price-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

.vk-price-card {
    height: 100%;
}

.vk-price-card .button.vk-price-btn {
    min-height: 44px;
}

@media (min-width: 850px) {
    .cm-price-card {
        min-height: 560px;
    }
}

.cm-price-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(17, 24, 39, 0.06);
    padding: 14px 18px 16px 18px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    margin-right: 0 !important;
}

.cm-price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.10);
}

.cm-price-card .cm-plan-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:15px;
    min-height: 28px;
}

.cm-price-card .cm-plan-top .icon-box-title,
.cm-price-card .cm-plan-top .icon-box-title * {
    line-height: 1.05;
}

.cm-price-card .cm-plan-top .icon-box-img {
    margin-top: 1px;
}

.cm-price-card .cm-plan-name {
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.05;
    min-height: 28px;
}

.cm-price-card .cm-plan-desc {
    font-size: 12px;
    color: #6b7280;
    margin: 0 0 10px 0;
    line-height: 1.35;
    min-height: 44px;
}

.cm-price-card .cm-plan-price {
    font-size: 20px;
    font-weight: 900;
    color: #111827;
    margin: 6px 0 2px 0;
    line-height: 1.1;
    min-height: 26px;
}

.cm-price-card .cm-plan-sub {
    font-size: 12px;
    color: #6b7280;
	
    margin: 0 0 12px 0;
    min-height: 16px;
}

.cm-price-card .button {
    border-radius: 10px !important;
    width: 100%;
    margin: 6px 0 14px 0;
    font-weight: 800;
    font-size: 12px;
    line-height: 1.1;
    padding: 10px 12px;
    white-space: nowrap;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cm-price-card .button.cm-btn-pricing {
    background: linear-gradient( #1A76FE 0%, #3F6DF7 80%, #6166F1 100%) !important;
    color: #fff !important;
    border-radius: 4px !important;
    overflow: hidden;
    width: auto !important;
    min-width: 170px;
    max-width: 150px;
    padding: 8px 12px;
    min-height: 34px;
    font-size: 11px;
    line-height: 1.1;
    white-space: nowrap;
    margin-left: auto !important;
    margin-right: auto !important;
}

.cm-price-card .button.cm-btn-pricing span {
    border-radius: inherit;
}

.cm-price-card .button.cm-btn-pricing:hover {
    filter: brightness(0.98);
    box-shadow: 0 16px 30px rgba(26, 118, 254, 0.28);
}

.cm-price-card .button.cm-btn-compact {
    width: auto !important;
    padding: 10px 18px !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cm-price-card .cm-plan-features {
    margin-top: auto;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    border-top: 0;
	align-items: center;
}

.cm-price-card .cm-plan-features .cm-features-title {
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: #111827;
    margin: 0 0 8px 0;
    line-height: 1.2;
    padding-left: 2px;
    padding-right: 2px;
}

.cm-price-card .cm-plan-features > p:first-child {
    font-size: 13px;
    font-weight: 900;
    color: #111827;
    margin: 0 0 8px 0;
    line-height: 1.2;
    padding-left: 2px;
    padding-right: 2px;
}

.cm-price-card .cm-plan-features p,
.cm-price-card .cm-plan-features li {
    font-size: 14px;
    color: #111827;
    line-height: 1.55;
	margin-top: 7px;
}

.cm-price-card .cm-badge {
     position: absolute;
    left: 73%;
    top: -13px;
    right: auto;
    transform: translateX(-50%);
    background: #418DFF;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 999px;
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.25);
    white-space: nowrap;
    z-index: 2;
}

.cm-price-card.cm-featured {
    border-color: rgba(37, 99, 235, 0.65);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.16);
    transform: none;
}

.cm-price-card.cm-featured::after {
    content: none;
}

.cm-plan-basic .cm-plan-name,
.cm-plan-basic .cm-plan-name h1,
.cm-plan-basic .cm-plan-name h2,
.cm-plan-basic .cm-plan-name h3,
.cm-plan-basic .icon-box-title,
.cm-plan-basic .icon-box-title * { color: #13C2C2 !important; }

.cm-plan-standard .cm-plan-name,
.cm-plan-standard .cm-plan-name h1,
.cm-plan-standard .cm-plan-name h2,
.cm-plan-standard .cm-plan-name h3,
.cm-plan-standard .icon-box-title,
.cm-plan-standard .icon-box-title * { color: #2563eb !important; }

.cm-plan-plus .cm-plan-name,
.cm-plan-plus .cm-plan-name h1,
.cm-plan-plus .cm-plan-name h2,
.cm-plan-plus .cm-plan-name h3,
.cm-plan-plus .icon-box-title,
.cm-plan-plus .icon-box-title * { color: #f97316 !important; }

.cm-plan-pro .cm-plan-name,
.cm-plan-pro .cm-plan-name h1,
.cm-plan-pro .cm-plan-name h2,
.cm-plan-pro .cm-plan-name h3,
.cm-plan-pro .icon-box-title,
.cm-plan-pro .icon-box-title * { color: #2563eb !important; }

.cm-plan-enterprise .cm-plan-name,
.cm-plan-enterprise .cm-plan-name h1,
.cm-plan-enterprise .cm-plan-name h2,
.cm-plan-enterprise .cm-plan-name h3,
.cm-plan-enterprise .icon-box-title,
.cm-plan-enterprise .icon-box-title * { color: #7c3aed !important; }

@media (max-width: 849px) {
    .cm-price-card {
        padding: 16px;
    }
}

.cm-compare-table {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.cm-compare-table .table-wrapper,
.cm-compare-table .ux-table,
.cm-compare-table table {
    width: 100%;
}

.cm-compare-table .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cm-compare-table table {
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.cm-compare-table thead th {
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #2563eb;
    background: #fff;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    padding: 12px 10px;
    text-align: center;
    white-space: nowrap;
}

.cm-compare-table thead th:first-child {
    text-align: left;
    min-width: 320px;
}

.cm-compare-table tbody td {
    font-size: 12px;
    color: #111827;
    padding: 9px 10px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    vertical-align: middle;
}

.cm-compare-table tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.cm-compare-table tbody td:not(:first-child) {
    text-align: center;
}

.cm-compare-table tbody td:first-child {
    font-weight: 500;
}

.cm-compare-table .cm-compare-group td {
    background: #fff !important;
    font-weight: 800;
    color: #111827;
    padding-top: 14px;
    padding-bottom: 8px;
    border-bottom: 0;
}

.cm-compare-table .cm-compare-check {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.cm-compare-table .cm-compare-empty {
    opacity: 0.2;
}

@media (max-width: 849px) {
    .cm-compare-table thead th:first-child {
        min-width: 260px;
    }
}

.vk-compare-v2 {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.vk-compare-v2 .table-wrapper,
.vk-compare-v2 .ux-table,
.vk-compare-v2 table {
    width: 100%;
}

.vk-compare-v2 .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vk-compare-v2 table {
    border-collapse: collapse;
    background: #fff;
    border-top: 1px solid rgba(17, 24, 39, 0.10);
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.vk-compare-v2 thead th {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #111827;
    padding: 12px 10px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.vk-compare-v2 thead th:first-child {
    text-align: left;
    width: 38%;
    min-width: 280px;
}

.vk-compare-v2 tbody td {
    font-size: 12px;
    color: #111827;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
    vertical-align: middle;
}

.vk-compare-v2 tbody td:not(:first-child) {
    text-align: center;
}

.vk-compare-v2 tbody td:first-child {
    color: rgba(17, 24, 39, 0.85);
}

.vk-compare-v2 .vk-compare-group td {
    font-weight: 700;
    color: #111827;
    padding-top: 14px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(17, 24, 39, 0.10);
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.vk-compare-v2 .vk-compare-check {
    font-size: 14px;
    color: rgba(17, 24, 39, 0.55);
    line-height: 1;
}

.vk-compare-v2 .vk-compare-empty {
    color: rgba(17, 24, 39, 0.20);
}

@media (max-width: 849px) {
    .vk-compare-v2 thead th:first-child {
        min-width: 260px;
    }
}

.vk-compare-v3 {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    
    box-sizing: border-box;
}

.vk-compare-v3 .table-wrapper,
.vk-compare-v3 .ux-table,
.vk-compare-v3 table {
    width: 100%;
}

.vk-compare-v3 .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vk-compare-v3 table {
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    table-layout: fixed;
}

.vk-compare-v3 thead th {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 8px 4px;
    text-align: center;
    white-space: nowrap;
    color: #2563eb;
    background: #fff;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.vk-compare-v3 thead th:first-child {
    text-align: left;
    width: 28%;
    min-width: 260px;
    color: #111827;
}

.vk-compare-v3 thead th:not(:first-child) {
    width: 14.4%;
}

.vk-compare-v3 thead th:nth-child(2) { color: #13C2C2; }
.vk-compare-v3 thead th:nth-child(3) { color: #2563eb; }
.vk-compare-v3 thead th:nth-child(4) { color: #f59e0b; }
.vk-compare-v3 thead th:nth-child(5) { color: #2563eb; }
.vk-compare-v3 thead th:nth-child(6) { color: #7c3aed; }

.vk-compare-v3 tbody td {
    font-size: 16px;
    color: #111827;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
    vertical-align: middle;
}   

.cm-save-range-box {
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 14px;
    padding: 18px 18px;
    text-align: center;
}

.cm-save-range-title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #2563eb;
    margin: 0 0 10px 0;
}

.cm-save-range-value {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 8px 0;
}

.cm-save-range-value .cm-save-range-num {
    font-size: 48px;
    color: #f59e0b;
}

.cm-save-range-value .cm-save-range-sep {
    font-size: 44px;
    color: #f59e0b;
}

.cm-save-range-value .cm-save-range-suffix {
    font-size: 30px;
    color: #f59e0b;
}

.cm-save-range-sub {
    font-size: 13px;
    font-weight: 900;
    color: #111827;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

.cm-save-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 16px;
    overflow: hidden;
    min-height: 220px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
}

.cm-save-card .cm-save-card-inner {
    padding: 20px 18px 18px 84px;
    text-align: center;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cm-save-card .cm-save-ribbon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 64px;
    background: #1a76fe;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cm-save-card .cm-save-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;
    width: 12px;
    background: linear-gradient(135deg, transparent 7px, #1a76fe 0) top,
                linear-gradient(45deg, transparent 7px, #1a76fe 0) bottom;
    background-size: 12px 16px;
    background-repeat: repeat-y;
}

.cm-save-card .cm-save-ribbon span {
    display: block;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.cm-save-card .cm-save-title {
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 900;
    color: #111827;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.cm-save-card .cm-save-range {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin: 0 0 12px 0;
    line-height: 1;
}

.cm-save-card .cm-save-range .cm-save-num {
    font-size: clamp(40px, 4.2vw, 48px);
    font-weight: 900;
    color: #f59e0b;
}

.cm-save-card .cm-save-range .cm-save-sep {
    font-size: clamp(36px, 3.9vw, 44px);
    font-weight: 900;
    color: #f59e0b;
}

.cm-save-card .cm-save-range .cm-save-suffix {
    font-size: clamp(22px, 2.7vw, 28px);
    font-weight: 900;
    color: #f59e0b;
}

.cm-save-card .cm-save-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cm-save-card .cm-save-bottom .cm-save-bottom-left {
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 900;
    color: #111827;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.cm-save-card .cm-save-tags {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cm-save-card .cm-save-tags span {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
}

.cm-save-card .cm-save-tags .t1 { color: #2563eb; }
.cm-save-card .cm-save-tags .t2 { color: #1a76fe; }
.cm-save-card .cm-save-tags .t3 { color: #2563eb; }

.vk-compare-v3 tbody td:not(:first-child) {
    text-align: center;
}

.vk-compare-v3 tbody tr:nth-child(even) td {
    background: #eef6ff;
}

.vk-compare-v3 .vk-compare-group td {
    background: #fff !important;
    font-weight: 800;
    color: #111827;
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 0;
}

.vk-compare-v3 .vk-compare-check {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.vk-compare-v3 .vk-compare-empty {
    opacity: 0.2;
}

@media (max-width: 849px) {
    .vk-compare-v3 thead th:first-child {
        min-width: 280px;
    }
}

/* Mobile tối ưu bảng so sánh vk-compare-v3 */
@media (max-width: 767px) {
    .vk-compare-v3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vk-compare-v3 .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* Thêm shadow để người dùng biết có thể scroll */
        position: relative;
        /* Custom scrollbar đẹp hơn */
        scrollbar-width: thin;
        scrollbar-color: #2563eb #f0f4f8;
    }

    /* Webkit browsers (Chrome, Safari, Edge) */
    .vk-compare-v3 .table-wrapper::-webkit-scrollbar {
        height: 8px;
    }

    .vk-compare-v3 .table-wrapper::-webkit-scrollbar-track {
        background: #f0f4f8;
        border-radius: 10px;
    }

    .vk-compare-v3 .table-wrapper::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #2563eb 0%, #1A76FE 100%);
        border-radius: 10px;
        border: 2px solid #f0f4f8;
    }

    .vk-compare-v3 .table-wrapper::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg, #1A76FE 0%, #2563eb 100%);
    }

    .vk-compare-v3 .table-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        background: linear-gradient(to left, rgba(255,255,255,0.95), transparent);
        pointer-events: none;
        z-index: 1;
    }

    /* Cột đầu tiên sticky khi scroll ngang */
    .vk-compare-v3 thead th:first-child,
    .vk-compare-v3 tbody td:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0,0,0,0.08);
    }

    .vk-compare-v3 tbody tr:nth-child(even) td:first-child {
        background: #eef6ff;
    }

    /* Giảm font size và padding cho mobile, cho phép chữ rớt 2 dòng cho dễ đọc */
    .vk-compare-v3 thead th {
        font-size: 11px;
        padding: 6px 4px;
        letter-spacing: 0.05px;
        white-space: normal;      /* cho phép xuống dòng */
        word-break: break-word;   /* STANDARD / ENTERPRISE không bị dính nhau */
        line-height: 1.2;
    }

    .vk-compare-v3 thead th:first-child {
        min-width: 220px;
        padding-left: 12px;
        padding-right: 8px;
        font-size: 12px;
    }

    .vk-compare-v3 tbody td {
        font-size: 11px;
        padding: 8px 6px;
    }

    .vk-compare-v3 tbody td:first-child {
        padding-left: 12px;
        padding-right: 8px;
        font-size: 11px;
        min-width: 220px;
    }

    /* Nhóm tính năng (group header) */
    .vk-compare-v3 .vk-compare-group td {
        padding-top: 12px;
        padding-bottom: 6px;
        font-size: 12px;
    }

    .vk-compare-v3 .vk-compare-group td:first-child {
        padding-left: 12px;
    }

    /* Checkmark nhỏ hơn trên mobile */
    .vk-compare-v3 .vk-compare-check {
        font-size: 10px;
        width: 16px;
        height: 16px;
    }
}

/* Trust Section - Logo Marquee */
.cm-trust-section {
    padding: 30px 0;
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

 .cm-trust-title,
 .cm-trust-title h2,
 .cm-trust-title h3,
 .cm-trust-title .section-title-main {
     text-align: center;
     color: var(--color-blue-sapo) !important;
     font-size: 26px;
     line-height: 1.2;
     font-weight: 700;
     margin: 0 0 6px 0;
 }

 .cm-trust-subtitle,
 .cm-trust-subtitle p {
     text-align: center;
     color: #6b7280;
     font-size: 13px;
     line-height: 1.4;
     margin: 0;
     font-weight: 400;
     display: block;
     width: 100%;
     max-width: 520px;
     margin-left: auto;
     margin-right: auto;
 }

.cm-trust-section .row {
    align-items: center;
}

.cm-trust-pill,
.cm-trust-pill.button,
a.cm-trust-pill,
a.button.cm-trust-pill,
.cm-trust-section .cm-trust-pill,
.cm-trust-section a.button.cm-trust-pill {
    background: #FFE8C2 !important;
    background-image: none !important;
    color: #1a1a2e !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

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

.cm-logo-marquee .cm-marquee-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    will-change: transform;
}

.cm-logo-marquee .cm-marquee-track.animate {
    animation-name: scrollMarquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--cm-marquee-duration, 20s);
}

.cm-logo-marquee img {
    height: auto;
    width: auto;
    max-height: none;
    filter: none;
    opacity: 1;
    transition: transform 180ms ease, filter 180ms ease;
    flex-shrink: 0;
}

.cm-logo-marquee img:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 10px 18px rgba(65, 141, 255, 0.35))
            drop-shadow(0 2px 6px rgba(39, 85, 153, 0.25));
    opacity: 1;
}

.cm-stats-grid img {
    max-height: 240px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.cm-stats-grid .img,
.cm-stats-grid .img-inner,
.cm-stats-grid .image-cover,
.cm-stats-grid .image-cover img,
.cm-stats-grid .image-tools,
.cm-stats-grid .image-tools img {
    max-height: 240px;
}

@media (max-width: 850px) {
    .cm-stats-grid img {
        max-height: 200px;
    }
    .cm-stats-grid .img,
    .cm-stats-grid .img-inner,
    .cm-stats-grid .image-cover,
    .cm-stats-grid .image-cover img,
    .cm-stats-grid .image-tools,
    .cm-stats-grid .image-tools img {
        max-height: 200px;
    }
}

.cm-saving-text {
    font-family: inherit;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
}

.cm-saving-text.cm-saving-2col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.cm-saving-text p {
    margin: 0 !important;
}

.cm-saving-text .line-1,
.cm-saving-text .line-2,
.cm-saving-text .line-3 {
    margin: 0;
}

.cm-saving-text .line-1 {
    color: #8b1010 !important;
    font-size: clamp(26px, 3.1vw, 38px) !important;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;
}

.cm-saving-text .line-2 {
    color: #ff7a00 !important;
    font-size: clamp(28px, 3.3vw, 40px) !important;
    letter-spacing: 0.5px;
    display: block;
    white-space: nowrap;
    margin-bottom: 6px;
}

.cm-saving-text .line-3 {
    color: #8b1010 !important;
    font-size: clamp(26px, 3.1vw, 38px) !important;
}

.cm-stat-vert {
    text-align: left;
}

.cm-stat-vert .cm-stat-num {
    display: block;
    font-weight: 800;
    font-size: 34px !important;
    line-height: 1;
    color: #7a6cff !important;
    margin: 0 0 6px 0;
}

.cm-stat-vert .cm-stat-label {
    display: block;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 1.25;
    color: #111827 !important;
    margin: 0;
}

@media (max-width: 850px) {
    .cm-stat-vert .cm-stat-num {
        font-size: 30px !important;
    }
    .cm-stat-vert .cm-stat-label {
        font-size: 13px !important;
    }
}

.cm-stat-20m {
    text-align: center;
    text-transform: uppercase;
}

.cm-stat-20m br {
    display: none;
}

.cm-stat-20m p {
    margin: 0 !important;
}

.cm-stat-20m .cm-20m-title {
    display: block !important;
    font-weight: 800;
    font-size: clamp(16px, 1.6vw, 22px);
    letter-spacing: 0.6px;
    color: #3b78b6 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-align: center;
}

.cm-stat-20m .cm-20m-num {
    display: block !important;
    font-weight: 900;
    font-size: clamp(44px, 4.2vw, 64px);
    line-height: 1;
    background-image: linear-gradient(90deg, #d61f2c 0%, #ff4f86 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.06), 0 10px 18px rgba(214, 31, 44, 0.16);
    margin: 0 0 10px 0;
    text-align: center;
}

.cm-stat-20m .cm-20m-num > span {
    display: inline;
}

.cm-stat-20m .cm-20m-sub {
    display: block;
    font-weight: 900;
    font-size: clamp(18px, 1.9vw, 26px);
    letter-spacing: 0.6px;
    color: #3b78b6 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    line-height: 1.15;
    margin: 0;
}

.cm-stat-20m .cm-20m-sub + .cm-20m-sub {
    margin-top: 6px;
}

@media (max-width: 850px) {
    .cm-stat-20m .cm-20m-title {
        font-size: 14px;
    }
    .cm-stat-20m .cm-20m-num {
        font-size: 36px;
    }
    .cm-stat-20m .cm-20m-sub {
        font-size: 18px;
    }
}

.cm-stat-500 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 30px;
}

.cm-vcenter,
.cm-vcenter > .col-inner,
.cm-vcenter > .col-inner > .text,
.cm-vcenter > .col-inner > .text > .text-inner {
    height: 100%;
}

.cm-vcenter > .col-inner,
.cm-vcenter > .col-inner > .text,
.cm-vcenter > .col-inner > .text > .text-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cm-vcenter > .col-inner {
    min-height: 100% !important;
}

.cm-stat-card,
.col.cm-stat-card > .col-inner,
.col-inner.cm-stat-card {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 18px 18px;
    box-sizing: border-box;
}

.cm-save-card {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 14px;
    align-items: stretch;
    width: 100%;
}

.cm-save-card.cm-save-no-ribbon {
    grid-template-columns: 1fr;
}

.cm-save-ribbon {
    background: #1A76FE;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
}

.cm-save-ribbon.cm-save-ribbon-zigzag {
    position: relative;
    overflow: visible;
}

.cm-save-ribbon.cm-save-ribbon-zigzag::after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: -10px;
    width: 20px;
    background: #1A76FE;
    clip-path: polygon(
        0% 0%, 70% 0%, 100% 6%, 70% 12%, 100% 18%, 70% 24%, 100% 30%, 70% 36%,
        100% 42%, 70% 48%, 100% 54%, 70% 60%, 100% 66%, 70% 72%, 100% 78%,
        70% 84%, 100% 90%, 70% 96%, 0% 100%
    );
}

.cm-save-ribbon.cm-save-ribbon-zigzag::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.10);
}

.cm-save-ribbon span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 13px;
}

.cm-save-content {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 10px;
    align-items: center;
    width: 100%;
}

.cm-save-card.cm-save-center {
    align-items: stretch;
}

.cm-save-card.cm-save-center .cm-save-content {
    grid-template-columns: 1fr;
    align-items: center;
    align-content: center;
    justify-items: center;
    height: 100%;
}

.cm-save-card.cm-save-center .cm-save-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cm-save-card.cm-save-center .cm-save-title {
    font-size: 32px;
}

.cm-save-card.cm-save-center .cm-save-range,
.cm-save-card.cm-save-center .cm-save-time {
    font-size: 44px;
}

.cm-stats .text,
.cm-stats .text .text-inner {
    width: 100%;
}

.cm-stats .row {
    align-items: stretch;
}

.cm-stats .row {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
}

.cm-stats .row > .col {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 14px;
}

@media (max-width: 850px) {
    .cm-stats .row {
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center;
    }

    .cm-stats .row > .col {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 12px;
    }
}

.cm-stats .row > .col > .col-inner {
    display: flex;
    flex: 1 1 auto;
}

.cm-stats .cm-stat-card,
.cm-stats .col.cm-stat-card > .col-inner,
.cm-stats .col-inner.cm-stat-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cm-stats .cm-countup {
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.5px;
}

.cm-stats .cm-stat-num-purple {
    color: #7c3aed;
    font-size: 40px;
}

.cm-stats .cm-stat-num-red {
    color: #ef4444;
    font-size: 44px;
}

.cm-stats .cm-stat-num-green {
    color: #84cc16;
    font-size: 44px;
}

.cm-stats .cm-stat-label {
    margin-top: 8px;
    color: #111827;
    font-weight: 700;
    line-height: 1.15;
}

.cm-stats .cm-stat-label.blue {
    color: #1d4ed8;
}

.cm-stats .cm-stat-20m {
    text-align: left;
}

.cm-stats .cm-stat-20m .cm-stat-label {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.6px;
}

.cm-stats .cm-stat-20m .cm-stat-label.blue {
    color: #3b82f6;
}

.cm-stats .cm-stat-20m .cm-stat-num {
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.8px;
    font-size: 44px;
    color: #f59e0b;
    margin: 6px 0 8px;
}

.cm-stats .cm-stat-20m .cm-stat-label.bottom {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.15;
}

.cm-stats .cm-stat-20m.cm-stat-20m-center {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cm-stats .cm-stat-20m.cm-stat-20m-center .cm-stat-label {
    text-align: center;
    width: 100%;
}

.cm-stats .cm-stat-20m.cm-stat-20m-center .cm-stat-label.blue {
    color: #3b82f6;
}

.cm-stats .cm-stat-20m.cm-stat-20m-center .cm-stat-num {
    font-size: 56px;
    margin: 10px 0 12px;
}

.cm-stats .cm-stat-20m.cm-stat-20m-center .cm-stat-label.bottom {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0.4px;
}

.cm-stats .cm-stat-10k {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    padding-top: 32px;
}

.cm-stats .cm-stat-10k .cm-stat-num {
    margin: 4px 0 0;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #f59e0b;
    text-shadow: none;
}

.cm-stats .cm-stat-10k .cm-stat-label {
    margin-top: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.cm-stats .cm-stat-10k .cm-stat-label span {
    display: block;
}

.cm-stats .cm-stat-10k .cm-stat-label span + span {
    margin-top: 4px;
}

.cm-stats .cm-stat-20m .cm-stat-num .cm-countup {
    font-size: inherit;
    color: inherit;
}

.cm-stats .cm-stat-500 {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 14px;
    align-items: center;
    width: 100%;
}

.cm-stats .cm-stat-500 .cm-500-num {
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: -1px;
    font-size: 62px;
    color: #84cc16;
    white-space: nowrap;
}

.cm-stats .cm-stat-500 .cm-500-num .cm-countup {
    font-size: inherit;
    color: inherit;
}

.cm-stats .cm-stat-500 .cm-500-right {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.02;
    min-width: 0;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cm-stats .cm-stat-500 .cm-500-right .red {
    color: #7f1d1d;
    font-size: 34px;
    display: block;
    letter-spacing: -0.2px;
}

.cm-stats .cm-stat-500 .cm-500-right .blue {
    color: #1d4ed8;
    font-size: 22px;
    margin-top: 10px;
    display: block;
}

.cm-stats .cm-stat-500 .cm-500-bar {
    grid-column: 1 / -1;
    margin-top: 14px;
    height: 6px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.18);
}

@media (max-width: 850px) {
    .cm-stats .cm-stat-num-purple,
    .cm-stats .cm-stat-num-red,
    .cm-stats .cm-stat-num-green {
        font-size: 34px;
    }

    .cm-stats .cm-stat-20m .cm-stat-num {
        font-size: 34px;
    }

    .cm-stats .cm-stat-20m .cm-stat-label.bottom {
        font-size: 16px;
    }

    .cm-stats .cm-stat-20m.cm-stat-20m-center .cm-stat-num {
        font-size: 44px;
    }

    .cm-stats .cm-stat-20m.cm-stat-20m-center .cm-stat-label.bottom {
        font-size: 20px;
    }

    .cm-stats .cm-stat-500 {
        grid-template-columns: 1fr 1.2fr;
        gap: 12px;
    }

    .cm-stats .cm-stat-500 .cm-500-num {
        font-size: 52px;
    }

    .cm-stats .cm-stat-500 .cm-500-right .red {
        font-size: 28px;
    }

    .cm-stats .cm-stat-500 .cm-500-right .blue {
        font-size: 18px;
    }
}

.cm-save-left {
    line-height: 1.05;
}

.cm-save-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #111827;
    font-size: 26px;
}

.cm-save-range {
    font-weight: 900;
    text-transform: uppercase;
    color: #f59e0b;
    font-size: 32px;
}

.cm-save-time {
    font-weight: 900;
    text-transform: uppercase;
    color: #111827;
    font-size: 32px;
}

.cm-save-right {
    text-align: right;
    font-weight: 900;
    text-transform: uppercase;
    color: #1d4ed8;
    line-height: 1.15;
    font-size: 14px;
}

@media (max-width: 850px) {
    .cm-save-card {
        grid-template-columns: 30px 1fr;
        gap: 12px;
    }

    .cm-save-card.cm-save-no-ribbon {
        grid-template-columns: 1fr;
    }
    .cm-save-title {
        font-size: 22px;
    }
    .cm-save-range,
    .cm-save-time {
        font-size: 28px;
    }

    .cm-save-card.cm-save-center .cm-save-title {
        font-size: 24px;
    }

    .cm-save-card.cm-save-center .cm-save-range,
    .cm-save-card.cm-save-center .cm-save-time {
        font-size: 32px;
    }
}

.row.cm-top-cards-align {
    display: flex !important;
    align-items: stretch !important;
}

.row.cm-top-cards-align > .col {
    display: flex;
}

.row.cm-top-cards-align > .col > .col-inner {
    display: flex;
    flex: 1 1 auto;
    height: 100%;
}

.row.cm-top-cards-align .cm-stat-card {
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.row.cm-top-cards-align .col.cm-stat-card {
    display: flex;
}

.row.cm-top-cards-align .col.cm-stat-card > .col-inner {
    display: flex;
    flex: 1 1 auto;
}

.row.cm-card-gap {
    --cm-gap-x: 20px;
    --cm-gap-y: 20px;
    margin-left: calc(var(--cm-gap-x) * -1);
    margin-right: calc(var(--cm-gap-x) * -1);
}

.row.cm-card-gap > .col {
    padding-left: var(--cm-gap-x);
    padding-right: var(--cm-gap-x);
    margin-bottom: var(--cm-gap-y);
}

.row.cm-card-gap > .col > .col-inner {
    width: 100%;
}

.cm-contact-card {
    background: #ffffff;
    border-radius: 14px;
   
    padding: 18px 18px;
    box-sizing: border-box;
}

.cm-contact-card .icon,
.cm-contact-card .img,
.cm-contact-card .img-inner {
    margin-left: auto;
    margin-right: auto;
}

.cm-contact-card h1,
.cm-contact-card h2,
.cm-contact-card h3,
.cm-contact-card h4,
.cm-contact-card h5,
.cm-contact-card h6 {
    text-align: center;
    margin-bottom: 12px;
}

.cm-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cm-contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    line-height: 1.3;
}

.cm-contact-row + .cm-contact-row {
    border-top: 1px solid rgba(17, 24, 39, 0.10);
    padding-top: 8px;
    margin-top: 8px;
}

.cm-contact-row .cm-contact-left {
    color: #f59e0b;
    font-weight: 600;
    flex: 1 1 auto;
}

.cm-contact-row .cm-contact-right {
    color: #111827;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    flex: 0 0 auto;
}

.cm-contact-compact {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.cm-contact-compact.row.cm-card-gap {
    --cm-gap-x: 14px;
    --cm-gap-y: 14px;
}

.cm-contact-compact.row.cm-card-gap {
    margin-left: calc(var(--cm-gap-x) * -1);
    margin-right: calc(var(--cm-gap-x) * -1);
}

.cm-contact-compact.row.cm-card-gap > .col {
    padding-left: var(--cm-gap-x);
    padding-right: var(--cm-gap-x);
    margin-bottom: var(--cm-gap-y);
    margin-right: 20px;
}

.cm-contact-compact .cm-contact-card {
    padding: 14px 14px;
}

.cm-contact-compact .cm-contact-card h1,
.cm-contact-compact .cm-contact-card h2,
.cm-contact-compact .cm-contact-card h3,
.cm-contact-compact .cm-contact-card h4,
.cm-contact-compact .cm-contact-card h5,
.cm-contact-compact .cm-contact-card h6 {
    margin-bottom: 10px;
}

@media (max-width: 850px) {
    .row.cm-card-gap {
        --cm-gap-x: 12px;
        --cm-gap-y: 14px;
        margin-left: calc(var(--cm-gap-x) * -1);
        margin-right: calc(var(--cm-gap-x) * -1);
    }
    .row.cm-card-gap > .col {
        padding-left: var(--cm-gap-x);
        padding-right: var(--cm-gap-x);
        margin-bottom: var(--cm-gap-y);
    }

    .cm-contact-card {
        padding: 16px 14px;
    }

    .cm-contact-row .cm-contact-right {
        white-space: normal;
    }
}

.cm-stat-card.cm-card-phone {
    padding: 14px 14px;
}

.cm-stat-card.cm-card-phone .img,
.cm-stat-card.cm-card-phone .img-inner,
.cm-stat-card.cm-card-phone img {
    max-height: 190px;
}

.cm-stat-card.cm-card-phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cm-stat-card.cm-card-shot {
    padding: 16px 16px;
}

.cm-stat-card.cm-card-shot .img,
.cm-stat-card.cm-card-shot .img-inner,
.cm-stat-card.cm-card-shot img {
    max-height: 170px;
}

.cm-stat-card.cm-card-shot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 850px) {
    .cm-stat-card.cm-card-phone .img,
    .cm-stat-card.cm-card-phone .img-inner,
    .cm-stat-card.cm-card-phone img {
        max-height: 170px;
    }
    .cm-stat-card.cm-card-shot .img,
    .cm-stat-card.cm-card-shot .img-inner,
    .cm-stat-card.cm-card-shot img {
        max-height: 150px;
    }
}

.cm-stat-500 br {
    display: none;
}

.cm-stat-500 p {
    margin: 0 !important;
}

.cm-stat-500 .cm-500-left {
    flex: 0 0 auto;
    display: flex;
    align-items: baseline;
    line-height: 1;
}

.cm-stat-500 .cm-500-num {
    font-weight: 900;
    font-size: clamp(48px, 4.6vw, 72px);
    color: #60a5fa !important;
    letter-spacing: -1px;
}

.cm-stat-500 .cm-500-plus {
    font-weight: 900;
    font-size: clamp(24px, 2.4vw, 36px);
    color: #60a5fa !important;
    margin-left: 4px;
}

.cm-stat-500 .cm-500-right {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.05;
    min-width: 0;
}

.cm-stat-500 .cm-500-red {
    font-weight: 900;
    font-size: clamp(18px, 1.9vw, 26px);
    color: #f59e0b !important;
    margin: 0;
}

.cm-stat-500 .cm-500-blue {
    font-weight: 900;
    font-size: clamp(16px, 1.6vw, 22px);
    color: #1f5fbf !important;
    margin: 4px 0 0 0;
}

@media (max-width: 850px) {
    .cm-stat-500 {
        gap: 10px;
    }
    .cm-stat-500 .cm-500-num {
        font-size: 44px;
    }
    .cm-stat-500 .cm-500-plus {
        font-size: 22px;
    }
    .cm-stat-500 .cm-500-red {
        font-size: 18px;
    }
    .cm-stat-500 .cm-500-blue {
        font-size: 16px;
        margin-top: 4px;
    }
}

.cm-saving-text .cm-saving-left {
    flex: 1 1 auto;
    min-width: 0;
}

.cm-saving-text .cm-saving-right {
flex: 0 0 auto;
align-self: center;
min-width: 0;
}

.cm-saving-text .line-2 span,
.cm-saving-text .line-2 .cm-countup {
    display: inline-block;
}

.cm-saving-text .cm-saving-services {
    margin-top: 0;
    font-weight: 800;
    font-size: 10px;
    line-height: 1.1;
    color: #0b57d0;
    letter-spacing: 0.2px;
}

.cm-saving-text .cm-saving-services div {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 850px) {
    .cm-saving-text .cm-saving-services {
        font-size: 10px;
    }
}

.cm-saving-2text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.cm-saving-2text.row {
    flex-wrap: nowrap;
    align-items: center;
}

.cm-saving-2text.row > .col {
    margin-bottom: 0 !important;
}

.cm-saving-2text .cm-saving-main {
    flex: 1 1 auto;
    min-width: 0;
}

.cm-saving-2text .cm-saving-main .col-inner {
    padding: 0 !important;
}

.cm-saving-2text .cm-saving-side {
    flex: 0 0 auto;
    min-width: 0;
}

.cm-saving-2text .cm-saving-side .col-inner {
    padding: 0 !important;
}

.cm-saving-2text .cm-saving-side {
    white-space: nowrap;
}

.cm-saving-2text .cm-saving-side,
.cm-saving-2text .cm-saving-side * {
    color: #0b57d0;
    font-weight: 800;
    line-height: 1.15;
}

.cm-saving-2text .cm-saving-side {
    font-size: 10px;
}

@media (max-width: 850px) {
    .cm-saving-2text .cm-saving-side {
        font-size: 9px;
    }
}

@keyframes scrollMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(var(--cm-marquee-distance, -50%));
    }
}

/* Dropdown Menu Styles */
.cm-dropdown-menu {
    position: relative;
    display: inline-block;
}

.cm-dropdown-trigger {
    position: relative;
}

.cm-dropdown-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #1a1a2e;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cm-dropdown-main:hover {
    background: #eef4ff;
    border-color: var(--color-blue-sapo);
    color: var(--color-blue-sapo);
}

.cm-dropdown-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.cm-dropdown-menu:hover .cm-dropdown-arrow {
    transform: rotate(180deg);
}

.cm-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.cm-dropdown-menu:hover .cm-dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cm-dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #1a1a2e;
    text-decoration: none;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.3s ease;
}

.cm-dropdown-item:last-child {
    border-bottom: none;
}

.cm-dropdown-item:hover {
    background: #f8fafc;
    color: var(--color-blue-sapo);
    padding-left: 25px;
}

@media (max-width: 849px) {
    .cm-stat-row .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .cm-stat-row .row > .col {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 12px;
        margin-bottom: 0;
    }

    .cm-stat-row .row > .col .col-inner {
        padding: 0 !important;
    }

    .cm-stat-row img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
}

.cm-map-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.cm-map-section .row,
.cm-map-section .col,
.cm-map-section .col-inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.cm-map-section iframe,
.cm-map-section .ux-map,
.cm-map-section .google-map,
.cm-map-section .map {
    display: block;
}

.cm-trial-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cm-trial-modal.is-open {
    display: flex;
}

html.cm-modal-open,
html.cm-modal-open body {
    overflow: hidden;
}

.cm-trial-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.cm-trial-modal__dialog {
    position: relative;
    width: min(980px, calc(100vw - 40px));
    max-height: calc(100vh - 40px);
    overflow: auto;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.cm-trial-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.12);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

.cm-trial-modal__close::before,
.cm-trial-modal__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #0f172a;
    border-radius: 999px;
    transform-origin: center;
}

.cm-trial-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cm-trial-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cm-trial-modal__close:hover {
    background: #ffffff;
    border-color: rgba(17, 24, 39, 0.18);
}

.cm-trial-modal__close:active {
    transform: translateY(1px);
}

.cm-trial-modal__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 420px;
}

.cm-trial-modal__left {
   
}

.cm-trial-modal__left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.cm-trial-modal__right {
    padding: 26px 26px 22px;
}

.cm-trial-modal__title {
    margin: 0 0 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 20px;
    line-height: 1.2;
    color: #1241c9;
    text-align: center;
}

.cm-trial-modal .cm-lead-form {
    border-radius: 14px;
}

.cm-trial-modal .cm-lead-form .wpcf7 p {
    margin-bottom: 12px;
}

.cm-trial-modal .cm-lead-form .wpcf7 input[type="submit"] {
    border-radius: 999px;
    height: 46px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.cm-trial-modal input.wpcf7-submit {
    width: 100%;
    border-radius: 999px;
    padding: 12px 18px;
}

@media (max-width: 849px) {
    .cm-trial-modal {
        padding: 12px;
    }

    .cm-trial-modal__dialog {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
    }

    .cm-trial-modal__grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .cm-trial-modal__left {
        display: none;
    }

    .cm-trial-modal__right {
        padding: 18px 16px 16px;
    }

    .cm-trial-modal__title {
        font-size: 16px;
    }
}
.price-full-bleed .section-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.price-full-bleed .section-content > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.price-full-bleed .section-content > .row > .col.large-12,
.price-full-bleed .section-content > .row > .col.medium-12,
.price-full-bleed .section-content > .row > .col.small-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cm-price-card .cm-plan-top .icon-box-img img {
    margin-left: 20px; 
	margin-bottom: 14px;
	    padding-top:0 !important;
}

@media (max-width: 849px) {
	.vk-compare-v3,
	table.vk-compare-v3 {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		scrollbar-width: thin;
		scrollbar-color: rgba(17, 110, 255, 0.55) rgba(0, 0, 0, 0.08);
	}

	.vk-compare-v3::after {
		content: '';
		position: sticky;
		right: 0;
		top: 0;
		float: right;
		height: 100%;
		width: 28px;
		pointer-events: none;
		background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	}

	.vk-compare-v3::-webkit-scrollbar {
		height: 8px;
	}
	.vk-compare-v3::-webkit-scrollbar-track {
		background: rgba(0, 0, 0, 0.06);
		border-radius: 999px;
	}
	.vk-compare-v3::-webkit-scrollbar-thumb {
		background: rgba(17, 110, 255, 0.55);
		border-radius: 999px;
	}
	.vk-compare-v3::-webkit-scrollbar-thumb:hover {
		background: rgba(17, 110, 255, 0.75);
	}

	.vk-compare-v3 table,
	table.vk-compare-v3 {
		min-width: 760px;
		border-collapse: separate;
		border-spacing: 0;
	}

	.vk-compare-v3 th,
	.vk-compare-v3 td,
	table.vk-compare-v3 th,
	table.vk-compare-v3 td {
		font-size: 12px;
		line-height: 1.35;
		padding: 10px 10px;
		white-space: nowrap;
		vertical-align: middle;
	}

	.vk-compare-v3 thead th,
	table.vk-compare-v3 thead th {
		font-size: 11px;
		padding: 10px 8px;
		white-space: nowrap;
		word-break: keep-all;
		overflow-wrap: normal;
	}

	.vk-compare-v3 thead th:not(:first-child),
	table.vk-compare-v3 thead th:not(:first-child) {
		min-width: 86px;
	}

	.vk-compare-v3 thead th br,
	table.vk-compare-v3 thead th br {
		display: none;
	}

	/* Sticky header */
	.vk-compare-v3 thead th,
	table.vk-compare-v3 thead th {
		position: sticky;
		top: 0;
		z-index: 5;
		background: #ffffff;
	}

	/* Sticky first column (feature names) */
	.vk-compare-v3 th:first-child,
	.vk-compare-v3 td:first-child,
	table.vk-compare-v3 th:first-child,
	table.vk-compare-v3 td:first-child {
		position: sticky;
		left: 0;
		z-index: 4;
		background: #ffffff;
		white-space: normal;
		min-width: 190px;
		max-width: 190px;
	}

	/* Keep top-left cell above other sticky cells */
	.vk-compare-v3 thead th:first-child,
	table.vk-compare-v3 thead th:first-child {
		z-index: 6;
	}

	/* Text truncate for long feature labels (works best if content is plain text) */
	.vk-compare-v3 td:first-child,
	table.vk-compare-v3 td:first-child {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	/* Highlight best plan column: add class cm-best to TH + all TD in that column */
	.vk-compare-v3 th.cm-best,
	.vk-compare-v3 td.cm-best {
		background: #fff7e6;
	}
	.vk-compare-v3 thead th.cm-best {
		color: #ff7a00;
		font-weight: 700;
	}
	.vk-compare-v3 th.cm-best,
	.vk-compare-v3 td.cm-best {
		border-left: 2px solid #ffb25c;
		border-right: 2px solid #ffb25c;
	}
	.vk-compare-v3 thead th.cm-best {
		border-top: 2px solid #ffb25c;
	}
	.vk-compare-v3 tbody tr:last-child td.cm-best {
		border-bottom: 2px solid #ffb25c;
	}

	/* Auto-highlight PRO column (assuming first column is feature names) */
	.vk-compare-v3 thead th:nth-child(5),
	.vk-compare-v3 tbody td:nth-child(5),
	table.vk-compare-v3 thead th:nth-child(5),
	table.vk-compare-v3 tbody td:nth-child(5) {
		
	}
	.vk-compare-v3 thead th:nth-child(5),
	table.vk-compare-v3 thead th:nth-child(5) {
		color: #2F54EB;
		font-weight: 700;
		position: sticky;
		top: 0;
	}
	.vk-compare-v3 thead th:nth-child(5),
	.vk-compare-v3 tbody td:nth-child(5),
	table.vk-compare-v3 thead th:nth-child(5),
	table.vk-compare-v3 tbody td:nth-child(5) {
		border-left: 2px solid #2F54EB;
		border-right: 2px solid #2F54EB;
	}
	.vk-compare-v3 thead th:nth-child(5),
	table.vk-compare-v3 thead th:nth-child(5) {
		border-top: 2px solid #2F54EB;
	}
	.vk-compare-v3 tbody tr:last-child td:nth-child(5),
	table.vk-compare-v3 tbody tr:last-child td:nth-child(5) {
		border-bottom: 2px solid #2F54EB;
	}

	.vk-compare-v3 thead th:nth-child(5)::after,
	table.vk-compare-v3 thead th:nth-child(5)::after {
		display: inline-block;
		margin-left: 6px;
		padding: 2px 6px;
		border-radius: 999px;
		background: #2F54EB;
		color: #fff;
		font-size: 10px;
		line-height: 1.2;
		vertical-align: middle;
	}

}

@media (max-width: 549px) {
	.cm-price-card .cm-plan-top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 6px;
		margin-top: 6px;
	}
 
	.cm-price-card .cm-plan-top .icon-box-img {
		margin-top: 0;
	}
 
	.cm-price-card .cm-plan-top .icon-box-img img {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
 
	.cm-price-card .cm-plan-name,
	.cm-price-card .cm-plan-desc,
	.cm-price-card .cm-plan-price,
	.cm-price-card .cm-plan-sub {
		text-align: center;
	}
 
	.cm-price-card .cm-plan-desc {
		min-height: 0;
		margin-bottom: 10px;
	}
 
	.cm-price-card .cm-plan-price {
		margin-top: 2px;
	}
 
	.cm-price-card .cm-plan-features {
		    align-items: center;
	}
}

.vk-feature-hero .vk-text-checklist,
.vk-text-checklist {
	list-style: none;
	padding-left: 0;
	margin: 0 0 12px 0;
}

.vk-text-checklist.vk-check-icon-accuracy {
	--vk-checklist-icon: url('https://vksoftware.vn/wp-content/uploads/2026/01/accuracy-1-5.png');
}

.vk-text-checklist.vk-check-icon-accuracy-4 {
	--vk-checklist-icon: url('https://vksoftware.vn/wp-content/uploads/2026/01/accuracy-1-4.png');
}
.vk-text-checklist.vk-check-icon-accuracy-5 {
    	--vk-checklist-icon: url('https://vksoftware.vn/wp-content/uploads/2026/01/check-1-6-1.png');


}
.vk-text-checklist.vk-check-icon-accuracy-6 {
    	--vk-checklist-icon: url('https://vksoftware.vn/wp-content/uploads/2026/03/accuracy-1.png');


}
.vk-feature-hero .vk-text-checklist li,
.vk-text-checklist li {
	position: relative;
	padding-left: 19px;
	margin: 0 0 6px 10;
	line-height: 1.95;
	padding-top: 3px;
}

.vk-feature-hero .vk-text-checklist li::before,
.vk-text-checklist li::before {
	content: '' !important;
	position: absolute;
	left: -8px;
	top: 1.1em;
	width: 20px;
	height: 20px;
	display: block;
	z-index: 1;
	background: transparent;
	background-image: var(--vk-checklist-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='6.5' stroke='%232F54EB' stroke-width='2'/%3E%3Cpath d='M2 12h3.2M18.8 12H22M12 2v3.2M12 18.8V22' stroke='%232F54EB' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9.6 12.1l1.6 1.6 3.6-3.9' stroke='%232F54EB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
}

.vk-feature-hero .vk-text-checklist li:last-child,
.vk-text-checklist li:last-child {
	margin-bottom: 0;
}
a.vk-btn-download.button,
.vk-btn-download.button,
button.vk-btn-download,
input.vk-btn-download {
	position: relative;
	padding-left: 44px !important;
	background: linear-gradient(180deg, #5aa2ff 0%, #418dff 10%, #2a66e0 70%, #0a41d3 100%) !important;
}

a.vk-btn-download.button::before,
.vk-btn-download.button::before,
button.vk-btn-download::before,
input.vk-btn-download::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("https://vksoftware.vn/wp-content/uploads/2026/01/cloud-download-1-1-1.png");
}
.testimonial-slider .col {
  transform: scale(0.9);
  opacity: 0.6;
  transition: all 0.4s ease;
}

.testimonial-slider .col.is-selected {
  transform: scale(1.05);
  opacity: 1;
}
.testimonial-slider .testimonial {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
}
.form-title {
    text-align: center;
    color: #1e50b3;
    font-weight: bold;
    margin-bottom: 15px;
}
.header .flex-row {
    height: auto !important;
}
.header-main {
    height: 60px !important;
}


 .vk-download-card p {
	margin-bottom: 0;
	line-height: 1.55;
	
 }

 .vk-download-card {
	height: 100%;
 }

 .vk-download-card > .col-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 12px;
	background: #fff;
	padding: 18px 18px 14px;
	box-shadow:
		0 18px 45px rgba(15, 23, 42, 0.08),
		0 2px 8px rgba(15, 23, 42, 0.06);
	height: 100%;
 }

/* Spacing giữa 3 card download (gán class này cho Row chứa 3 cột) */
.row.vk-download-cols {
	margin-left: -14px !important;
	margin-right: -14px !important;
	padding-left: 4px;
	padding-right: 4px;
	row-gap: 18px;
}

.row.vk-download-cols > .col {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

@media (max-width: 849px) {
	.row.vk-download-cols {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.row.vk-download-cols > .col {
		padding-left: 0;
		padding-right: 0;
	}
	.vk-download-card {
		margin-bottom: 14px;
	}
}

.vk-pill-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
}

@media (max-width: 849px) {
	.vk-pill-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

.vk-pill-item,
.vk-pill-item a,
a.vk-pill-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 28px;
	padding: 6px 12px;
	border: 1px solid #8db9ff;
	border-radius: 4px;
	background: #fff;
	color: #1f4fd6;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
}

.vk-pill-item:hover,
.vk-pill-item a:hover,
a.vk-pill-item:hover {
	border-color: #5aa2ff;
	background: rgba(65, 141, 255, 0.06);
}

.vk-pill-item::before,
a.vk-pill-item::before,
.vk-pill-item a::before {
	content: "";
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("https://vksoftware.vn/wp-content/uploads/2026/01/cloud-download-1.png");
}
.spec-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}
.spec-itemi {
    padding: 10px 0;
   
}

.vk-stats-grid {
	row-gap: 18px;
}

.row.vk-stats-grid {
	align-items: stretch;
}

.row.vk-stats-grid > .col {
	display: flex;
}

.vk-stat-card,
.vk-stat-box,
.vk-stat-saving {
	display: flex;
	flex-direction: column;
}

.vk-stat-card > .col-inner,
.vk-stat-box > .col-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;
	min-height: 132px;
	height: 100%;
	width: 100%;
	flex: 1;
	padding: 14px 14px 12px;
	background: #fff;
	box-shadow: 8px 12px 20px rgba(15, 23, 42, 0.04);
}

.vk-stat-spacer > .col-inner {
	visibility: hidden;
}

.vk-stat-card .ux-countup,
.vk-stat-card .countup,
.vk-stat-box .ux-countup,
.vk-stat-box .countup {
	font-weight: 900;
	line-height: 1;
	margin: 0;
}

.vk-stat-card .cm-countup,
.vk-stat-box .cm-countup {
	display: block;
	width: 100%;
	text-align: center;
}

.vk-stat-title {
	margin: 0;
	font-weight: 900;
	font-size: 34px;
	line-height: 1.25;
	color:#1c2b7de3;
}

.vk-stat-desc {
	margin: 0;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #3b4a67;
}

.vk-stat-num--blue {
	color: #59B2FC;

}

.vk-stat-num--orange {
	color: #f6a21a;
	font-size: 70px;
    font-weight: 900;
}

.vk-stat-500 > .col-inner {
	gap: 0;
	text-align: left;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.vk-stat-500 > .col-inner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	height: 58%;
	background-image: var(--vk-stat-500-skyline, none);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	opacity: 0.18;
	pointer-events: none;
	z-index: 0;
}

.vk-stat-500 .vk-stat-500-grid {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas:
		"n top"
		"bottom bottom";
	column-gap: 14px;
	row-gap: 6px;
	align-items: start;
	width: 100%;
	position: relative;
	z-index: 1;
}

.vk-stat-500 .vk-stat-500-left {
	grid-area: n;
	font-weight: 900;
	font-size: 52px;
	line-height: 1;
	color: #59B2FC;
	white-space: nowrap;
	text-align: left;
}

.vk-stat-500 .vk-stat-500-left.cm-countup {
	width: auto;
	text-align: left;
}

.vk-stat-500 .vk-stat-500-right {
	grid-area: top;
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: flex-start;
}

.vk-stat-500 .vk-stat-500-top {
	font-weight: 900;
	font-size: 22px;
	line-height: 1.05;
	color: #f6a21a;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin: 0;
}

.vk-stat-500 .vk-stat-500-bottom {
	grid-area: bottom;
	font-weight: 900;
	font-size: 26px;
	line-height: 1.05;
	color: #1c2b7de3;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}

.vk-stat-95 > .col-inner {
	gap: 0;
	text-align: left;
	align-items: stretch;
}

.vk-stat-95 .vk-stat-95-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	column-gap: 6px;
	padding-right: 0;
	width: 100%;
}

.vk-stat-95 .vk-stat-95-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.vk-stat-95 .vk-stat-95-title {
	margin: 0;
	font-weight: 900;
	font-size: 54px;
	line-height: 1;
	color: #59B2FC;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	text-align: left;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 8px;
	width: 100%;
}

.vk-stat-95 .vk-stat-95-title .vk-stat-95-prefix {
	display: inline-block;
	margin-right: 6px;
}

.vk-stat-95 .vk-stat-95-title .cm-countup {
	display: inline-block;
	width: auto;
	text-align: left;
}

.vk-stat-95 .vk-stat-95-mid {
	margin: 0;
	font-weight: 900;
	font-size: 44px;
	line-height: 1.05;
	color: #1c2b7de3;
	text-transform: uppercase;
}

.vk-stat-95 .vk-stat-95-sub {
	margin: 0;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.15;
	color: #59B2FC;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.vk-stat-95 .vk-stat-95-icon {
	width: 200px;
	height: auto;
	justify-self: end;
	align-self: end;
	margin-top: 60px;
	transform: translateY(10px);
	max-width: none;
	margin-left: -212px;
}

@media (max-width: 849px) {
	.vk-stat-box > .col-inner {
		min-height: 110px;
		padding: 12px 12px 10px;
	}
	.vk-stat-box .ux-countup {
		font-size: 34px;
	}
	.vk-stat-spacer {
		display: none;
	}
}

.vk-stat-saving > .col-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;

	min-height: 132px;
	height: 100%;
	width: 100%;
	flex: 1;

	padding-top: 14px;
	padding-bottom: 12px;

	border: none; /* ❌ bỏ viền */

	border-radius: 14px;
	background: #fff;

	box-shadow:
		8px 12px 20px rgba(15, 23, 42, 0.04);

	text-align: center;
}

.vk-stat-saving .vk-saving-title {
	margin: 0;
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	color: #111827;
}

.vk-stat-saving .vk-saving-number {
	margin: 0;
	font-weight: 900;
	font-size: 38px;
	line-height: 1;
	letter-spacing: -0.02em;
	background: linear-gradient(90deg, #f2c94c, #f2994a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vk-stat-saving .vk-saving-sub {
	margin: 0;
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	color: #111827;
}

.vk-stat-saving .vk-stat-desc {
	margin: 0;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #1f4fd6;
	text-transform: uppercase;
}

.vk-stat-saving .vk-stat-desc + .vk-stat-desc {
	margin-top: 3px;
}

.vk-saving-layout {
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.vk-saving-left {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.vk-saving-right {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 81px;
	margin-left: -70px;
}

.vk-saving-big {
	margin: 0;
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	color: #111827;
}

.vk-saving-ribbon {
	position: absolute !important;
	left: 0px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 80px !important;
	z-index: 2;
}

.vk-stat-saving > .col-inner > * {
	max-width: 100%;
}

@media (max-width: 849px) {
	.vk-stat-saving > .col-inner {
		padding-left: 92px;
		padding-right: 16px;
	}
	.vk-stat-saving .vk-saving-title,
	.vk-stat-saving .vk-saving-sub {
		font-size: 18px;
	}
	.vk-stat-saving .vk-saving-number {
		font-size: 34px;
	}
	.vk-saving-ribbon {
		left: 12px;
		width: 46px;
	}
}

/* Container chính */
/* ===== CONTAINER ===== */
.stat-box-custom {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 60px 0;
    font-family: 'Montserrat', sans-serif;
}

/* ===== ẢNH BÊN TRÁI ===== */
.image-left img {
    width: 300px;   /* chỉnh to nhỏ ở đây */
    height: auto;
    display: block;
}

/* ===== TIÊU ĐỀ ===== */
.title-top {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 15px;
}

/* ===== 25-30% ===== */
.big-number {
    font-size: 110px;
    font-weight: 900;
    background: linear-gradient(90deg, #F2C94C, #F2994A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 35px;
}

.desc-grid {
    display: grid;
    grid-template-columns: 180px auto;
    column-gap: 10px;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 1px;
}

.left-col {
    color: #222;
}
.right-col {
    color: #1F5FBF;
}
.vc_row {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.feature-box{
    background:#f5f5f5;
    padding:0px 30px 35px;
    border-radius:15px;
    text-align:center;
    position:relative;
    
    /* shadow chính */
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    min-height:420px;

}
.feature-box{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

/* card giả phía dưới */

.feature-box::after{
    content:"";
    position:absolute;
    width:95%;
    height:19px;
    left:50%;
    transform:translateX(-50%);
    bottom:-18px;

    background: #b0c6e1;
    border-radius:20px;

}

.feature-title{
    color:#19398F;   /* tiêu đề màu xanh */
    font-weight:700;
}

.feature-desc{
    color:#555;      /* chữ nhỏ màu xám */
    line-height:1.6;
}
/* icon nổi */

.feature-box .icon-box-img img{
    margin-top:-60px;
}
}
/* icon tròn */

.feature-box .elementor-icon i,
.feature-box .elementor-icon svg{
    background:white;
    padding:20px;
    border-radius:50%;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}
.reason-badge{
    display:inline-flex;
    align-items:center;
    background:#6f86e8;
    color:white;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
    position:relative;
    margin-left:40px;
}
.accordion-item{
background:#ffffff;
border-radius:10px;
margin-bottom:12px;
box-shadow:0 3px 8px rgba(0,0,0,0.08);
}

.accordion-title{
font-weight:500;
padding:15px 20px;
}
.reason-badge::before{
    content:"";
    position:absolute;
    left:-35px;
    width:25px;
    height:3px;
    background:#3b82f6;
}
/* hover */

.feature-box:hover{
    transform:translateY(-10px);
    transition:0.3s;
}
}
}

body:not(.wp-admin) *,
body:not(.wp-admin) *::before,
body:not(.wp-admin) *::after {
  
  text-shadow: none !important;
}
