.bhtfooterx-wrap{
width:100%;
padding:70px 0 35px;
overflow:hidden;
}

.bhtfooterx-wrap *{
box-sizing:border-box;
}

.bhtfooterx-container{
max-width:1600px;
margin:auto;
padding:0 20px;
}

/* ========================================
LAYOUT
======================================== */
.bhtfooterx-grid{

display:flex !important;

flex-wrap:wrap !important;

gap:40px;

align-items:flex-start;

}
/* ========================================
WIDTH 4 CỘT
======================================== */

.bhtfooterx-col:nth-child(1){

flex:0 0 42%;

max-width:42%;

}

.bhtfooterx-col:nth-child(2){

flex:0 0 18%;

max-width:18%;

}

.bhtfooterx-col:nth-child(3){

flex:0 0 18%;

max-width:18%;

}

.bhtfooterx-col:nth-child(4){

flex:0 0 22%;

max-width:22%;

}

/* ========================================
COLUMNS
======================================== */

.bhtfooterx-col{

flex:1 1 0;

min-width:220px;

width:100%;

}

.bhtfooterx-col:first-child{

flex:1.6 1 320px;

}

/* ========================================
LOGO
======================================== */

.bhtfooterx-logo{
display:block;
max-width:240px;
width:100%;
height:auto;
margin-bottom:24px;
}

/* ========================================
DESC
======================================== */

.bhtfooterx-desc{
font-size:16px;
line-height:1.9;
opacity:.92;
margin-bottom:28px;
}

/* ========================================
SOCIAL
======================================== */

.bhtfooterx-socials{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-top:20px;
}

.bhtfooterx-socials a{
display:flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
}

.bhtfooterx-socials img{
width:42px;
height:42px;
object-fit:contain;
display:block;
}

/* ========================================
TITLE
======================================== */

.bhtfooterx-col h3{
font-size:30px;
font-weight:700;
line-height:1.3;
margin:0 0 28px;
padding-bottom:14px;
position:relative;
color:#fff;
}

.bhtfooterx-col h3:after{
content:"";
position:absolute;
left:0;
bottom:0;
width:42px;
height:3px;
background:#2f6bff;
}

/* ========================================
LIST
======================================== */

.bhtfooterx-col ul{
margin:0;
padding:0;
list-style:none;
}

.bhtfooterx-col ul li{

display:flex;

align-items:flex-start;

gap:12px;

margin-bottom:18px;

font-size:16px;

line-height:1.8;

}

.bhtfooterx-col ul li a{
color:inherit;
text-decoration:none;
transition:.2s;
}

.bhtfooterx-col ul li a:hover{
opacity:.8;
}

/* ========================================
ICON
======================================== */

.bhtfooterx-icon{
width:18px;
height:18px;
flex-shrink:0;
margin-top:5px;
color:#2f6bff;
}

.bhtfooterx-icon svg{
width:18px;
height:18px;
display:block;
stroke:currentColor;
}

/* ========================================
BOTTOM
======================================== */

.bhtfooterx-bottom{
margin-top:50px;
padding-top:22px;
border-top:1px solid rgba(255,255,255,.12);
font-size:15px;
text-align:center;
opacity:.9;
}

/* ========================================
TABLET
======================================== */

@media(max-width:991px){

.bhtfooterx-grid{

gap:30px;

}

.bhtfooterx-col{

flex:0 0 calc(50% - 15px);

max-width:calc(50% - 15px);

}

.bhtfooterx-col:first-child{

flex:0 0 100%;

max-width:100%;

}

}

/* ========================================
MOBILE
======================================== */

@media(max-width:767px){

.bhtfooterx-wrap{
padding:45px 0 25px;
}

.bhtfooterx-container{
padding:0 18px;
}

.bhtfooterx-grid{

display:flex !important;

flex-direction:column !important;

gap:30px;

}

.bhtfooterx-col{

flex:none !important;

width:100% !important;

max-width:100% !important;

min-width:100% !important;

}

.bhtfooterx-col h3{
font-size:24px;
margin-bottom:22px;
}

.bhtfooterx-desc{
font-size:15px;
line-height:1.8;
}

.bhtfooterx-col ul li{
font-size:15px;
line-height:1.8;
}

.bhtfooterx-logo{
max-width:200px;
}

.bhtfooterx-socials a{
width:38px;
height:38px;
}

.bhtfooterx-socials img{
width:38px;
height:38px;
}

.bhtfooterx-bottom{
font-size:14px;
line-height:1.7;
}

}