.elementor-291 .elementor-element.elementor-element-4448cfa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-bd1aab9 *//* =========================
   WRAP / CONTAINER
========================= */

.dt-wrap{
width:100%;
}

.dt-container{
width:min(1480px,calc(100% - 64px));
margin:0 auto;
}

/* =========================
   SECTION
========================= */

.dt-section{
padding:36px 0;
}

.dt-section--tight-top{
padding-top:6px;
}

/* =========================
   HERO
========================= */

.dt-hero{
background:linear-gradient(90deg,#f4ecdd 0%,#f7f4ef 55%,#f3efee 100%);
border:1px solid #eee2da;
border-radius:32px;
box-shadow:0 10px 30px rgba(46,28,22,0.04);
}

.dt-hero--compact{
padding:40px 36px;
}

.dt-hero-grid{
display:grid;
grid-template-columns:1.15fr 0.85fr;
gap:40px;
align-items:center;
}

.dt-kicker{
display:inline-flex;
align-items:center;
padding:12px 18px;
border-radius:999px;
background:#eee3d3;
color:#6a4a3b;
font-size:15px;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
margin-bottom:22px;
}

.dt-h1{
margin:0 0 18px;
color:#5a372f;
font-size:clamp(44px,5vw,74px);
font-weight:700;
line-height:1.06;
letter-spacing:-0.02em;
}

.dt-lead{
margin:0;
max-width:840px;
color:#5d5d5d;
font-size:22px;
line-height:1.55;
}

.dt-img{
display:block;
width:100%;
aspect-ratio:1.2/1;
object-fit:cover;
border-radius:0;
}

/* =========================
   BUTTONS
========================= */

.dt-actions{
display:flex;
flex-wrap:wrap;
gap:16px;
align-items:center;
margin-top:26px;
}

.dt-actions--push-bottom{
margin-top:auto;
padding-top:16px;
}

.dt-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:58px;
padding:0 28px;
border-radius:999px;
font-size:17px;
font-weight:700;
text-decoration:none;
transition:all .25s ease;
box-sizing:border-box;
white-space:nowrap;
}

.dt-btn--primary{
background:#5a302b;
border:2px solid #5a302b;
color:#fff;
box-shadow:0 8px 20px rgba(90,48,43,0.12);
}

.dt-btn--primary:hover{
background:#4b2723;
border-color:#4b2723;
transform:translateY(-1px);
}

.dt-btn--ghost{
background:#fff;
border:2px solid #d7cbc8;
color:#5a302b;
}

.dt-btn--ghost:hover{
background:#f6f1ec;
border-color:#cfc2be;
transform:translateY(-1px);
}

/* =========================
   FILTER BUTTONS
========================= */

.dt-filter-buttons{
display:flex;
flex-wrap:wrap;
gap:18px;
align-items:center;
}

.dt-filter-buttons .dt-btn{
min-height:56px;
padding:0 26px;
font-size:17px;
}

/* =========================
   TYPOGRAPHY
========================= */

.dt-section-title{
margin:0 0 10px;
color:#5a372f;
font-size:clamp(28px,3vw,40px);
font-weight:700;
line-height:1.15;
}

.dt-section-title--small-gap{
margin-bottom:14px;
}

.dt-section-sub{
margin:0 0 24px;
color:#696969;
font-size:19px;
line-height:1.6;
}

.dt-title{
margin:14px 0 10px;
color:#5a372f;
font-size:clamp(26px,2vw,34px);
font-weight:700;
line-height:1.28;
}

.dt-desc{
margin:0;
color:#676767;
font-size:18px;
line-height:1.65;
}

.dt-desc--wide{
max-width:900px;
}

/* =========================
   BADGE (ĐÃ SỬA LỖI)
========================= */

.dt-badge{
display:inline-flex;
align-items:center;
justify-content:center;
align-self:flex-start;
width:auto;
min-height:42px;
padding:0 16px;
border-radius:999px;
background:#efe5d6;
color:#6a4a3b;
font-size:14px;
font-weight:700;
white-space:nowrap;
}

/* =========================
   CARDS / GRID
========================= */

.dt-grid-3{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:22px;
}

.dt-card{
display:flex;
flex-direction:column;
height:100%;
padding:28px 28px 26px;
background:#fff;
border:1px solid #ece6e2;
border-radius:28px;
box-shadow:0 8px 20px rgba(46,28,22,0.04);
}

.dt-news{
padding:36px 34px;
background:linear-gradient(180deg,#faf7f2 0%,#f6f1e9 100%);
border:1px solid #eee2da;
border-radius:28px;
box-shadow:0 8px 20px rgba(46,28,22,0.03);
}

/* =========================
   STEPS
========================= */

.dt-steps{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:18px;
margin-top:8px;
}

.dt-step{
padding:26px 24px;
background:#fbf7f2;
border:1px solid #ece2da;
border-radius:26px;
box-shadow:0 6px 16px rgba(46,28,22,0.03);
}

.dt-step strong{
display:block;
margin-bottom:10px;
color:#5a372f;
font-size:19px;
line-height:1.4;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){

.dt-container{
width:min(100%,calc(100% - 40px));
}

.dt-hero-grid{
grid-template-columns:1fr;
gap:28px;
}

.dt-img{
aspect-ratio:1.4/1;
}

.dt-grid-3,
.dt-steps{
grid-template-columns:repeat(2,minmax(0,1fr));
}

}

@media(max-width:767px){

.dt-container{
width:calc(100% - 24px);
}

.dt-section{
padding:28px 0;
}

.dt-hero--compact{
padding:24px 18px;
border-radius:24px;
}

.dt-kicker{
font-size:12px;
padding:10px 14px;
margin-bottom:16px;
}

.dt-h1{
font-size:40px;
line-height:1.08;
margin-bottom:14px;
}

.dt-lead{
font-size:18px;
line-height:1.55;
}

.dt-btn{
min-height:52px;
padding:0 22px;
font-size:16px;
}

.dt-filter-buttons{
gap:12px;
}

.dt-filter-buttons .dt-btn{
min-height:54px;
padding:0 20px;
font-size:16px;
}

.dt-section-title{
font-size:34px;
}

.dt-section-sub,
.dt-desc{
font-size:17px;
}

.dt-title{
font-size:24px;
}

.dt-grid-3,
.dt-steps{
grid-template-columns:1fr;
}

.dt-card,
.dt-news,
.dt-step{
border-radius:22px;
padding:22px 18px;
}

}/* End custom CSS */