/* 
Theme Name: SaoKim Digital
Theme URI: https://saokim.digital/
Description: A product designed and implemented by SaoKim Digital for customers. Hotline 0964.699.499
Author: Sao Kim Team
Template: hello-elementor
Author URI: https://saokim.digital/
Version: 1.0.0
*/
 :root{
    --duration: 3.5s;
    --ease: cubic-bezier(.22,.88,.3,1); /* mượt, hơi “springy” */
  }
@media only screen and (max-width: 600px) {}

@media only screen and (min-width: 1140px) {
    .e-con-boxed>.e-con-inner {
        max-width: 1120px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1300px) {
    .e-con-boxed>.e-con-inner {
        max-width: 1280px !important;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (min-width: 1600px) {
    .e-con-boxed>.e-con-inner {
        max-width: 1520px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

body {
    overflow-x: hidden;
}
.tinh-nang-box{
    background: #00132F;
    border-radius: 8px ;
    border: 1px solid rgba(96, 215, 255, 0.40);
}
.tinh-nang-box,
.tinh-nang-box--img>div {
    display: none;
    transform: translateY(10px);
    transition: all .4s ease;
    

}

.tinh-nang-box.active,
.tinh-nang-box--img>div.active {
    display: flex;
}



.list-title-tndp {
    text-align: center;
}

.list-title-tndp ul {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    border-radius: 100px;
    border: 1px solid rgba(96, 215, 255, 0.05);
    background: linear-gradient(180deg, var(--color-ice-blue-0, rgba(96, 215, 255, 0.00)) 0%, var(--color-ice-blue-5, rgba(96, 215, 255, 0.05)) 100%);
    margin-bottom: 40px;
    padding: 8px 16px;
    gap: 10px;
}

.list-title-tndp ul li {
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 20px;
    color: #B3C5DF;
    font-weight: 600;
    line-height: 1.3;
}

.list-title-tndp ul li.active,
.hd-home-list a:hover {
    border-radius: 100px;
    background: var(--Color-White, #FFF);
    box-shadow: 0 0 8px 0 var(--color-ice-blue-10, rgba(96, 215, 255, 0.10)), 0 0 20px 0 var(--color-ice-blue-10, rgba(96, 215, 255, 0.10));
    color: #227DFF;
}

.list-title-tndp ul li:hover {
    color: #227DFF;
}

.tinh-nang-box .tinh-nang-box--title,
.tinh-nang-box .tinh-nang-box--img {
    width: 50%;
}



.tinh-nang-box .tinh-nang-box--logo img {
    width: 100%;
    /*animation: zoomOut var(--duration) ease-in-out infinite alternate;*/
}

.tinh-nang-box .tinh-nang-box--title {
    border-radius: 12px;
    background-size: 100% 100%;
    padding: 20px;
}






.tinh-nang-box--title ul {
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    text-align: left;
    padding-right: 0;
    padding-left: 5px;
}

.tinh-nang-box--title ul li {
    margin-bottom: 8px;
    padding: 12px 20px;
    direction: ltr;
    color: #B3C5DF;
    padding-left: 48px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.tinh-nang-box--title ul li:after {
    content: '';
    opacity: 0;
    background-color: #227DFF;
    filter: blur(60px);
    pointer-events: none;
    cursor: none;
    width: 30%;
    height: 57%;
    display: block;
    inset: auto 0% -70% -17%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.tinh-nang-box--title ul li:hover:after {
    opacity: 1;
}


.tinh-nang-box--title ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: linear-gradient(180deg, var(--Color-SkyBlue, #38A4FF) 0%, var(--Color-IceBlue, #60D7FF) 100%);
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 50%;
}

.tinh-nang-box--title ul li.active {
    border-radius: 12px;
    background-image: linear-gradient(270deg, #81c1fa, #1669f2);
    color: #fff;
    cursor: pointer;
}


.tinh-nang-box--title ul::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(96, 215, 255, 0.05);
    border-radius: 10px;
}

.tinh-nang-box--title ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(96, 215, 255, 0.05);
    border-radius: 10px;
}

.tinh-nang-box--title ul::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: linear-gradient(180deg, var(--Color-SkyBlue, #38A4FF) 0%, var(--Color-IceBlue, #60D7FF) 100%);
}

.tinh-nang-box--img {
    border-radius: 12px;
    background-size: 100% 100%;
    padding: 20px;
}

.tinh-nang-box--img img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
}

.hd-home-list a {
    color: #B3C5DF;
}

.hd-home-list a {
    padding: 8px 16px;
    display: block;
}

.hd-content-list {
    display: none;
}

.hd-content-list.active {
    display: flex;
    gap: 40px;
    align-items: center;
}


.hd-content-list--title {
    width: 40%;
    border-radius: 0 0 12px 12px;
    background: url(./assets/images/bg-1-l.png) center left no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

.hd-content-list--img {
    width: 60%;
    background: url(./assets/images/bg-video.png) top center no-repeat;
    background-size: 100% 100%;
    padding: 34px 2px 2px 0px;
}

.hd-content-list--img .embed-container {
    aspect-ratio: 185 / 100;
    border-radius: 0 0 12px 12px;
}

/*.hd-content-list--img iframe{
    width: 100%;
    aspect-ratio: 185/116;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(96, 215, 255, 0.40);
    box-shadow: 0 0 80px 0 var(--color-ice-blue-10, rgba(96, 215, 255, 0.10)), 0 0 200px 0 var(--color-ice-blue-5, rgba(96, 215, 255, 0.05));
}
*/
.hd-content-list--img__item {
    display: none;
}

.hd-content-list--img__item.active {
    display: block;
}

.hd-content-list--title ul {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    text-align: left;
    padding-right: 0;
    padding-left: 5px;
}

.hd-content-list--title ul li {
    margin-bottom: 8px;
    padding: 12px 20px;
    direction: ltr;
    color: #B3C5DF;
    padding-left: 48px;
    position: relative;
    cursor: pointer;
}

.hd-content-list--title ul li.active {
    border-radius: 12px 0 0 12px;
    background: linear-gradient(90deg, var(--color-ice-blue-10, rgba(96, 215, 255, 0.10)) 0%, var(--color-ice-blue-0, rgba(96, 215, 255, 0.00)) 100%);
}

.hd-content-list--title ul li:before {
    content: '';
    height: 8px;
    width: 8px;
    background: linear-gradient(180deg, var(--Color-SkyBlue, #38A4FF) 0%, var(--Color-IceBlue, #60D7FF) 100%);
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 50%;
}

.hd-content-list--title ul::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(96, 215, 255, 0.05);
    border-radius: 10px;
}

.hd-content-list--title ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(96, 215, 255, 0.05);
    border-radius: 10px;
}

.hd-content-list--title ul::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: linear-gradient(180deg, var(--Color-SkyBlue, #38A4FF) 0%, var(--Color-IceBlue, #60D7FF) 100%);
}

.hd-content-list--title>a {
    display: inline-flex;
    padding: 12px 18px;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: linear-gradient(180deg, var(--Color-Azure, #227DFF) 0%, var(--Color-SkyBlue, #38A4FF) 100%);
    margin-top: 20px;
}

.hd-content-list--title>a:hover {
    background: var(--LinearSkyBlue, linear-gradient(180deg, var(--Color-SkyBlue, #38A4FF) 0%, var(--Color-IceBlue, #60D7FF) 100%));
    box-shadow: 0 0 8px 0 var(--color-ice-blue-10, rgba(96, 215, 255, 0.10)), 0 0 20px 0 var(--color-ice-blue-10, rgba(96, 215, 255, 0.10));
}

.hd-content-list--title>a span {
    color: #FFF;
    text-shadow: 0 1px 2px var(--color-dark-blue-20, rgba(0, 19, 47, 0.20));
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}







/*slider chay*/

.logo_carousel_trackToRight,
.logo_carousel_trackToLeft {
    flex: 1;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
}

.logo_carousel_trackToRight .elementor-widget-container,
.logo_carousel_trackToLeft .elementor-widget-container {
    overflow-x: clip;
    position: relative;
    width: 100%;
}

.logo_carousel_trackToRight .elementor-icon-list-items,
.logo_carousel_trackToLeft .elementor-icon-list-items {
    display: flex;
    align-items: center;
    gap: 10px;
    will-change: transform;
    flex-wrap: nowrap !important;
}

.logo_carousel_trackToRight .elementor-icon-list-item,
.logo_carousel_trackToLeft .elementor-icon-list-item {
    height: 100%;
    flex-shrink: 0;
    /*padding: 10px 30px;*/

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo_carousel_trackToRight img,
.logo_carousel_trackToLeft img {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
    transition: filter 0.3s ease;
    border-radius: 12px;
}

.logo_carousel_trackToRight .elementor-icon-list-item:hover img,
.logo_carousel_trackToLeft .elementor-icon-list-item:hover img {
    filter: none;
    opacity: 1;
}


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

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

/*@media only screen and (max-width: 600px) {
    .logo_carousel_track .logo_carousel_img {
        width: 180px;
    }
}
*/

/*End slider chay*/

.logo_carousel_trackToRight:before {
    width: 80px;
    height: 100%;
    z-index: 1;
    content: '';
    background: linear-gradient(270deg, rgba(6, 29, 58, 0.00) 0%, #061D3A 50%);
    left: -1px;
    top: 0;
    position: absolute;
}

.logo_carousel_trackToLeft:after {
    width: 80px;
    height: 100%;
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, rgba(6, 29, 58, 0.00) 0%, #061D3A 50%);
    right: -1px;
    top: 0;
    position: absolute;
}

.th-mua-box {
    border-radius: 1000px;
    border: 1px solid var(--color-ice-blue-40, rgba(96, 215, 255, 0.40));
    background: var(--color-ice-blue-5, rgba(96, 215, 255, 0.05));
    box-shadow: 0 0 20px 0 var(--color-dark-blue-20, rgba(0, 19, 47, 0.20)), 0 0 40px 0 var(--color-dark-blue-20, rgba(0, 19, 47, 0.20));
    backdrop-filter: blur(10px);
    position: relative;
    padding: 20px 0;
}

.th-mua-box:before {
    width: 270px;
    height: 140px;
    content: '';
    left: 0;
    transform: translate(calc(-100% + 70px), -50%);
    position: absolute;
    top: 50%;
    background: url(assets/images/icon-left.svg) center right no-repeat;
    background-size: contain;
    z-index: 2;
}

.th-mua-box:after {
    width: 270px;
    height: 140px;
    content: '';
    right: 0;
    transform: translate(calc(100% - 70px), -50%) rotateY(180deg);
    position: absolute;
    top: 50%;
    background: url(assets/images/icon-left.svg) center right no-repeat;
    background-size: contain;
    z-index: 2;
}

.logo_carousel_trackToRight svg,
.logo_carousel_trackToLeft svg {
    margin-right: 10px !important;
}

.swiper-pagination-bullet {
    border-radius: 100px !important;
    opacity: .5;
    background: var(--LinearAzure, linear-gradient(180deg, var(--Color-Azure, #227DFF) 0%, var(--Color-SkyBlue, #38A4FF) 100%)) !important;
    width: 12px !important;
    transition: all .5s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 100px !important;
    opacity: 1;
    background: var(--LinearAzure, linear-gradient(180deg, var(--Color-Azure, #227DFF) 0%, var(--Color-SkyBlue, #38A4FF) 100%));
    width: 48px !important;
}

.review-home {
    display: flex;
    gap: 40px;
    overflow: hidden;
    max-height: 660px;
}

.review-home>div {
    width: 50%;
    position: relative;
    flex-direction: column;
    will-change: transform;
    display: flex;
}




.review-home>div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    background: #00132F;
    background: linear-gradient(180deg, rgba(0, 19, 47, 1) 0%, rgba(0, 19, 47, 0) 100%);
    top: 0;
    left: 0;
    z-index: 2;
}

.review-home>div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    background: #00132F;
    background: linear-gradient(0deg, rgba(0, 19, 47, 1) 0%, rgba(0, 19, 47, 0) 100%);
    bottom: 0;
    left: 0;
    z-index: 2;
}

.review-home--item {
    border-radius: 20px;
    border: 1px solid rgba(96, 215, 255, 0.05);
    background: linear-gradient(180deg, var(--color-ice-blue-0, rgba(96, 215, 255, 0.00)) 0%, var(--color-ice-blue-5, rgba(96, 215, 255, 0.05)) 100%);
    box-shadow: 0 12px 20px 0 var(--color-azure-4, rgba(34, 125, 255, 0.04));
    backdrop-filter: blur(6px);
    padding: 20px 20px 32px;
    color: #B3C5DF;
    margin-bottom: 40px;
}

.review-home--item__title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.review-home--item__title img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.review-home--item__title h3 {
    font-size: 20px;
    flex: 1;
    margin: 0;
    background: var(--LinearSky, linear-gradient(180deg, var(--Color-Sky, #B1D1FF) 0%, var(--Color-White, #FFF) 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.list-term-hd::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(96, 215, 255, 0.40), rgba(96, 215, 255, 0.2) 50%, rgba(96, 215, 255, 0.0) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.list-term-hd {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(96, 215, 255, 0.05), rgba(96, 215, 255, 0.05) 50%, rgba(96, 215, 255, 0.00) 100%);
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    padding: 20px 24px;
}

.term-hd-item--name {
    position: relative;
    padding-right: 40px;
}

.term-hd-item--name a {
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding: 8px 0;
    display: inline-block;
    color: #fff;

}

.term-hd-item {
    position: relative;

}

.term-hd-item--name i {
    content: '';
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(./assets/images/right-icon-w.svg) center center no-repeat;
    /*background-size: contain;*/
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.term-hd-item--list-child div {
    padding-right: 30px;
    position: relative;
    margin-bottom: 4px;
}
.term-hd-item--list-child>div.active a, .term-hd-item--list-child li a.active{
    font-weight: bold;
    color: #fff;
}


.term-hd-item--list-child div:hover {
    border-radius: 4px;
    background: linear-gradient(90deg, var(--color-ice-blue-20, rgba(96, 215, 255, 0.20)) 0%, var(--color-ice-blue-0, rgba(96, 215, 255, 0.00)) 100%);
}

.term-hd-item--list-child div a {
    font-weight: 600;
    line-height: 150%;
    color: #B3C5DF;
    display: inline-block;
    padding: 4px 10px;
    position: relative;
}

.term-hd-item--list-child div i {
    content: '';
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(./assets/images/right-icon.svg) center center no-repeat;
    /*background-size: contain;*/
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.term-hd-item--list-child ul {
    padding-left: 5px;
    display: none;
}

.term-hd-item--list-child ul li {
    list-style: none;
    margin-top: 4px;
}

.term-hd-item--list-child ul li a {
    list-style: none;
    color: #B3C5DF;
    padding: 4px 12px;
    display: block;
}

.term-hd-item--list-child ul li a:hover {
    border-radius: 4px;
    background: linear-gradient(90deg, var(--color-ice-blue-20, rgba(96, 215, 255, 0.20)) 0%, var(--color-ice-blue-0, rgba(96, 215, 255, 0.00)) 100%);
}

.term-hd-item--list {
    display: none;
}

.v-n-header {
    border-radius: 0 0 50px 50px;
    border: 1px solid rgba(96, 215, 255, 0.10);
    background: linear-gradient(180deg, var(--color-ice-blue-0, rgba(96, 215, 255, 0.00)) 0%, var(--color-ice-blue-5, rgba(96, 215, 255, 0.05)) 100%);
    box-shadow: 0 20px 40px 0 var(--color-azure-5, rgba(34, 125, 255, 0.05));
    backdrop-filter: blur(10px);
}


.btn-header .elementor-button {
    border-radius: 100px;
    background: var(--LinearAzure, linear-gradient(180deg, var(--Color-Azure, #227DFF) 0%, var(--Color-SkyBlue, #38A4FF) 100%));
    display: block;
}

.btn-header .elementor-button:hover {
    border-radius: 100px;
    background: var(--LinearSkyBlue, linear-gradient(180deg, var(--Color-SkyBlue, #38A4FF) 0%, var(--Color-IceBlue, #60D7FF) 100%));
    box-shadow: 0 0 8px 0 var(--color-ice-blue-10, rgba(96, 215, 255, 0.10)), 0 0 20px 0 var(--color-ice-blue-10, rgba(96, 215, 255, 0.10));
}

.button-2-header a:hover svg path{
    fill: #227DFF !important;
}

.button-2-header a{
    border: 1px solid #38a4ffa6;
    background: linear-gradient( 180d;box-shadow: 0 0 9px 0 rgb(96 215 255 / 90%), 0 0 124px 0 rgb(96 215 255 / 52%);0, rgba(96, 215, 255, 0.10)) 100%);
    box-shadow: 0 0 13px 0 rgb(96 215 255 / 90%), 0 0 124px 0 rgb(96 215 255 / 52%);
    backdrop-filter: blur(43px);
}


  @keyframes zoomOut {
    from { transform: scale(1.2) translateZ(0); } /* bắt đầu lớn */
    to   { transform: scale(1)   translateZ(0); } /* thu nhỏ về kích thước thật */
  }



@media screen and (max-width: 1550px) {}

@media screen and (max-width: 1024px) {
    .review-home .review-home-from-bottom {
        display: none;
    }

    .review-home .review-home-from-top {
        width: 100%;
    }

    .tinh-nang-box .tinh-nang-box--logo {
        padding: 20px;
    }
}

@media screen and (max-width: 967px) {
    .tinh-nang-box .tinh-nang-box--logo {
        padding: 0;
    }
    .v-n-header{
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (max-width: 767px) {

    .th-mua-box:after,
    .th-mua-box:before {
        display: none;
    }

    .hd-content-list,
    .tinh-nang-box.active,
    .tinh-nang-box--img>div.active {
        flex-direction: column;
    }

    .hd-content-list--title,
    .hd-content-list--img {
        width: 100%;

    }

    .tinh-nang-box .tinh-nang-box--title,
    .tinh-nang-box .tinh-nang-box--img {
        width: 100%;
    }


    .tinh-nang-box .tinh-nang-box--logo {
        width: 100%;
        padding: 50px;
    }

    .th-mua-box {
        padding: 8px 0;
    }

    .list-title-tndp ul li {
        padding: 8px 10px;
        font-size: 14px;
    }

    .list-title-tndp ul li {
        padding: 8px 3px;
        font-size: 16px;
    }

    .header-list-new .elementor-icon-list-items.elementor-inline-items {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .header-list-new .elementor-icon-list-items.elementor-inline-items::-webkit-scrollbar {
        display: none;
    }

    .header-list-new .elementor-icon-list-text {
        white-space: nowrap;
    }

    .tinh-nang-box--title ul{
        height: auto;
    }










    

}

.separator {
    margin: 0 12px;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}