.banner-dxnb {
    background-color: transparent !important;
}
.banner-dxnb .banner-layers{
    max-width: 1350px;
}
.banner-dxnb .banner-bg {
    border-radius: 50px;
    margin: 0 30px !important;
}
.banner-dxnb .banner-layers h4,
.section5-dxnb h4{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding: 10px 10px 10px 40px;
    border: 1px solid #fff;
    max-width: fit-content;
    border-radius: 35px;
    text-transform: uppercase;
}
.banner-dxnb .banner-layers h4::before,
.section5-dxnb h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-tnk-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 3%;
    top: 50%;
    width: 25px;
    height: 15px;
    transform: translate(-3%, -50%);
}
.banner-dxnb .banner-layers h1 {
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}
.banner-dxnb .banner-layers h1 span {
    font-weight: 700;
    color: var(--green);
}
.banner-dxnb .col-left{
    display: flex;
    align-items: center;
}
.banner-dxnb .col-right img{
    height: 750px;
}

.section1-dxnb{
    padding-top: 60px !important;
}
.section1-dxnb h4,
.section2-dxnb h4,
.section3-dxnb h4,
.section4-dxnb h4,
.section6-dxnb h4{
    font-size: 14px;
    color: var(--blue);
    font-weight: 500;
    background-color: #E0FAF0;
    padding: 10px 15px 10px 40px;
    max-width: fit-content;
    border-radius: 35px;
    position: relative;
    border: 1px solid var(--green);
    text-transform: uppercase;
}
.section1-dxnb h4::before,
.section2-dxnb h4::before,
.section3-dxnb h4::before,
.section4-dxnb h4::before,
.section6-dxnb h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/icon-tnk-blue-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}
.section1-dxnb h2,
.section2-dxnb h2,
.section3-dxnb h2,
.section4-dxnb h2,
.section6-dxnb h2{
    font-size: 40px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    margin-top: .5em;
}
.section1-dxnb h2 span,
.section2-dxnb h2 span,
.section3-dxnb h2 span,
.section4-dxnb h2 span,
.section6-dxnb h2 span{
    color: var(--green);
}
.section1-dxnb p,
.section4-dxnb p,
.section6-dxnb p{
    color: var(--text);
    text-align: justify;
}
.section1-dxnb .col-left{
    display: flex;
    align-items: end;
}
.section1-dxnb .col-right h3{
    color: var(--blue);
}
.section1-dxnb .col-right .icon-box-2{
    margin-top: 15px;
    margin-bottom: 15px;
}

.section2-dxnb p,
.section3-dxnb p{
    color: var(--text);
}
.section2-dxnb .row-title .text,
.section3-dxnb .row-title .text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section2-dxnb .row-content .col-inner{
    box-shadow: #2563EB4D 0px 13px 27px -5px, #2563EB4D 0px 8px 16px -8px;
    padding: 60px;
    border-radius: 36px;
    height: 560px;
    border: 1px solid #E8E8EA;
    position: relative;
}
.section2-dxnb .row-content .col-left .col-inner::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/06/img-app-dxnb-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    height: 300px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.section2-dxnb .row-content .col-left .col-inner::after,
.section2-dxnb .row-content .col-right .col-inner::after{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/06/overlay-section2-dxnb.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    z-index: 1;
}
.section2-dxnb .row-content .col-right .col-inner::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/06/web-software.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 470px;
    height: 300px;
    bottom: 0;
    right: 0;
    border-radius: 0 0 36px 0;
    z-index: 2;
}
.section2-dxnb .row-content h3{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blue);
}

.section3-dxnb .row-content{
    padding-top: 30px;
}
.section3-dxnb .row-content h3{
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.section3-dxnb .row-content .box-text{
    padding-top: 30px;
}

.section5-dxnb h2{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: .5em;
}
.section5-dxnb p{
    color: #fff;
}
.section5-dxnb h2 span{
    color: var(--green);
}
.section5-dxnb h4{
    font-size: 14px;
}
.section5-dxnb h4::before{
    left: 5%;
    transform: translate(-5%, -50%);
}
.section5-dxnb .row-content{
    background-image: url(/wp-content/uploads/2026/06/bg-section4-dxnb.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    padding: 30px;
}
.section5-dxnb .col-left{
    display: flex;
    align-items: center;
}
.section5-dxnb .col-left .col-ch-play img,
.section5-dxnb .col-left .col-apple-store img{
    border: 1px solid #fff;
    border-radius: 8px;
}


.section6-dxnb .layout {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.section6-dxnb .layout .album-img {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.section6-dxnb .layout .title {
    flex: 0 0 400px;
    min-width: 0;
}
.section6-dxnb p{
    font-size: 16px;
}
.section6-dxnb .alb-controls .alb-prev,
.section6-dxnb .alb-controls .alb-next {
    width: 36px; 
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--text);
    background: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color .2s, color .2s;
    color: #333;
    line-height: 1;
}
.section6-dxnb .alb-controls .alb-prev:hover,
.section6-dxnb .alb-controls .alb-next:hover {
    border-color: var(--blue);
    color: var(--blue);
}
.section6-dxnb .alb-controls .alb-counter {
    font-size: 14px;
    color: var(--text);
}
.section6-dxnb .alb-wrap .alb-slide img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    display: block;
}
.section6-dxnb .alb-wrap .alb-track {
    display: flex;
    gap: 18px;
    transition: transform .45s ease;
    will-change: transform;
}
.section6-dxnb .alb-wrap .alb-viewport {
    overflow: hidden;
    padding: 16px 0;
}
.section6-dxnb .alb-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
.section6-dxnb .alb-controls .alb-cur {
    font-weight: 600;
    color: var(--text);
}
.section6-dxnb .alb-wrap .alb-slide {
    flex: 0 0 calc(33.333% - 11px);
    min-width: 0;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}
.section6-dxnb .section-bg{
    background: #D8E6F8;
    width: 55%;
    right: 0;
    margin-left: auto !important;
    border-radius: 8px 0 0 8px;
}

/* REPONSIVE */

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .banner-dxnb .col-right {
        display: none;
    }
    .banner-dxnb .col-left{
        max-width: 85%;
        margin-top: 15px;
    }
    .section1-dxnb .col-left img{
        width: 65%;
    }
    .section2-dxnb h2 br,
    .section3-dxnb h2 br,
    .section5-dxnb .col-right{
        display: none;
    }
    .section2-dxnb .row-content .col-right .col-inner::before{
        width: 280px;
        height: 200px;
    }
    .section2-dxnb .row-content .col-left .col-inner::before{
        width: 200px;
        height: 175px;
    }
    .section2-dxnb .row-content .col-inner{
        height: 460px;
        padding: 60px 30px;
    }
    .section3-dxnb .box-image{
        width: 90% !important;
    }
    .section5-dxnb{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .section5-dxnb .col-left {
        flex-basis: 100%;
        max-width: 100%;
    }
    .section6-dxnb .section-bg{
        display: none;
    }
    .section6-dxnb .alb-wrap .alb-slide img{
        height: 480px;
    }
    .section6-dxnb .layout .album-img{
        margin-top: -45px;
    }
}

/* MOBILE */
@media only screen and (max-width: 767px){
    .banner-dxnb{
        padding-top: 500px !important;
    }
    .banner-dxnb .banner-bg {
        margin: 0 10px !important;
    }
    .banner-dxnb .col-right{
        display: none;
    }
    .banner-dxnb .text-box{
        width: 90% !important;
    }
    .banner-dxnb .banner-layers h4{
        font-size: 14px;
    }
    .section2-dxnb .row-content .col-inner{
        padding: 60px 30px;
        height: 500px;
    }
    .section2-dxnb .row-content .col-left .col-inner::before{
        height: 250px;
    }
    .section2-dxnb .row-content .col-right .col-inner::before{
        width: 270px;
        height: 250px;
    }
    .section5-dxnb{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .section5-dxnb .col-right{
        display: none;
    }
    .section5-dxnb .row-content{
        padding: 15px;
    }
    .section5-dxnb .col-left{
        padding-top: 30px;
    }
    .section6-dxnb .section-bg{
        display: none;
    }
    .section6-dxnb .alb-wrap .alb-slide img{
        width: 100%;
        height: 390px;
    }
    .section6-dxnb .album-img{
        margin-top: -120px;
    }
}