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

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


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


}
@font-face { 
    font-family: "Inter"; 
    src: url("https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2"); 
    font-display: swap; 
    font-style: normal; 
    font-weight: 600;  
}
@font-face { 
    font-family: "Inter"; 
    src: url("https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2"); 
    font-display: swap; 
    font-style: normal; 
    font-weight: 400; 
}
/*css fix post random*/
/* Container for the list of random posts */
.list_post_rd {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
/* Individual post item */
.item_post {
    flex: 1 1 calc(33.33% - 20px);
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* transition: transform 0.3s ease; */
}
/* .item_post:hover {
    /* transform: translateY(-5px); */
} */
/* Thumbnail styling */
.tb_post {
    width: 100%;
}

.tb_post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nd_posts {
    margin-top: 25px;
}
.box_meta_date {
    margin-bottom: 10px;
}
.date_text {
    font-size: 16px;
    color: rgb(148, 151, 156);
    margin: 0;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
}
/* Post title */
.box_tt_posts {
    margin-bottom: 10px;
}
.url_text {
    font-weight: 600;
}
.tt_text {
    font-size: 20px;
    font-weight: 600;
    color: #f7f7f7;
    margin: 0;
    line-height: 1.4;
    font-family: 'DM Sans';
}
.ct_posts_des {
    margin-bottom: 10px;
}
.mts_cts {
    font-size: 16px;
    color: rgb(148, 151, 156);
    line-height: 1.6;
    margin: 0;
}
.ct_views {
    display: inline-block;
    text-decoration: none;
}
.ct_posts_views {
    background: transparent;
    padding: 0;
    border-radius: 0px;
    transition: background 0.3s ease;
}
.url_text {
    color: rgb(64, 190, 255);
    font-size: 16px;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
}
.fts1 div:hover a {
    color: #f7f7f7 !important;
}
.ct_posts_views:hover {
    background: transparent;
}
/* Responsive design */
@media (max-width: 768px) {
    .item_post {
        flex: 1 1 calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .item_post {
        flex: 1 1 100%;
    }
}
/*custom cursor*/
.custom-cursor {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
}
.item_post.active .custom-cursor {
     opacity: 1;
     transform: translate(-50%, -50%) scale(1);
}
.framer-list {
    border-bottom: 1px solid #22262f;
 }
.bd_post {
     background-color: #0c0e12;
     padding: 96px 0;
}
.bd_post_list h2 {
    color: #fff;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4rem;
}
.category_pc {
    display: flex;
    gap: 10px;
}
.category_pc a {
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 500;
    text-align: center;
    color: rgb(206, 207, 210);
    border: 1px solid #373a41;
    flex-shrink: 0;
    height: 44px;
    line-height: 18px;
}
.category_pc a.active {
    background-color: #149cff29;
    border: unset;
}
.lists_vns_bv {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 70px;
}
.lists_vns_bv .item_post {
    max-width:calc(25% - 20px);
}
.ct_posts_des p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    color: #94979c;
}
.btn_loadmr img {
    width: 12px;
}
/*css fix header*/
.header-button .button {
    display: flex;
    padding: 6px 6px 6px 20px;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    color: #0062ff;
    font-size: 16px;
}
.header-button-1 .header-button a:after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    background-color: #0062ff;
    border-radius: 99px;
    align-items: center;
    justify-content: center;
}
.header-button-1 .header-button a:before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2025/10/download-1.svg);
    background-size: contain;
    position: absolute;
    right: 15px;
}
.header-main .nav>li>a {
    font-size: 16px;
    color: #fff;
}
.nav-dropdown-default {
    border-radius: 10px;
}
.logo-left .logo {
    margin-right: 0;
}
/*css footer*/
.marquee {
    overflow: hidden;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    display: flex;
}
.marquee .cts {
    font-size: 160px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
}
.marquee .cts i {
    font-size: 50px;
}
.rowmsn_fts {
    padding: 0;
}
.rowmsn_fts {
    padding: 0;
    border-top: 1px solid #22262f;
    border-bottom: 1px solid #22262f;
}
.img_lohas img {
    width: 183px;
}
.col_6s .col-inner {
    padding: 80px 64px;
    border-right: 0px solid #22262f;
}
.cloks3 .col-inner {
    border-right: 1px solid #22262f;
    border-left: 1px solid #22262f;
}
.framer-nuoc p {
    color: #94979c;
    text-transform: uppercase;
    font-size: 14px;
}
.framer_listdts {
    margin-top: 128px;
}
.framer-ndvts p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.framer-indms:nth-child(1) {
    margin-bottom: 70px;
}
.footer_sections2 {
    padding-bottom: 0 !important;
}
.absolute-footer {
    display: none;
}
.saaasds {
    color: #94979c;
    text-align: center;
    font-size: 16px;
    font-family: 'Inter';
}
.cloks3 .col-inner {
    padding: 80px 64px;
    border-right: 1px solid #22262f;
}
.cloks3s .col-inner {
    padding: 80px 64px;
}
.fts1 div a {
    font-size: 18px;
    color: #40beff;
        font-family: "DM Sans", sans-serif !important;
}
.rowms {
    padding: 0 !important;
}
.rowms .col .col-inner {
    border: unset;
    padding: 0;
}
#main,
#wrapper {
    background-color: rgb(12 14 18);
}
.page-title-casse-study {
    padding-top: 100px;
}
.page-title-inner h1 {
    text-align: center;
    font-size: 72px;
    color: #fff;
}
.featured-item-categories {
    list-style: none;
    margin: 0;
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
}
.bd_post_list ul li {
    margin: 0;
}
.featured-item-categories li {
    margin: 0;
}
.featured-item-categories {
    gap: 20px;
}
.featured-item-categories li.active{
    background: rgba(20, 156, 255, 0.2);
    border: 2px solid #149CFF;
    border-radius: 999px;
}
.featured-item-categories li {
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 500;
    text-align: center;
    color: rgb(206, 207, 210);
    border: 1px solid #373a41;
    flex-shrink: 0;
    line-height: 18px;
}
.featured-item-categories li a{
    color: #f7f7f7;
}
.post-type-archive #main{
    background-color: #0C0E12;
}
.page-title-inner h1 {
    margin: 0;
}
.lists_vns_case {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.lists_vns_case .item_post {
    max-width: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
}
.lists_vns_case .item_post img {
    max-height: 380px;
    object-fit: cover;
}
.post-bg-wrapper img {
     width: 100%;
    max-height: 1080px;
	aspect-ratio: 16 / 9;
    object-fit: cover;
}
.vns_mnsb h1 {
    color: #f7f7f7;
    font-size: 48px;
}
.framer-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 64px;
}
.post-categories {
    list-style: none;
    margin: 0 !important;
}
.post-categories li {
    margin: 0 !important;
}
.post-categories li a {
    padding: 4px 10px;
    border: 1px solid #22262f;
    color: rgb(148, 151, 156);
    text-transform: uppercase;
    font-family: "IBM Plex Mono", monospace;
}
.framer-datsbox p {
    margin: 0;
    color: rgb(148, 151, 156);
    font-size: 16px;
    text-transform: uppercase;
}
.entry-content {
    padding-bottom: 0;
    padding-top: 0;
}
.entry-header {
    display: none;
}
.sec_cnsm {
    padding-top: 96px;
}
.inside-cpy h3 {
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    color: #f7f7f7;
    font-size: 14px;
}
.cpy {
    width: fit-content;
    background-color: #149cff29;
    border-radius: 5px;
    color: rgb(64, 190, 255);
    font-size: 13px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.copy-link {
    padding: 5px 20px;
}
.list_share {
    display: flex;
    gap: 10px;
}
.mtpsp {
    margin-top: 120px;
}
/* .nd_post #ez-toc-container {
    display: none;
} */
.tocs {
    margin-top: 65px;
}
.tocs #ez-toc-container {
    background-color: transparent;
    border: unset;
}
.tocs #ez-toc-container nav ul li a {
    font-size: 16px;
    color: #85888e;
}
.nd_post {
    color: #cecfd2;
    font-size: 18px;
}
.nd_post h2 {
    color: #f7f7f7;
}
.copy-link img {
    width: 17px;
}
.tocs #ez-toc-container {
    padding: 0;
}
.sec_bvlquan h2 {
    font-size: 48px;
    color: rgb(244, 244, 244);
    text-transform: capitalize;
    margin-bottom: 60px;
}
.sec_bvlquan {
    padding-top: 96px;
}
/*css fix menu*/
 .header-nav a .char-wrapper,
 .sub-menu a .char-wrapper, char-wrapper {
     display: inline-flex;
     overflow: hidden;
     align-items: center;
     text-shadow: 0 16px 0 currentColor;
 }

 .header-nav a .char,
 .sub-menu a .char, .btnm_mcnaaa span .char {
     display: inline-block;
     transform: translateY(0);
     transition: transform 0.2s ease;
     will-change: transform;
 }

 .header-nav a:hover .char,
 .sub-menu a:hover .char, .btnm_mcnaaa:hover .char {
     transform: translateY(-16px);
 }

 .header-nav a.reverse:hover .char,
 .sub-menu a.reverse:hover .char, .btnm_mcnaaa.reverse:hover .char {
     transform: translateY(16px);
 }

 .header-nav a.fast .char,
 .sub-menu a.fast .char, .btnm_mcnaaa span .char {
     transition-duration: 0.32s;
 }

 .header-nav a .char.space,
 .sub-menu a .char.space, .btnm_mcnaaa span .char.space {
     width: 0.5rem;
 }

 /* Đảm bảo icon không bị chia nhỏ thành ký tự */
 .header-nav a .icon-angle-down {
     display: inline-block;
     transform: none !important;
     transition: none !important;
 }
 .header-nav-main li {
     margin: 0;
 }
 .header-nav-main {
     gap: 25px;
 }
 .nav-dropdown {
     background-color: #000;
 }
 .nav-dropdown-default .nav-column li>a,
 .nav-dropdown.nav-dropdown-default>li>a {
     border-bottom: 0px solid #ececec;
 }
 .nav-dropdown.nav-dropdown-default>li>a {
     color: #fff;
 }
 body.home .header-main {
        backdrop-filter: blur(20px);
            background-color: unset !important;
 }
.header-main {
    background-color: unset !important;
    backdrop-filter: blur(20px);
}
 .hhnds {
     max-width: 895px;
 }
 .hhnds h2 {
     font-size: 60px;
     color: #f7f7f7;
 }
 .img_mnsads img {
     max-width: 290px;
 }
 .img_mnsads h4 {
     font-size: 14px;
     color: #f7f7f7;
     text-transform: uppercase;
 }
.row_wbs {
    position: absolute;
    top: 150px;
}
 .mjdnss {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
 }
.mjdnss h3 {
    text-align: center;
    font-size: 470px;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #f7f7f7;
    margin-bottom: 0;
    mix-blend-mode: exclusion;
	text-transform:uppercase;
}
 .thnsas h2 {
     color: rgb(64, 190, 255);
     text-transform: uppercase;
     font-size: 16px;
     font-family: "DM Mono", monospace;
     font-weight: 600;
 }
.ourrmsd h2 {
    margin-bottom: 64px;
}
 .romwns {
     margin: 0;
     padding: 0 !important;
 }
 .tt_tops10 h3 {
     font-size: 43px;
     color: #f7f7f7;
 }
.sun_tts p {
    color: #cecfd2;
    font-size: 16px;
    border-bottom: 1px solid #22262f;
    margin-bottom: 32px;
    padding-bottom: 32px;
}
.mkas p span {
    display: block;
    font-size: 60px;
    font-family: 'DM Sans';
    font-weight: 600;
    background: linear-gradient(76.93deg, #FFFFFF -28.08%, #D1E3FF 23.59%, #058AFF 137.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: fit-content;
}
.mkas p {
    font-size: 16px;
    font-family: "DM Mono", monospace;
    text-transform: uppercase;
    color: #f7f7f7;
}
.section-title-normal span {
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}
.section-title-normal {
    border-bottom: 0px solid #ececec;
}
.sasass span {
    font-size: 48px;
    color: #f7f7f7;
    text-transform: capitalize;
}
.romwns .col .col-inner h4 {
    font-size: 24px;
    color: #f7f7f7;
    margin-top: 15px;
    margin-bottom: 15px;
}
.romwns .col .col-inner p {
    font-size: 16px;
    color: #CECFD2;
}
.daaaaad p {
    color: rgb(148, 151, 156);
    font-size: 20px;
    margin: 0;
}
.sasass span {
    line-height: 60px;
}
/*css page our service*/
.thsans h3 {
    font-family: "IBM Plex Mono", monospace;
    color: rgb(64, 190, 255);
    text-transform: uppercase;
    font-weight: normal;
}
.tt_pagesss h1 {
    font-size: 72px;
    max-width: 1032px;
    color: #f7f7f7;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.mslds {
    max-width: 768px;
    font-size: 20px;
    color: rgb(148, 151, 156);
}
.roms .col-inner {
    padding: 288px 0 96px;
}
.mdsknd h3 {
    text-align: center;
    font-family: "IBM Plex Mono", monospace;
    text-transform: uppercase;
    color: rgb(64, 190, 255);
    font-size: 16px;
}
.mdksnjsd h2 {
    text-align: center;
    font-size: 48px;
    color: #f7f7f7;
}
.mdksnjsd {
    margin-top: 25px;
}
.row_mnsjas .col .col-inner {
    border: 1px solid #ffffff1a;
    border-radius: 12px;
    overflow: hidden;
    background-color: #13161b;
}
.row_mnsjas .col .col-inner .box-text {
    padding: 24px;
}
.row_mnsjas .col .col-inner .box-text h4 {
    font-size: 24px;
    color: #f7f7f7;
    margin-bottom: 20px;
}
.row_mnsjas .col .col-inner .box-text p {
    color: rgb(148, 151, 156);
    font-size: 16px;
}
.rowmsna .col .col-inner img {
    width: 120px;
}
.rowmsna .col .col-inner .box-text {
    max-width: 580px;
    margin-top: 45px;
}
.rowmsna .col .col-inner {
    padding: 48px;
    background-color: #13161b;
    border-radius: 12px;
}
.rowmsna .col .col-inner .box-text h4 {
    color: #f7f7f7;
    font-size: 24px;
}
.rowmsna .col .col-inner .box-text p {
    font-size: 16px;
    color: rgb(148, 151, 156);
}
.rowmsna {
    margin-top: 64px;
}
.framer-shnoyx {
    filter: blur(250px);
    opacity: .6;
    z-index: 1;
    background-color: #8b72ff;
    border-radius: 100%;
    flex: none;
    width: 494px;
    height: 494px;
    position: absolute;
    bottom: -150px;
    right: -150px;
}
.msdkjsdf .col .col-inner {
    border-radius: 32px;
    overflow: hidden;
}
.tt_pagesss h2 {
    font-size: 48px;
    color: #f7f7f7;
    max-width: 525px;
}
.eomas_snbs .col .col-inner img {
    width: 88px;
}
.nd_icons {
    display: flex;
    gap: 40px;
    color: rgb(148, 151, 156);
}
.nd_icons .sonl {
}
.nd_icons .nd_ssomls h3 {

    font-size: 24px;
    color: #f7f7f7;
    margin-bottom: 5px;
}
.nd_ssomls p {
    margin: 0;
}
.eomas_snbs {
    border-bottom: 1px solid #373a41;
    margin-bottom: 35px !important;
    padding-bottom: 35px !important;
}
.eomas_snbs {
    align-items: center;
}
.saads h1 {
    text-align: center;
    max-width: 895px;
    margin: auto;
    font-size: 72px;
    color: #f7f7f7;
    font-family: "DM Sans", sans-serif;
    font-weight: normal;
}
.ahusna p {
    max-width: 896px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    color: rgb(148, 151, 156);
}
.jj_pNM h2 {
    max-width: 900px;
    margin: auto;
    color: #f7f7f7;
    font-size: 48px;
    text-align: center;
}
.tt3s h3 {
    font-size: 32px;
    color: #f7f7f7;
}
.tt3s p {
    font-size: 16px;
    color: rgb(148, 151, 156);
}
.tt3s ul li {
    font-family: "IBM Plex Mono", monospace;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 20px;
    color: rgb(189, 180, 254);
    text-transform: uppercase;
    list-style: none;
    margin-left: 0;
}
.tt3s ul li {
    background-color: #7959f833;
    width: fit-content;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
}
.tt3s ul {
    max-width: 560px;
}
.tt3s ul li:nth-child(2) {
    background-color: #33f56133;
    color: rgb(51, 245, 97);
}
.row_bnsa {
    margin-top: 96px;
}
.hhn_mnsa h2 {
    font-size: 48px;
    color: #f7f7f7;
}
.btns_sa {
    background-color: transparent;
    border: 1px solid #373a41;
    padding: 5px 30px;
    border-radius: 99px;
    margin: 0;
}
.featured-slide-item img {
    max-height: 341px;
    object-fit: cover;
}
.featured-slider {
    margin: 0 -10px;
}
.featured-slide-item img {
    border-radius: 8px;
}
.slick-slide {
    margin-right: 25px;
}
.featured-slide-item h3 {
    font-size: 20px;
    color: #f7f7f7;
    margin-top: 20px;
}
.slick-initialized .slick-slide {
    display: block;
    width: 550px;
}
.featured-slider button.slick-prev:before, .featured-slider button.slick-prev::after {
    opacity: 0;
}
.featured-slider button.slick-prev {
    width: 56px;
    height: 56px;
    background-image: url(/wp-content/uploads/2025/10/carousel-arrow.png);
    background-size: cover;
    border-radius: 99px;
    bottom: -120px;
    z-index: 999;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.05);
    top: unset !important;
}
.featured-slider button.slick-next {
    width: 56px;
    height: 56px;
    background-image: url(/wp-content/uploads/2025/10/carousel-arrow-1.png) !important;
    background-size: cover;
    border-radius: 99px;
    bottom: -120px;
    z-index: 999;
    left: 70px !important;
    background-color: rgba(255, 255, 255, 0.05);
    top: unset !important;
}
.featured-slide-item p {
    color: #94979c;
    font-size: 16px;
}
.slick-next:before {
    display: none;
}
.romsaa .col-inner {
    padding: 192px 0 96px;
}
.romsaa .col .col-inner {
    max-width: 896px;
    margin: auto;
    text-align: center;
}
.mnsdhj h3 {
    letter-spacing: 0.2em;
    line-height: 24px;
    text-align: center;
    color: rgb(64, 190, 255);
    text-transform: uppercase;
    font-weight: normal !important;
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
}
.kmsnas h1 {
    font-size: 72px;
    color: #f7f7f7;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}
.sd_mnsa p {
    color: rgb(148, 151, 156);
    font-size: 20px;
    margin: 0;
}
.im_gdus img {
    width: 158px;
}
.im_gdus {
    position: absolute;
    left: -60px;
    text-align: left;
    bottom: 27%;
}
.img_dus {
    position: absolute;
    right: 0;
    text-align: right;
}
.img_dus img {
    width: 158px;
}
.img_dus {
    position: absolute;
    right: -25px;
    text-align: right;
    bottom: 45%;
}
.user_list{
    gap: 25px;
}
.mjjsda h2 {
    color: #f7f7f7;
    font-size: 48px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.sdmkdms p {
    color: #f7f7f7;
    font-size: 20px;
}
.rrowmsna {
    margin-top: 65px;
    padding-top: 65px !important;
    border-top: 1px solid #373a41;
}
.iconsba .icon-box-text h3 {
    font-size: 24px;
    color: #f7f7f7;
}
.iconsba .icon-box-text p {
    margin-bottom: 0;
    color: rgb(206, 207, 210);
    font-size: 18px;
}
.iconsba .icon-box-text p:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #76ff96;
    border-radius: 99px;
    margin-right: 10px;
}
.row_blhs .col-inner {
    text-align: center;
}
.nls_hms h1 {
    font-size: 72px;
    color: #f7f7f7;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.s_unsas p {
    color: #f7f7f7;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
}
.rowjha_sas {
    padding-top: 196px !important;
}
.mkjd_asds h2 {
    max-width: 445px;
    font-size: 48px;
    color: #f7f7f7;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}
.mksjasa p {
    color: rgb(148, 151, 156);
    font-size: 20px;
    max-width: 575px;
}
.vnms-Oksam .col .col-inner {
    background-color: #ffffff0d;
    padding: 32px;
    border: 1px solid #ffffff1a;
}
.vnms-Oksam .col .col-inner .icon-box-text {
    margin-top: 45px;
}
.vnms-Oksam .col .col-inner .icon-box-text h3 {
    font-size: 24px;
    color: rgb(247, 247, 247);
    min-height: 77px;
}
.vnms-Oksam .col .col-inner .icon-box-text p {
    color: rgb(148, 151, 156);
    font-size: 16px;
}
.imnsdsd svg path {
    fill: #fff;
}
.sdddddf p {
    color: #cecfd2;
    text-transform: uppercase;
    font-size: 24px;
}
.sdddddf {
    margin-top: 64px;
}
.rowmsnasa .col-inner {
    text-align: center;
}
.mkn_hnas h2 {
    color: #f7f7f7;
    font-size: 48px;
    font-family: "DM Sans", sans-serif;
}
.sub_mnsads p {
    font-size: 20px;
    color: #94979c;
    max-width: 896px;
    margin: auto;
}
.rowim1s .col .col-inner img {
    background-color: #13161b;
    border: 1px solid #ffffff1a;
}
.rowim1s {
    margin-top: 64px;
}
.featured-slide-item img, .duaan_rioww .col-inner img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.4s ease;
	aspect-ratio: 3 / 2;
    /* hiệu ứng mượt */
}
.featured-slide-item:hover img, .duaan_rioww .col-inner:hover img {
    transform: scale(1.1);
    /* zoom lên 10% khi hover */
}
.featured-slide-item, .duaan_rioww .col-inner {
    box-sizing: border-box;
    /* overflow: hidden; */
}
.mndssd h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(64, 190, 255);
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
}
.ourrmsd h2 {
    color: #f7f7f7;
    font-size: 48px;
}
.rww_ons .col-inner {
    text-align: center;
}
.duaan_rioww img {
    max-height: 582px;
    object-fit: cover;
}
.btnm_mcnaaa {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #373a41;
    border-radius: 999px;
    padding: 6px;
    padding-left: 20px;
}
.btnm_mcnaaa i {
    width: 32px;
    height: 32px;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #13161b;
    border-radius: 999px;
}
.btnm_mcnaaa {
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: center;
    gap: 10px;
}
.rowmsnjds .col {
    text-align: center;
}
.mhjsdn h3 {
    font-family: "DM Mono", monospace;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 24px;
    color: rgb(64, 190, 255);
    text-transform: uppercase;
    font-size: 16px;
}
.mjhs_nsh h2 {
    font-size: 48px;
    color: #f7f7f7;
    font-weight: 600;
    font-family: 'DM Sans';
}
.partners img {
    max-width: 16%;
}
.msjajsn_hsa h3 {
    font-family: "DM Mono", monospace;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 24px;
    color: rgb(64, 190, 255);
    text-transform: uppercase;
    font-size: 16px;
}
.msjajsn_hsa h2 {
    background-image: linear-gradient(77deg, rgb(255, 255, 255) 0%, rgb(209, 227, 255) 41.8919%, rgb(5, 138, 255) 119%);
    width: fit-content;
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 60px;
    color: #f7f7f7;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rowmjsd-mn .col .col-inner {
    background-color: #13161b;
    border: 1px solid #ffffff1a;
    padding: 32px;
    border-radius: 12px;
    color: #fff;
}
.rowmjsd-mn .col .col-inner h3 {
    font-family: "DM Mono", monospace;
    letter-spacing: 0.08em;
    line-height: 24px;
    color: rgb(64, 190, 255);
    font-size: 16px;
}
.rowmjsd-mn .col .col-inner p {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}
.omsdj_mnhsa h3 {
    font-family: "DM Mono", monospace;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 24px;
    color: rgb(64, 190, 255);
    text-transform: uppercase;
    font-size: 16px;
}
.omsdj_mnhsa h2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 64px;
    color: rgb(247, 247, 247);
}
.mhjds p {
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    color: #f7f7f7;
    max-width: 784px;
}
.sd_imas img {
    border-radius: 999px;
}
.sd_imas h3 {
    font-size: 24px;
    color: #fff;
}
.sd_imas p {
    font-size: 16px;
    color: #94979c;
}
.sd_imas {
   
    margin-bottom: 25px;
}
.flickity-page-dots {
    text-align: left !important;
}
.slidma .flickity-page-dots .dot.is-selected {
    width: 50% !important;
}
.slidma .flickity-page-dots .dot {
    width: 20%;
}
.slidma .flickity-page-dots {
    left: 0;
    right: 0;
    width: 100%;
}
.mtdhpoa {
    padding: 64px 0;
}
.flickity-page-dots .dot {
    border-width: 2px;
}
/*fix section ami,ation */
.framer-listing h2 {
    margin-bottom: 25px;
}
/* css porfolio*/
.portfolio-top {
    padding: 100px 0;
    padding-bottom: 0;
}
#portfolio-content {
    padding: 0;
}
.tt_porfolio h1 {
    font-size: 60px;
    color: #f7f7f7;
    font-family: 'DM Sans';
    font-weight: 600;
}
.banner_cs {
    margin-top: 15px;
}
.about_cs {
    padding: 65px 0;
}
.about_cs_left h2 {
    max-width: 576px;
    height: 120px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #F7F7F7;
}
.item_sub_nt {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #94979C;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.item_cs {
    display: flex;
    gap: 12px;
}
.item_sub_nt {
    width: 240px;
}
.item_sub_rt p {
    width: 148px;
    height: 24px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #ececed;
}
.info_cs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.item_cs {
    display: flex;
    gap: 12px;
    border-top: 1px solid;
    padding-top: 20px;
}
.general_inf {
    margin-top: 64px;
}
.general_inf h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #f7f7f7;
}
.general_inf p {
    color: #CECFD2;
    font-family: 'DM Sans';
}
.customers_cs {
    border-bottom: 1px solid;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.customerq_cs ol li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #CECFD2;
}
.gallery_cs_inner ul li {
    margin: 0;
}
.gallery_cs_inner ul li:nth-child(1) {
    margin-bottom: 25px;
}
.gallery_cs ul li:nth-child(2) {
    width: 50%;
    float: left;
    padding-right: 12px;
}
.gallery_cs ul li:nth-child(3) {
    width: 50%;
    float: right;
    padding-left: 12px;
}
.item_dlp_cs {
    display: flex;
    gap: 45px;
}
.count_dlp {
    min-width: 40px;
    height: 30px;
}
.count_dlp {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: #40BEFF;
}
.des_dlp_cs h3 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #F7F7F7;
}
.des_dlp_cs p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #94979C;
}
.item_dlp_cs {
    border-bottom: 1px solid;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.tech_cs_left h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #f7f7f7;
}
.list_tch {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    opacity: 1;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
    gap: 20px;
}
.item_tech {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 20px 6px 6px;
    gap: 12px;
    width:fit-content;
    height: 60px;
    border: 1px solid #22262F;
    border-radius: 999px;
}
.tt_tech {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F7F7F7;
}
.list_tch .js-marquee-wrapper {
    display: flex;
    gap: 20px;
}
.list_tch .js-marquee-wrapper .js-marquee {
    display: flex;
    gap: 20px;
}
.ttProductFeatures h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    color: #f7f7f7;
}
.ProductFeatures {
    padding: 96px 0;
}
.tech_cs {
    padding: 96px 0;
}
.tech_cs .col {
    padding-bottom: 0;
}
.tech_cs_left h2 {
    margin-bottom: 64px;
}
.row_tts .col {
    padding-bottom: 0;
}
.ttProductFeatures h2 {
    margin-bottom: 64px;
}
.rowProduct .col .col-inner {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-top: 1px;
    place-content: flex-start;
    align-items: flex-start;
    place-self: start;
    background-color: rgb(19, 22, 27);
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    gap: 80px;
    height: min-content;
    overflow: visible;
    padding: 32px;
    position: relative;
    width: 100%;
	margin-bottom:20px;
}
.box_prdfs {
    display: flex;
    flex-direction: column;
    gap: 64px;
}
.box_prdfs .nbs {
    font-family: "DM Mono", monospace;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    color: rgb(64, 190, 255);
}
.ndungs h3 {
    font-size: 24px;
    color: #f7f7f7;
    font-family: 'DM Sans';
}
.ndungs p {
    color: #94979c;
    margin: 0;
}
/**/
.photo_library_2 .img_lp {
    width: 820px;
}
.lp2 {
    padding-left: 3%;
    padding-top: 96px;
    padding-bottom: 96px;
}
.solutions {
    padding: 96px 0;
    background-color: rgb(19, 22, 27);
}
.row_sol .col {
    padding-bottom: 0;
}
.solutions_left h2 {
    font-size: 48px;
    color: #f7f7f7;
}
/**/
.accordion_cs {
    
}

.at-tab {
    display: none;
    padding: 15px 0;
    color: #f7f7f7;
    font-size: 16px;
    font-family: 'DM Sans';
}
.at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}
.at-title:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/uploads/2025/10/arrow-down.png);
}
.at-title.active:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/arrow-up.png);
}
.at-item {
    border-radius: 0px;
    margin-bottom: 0px;
}
.at-item {
    border-bottom: 1px solid;
    margin-bottom: 45px;
    padding-bottom: 45px;
}
.at-title h2 {
    padding: 0;
    margin: 0;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #F7F7F7;
}
.accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}
.at-tab ul {
    display: flex;
    gap: 20px;
    margin: 0;
    margin-top: 15px;
}
.at-tab ul li {
    list-style: none;
    margin: 0;
}
.at-tab ul li {
    padding: 4px 16px;
    width: 114px;
    min-width: 80px;
    height: 32px;
    background: rgba(20, 156, 255, 0.2);
    border: 1px solid #7DD7FF;
    border-radius: 99px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #40BEFF;
}
.at-item:last-child {
    border: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}
.result_bn {
    padding: 96px 0;
}
.row_msan .col {
    padding-bottom: 0;
}
.tt_ffuls h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #F7F7F7;
}
.tt_ffuls p {
    width: 880px;
    height: 56px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #94979C;
}
.row_res .col .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 14px;
    height: 178px;
    background: #13161B;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
}
.row_res .col .col-inner .nbs_cou {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    lin
    text-align: center;
    letter-spacing: -0.2px;
    color: #40BEFF;
}
.sub_nbs {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #CECFD2;
}
.row_res .col {
    padding-bottom: 0;
}
.tt_ffuls p {
    margin: 0;
}
.row_res {
    margin-top: 64px;
}
.Next_case_study{
    padding: 96px 0;
}
.pagination {
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 6px 6px 16px;
    gap: 10px;
    width: 160px;
    height: 44px;
    border: 1px solid #373A41;
    border-radius: 999px;
    margin: 0;
}

.pagination button {
    color: #f7f7f7;
    text-transform: math-auto;
}

.pagination button span {
    width: 32px;
    height: 32px;
    background-color: #13161B;
    border-radius: 999px;
    position: absolute;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lists_vns_case .item_post {
    max-width: calc(33.33% - 20px);
    flex-basis: calc(33.33% - 20px);
}
/**/
.tt_pctsa h1 {
    font-family: "DM Sans", sans-serif;
    font-size: 88px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1em;
    text-align: left;
    color: #f7f7f7;
}
.tt_pctsa h1 {
    font-family: "DM Sans";
    font-size: 88px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.1em;
    text-align: left;
    color: #f7f7f7;
}
.tt_pctsa p {
    max-width: 768px;
    height: 28px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #94979C;
}
.form_field label {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #CECFD2;
    margin-bottom: 15px;
}
.form_field input {
    padding: 10px 14px;
    height: 44px;
    border: 1px solid #373A41;
    filter: drop-shadow(0px 1px 2px rgba(10, 13, 18, 0.05));
    border-radius: 8px;
    background-color: transparent;
    margin: 0;
    color: #94979C;
}
.form_field select {
    padding: 10px 14px;
    height: 44px;
    border: 1px solid #373A41;
    filter: drop-shadow(0px 1px 2px rgba(10, 13, 18, 0.05));
    border-radius: 8px;
    background-color: transparent;
    color: #94979C;
}
.form_field textarea {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 14px;
    gap: 8px;
    isolation: isolate;
    height: 100px;
    border: 1px solid #373A41;
    filter: drop-shadow(0px 1px 2px rgba(10, 13, 18, 0.05));
    border-radius: 8px;
    align-self: stretch;
    background-color: transparent;
}
.btn_Submit {
    display: block;
    width: 100%;
    line-height: 26px !important;
    align-items: center;
    height: 48px;
    background: #149CFF !important;
    border-radius: 8px;
    align-self: stretch;
    color: #f7f7f7 !important;
    text-transform: math-auto !important;
}
.accs {
    height: unset !important;
}
.form_nd .row .col {
    padding-bottom: 20px;
}
.wpcf7-spinner {
    position: absolute;
}
.form_nd .row:last-child .col {
    padding-bottom: 0;
}
/**/
.sec_mnnas {
    min-height: 400vh;
    position: relative;
}

.main_scroll {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    padding: 0 5%;
    position: relative;
}

.item_row {
    flex: 1;
}

.list_item_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 600px;
}

.item_src {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /*max-width: 450px;*/
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-around;
}

.rw_bs {
    flex-shrink: 0;
}
.box_count {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-transform: capitalize;
    color: #94979C;
}

.image-wrapper {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.rotating-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
    transform-style: preserve-3d;
}

.list_item_right {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    position: relative;
    height: 600px;
    /* overflow: hidden; */
}

.item_text_right {
    opacity: 0;
    transition: opacity 0.5s ease;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item_text_right.active {
    opacity: 1;
}

.item_text_right h3 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
	    color: #ecf9ff;
}

.item_text_right p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #7dd7ff;
    font-weight: 300;
}

/* Scroll indicator */
.scroll-indicator {
    position: fixed;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.6;
    animation: bounce 2s infinite;
}

.scroll-indicator span {
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scroll-indicator::after {
    content: '';
    width: 2px;
    height: 30px;
    background: linear-gradient(to bottom, #fff, transparent);
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

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

/* Responsive */
@media (max-width: 1024px) {
    .main_scroll {
        flex-direction: column;
        gap: 4rem;
        padding: 3rem 2rem;
    }

    .list_item_left {
        height: 400px;
    }

    .item_src {
        max-width: 350px;
    }

    .item_text_right h3 {
        font-size: 2.5rem;
    }

    .item_text_right p {
        font-size: 1.1rem;
    }
}

@media (max-width: 640px) {
    .item_text_right h3 {
        font-size: 2rem;
    }

    .item_text_right p {
        font-size: 1rem;
    }

    .image-wrapper {
        padding: 2rem;
        border-radius: 20px;
    }
}
/**/
.image-hotspot {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 800px;
}

.image-hotspot .map-img {
    width: 100%;
    height: auto;
    display: block;
}

.decor-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
}
.position-relative {
    position: relative;
}
/* Ảnh chấm chính */
.decor-dot img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}

/* Hiệu ứng nhấp nháy pulse */
.decor-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: rgb(64, 190, 255);
    /* màu cam nhạt, có thể đổi */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    z-index: 1;
    animation: pulse 1.5s ease-out infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.6);
        opacity: 0.9;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Cấu hình vị trí từng dot */
.dot-1 {
    top: 39%;
    left: 87%;
}
.dot-2 {
    top: 53%;
    left: 77%;
}

/* Tooltip detail */
.detail {
    position: absolute;
    top: -185px;
    left: 0px;
    background: #13161b;
    border-radius: 10px;
    padding: 15px;
    width: 195px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 5;
}
.decor-dot.active .detail,
.decor-dot:hover .detail {
    opacity: 1;
    transform: translateX(-50%);
    pointer-events: auto;
}
.decor-dot img {
    top: -10px;
}
.decor-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    align-content: center;
}
.decor-text {
    text-align: center;
}
.image_country img {
    width: 40px;
    height: 40px;
}

.decor-text {
    flex: 1;
}
.decor-title {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 4px;
    color: #fff;
    font-family: 'Inter';
}
.decor-text p {
    margin: 0;
    font-size: 12px;
    color: #a1a1a1;
}
.tt_pctsa p {
    margin: 0;
}
/*css ơage AI */
.tts_ai,
.tts_omnichain {
    font-family: "DM Sans", sans-serif;
    font-size: 88px;
    color: #f7f7f7;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.tt_nsd span {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: #F7F7F7;
    text-transform: capitalize;
}
.row_ai1 .col {
    padding-bottom: 0;
}
.hnsh_mna p {
    max-width: 864px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #94979C;
    margin: 0;
}
.featured-item-categories li:hover {
    background: rgba(20, 156, 255, 0.2);
    border: 2px solid #149CFF;
    border-radius: 999px;
}
.category_pc a:hover {
    background-color: #149cff29;
    border: unset;
}
.ttmsnajds span {
    max-width: 848px;
    height: 44px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #F7F7F7;
    text-transform: capitalize;
}
.acc_ai .accordion-title.active {
    background-color: unset;
    border-color: unset;
    color: #F7F7F7;
    font-weight: 700;
}
.acc_ai .accordion-title {
    border-top: 0px solid #ddd;
    padding-left: 0;
}
.acc_ai .toggle {
    left: unset;
    right: 0;
}
.acc_ai .accordion-inner {
    padding-left: 0;
    padding-right: 0;
}
.data_ai p {
    max-width: 848px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #94979C;
}
.acc_ai .accordion-title .toggle i {
    font-size: 0;
    background-image: url(/wp-content/uploads/2025/10/arrow-up-1.png);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
}
.acc_ai .accordion-title:hover {
    color: #f7f7f7;
}
.acc_ai .accordion-title {
    color: #f7f7f7;
}
.acc_ai .accordion-item {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tt_pagesss h2 {
    font-weight: 600;
}
.row_ai2 {
    margin-top: 96px;
}
.acc_ai .accordion-item:last-child {
    border-bottom: unset;
}
.nd_icons .sonl {
    font-family: "DM Mono", monospace;
    letter-spacing: 0.08em;
    color: rgb(148, 151, 156);
}
.nd_icons .nd_ssomls h3 {
    font-weight: 600;
}
.tt_pagesss p {
    max-width: 523px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #94979C;
}
.congnghloi img{
    width: 49px;
    height: 49px;
    max-width: 49px;
}
.section-title b {
    height: 0px;
}
.tt_hhsna span {
    max-width: 831px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #F7F7F7;
    text-transform: capitalize;
}
.sub_whitsd p {
    max-width: 896px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #94979C;
    margin: auto;
}
.row_whytes2 .col .col-inner {
    background-color: #13161b;
    border-radius: 15px;
}
.row_whytes2 .col .col-inner .box-image img {
height: 377px;
    object-fit: contain;
}
.row_whytes2 .col .col-inner h4 {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: rgb(247, 247, 247);
    text-align: left;
}
.ct_tst2 {
    text-transform: capitalize;
}
.row_whytes2 .col .col-inner p {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: rgb(247, 247, 247);
    text-align: left;
}
.row_whytes2 .col .col-inner p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: rgb(148, 151, 156);
    text-align: left;
}
.row_whytes2 .col .col-inner .box-text {
    padding: 0 32px 32px;
}
.row_whytes2 {
    margin-top: 40px;
}
.featured-slide-item p, .row_whytes2 .col .col-inner p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
}
/*css fix 15-10*/
.lists_vns_case .tb_post img, .list_post_rd .item_post .tb_post img, .lists_vns_bv .item_post .tb_post img {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease, filter 0.3s ease;
}
.lists_vns_case .item_post:hover .tb_post img, .list_post_rd .item_post:hover .tb_post img, .lists_vns_bv .item_post:hover .tb_post img {
    transform: scale(1.1);
    filter: brightness(1.1);
}
.lists_vns_case .item_post:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.tb_post {
    overflow: hidden;
    border-radius: 15px;
	transform-origin:center;
	width:100%;
	aspect-ratio: 3/2
}
.sec_bvlquan .row .col, .bd_post .row .col {
    padding-left: 0;
    padding-right: 0;
}
.col_6s .col-inner {
    padding-left: 0;
}
/**/
.hd_category .col, .framer-list .row .col, .row .col {
    padding-left: 0;
}
.ntb_vns a:hover {
    background-color: rgb(0, 98, 255);
}
.ntb_vns a:hover .icon-wrapper {
    background-color: #149cff !important;
}
/*css fix button */
.ntb_vns {
    text-align: center;
    display: flex;
    justify-content: center;
}
.load_mode {
    padding: 6px 15px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 99px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: transparent;
    color: #fff;
    transform: translateY(0) translateZ(0);
    transition: transform 0.44s ease, box-shadow 0.44s ease;
    cursor: pointer;
    border: 1px solid #373a41;
    padding-right: 5px;
}
.load_mode>div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.load_mode .text-wrapper {
    display: flex;
    gap: 6px;
    overflow: hidden;
}
.load_mode .word {
    display: flex;
    overflow: hidden;
}
.load_mode .word span {
    display: block;
    text-shadow: 0 16px 0 #fff;
    transition: transform 0.5s ease;
    transform: translateY(0) translateZ(0);
}
.load_mode .icon-wrapper {
    background: #13161b;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.5s ease, background 0.5s ease;
    transform: translateY(0) translateZ(0);
}
.load_mode .icon-wrapper img {
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.5s ease;
}
.load_mode:hover .word span {
    transform: translateY(-16px) translateZ(0);
}
.load_mode:hover .icon-wrapper {
    background: #fff;
}
.load_mode:hover .icon-wrapper img {
    filter: brightness(0) invert(0);
}
.html_topbar_left a:hover {
    background-color: #0062ff;
}
.html_topbar_left a:hover .icon-wrapper {
    background-color: #fff;
}
.ntb_vns a:hover .icon-wrapper {
    background-color: #149cff !important;
}
.ntb_vns .load_mode:hover .icon-wrapper img {
    filter: brightness(41.5);
}
.row-neews .col .col-inner:hover .box-image {
    border-radius: 15px;
}
.tn_thuns {
    border-radius: 15px;
    overflow: hidden;
}
.vmsnasa .ntb_vns {
    justify-content: flex-end;
}
.row-neews .col .col-inner .box-image, .box-image{
	border-radius:15px;
}
.partners-container {
            width: 100%;
            overflow: hidden;
            padding: 0;
        }
        
  
        .partners-marquee .js-marquee-wrapper {
    display: flex
;
    gap: 20px;
}

.partners-marquee .js-marquee-wrapper {
    display: flex;
    gap: 20px;
}
 .js-marquee-wrapper .js-marquee {
    display: flex;
    gap: 20px;
}
.js-marquee-wrapper {
    display: flex;
    gap: 20px;
}
.partners-marquee img, .partners_v2_marquee img {
    max-width: 280px;
}
.tocs #ez-toc-container nav ul li a:hover {
    color: #f7f7f7;
}
/**/

.list_core {
    display: flex;
    gap: 20px;
    margin: 0;
    margin-top: 15px;
    flex-wrap: wrap;
}

.list_core li {
    list-style: none;
    margin: 0;
    padding: 4px 16px;
    min-width: 80px;
    height: 32px;
    background: rgba(20, 156, 255, 0.2);
    border: 1px solid #7DD7FF;
    border-radius: 99px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #40BEFF;
}
.photo_library_2 {
    cursor: grabbing;
}
.row-neews .col:nth-child(2) {
    padding-left: 12px;
}
.row-neews .col:nth-child(1) {
    padding-right: 27px;
}
.duaan_rioww .col:nth-child(odd) {
    padding-right: 20px;
}
.duaan_rioww .col:nth-child(even) {
    padding-left: 14px;
}
.banner_cs img {
    width: 100%;
}
.cpy {
    cursor: pointer;
}
/* css fix post*/
.item_post_cta {
    flex: 1 1 calc(33.33% - 20px);
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* transition: transform 0.3s ease; */
}
.item_post_cta.active .custom-cursor {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.cba_pmjsa {
    position: relative;
}
.lists_vns_bv .item_post_cta {
    max-width: calc(25% - 20px);
}
.vns_btns {
    text-align: center;
}
.row_banners .col {
    padding-bottom: 0;
}
.typing_cs {
    position: absolute;
    top: -70px;
}
.header-main .nav>li>a:hover i {
    transform: rotate(630deg) !important;
}
.framer-listing .tb_post {
    overflow: unset;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}

.lists_vns_case .tb_post img {
 width:100% !important;
 height:100% !important
}
.hd_category{
	padding: 186px 0 96px !important;
}
.body_post {
	width:1064px !important;
}
.post-toc ul li a {
  display: -webkit-box;
  -webkit-line-clamp: 2;           /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;              /* Chiều cao mỗi dòng */
  max-height: calc(1.5em * 2);     /* 2 dòng */
  white-space: normal;             /* Cho phép xuống dòng */
  text-decoration: none;
  transition: color 0.2s;
}
.lists_vns_bv {
	row-gap:64px;
}
.lists_vns_case{
	row-gap:64px;
}