/*
 *This CSS sheet is used to customize the styles that--------
  I applied for this application.****************************
 */

/*-----------------------------------------------------------
    news page related css which is used in application----
    ---START---
------------------------------------------------------------*/
input, select, textarea{
    color: #ff0000 !important;
}

.pagination {
    display: flow-root;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.panel-footer ul li + li {
    margin: 5px 0px;
}

.panel-footer ul li {
    display: inline-flex;
}

.panel-footer {
    text-align: center !important;
    margin-top: 4% !important;
    display: block;
}

.panel-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel-footer ul li a,
.panel-footer ul li span {
    justify-content: center;
    display: block;
    padding: 3px 25px;
    border: 1px solid #e2e2e2;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.panel-footer ul li span.current,
.panel-footer ul li a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.custom_sub_title_use_in_news_page_option_2{
    color: #2e3436 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.custom_video_iframe{
    padding-left: 34px !important;
    padding-right: 34px !important;
    padding-top: 20px !important;
    padding-bottom:20px !important
}

.custom_campaign_section_area .campaign-single-items-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--main-color-two);
    padding-left: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
}
.custom_campaign_section_area .campaign-single-items-02::after {

}
.custom_campaign_section_area .campaign-single-items-02 .icon {
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 28px;
    font-size: 30px;
    color: var(--heading-color);
}
.custom_campaign_section_area .campaign-single-items-02 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .title {
    position: relative;
}

.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .title h5 {
    font-size: 24px;
    line-height: 9px;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 10px;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .line {
    margin-left: 15px;
    padding-top: 5px;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .line .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
}
.custom_campaign_section_area .campaign-single-items-02 .content .title-wrapper .line .dot.style-02 {
    width: 45px;
}
.custom_campaign_section_area .campaign-single-items-02 .content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--body-font);
    color: #fff;
    margin-bottom: 0px;
}
.custom_campaign_section_area .campaign-single-items-02 .shape {

}
.custom_event_single_items .event-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 480px;
    border-radius: 25px;
    margin-top: -50px !important;
}
.custom_event_single_items .bg-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.custom_event_single_items .bg-wrapper.style-01 {
    margin-top: 30px;
}

.custom_event_single_items .bg-wrapper .event-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.custom_event_single_items .bg-wrapper .event-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
    background: linear-gradient(180deg, #04072E00 0%, #04072E 100%);
    border-radius: 10px;
}

.custom_event_single_items .content {
    background: #FFF9FC;
    padding: 20px 25px;
    border: 1px solid rgba(201, 201, 201, 0.5);
    border-radius: 10px;
    margin: -130px 0px 0px 0px;
    position: relative;
}

.custom_event_single_items .content.style-01 {
    margin: 0px;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 6px;
}

.custom_event_single_items .content.style-01 .subtitle {
    border-bottom: 0;
    margin: 25px 0px 5px;
}

.custom_event_single_items .content.style-01 .subtitle .location {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_event_single_items .content.style-01 .subtitle .location .icon {
    color: var(--main-color-one);
    font-size: 20px;
}

.custom_event_single_items .content.style-01 .subtitle .location p {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 32px;
}

.custom_event_single_items .content.style-01 .subtitle .time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom_event_single_items .content.style-01 .subtitle .time .icon {
    color: var(--main-color-one);
    font-size: 20px;
}

.custom_event_single_items .content.style-01 .subtitle .time p {
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 32px;
}

.custom_event_single_items .content.style-01 .title {
    font-size: 40px;
    line-height: 48px;
    font-family: var(--heading-font);
}

.custom_event_single_items .content .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
    margin-bottom: 6px;
    cursor: pointer;
}

.custom_event_single_items .content .subtitle .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #4F4F6B;
}

.custom_event_single_items .content .subtitle .location .icon {
    font-size: 15px;
    margin-right: 8px;
}

.custom_event_single_items .content .subtitle .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #4F4F6B;
}

.custom_event_single_items .content .subtitle .time .icon {
    font-size: 15px;
    margin-right: 8px;
}

.custom_event_single_items .content .title {
    font-size: 24px;
    line-height: 36px;
    font-family: var(--body-font);
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.custom_event_single_items .content .title:hover {
    color: var(--main-color-one);
}

.custom_event_single_items .content p {
    font-size: 16px;
    line-height: 28px;
    font-family: var(--body-font);
    font-weight: 400;
    color: #505050;
    margin-bottom: 21px;
}
.custom_event_single_items .post-mate {
    width: 82px;
    height: 82px;
    text-align: center;
    background: var(--main-color-one);
    border-radius: 4px;
    padding: 20px;
    position: absolute;
    top: -30px;
    right: 30px;
}
.custom_event_single_items .post-mate.style-01 {
    top: 80%;
}
.custom_event_single_items .post-mate::after {
    content: '';
    position: absolute;
    left: 2.5px;
    top: 2.5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 94%;
    height: 94%;
    border-radius: 4px;
}
.custom_event_single_items .post-mate .post-date {
    font-size: 35px;
    margin-bottom: 0;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    line-height: 23px;
}
.custom_event_single_items .post-mate .post-month {
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
}
.center_class{
    text-align: center !important;
}
.custom_font_weight_bold_careers {
    font-weight: bold !important;
}
.custom_border_option_2{
    border-top: 1px #173D7A solid;
    position: relative;
    padding:1px 1px 1px 1px;
}
.custom_border_option_2:before{}
.custom_border_option_3{
    border-top: 1px #173D7A solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:1px 1px 1px 1px;
}
.custom_border_option_3:before{}


.custom_right_alignment{
    float: right !important;
}

.custom_image_use_in_article{
    padding: 10px 10px 10px 10px;
}


.custom_border_option{
    border-top: 2px #173D7A solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
}
.custom_border_option:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_border_option_left{
    border-top: 2px #173D7A solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
    width:100% !important;
}
.custom_border_option_left:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_border_option_white{
    border-top: 2px #ffff solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
}
.custom_border_option_white:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}
.custom_border_option_white_left{
    border-top: 2px #ffff solid;
    position: relative;
    border-bottom: 8px solid #173D7A;
    padding:10px 10px 10px 10px;
    width:72% !important;
}
.custom_border_option_white_left:before{
    position: absolute;
    background: #DD131A;
    height: 8px;
    content: '';
    width:30%;
    bottom: -8px;
    left: 0;
}



@media (min-width: 320px) {
    .custom_event_bg{
        width: 100% !important;
        height: auto;
    }
    .event-single-items .bg-wrapper .custom_event_bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 10px;
        position: relative;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
    }
    .event-single-items .bg-wrapper .custom_event_bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
        background: linear-gradient(180deg, #04072E00 70%, #04072E 100%);
        border-radius: 10px;
    }
    .custom_read_more_option{
        position: absolute !important;
        bottom: 10% !important;
    }
    .custom_event_box_height{
        min-height: 450px !important;
    }
    .header-area {
        padding: 160px 0 70px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 170px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }

    .header-area.header-sanatory .header-inner .title {
        font-size: 65px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 14px;
        line-height: 28px;
        max-width: 600px;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-image:url(../../assets/img/sub_banners/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 20% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 7% !important;
        margin-left: 18px !important;
    }
    .custom_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 14px !important;
        text-align: left;
    }
    .custom_news_main_title{
        font-size: 19px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 12px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 14px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -30%;
        margin-bottom: 20%;
        width: 100% !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title_font{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .description_news_content{
        color: #2e3436 !important;
        font-size: 13px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 8%;
    }

    .administration-section .administration-single-items .administrative-bg-option-02 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 570px;
        border-radius: 10px;
    }

    .administration-section .administration-single-items .administrative-bg-option-03 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 570px;
        border-radius: 10px;
    }
}

@media (min-width: 480px) {
    custom_event_bg{
        width: 100% !important;
        height: auto;
    }
    .event-single-items .bg-wrapper .custom_event_bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 10px;
        position: relative;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
    }
    .event-single-items .bg-wrapper .custom_event_bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
        background: linear-gradient(180deg, #04072E00 70%, #04072E 100%);
        border-radius: 10px;
    }
    .custom_read_more_option{
        position: absolute !important;
        bottom: 10% !important;
    }
    .custom_event_box_height{
        min-height: 350px !important;
    }
    .header-area {
        padding: 140px 0 70px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 170px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }

    .header-area.header-sanatory .header-inner .title {
        font-size: 60px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 14px;
        line-height: 28px;
        max-width: 600px;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 15% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_main_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 16px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: 1%;
        margin-bottom: 25%;
        width: 100% !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title_font{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }

    .administration-section .administration-single-items .administrative-bg-option-02 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 570px;
        border-radius: 10px;
    }

    .administration-section .administration-single-items .administrative-bg-option-03 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 570px;
        border-radius: 10px;
    }
}

@media (min-width: 768px) {
    custom_event_bg{
        width: 100% !important;
        height: auto;
    }
    .event-single-items .bg-wrapper .custom_event_bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 10px;
        position: relative;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
    }
    .event-single-items .bg-wrapper .custom_event_bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
        background: linear-gradient(180deg, #04072E00 70%, #04072E 100%);
        border-radius: 10px;
    }
    .custom_read_more_option{
        position: absolute !important;
        bottom: 10% !important;
    }
    .custom_event_box_height{
        min-height: 450px !important;
    }
    .header-area {
        padding: 170px 0 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 14px;
        line-height: 28px;
        max-width: 500px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 13% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_sub_title_use_in_news_page{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_main_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 17px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -25%;
        margin-bottom: 2%;
        width: 100% !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title_font{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }

    .administration-section .administration-single-items .administrative-bg-option-02 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 570px;
        border-radius: 10px;
    }

    .administration-section .administration-single-items .administrative-bg-option-03 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        min-height: 570px;
        border-radius: 10px;
    }
}

@media (min-width: 1024px) {
    custom_event_bg{
        width: 100% !important;
        height: auto;
    }
    .event-single-items .bg-wrapper .custom_event_bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 10px;
        position: relative;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
    }
    .event-single-items .bg-wrapper .custom_event_bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
        background: linear-gradient(180deg, #04072E00 70%, #04072E 100%);
        border-radius: 10px;
    }
    .custom_read_more_option{
        position: absolute !important;
        bottom: 7% !important;
    }
    .custom_event_box_height{
        min-height: 450px !important;
    }
    .header-area {
        padding: 170px 0 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 16px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 20% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_sub_title_use_in_news_page{
        min-width: 950px !important;
        word-break: break-all;
        word-wrap: break-word;
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 17px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -1%;
        margin-bottom: 8%;
        width: 100% !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title_font{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_news_main_title{
        font-size: 22px !important;
        text-align: left;
        font-weight: 600 !important;
    }
    .description_news_content{
        color: #2e3436 !important;
        font-size: 14px !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }

    .administration-section .administration-single-items .administrative-bg-option-02 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        min-height: 570px;
        border-radius: 10px;
    }

    .administration-section .administration-single-items .administrative-bg-option-03 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        min-height: 570px;
        border-radius: 10px;
    }
}

@media (min-width: 1280px) {
    custom_event_bg{
        width: 100% !important;
        height: auto;
    }
    .event-single-items .bg-wrapper .custom_event_bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 10px;
        position: relative;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
    }
    .event-single-items .bg-wrapper .custom_event_bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
        background: linear-gradient(180deg, #04072E00 70%, #04072E 100%);
        border-radius: 10px;
    }
    .custom_read_more_option{
        position: absolute !important;
        bottom: 10% !important;
    }
    .custom_event_box_height{
        min-height: 450px !important;
    }
    .header-area {
        padding: 170px 0 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 16px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 20% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_sub_title_use_in_news_page{
        min-width: 950px !important;
        word-break: break-all;
        word-wrap: break-word;
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 18px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -2%;
        margin-bottom: 5%;
        width: 100% !important;
    }
    .description_news_header_text{
        text-align: justify;
    }
    .custom_news_title_font{
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .custom_news_main_title{
        font-size: 22px !important;
        text-align: left;
        font-weight: 600 !important;
    }
    .description_news_content{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .administration-section .administration-single-items .administrative-bg-option-02 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        min-height: 570px;
        border-radius: 10px;
    }

    .administration-section .administration-single-items .administrative-bg-option-03 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        min-height: 570px;
        border-radius: 10px;
    }
}

@media (min-width: 1366px) {
    custom_event_bg{
        width: 100% !important;
        height: auto;
    }
    .event-single-items .bg-wrapper .custom_event_bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 10px;
        position: relative;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
    }
    .event-single-items .bg-wrapper .custom_event_bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
        background: linear-gradient(180deg, #04072E00 70%, #04072E 100%);
        border-radius: 10px;
    }
    .custom_read_more_option{
        position: absolute !important;
        bottom: 10% !important;
    }
    .custom_event_box_height{
        min-height: 450px !important;
    }
    .header-area {
        padding: 170px 60px 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 16px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-image:url(../../assets/img/sub_banners/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 20% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 6% !important;
        margin-left: 18px !important;
    }
    .custom_sub_title_use_in_news_page{
        min-width: 950px !important;
        word-break: break-all;
        word-wrap: break-word;
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_main_title{
        font-size: 24px !important;
        text-align: left;
        font-weight: 600 !important;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -2%;
        margin-bottom: 5%;
        width: 100% !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title_font{
        color: #2e3436 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .description_news_content{
        color: #2e3436 !important;
        font-size: 15px !important;
        text-align: justify;
        line-height: 30px;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .administration-section .administration-single-items .administrative-bg-option-02 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        min-height: 570px;
        border-radius: 10px;
    }

    .administration-section .administration-single-items .administrative-bg-option-03 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        min-height: 570px;
        border-radius: 10px;
    }
}

@media (min-width: 1920px) {
    custom_event_bg{
        width: 100% !important;
        height: auto;
    }
    .event-single-items .bg-wrapper .custom_event_bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 10px;
        position: relative;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
    }
    .event-single-items .bg-wrapper .custom_event_bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#04072E00), to(#04072E));
        background: linear-gradient(180deg, #04072E00 70%, #04072E 100%);
        border-radius: 10px;
    }
    .custom_read_more_option{
        position: absolute !important;
        bottom: 10% !important;
    }
    .custom_event_box_height{
        min-height: 450px !important;
    }
    .header-area {
        padding: 170px 0 100px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .header-area.header-sanatory {
        background-color: transparent;
        padding: 130px 0 30px;
    }
    .header-area.header-sanatory .header-inner {
        overflow: hidden;
    }
    .header-area.header-sanatory .header-inner .title {
        font-size: 50px;
        line-height: 85px;
        font-weight: 700;
        color: #000565;
        margin-bottom: 20px;
        max-width: 600px;
    }
    .header-area.header-sanatory .header-inner h5 {
        font-size: 20px;
        line-height: 28px;
        font-family: "Roboto";
        font-weight: bold;
        color: #04072E;
    }
    .header-area.header-sanatory .header-inner h5 i {
        font-size: 10px;
        color: var(--main-color-one);
        margin-right: 10px;
    }
    .header-area.header-sanatory .header-inner p {
        color: #04072E;
        font-size: 16px;
        line-height: 28px;
        max-width: 550px !important;
        margin-bottom: 20px;
        font-weight: 400;
        font-family: var(--body-font);
    }
    .header-area.header-sanatory .header-inner.political .title {
        color: #fff;
        max-width: 750px;
        text-transform: uppercase;
        margin-bottom: 35px;
    }
    .header-area.header-sanatory .header-inner.political p {
        max-width: 670px;
        color: #fff;
        margin-bottom: 0px;
    }
    .custom_image_banner_display_option{
        background-position: right !important;
        background-image:url(../../assets/img/sub_banners/celata_news_more_details_sub_banner_3.png);
    }
    .custom_underline_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #173D7A;
        width: 20% !important;
    }
    .custom_underline_two_for_main_topic_left_news{
        display: inline-block;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom: 10px solid #DD131A;
        width: 5% !important;
        margin-left: 18px !important;
    }
    .custom_sub_title_use_in_news_page{
        min-width: 950px !important;
        word-break: break-all;
        word-wrap: break-word;
        color: #2e3436 !important;
        font-size: 17px !important;
        font-weight: 600 !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title{
        font-size: 18px !important;
        text-align: left;
    }
    .custom_news_card_footer_text{
        font-size: 14px !important;
        text-align: center;
    }
    .custom_more_details_news_title_box{
        border-left: 10px solid #DD131A;
    }
    .custom_more_details_news_title{
        text-align: left;
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .custom_breadcrumbs_news_more{
        display: block;
        margin-left: -2%;
        margin-bottom: 5%;
        width: 100% !important;
    }
    .description_news_header_text{
        color: #505050 !important;
        text-align: justify;
    }
    .custom_news_title_font{
        color: #2e3436 !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    .custom_news_main_title{
        font-size: 24px !important;
        text-align: left;
        font-weight: 600 !important;
    }
    .description_news_content{
        color: #2e3436 !important;
        font-size: 16px !important;
        text-align: justify;
    }
    .custom_breadcrumbs_alignment{
        float: left;
        margin-top: 5%;
    }
    .administration-section .administration-single-items .administrative-bg-option-02 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left;
        min-height: 570px;
        border-radius: 10px;
    }

    .administration-section .administration-single-items .administrative-bg-option-03 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        min-height: 570px;
        border-radius: 10px;
    }
}

.contentLoad {
    display: none;
}
.noContent {

}
/*-----------------------------------------------------------------
    END
-----------------------------------------------------------------*/


