﻿/* Brand Colors */
*, *, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #0255A3;
    color: #fff;
}

::selection {
    background-color: #0255A3;
    color: #fff;
}

html, body {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    scroll-behavior: smooth;
    color: #000000;
    font-size: 16px;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
    }
}

@media (max-width: 576px) {
    html, body {
        font-size: 13px !important;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

div, header, nav, footer, section, aside, article {
    display: block;
}

a {
    color: #0255A3;
    text-decoration: none;
    transition: all 0.05s ease-in !important;
}

    a:hover {
        text-decoration: none !important;
        color: #FEC424;
    }

p {
    font-size: 18px;
    color: #868686;
    font-weight: 400;
}

@media (max-width: 576px) {
    p {
        font-size: 14px;
    }
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
        font-size: 16px;
        position: relative;
    }

img {
    width: 100%;
}

hr {
    border-color: #f1f3f6;
    opacity: 1;
}

@media (max-width: 786px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.btn {
    background-color: #0255A3;
    min-width: 170px;
    color: #fff;
}

    .btn:hover {
        background-color: transparent;
        border: 1px solid #0255A3;
        color: #0255A3;
    }

/*.btn-primary {
    background-color: #0255A3;
    color: #fff;
    box-shadow: 4px 4px 8px 0px rgba(2, 85, 163, 0.3);
    border-color: #0255A3;
}

    .btn-primary:hover {
        box-shadow: none;
        background-color: transparent;
        color: #0255A3;
    }*/

.btn-secondary {
    background-color: #FEC424;
    color: #fff;
    box-shadow: 4px 4px 8px 0px rgba(254, 196, 36, 0.3);
    border-color: #FEC424;
}

    .btn-secondary:hover {
        box-shadow: none;
        background-color: transparent;
        color: #FEC424;
        border-color: #FEC424;
    }

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    font-size: 42px;
    color: #0255A3;
    position: relative;
    display: inline-block;
}

    .title h1::before, .title h2::before, .title h3::before, .title h4::before, .title h5::before, .title h6::before {
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 12px;
        height: 12px;
        background-color: #FEC424;
        content: "";
        border-radius: 24px;
    }

.card {
    border: 0;
    border-radius: 0 12px 0 12px;
    overflow: hidden;
    margin: 10px 0;
    min-height: 490px;
}

    .card:hover img {
        transform: scale(1.1);
    }

    .card .card-header {
        padding: 0;
        border: 0;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 0;
    }

        .card .card-header img {
            transition: all 0.1s ease-in;
            max-height: 250px;
            -o-object-fit: cover;
            object-fit: cover;
            min-height: 250px;
            transform-origin: bottom;
        }

        .card .card-header .date {
            position: absolute;
            z-index: 2;
            top: 200px;
            left: 15px;
            padding: 4px 10px;
            border-radius: 24px;
            font-size: 14px;
            color: #000;
            background-color: #FEC424;
        }

    .card .card-body {
        padding: 20px;
    }

        .card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
            font-size: 24px;
            color: #0255A3;
        }

        .card .card-body p {
            font-size: 14px;
            color: #868686;
        }

/* Main CSS */
header .logo img {
    max-width: 200px;
}

header .search-menu .mobile-menu {
    display: none;
}

header .search-menu button {
    width: 50px;
    height: 50px;
    background-color: #0255A3;
    border: 0;
    border-radius: 50px;
    color: #fff;
    box-shadow: 4px 4px 8px 0px rgba(2, 85, 163, 0.3);
}

    header .search-menu button i {
        font-size: 24px;
    }

    header .search-menu button:hover {
        transform: scale(1.1);
    }

header .nav-menu li a {
    font-size: 18px;
    color: #000;
}

    header .nav-menu li a:hover {
        color: #0255A3;
    }

@media (max-width: 992px) {
    header .nav-menu {
        display: none;
    }

        header .nav-menu.active {
            display: block;
            position: absolute;
            top: 110px;
            background-color: #fff;
            width: 100%;
            z-index: 10;
            left: 0;
            padding: 20px;
        }

            header .nav-menu.active ul {
                flex-direction: column;
                gap: 10px !important;
            }

    header .mobile-menu {
        display: block !important;
    }
}

.hero-wrapper .slider-action {
    position: absolute;
    bottom: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    left: 0;
    right: 0;
}

    .hero-wrapper .slider-action button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 0;
        color: #fff;
        background-color: #FEC424;
        box-shadow: 4px 4px 8px 0px rgba(254, 196, 36, 0.3);
        font-size: 24px;
    }

        .hero-wrapper .slider-action button:hover {
            transform: scale(1.1);
        }

.hero-wrapper .carousel-indicators {
    position: absolute;
    left: 60px;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: Ytranslate(-50%);
    gap: 10px;
    z-index: 1;
    max-width: 50px;
    height: 100px;
    margin: 0;
    padding: 0;
}

    .hero-wrapper .carousel-indicators button {
        width: 12px;
        height: 12px;
        border: 1px solid #fff;
        border-radius: 50%;
        background-color: #fff;
        opacity: 1;
    }

    .hero-wrapper .carousel-indicators .active {
        background-color: transparent;
    }

.hero-wrapper .carousel-item img {
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
 max-height:650px;
}

.hero-wrapper .carousel-item .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background: linear-gradient(90deg, #0255A3 15%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    padding-left: 150px;
}

    .hero-wrapper .carousel-item .slider-caption .caption-text {
        max-width: 450px;
    }

        .hero-wrapper .carousel-item .slider-caption .caption-text h1, .hero-wrapper .carousel-item .slider-caption .caption-text h2, .hero-wrapper .carousel-item .slider-caption .caption-text h3, .hero-wrapper .carousel-item .slider-caption .caption-text h4, .hero-wrapper .carousel-item .slider-caption .caption-text h5, .hero-wrapper .carousel-item .slider-caption .caption-text h6 {
            font-size: 42px;
            color: #fff;
        }

        .hero-wrapper .carousel-item .slider-caption .caption-text p {
            font-size: 16px;
            color: #fff;
        }

@media (max-width: 768px) {
    .hero-wrapper .carousel-indicators {
        left: 0;
        top: 100px;
    }

    .hero-wrapper img {
        min-height: 300px !important;
    }

    .hero-wrapper .slider-caption {
        display: none !important;
    }
}

.news-wrapper {
    padding: 50px 0;
}

.cta-wrapper {
    padding: 50px 0;
}

    .cta-wrapper .cta-center {
        text-align: center;
        background-color: #0255A3;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px;
        min-height: 440px;
        border-radius: 12px;
    }

.gallery-wrapper {
    text-align: center;
    margin: 50px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px 14px rgba(2, 85, 163, 0.05);
    padding: 50px 0;
}

    .gallery-wrapper ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
    }

        .gallery-wrapper ul li {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            transition: all 0.3s linear;
            cursor: pointer;
        }

            .gallery-wrapper ul li p {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                color: #fff;
                transform: rotate(90deg) translate(33%, 100%);
                position: absolute;
                margin: 0;
                top: 0;
                left: 0;
                width: 440px;
                height: 150px;
                right: 0;
                bottom: 0;
                background: linear-gradient(0deg, rgba(2, 85, 163, 0.7) 0%, rgba(2, 85, 163, 0.7) 100%);
            }

            .gallery-wrapper ul li img {
                min-height: 440px;
                -o-object-fit: cover;
                object-fit: cover;
                max-width: 150px;
                min-width: 150px;
                transition: all 0.3s linear;
            }

            .gallery-wrapper ul li.active {
                transition: all 0.3s linear;
            }

                .gallery-wrapper ul li.active p {
                    height: 30%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    bottom: 0;
                    top: auto;
                    transform: none;
                    width: 100%;
                    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, #0255A3 100%);
                }

                .gallery-wrapper ul li.active img {
                    min-width: 470px;
                    transition: all 0.3s linear;
                }

@media (max-width: 992px) {
    .gallery-wrapper ul {
        flex-wrap: wrap;
    }

        .gallery-wrapper ul li.active p {
            background: none !important;
        }

        .gallery-wrapper ul li {
            max-width: 47%;
            min-height: unset !important;
        }

            .gallery-wrapper ul li p {
                transform: none;
                position: relative !important;
                top: auto;
                left: auto;
                width: auto;
                bottom: auto;
                color: #0255A3;
                padding: 0;
                height: auto;
                font-size: 16px;
                background: none;
            }

            .gallery-wrapper ul li img {
                min-height: 200px !important;
                min-width: unset !important;
            }
}

.schedule-wrapper .tiltok {
    min-height: 350px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    background-color: #0255A3;
    padding: 20px 10px;
}

    .schedule-wrapper .tiltok table {
        width: 100%;
    }

        .schedule-wrapper .tiltok table td {
            background: transparent;
            color: #fff;
            border-color: rgba(255, 255, 255, 0.1);
        }

            .schedule-wrapper .tiltok table td:last-child {
                text-align: right;
            }

    .schedule-wrapper .tiltok .link {
        text-align: center;
        color: #fff;
        display: block;
    }

.schedule-wrapper .thumb {
    min-height: 350px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}

    .schedule-wrapper .thumb p {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 7px;
        z-index: 2;
        background-color: #0255A3;
        text-align: center;
        color: #fff;
        margin: 0;
        font-size: 20px;
    }

    .schedule-wrapper .thumb img {
        min-height: 350px;
    }

.schedule-wrapper .urslit {
    text-align: center;
    background-color: #FEC424;
    border-radius: 8px;
    min-height: 350px;
    padding: 30px;
    margin: 15px 0;
}

    .schedule-wrapper .urslit ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .schedule-wrapper .urslit ul li a {
            text-decoration: underline;
            color: #000;
        }

    .schedule-wrapper .urslit .title {
        margin-bottom: 30px;
    }

        .schedule-wrapper .urslit .title h3 {
            color: #000 !important;
        }

            .schedule-wrapper .urslit .title h3::before {
                background-color: #fff !important;
            }

footer {
    text-align: center;
    margin-top: 50px;
}

    footer .copyright {
        text-align: center;
        padding: 5px;
    }

        footer .copyright p {
            margin: 0;
            color: #A0A0A0;
        }

        footer .copyright img {
            max-width: 80px;
        }

    footer .box {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0px 0px 30px 14px rgba(2, 85, 163, 0.05);
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        footer .box .logo img {
            max-width: 190px;
        }

        footer .box .location p, footer .box .contact p {
            margin-bottom: 0;
            color: #0255A3;
            font-size: 16px;
            font-weight: bold;
        }

        footer .box .social-media ul {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

            footer .box .social-media ul a {
                width: 40px;
                height: 40px;
                background-color: #0255A3;
                display: block;
                color: #fff;
                font-size: 24px;
                border-radius: 24px;
            }
/*# sourceMappingURL=style.css.map */
.subpage {
    padding: 20px;
    background-color: #f1f3f6;
}

    .subpage h1, .subpage h2, .subpage h3, .subpage h4, .subpage h5, .subpage h6 {
        margin-bottom: 0;
        font-size: 42px;
        font-weight: bold;
        color: #5B5B5B;
    }

.inner-content {
    padding: 100px 0;
}

@media (max-width: 576px) {
    .inner-content {
        padding: 50px 0;
    }

        .inner-content .sidebar {
            margin-top: 30px;
        }
}

.inner-content .sidebar .share {
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

    .inner-content .sidebar .share .date, .inner-content .sidebar .share .author {
        max-width: 100%;
        flex: 0 0 100%;
        background-color: #fff;
        margin: 5px 0;
        display: flex;
        justify-content: center;
        padding: 10px;
        border-radius: 4px;
    }

        .inner-content .sidebar .share .date p, .inner-content .sidebar .share .author p {
            margin-bottom: 0;
            font-weight: bold;
        }

        .inner-content .sidebar .share .date i, .inner-content .sidebar .share .author i {
            vertical-align: middle;
        }

    .inner-content .sidebar .share ul {
        display: flex;
        background-color: #fff;
        width: 100%;
        justify-content: space-around;
        border-radius: 4px;
        padding: 5px 10px;
    }

        .inner-content .sidebar .share ul i {
            color: #000000;
            font-size: 20px;
            display: block;
        }

            .inner-content .sidebar .share ul i:hover {
                transform: scale(1.6);
            }

.inner-content .sidebar .sidebar-item {
    background-color: #FEC424;
    border-radius: 8px;
}

    .inner-content .sidebar .sidebar-item .title {
        padding: 10px;
        border-bottom: 1px solid #000000;
        font-weight: bold;
        font-size: 24px;
    }

    .inner-content .sidebar .sidebar-item ul {
        padding: 10px;
        padding-left: 30px;
        padding-bottom: 100px;
    }

        .inner-content .sidebar .sidebar-item ul .has-menu {
            font-weight: bold;
        }

            .inner-content .sidebar .sidebar-item ul .has-menu ul {
                margin-left: 20px;
                margin-top: 10px;
            }

                .inner-content .sidebar .sidebar-item ul .has-menu ul::before {
                    position: absolute;
                    top: 0;
                    left: -35px;
                    content: '';
                    width: 1px;
                    height: 100%;
                    background-color: #000000;
                }

                .inner-content .sidebar .sidebar-item ul .has-menu ul li:hover {
                    transform: translateX(20px);
                }

            .inner-content .sidebar .sidebar-item ul .has-menu li {
                font-weight: 400;
            }

                .inner-content .sidebar .sidebar-item ul .has-menu li.active {
                    font-weight: bold;
                }

        .inner-content .sidebar .sidebar-item ul li {
            margin-bottom: 10px;
            position: relative;
        }

            .inner-content .sidebar .sidebar-item ul li:hover {
                transform: translateX(20px);
            }

                .inner-content .sidebar .sidebar-item ul li:hover::before {
                    transform: rotate(90deg) scale(1.9);
                }

                .inner-content .sidebar .sidebar-item ul li:hover ul {
                    transform: translateX(-20px);
                }

            .inner-content .sidebar .sidebar-item ul li a {
                color: #000000;
                text-decoration: none;
            }

            .inner-content .sidebar .sidebar-item ul li::before {
                position: absolute;
                left: -20px;
                top: 12px;
                content: '';
                background-color: #000000;
                width: 4px;
                height: 4px;
                transform: rotate(45deg);
            }

.inner-content .content ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .inner-content .content ul li {
        margin-bottom: 5px;
    }

.inner-content .content .sidebar .sidebar-item ul li::before {
    position: absolute;
    left: -20px;
    top: 8px;
    content: '';
    background-color: #0255A3;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.inner-content .content .layout {
    margin-bottom: 20px;
    position: relative;
}

.inner-content .content .inner-thumb .author {
    position: absolute;
    width: max-content;
    padding: 10px;
    background-color: #FEC424;
    bottom: 20px;
    left: -20px;
    border-radius: 8px;
}

    .inner-content .content .inner-thumb .author p {
        margin-bottom: 0;
        font-weight: bold;
    }

    .inner-content .content .inner-thumb .author i {
        vertical-align: middle;
    }

.inner-content .content .inner-thumb::before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #0255A3;
    border-radius: 8px;
    z-index: -1;
}

.inner-content .content .inner-thumb img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
a.FilterCategory {
    font-weight: 600;
    color: #000;
}
.pdf a {
    text-transform: uppercase;
}

.fc-button {
    background-color: #FEC424;
    border-color: #FEC424;
}

    .fc-button:hover, .fc-state-active {
        color: #fff;
        background-color: #0255A3;
        border-color: #0255A3;
    }

    .fc-button:not(:disabled):active, .fc-button:not(:disabled).fc-button-active {
        color: #fff;
        background-color: #0255A3;
        border-color: #0255A3;
    }

[ng-cloak] {
    opacity: 0.01;
}
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    display: none;
}

    #search-overlay .search-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #fec424;
        opacity: 0.95;
    }

}

.searchbox input {
    border: 1px solid #0C2E2D;
    padding: 7px 12px;
}

.searchbox {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 10%;
    width: 90%;
    text-align: center;
}

    .searchbox i {
        color: #fff;
        font-size: 24px;
    }

#search-overlay .close-search-overlay {
    position: absolute;
    top: 18px;
    right: 33px;
    width: 24px;
    height: 24px;
    background: url(/Apps/Core/Content/Images/icon-close-white.svg) center no-repeat;
    z-index: 100;
}

    #search-overlay .close-search-overlay:hover {
        color: #000000;
    }

.SearcchResult li {
    padding: 7px 0px;
}

.SearcchResult {
    background: #f2f2f2;
    margin-top: 0px;
    border: 1px solid RBG( 0, 150, 235,0.5);
    overflow-y: scroll;
    max-height: 500px;
    max-width: 579px;
    width: 100%;
    text-align: left;
}

    .SearcchResult li:hover {
        /*background: #2F80ED;*/
        color: #000;
        font-weight: bold;
    }

    .SearcchResult a {
        padding: 10px;
        line-height: 24px;
        color: #000;
    }

        .SearcchResult a:hover {
            transition: color 0.05s cubic-bezier(0.32, 0.01, 0, 1) 0.05s;
            color: #000;
            font-weight: bold;
        }
.searchbox .fa-search {
    padding: 5px;
    float: left;
    color: #0C2E2D;
    font-size: 24px;
}
#calendar .fa-plus {
    display: none;
}

i.far.fa-times-circle {
    font-size: 30px;
    cursor: pointer;
    opacity: 1;
    z-index: 999999;
}
.subpage{
  text-align: center;
  padding: 40px !important;
}
 
.subpage h1,
.subpage h2,
.subpage h3,
.subpage h4,
.subpage h5,
.subpage h6{
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0255A3;
}
 
footer .logo{
  padding: 20px;
  padding-bottom: 0 !important;
}
 
footer .social-media,
footer .contact{
  padding-top: 20px;
}
 
footer .copyright p{
  font-size: 14px;
  color: #000;
}

.inner-content .sidebar .sidebar-item ul li:hover{
  transform: none !important;
}
 
.inner-content .sidebar .sidebar-item ul li:hover::before{
  transform: none !important;
}
 
.inner-content .sidebar .sidebar-item ul li ul{
  padding-left: 15px;
}
@media (max-width: 768px){
  .sidebar{
    display: none;
  }
  .news-wrap .news-item{
    margin-bottom: 20px;
  }
  .news-wrap .news-info{
    margin: 15px 0;
  }
}
 
.news-item .animate img{
  object-fit: contain;
}
 
.news-item .animate p{
  font-size: 16px;
  color: #464646;
}
 
.news-wrap a.btn.btn-primary{
  margin: 20px 0;
}

.inner-content .sidebar .sidebar-item{
  background-color: #f1f3f6 !important;
  border-radius: 0 !important;
}
 
.inner-content .sidebar .sidebar-item .title{
  background-color: #FEC424;
  border: none !important;
  font-size: 20px !important;
  padding: 15px 25px !important;
}
.inner-content .sidebar .sidebar-item ul.link-list{
  padding: 15px !important;
}
 
.inner-content .sidebar .sidebar-item ul li ul{
  padding-left: 15px !important;
  padding-top: 15px !important;
  margin: 0 !important;
}
 
.inner-content .sidebar .sidebar-item ul li a{
  display: block;
  border-bottom: 1px solid #d1d1d1;
  padding: 5px 0;
}
 
.inner-content .sidebar .sidebar-item ul li:hover ul{
  transform: none !important;
}
.inner-content .sidebar .sidebar-item ul li:hover{
  background: white;
}
.inner-content .sidebar .sidebar-item ul li::before{
  display: none !important; 
}
 
.news-section .animate img{
  height: auto;
}
.inner-content .content .news .news-item .box img{
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}
 
.inner-content .content .news .news-item .box{
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0,0,0,0.2);
  min-height: 320px;
}
 
.inner-content .content .news .news-item .box .caption{
  padding: 10px;
}
 
.inner-content .content .news .news-item .box .caption h1{
  font-size: 22px;
}
.inner-content .content .news .news-item .box .caption h1{
  margin: 0;
}
 
.inner-content .content .news .news-item .box .caption{
  min-height: 120px;
  margin-bottom: 25px;
}
 
.inner-content .content .news .news-item .box{
  position: relative;
}
 
.inner-content .content .news .news-item .box span.tag{
  position: absolute;
  left: 0;
  background: #0255A3;
  color: #fff;
  top: 10px;
  padding: 0 5px;
}