#header {
    background: #1A1533;
}

#header nav {
    margin-left: auto;
    height: 100%;
}

@media all and (max-width: 1250px) {
    #header nav {
        display: none;
    }
}

#header nav>ul {
    display: flex;
    align-items: center;
    height: 100%;
}

#header nav>ul>li {
    height: 100%;
    border-right: 1px solid rgba(100, 96, 117, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

#header nav>ul>li>a {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 1450px) {
    #header nav>ul>li {
        padding: 0 20px;
    }

    #header nav>ul>li a {
        font-size: 13px;
    }
}

#header nav>ul>li.drop-menu {
    position: relative;
}

#header nav>ul>li.drop-menu>a {
    position: relative;
}

#header nav>ul>li.drop-menu>a::after {
    content: url(../images/icons/update/arrow-down-fill.svg);
    padding-left: 10px;
}

#header nav>ul>li.drop-menu ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    flex-direction: column;
    padding: 20px 0px 35px 27px;
    background-color: #0E3BFA;
    color: #fff;
    width: 240px;
    height: auto;
    z-index: 3;
}

#header nav>ul>li.drop-menu ul * {
    background-color: #0E3BFA;
}

#header nav>ul>li.drop-menu ul li {
    display: inline-block;
    width: 100%;
    padding: 6px 0px;
}

#header nav>ul>li.drop-menu ul li a {
    font-size: 15px;
    font-weight: 400;
}

#header nav>ul>li.drop-menu ul li.drop-child-menu>a {
    position: relative;
}

#header nav>ul>li.drop-menu ul li.drop-child-menu>a::after {
    content: url(../images/icons/update/arrow-down-fill.svg);
    padding-left: 10px;
    transition: all 0.2s ease;
}

#header nav>ul>li.drop-menu ul li.drop-child-menu ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0px;
    flex-direction: column;
    padding: 20px 27px 35px;
    background-color: #0E3BFA;
    color: #fff;
    width: 240px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-left: 1px solid transparent;
    transition: all 0.2s ease, border 0.2s ease 0.3s;
}

#header nav>ul>li.drop-menu ul li.drop-child-menu:hover {
    background-color: #0E3BFA;
}

#header nav>ul>li.drop-menu ul li.drop-child-menu:hover>a::after {
    content: url(../images/icons/update/arrow-down-fill-2.svg);
}

#header nav>ul>li.drop-menu ul li.drop-child-menu:hover ul {
    opacity: 1;
    visibility: visible;
    left: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#header nav>ul>li.drop-menu:hover {
    background-color: #0E3BFA;
}

#header nav>ul>li.drop-menu:hover ul {
    display: flex;
}

#header .header-middle nav ul {
    gap: 0;
    justify-content: end;
}

#header .header-middle nav {
    transition: top 0.25s ease-in-out;
    top: -100px;
    visibility: hidden;
}

#header .header-middle .header-search {
    top: 22.5px;
    position: relative;
    transition: top 0.25s ease-in-out;
}
#header.sticky .header-middle .header-search {
    top: 10px;
}

#header.sticky .header-right .change-theme .person-menu {
    min-height: 70px
}
#header.sticky .header-right .change-theme .header-right-search {
    min-height: 70px;
}
#header.sticky .header-right .change-theme .person-menu .the-person .person-image {
    min-width: 39px;
}
#header.sticky .header-right .change-theme .person-menu .the-person .person-image {
    width: 39px;
    height: 39px;
}
#header.sticky .header-right .change-theme .person-menu .the-person .person-chevron img {
    width: 20px;
    height: 20px;
}
main.sticky .person-menu-opened {
    top: 69px
}

#header.active .header-middle nav {
    top: -50px;
    visibility: visible;
    position: relative;
}

#header.active .header-middle .header-search {
    top: -100px;
    position: relative;
    visibility: hidden;
}

.person-menu a {
    color: #fff;
}

.banner {
    transition: height 0.25s ease-in-out;
    height: 240px;
    overflow: hidden;
}

.banner .location {
    left: 50px;
    bottom: 50px;
}


.person-menu-opened .inside {
    padding: 70px 32px 25px;
}
.person-menu-opened .inside .set-items {
    margin-top: 24px;
    margin-bottom: 0;
}
.person-menu-opened .inside .set-items .set-item {
    font-size: 20px;
}

/* SEARCH */

.banner-search {
    padding: 70px 50px;
    height: 100%;
    background: url(../images/smart_search_bg.jpg) no-repeat top center;
    background-size: cover;
}

.banner-search .smart-search-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.banner-search .smart-search-box .title {
    color: #fff;
}

@media all and (max-width: 767px) {
    .banner-search .smart-search-box .title {
        margin-bottom: 14px;
    }
}

.banner-search .smart-search-box .title h3 {
    font-size: 23px;
    font-weight: 900;
    margin-bottom: 12px;
}

@media all and (max-width: 767px) {
    .banner-search .smart-search-box .title h3 {
        font-size: 17px;
        margin-bottom: 0 !important;
    }
}

.banner-search .smart-search-box .title p {
    font-size: 17px;
}

@media all and (max-width: 767px) {
    .banner-search .smart-search-box .title p {
        display: none;
    }
}

.banner-search .smart-search-box .inside,
#header .header-middle .header-search {
    border: 1px solid #fff;
    height: 75px;
    padding-left: 33px;
    padding-right: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-radius: 50px
}
#header .header-middle .header-search {
    height: 50px;
    width: 80%;
    background: #2c2557;
    max-width: 650px;
}

@media all and (max-width: 1250px) {
    .banner-search .smart-search-box .inside,
    #header .header-middle .header-search {
        padding-left: 25px;
    }
}

@media all and (max-width: 992px) {
    .banner-search .smart-search-box .inside,
    #header .header-middle .header-search {
        height: 50px;
        padding-left: 15px;
    }
}

@media all and (max-width: 767px) {
    .banner-search .smart-search-box .inside,
    #header .header-middle .header-search {
        /*height: 40px;*/
        padding-left: 14px;
    }
}

.banner-search .smart-search-box .inside form,
#header .header-middle .header-search form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 23px;
}

.banner-search .smart-search-box .inside form .filter,
.banner-search .smart-search-box .inside form .search,
#header .header-middle .header-search form .filter,
#header .header-middle .header-search form .search {
    cursor: pointer;
}

.banner-search .smart-search-box .inside form input,
#header .header-middle .header-search form input {
    width: 100%;
    height: 50px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
#header .header-middle .header-search form input {
    height: 50px;
    font-size: 16px;
    color: #fff;
}

.banner-search .smart-search-box .inside form input::placeholder,
#header .header-middle .header-search form input::placeholder {
    color: #AEADB1;
}

@media all and (max-width: 1400px) {
    .banner-search .smart-search-box .inside form input  {
        font-size: 17px;
    }
    #header .header-middle .header-search form input {
        font-size: 15px;
    }
}

@media all and (max-width: 1250px) {
    .banner-search .smart-search-box .inside form input {
        font-size: 16px;
    }
}

@media all and (max-width: 992px) {
    .banner-search .smart-search-box .inside form input {
        font-size: 15px;
    }
}

@media all and (max-width: 767px) {
    .banner-search .smart-search-box .inside form input {
        font-size: 15px;
    }
    #header .header-middle .header-search form input
    {
        font-size: 14px;
    }

    .banner-search .smart-search-box .inside form input::placeholder {
        font-size: 15px;
    }
}

.banner-search .smart-search-box .inside form .search-img img {
    filter: invert(1);
}

.banner-search .smart-search-box .inside form .search-close,
#header .header-middle .header-search form .search-close {
    font-size: 15px;
    color: #000;
    display: inline-block;
    width: 24px;
    line-height: 24px;
    text-align: center;
}
#header .header-middle .header-search form .search-close {
    color: #fff;
}

@media all and (max-width: 767px) {
    .banner-search .smart-search-box .inside form .search-img img {
        width: 18px;
    }
    #header .header-middle .header-search form .search-img img {
        width: 15px;
    }
}

.banner-search .smart-search-box .inside form .search,
#header .header-middle .header-search form .search {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 165px;
    height: 100%;
    background-color: #E74E13;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s ease;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid white;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    border-left: 0;
    height: calc(100% + 2px);
}
#header .header-middle .header-search form .search {
    font-size: 14px;
    font-weight: 400;
    min-width: 75px;
}

.banner-search .smart-search-box .inside form .search:hover,
#header .header-middle .header-search form .search:hover {
    background-color: #bb400f;
}

@media all and (max-width: 1250px) {
    .banner-search .smart-search-box .inside form .search,
    #header .header-middle .header-search form .search {
        font-size: 14px;
    }
}

@media all and (max-width: 575px) {
    .banner-search .smart-search-box .inside form .search,
    #header .header-middle .header-search form .search {
        min-width: 65px;
    }

    .banner-search .smart-search-box .inside form .search img,
    #header .header-middle .header-search form .search img {
        width: 20px;
    }
}

.banner-summary {
    position: absolute;
    left: 50px;
    bottom: 50px;
    display: none
}

.banner-tablet {
    display: none !important;
}

@media(max-width: 1199px) {
    .person-menu-opened {
        display: none !important;
    }
}

.banner-tablet .banner-header,
.banner-summary .banner-header {
    width: calc(100% - 100px);
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 15px;
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
}
.banner-summary .banner-header {
    width: 100%;
    align-items: center;
}
.banner-tablet .banner-header .img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.banner-summary .banner-header .img {
    min-width: 130px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.banner-tablet .banner-header .img img,
.banner-summary .banner-header .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (max-width: 1250px) {
    .banner-tablet .banner-header {
        margin-bottom: 25px;
    }
}

.notificationMobileWrapper {
    position: relative;
    z-index: 1
}

.banner-tablet .banner-header .banner-personal-name,
.banner-summary .banner-header .banner-personal-name {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.banner-summary .banner-header .banner-personal-name
{
    font-size: 25px;
}

.banner-tablet .banner-header .banner-location,
.banner-summary .banner-header .banner-location {
    color: #000;
}

.banner-tablet .banner-header .banner-location span.country,
.banner-summary .banner-header .banner-location span.country {
    color: #FFB75B;
    font-weight: bold;
}

.banner-tablet .banner-header .banner-location span.weather-symbole img,
.banner-summary .banner-header .banner-location span.weather-symbole img {
    padding-bottom: 5px;
}

.banner-tablet .banner-header .banner-location span.weather-degree,
.banner-summary .banner-header .banner-location span.weather-degree {
    position: relative;
}

.banner-tablet .banner-header .banner-location span.weather-degree::after,
.banner-summary .banner-header .banner-location span.weather-degree::after {
    content: "°";
}

.banner-tablet .banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-tablet .banner-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
}
.banner-tablet .banner-header .banner-personal-name,
.banner-summary .banner-header .banner-personal-name {
    color: #1a1533
}

.banner .banner-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-height: none !important;
}
.banner .banner-img .overlay {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.25s ease
}
.banner .banner-img .overlay.active {
    opacity: 1;
}

@media(max-width: 1199px) {
    #header .header-right {
        background-color: #1A1533;
    }
    #header .header-right .header-right-search {
        display: flex;
        width: 140px !important;
    }
    #header .header-right.active .change-theme .header-right-search {
        transform: translateY(0);
    }
    #header .header-right .person-menu {
        display: none !important;
    }
    .banner {
        height: 240px !important;
    }
}
@media(max-width: 1260px) {
    .banner {
        display: none !important;
    }

    .banner-tablet {
        display: flex !important;
        position: relative;
        height: auto !important;
        flex-direction: column;
        padding: 40px 30px 30px;
    }
}

.information-center .left {
    justify-content: space-between;
}

@media (max-width: 767px) {
    .information-center .left .information-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    .information-center .right {
        display: block;
    }
}

.quick-blue-1 {
    background: #002274
}
.quick-blue-2 {
    background: #003A93
}
.quick-blue-3 {
    background: #0055B5
}
.quick-blue-4 {
    background: #0072D6
}
.quick-blue-5 {
    background: #4790F8
}
.quick-blue-6 {
    background: #0072D6
}
.quick-blue-7 {
    background: #0055B5
}
.quick-blue-8 {
    background: #003A93
}
.quick-blue-9 {
    background: #002274
}
.quick-yellow-1 {
    background: green
}
.quick-red-1 {
    background: red
}

.quickbg0 a, .quickbg8 a {
    background: #002274
}
.quickbg1 a, .quickbg7 a {
    background: #003A93
}
.quickbg2 a, .quickbg6 a {
    background: #0055B5
}
.quickbg3 a, .quickbg5 a {
    background: #0072D6
}
.quickbg4 a {
    background: #4790F8
}
.quickbg.welcome a {
    background: rgba(123,15,250,1);
    background-image: linear-gradient(145deg, rgba(250,17,199,1) 0%, rgba(123,15,250,1) 50%, rgba(123,15,250,1) 100%);
    background-size: 200% 200%;
    background-position: 0 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.quickbg.welcome a:hover {
    background-position: 100% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.quick-menu-banner-wrapper {
  width: 735px;
  color: #fff;
  height: 100%;
  padding: 45px 45px 25px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1450px) {
  .quick-menu-banner-wrapper {
    width: 605px;
    justify-content: center;
    padding: 45px;
  }
}
@media all and (max-width: 1260px) {
  .quick-menu-banner-wrapper {
    width: 100%;
  }
}

.quick-menu-banner-wrapper .box {
    width: 100%;
    padding-bottom: 72%;
    position: relative;
    display: block;
}
.quick-menu-banner-wrapper .box .box-content {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #fff;
}
.quick-menu-banner-wrapper h3 {
    font-size: 23px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}

.quickMenuSwiper {
    padding-bottom: 30px;
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
}

.quickMenuSwiper .swiper-slide {
    padding: 5px;
}

.quickMenuSwiper .swiper-pagination {
    bottom: 0;
}
.quickMenuSwiper .swiper-button-prev-unique {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 31px;
    height: 18px;
    z-index: 10;
    background: url('../images/prev.png')
}
.quickMenuSwiper .swiper-button-next-unique {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 31px;
    height: 18px;
    z-index: 10;
    background: url('../images/next.png')
}

.quickMenuSwiper .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.quickMenuSwiper .item {
    padding: 0 3px;
}
.quickMenuSwiper .slick-dots li {
    margin: 4px;
}
.quickMenuSwiper .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: blue;
    text-indent: -9999px;
    background-color: #858585;
}
.quickMenuSwiper .slick-dots li.slick-active button {
    background-color: white;
}

.person-menu-opened .outside .downside .menu-events-slider .slide-bg {
    filter: blur(10px)
}
.person-menu-opened .outside .downside .menu-events-slider .content {
    padding-top: 70px
}

@media(max-width: 576px) {
    .banner-tablet .banner-header {
        width: calc(100% - 10px);
    }
    .banner-search {
        padding: 40px 25px;
    }
    .quick-menu-banner-wrapper {
        padding: 25px;
    }
    .quick-menu-banner-wrapper h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

#header nav>ul>li.drop-menu ul.double-list {
    width: 560px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0 20px;
    align-items: start;
    padding: 20px 30px 20px 30px;
}
#header nav>ul>li.drop-menu ul.double-list:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-10px);
    top: 25px;
    bottom: 25px;
    width: 1px;
    background: #5a6eff;
    z-index: 1
}
#header nav>ul>li.drop-menu ul li {
    padding-right: 5px;
    padding-left: 10px;
    position: relative;
}
#header nav>ul>li.drop-menu ul.double-list li {
    width: calc(50% - 10px);
}
#header nav>ul>li.drop-menu ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5a6eff;
    transition: all 0.25s ease-in-out;
}
#header nav>ul>li.drop-menu ul li:hover:after {
    background: #fff;
    left: -3px;
}



.quick-menu-btn, .search-menu-btn {
    position: fixed;
    left: 0;
    top: 70px;
    width: 120px;
    background: #E74E13;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    font-size: 13.5px;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.search-menu-btn {
    top: 224px;
    background: #152244;
    flex-direction: row;
    padding: 10px;
    border-bottom-right-radius: 10px;
}
.quick-menu-btn:hover img:nth-child(3){
    margin-left: 55px;
}
.quick-menu-btn .active img:nth-child(3){
    margin-left: 55px;
}
.quick-menu-btn img:nth-child(1),
.search-menu-btn img:nth-child(1) {
    width: 35px;
}
.quick-menu-btn img:nth-child(3) {
    transition: all 350ms;
    width: 17px;
}
.quick-menu-btn span {
    display: block;
    text-align: center;
    padding: 10px 0;
}
.search-menu-btn span {
    width: 100%;
    padding: 0 0 0 5px;
    text-align: left;
}
.quick-menu-btn.active,
.search-menu-btn.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.quick-menu {
    position: fixed;
    left: 120px;
    top: 70px;
    width: calc(100% - 100px);
    max-width: 750px;
    max-height: calc(100% - 75px);
    overflow-y: scroll;
    background: #E74E13;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-70px);
    transition: none;
}
.quick-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
}
.quick-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.quick-menu .items {
    padding: 40px;
}
.quick-menu .items a {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
    transition: all 0.25s ease-in-out;
}
.quick-menu .items a:hover {
    background: #2c2558;;
}
.quick-menu .items a:before {
    content: '';
    padding-bottom: 100%;
}
.quick-menu .items a div {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 15px 5px;
}
.quick-menu .items a div span {
    font-size: 12.5px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    width: 100%;
}
@media all and (max-width: 480px) {

    .quick-menu .items {
        padding: 10px;
    }
    .quick-menu .items a div span {
        font-size: 11.5px !important;
    }
}
@media(max-width: 991px) {
    .quick-menu-btn {
        flex-direction: row;
        width: auto;
        bottom: 0;
        top: auto;
        padding: 15px;
        height: 45px;
    }
    .quick-menu-btn span {
        margin-right: 15px;
    }
    .quick-menu-btn img:nth-child(1) {
        display: none;
    }
    .quick-menu-btn img:nth-child(3) {
        width: 10px;
        margin-left: 15px;
        margin-top: 0;
    }
    .quick-menu {
        left: 0;
        top: 70px;
        bottom: 45px;
        width: 100%;
        max-height: calc(100% - 45px);
    }
    .quick-menu-btn, .search-menu-btn {
        display: none;
    }
    .quick-menu{
        bottom: 60px;
        border-bottom: 1px solid #fff;
    }
    footer{
        padding-bottom: 90px;
    }
}
.mobile-bar{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px;
    z-index: 999;
    background-color: #2C2557;
    border-top: 1px solid #6c6f79;

}
.mobile-bar > *{
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    line-height: 1;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
}
.mobile-bar > * img.icon {
    max-height: 22px;
    width: 15px;
    height: 22px;
    object-fit: contain;
}
.mobile-bar > * i {
    line-height: 22px;
}
.mobile-bar > *::after{
    content: '';
    position: absolute;
    height: 60px;
    width: 1px;
    left: calc(100% + 7.5px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #6c6f79;
}
.mobile-bar > *:last-child::after{
    display: none;
}
@media all and (min-width: 992px) {
    .mobile-bar{
        display: none;
    }
}

#header .header-right{
    background: #2c2557;
}

@media(max-width: 767px) {
    [data-show="mobile"]{
      display: none !important;;
    }
}
@media(min-width: 768px) {
    [data-show="nomobile"]{
      display: none !important;;
    }
}

.banner-mobile .profile-wrapper {
    position: relative;
    background: #1a2439;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-mobile .profile-wrapper .user-avatar {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.banner-mobile .profile-wrapper .user-avatar.active::after {
    position: absolute;
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    top: 0;
    right: 5px;
    z-index: 2;
    opacity: 1;
    border-radius: 50%;
    background-color: #FF6F38;
    border: 5px solid #48445c;
}
.banner-mobile .profile-wrapper .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.banner-mobile .profile-wrapper .person-name {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0;
}
.banner-mobile-notif-slider {
    position: relative;
    padding: 0 0 45px;
}
.banner-mobile-notif-slider .item {
    display: block;
    text-align: left;
    color: #fff;
    width: 100%;
}
.banner-mobile-notif-slider .item h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.banner-mobile-notif-slider .item span {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    color: #fafafa
}
.set-items-md a {
    font-size: 17px;
}
.banner-mobile .date-weather-information {
    flex-direction: row;
}
.banner-mobile .date-weather-information .weather-information {
    width: 50%;
}
.banner-mobile .date-weather-information .weather-information::after {
    right: -15px;
    left: auto;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
}
.banner-mobile .date-information {
    width: 50%;
}
.banner-mobile .date-weather-information .weather-information .weather-degree {
    margin: 0;
}
.banner-mobile .date-weather-information .date-information .the-date {
    text-align: center;
    font-size: 40px;
    line-height: 34px;
}
.banner-mobile .date-weather-information .weather-information .weather-status {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.banner-mobile .date-weather-information .weather-information .weather-degree span {
    font-size: 40px;
    color: #fff;
}


.banner-mobile .menu-events {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
.banner-mobile .menu-events-title {
    position: absolute;
    top: 25px;
    left: 30px;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    gap: 10px;
    align-items: center;
    z-index: 2;
    pointer-events: none;
    color: #fff;
}
.banner-mobile .menu-events-slider {
    position: relative;
}
.banner-mobile .menu-events-slider .swiper-slide {
    padding: 0;
    display: block;
}
.banner-mobile .menu-events-slider .slide-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner-mobile .menu-events-slider .slide-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 1;
}
.banner-mobile .menu-events-slider .content {
    padding: 65px 30px 75px !important;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.banner-mobile .menu-events-slider .content .slide-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.banner-mobile .menu-events-slider .content .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-mobile .menu-events-slider .content .slide-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff;
    width: 100%;
    text-align: left;
}
.banner-mobile .menu-events-slider .content .slide-summary {
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    width: 100%;
    text-align: left;
}
.banner-mobile .menu-events-slider .menu-events-slider-pagination {
    position: absolute;
    z-index: 5;
    bottom: 28px;
}
.banner-mobile .menu-events-slider .menu-events-slider-pagination span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.43;
}
.banner-mobile .menu-events-slider .menu-events-slider-pagination span.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.banner-mobile .menu-events-slider .slide-bg {
    filter: blur(10px)
}
