/* key_themeArea */
.key_themeArea {
    width: 100%;
    position: relative;
    padding: 0 0 120px;
   
}
.key_themeArea:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(2, 65, 61, 0) 22.4%, #02413D 49.48%);
 
}
.gx-80 {
    --bs-gutter-x: 80px;
}
.key_themeArea .image img {
    width: 100%;
}
.key_themeArea .subText {
    padding: 0 0 30px;
    max-width: 990px;
}
.key_themeArea .subText h2 {
    color: #fff;
}
.key_themeArea .subText  span.subTittle {
    color: #F3BC44;
}
.key_themeArea .contentBox {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: -185px 0 0;
}
.key_themeArea .contentBox .sub_item {
    margin: 60px 0 0;
}
.key_themeArea .contentBox .text h4 {
    color: #fff;
    display: flex;
    align-items: flex-start;
}
.key_themeArea .contentBox .text h4 .number {
    margin-right: 16px;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5px;
    color: #02413D;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3BC44;
    border-radius: 100%;
    position: relative;
    top: 3px;
} 
.key_themeArea .contentBox .text p {
    color: #C7C7C7;
    margin: 0;
}
.key_themeArea .contentBox .sub_item .text a.btn-sm:hover p {
    color: #111;
}

@media(max-width: 1279px){

    .key_themeArea .contentBox {
        margin: -110px 0 0;
    }

    /* .key_themeArea:before {
       bottom: 142px;
    } */
    .key_themeArea:before {
        bottom: 50px;
    }
    .key_themeArea {
        padding: 0;
    }
    .key_themePart {
        background: #02413D;
        padding: 0 0 100px;
    }
    .page-id-675 .key_themePart {
        background: #10005A;
    }
}

@media(max-width: 1199px){
   
    .key_themePart {
        
        padding: 0 0 80px;
    }
    
}

@media(max-width: 991px){

    .key_themePart {
        padding: 0 0 70px;
    }
    .key_themeArea .subText {
        padding: 0 0 0px;
    }
    .key_themeArea .contentBox .sub_item {
        margin: 50px 0 0;
    }
    .key_themeArea:before {
        bottom: 110px;
    }
    
}
@media(max-width: 767px){ 
    .key_themePart {
        padding: 0 0 60px;
    } 

    .key_themeArea .contentBox {
        margin: -50px 0 0;
    }
    .key_themeArea:before {
        bottom: 250px;
    }
    .key_themeArea .contentBox .sub_item {
        margin: 40px 0 0;
    }
}

@media(max-width: 575px){
    .key_themeArea:before {
        bottom: 301px;
    }
}
@media(max-width: 479px){
    .key_themeArea:before {
        background: linear-gradient(180deg, rgba(2, 65, 61, 0) 22.4%, #02413D 43.48%);
    }

    .page-id-675 .key_themeArea:before {
        background: linear-gradient(180deg, rgba(16, 0, 90, 0) 28.4%, #10005a 49.48%) !important;
    }
    .key_themeArea .image img {
         height: 214px;
        object-fit: cover;
    }
    .page-id-675 .key_themeArea:before {
        bottom: 370px;
    }
    .key_themeArea .contentBox {
        margin: -30px 0 0;
    }
}

@media(max-width: 374px){
    .page-id-675  .key_themeArea:before {
        bottom: 370px;
    }
    .key_themeArea:before {
        background: linear-gradient(180deg, rgba(2, 65, 61, 0) 22.4%, #02413D 37.48%);
    }
}
