.dckh-root {
    margin-top: -40px;
}

/* Header contact */
.dckh-header-contact {
    background-color: #ffffff;
    color: #000;
    padding: 8px 0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    height: 39px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.dckh-header-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dckh-header-contact-icon {
    width: 20px;
    height: 16px;
}

/* Carousel */
.dckh-carousel {
    width: 1446px;
    height: 900px;
    margin: 170px auto 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: #000;
    z-index: 1;
}

/* Nút chuyển slide carousel */
.dckh-carousel-arrow {
    position: absolute;
    top: 31px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
    margin-top: 150px;
}


.dckh-carousel-arrow-left {
    left: 1252px;
}

.dckh-carousel-arrow-right {
    left: 1333px;
}

.dckh-carousel-arrow svg {
    display: block;
    width: 30px;
    height: 30px;

}

.dckh-carousel-arrow svg path {
    fill: #ffffff;
}

.dckh-carousel-arrow.arrow-black svg path {
    fill: #000000 !important;
}

.dckh-carousel-arrow.arrow-white svg path {
    fill: #ffffff !important;
}

.dckh-carousel-slides {
    width: 100%;
    height: 100%;
    position: relative;
}

.dckh-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    background: #fff;
}

.dckh-slide.dckh-slide-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;

}

/* --- SLIDE 1 --- */
.dckh-slide-1 {
    background: #000;
    color: #fff;
    width: 100%;
    height: 100%;

    font-family: 'Inter', sans-serif;
}

.dckh-slide1-title {
    position: absolute;
    top: 72px;
    left: 62px;
    width: 589px;
    height: 144px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 200%;
}

.dckh-slide1-desc {
    position: absolute;
    top: 243px;
    left: 62px;
    width: 589px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
}

.dckh-slide1-img1 {
    position: absolute;
    top: 416px;
    left: 62px;
    width: 286px;
    height: 181px;
    border-radius: 5px;
    border: 5px solid #fff;
    background: url('../../images/dckh-im1.jpg') center/cover no-repeat, #D9D9D9;
    z-index: 1;
}

.dckh-slide1-img2 {
    position: absolute;
    top: 416px;
    left: 368px;
    width: 286px;
    height: 181px;
    border-radius: 5px;
    border: 5px solid #fff;
    background: url('../../images/dckh-im2.jpg') center/cover no-repeat, #D9D9D9;
    z-index: 1;
}

.dckh-slide1-img3 {
    position: absolute;
    top: 179px;
    left: 775px;
    width: 180px;
    height: 180px;
    border-radius: 3.5px;
    border: 2.5px solid #fff;
    background: url('../../images/dckh-im3.jpg') center/cover no-repeat, #D9D9D9;
    z-index: 1;
}

.dckh-slide1-img4 {
    position: absolute;
    top: 179px;
    left: 1082px;
    width: 180px;
    height: 180px;
    border-radius: 3.5px;
    border: 2.5px solid #fff;
    background: url('../../images/dckh-im4.jpg') center/cover no-repeat, #D9D9D9;
    z-index: 1;
}

.dckh-slide1-img5 {
    position: absolute;
    top: 416px;
    left: 818px;
    width: 180px;
    height: 180px;
    border-radius: 3.5px;
    border: 2.5px solid #fff;
    background: url('../../images/dckh-im5.jpg') center/cover no-repeat, #D9D9D9;
    z-index: 1;
}

.dckh-slide1-img6 {
    position: absolute;
    top: 416px;
    left: 1162px;
    width: 180px;
    height: 180px;
    border-radius: 3.5px;
    border: 2.5px solid #fff;
    background: url('../../images/dckh-im6.jpg') center/cover no-repeat, #D9D9D9;
    z-index: 1;
}

.dckh-slide1-img7 {
    position: absolute;
    top: 316px;
    left: 831px;
    width: 501px;
    height: 200px;
    border-radius: 5px;
    background: url('../../images/doitac-im1.png ') center/cover no-repeat, #000000;
    z-index: 0;
}

.dckh-slide1-textbox1 {
    position: absolute;
    top: 631px;
    left: 759px;
    width: 583px;
    height: 160px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
}

.dckh-slide1-textbox2 {
    position: absolute;
    top: 631px;
    left: 62px;
    width: 593px;
    height: 128px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
}

.slide1-toi-btn {
    border-radius: 60px;
    background: #D72323;
    display: flex;
    width: 243px;
    height: 55px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    margin: 32px auto 0 auto;
    cursor: pointer;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: background 0.2s;
    margin-top: 100px;
}

.slide1-toi-btn:hover {
    background: #b71c1c;
}

.slide1-arrow-wrap {
    display: flex;
    align-items: center;
}

.slide1-arrow {
    margin-left: 4px;
}

/* --- SLIDE 2 --- */
.dckh-slide-2 {
    background: #D5D5D5;
    color: #000;
    width: 100%;
    height: 100%;

    font-family: 'Inter', sans-serif;
}

.dckh-slide2-title {
    position: absolute;
    top: 71px;
    left: 89px;
    font-size: 36px;
    font-weight: 700;
    line-height: 200%;
    text-align: left;
}

.dckh-slide2-desc {
    position: absolute;
    top: 159px;
    left: 89px;
    right: 90px;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    text-align: center;
}

/* Slide 2 card row */
.dckh-slide2-cards-row {
    position: absolute;
    top: 279px;
    left: 33px;
    width: 1400px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.dckh-slide2-card {
    border-radius: 20px;
    border: 1px solid #D5D5D5;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 330px;
    min-height: 322px;
    align-items: flex-start;
    gap: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.dckh-slide2-card-img {
    border-radius: 20px 20px 0 0;
    width: 330px;
    height: 229px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.dckh-slide2-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 24px 16px 32px 16px;
    box-sizing: border-box;
}

.dckh-slide2-card-title {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    min-height: 31px;
    white-space: normal;
    word-break: break-word;
    align-self: stretch;
}

.dckh-slide2-card-desc {
    color: #000;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    width: 100%;
    min-height: 24px;
}

/* --- SLIDE 3 --- */
.dckh-slide-3 {
    background: #3E3636;
    color: #fff;
    width: 100%;
    height: 100%;
    font-family: 'Inter', sans-serif;

}

/* .dckh-slide3-circle-bg {
  position: absolute;
  top: 155px;
  left: 918px;
  width: 432.649px;
  height: 432.649px;
  border-radius: 50%;
  background:black;
  z-index: 1;
} */
.dckh-slide3-circle-inner {
    position: absolute;
    top: 161.35px;
    left: 934.67px;
    width: 432.649px;
    height: 432.649px;
    border-radius: 50%;
    background: url('../../images/dckh-im23.jpg') center/cover no-repeat;
    z-index: 0;
}

.dckh-slide3-img22 {
    position: absolute;
    top: 340px;
    left: 1150px;
    width: 220px;
    height: 200px;
    background: url('../../images/dckh-im22.jpg') center/contain no-repeat;
    z-index: 3;
}

.dckh-slide3-chart-desc {
    position: absolute;
    top: 624px;
    left: 921px;
    width: 430px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-title {
    position: absolute;
    top: 71px;
    left: 44px;
    width: 1201px;
    color: #fff;
    text-align: justify;
    font-size: 40px;
    font-weight: 700;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-section-policy {
    position: absolute;
    top: 179px;
    left: 44px;
    color: #fff;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-section-policy-desc {
    position: absolute;
    top: 219px;
    left: 44px;
    width: 645px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-section-infra {
    position: absolute;
    top: 348px;
    left: 44px;
    color: #fff;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-section-infra-desc {
    position: absolute;
    top: 393px;
    left: 44px;
    width: 634px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-section-human {
    position: absolute;
    top: 517px;
    left: 44px;
    color: #fff;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-section-human-desc {
    position: absolute;
    top: 562px;
    left: 44px;
    width: 638px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-section-international {
    position: absolute;
    top: 686px;
    left: 44px;
    color: #fff;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-section-international-desc {
    position: absolute;
    top: 731px;
    left: 44px;
    width: 642px;
    color: #fff;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    z-index: 2;
}

.dckh-slide3-bar-red {
    position: absolute;
    top: 715px;
    left: 850px;
    width: 40px;
    height: 22px;
    background: #D72323;
    z-index: 3;
}

.dckh-slide3-bar-black {
    position: absolute;
    top: 763px;
    left: 850px;
    width: 40px;
    height: 22px;
    background: #000;
    z-index: 3;
}

.dckh-slide3-label-mature {
    position: absolute;
    top: 710px;
    left: 909px;
    width: 430px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    z-index: 4;
}

.dckh-slide3-label-beginner {
    position: absolute;
    top: 752px;
    left: 909px;
    width: 508px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    z-index: 4;
}

.dckh-slide3-percent-big {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    margin-top: 12px;
    background: #000;
    border-radius: 432.649px;
    box-shadow: 0px 3.175px 4.396px 0px rgba(255, 255, 255, 0.50);
    width: 432.649px;
    height: 432.649px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 155px;
    left: 918px;
    color: #fff;
    text-align: center;
    font-size: 50.807px;
    font-weight: 500;
    line-height: 200%;
    z-index: 5;
}

.dckh-slide3-percent-big p {
    margin-left: -150px;
    margin-top: -50px;
}

.dckh-slide3-percent-small {
    position: absolute;
    top: 390px;
    left: 1245.12px;
    color: #fff;
    text-align: center;
    font-size: 25.403px;
    font-weight: 500;
    line-height: 200%;
    transform: rotate(20deg);
    z-index: 5;
    background: #ff0000;

}

/* Định dạng biểu đồ tròn */
.pie-chart {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: conic-gradient(#fff 0deg 321deg, #ff0000 321deg 360deg);
    /* 89% = 321deg, 11% = 39deg */
    position: relative;
    overflow: hidden;
}

/* Định dạng các phần của biểu đồ */
.pie-chart {
    margin-left: 980px;
    margin-top: 240px;
}

.slice {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-left: -100px;


}

.slice .p {
    margin-left: 100px;
    margin-top: -50px;
    color: #000;
}

/* Định dạng phần 89.0% */
.slice[data-value="89.0"] {
    z-index: 1;
}


/* Định dạng phần 11.0% với màu đỏ */
.slice.red {
    color: #ffffff;
    transform: rotate(321deg);
    /* Bắt đầu từ 89% */
    clip-path: polygon(50% 50%, 100% 0, 100% 100%);
}

.slice .red .p {
    margin-left: 100px;
    margin-top: -50px;
    color: #000;
}

/* Customer solutions section */
.customer-solutions-section {
    width: 1356px;
    margin: 40px auto 55px auto;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.customer-solutions-title {
    width: 1356px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    margin-bottom: 55px; /* Đảm bảo cách section cards đúng 55px */
}

.customer-solutions-title div {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.customer-solutions-cards-wrapper {
    width: 1356px;
    margin-top: 0 !important; /* Đã chuyển margin sang title, tránh cộng dồn hoặc bị override */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 64px;
}

.customer-solutions-cards-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.customer-solutions-cards-row.top {
    margin-bottom: 64px;
    gap: 80px;
}

.customer-solutions-cards-row.bottom {
    gap: 80px;
}

.customer-solution-card {
    display: flex;
    width: 309px;
    height: 261.704px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s, box-shadow 0.3s, border 0.3s;
    cursor: pointer;
}

.customer-solution-card:hover {
    background: #fff;
    border: 1px solid #D72323;
}

.customer-solution-card-image {
    width: 100%;
    height: 186.03px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.customer-solution-text-frame-wrapper {
    width: 309px;
    height: 75.673px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    transition: background 0.3s ease-in-out;
}

.customer-solution-card:hover .customer-solution-text-frame-wrapper {
    background: #D72323;
}

.customer-solution-text-frame {
    display: flex;
    width: 100%;
    height: 75.673px;
    padding: 10.51px;
    justify-content: center;
    align-items: center;
    gap: 10.51px;
    flex-shrink: 0;
    box-sizing: border-box;
    position: static;
}

.customer-solution-text-frame span {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    display: block;
    width: auto;
    max-width: 240px;
    max-height: 48px;
    word-break: break-word;
    white-space: normal;
    margin: 0;
    overflow-wrap: break-word;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

.customer-solution-card:hover .customer-solution-text-frame span {
    color: #fff;
}

.customer-forward-arrow-button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 31.531px;
    height: 31.531px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    position: static;
    flex-shrink: 0;
    flex-grow: 0;
}

.customer-solution-card:hover .customer-forward-arrow-button svg path {
    fill: #fff;
}

/* Các khối dịch vụ công, ngân hàng, tài chính, giáo dục, doanh nghiệp, điểm khác biệt, ... sẽ được bổ sung chi tiết tương tự, mỗi khối là 1 section/class riêng với style riêng */

/* Nút về chúng tôi */
.ve-chung-toi-btn {
    border-radius: 60px;
    background: #D72323;
    display: flex;
    width: 243px;
    height: 55px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    margin: 16px auto 0 auto; /* Xích nút lên gần nội dung hơn */
    cursor: pointer;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: background 0.2s;
    text-decoration: none !important; /* Bỏ gạch chân cho text */
}

.ve-chung-toi-btn:visited,
.ve-chung-toi-btn:active,
.ve-chung-toi-btn:focus,
.ve-chung-toi-btn:hover {
    text-decoration: none !important;
}

.ve-chung-toi-arrow-wrap {
    display: flex;
    align-items: center;
}



.ve-chung-toi-arrow {
    margin-left: 4px;
}

.ve-chung-toi-btn:hover {
    background: #D72323;
    color: #000 !important;
}

.ve-chung-toi-btn:hover .ve-chung-toi-arrow {
    fill: #000 !important;
}

.ve-chung-toi-btn:hover svg path {
    fill: #000 !important;
}

/* Khối dịch vụ Công */
.service-block-cong {
    width: 1273px;
    height: 540px;
    padding: 0 29px 30.908px 29px;
    display: flex;
    flex-direction: column;
    gap: 19.092px;
    border-radius: 60px;
    border: 1px solid #D5D5D5;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    background: #fff;
}

.service-block-cong .service-block-title {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    align-self: center;
    margin-top: 24px;
}

.service-block-cong .service-block-content-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 19.59px;
}

.service-block-cong .service-block-image-box {
    width: 559px;
    height: 415px;
    border-radius: 20px;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-block-image-box:hover {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s;
}

.service-block-cong .service-block-image {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-block-cong .service-block-label-network {
    position: absolute;
    top: 102px;
    left: 40px;
    width: 100px;
    height: 18px;
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-block-cong .service-block-main-title {
    position: absolute;
    top: 129px;
    left: 40px;
    width: 222px;
    height: 98px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-block-cong .xem-chi-tiet-btn {
    position: absolute;
    width: 193px;
    height: 60px;
    top: 311px;
    left: 183px;
    border-radius: 60px;
    gap: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
}

.service-block-cong .xem-chi-tiet-btn:hover {
    background: #D72323;
}

.service-block-cong .xem-chi-tiet-text {
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none !important;
}

.service-block-cong .xem-chi-tiet-btn:hover .xem-chi-tiet-text {
    color: #fff;
}

.service-block-cong .xem-chi-tiet-arrow {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.service-block-cong .xem-chi-tiet-btn:hover .xem-chi-tiet-arrow svg path {
    fill: #fff;
}

.service-block-cong .service-block-info-list {
    display: flex;
    width: 621px;
    height: 416px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.service-block-cong .service-block-info-item {
    width: 522px;
    height: 78px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.service-block-cong .service-block-info-icon {
    width: 42px;
    height: 34px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: -15px;
}

.service-block-cong .service-block-info-text {
    width: 582px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
}

.service-block-cong .service-block-info-title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    align-self: stretch;
    margin-bottom: 5px;
}

.service-block-cong .service-block-info-desc {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    align-self: stretch;
    white-space: nowrap;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 18px;
    /* Để line không đè lên text */
}

.service-block-cong .service-block-info-desc::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D5D5D5;
    margin-top: 10px;
    border-radius: 1px;
}

/* Khối dịch vụ Ngân hàng */
.service-block-nganhang {
    width: 1273px;
    height: 540px;
    padding: 0 29px 30.908px 29px;
    display: flex;
    flex-direction: column;
    gap: 19.092px;
    border-radius: 60px;
    border: 1px solid #D5D5D5;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
    background: #fff;
    margin-left: -25px;
}

.service-block-nganhang .service-block-title {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    align-self: center;
    margin-top: 24px;
}

.service-block-nganhang .service-block-content-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 19.59px;
}

.service-block-nganhang .service-block-image-box {
    width: 559px;
    height: 415px;
    border-radius: 20px;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-block-image-box:hover {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s;
}

.service-block-nganhang .service-block-image {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-block-nganhang .service-block-label-primeter {
    position: absolute;
    top: 102px;
    left: 40px;
    width: 100px;
    height: 18px;
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-block-nganhang .service-block-main-title {
    position: absolute;
    top: 129px;
    left: 40px;
    width: 222px;
    height: 98px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-block-nganhang .xem-chi-tiet-btn {
    position: absolute;
    width: 193px;
    height: 60px;
    top: 311px;
    left: 183px;
    border-radius: 60px;
    gap: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
}

.service-block-nganhang .xem-chi-tiet-text {
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none !important;
}

.service-block-nganhang .xem-chi-tiet-arrow {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.service-block-nganhang .service-block-info-list {
    display: flex;
    width: 621px;
    height: 416px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.service-block-nganhang .service-block-info-item {
    width: 522px;
    height: 78px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.service-block-nganhang .service-block-info-icon {
    width: 42px;
    height: 34px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.service-block-nganhang .service-block-info-text {
    width: 582px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
}

.service-block-nganhang .service-block-info-title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    align-self: stretch;
}

.service-block-nganhang .service-block-info-desc {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    align-self: stretch;
    white-space: nowrap;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 18px;
    /* Để line không đè lên text */
}

.service-block-nganhang .service-block-info-desc::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D5D5D5;
    margin-top: 10px;
    border-radius: 1px;
}

/* Khối dịch vụ Tài chính */
.service-block-taichinh {
    width: 1273px;
    height: 540px;
    padding: 0 29px 30.908px 29px;
    display: flex;
    flex-direction: column;
    gap: 19.092px;
    border-radius: 60px;
    border: 1px solid #D5D5D5;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    background: #fff;
    margin-left: -25px;
}

.service-block-taichinh .service-block-title {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    align-self: center;
    margin-top: 24px;
}

.service-block-taichinh .service-block-content-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 19.59px;
}

.service-block-taichinh .service-block-image-box {
    width: 559px;
    height: 415px;
    border-radius: 20px;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-block-image-box:hover {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s;
}

.service-block-taichinh .service-block-image {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-block-taichinh .service-block-label-operation {
    position: absolute;
    top: 102px;
    left: 40px;
    width: 100px;
    height: 18px;
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-block-taichinh .service-block-main-title {
    position: absolute;
    top: 129px;
    left: 40px;
    width: 222px;
    height: 98px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-block-taichinh .xem-chi-tiet-btn {
    position: absolute;
    width: 193px;
    height: 60px;
    top: 311px;
    left: 183px;
    border-radius: 60px;
    gap: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
}

.service-block-taichinh .xem-chi-tiet-text {
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none !important;
}

.service-block-taichinh .xem-chi-tiet-arrow {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.service-block-taichinh .service-block-info-list {
    display: flex;
    width: 621px;
    height: 416px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.service-block-taichinh .service-block-info-item {
    width: 522px;
    height: 78px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.service-block-taichinh .service-block-info-icon {
    width: 42px;
    height: 34px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.service-block-taichinh .service-block-info-text {
    width: 582px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
}

.service-block-taichinh .service-block-info-title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    align-self: stretch;
}

.service-block-taichinh .service-block-info-desc {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    align-self: stretch;
    white-space: nowrap;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 18px;
    /* Để line không đè lên text */
}

.service-block-taichinh .service-block-info-desc::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D5D5D5;
    margin-top: 10px;
    border-radius: 1px;
}

/* ===================== KHỐI GIÁO DỤC ===================== */
.service-block-giaoduc {
    width: 1273px;
    height: 540px;
    padding: 0 29px 30.908px 29px;
    display: flex;
    flex-direction: column;
    gap: 19.092px;
    border-radius: 60px;
    border: 1px solid #D5D5D5;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    background: #fff;
    margin-left: -25px;
}

.service-block-giaoduc .service-block-title {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    align-self: center;
    margin-top: 24px;
}

.service-block-giaoduc .service-block-content-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 19.59px;
}

.service-block-giaoduc .service-block-image-box {
    width: 559px;
    height: 415px;
    border-radius: 20px;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-block-image-box:hover {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s;
}

.service-block-giaoduc .service-block-image {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-block-giaoduc .service-block-label-application {
    position: absolute;
    top: 102px;
    left: 40px;
    width: 100px;
    height: 18px;
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-block-giaoduc .service-block-main-title {
    position: absolute;
    top: 129px;
    left: 40px;
    width: 222px;
    height: 98px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-block-giaoduc .xem-chi-tiet-btn {
    position: absolute;
    width: 193px;
    height: 60px;
    top: 311px;
    left: 183px;
    border-radius: 60px;
    gap: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
}

.service-block-giaoduc .xem-chi-tiet-text {
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none !important;
}

.service-block-giaoduc .xem-chi-tiet-arrow {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.service-block-giaoduc .service-block-info-list {
    display: flex;
    width: 621px;
    height: 416px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.service-block-giaoduc .service-block-info-item {
    width: 522px;
    height: 78px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.service-block-giaoduc .service-block-info-icon {
    width: 42px;
    height: 34px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.service-block-giaoduc .service-block-info-text {
    width: 582px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
}

.service-block-giaoduc .service-block-info-title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    align-self: stretch;
}

.service-block-giaoduc .service-block-info-desc {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    align-self: stretch;
    white-space: nowrap;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 18px;
    /* Để line không đè lên text */
}

.service-block-giaoduc .service-block-info-desc::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D5D5D5;
    margin-top: 10px;
    border-radius: 1px;
}

/* ===================== KHỐI DOANH NGHIỆP ===================== */
.service-block-doanhnghiep {
    width: 1273px;
    height: 540px;
    padding: 0 29px 30.908px 29px;
    display: flex;
    flex-direction: column;
    gap: 19.092px;
    border-radius: 60px;
    border: 1px solid #D5D5D5;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    background: #fff;
    margin-left: -25px;
}

.service-block-doanhnghiep .service-block-title {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    align-self: center;
    margin-top: 24px;
}

.service-block-doanhnghiep .service-block-content-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 19.59px;
}

.service-block-doanhnghiep .service-block-image-box {
    width: 559px;
    height: 415px;
    border-radius: 20px;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-block-doanhnghiep .service-block-image {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-block-image-box:hover {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s;
}

.service-block-doanhnghiep .service-block-label-endpoint {
    position: absolute;
    top: 102px;
    left: 40px;
    width: 100px;
    height: 18px;
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-block-doanhnghiep .service-block-main-title {
    position: absolute;
    top: 129px;
    left: 40px;
    width: 222px;
    height: 98px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-block-doanhnghiep .xem-chi-tiet-btn {
    position: absolute;
    width: 193px;
    height: 60px;
    top: 311px;
    left: 183px;
    border-radius: 60px;
    gap: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
}

.service-block-doanhnghiep .xem-chi-tiet-text {
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none !important;
}

.service-block-doanhnghiep .xem-chi-tiet-arrow {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.service-block-doanhnghiep .service-block-info-list {
    display: flex;
    width: 621px;
    height: 416px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.service-block-doanhnghiep .service-block-info-item {
    width: 522px;
    height: 78px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.service-block-doanhnghiep .service-block-info-icon {
    width: 42px;
    height: 34px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.service-block-doanhnghiep .service-block-info-text {
    width: 582px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
}

.service-block-doanhnghiep .service-block-info-title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    align-self: stretch;
}

.service-block-doanhnghiep .service-block-info-desc {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    align-self: stretch;
    white-space: nowrap;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 18px;
    /* Để line không đè lên text */
}

.service-block-doanhnghiep .service-block-info-desc::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D5D5D5;
    margin-top: 10px;
    border-radius: 1px;
}

/* ===================== KHỐI Y TẾ ===================== */
.service-block-yte {
    width: 1273px;
    height: 540px;
    padding: 0 29px 30.908px 29px;
    display: flex;
    flex-direction: column;
    gap: 19.092px;
    border-radius: 60px;
    border: 1px solid #D5D5D5;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
    background: #fff;
    margin-left: -25px;
}

.service-block-yte .service-block-title {
    color: #000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    align-self: center;
    margin-top: 24px;
}

.service-block-yte .service-block-content-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 19.59px;
}

.service-block-yte .service-block-image-box {
    width: 559px;
    height: 415px;
    border-radius: 20px;
    background: #EFEFEF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.service-block-image-box:hover {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.5s;
}

.service-block-yte .service-block-image {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-block-yte .service-block-label-policy {
    position: absolute;
    top: 102px;
    left: 40px;
    width: 100px;
    height: 18px;
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-block-yte .service-block-main-title {
    position: absolute;
    top: 129px;
    left: 40px;
    width: 222px;
    height: 98px;
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-block-yte .xem-chi-tiet-btn {
    position: absolute;
    width: 193px;
    height: 60px;
    top: 311px;
    left: 183px;
    border-radius: 60px;
    gap: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none !important;
}

.service-block-yte .xem-chi-tiet-text {
    color: #D72323;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none !important;
}

.service-block-yte .xem-chi-tiet-arrow {
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.service-block-yte .service-block-info-list {
    display: flex;
    width: 621px;
    height: 416px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}

.service-block-yte .service-block-info-item {
    width: 522px;
    height: 78px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.service-block-yte .service-block-info-icon {
    width: 42px;
    height: 34px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.service-block-yte .service-block-info-text {
    width: 582px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
}

.service-block-yte .service-block-info-title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    align-self: stretch;
}

.service-block-yte .service-block-info-desc {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    align-self: stretch;
    white-space: nowrap;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 18px;
    /* Để line không đè lên text */
}

.service-block-yte .service-block-info-desc::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D5D5D5;
    margin-top: 10px;
    border-radius: 1px;
}

@media (max-width: 1400px) {

    .edu-block,
    .business-block,
    .health-block {
        width: 98vw;
        min-width: 320px;
        padding: 0 8px 24px 8px;
    }

    .edu-block-row,
    .business-block-row,
    .health-block-row {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .edu-block-imgbox,
    .business-block-imgbox,
    .health-block-imgbox,
    .edu-block-infolist,
    .business-block-infolist,
    .health-block-infolist {
        width: 100%;
        min-width: 0;
    }
}

/* --- SLIDE 4 --- */
.dckh-slide-4 {
    background: #fff !important;
    color: #000;
    width: 100%;
    height: 100%;
    font-family: 'Inter', sans-serif;

}

.dckh-slide4-title {
    position: absolute;
    top: 77px;
    left: 247px;
    right: 275px;
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 200%;
    text-align: left;
    background: none;
}

.dckh-slide4-desc {
    position: absolute;
    top: 164px;
    left: 89px;
    right: 90px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    text-align: center;
    width: 1267px;
    background: none;
}

.dckh-slide4-label-mature {
    position: absolute;
    top: 279px;
    left: 43px;
    width: 249px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    background: none;
}

.dckh-slide4-label-staff {
    position: absolute;
    top: 326px;
    left: 64px;
    width: 228px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    background: none;
    text-align: left;
}

.dckh-slide4-label-ai {
    position: absolute;
    top: 397px;
    left: 184px;
    width: 108px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    background: none;
    text-align: left;
}

.dckh-slide4-label-ai-team {
    position: absolute;
    top: 456px;
    left: 147px;
    width: 145px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    background: none;
    text-align: left;
}

.dckh-slide4-label-ai-incident {
    position: absolute;
    top: 521px;
    left: 158px;
    width: 134px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    background: none;
    text-align: left;
}

.dckh-slide4-label-threat {
    position: absolute;
    top: 579px;
    left: 147px;
    width: 145px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    background: none;
    text-align: left;
}

.dckh-slide4-label-attack {
    position: absolute;
    top: 637px;
    left: 90px;
    width: 202px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    background: none;
    text-align: left;
}

.dckh-slide4-label-disrupt {
    position: absolute;
    top: 684px;
    left: 54px;
    width: 249px;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 200%;
    background: none;
    text-align: left;
}

.dckh-slide4-bar-vertical {
    position: absolute;
    top: 251px;
    left: 305px;
    width: 9.466px;
    height: 535.999px;
    background: #000;
    z-index: 2;
}

.dckh-slide4-bar-red-1 {
    position: absolute;
    top: 263px;
    left: 305px;
    width: 157px;
    height: 45px;
    background: #D72323;
    z-index: 1;
}

.dckh-slide4-bar-red-2 {
    position: absolute;
    top: 323px;
    left: 305px;
    width: 318px;
    height: 45px;
    background: #D72323;
    z-index: 1;
}

.dckh-slide4-bar-red-3 {
    position: absolute;
    top: 382px;
    left: 305px;
    width: 531px;
    height: 46px;
    background: #D72323;
    z-index: 1;
}

.dckh-slide4-bar-red-4 {
    position: absolute;
    top: 446px;
    left: 305px;
    width: 504px;
    height: 45px;
    background: #D72323;
    z-index: 1;
}

.dckh-slide4-bar-red-5 {
    position: absolute;
    top: 506px;
    left: 305px;
    width: 887px;
    height: 45px;
    background: #D72323;
    z-index: 1;
}

.dckh-slide4-bar-red-6 {
    position: absolute;
    top: 565px;
    left: 305px;
    width: 757px;
    height: 45px;
    background: #D72323;
    z-index: 1;
}

.dckh-slide4-bar-red-7 {
    position: absolute;
    top: 625px;
    left: 305px;
    width: 664px;
    height: 45px;
    background: #D72323;
    z-index: 1;
}

.dckh-slide4-bar-red-8 {
    position: absolute;
    top: 684px;
    left: 305px;
    width: 855px;
    height: 45px;
    background: #D72323;
    z-index: 1;
}

.dckh-slide4-percent-11 {
    position: absolute;
    top: 263px;
    left: 488px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    height: 32px;
    display: flex;
    align-items: center;
}

.dckh-slide4-percent-30 {
    position: absolute;
    top: 323px;
    left: 649px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    height: 32px;
    display: flex;
    align-items: center;
}

.dckh-slide4-percent-55 {
    position: absolute;
    top: 382px;
    left: 862px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    height: 32px;
    display: flex;
    align-items: center;
}

.dckh-slide4-percent-53 {
    position: absolute;
    top: 446px;
    left: 835px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    height: 32px;
    display: flex;
    align-items: center;
}

.dckh-slide4-percent-87 {
    position: absolute;
    top: 506px;
    left: 1218px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    height: 32px;
    display: flex;
    align-items: center;
}

.dckh-slide4-percent-71 {
    position: absolute;
    top: 565px;
    left: 1088px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    height: 32px;
    display: flex;
    align-items: center;
}

.dckh-slide4-percent-60 {
    position: absolute;
    top: 625px;
    left: 969px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    height: 32px;
    display: flex;
    align-items: center;
}

.dckh-slide4-percent-78 {
    position: absolute;
    top: 684px;
    left: 1186px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    height: 32px;
    display: flex;
    align-items: center;
}

.dckh-slide4-bar-white-1 {
    position: absolute;
    top: 781px;
    left: 305px;
    width: 20px;
    height: 6px;
    background: #fff;
    z-index: 3;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dckh-slide4-bar-white-2 {
    position: absolute;
    top: 781px;
    left: 515px;
    width: 20px;
    height: 6px;
    background: #fff;
    z-index: 3;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dckh-slide4-bar-black-1 {
    position: absolute;
    top: 781px;
    left: 325px;
    width: 193px;
    height: 6px;
    background: #000;
    z-index: 2;
}

.dckh-slide4-bar-black-2 {
    position: absolute;
    top: 781px;
    left: 535px;
    width: 193px;
    height: 6px;
    background: #000;
    z-index: 2;
}

.dckh-slide4-bar-white-3 {
    position: absolute;
    top: 781px;
    left: 728px;
    width: 20px;
    height: 6px;
    background: #fff;
    z-index: 3;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dckh-slide4-bar-black-3 {
    position: absolute;
    top: 781px;
    left: 748px;
    width: 193px;
    height: 6px;
    background: #000;
    z-index: 2;
}

.dckh-slide4-bar-white-4 {
    position: absolute;
    top: 781px;
    left: 941px;
    width: 20px;
    height: 6px;
    background: #fff;
    z-index: 3;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dckh-slide4-bar-black-4 {
    position: absolute;
    top: 781px;
    left: 961px;
    width: 193px;
    height: 6px;
    background: #000;
    z-index: 2;
}

.dckh-slide4-bar-white-5 {
    position: absolute;
    top: 781px;
    left: 1154px;
    width: 20px;
    height: 6px;
    background: #fff;
    z-index: 3;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dckh-slide4-bar-black-5 {
    position: absolute;
    top: 781px;
    left: 1174px;
    width: 193px;
    height: 6px;
    background: #000;
    z-index: 2;
}

.dckh-slide4-bar-white-6 {
    position: absolute;
    top: 781px;
    left: 1367px;
    width: 20px;
    height: 6px;
    background: #fff;
    z-index: 3;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dckh-slide4-bar-black-6 {
    position: absolute;
    top: 781px;
    left: 1387px;
    width: 20px;
    height: 6px;
    background: #000;
    z-index: 3;
}

.dckh-slide4-axis-0 {
    position: absolute;
    top: 801px;
    left: 305px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 200%;
    text-align: left;
    background: none;
}

.dckh-slide4-axis-20 {
    position: absolute;
    top: 801px;
    left: 520px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 200%;
    text-align: left;
    background: none;
}

.dckh-slide4-axis-40 {
    position: absolute;
    top: 801px;
    left: 730px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 200%;
    text-align: left;
    background: none;
}

.dckh-slide4-axis-60 {
    position: absolute;
    top: 801px;
    left: 940px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 200%;
    text-align: left;
    background: none;
}

.dckh-slide4-axis-80 {
    position: absolute;
    top: 801px;
    left: 1160px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 200%;
    text-align: left;
    background: none;
}

.dckh-slide4-axis-100 {
    position: absolute;
    top: 801px;
    left: 1360px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 200%;
    text-align: left;
    background: none;
}

.dckh-usp-section {
    position: relative;
    margin-top: 40px;
    width: 100%;
    padding: 40px 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dckh-usp-title {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;

}

.dckh-usp-cards-row {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 64px;
    background-color: #D72323;
    height: 404px;
    padding: 50px;

}

.dckh-usp-card {
    border-radius: 10px;
    background: #fff;
    box-shadow: 4px 4px 4px 0px rgba(255, 255, 255, 0.30);
    border: 1px solid #fff;
    width: 325px;
    min-height: 353px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 39px 30px 39px 30px;
    justify-content: center;
}

.dckh-usp-card-2 {
    background: #000;
    color: #fff;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
    border: none;
}

.dckh-usp-card-icon {
    border-radius: 10px;
    width: 101px;
    height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.dckh-usp-card-icon-bg {
    background: #000;
}

.dckh-usp-card-icon-white {
    background: #fff;
}

.dckh-usp-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 265px;
    height: 150px;
    margin-top: 24px;
}

.dckh-usp-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    width: 100%;
}

.dckh-usp-card-desc {
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    width: 100%;
}

@media (max-width: 1200px) {
    .dckh-usp-cards-row {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .dckh-usp-card {
        width: 90vw;
        max-width: 350px;
    }
}

.dckh-usp-gray-circle-cong {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background: url('../../images/dckh-im7.jpg') lightgray 50% / cover no-repeat;
    flex-shrink: 0;
    z-index: 0;
}

.dckh-usp-gray-circle-doanhnghiep {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background: url('../../images/dckh-im11.jpg') lightgray 50% / cover no-repeat;
    flex-shrink: 0;
    z-index: 0;
}

.dckh-usp-gray-circle-giaoduc {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background: url('../../images/dckh-im10.jpg') lightgray 50% / cover no-repeat;
    flex-shrink: 0;
    z-index: 0;
}

.dckh-usp-gray-circle-taichinh {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background: url('../../images/dckh-im9.jpg') lightgray 50% / cover no-repeat;
    flex-shrink: 0;
    z-index: 0;
}

.dckh-usp-gray-circle-yte {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background: url('../../images/dckh-im122.jpg') lightgray 50% / cover no-repeat;
    flex-shrink: 0;
    z-index: 0;
}

.dckh-usp-gray-circle-nganhang {
    position: absolute;
    top: 19px;
    left: 280px;
    width: 264px;
    height: 264px;
    border-radius: 264px;
    background: url('../../images/dckh-im8.jpg') lightgray 50% / cover no-repeat;
    flex-shrink: 0;
    z-index: 0;
}

.phantram p {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 10px auto;
}

.phantram {
    position: relative;
    width: 400px;
    height: 400px;
    margin-left: 980px;
    margin-top: 220px;
}

.phantram-89 {
    position: absolute;
    left: 20px;
    top: 70px;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    background: url('../../images/83.png') center/cover no-repeat;
}

.phantram-11 {
    position: absolute;
    right: 40px;
    bottom: 180px;
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    transform: rotate(22deg);
    background: url('../../images/83.png') center/cover no-repeat;
    z-index: 10;

}

/* Reset margin/padding/gap cho các hàng và wrapper */
.customer-solutions-cards-wrapper {
  gap: 0 !important;
  row-gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.customer-solutions-cards-row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.customer-solutions-cards-row.top {
  margin-bottom: 64px !important;
}

.ve-chung-toi-btn:hover svg path {
    fill: #000 !important;
}