@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;700&display=swap');


@font-face {
    font-family: Zilla;
    font-weight: 500;
    src: url(../fonts/ZillaSlab.ttf);
}

/*@font-face {*/
/*    font-family: Franklin;*/
/*    font-weight: 600;*/
/*    src: url(../fonts/franklin-regular.ttf);*/
/*}*/

/*@font-face {*/
/*    font-family: Franklin;*/
/*    font-weight: 700;*/
/*    src: url(../fonts/franklin-medium.ttf);*/
/*}*/

/*@font-face {*/
/*    font-family: Franklin;*/
/*    font-weight: 800;*/
/*    src: url(../fonts/franklin-heavy.ttf);*/
/*}*/

/*@font-face {*/
/*    font-family: Franklin;*/
/*    font-weight: 600;*/
/*    font-style: italic;*/
/*    src: url(../fonts/franklin-regular_i.ttf);*/
/*}*/

/*@font-face {*/
/*    font-family: Franklin;*/
/*    font-weight: 800;*/
/*    font-style: italic;*/
/*    src: url(../fonts/franklin-heavy_i.ttf);*/
/*}*/

:root{
    --font-family-monospace: Franklin,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji !important;
    --font-family-sans-serif: Franklin,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji !important;
}

*{
    list-style-type: none;
}
a:hover{
    text-decoration: none !important;
}

*:focus{
    outline: 0;
}

*::selection{
    background-color: #d12b1a;
}

html,body{
    width: 100%;
    position: relative;
}

body{
    background-image: url("../images/mus-patern.png") ;
    background-size: 780px;
    font-family: Franklin, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}

/* up */
.up{
    width: 100%;
    background-color: #DA2C1C;
    height: 45.24px;
    display: flex;
    flex-direction: row;
    position: static;
    display: none;
    height: 60px;
}

.up .mini-menu{
    margin-left: 5%;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

.up .mini-menu ul li{
    margin-top: 15px;
    display: inline-block;
}

.up .mini-menu ul li a{
    text-decoration: none;
    border-left: 0px solid red;
    transition: .1s;
    color: white;
    padding: 3px;
    margin-left:  30px;
}

.up .mini-menu ul li a:hover{
    text-decoration: none;
    color: red;
    border-left: 4px solid red;
    padding-left: 7.54px;
}


.up .search{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 7%;
}

.up .search .search-inner{
    width: 200px;
    height: 45.24px;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: center;
}


.up .search .search-inner input{
    float: right;
    height: 25px;
    width: 168px;
    font-weight: 200;
    font-size: 13px;
}

.up .search .search-inner div{
    width: 90px;
    height: 80%;
    bottom: 5px;
    right: 18px;
    padding: 4px 4px 5px 3px;
    position: absolute;
    background-color: #333333;
    border: none;
    color: white;
}

.openSearch{
    opacity: 1;
    visibility: visible;
    top:0;
    left: 0;
    transition: 500ms all;
}



.search .search-inner div .search-icon{
    color: white;
    margin-top: 7px;
    font-size: 15px;
}
.search-form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.search-content{
    width: 100vw;
    height: 100vh;
    background-color: black;
    top:0;
    left:0;
    position: absolute;
    background-color: rgba(0,0,0,0.89);
    z-index: 26;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0 auto;

}

.search-screen .search-content h1{
    position: absolute;
    top:25%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5em;
    color: white;
}

.search-screen .search-content input[type=text]{
    width: 35%;
    height: 3em;
    padding: 0 10px;
    display: block;
    max-width: 700px;
}

.search-screen .search-content button{
    height: 3em;
    width: 10%;
    font-size: 16.5px;
    font-weight: bold;
    margin-left: 20px;
    background-color: #c10505;
    border: 0;
    box-shadow: 0 0 5px rgb(193,5,5);
    color: white;
    max-width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 48px;
}

.search-screen .search-content button:focus{
    outline: none;
}

.search-screen .search-content button>i{
    margin-left: 15px;
    color: white;
}

.close-icon{
    color: white;
    font-size: 30px;
    display: flex!important;
    align-items: center;
    margin-left: 15px;
}

.close-icon:hover{
    transform: rotate(360deg);
    transition: 500ms all;
}


.search .search-inner div span{
    margin: 7px;
}



.search-button-bgcolor{
    background-color: rgba(193, 5, 5, 0.9)!important;
    box-shadow: 0 0 10px #c10505;
}

.up .search .search-inner div:hover{
    background-color: rgba(193, 5, 5, 0.9);
    box-shadow: 0 0 10px #c10505;
    transition: 200ms all;
}

.up .search .search-inner div:focus{
    outline:0;
}
.fast-access-menu a:hover{
    text-decoration: none !important;
}

.other-pages-fast-menu{
    background-color: transparent !important;
    box-shadow: none!important;
    height: auto !important;
}

.other-pages-fast-menu a{
    border-right: 0 !important;
}

.up .mobile-menu ul{
    display: none;
}

/*UP MENU INNER*/

.up label{
    display: none;
}
.up input{
    display: none;
}

/* header */

.header{
    width: 90%;
    height: 215px;
    margin: 0 auto;
    padding-bottom: 8px;
    display: flex;
    background-size: cover;
    position: relative;
    max-width: 1333.4px!important;
}

.header .logo{
    width: 227px;
    height: 84%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.header .logo .logo-link{
    position: absolute;
    left: 35%;
    top: 7px;
    height: 63%;
    margin-bottom: 3px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.header .logo .logo-area{
    width: 252px;
    height: 126px;
    position: absolute;
    left: -22px;
    top: 2px;
}

.header .logo .logo-border{
    position: absolute;
    left: -22px;
    top: -16.9px;
    height: 20px;
    width: 21px;
}

.header .logo .logo-link img{
    height: 100%;
}

.header .logo .logo-link:visited{
    border: none !important;
}

.header .title-menu{
    display: flex;
    flex-direction: column;
    width: 82%;
    align-items: center;
    margin-left: auto;
    height: 82%;
    justify-content: center;
}

.header .title-menu .menu{
    position: absolute;
    bottom: 7px;
    left: -22px;
    background-position: center;
    background-size: cover;
    width: calc(100% + 43px);
    height: 45px;
    z-index: 2;
}

.header .title-menu .menu .menu-border{
    position: absolute;
    right: 0;
    width: 21px;
    height: 19px;
    bottom: 45px;
}

.header .title-menu .menu .menu-border-left{
    position: absolute;
    left: -0.5px;
    width: 22px;
    height: 22px;
    bottom: 44.4px;
    transform: rotate(
            -90deg
    );
}

.header .title-menu .menu #main-page-button{
    margin-left: 3px;
}

.header .title-menu .menu ul{
    height: 100%;
    margin: 0 20px
}

.header .title-menu .menu >ul >li{
    height: 100%;
    float: left;
    position: relative;
    line-height: 50px;
}

.header .title-menu .menu >ul >li >a{
    padding-top: 7px !important;
    margin-top: 3px;
    padding-bottom: 7px !important;
}

.header .title-menu .menu >ul >li a{
    padding: 0 25px;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.header .title-menu .menu >ul >li:hover >a{
    text-decoration: none;
    border-radius: 2px;
    background-color: white;
    color: #cc0000;
}

.header .title-menu .menu >ul >li ul {
    pointer-events: none;
}

.header .title-menu .menu >ul >li:hover ul {
    pointer-events: all;
    position: absolute;
}

.header .title-menu .menu ul ul {
    margin-top: 1px;
    z-index: 2;
}

.logo-mobile{
    display: none;
}

.header .title-menu .menu ul li ul a{
    display: none;
    width: 220px;
    height: auto;
    line-height: 185%;
    font-size: 14px;
    background-position: center;
    background-size: 440px;
    border-top: 1px solid white;
    transition: 0.2s;
    padding: 12px 8px;
}

.header .title-menu .menu ul li ul li:first-child a{
    border: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgb(250, 250, 250);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .title-menu .menu ul li:hover ul a{
    display: block;
}

.header .title-menu .menu ul li ul a:hover {
    text-decoration: none;
    background-size: 500px;
    background-position: center;
}

.header .title-menu .menu .corner{
    height: 10px;
    width: 10px;
    float: right;
    background-position: center;
    background-size: cover;
    margin-top: -16px;
}

.header .title-menu .title{
    height: calc(100% - 6vh);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header .title-menu .title h5{
    text-align: center;
    letter-spacing: 15px;
    font-size: 32px;
    font-weight: 500;
    margin-top: 12px;
}

.mobile-fast-menu{
    display: none ;
}

/* announcements-news */

.announcements-news{
    max-width: 1270px;
    width: 90%;
    margin: 30px auto 10px auto;
    display: flex;
    flex-direction: row;
    position: relative;
}

.announcements-news .side-menu{
    width: 310px;
    background: transparent;
    margin-right: 2%;
    position: relative;
    border-top-right-radius: 15px;
    max-height: 826px;
}

.announcements-news .right-area{
    width: calc(98% - 310px);
    display: flex;
    flex-direction: column;
}

.announcements-news .right-area .main-up{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.announcements-news .right-area .main-slider{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.announcements-news .right-area .main-slider .title{
    position: relative;
    height: 37.7px;
    width: calc(100% + 23px);
}

.announcements-news .right-area .main-slider .title .slider-border{
    position: absolute;
    right: 0;
    top: 37.5px;
    width: 23px;
    height: 23px;
    transform: rotate(
            90deg
    );
}

.carousel-item{
    width: 100%;
    /*height: 50vh!important;*/
    background-size: cover;
    background-position: center;
    min-height: 330px;

}

.carousel-item>div:first-child{
    min-height: 100%!important;
}


.announcements-news .right-area .main-bottom{
    width: 100%;
    display: flex;
}

.other-pages-fast-menu li a{
    color: #fff;
}

.other-pages-fast-menu ul{
    background: #404040 !important;
}

.other-pages-fast-menu >li button{
    padding: 13px !important;
}

.other-pages-fast-menu .open-menu-button i {
    color: white;
}

.fast-access{
    height: 100%;
    /*max-height: 1116.53px;*/
}

.fast-access-menu li{
    position: relative;
}

.open-menu-button .ul-open-icon{
    transition: .4s;
    color: black;
    float: right;
    margin-right: 5%;
}

.fast-access-menu li {
    padding: 0 !important;
}

.fast-access-menu hr{
    margin: 2px 0;
    background-color: #bbb;
    height: 0px;
    box-shadow: 0 0 1px 1px #bbb;
}

.fast-access-menu >li button{
    padding: 13.6px 0 !important;
}

.fast-access-menu li >a{
    display: inline-block;
    width: 100%;
    padding: 20px;
    font-weight: 700;
    letter-spacing: 0.1px;
    border-right: 5px solid red;
    font-size: 1.1em;
}

.fast-access-menu li:hover >a{
    background: #333;
    color: #fff;
}

.fast-access-menu li:hover >button> i{
    color: #fff;
}

.fast-access-menu li >a:hover + button i{
    color: #fff !important;
}

.fast-access-menu li button{
    background: transparent;
    width: 100%;
    border: 0;
    position: absolute;
    right: 0px;
    margin: 0;
    transition: .2s;
    z-index: 1;
    color: black;
    height: 67px;
}

/*.fast-access-menu li button:hover{*/
/*    background: #333;*/
/*    color: #fff;*/
/*}*/

.fast-access-menu li button:hover .fa-plus{
    transform: rotate(180deg);
}

.fast-access-menu li ul{
    display: none;
}

.active{
    display: block !important
}

.fast-access-menu li  button:focus{
    outline: 0;
}

.fast-access-menu{
    margin-top: 10px;
    background-color: #fff;
    height: calc(100% - 42.7px);
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.5);
}

.mobile-fast-menu .fast-access-menu{
    background-color: #2b2b2b;
}

.mobile-fast-menu .fast-access-menu li >a{
    border-right: 0;
}

.mobile-fast-menu .fast-access-menu li button{
    height: 51.7px;
}

.fast-access-menu::-webkit-scrollbar{
    width: 0px;
}

.fast-access-menu ul {
    background: #e6e6e6;
}

#nav li a{
    line-height: 25px !important;
}

.fa-arrow-alt-circle-left{
    margin-right: 5px;
}


.more-ten-buttton{
    width: 35px;
    line-height: 35px;
    height: 35px;
    border-radius: 50%;
    background: #333;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.more-ten-buttton-passive{
    width: 35px;
    line-height: 35px;
    height: 35px;
    margin-right: 10px;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.fast-access-menu li ul li a{
    display: inline-block;
}

.fast-access-menu li ul li ul li a{
    background-color: rgba(60,60,60,0.10);
}

.fast-access-menu li ul li ul li ul li a{
    background-color: rgba(60,60,60,0.20);
}

.fast-access-menu li ul li ul li ul li ul li a{
    background-color: rgba(60,60,60,0.30);
}

.fast-access-menu li ul li ul li ul li ul li ul li a{
    background-color: rgba(60,60,60,0.35);
}

.fast-access-menu li ul li ul li ul li ul li ul li ul li a{
    background-color: rgba(60,60,60,0.4);
}

ul.fast-access-submenu.active{
    border-top: 1px solid #9e9e9e;
}

.pages-mobile a i{
    padding: 7px;
}

.pages-mobile a i{
    padding: 7px;
}

.more-ten-buttton{
    transition: .3s;
    text-decoration: none !important;
}


.more-ten-buttton:hover{
    color: #bd3535;
}

.announcements-news .side-menu .trailer-area .title{
    width: calc(100% + 22px);
    position: absolute;
    border-top-right-radius: 15px;
    right: 0;
    top: 0;
}

.announcements-news .side-menu .fast-access .title{
    width: 100%;

}

.announcements-news .side-menu .fast-access .title .title-inner{
    color: #fff;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 600;
    font-size: 18px;
    background-color: #2b2b2b;
}

.announcements-news .side-menu .trailer-area .title .title-inner{
    line-height: 39.7px;
    color: #fff;
    padding-left: 15%;
    font-weight: 600;
    font-size: 18px;
}

.announcements-news .side-menu .fast-access.side-menu-fast-access-inner{
    margin-top: 37.7px;
    overflow: hidden;
}

.announcements-news .side-menu .fast-access .side-menu-fast-access-inner li{
    display: block;
}

.announcements-news .side-menu .fast-access .side-menu-fast-access-inner li a{
    display: block;
    padding: 14.9px 0;
    white-space: nowrap;
    font-weight: 600;
    padding-left: 20px;
    font-size: 15px;
    border-bottom: 1px solid #d8d8d8;
}

.announcements-news .side-menu .fast-access .side-menu-fast-access-inner li:last-child a{
    border-bottom: none;
}

.announcements-news .side-menu .title .side-menu-border{
    position: absolute;
    left: 1px;
    top: 37.5px;
    width: 21px;
    height: 22px;
}

ul.side-menu-fast-access-inner{
    margin-top: 39px;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.announcements-news .side-menu .trailer-area .trailer{
    width: 100%;
    height: 200px;
    padding-top: 37.7px;
    overflow: hidden;
}

.announcements-news .announcements{
    width: 310px;
    height: 437.23px;
    justify-self: flex-end;
    background-color: transparent;
    height: 100%;
    border-top-left-radius: 15px;
    display: block;
    margin-left: 33px;
    position: relative;
}

.announcements-news .news{
    width: calc(100% - 310px);
    background-color: transparent;
    height: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.announcements-news .news .title{
}

.activities .title,
.announcements-news .announcements .title,
.announcements-news .news .title{
    position: relative;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.announcements-news .announcements .title .announcements-border{
    height: 23px;
    position: absolute;
    right: 0;
    width: 22px;
    top: 36.7px;
    transform: rotate(
            90deg
    );
}

.announcements-news .news .title .news-border{
    height: 23px;
    position: absolute;
    right: 0;
    width: 22px;
    top: 36.7px;
    transform: rotate(
            90deg
    );
}

.announcements-news .news .news-type h5{
    all: inherit;
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 1;
    display: block;
}

body h4{
    margin-left: 15px;
    padding-top: 4px;
    color: white;
    font-size: 18px;
}

.announcements-news .announcements .anno-type{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 120px;
}
/* calender icon*/
.announcements-news .announcements .calender-icon{
    height: 83.48px;
    width: 98.02px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #e5e5e5;
    position: relative;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.announcements-news .announcements .calender-icon #month{
    height: 25px;
    color: white;
    text-align: center;
    background-size: cover;
    margin: 0;
    width: 100%;
    font-size: 13px;
    line-height: 25px;
    font-weight: 700;
}

.announcements-news .announcements  .calender-icon #day{
    height: 30px;
    margin: 0;
    text-align: center;
    color: #333;
    font-size: 35px;
    font-weight: 700;
}

.announcements-news .announcements  .calender-icon #year{
    height: auto;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #333;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 2px;
}
/**/

.announcements-news .announcements .anno-type {
    width: 100%;
    height: 120.64px;
    display: flex;
    flex-direction: row;
}

.announcements-news .announcements .anno-type .anno-detail{
    width: 100%;
    margin: auto 5px;
    position: relative;
    padding-left: 6px;
    text-align: right;
}

.announcements-news .announcements .anno-type .anno-detail h5{
    all: inherit;
    margin: 0;
    font-size: 0.9em;
    text-align: left;
    display: block;
    line-height: 1;
}

.announcements-news .announcements .anno-type .anno-detail .time{
    display:flex;
    position: absolute;
    height: 22.62px;
    bottom: 0;
    font-size: 12px;
    color: #cccccc;
    right: 0;
}

.announcements-news .announcements  .anno-detail .detail-title a:hover{
    color: black;
    text-decoration: none;
}

.announcements-news h4{
    margin-left: 15px;
    padding-top: 2px;
    color: white;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
}


.announcements-news .announcements .anno-type{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 31.3px;
    padding: 1px 0;
    transition: background-color 300ms;
}

.announcements-news .announcements .anno-type:hover{
    background-color: #ccc;
}

.announcements-news a{
    letter-spacing: -1px;
    color: #000;
    transition: .2s;
}

/*.announcements-news  a:hover{*/
/*    color: lightslategray;*/
/*    text-decoration: none;*/
/*}*/

.announcements-news .mobile-show-all-button{
    display: none;
}

.announcements-news .announcements .show-all-button{
    /*height: 22.62px;*/
    /*bottom: 0;*/
    /*margin-bottom: 15px;*/
    /*position: absolute;*/
    /*right: 0;*/
}

.announcements-news .announcements .anno-type .anno-default-image{
    width: 30%;
    height: auto;
}

.announcements-news .announcements .anno-type .anno-default-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.announcements-news .announcements .show-all-button h5{
    font-size: 15px;
    margin-right: 20px;
    padding: 3px 10px;
    float: right;
    margin-top: 8px;
    background-size: cover;
    font-weight: 400;
}


.announcements-news .announcements .show-all-button  a{
    color: white;
}

.announcements-news .announcements .show-all-button  a:hover h5{
    text-decoration: underline;
}


/* news */
.announcements-news .news .news-type{
    display: flex;
    flex-direction: row;
    width: 100%;
    transition: 300ms all;
    height: 75px;
}

.announcements-news .news .news-type:hover {
    background-color: #ccc;
}


.announcements-news .news .news-type #news-face{
    width: 120px;
    height: 100%;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announcements-news .news .news-type img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grey{
    background-color: #fbfbfb;
}

.white{
    background-color: #ffffff;
}

.announcements-news .news .news-type .anno-detail{
    width: calc(100% - 110px);
    margin: auto 0 0 0;
    position: relative;
}

.announcements-news .news .news-type .anno-detail a:hover{
    color: black;
    text-decoration: none;
}

.announcements-news .news .news-type .anno-detail .time{
    display:flex;
    position: absolute;
    height: 22.62px;
    bottom: 0;
    font-size: 12px;
    color: #cccccc;
}

.announcements-news .news .news-type .anno-detail .time p{
    margin-bottom: 0;
    margin-top: 10px;
}

.news .title .show-all-button{
    /*height: 22.62px;*/
    /*bottom: 0;*/
    /*float: right;*/
    /*margin-bottom: 15px;*/
}

.activities .title .show-all-button h4,
.announcements .title .show-all-button h4,
.news .title .show-all-button h4{
    font-size: 1.1em;
    padding: 0 15px;
    background-color: #DA2C1C;
    font-weight: 500;
    letter-spacing: 0.2px;
    border: 1px solid #DA2C1C;
    margin: 0 !important;
    transition: background-color 300ms;
    /*line-height: 34px;*/
    text-transform: uppercase;
    line-height: 1.3em;
}

.activities .title .show-all-button,
.announcements .title .show-all-button a,
.news .title .show-all-button  a{
    color: white;
}

.activities .title .show-all-button a:hover{
    text-decoration: none;
}

.activities .title .show-all-button a:hover h4,
.announcements .title .show-all-button a:hover h4,
.news .title .show-all-button  a:hover h4{
    background-color: white;
    color: #DA2C1C;
}

/* events */

.events{
    background-color: rgb(250, 250, 250);
    width: 100%;
    margin: 0 auto;
    height: 319px;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
}

.events .title h5{
    font-weight: 600;
}

.events .slider{
    width: 100%;
    height: 248.2px;
    display: flex;
    flex-direction: row;
}

.events .title{
    width: calc(100% + 22px);
    height:  37.7px;
    position: relative;
}

.events .title .events-border{
    height: 23px;
    position: absolute;
    right: 0;
    width: 22px;
    top: 37.4px;
    transform: rotate(
            90deg
    );
}

.events .events-type{
    height: 226.2px;
    margin-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    -webkit-box-shadow: 4px 7px 12px -1px rgba(161,161,161,0.54);
    -moz-box-shadow: 4px 7px 12px -1px rgba(161,161,161,0.54);
    box-shadow: 4px 7px 12px -1px rgba(161,161,161,0.30);
}

.right{
    margin-left: 2% !important;
}

.events .events-type #event-face{
    margin-top: 7px;
    width: 85%;
    height: 120px;
    align-items: center;
    display: flex;
    transition: .3s;
}

.events .events-type #event-face:hover img{
    opacity: 0.9;
}

.events .events-type #event-face img{
    width: 100%;
    height: 100%;
}

.events .events-type .details{
    height: 203.58px;
    width: 100%;
    margin: auto 10px auto 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.events .events-type .details .line{
    border-bottom: 1px solid #d4d4d4;
    width: 50px;
    margin-top: 10px;
}

.events .events-type .details .news-title{
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    padding: 0px 20px;
    line-height: 100%;
    margin-top: 10px;
    color: #333;
}

.events .show-all-button-slider-control{
    width: 100%;
    display: flex;
}

.events .show-all-button-slider-control a{
    margin-left: 10px;
    padding: 0 5px;
    color: white;
    height: 25px;
}

.events .show-all-button-slider-control h5{
    font-weight: 400;
    font-size: 15px;
    margin-top: 4px;
}

.events .show-all-button-slider-control h5:hover{
    text-decoration: underline;
}

.events .slider-controller{
    margin: auto 10px auto auto;
}

.vertical-fix {
    display: flex;
    background-color: white;
    padding: 1px 5px;
}

/* footer */
.footer-outer{
    display: flex;
    width: 100%;
    /*background-image: url(../images/footer-bg.png);*/
    background-size: cover;
    background-position: center;
    justify-content: center;
    margin-top: 30px;
}

.footer{
    margin-bottom: -400px;
    -webkit-box-shadow: inset -19px 162px 22px -141px rgba(0,0,0,0.29);
    -moz-box-shadow: inset -19px 162px 22px -141px rgba(0,0,0,0.29);
    box-shadow: inset -19px 162px 22px -141px rgba(0,0,0,0.29);
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center;
    width: 90%;
    max-width: 1333.4px;
    /*height: 371.6px;*/
    display: flex;
    flex-direction: row;
    color: #999999;
    /*position: absolute;*/
    position: relative;
    bottom: 0;
    padding-bottom: 70px;

}

.footer .footer-ribbon{
    position: absolute;
    bottom: 19px;
    left: -20.5px;
    height: 45px;
    width: calc(100% + 40px);
}

.footer .footer-ribbon .signatureone{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-weight: 700;
}

.footer .footer-ribbon .ribbon-big{
    width: 100%;
    height: 100%;
}

.footer .footer-ribbon .ribbon-border-left{
    position: absolute;
    top: -20.5px;
    left: 0.5px;
    transform: rotateY(
            180deg
    );
}

.footer .footer-ribbon .ribbon-border-right{
    position: absolute;
    top: -20.5px;
    right: 0;
}

.footer a{
    color: #999999 !important;
    font-size: 0.95em;
}


.footer .map{
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .map .map-inner{
    width: 80%;
    height: 80%;
    background-color:white;
}

.footer .map .map-inner iframe{
    width: 100%;
    height: 100%;
}

.footer .details{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer .details .contacts-info{
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.footer .details .contacts-info .contacts {
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    justify-content: space-between;
}

.footer .details .contacts-info .contacts {
    font-size: 13px;
}

.footer .details .contacts-info .contacts span:nth-child(6){
    padding-bottom: 0;
}

.footer .details .contacts-info .contacts span:nth-child(5){
    padding-bottom: 0;
}

.footer .details .contacts-info .info{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.footer .details .contacts-info .info h5{
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 350;
}

.footer .details .contacts-info .info span{
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}

.footer .details .contacts-info .info img{
    width: 110px;

}

.footer .details .signature{
    width: 100%;
    font-size: 14px;
}

/* iPads, Tablets */
@media screen and (max-width:1024px) {
    .announcements-news .announcements .anno-type{
        height: 50px;
    }

    .footer .signature a{
        display: block !important;
    }

    .footer .footer-ribbon{
        display: none;
    }

    .footer .details{
        width: 100%;
    }

    .footer .map{
        display: none;
    }

    .footer .details .contacts-info{
        width: 90%;
        height: 100%;
        margin: 0 auto;
        justify-content: space-around;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer .details .contacts-info .info{
        width: 18%;
    }

    .footer .details .contacts-info .contacts{
        justify-content: center;
    }

    .footer{
        height: 252.6px !important;
    }

    .footer .details .contacts-info .contacts span{
        font-size: 9px;
        padding-bottom: 6px;
    }

    .footer .map{
        width: 34%;
    }

    .footer .map .map-inner {
        width: 75%;
    }

    .footer .details .contacts-info .info{
        margin-right: 0;
    }

    .footer .details .contacts-info .info img{
        width: 70px;
    }

    .footer .details .contacts-info .info span{
        font-size: 10px;
    }

    .footer .details .signature{
        font-size: 9px;
    }

    .footer .details .contacts-info .contacts h5{
        font-size: 9px;
        margin-top: 30px;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }
}

/* iPads, Tablets */
@media screen and (max-width:768px) {


    .footer .details .signature a:focus{
        outline: 0;
    }

    .footer .details .signature a span{
        font-size: 13px;
    }

    .footer .details .contacts-info .contacts h5{
        font-size: 11px;
    }

    .footer .details .contacts-info .info h5{
        font-size: 12px;
        margin-bottom: 40px;
    }

    .footer{
        margin-bottom: -290px;
    }
}

@media screen and (max-width:360px){

    .footer .details .contacts-info .info img{
        width: 55px;
        height: 55px;
    }

    .footer .details .contacts-info .info span{
        font-size: 8px;
    }

    .footer .map{
        width: 25%;
    }
    .footer .details{
        width: 100%;
    }
}

.mobile-menu{
    display: none;
}

.mobile-fast-menu{
    display: none;
}

.mobile-fast-menu-button{
    display: none;
}

.fa-chevron-circle-left{
    transition: .3s;
}

.non-clickable-icon i{
    color: #acacac !important;
}

.details-number{
    margin-top: -2em;
}

.header .faint-logo {
    display: flex;
    position: absolute !important;
    width: 300px;
    height: 75%;
    top: 0;
    right: 0;
    flex-wrap: wrap;
    z-index: 5;
}

.header .faint-logo .faint-logo-inner{
    width: 100%;
    height: 100%;
    max-width: 365px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
}

.header .faint-logo .faint-logo-inner img{
    width: 100%;
    margin-top: -30px;
    opacity: 0.19;
}

/*

*/
.buttons-outer{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

.search-buttons .search-inner-button{
    color: #333333;
    font-size: 15px;
    width: 80px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 25px;
    margin-top: 5px;
    margin-left: 50px;
    border-radius: 5px;
}
.search-buttons .search-inner-button i{
    margin-left: 7px;
}

.search-inner-button:hover,
.language .language-button a:hover{
    color: white !important;
}

.language li{
    text-decoration: none;
    list-style: none;
}

.language .language-button{
    color: #333333;
    width: 75px;
    height: 25px;
    background: none;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    z-index: 100;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 5px;
    border-radius: 5px;
}

.language .language-button a{
    color: black;
}

.language .language-button a:hover{
    text-decoration: underline;
    color: white;
}

.language .language-button a:focus{
    outline: none;
}

.language .languages{
    width: 60px;
    visibility: hidden;
    opacity: 0;
    position: relative;
    z-index: 100;
}

.language .languages li{
    background-color: rgba(51,51,51,0.45);
    margin: 0;
    height: 25px;
    text-align: center;
    color: rgba(255, 255, 255, 0.77);
    width: 60px;
    border: 0;
    font-size: 15px;
}

.language .language-button .languages .tr{
    margin-top: -12px;
}

.language .languages li:hover{
    background-color: rgba(51,51,51,0.75);
    color: white;
}

.language .languages i{
    font-size: 14px;
    color: rgba(51,51,51,0.45);

}

.language-button:hover .languages,
.language-button:focus-within .languages{
    visibility: visible;
    opacity: 1;
    transition: 500ms all;
}

/*
    mobile search and language buttons
*/
.mobile-buttons{
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%,-18%);
    display: flex;
}

.mobile-buttons .search-buttons .search-inner-button,
.mobile-buttons .language .language-button{
    color: #2b2b2b;
    font-size: 18px;
    margin: 0;
}

.mobile-buttons .language .language-button li{
    font-size: 13px;
    color: white;
    background-color: rgba(51,51,51,0.77);
}

.mobile-buttons .search-buttons .search-inner-button{
    margin-right: 5px;
}


@media screen and (max-width: 1315px){

    .vertical-fix{
        display: flex;
        flex-direction: column;
    }

    .announcements-news .side-menu{
        max-height: 100%;
    }

    .vertical-fix .news-type{
        width: 100% !important;
        height: 80px !important;
    }

    .mobile-black{
        background-color: #fbfbfb !important;
    }

    .mobile-white{
        background-color: #fff !important;
    }
}

/* fix site corruptions (header and events) */
/* Small screens, laptops */
@media screen and (max-width:1284px) {


    .announcements-news .announcements .anno-detail .detail-title a h5{
        font-size: 14px;
    }
    .announcements-news .side-menu .fast-access .side-menu-fast-access-inner li a{
        padding: 16.6px 0;
        padding-left: 15px;
        font-size: 13px;
    }

    .announcements-news .side-menu {
        min-width: 160.7px;
    }

    .announcements-news .announcements .calender-icon{
        height: 80.48px;
    }

    .announcements-news .news .news-type h5 {
        font-size: 1.1em;
    }

    .header .title-menu .menu >ul >li >a{
        padding: 0px 10px;
    }

    .header .title-menu .menu >ul >li >a:hover{
        text-decoration: none;
        border-radius: 2px;
        background-color: white;
    }


    /* events */

}

/* iPads, Tablets */
@media screen and (max-width:1024px) {


    .language .language-button a{
        color: #2b2b2b;
        font-weight: 600;
    }


    .header .title-menu .title h5{
        margin-top: -10px;
        font-size: 20px;
    }

    .search-content h1{
        font-size: 4em!important;
    }

    .faint-logo{
        display: none!important;
    }

    .details-number{
        margin-top: 0em;
    }



    .up{
        height: 60px;
        display: inline-block;
    }
    .mobile-fast-menu-button{
        display: block;
    }

    .mobile-fast-menu-button:hover {
        color: #2b2b2b !important;
    }

    .mobile-accordion ul{
        background: red;
    }

    .news-section{
        margin-top: 110px !important
    }

    .anno-section .announcement .detail {
        padding: 0 50px !important;
    }

    .anno-section {
        margin-top: 110px !important;
    }

    /*up*/
    .up .mini-menu{
        display: none;
    }

    .up .search{
        display: none;
    }

    .up{
        height: 60px;
        position: fixed;
        z-index: 99;
        top: 0;
    }

    /* MOBILE MENU*/

    .up label{
        display: inline-block;
    }
    .up input{
        display: inline-block;
    }

    .up .mini-menu{
        display: none;
    }

    .up .search{
        display: none;
    }

    /* MOBILE MENU*/

    .up .mobile-menu {
        width: 100%;
    }

    .fast-access-submenu{
        margin-top: 0 !important;
    }

    .up .mobile-menu ul{
        position: absolute;
        top: 60px;
        z-index: 2;
        width: 100%;
        background-color: #2b2b2b;
    }



    .fa-minus{
        transition: .3s !important;
    }

    .first{
        height: calc(100vh - 85px);
        overflow-y: scroll;
    }


    .up .mobile-menu i {
        margin-left: 10px;
    }

    .up .mobile-menu ul li {
        position: relative;
    }

    .up .mobile-menu >ul >li {
        background-color: #2b2b2b;
        width: 100%;
        border-top: 1px solid #2c2c2c;
        line-height: 50px;
        position: relative;
    }

    .up .mobile-menu ul li ul li{
        margin: auto;
        width: 90%;
        border-top: 1px solid #2c2c2c;
        line-height: 60px;
    }

    .up .mobile-menu ul li ul {
        position: static;
        margin-top: 50px;
    }

    .up  .mobile-menu {
        display: flex;
    }

    .up .mobile-menu input{
        display: none;
    }

    .up .mobile-menu label{
        color: white;
        margin: -5px 0;
        margin-left: 5px;
        cursor: pointer;
        width: 50px;
        white-space: nowrap;
    }

    .up .mobile-menu li label{
        width: 100%;
        text-align: center;
        cursor: pointer;
    }

    .up .mobile-menu i{
        color: white;
        font-size: 30px;
        margin-top: 12px;
        margin-right: 5%;
        cursor: pointer;
        float: right;
    }

    .mobile-accordion{
        overflow-y: scroll;
        height: 100vh;
    }


    .fast-access-menu li button{
        width: 20%;
    }

    .mobile-fast-menu-inner .open-menu-button{
        padding: 0px 0 !important;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .mobile-fast-menu-inner .open-menu-button i{
        color: #fff; !important;
    }

    .mobile-accordion li{
        border-bottom: 1px solid black;
    }

    .mobile-accordion li:last-child{
        border-bottom: none;
    }

    .mobile-accordion li a{
        display: inline-block;
        width: 100%;
        color: white;
        padding-left: 40px;
        font-size: 20px;
    }

    .mobile-accordion .open-menu-button{
        height: 52.4px;
    }

    .mobile-accordion a:hover{
        text-decoration: none;
    }

    .mobile-accordion li button{
        display: inline-block;
        width: 100%;
        border: none;
        position: absolute;
        background: transparent;
        outline: 0;
        padding-right: 5%;
        right: 0;
        padding-bottom: 12px;
    }

    .mobile-accordion li button i:hover{
        transform: rotate(-90deg);
        transition: .4s;
    }

    .mobile-accordion li button:hover i{
        transform: rotate(0deg);
    }

    .icon-click{
        transform: rotate(0deg);
    }


    button:focus{
        outline: 0;
    }


    #min-menu-check:checked~ul{
        display: block;
    }

    .up{
        height: 60px !important;
    }

    #toggle{
        padding-top: 27px !important;
    }

    /* MOBILE FAST MENU*/

    .fast-menu{
        display: none;
    }

    .mobile-fast-menu{
        position: absolute;
        top: 44px;
        z-index: 2;
        width: 100%;
        background-color: #222;
        white-space: nowrap;
    }

    .mobile-fast-menu label{
        width: 100%;
        color: white;
        cursor: pointer;
    }

    .mobile-fast-menu i{
        margin-right: 10px;
        margin-left: 10px;
        color: red;
    }

    .mobile-fast-menu-inner ul li{
        background-color: transparent;
        width: 100%;
        border-top: 1px solid #2c2c2c;
        line-height: 50px;
        position: relative;
        border-bottom: 1px solid black;
    }

    ul.fast-access-submenu{
        background: #2d2d2d;
    }

    .mobile-fast-menu-inner ul li:last-child{
        border-bottom: none;
    }

    .mobile-fast-menu-inner ul li a{
        display: inline-block;
        width: 100%;
        color: white;
        padding-left: 40px;
        font-size: 20px;
    }

    .header{
        margin-bottom: 120px;
        top: 80px;
    }

    .header .logo .logo-border{
        display: none;
    }

    .header .logo .logo-link{
        position: static;
        width: 150px;
        height: 89%;
        margin-bottom: 15px;
    }

    .header .logo .logo-area{
        display: none;
    }

    .mobile-fast-menu li{
        border-top: 1px solid #2c2c2c;
        line-height: 45px;
        color: white;
        white-space: nowrap;

    }

    .mobile-fast-menu h5{
        text-align: center;
        margin: 10px 0;
        letter-spacing: 10px;
    }

    .mobile-menu h5{
        color: white;
        text-align: center;
        margin: 10px 0;
        letter-spacing: 10px;
    }

    .mobile-fast-menu{
        top: 60px !important;
    }

    /*header */

    .header{
        flex-direction: column;
    }

    .logo-mobile{
        display: block;
    }

    .desktop-logo{
        display:none;
    }

    .header .menu {
        display: none;
    }

    .header .logo {
        margin-top: 20px;
        width: 100%;
        height: 60%;
    }

    .header .logo a{
        height: 80px;
        width: 95px;
    }

    .header .title-menu{
        width:100% ;
        height: 40%;

    }

    .header .logo .logo-link{
        z-index: 0;
    }

    .mobile-accordion li button i{
        font-size: 18px !important
    }

    .mobile-fast-menu-button{
        color: #2b2b2b !important;
        font-size: 44px;
        line-height: 80px;
        position: absolute;
        top: -12px;
        right: 15px;
    }

    /* announcements - news */

    .fast-access-menu li a{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .announcements-news .right-area{
        width: 100%;
    }

    .announcements-news .announcements .anno-detail .detail-title a h5{
        font-size: 17px;
    }

    .announcements-news .news .anno-detail .detail-title a h5{
        font-size: 17px;
    }

    .events .events-type .details .news-title{
        font-size: 9px;
    }

    .side-menu{
        display: none;
    }


    /* events */

    .events .slider .right{
        display: none;
    }
    .events .slider .events-type{
        width: 100%;
    }

    .events .events-type .details h5{
        font-size: 20px;
    }

    .events .events-type .details p{
        font-size: 12px;
    }

    .events .events-type .details #categories{
        font-size: 12px;
    }


    .top-li{
        border-bottom: 1px solid #272727 !important
    }
}


/* iPads, Tablets */
@media screen and (max-width:768px) {

    .mobile-buttons .search-buttons .search-inner-button,
    .mobile-buttons .language .language-button{
        font-size: 16px;
    }

    .mobile-fast-menu-button{
        font-size: 35px;
        top: -13px;
    }

    .search-content h1{
        font-size: 3em!important;
        top: 30%!important;
    }

    .search-content button i{
        margin-left: 0!important;
        font-size: 14px;
    }

    .search-content button{
        font-size: 14px !important;
        max-height: 49px;
        height: 49px !important;
        width: 55px !important;
    }

    .faint-logo{
        display: none!important;
    }

    .details-number{
        margin-top: 0em;
    }



    .up{
        display: inline-block;
    }



    /*up*/

    .up .mini-menu{
        display: none;
    }

    .up .search{
        display: none;
    }

    /* MOBILE MENU*/

    .up .mobile-menu {
        width: 100%;
    }

    .activities .mobile-show-all-button,
    .announcements-news .mobile-show-all-button{
        display: block !important;
        text-align: center;
        padding: 5px;
        margin-top: 20px;
        background: #f2f2f2;
    }

    .activities .mobile-show-all-button h5,
    .announcements-news .mobile-show-all-button h5{
        font-size: 18px;
        padding: 5px 0;
        margin-bottom: 0;
        color: black;
    }

    .mobile-fast-menu-button:hover{
        color: #fff;
    }


    .up .mobile-menu i {
        margin-left: 10px;
    }

    .up .mobile-menu >ul >li {
        background-color: #2b2b2b;
        width: 100%;
        border-top: 1px solid #2c2c2c;
        line-height: 50px;
        position: static;
    }

    .up .mobile-menu >ul >li:first-child{
        background-color: #222;
    }

    .up .mobile-menu ul li ul li{
        width: 90%;
        border-top: 1px solid #2c2c2c;
        line-height: 60px;
    }

    .up .mobile-menu ul li ul {
        position: static;
        margin-top: 50px;
    }

    .up  .mobile-menu {
        display: flex;
    }

    .up .mobile-menu input{
        display: none;
    }

    .up .mobile-menu label{
        color: white;
        margin: -5px 0;
        margin-left: 5px;
        cursor: pointer;
        width: 50px;
        white-space: nowrap;
    }

    .up .mobile-menu i{
        color: white;
        font-size: 30px;
        margin-top: 12px;
        margin-right: 10px;
        cursor: pointer;
    }

    #min-menu-check:checked~ul{
        display: block;
    }

    #fast-menu-check{
        display: none;
    }

    #fast-menu-check:checked~ul{
        display: block;
    }

    .fast-menu-check{
        float: right;
        width: 50px;
        height: 100%;
        font-size: 30px;
        color: white;
        cursor: pointer;
    }

    .fast-menu-check i{
        margin-left: 7px;
    }


    #check-about:checked~ul{
        display: block;
        margin-top: -5px;
        padding-left: 15px;
    }

    #check-documents:checked~ul{
        display: block;
        margin-top: -5px;
        padding-left: 15px;
    }

    #check-personal:checked~ul{
        display: block;
        margin-top: -5px;
        padding-left: 15px;
    }

    #check-departmants:checked~ul{
        display: block;
        margin-top: -5px;
        padding-left: 15px;
    }

    #check-contact:checked~ul{
        display: block;
        margin-top: -5px;
        padding-left: 15px;
    }

    /* MOBILE FAST MENU*/

    .fast-menu{
        display: none;
    }

    .mobile-fast-menu{
        position: absolute;
        top: 44px;
        z-index: 2;
        width: 100%;
        background-color: #222;
        white-space: nowrap;
    }

    .mobile-fast-menu label{
        width: 100%;
        color: white;
        cursor: pointer;
    }

    .mobile-fast-menu i{
        margin-right: 10px;
        margin-left: 10px;
        color: red;
    }


    .mobile-fast-menu li{
        border-top: 1px solid #2c2c2c;
        line-height: 45px;
        color: white;
        white-space: nowrap;
    }

    .mobile-fast-menu h5{
        text-align: center;
        margin: 10px 0;
        letter-spacing: 10px;
    }

    .mobile-menu h5{
        color: white;
        text-align: center;
        margin: 10px 0;
        letter-spacing: 10px;
        font-size: 20px;
    }

    /*header */

    .header{
        flex-direction: column;
    }

    .header .menu {
        display: none;
    }

    .swiper-slide{
        margin-right: 6px !important
    }

    .events .events-type #event-face{
        height: 70px;
    }

    .events .events-type{
        height: 85%;
    }

    .events{
        height: 249px;
    }

    .events .slider{
        height: 71%;
    }

    .header .logo {
        margin-top: 30px;
        width: 100%;
        height: 60%;
    }

    .header .title-menu{
        width:100% ;
        height: 40%;

    }

    .header .title-menu .title{
        align-items: center;
        justify-content: center;

    }

    .header .title-menu .title h5{
        font-size: 18px;
        text-align: center;
        letter-spacing: 8px;
        margin-top: 0;
    }


    /* announcements-news */

    .announcements-news .announcements .calender-icon{
        width: 84.02px;
    }

    .announcements-news .announcements .calender-icon #day{
        font-size: 30px;
    }

    .announcements-news .right-area .main-bottom{
        flex-direction: column;
    }

    .announcements-news .right-area .main-slider .title {
        width: calc(100% + 15px);
    }

    .announcements-news .announcements .title, .announcements-news .news .title{
        width: calc(100% + 15px);
    }

    .announcements-news .news .title .news-border{
        height: 14px;
        position: absolute;
        right: 0;
        width: 14px;
        top: 37.7px;
        transform: rotate(
                90deg
        );
    }

    .announcements-news .announcements .title .announcements-border{
        height: 14px;
        position: absolute;
        right: 0;
        width: 14px;
        top: 37.7px;
        transform: rotate(
                90deg
        );
    }

    .events .title .events-border{
        height: 14px;
        position: absolute;
        right: 0;
        width: 14px;
        top: 37.7px;
        transform: rotate(
                90deg
        );
    }
    .mobile-fast-menu label{
        padding-left: 40px;
    }

    .announcements-news .news .anno-detail .detail-title a h5{
        font-size: 16px;
    }

    .announcements-news .announcements .anno-detail .detail-title a h5{
        font-size: 16px
    }

    .events .title{
        width: calc(100% + 15px);
    }

    .announcements-news .news{
        width: 100%;
    }

    .announcements-news .announcements{
        width: 100%;
        margin-top: 40px;
        margin-left: 0;
    }

    .events{
        margin-top: 40px;
    }

    .show-all-button{
        display: none;
    }

    /* events */

    .events{
        margin-top: 40px;
    }
}

@media screen and (max-width:580px){

    .search-content h1{
        font-size: 2.5em!important;
        top: 30%!important;
    }

    .search-content button i{
        margin-left: 0!important;
    }

    .faint-logo{
        display: none!important;
    }

    .details-number{
        margin-top: 0em;
    }



    .up{
        display: inline-block;
    }

    .header .title-menu .title h5{
        font-size: 13px;
    }

    .events .events-type .details .news-title{
        font-size: 7px;
    }
}

@media screen and (max-width: 500px) {

    .search-content h1{
        font-size: 2em!important;
        top: 30%!important;
    }

    .faint-logo{
        display: none!important;
    }

    .details-number{
        margin-top: 0em;
    }



    .up{
        display: inline-block;
    }

    .pages-mobile a i{
        font-size: 30px;
        line-height: 30px;
    }

    .more-ten-buttton-passive {
        margin-right: 2px;
        width: 25px;
        line-height: 25px;
        height: 25px;
    }

    .more-ten-buttton {
        width: 25px;
        line-height: 25px;
        height: 25px;
        border-radius: 50%;
        background: #333;
        margin-right: 2px;
        color: #fff;
        font-size: 10px;
        text-decoration: none;
        font-weight: bold;
    }
}

@media screen and (max-width:360px){

    .search-content h1{
        font-size: 1.5em!important;
        top: 30%!important;
    }

    .search-content button,
    .search-content button i{
        font-size: medium;
    }

    .faint-logo{
        display: none!important;
    }

    .details-number{
        margin-top: 0em;
    }



    .up{
        display: inline-block;
    }

    .announcements-news .news .anno-detail .detail-title a h5{
        font-size: 11px;
    }

    .announcements-news .announcements .anno-detail .detail-title a h5{
        font-size: 11px;
    }

    .announcements-news h4{
        line-height: 33px;
        font-size: 22px;
    }

    .events .title h4{
        line-height: 33px !important;
        font-size: 22px !important;
    }

}


.socialbtns a, .socialbtns a:hover {
    text-decoration: none;
}

.socialbtns, .socialbtns ul, .socialbtns li {
    margin: 0;
    margin-top: 5px;
    padding: 3px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fab {
    width: 30px;
    height: 30px;
    color: #000;
    background-color: #3e3e3e;
    border: 1px solid #c8c8c8;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .14s;
    box-shadow: 9px 9px 16px rgba(33, 33, 33,  0.5), -9px -9px 16px rgba(83, 83 ,83 , 0.3);
}

.socialbtns .fab:hover {
    color: #ffffff;
    background-color: #c4c4c4;
    border: 1px solid #000;
}

*:focus,
*:active{
    outline: none !important;
}







/*
apo
 */

header .title-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #DA2C1C;
    margin: 0 auto;
}

header .title-menu a:hover{
    text-decoration: none ;
}

header .page-title-logo {
    background-color: #2b2b2b;
    padding: 16px 0;
}

header .header-content{
    max-width: 1333.4px!important;
    width: 90%;
    margin: 0 auto;
}
header .page-title-logo .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .page-title-logo .header-content .title-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .page-title-logo .header-content .title-logo .logo a img {
    max-width: 62px;
}
header .page-title-logo .header-content .title-logo .page-title {
    padding: 0 15px;
}
header .page-title-logo .header-content .title-logo .page-title p {
    font-size: 1.8em;
    font-weight: 600;
    font-family: Zilla;
    color: white;
    margin: 0;
}
header .page-title-logo .header-content .language-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .page-title-logo .header-content .language-search .search {
    font-size: 1.2em;
    color: white;
    cursor: pointer;
    padding: 4px;
}
header .page-title-logo .header-content .language-search .language {
    padding: 4px;
    font-size: 19px;
    color: white;
}
header .page-title-logo .header-content .language-search .language a {
    font-size: 19px;
    color: white;
}
header .page-title-logo .header-content .language-search .language a:hover {
    text-decoration: underline;
}

header .title-menu .menu ul{
    height: 100%;
}

header .title-menu .menu #nav{
    display: flex;
    margin-bottom: 0;
    left: 0;
}

header .title-menu .menu >ul >li{
    height: 100%;
    position: relative;
    line-height: 50px;
}

header .title-menu .menu >ul >li >a{
    padding-top: 7px !important;
    margin-top: 3px;
    margin-bottom: 4px;
    padding-bottom: 7px !important;
}

header .title-menu .menu >ul >li a{
    padding: 0 15px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

header .title-menu .menu >ul >li:hover >a{
    text-decoration: none;
    border-radius: 2px;
    background-color: white;
    color: #cc0000;
}

header .title-menu .menu >ul >li ul {
    pointer-events: none;
    left: 0;
}

header .title-menu .menu >ul >li:hover ul {
    pointer-events: all;
    position: absolute;
}

header .title-menu .menu ul ul {
    margin-top: 1px;
    z-index: 2;
}

header .title-menu .menu ul li ul a{
    display: none;
    width: 220px;
    height: auto;
    line-height: 185%;
    font-size: 14px;
    background-color: #aaa;
    border-bottom: 1px solid white;
    transition: 0.2s;
    padding: 12px 8px;
}

header .title-menu .menu ul li ul a:hover{
    background-color: #666;
}

header .title-menu .menu ul li ul li:last-child a{
    border: none;
}

.header{
    display: none !important;
}

.auto-height{
    height: calc(100% - 5px);
    background-color: white;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    min-height: calc(31.3px * 9);
}

.announcements .auto-height{
    padding: 0 5px;
}

.fast-access-active{
    background: #333 !important;
    color: #fff !important;
}

.activities{
    max-width: 1270px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.activities .activities-inner{
    width: 100%;
    position: relative;
}

.activities .activities-inner > i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: xx-large;
    color: black;
}

.activities .activities-inner > i.fa-chevron-right{
    right: -30px;
}

.activities .activities-inner > i.fa-chevron-left{
    left: -30px;
}

.activities .activities-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1024px){
    header{
        margin-top: 60px;
    }

    header .title-menu{
        display: none;
    }

    header .language-search{
        display: none !important;
    }

    header .page-title-logo .header-content .title-logo{
        width: 100%;
    }

    header .page-title-logo .header-content .title-logo .page-title{
        width: calc(100% - 100px);
        text-align: center;
    }

    header .page-title-logo .header-content .title-logo .logo img{
        width: 100px;
    }

    .announcements-news{
        margin-top: 60px;
    }

    .mobile-menu h5,
    .mobile-fast-menu h5{
        letter-spacing: 1px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 768px){
    header .page-title-logo .header-content .title-logo .page-title{
        width: calc(100% - 70px);
    }

    header .page-title-logo .header-content .title-logo .page-title P{
        font-size: 2em;
    }

    header .page-title-logo .header-content .title-logo .logo img{
        width: 70px;
    }

    .auto-height{
        height: auto;
    }
}

@media only screen and (max-width: 540px){
    header .page-title-logo .header-content .title-logo .page-title P{
        font-size: 1.3em;
    }

    .activities .activities-inner > i.fa-chevron-right{
        right: -20px;
        font-size: x-large;
    }

    .activities .activities-inner > i.fa-chevron-left{
        left: -20px;
        font-size: x-large;
    }

    .info img {
        width: 55px !important;
    }
}

@media only screen and (max-width: 350px){
    header .page-title-logo .header-content .title-logo .page-title P{
        font-size: 1.1em;
    }

    .activities .activities-inner > i{
        display: none;
    }
}

.slider-height{
    max-height: 468.1px;
}

.socialbtns ul li{
    min-width: 36px;
}

.socialbtns ul{
    min-width: 83px;
}

.socialbtns{
    margin-top: 0;
}

.activities-inner .swiper{
    margin-bottom: 20px;
}

.activities .mobile-show-all-button{
    display: none;
}

.pages .active-page{
    background-color: #c60a0a;
    color: white;
    font-weight: 700;
    border: 2px solid gray;
}

.pages-mobile .active-page{
    background-color: #c60a0a;
}

#messages{
    justify-content: space-between;
}

#messages #messages-info{
    display: flex;
    flex-direction: column;
}

#messages #messages-info > div:first-child{
    width: 95%;
    min-width: 200px;
    margin-left: 5%;
}

#messages #messages-info > div{
    border-radius: 5px;
    background-color: white;
    width: 80%;
    position: relative;
    z-index: 4;
    margin-bottom: 10px;
    min-width: 170px;
    margin-left: 20%;
}

#messages #messages-info > div::before{
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 3;
    width: 10px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    background-color: white;
}

#messages #messages-info > div::after{
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    z-index: 1;
    width: 8px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    background-color: #DA2C1C;
}

#messages #messages-info > div > div{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8px;
    width: 100%;
    position: relative;
    z-index: 5;
    display: flex;
}

#messages #messages-info > div > div i{
    color: #DA2C1C;
    font-size: 1.5em;
    margin-top: 5px;
}

#messages #messages-info > div > div p{
    margin: 0 5px 5px 5px;
}

#messages #messages-info > div > div > div > p:first-child{
    font-weight: 700;
    color: white;
}

#messages #messages-info > div > div > div > p:last-child{
    font-weight: 400;
    font-size: 1em;
    color: white;
}

#messages #messages-info > div > .contact-infos{
    width: 100%;
}

#messages #messages-info .contact-title{
    width: 100%;
    font-weight: 700;
}

#messages #messages-info .contact-title p{
    color: white;
    font-weight: 700;
    margin: 0;
    margin-left: 7px;
    padding-top: 4px;
}

@media only screen and (max-width: 768px){
    #messages > div:last-child{
        margin-top: 20px;
    }
}