@charset "UTF-8";
/* CSS Document */

.mf-tab-container{
width: 100%;
margin: 30px 0 0;
}
.mf-tab-flex{
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-end;
}
.mf-tab{
transition: transform 0.3s;
cursor: pointer;
margin: 0 2px;
padding: 12px 20px;
background-color: white;
border-width: 1px 1px 0 1px;
border-color: #ccc;
border-style: solid;
font-size: 18px;
line-height: 1.2;
border-radius: 10px 10px 0 0 ;
color: #333333;
text-align: center;
width: 100%;
max-width: 220px;
height: 66px;
display: flex;
align-items: center;
justify-content: center;
}
.mf-tab-service{
height: 50px;
}
.mf-tab.tabActive{
background-color: #0066b3;
color: white;
font-weight: bold;
height: 72px;
}
.mf-tab-service.tabActive{
height: 56px;
}
@media (max-width: 576px){
.mf-tab-flex{
flex-flow: column;
margin-left: -15px;
margin-right: -15px;
}
.mf-tab, .mf-tab-service{
max-width: 100%;
margin: 0;
border: none;
border-top: 1px solid #ccc;
border-radius: 0;
background-color: #f2f2f2;
padding: 15px 30px;
height: auto;
justify-content: flex-start;
text-align: left;
}
.mf-tab.tabActive, .mf-tab-service.tabActive{
height: auto;
}
}
.tab-con-new{
display: none;
}
.conActive {
    display: block !important;
}
.tab-inner-bk{
border-top: 2px solid #ccc;
background-image: linear-gradient(0deg, #ffffff, #e8f2ff);
background-size: 100% 220px;
background-repeat: no-repeat;
background-position: top center;
padding: 30px 0;
}
.tab-content-row{
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin: 0 20px;
}
.tab-content-row-articles{
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin: 0 20px;
height: 378px;
}
.tab-content-col{
width: 50%;
padding: 15px 20px;
}
.tab-content-col-articles{
width: 100%;
padding: 15px 40px;
}
.hightlight-col{
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
padding: 5px 0;
}
@media (max-width: 576px){
.tab-content-row{
flex-flow: column;
}
.tab-content-col{
width: 100%;
}
.tab-content-row-articles{
height: 560px;
}
}
