/*#region BreadCrumb */
    
    .kh_cover_item {
        position: relative;
    }

    .kh_cover_item .kh_absolute_text {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .kh_cover_item .kh_absolute_text .kh_text_banner {
        color: var(--color);
        font-size: 3.5rem;
        font-weight: 800;
        font-family: 'Barlow', sans-serif;
        text-transform: uppercase;
    }

    .kh_breadcrumb a {
        font-size: 1.2rem;
        font-family: 'Barlow', sans-serif;
        font-weight: 600;
        line-height: 1;
        color: #222;
    }

    .kh_breadcrumb a:hover {
        color: var(--color);
    }

    .kh_breadcrumb span {
        font-size: 1.2rem;
        font-family: 'Barlow', sans-serif;
        font-weight: 600;
        line-height: 1;
    }

/*#endregion */

/*********************************************
    10. Module XXX
    **********************************************/ 
    @media screen and (min-device-width: 858px) and (max-device-width: 1800px) {

    }
    @media screen and (min-device-width: 1600px) and (max-device-width: 1800px) {

    }

    @media screen and (max-device-width: 1536px) and (min-device-width: 1440px) {

    }

    @media only screen and (min-width: 1200px) and (max-width: 1440px) {
        
    }
    @media screen and (min-device-width: 625px) and (max-device-width: 1366px) {

    }
    @media screen and (min-device-width: 858px) and (max-device-width: 1200px) {

    }
    @media only screen and (max-width: 1280px) and (min-width: 1199px){
       
    }

    @media only screen and (max-width: 1119px) {
        .kh_cover_item .kh_absolute_text .kh_text_banner {
            font-size: 2.2rem;
        }
        .kh_breadcrumb a {
            font-size: 1rem;
        }
        .kh_breadcrumb span {
            font-size: 1rem;
        }

    }

    @media only screen and (max-width: 1079px) and (min-width: 992px) {

    }
    @media only screen and (max-width: 1024px) and (min-width: 768px) {

    }
    @media screen and (max-device-width: 992px) {

    }

    @media only screen and (max-width: 767px) {
        .kh_cover_item .kh_absolute_text .kh_text_banner {
            font-size: 1.6rem;
        }
        .kh_breadcrumb span {
            font-size: 14px;
        }
        .kh_breadcrumb a {
            font-size: 14px;
        }
    }

    @media screen and (max-device-width: 576px) {
        .kh_cover_item {
            height: 150px;
        }
        .kh_cover_item .kh_absolute_text {
            width: 100%;
        }
        .kh_cover_item .img-fluid {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    @media screen and (max-device-width: 414px) {
        
    }

    @media screen and (max-device-width: 375px) {

    }
    @media screen and (max-device-width: 360px) {

    }