/**Custom CSS */
Body {
    font-family: 'Roboto', sans-serif;
}

.dropdown-item:focus {
    background-color: #040708 !important;
}

.clearfix {
    clear: both !important;
}

.ihu-top-bar {
    background: #A32035;
    width: 100%;
    max-height: 35px;
}

.ihu-top-bar ul {
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0 0 1em;
    white-space: nowrap;
}

.ihu-top-bar ul li {
    display: inline-block;
    vertical-align: top;
}

.ihu-top-bar .nav .nav-item .nav-link {
    color: #ffffff;
    font-size: .8rem;
}

.ihu-top-bar .nav .nav-item .nav-link svg {
    margin-right: 8px;
}

.ihu-top-bar .nav .nav-item .nav-link:hover {
    border-bottom: #A32035 3px solid;
    text-decoration: underline;
}

.ihu-navbar-bg {
    background: #ECECEC;
    width: 100%;
}

.ihu-navbar {
    padding: 0;
    margin: 0;
    z-index: 6;
}

.ihu-navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar .nav-link {
    line-height: 74px;
    padding: 0 10px !important;
    color: #333333;
    font-size: 1rem;
    font-weight: bold;
}

.navbar .nav-link:hover, .navbar .nav-link:focus {
    background-color: #040708;
    color: #ffffff;
}

.navbar .megamenu {
    padding: 30px;
    width: 100%;
    margin-top: 0;
    background-color: #040708 !important;
    border: none;
    border-radius: 0;
    color: #ffffff;
    animation-duration: .2s;
    z-index: 100 !important;
    overflow-y: auto;
    height: 91vh;
}

.megamenu a {
    color: #ffffff;
}

.nav-item-search .nav-link {
    padding: 0 15px !important;
}

.nav-item-search .nav-link svg {
    font-size: 1.5rem;
}

.nav-item-search-active {
    background-color: #040708 !important;
    color: #ffffff !important;
    min-width: 54px;
    text-align: center;
}

.btn-search {
    background-color: #A32035;
    border-color: #A32035;
    color: #ffffff;
}

.navbar .has-megamenu {
    position: static !important;
}

.has-megamenu .mega-menu-title {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: rgba(255, 255, 255, 0.1) 3px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.mega-menu-items {
    padding: 0;
    margin: 0;
}

.mega-menu-items li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-items li a {
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    margin-top: 5px;
    line-height: 2.5rem;
    text-decoration: none;
    font-size: 1rem;
    transition: border-bottom-color 0.3s ease-out 100ms;
    font-weight: normal;
}

.mega-menu-items li:first-child a {
    font-weight: bold;
    border-bottom: #A32035 3px solid;
}

.mega-menu-items li a:hover {
    color: #ffffff;
    border-bottom: #A32035 3px solid;
}

.ihu-navbar .dropdown-toggle::after {
    display: none !important;
}

.nav-item-green-campus a:hover {
    background-color: transparent !important;
}

.search-container {
    display: none;
    position: fixed;
    left: 0;
    top: 109px;
    width: 100vw;
    height: 100%;
    z-index: 99;
    background-color: #040708;
    padding: 30px;
    color: #ffffff;
}

.search-container .card {
    border: none;
}

.search-container .card-header {
    background-color: #A32035;
    color: #ffffff;
    border: none;
}

.search-container .card-header .card-title {
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0;
    margin: 0;
}

.ihu-slider {
    position: relative;
}

.ihu-slider-item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 16%, rgba(0, 0, 0, 0) 40%);
}
.ihu-navbar-slider{
    margin-top: 11px;
    height: 60px;
    width: 140px;
    overflow: hidden;
    position: relative;
}
.ihu-navbar-logo-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:transparent;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.ihu-slider-item-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.ihu-slider-item-text {
    z-index: 2;
    font-size: 2rem !important;
    margin-bottom: 100px;
}

.ihu-slider-sub-site {
    margin-top: 30px;
}

.ihu-slider-item-text-sub-site {
    z-index: 2;
    font-size: 1.4rem !important;
    margin-bottom: 0;
}

.ihu-slider .carousel-control-prev, .ihu-slider .carousel-control-next {
    font-size: 5rem;
    z-index: 4;
}

.ihu-slider-search-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    color: #ffffff;
}

.ihu-slider-search-form input {
    border: none;
    border-radius: 0 !important;
    height: 75px;
}

.ihu-slider-search-form input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    border-color: transparent !important;
}

.btn-slider-search {
    background-color: #ffffff;
    color: #858585;
    border-radius: 0 !important;
}

.department-search {
    position: absolute;
    width: 51%;
}

.department-search input {
    border: none;
    border-radius: 0 !important;
    height: 50px;
    width: 100%;
}

.department-search input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    border-color: transparent !important;
}

.search-trends {
    height: 75px;
    text-wrap: none;
    overflow: hidden;
    overflow-x: auto;
}

.ihu-slider-search-form a {
    color: #ffffff;
    text-decoration: none;
    line-height: 2rem;
}

.ihu-slider-search-form a:hover {
    color: #A32035;
}

.section-alternate {
    background-color: rgba(0, 31, 96, .10);
    padding: 50px 0;
}

.ihu-unit-banners {
    margin: 50px 0 15px 0;
}

.ihu-unit-item {
    position: relative;
    margin-right: 15px;
}

.ihu-unit-item .unit-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #ffffff;
    font-size: 1.2rem;
    margin: 15px;
}

.ihu-unit-item ul {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background: rgb(163, 32, 53);
    background: linear-gradient(0deg, rgba(163, 32, 53, 1) 0%, rgba(163, 32, 53, 0.85) 50%, rgba(163, 32, 53, 0.85) 100%);
    padding: 15px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.ihu-unit-item ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.ihu-unit-item ul li:first-child a {    color: #ffffff;    text-decoration: none;    line-height: 2rem;    font-size: 1.2rem;}*/
.ihu-unit-item ul li a {
    color: #ffffff;
    text-decoration: none;
    line-height: 2rem;
    font-size: .9rem;
}

.ihu-unit-item ul li a:hover {
    border-bottom: #ffffff 2px solid;
}

.ihu-unit-item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 16%, rgba(0, 0, 0, 0) 40%);
}

.ihu-swiper-button-next {
    color: #A32035;
    background-color: rgba(255, 255, 255, .50);
    padding: 40px 30px;
    right: 15px;
    top: 45%;
}

.ihu-swiper-button-prev {
    color: #A32035;
    background-color: rgba(255, 255, 255, .50);
    padding: 40px 30px;
    left: 0;
    top: 45%;
}

.section {
    margin: 50px 0;
}

.section-title {
    font-size: 2rem;
    color: #040708;
    font-weight: bold;
    border-bottom: #040708 1px solid;
    margin-bottom: 30px;
}

.section-title a {
    font-size: 1rem;
    line-height: 2rem;
    color: #292929;
    font-weight: normal;
    float: right;
    text-decoration: none;
    margin-top: 10px;
}

.index-news {
    padding: 0;
    margin: 0;
}

.index-news li {
    background-color: #ffffff;
    padding: 0;
    margin: 0 0 15px 47%;
    list-style: none;
    width: 53%;
    height: 100px;
    overflow: hidden;
    position: relative;
    -webkit-margin-end: 20px;
}

.index-news li:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 31, 96, .35) !important;
    background-color: rgba(0, 31, 96, .10);
}

.index-news li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.index-news li:hover span.news-title {
    color: #040708 !important;
}

.index-news li a span.news-title {
    color: #000000;
    font-weight: bold;
    font-size: 1rem;
    padding: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 185px;
}

.index-news li a span.news-image {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 185px;
    height: 104px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.index-news li:first-child {
    display: block;
    float: left;
    margin-left: 0 !important;
    width: 45%;
    height: 445px;
}

.index-news li:first-child a span.news-image {
    display: block;
    width: 100%;
    height: 329px !important;
    background-position: center center;
}

.index-news li:first-child a span {
    width: 100%;
    position: unset;
}

.index-news li a span.news-date {
    color: #878787;
    font-size: .8rem;
    padding: 0 15px 15px 15px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.index-news li:first-child a span.news-date {
    position: unset;
    bottom: unset;
    left: unset;
}

.index-news li a img {
    height: 100%;
    float: left;
    margin-right: 15px;
}

.index-news li:first-child a img {
    height: unset;
    display: block;
    width: 100%;
    float: unset;
}

.index-announcements {
    background-color: rgba(0, 31, 96, .10);
    padding: 50px 0;
}

.announcement-item {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 15px;
    position: relative;
}

.announcement-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    color: #000000;
}

.announcement-item:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 31, 96, .35) !important;
    background-color: rgba(0, 31, 96, .10);
}

.announcement-item span.announcement-date {
    color: #878787;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

.index-activities {
    padding: 0;
    margin: 0;
}

.index-activities li {
    background-color: #ffffff;
    padding: 0;
    margin: 0 0 15px 47%;
    list-style: none;
    width: 53%;
    height: 104px;
    position: relative;
    -webkit-margin-end: 20px;
}

.index-activities li:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 31, 96, .35) !important;
    background-color: rgba(0, 31, 96, .10);
}

.index-activities li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.index-activities li:hover span.activity-title {
    color: #040708 !important;
}

.index-activities li a span.activity-image {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: 185px;
    height: 104px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.index-activities li a span.activity-title {
    color: #000000;
    font-weight: bold;
    font-size: 1rem;
    padding: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 185px;
}

.index-activities li a span.activity-title-with-badge {
    color: #000000;
    font-weight: bold;
    font-size: 1rem;
    padding: 15px;
    display: block;
    position: absolute;
    top: 20px;
    left: 185px;
}

.index-activities li a span.activity-badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    position: absolute;
    left: 185px;
    top: 0;
    margin: 15px;
}

.index-activities li:first-child {
    display: block;
    width: 45%;
    float: left;
    margin-left: 0 !important;
    height: 461px;
}

.index-activities li:first-child a span.activity-image {
    display: block;
    width: 100% !important;
    height: 329px;
    background-position: center center;
}

.index-activities li:first-child a span {
    width: 100%;
    position: unset;
}

.index-activities li:first-child a span.activity-date {
    right: 0;
    bottom: 0;
    width: auto;
}

.index-activities li a span.activity-date {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #040708;
    color: #ffffff;
    font-size: 1.3rem;
    padding: 5px;
}

.index-activities li a img {
    height: 100%;
    float: left;
    margin-right: 15px;
}

.index-activities li:first-child a img {
    height: unset;
    display: block;
    width: 100%;
    float: unset;
}

.spot-items {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5px;
    grid-auto-rows: minmax(218px, auto);
    grid-auto-flow: dense;
    padding: 0;
}

.spot-item {
    padding: 0;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.spot-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.spot-item a:hover {
    background-color: rgba(255, 255, 255, .50);
}

.spot-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 16%, rgba(0, 0, 0, 0) 40%);
}

.spot-item-title {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #ffffff;
    z-index: 1;
    font-size: 1.4rem;
}

.footer {
    border-top: #E7E7E7 10px solid;
    padding: 30px 0;
}

.footer-title {
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 15px;
    border-bottom: rgba(0, 0, 0, .10) 3px solid;
    margin-bottom: 15px;
}

.footer-navigation ul {
    padding: 0;
    margin: 0;
}

.footer-navigation ul li {
    padding: 0;
    margin: 0 15px 15px 0;
    list-style: none;
    float: left;
}

.footer-navigation ul li a {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: .9rem;
    font-weight: bold;
    text-decoration: none;
}

.footer-navigation ul li a:hover {
    color: #A32035;
}

.footer-navigation ul li ul li {
    float: unset !important;
}

.footer-navigation ul li ul li a {
    font-weight: normal !important;
}

.footer-social-media {
    padding: 0;
    margin: 0;
}

.footer-social-media li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.footer-social-media li a {
    color: #494D56;
    font-size: 1.5rem;
    padding: 10px;
}

.footer-social-media li a.twitter:hover {
    color: #1da1f2;
}

.footer-social-media li a.facebook:hover {
    color: #1877f2;
}

.footer-social-media li a.instagram:hover {
    color: #833ab4;
}

.footer-social-media li a.youtube:hover {
    color: #ff0000;
}

.footer-social-media li a.linkedin:hover {
    color: #0077b5;
}

.footer-twitter-icon svg {
    margin-bottom: 5px;
    fill: #494D56;
}

.footer-twitter-icon svg:hover {
    fill: #000000;
}

.btn-load-more-content .btn-preloader, .btn-load-more-result .btn-preloader {
    display: none;
}

.btn-load-more-content .btn-preloader img, .btn-load-more-result .btn-preloader img {
    height: 64px;
}

.card-staff {
    margin: 0 15px 15px 0;
}

.card-staff .card-staff-name {
    display: block;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 15px;
}

.card-staff .card-staff-title {
    display: block;
    width: 100%;
    font-size: .8rem;
    color: #6c757d;
}

.content-items-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #040708;
    display: block;
    border-bottom: #040708 1px solid;
    padding-bottom: 15px;
    margin-top: 15px;
}

.content-items a, .content-items li {
    padding-left: 0;
    line-height: 2rem;
}

.content-items a:hover, .content-items li:hover {
    background-color: unset;
    border-bottom-color: #A32035;
    color: #A32035;
}

.card-cv {
    margin: 30px 0;
    padding: 30px;
}

.card-cv .card-cv-name {
    font-size: 1.4rem;
    font-weight: bold;
    color: #040708;
}

.card-cv img {
    width: 30%;
    border-top: #ffffff 10px solid;
    border-right: #ffffff 15px solid;
    border-bottom: #ffffff 5px solid;
}

.relatedAcademiciansTitle {
    font-weight: bold;
    font-size: 1.5rem;
    color: #040708;
    display: block;
    border-bottom: #040708 1px solid;
    padding-bottom: 15px;
    margin-top: 30px;
}

.library-items {
    padding: 0;
    margin: 0
}

.library-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

.library-items li a {
    display: block;
    width: 148.85px;
    height: 185px;
    margin: 0 15px 15px 0;
    text-align: center;
    color: #000;
    background-color: rgba(0, 0, 0, .10);
    text-decoration: none;
    padding: 0 15px
}

.library-items li:last-child a {
    margin-right: 0
}

.library-items li:hover a {
    background-color: #a32035;
    color: #fff
}

.library-items li a svg {
    font-size: 3rem;
    text-align: center;
    margin-top: 30px
}

.library-items li a span {
    display: block;
    margin-top: 30px
}

.mt-65 {
    margin-top: 65px;
}

.apply-dokotra-btn { /*position: absolute;*/
    width: 178px;
    height: 59px;
    left: 124px;
    top: 918px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 59px; /* identical to box height */
    text-align: right;
    background: linear-gradient(90deg, #0548F4 -14.71%, #E8B021 48.77%, #459CDC 103.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.apply-dokotra-span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 94.19%; /* identical to box height, or 19px */
    color: #626262;
}

.apply-tezli-master-btn { /*position: absolute;*/
    width: 109px;
    height: 59px;
    left: 560px;
    top: 918px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 59px; /* identical to box height */
    text-align: right;
    background: linear-gradient(90deg, #0548F4 -14.71%, #21E8A0 48.77%, #459CDC 103.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.apply-tezsiz-master-btn { /*position: absolute;*/
    width: 147px;
    height: 59px;
    left: 931px;
    top: 918px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 59px; /* identical to box height */
    text-align: right;
    background: linear-gradient(90deg, #0548F4 -14.71%, #E82121 48.77%, #459CDC 103.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.apply-info-box {
    box-sizing: border-box; /*position: absolute;*/
    width: 287px;
    height: 142px; /*left: 80px;*/ /*top: 706px;*/
    background: #FFFFFF;
    border: 2px solid #DFDFDF;
    border-radius: 10px;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ihu-appyl-card {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.apply-description-box {
    padding-right: 200px;
    padding-bottom: 0;
}

/*.apply-whatsapp-btn {*/
/*    height: 42px;*/
/*    position: fixed;*/
/*    left: 68.31%;*/
/*    right: 0%; !*top: 92.12%;*!*/
/*    bottom: 0%;*/
/*    background: transparent;*/
/*    z-index: 9999;*/
/*    border-bottom: 50px solid #040708;*/
/*    border-left: 25px solid transparent;*/
/*    border-top: none;*/
/*    font-size: 24px;*/
/*    border-right: none;*/
/*    padding-top: 9px;*/
/*}*/

.apply-whatsapp-btn a {
    text-decoration: none;
    color: white;
}

.apply-whatsapp-btn a:hover {
    color: white;
}

@media (max-width: 768px) {
    .apply-whatsapp-btn {
        font-size: 14px;
        padding-top: 25px;
        left: 53.31%;
    }

    .apply-colorly-link {
        border-right: none !important;
    }

    .apply-description-box {
        padding-right: 0 !important;
        padding-bottom: 200px !important;
    }
}

/*.subsite-openable-title{*//*    font-weight: bold;*//*    font-size: 1.5rem;*//*    color: #ffffff;*//*    margin-bottom: 25px;*//*    padding-bottom: 5px;*//*    border-bottom: #ffffff 3px solid;*//*    z-index: 2;*//*    background-color: transparent;*//*    cursor: pointer;*//*    margin-left: 627px;*//*    border: none;*//*}*//*.subsite-openable-title:focus {*//*    background: transparent;*//*    color: #FFF;*//*    border: none;*//*    border-color: transparent;*//*}*//*.subsite-openable-title option{*//*    background: #2A2A2A;*//*    color: #FFF;*//*    border-color:#2A2A2A;*//*}*//*.subsite-openable-title option:focus{*//*    padding: 8px 10px;*//*    background-color: #454545;*//*    color: #FFF;*//*    font-size: 1rem;*//*    line-height: 2rem;*//*    font-weight: bold;*//*    text-decoration: none;*//*}*//*.subsite-openable-title option:hover{*//*    box-shadow: 0 0 10px 100px #454545 inset;*//*    padding: 8px 10px;*//*    background-color: #454545;*//*    color: #FFF;*//*    font-size: 1rem;*//*    line-height: 2rem;*//*    font-weight: bold;*//*    text-decoration: none;*//*}*//*.subsite-openable-title :hover{*//*    background: #2A2A2A;*//*}*/
@media (max-width: 1500px) {
    .ihu-slider-search {
        margin-top: 25px;
    }

    .ihu-slider-search-form input {
        height: 50px;
    }
}

@media (max-width: 1200px) {
    .ihu-navbar .navbar-toggler {
        color: #A32035;
        margin-top: 10px;
    }

    .ihu-navbar .navbar-toggler:focus {
        color: #A32035;
        border: none;
        outline: none;
        box-shadow: none;
    }

    .ihu-navbar .navbar-collapse {
        margin-top: 15px;
        padding: 15px 0;
        border-top: #A32035 1px solid;
    }

    .has-megamenu .mega-menu-title {
        display: none;
    }

    .navbar .nav-link {
        line-height: 2.5rem;
    }

    .ihu-slider-item-text {
        font-size: 1.5rem !important;
    }

    .ihu-slider .carousel-control-prev, .ihu-slider .carousel-control-next {
        font-size: 2.5rem;
    }

    .ihu-slider-search-form input {
        height: 60px;
        font-size: 1rem !important;
    }

    .search-trends {
        height: 60px;
    }

    .ihu-slider-search-form a {
        font-size: .8rem;
        line-height: 1.5rem;
    }

    .index-news li a span.news-date {
        position: unset;
        bottom: unset;
        left: unset;
    }

    .department-search {
        position: unset;
        width: 100%;
        margin-bottom: 30px;
    }

    .index-activities li:first-child a span.activity-image {
        display: block;
        width: 100% !important;
        height: 232px;
        background-position: center center;
    }

    .index-activities li:first-child {
        display: block;
        width: 45%;
        float: left;
        margin-left: 0 !important;
        height: 343px;
    }

    .index-news li:first-child {
        display: block;
        float: left;
        margin-left: 0 !important;
        width: 44%;
        height: 442px;
    }

    .index-news li:first-child a span.news-image {
        display: block;
        width: 100%;
        height: 211px !important;
    }

    .index-news li:first-child {
        display: block;
        float: left;
        margin-left: 0 !important;
        width: 44%;
        height: 331px;
    }

    .index-activities li a span.activity-date {
        font-size: .7rem;
        right: unset !important;
        left: 0;
    }
}

@media (max-width: 992px) {
    .ihu-slider-item-text {
        font-size: 1rem !important;
    }

    .ihu-slider .carousel-control-prev, .ihu-slider .carousel-control-next {
        font-size: 1rem;
    }

    .ihu-slider-search-form input {
        height: 48px;
        font-size: 1rem !important;
    }

    .search-trends {
        display: none;
    }

    .ihu-slider-search-form a {
        font-size: .8rem;
        line-height: 1.5rem;
    }

    .index-news li {
        width: 100% !important;
        float: unset !important;
        margin-left: 0 !important;
    }

    .index-news li a span.news-title {
        font-size: 1rem !important;
        position: unset;
        top: unset;
        margin-left: 185px !important;
    }

    .index-news li a span.news-date {
        margin-left: 185px !important;
    }

    .index-news li:first-child a span.news-title {
        margin-left: 0 !important;
    }

    .index-news li:first-child a span.news-date {
        margin-left: 0 !important;
    }

    .index-activities li {
        width: 100% !important;
        float: unset !important;
        margin-left: 0 !important;
    }

    .spot-item-title {
        font-size: 1rem;
    }

    .has-megamenu .megamenu {
        height: 50vh;
        overflow-y: auto;
    }

    .index-news li:first-child {
        display: block;
        float: left;
        margin-left: 0 !important;
        width: 44%;
        height: 400px;
    }

    .index-news li:first-child a span.news-image {
        display: block;
        width: 100%;
        height: 300px !important;
    }

    .index-activities li:first-child {
        display: block;
        width: 45%;
        float: left;
        margin-left: 0 !important;
        height: 446px;
    }

    .index-activities li:first-child a span.activity-image {
        display: block;
        width: 100% !important;
        height: 348px;
    }

    .index-activities li:first-child a span.activity-date {
        right: unset;
        left: 0;
    }
}

@media (max-width: 768px) {
    .index-news li {
        width: 100%;
        height: unset;
        float: unset;
    }

    .index-news li a span.news-date {
        position: unset;
        bottom: unset;
        left: unset;
        margin-left: 185px;
    }

    .index-news li a img {
        height: unset;
        display: block;
        width: 100%;
        float: unset;
        margin-right: unset;
    }

    .index-activities li {
        margin: 0 0 15px 0;
        width: 100%;
    }

    .index-activities li a img {
        height: unset;
        display: block;
        width: 100%;
        float: unset;
        margin-right: unset;
    }

    .spot-items {
        grid-template-columns: auto auto;
        grid-gap: 5px;
        grid-auto-rows: minmax(218px, auto);
    }

    .footer-navigation ul li {
        float: unset;
    }

    .index-activities li a span.activity-date {
        right: unset;
        left: 0;
        font-size: .7rem;
    }
}

@media (max-width: 576px) {
    .index-news li:first-child {
        height: unset;
        position: unset;
    }

    .index-news li a span.news-image, .index-news li:first-child a span.news-image {
        display: block;
        width: 100%;
        height: 285px;
        position: relative;
        background-position: center center
    }

    .index-news li a span.news-title, .index-news li:first-child a span.news-title {
        position: unset;
        left: unset;
        margin-left: 0 !important;
    }

    .index-news li a span.news-date, .index-news li:first-child a span.news-date {
        position: unset;
        left: unset;
        margin-left: 0 !important;
    }

    .ihu-slider-item-text {
        font-size: .7rem !important;
    }

    .ihu-slider-search-form {
        display: none;
    }

    .ihu-slider-item-text {
        margin-bottom: 0;
    }

    .card-cv img {
        width: 100%;
        border-right: unset;
        border-bottom: #ffffff 5px solid;
        float: none;
    }

    .index-activities li {
        height: unset;
    }

    .index-activities li a span.activity-image {
        display: block;
        width: 100%;
        height: 245px;
        position: unset;
        background-position: center center;
    }

    .index-activities li a span.activity-title {
        position: unset;
        top: 0;
        left: 0;
    }

    .index-activities li a span.activity-date {
        position: unset;
    }

    .index-activities li:first-child a span.activity-image {
        height: 300px;
    }

    .index-activities li:first-child {
        display: block;
        width: 45%;
        float: left;
        margin-left: 0 !important;
        height: 387px;
    }

    .index-activities li a span.activity-badge {
        position: unset;
    }

    .index-activities li a span.activity-title-with-badge {
        padding: 0;
        position: unset;
    }
}

@media (max-width: 480px) {
    .index-activities li:first-child {
        display: block;
        width: 45%;
        float: left;
        margin-left: 0 !important;
        height: 336px;
    }

    .index-news li a span.news-image, .index-news li:first-child a span.news-image {
        height: 200px;
    }

    .index-news li:first-child a span.news-image {
        height: 200px !important;
    }

    .index-activities li:first-child a span.activity-image {
        height: 225px;
    }

    .index-activities li a span.activity-image {
        display: block;
        width: 100%;
        height: 195px;
        position: unset;
        background-position: center center;
    }
}

@media (max-width: 400px) {
    .index-activities li:first-child {
        display: block;
        width: 45%;
        float: left;
        margin-left: 0 !important;
        height: 299px;
    }

    .index-activities li:first-child a span.activity-image {
        height: 188px;
    }
}