@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* root
————————————————————————————————————————————————————————— */
.cityu .container-max {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cityu .container,
.cityu .container-fluid,
.cityu .container-max,
.cityu .container-xxl,
.cityu .container-xl,
.cityu .container-lg,
.cityu .container-md,
.cityu .container-sm {
    padding-left: 20px;
    padding-right: 20px;
}

.cityu .container-fluid,
.cityu .container.container-fluid {
    max-width: 2048px;
}

.cityu .navbar>.container-max {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1499.98px) {
    .cityu .container-fluid:not(.px-0, .p-0)>div:not(.component-banner-1, .component-banner-3) .container-xxl {
        padding: 0;
    }
}

#sidebar-placeholder {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}

/* global
————————————————————————————————————————————————————————— */
.cityu body {
    font-family: 'Montserrat', Arial, '微软雅黑', 'Microsoft YaHei', sans-serif;
    background-color: #f2f2f2;
}

.cityu h6,
.cityu .h6,
.cityu h5,
.cityu .h5,
.cityu h4,
.cityu .h4,
.cityu h3,
.cityu .h3,
.cityu h2,
.cityu .h2,
.cityu h1,
.cityu .h1 {
    margin-bottom: 20px;
}

.cityu h2,
.cityu h3,
.cityu h4 {
    color: #272727;
}

.cityu h1,
.cityu .h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}

.cityu h2,
.cityu .h2 {    
    font-size: clamp(36px, 3.75vw, 42px); /* 42px */
    font-weight: 700;
}

.cityu h3,
.cityu .h3 {    
    font-size: clamp(32px, 3.39vw, 38px); /* 38px */
    font-weight: 700;
}

.cityu h4,
.cityu .h4 {    
    font-size: clamp(28px, 2.86vw, 32px); /* 32px */
    font-weight: 700;
}

.cityu h5,
.cityu .h5 {    
    font-size: clamp(20px, 2.145vw, 24px); /* 24px */
    font-weight: 700;
}

.cityu h6,
.cityu .h6 {    
    font-size: clamp(16px, 1.79vw, 20px); /* 20px */
    font-weight: 700;
}

.cityu .text-white h2,
.cityu .text-white h3,
.cityu .text-white h4 {
    color: #fff;
}

.cityu p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 40px;
}

.cityu .p-middle {
    font-size: 20px;
    line-height: 34px;
}

.cityu .p-large {
    font-size: 24px;
    line-height: 40px;
}

.cityu .heading-underline {
    font-size: clamp(36px, 3.75vw, 42px);
    padding-bottom: 28px;
    margin-bottom: 60px;
    position: relative;
}

/* theme color */
.cityu .theme-color-blue .section-wrap:not(.section-dark) .heading-underline {
    color: #271F80;
}

.cityu .theme-color-green .section-wrap:not(.section-dark) .heading-underline {
    color: #03555A;
}

.cityu .theme-color-lime .section-wrap:not(.section-dark) .heading-underline {
    color: #03555A;
}

.cityu .theme-color-purple .section-wrap:not(.section-dark) .heading-underline {
    color: #532676;
}

.cityu .theme-color-pink .section-wrap:not(.section-dark) .heading-underline {
    color: #9A154C;
}

/* theme color end */
.cityu .heading-underline::after {
    background-image: linear-gradient(to right, #EF6B39 0%, #D33F3F 100%);
    border-radius: 4px;
    content: '';
    display: block;
    width: 140px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cityu .header-gradient,
.cityu .text-gradient {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cityu a {
    color: #CC103C;
    transition: all 0.3s ease;
}

.cityu a:hover,
.cityu a:focus {
    color: #b10f35;
}

.cityu .phone-link {
    text-decoration: none;
}

.cityu main li:not(.nav-item, .breadcrumb-item) {
    font-weight: 500;
    line-height: 2.5;
}

.cityu main ul li:not(.nav-item, .breadcrumb-item)::marker {
    font-size: 9px;
}

.cityu .container-xl,
.cityu .container-lg,
.cityu .container-md,
.cityu .container-sm,
.cityu .container {
    max-width: none;
}

.cityu .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cityu ::placeholder {
    opacity: 1;
}

.cityu .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 80, 52, 0.25);
}

.cityu .row-gap {
    row-gap: 20px;
}

.cityu .row-gap-lg {
    row-gap: 100px;
}

.cityu .column-gap {
    column-gap: 20px;
}

/* divider line */
.divider {
    background-image: linear-gradient(to right, #DB5C2C 0, #DB5C2C 20%, #DCDCDC 20%, #DCDCDC 100%);
    display: block;
    width: 100%;
    height: 1px;
    margin: 60px auto;
}

/* border left container  */
.cityu .img-radius-10 {
    border-radius: 10px;
}

/* default button */
.cityu .button {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    min-width: 155px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    z-index: 1;
}

.cityu .button::before {
    background-image: linear-gradient(to right, #DA562B 0%, #CC103C 25%, #9F0D43 100%);
    content: '';
    inset: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s linear;
}

.cityu .button:hover,
.cityu .button:focus {
    color: #fff;
}

.cityu .button:hover::before,
.cityu .button:focus::before {
    opacity: 1;
}

.cityu .button-light {
    background-color: #fff;
    border: #DADADA 1px solid;
    border-radius: 6px;
    color: #9F0D43;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    min-width: 155px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.2s linear;
}

.cityu .button-light span {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cityu .button-light:hover,
.cityu .button-light:focus {
    background-color: #DBDBDB;
}

.cityu .button.button-sm,
.cityu .button-light.button-sm {
    font-size: 16px;
    line-height: 20px;
    min-width: 104px;
    padding: 10px 20px;
}

.cityu .button.button-lg,
.cityu .button-light.button-lg {
    font-size: 20px;
    line-height: 24px;
    min-width: 192px;
    padding: 17px 20px;
}

.cityu .button.button-xl,
.cityu .button-light.button-xl {
    font-size: 22px;
    line-height: 26px;
    min-width: 192px;
    padding: 20px;
}

/* button with arrow, read more button */
.cityu .btn-arrow,
.cityu .btn-read-more {
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: all 0.2s ease;
}

.cityu .btn-arrow::after,
.cityu .btn-read-more::after {
    background: #fff url(/image/icon/btn-arrow-gradient.svg) center center no-repeat;
    border: #DBDBDB 1px solid;
    border-radius: 50%;
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

/* quote container  */
.cityu .quote-container {
    position: relative;
    margin-left: 90px;
}

.cityu .quote-container::before {
    background: url(/image/icon/quote-open.svg) no-repeat;
    content: '';
    display: block;
    width: 71px;
    height: 58px;
    position: absolute;
    left: -19px;
    top: -42px;
    transform: translateX(-100%);
}

.cityu .quote-container::after {
    background: url(/image/icon/quote-close.svg) no-repeat;
    content: '';
    display: block;
    width: 71px;
    height: 58px;
    position: absolute;
    right: -19px;
    bottom: 0;
    transform: translateX(100%);
}

/* border left container  */
.cityu .border-left-container {
    padding-left: 21px;
    position: relative;
}

.cityu .border-left-container p {
    line-height: 1.75;
}

.cityu .border-left-container::before {
    background-color: #EF6B39;
    border-radius: 4px;
    content: '';
    display: block;
    width: 5px;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
}

/* border left with gradient header container  */
.cityu .border-left-gradient-container {
    min-height: 126px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding-left: 21px;
    position: relative;
}

.cityu .border-left-gradient-container p {
    font-size: 18px;
    line-height: 24px;
}

.cityu .border-left-gradient-container::before {
    background-image: linear-gradient(to bottom, #EF6B39 0%, #D33F3F 100%);
    border-radius: 4px;
    content: '';
    display: block;
    width: 5px;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
}

.cityu .border-left-gradient-container .gradient-header {
    background: linear-gradient(to right, #DB5C2C, #CA2052);
    font-size: 50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}

/* cookies
————————————————————————————————————————————————————————— */
.cityu .cookies-popup {
    background-color: #fff;
    border-top: #f2f2f2 1px solid;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.cityu .cookies-popup .row {
    row-gap: 40px;
}

.cityu .cookies-popup p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
}

/* swiper
————————————————————————————————————————————————————————— */
.cityu .swiper {
    width: 100%;
}

.cityu .swiper-slide {
    position: relative;
}

.cityu .component-content .swiper-button-next,
.cityu .component-content .swiper-button-prev {
    background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 23px;
    border: #DBDBDB 1px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: -67px;
    transition: all 0.2s ease;
}

.cityu .component-content .swiper-button-prev {
    transform: rotate(180deg);
}

.cityu .component-content .swiper-button-next:hover,
.cityu .component-content .swiper-button-next:focus,
.cityu .component-content .swiper-button-prev:hover,
.cityu .component-content .swiper-button-prev:focus {
    background: #F9F9F9 url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 23px;
}

.cityu .component-content .swiper-button-next::after,
.cityu .component-content .swiper-button-prev::after {
    content: none;
}

.cityu .swiper-pagination-horizontal.swiper-pagination-bullets {
    --swiper-pagination-bottom: 0;
}

.cityu .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #D9D9D9;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.cityu .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #D85034;
}

/* header
————————————————————————————————————————————————————————— */
.cityu header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.cityu header .top-navbar {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    padding: 0;
    height: 40px;
    transition: all 0.2s ease;
}

.cityu header>.top-navbar>.container-max {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

@media screen and (min-width: 1199px) {
    .cityu header .navbar-expand-lg .offcanvas.offcanvas-end {
        transition: none;
    }
}

.cityu header .top-navbar .navbar-nav {
    flex-direction: row;
    column-gap: 40px;
}

.cityu header .top-navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 0;
    transition: all 0.2s ease;
}

.cityu header .top-navbar a:hover,
.cityu header .top-navbar .navbar-nav .nav-link:hover,
.cityu header .top-navbar .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .8);
}

.cityu header .top-navbar .navbar-nav .nav-language .dropdown-toggle::after {
    background: url(/image/icon/dropdown-arrow.svg) center center no-repeat;
    border: none;
    width: 13px;
    height: 7px;
    margin-left: 5px;
}

.cityu header .top-navbar .navbar-nav .nav-search {
    display: flex;
    flex-direction: row-reverse;
}

.cityu header .top-navbar .navbar-nav .nav-search .dropdown-toggle::after {
    content: none;
}

.cityu header .top-navbar .dropdown-menu {
    border: none;
    border-radius: 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    text-align: center;
    min-width: auto;
    top: calc(100% + 15px);
}

.cityu header .top-navbar .nav-language .dropdown-menu {
    width: 100px;
    margin-left: -50px;
    padding: 5px 20px;
    left: 50%;
}

.cityu header .top-navbar .nav-search .dropdown-menu {
    width: 200px;
    left: auto;
    right: 0;
}

.cityu header .top-navbar .dropdown-menu li+li {
    border-top: #EDEDED 1px solid;
}

.cityu header .top-navbar .dropdown-menu .dropdown-item {
    color: #272727;
    font-size: 15px;
    line-height: 1.2;
    padding: 15px;
}

.cityu header .top-navbar .dropdown-menu .dropdown-item:hover,
.cityu header .top-navbar .dropdown-menu .dropdown-item:focus {
    background: none;
    color: #9F0D43;
}

.cityu header .navbar>.container-max {
    position: relative;
}

.cityu .navbar-brand {
    padding: 0;
    position: relative;
}

.cityu .navbar-brand img {
    width: auto;
    transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease-in-out;
}

.cityu header:not(.department-header-logotext) .white-navbar .navbar-brand img.department-logo {
    height: 80px;
}

.cityu header .main-navbar .navbar-brand img,
.cityu .department-header-logotext .navbar-brand img {
    height: min(4vw, 65px);
}
.cityu header .main-navbar .navbar-most {
    width: 20%;
    max-width: 264px;
    height: auto;
    opacity: 0;
    position: absolute;
    left: calc(4.9% + 50px);
    transition: all 0.2s ease;
}

.cityu header .main-navbar {
    background: #fff url(/image/global/header-abstract-bg.jpg) right center no-repeat;
    background-size: cover;
    height: 100px;
    padding: 0;
    transition: all 0.2s ease;
}

.cityu header .main-navbar .navbar-nav-main .nav-item:not(:last-child) {
    /* margin-right: min(2.4vw, 45px); */
    transition: all 0.2s ease;
}

.cityu header .main-navbar .navbar-nav-main .nav-item {
    cursor: pointer;
    padding-left: min(1.2vw, 22px);
    padding-right: min(1.2vw, 22px);
}

.cityu header .main-navbar .navbar-nav-main .nav-item:last-child {
    margin-right: calc(min(1.2vw, 22px) * -1);
}

.cityu header .main-navbar .navbar-nav-main .nav-link {
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 39px 0;
    transition: all 0.3s ease;
}

.cityu header .main-navbar .navbar-nav-main .nav-link:hover,
.cityu header .main-navbar .navbar-nav-main .nav-link:focus,
.cityu header .main-navbar .navbar-nav-main .nav-link.active,
.cityu header .main-navbar .navbar-nav-main .dropdown:hover .nav-link,
.cityu header .main-navbar .navbar-nav-main .dropdown:focus .nav-link {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* dropdown menu */
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu {
    border: none;
    border-radius: 0 0 clamp(40px, 4.2vw, 80px) clamp(40px, 4.2vw, 80px);
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.15));
    display: block;
    width: 100%;
    opacity: 0;
    padding: 40px 0;
    /* overflow: hidden; */
    transform: translateY(-100%);
    position: fixed;
    top: -30px;
    transition: opacity 0.2s ease;
}

/* .cityu header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    margin-top: 0;
    left: 0;
    top: 140px;
}

.cityu header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu.show {
    display: block;
} */

.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .container-max::before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 100%;
}

.cityu header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu .row> :last-child {
    display: flex;
}

.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .menu-title {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin-top: -18px;
    margin-bottom: 5px;
}

.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .menu-img {
    width: clamp(220px, 15.5vw, 294px);
    margin-left: clamp(160px, 14vw, 200px);
}

.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu p {
    font-weight: 500;
}

.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .btn-arrow {
    color: #272727;
    font-size: 16px;
}

.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .btn-arrow:hover,
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .btn-arrow:focus {
    background: none;
    color: #CC103C;
}

.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1 {
    flex: 1 1 50%;
    list-style: none;
    /* column-count: 2;
    column-gap: 0; */
    padding-left: 0;
}

.cityu .count-1 {
    column-count: 1 !important;
}
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu>.container-max>.row>.dropdown-overview {
    border-bottom: #E8E8E8 1px solid;
    padding: 0;
}
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu>.container-max>.row>.dropdown-overview>.dropdown-item,
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-item {
    color: #272727;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    white-space: wrap;
    width: fit-content;
    min-height: 26px;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 0;
    transition: height 0.3s ease;
}
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .dropdown-overview>.dropdown-item:hover,
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .dropdown-overview>.dropdown-item:focus,
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-item:hover,
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-item:focus,
.cityu header .main-navbar .navbar-nav-main .nav-item .dropdown-menu .dropdown-toggle.show {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-link {
    float: left;
    max-width: calc(100% - 22px);
}
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-link ~ .dropdown-toggle {
    clear: right;
}
.cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-link ~ .dropdown-toggle span {
    display: none;
}

.cityu header .main-navbar .navbar-nav-main .nav-item .dropdown-menu .dropdown-toggle::after {
    background: url(/image/icon/dropdown-menu-arrow.svg) center center no-repeat;
    border: none;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    margin-left: 10px;
}

.cityu header .main-navbar .navbar-nav-main .nav-item .dropdown-menu .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.cityu header .main-navbar .navbar-nav-main .dropdown-submenu {
    border: none;
    border-radius: 0;
    margin: -8px 0 18px;
    padding: 0 0 0 2px;
    position: relative;
}

.cityu header .main-navbar .navbar-nav-main .dropdown-submenu::before {
    background-image: linear-gradient(to bottom, #DF7433 0, #DA562B 50%, #CC103C 100%);
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.cityu header .main-navbar .navbar-nav-main .dropdown-submenu .dropdown-item {
    background: none;
    color: #585858;
    font-size: 15px;
    font-weight: 500;
    white-space: wrap;
    width: fit-content;
    padding: 4px 15px;
}

.cityu header .main-navbar .navbar-nav-main .dropdown-submenu .dropdown-item:hover {
    color: #DF523D;
}

/* navbar top left menu and right menu */
.cityu header .navbar-nav-topleft {
    flex-direction: row;
    position: absolute;
    left: 15px;
    top: -35px;
}

.cityu header .navbar-nav-topleft .nav-link,
.cityu header .navbar-nav-topright .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 15px 15px;
    transition: all 0.2s ease;
}

.cityu header .navbar-nav-topleft .nav-link:hover,
.cityu header .navbar-nav-topleft .nav-link:focus,
.cityu header .navbar-nav-topright .nav-link:hover,
.cityu header .navbar-nav-topright .nav-link:focus {
    color: rgba(255, 255, 255, .8);
}

.cityu header .navbar-nav-topright {
    flex-direction: row;
    position: absolute;
    right: 15px;
    top: -35px;
}

.cityu header .navbar-nav-topright .nav-quicklinks .dropdown-toggle::after,
.cityu header .navbar-nav-topright .nav-language .dropdown-toggle::after,
.cityu header .navbar-nav-topright .dropdown .dropdown-toggle::after {
    background: url(/image/icon/dropdown-arrow.svg) center center no-repeat;
    border: none;
    width: 13px;
    height: 7px;
    margin-left: 5px;
    vertical-align: 2px;
}

.cityu header .navbar-nav-topright .nav-search .dropdown-toggle::after {
    content: none;
}

.cityu header .navbar-nav-topleft .dropdown-menu {
    border: none;
    border-radius: 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    min-width: auto;
    top: 100%;
}

.cityu header .navbar-nav-topright .dropdown-menu {
    border: none;
    border-radius: 15px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    text-align: center;
    min-width: auto;
    /* top: calc(100% + 15px); */
    top: 100%;
}

.cityu header .navbar-nav-topleft .nav-item .dropdown-menu {
    min-width: 250px;
    margin-top: 0;
    padding: 5px 20px;
}

.cityu header .navbar-nav-topleft .nav-item+.nav-item .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

.cityu header .menu-navbar .navbar-nav-topright .nav-item:not(.nav-language) .dropdown-menu {
    min-width: 250px;
    margin-top: 0;
    padding: 5px 20px;
    left: 50%;
    transform: translateX(-50%);
}

/* [data-bs-popper="static"] {
    display: block !important;
} */
.cityu header .navbar-nav-topright .nav-quicklinks .dropdown-menu {
    min-width: 250px;
    margin-top: 0;
    padding: 5px 20px;
    left: 50%;
    transform: translateX(-50%);
}

.cityu header .navbar-nav-topright .nav-language .dropdown-menu {
    width: 100px;
    margin-top: 0;
    padding: 5px 20px;
    left: 50%;
    transform: translateX(-50%);
}

.cityu header .navbar-nav-topright .nav-search .dropdown-menu {
    width: 200px;
    margin-top: 0;
    left: auto;
    right: 0;
}

.cityu header .navbar-nav-topleft .dropdown-menu li+li,
.cityu header .navbar-nav-topright .dropdown-menu li+li {
    border-top: #EDEDED 1px solid;
}

.cityu header .navbar-nav-topleft .dropdown-menu .dropdown-item,
.cityu header .navbar-nav-topright .dropdown-menu .dropdown-item {
    color: #272727;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: normal;
    padding: 12px;
}

.cityu header .navbar-nav-topright .nav-quicklinks .dropdown-menu .dropdown-item {
    text-align: left;
}

.cityu header .navbar-nav-topleft .dropdown-menu .dropdown-item:hover,
.cityu header .navbar-nav-topleft .dropdown-menu .dropdown-item:focus,
.cityu header .navbar-nav-topleft .dropdown-menu .dropdown-item.is-active,
.cityu header .navbar-nav-topright .dropdown-menu .dropdown-item:hover,
.cityu header .navbar-nav-topright .dropdown-menu .dropdown-item:focus,
.cityu header .navbar-nav-topright .dropdown-menu .dropdown-item.is-active {
    background: none;
    color: #9F0D43;
}


/* navbar sound */
.cityu header .navbar-nav-topright #navbarSound:not(.sound-muted) .sound-off {
    display: none;
}

.cityu header .navbar-nav-topright #navbarSound.sound-muted .sound-on {
    display: none;
}

/* scroll fixed */
.cityu body.scroll-fixed header .top-navbar {
    height: 4px;
}

.cityu body.scroll-fixed header .main-navbar {
    border-bottom: #f2f2f2 1px solid;
    height: 74px;
}

.cityu body.scroll-fixed header .main-navbar::before {
    opacity: 1;
}

.cityu body.scroll-fixed .navbar-brand {
    background: url(/image/mini_logo.svg) left center no-repeat;
    background-size: contain;
}

.cityu body.scroll-fixed header .main-navbar .navbar-brand img {
    width: auto;
    height: min(4vw, 50px);
    opacity: 0;
}

.cityu body.scroll-fixed header .main-navbar .navbar-most {    
    opacity: 1;    
}

.cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-item:not(:last-child) {
    /* margin-right: 30px; */
}

.cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-item:last-child {
    margin-right: -15px;
}

.cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-link {
    font-size: 16px;
    padding: 26px 0;
}

.cityu body.scroll-fixed header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu {
    top: 77px;
}

/* navbar toggler */
.navbar-toggler {
    border: none;
    border-radius: 4px;
    padding: 2px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(204, 16, 60, 0.25);
}

.navbar-toggler-icon {
    background: url(/image/global/navbar-toggler-close.svg) center center no-repeat;
    width: 26px;
    height: 26px;
}

.collapsed .navbar-toggler-icon {
    background: url(/image/global/navbar-toggler.svg) center center no-repeat;
}

.cityu header .main-navbar #navbarContent {
    border-left: none;
    width: 100%;
}

.cityu header .main-navbar #navbarContent .btn-close,
.cityu header .menu-navbar #navbarContent .btn-close {
    background: url(/image/global/navbar-toggler-close.svg) center center no-repeat;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 24px;
}

/* Footer
————————————————————————————————————————————————————————— */
.cityu footer {
    background: #fff url(/image/global/footer-abstract-bg.jpg) right center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    transition: all 0.2s ease;
}

.cityu footer a {
    text-decoration: none;
    display: inline-block;
}

.cityu footer ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}

.cityu footer .footer-contact-us p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.cityu footer .footer-contact-us .footer-title {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 10px;
}

.cityu footer .footer-contact-us .locate {
    margin-bottom: 15px;
}

.cityu footer .footer-contact-us .general-enquiries {
    background: url(/image/icon/general-enquiries.svg) 0 5px no-repeat;
    margin-bottom: 5px;
    padding-left: 25px;
}

.cityu footer .footer-contact-us .emergency-phone {
    background: url(/image/icon/emergency-phone.svg) 0 5px no-repeat;
    margin-bottom: 5px;
    padding-left: 25px;
}

.cityu footer .footer-contact-us .maps-and-directions {
    background: url(/image/icon/maps-and-directions.svg) 0 5px no-repeat;
    margin-bottom: 5px;
    padding-left: 25px;
}

.cityu footer .footer-contact-us a {
    color: #000;
}

.cityu footer .footer-main .col-12:first-child a:not(:last-child) {
    margin-bottom: 20px;
}

.cityu footer .footer-main img {
    width: 188px;
    height: auto;
}

.cityu footer .footer-main ul li {
    margin-bottom: 10px;
}

.cityu footer .footer-main ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

}

.cityu footer .footer-contact-us a:hover,
.cityu footer .footer-contact-us a:focus,
.cityu footer .footer-main ul li a:hover,
.cityu footer .footer-main ul li a:focus {
    color: #DF523D;
}

.cityu footer:not(.department-footer) .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 36px;
    margin-top: 65px;
}

.cityu footer .copyright {
    color: #272727;
    font-size: 14px;
    line-height: 30px;
    margin-right: auto;
    margin-bottom: 0;
}

.cityu footer .social-media {
    display: flex;
    column-gap: 30px;
    margin-bottom: 0;
}

.cityu footer .social-media li {
    transition: scale 0.3s, filter 0.3s;
}

.cityu footer .social-media:has(:hover) li:not(:hover) {
    scale: 0.8;
    filter: blur(2px);
}

.cityu footer .social-media li a {
    display: block;
    position: relative;
}

.cityu footer .social-media li a img {
    width: 30px;
    height: auto;
    transition: all 0.2s ease;
}

.cityu .back-to-top {
    background-color: #ACACAC;
    border-radius: 10px;
    cursor: pointer;
    padding: 12px;
    opacity: 0;
    position: fixed;
    right: 18px;
    bottom: 100px;
    z-index: 30;
    transition: all 0.2s ease;
    pointer-events: none;
}

.cityu .back-to-top:hover,
.cityu .back-to-top:focus {
    background-color: #707070;
}

/* component footer 3
————————————————————————————————————————————————————————— */
.cityu .component-footer-3 .component-header h3 {
    font-size: 32px;
}

.cityu .component-footer-3 .component-content .btn-arrow {
    font-weight: 500;
}

.cityu .component-footer-3 .component-content .btn-arrow::after {
    background: url(/image/icon/btn-arrow-white.svg) center center no-repeat;
}

/* sidebar menu 
————————————————————————————————————————————————————————— */
.cityu .dropdownMenu-navbar {
    padding-top: 0;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section {
    position: relative;
    z-index: 99;
    text-align: end;
}
.cityu .cityu-content-siderbar .dropdownMenu-navbar .dropdownMenu-section {
    width: 100%;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section>button {
    background-color: #FAFAFA;
    border: unset;
    color: #000;
    font-weight: 500;
    padding: 12px 33px;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section>button:hover span,
.cityu .dropdownMenu-navbar .dropdownMenu-section>button:focus span,
.cityu .dropdownMenu-navbar .dropdownMenu-section>button:not(.collapsed) span {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section>button img {
    margin-right: 15px;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section .siderbar-menu--main {
    text-align: left;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section>div {
    max-width: 300px;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section>div>.card-body {
    background-color: #fff;
    padding: 14px 0;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section a.nav-link {
    color: #272727;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 20px;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section a.nav-link:hover span,
.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>a.dropdown-toggle.show span,
.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-menu .nav-item a:hover span {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-button {
    display: flex;
    background: none;
}
.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-button>a.nav-link {
    border-right: none;
    flex: 1 1 auto;
    padding-right: 0;
}
.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-button> .dropdown-toggle {
    border: none;
    background: none;
    color: inherit;
    text-decoration: none;
    flex: 0 0 auto;
    padding: 7px 20px;
}
.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-button> .dropdown-toggle:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-button> .dropdown-toggle::after {
    background: url(/image/icon/dropdown-menu-arrow.svg) center center no-repeat;
    border: none;
    content: '';
    vertical-align: text-top;    
    width: 12px;
    height: 18px;        
}

.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>a.dropdown-toggle {
    background-color: unset;
    border-radius: unset;
    padding: 10px 20px;
    position: relative;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>a.dropdown-toggle::before {
    display: none;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>a.dropdown-toggle::after {
    background: url(/image/icon/dropdown-menu-arrow.svg) center center no-repeat;
    border: none;
    vertical-align: middle;
    width: 12px;
    height: 8px;
    margin-left: 10px;
    content: '';
    position: absolute;
    right: 20px;
    top: 14px;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-menu {
    background: #FFF3EC;
    position: relative;
    padding-left: 5px;
    border-radius: unset;
    border: unset;
}

.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(to bottom, #DF7433 6.15%, #DA562B 98.84%);
}

.cityu .dropdownMenu-navbar .dropdownMenu-section .dropdown>.dropdown-menu .nav-item a {
    color: #272727;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.334;
    text-decoration: none;
    padding: 6px 25px;
    display: block;
}

/* has sidebar menu 
————————————————————————————————————————————————————————— */
.cityu .has-siderbar .dropdownMenu-navbar .dropdownMenu-section>button {
    display: none;
}

.cityu .has-siderbar .dropdownMenu-navbar .dropdownMenu-section>div {
    display: block !important;
}

/* section
————————————————————————————————————————————————————————— */
.cityu main section {
    position: relative;
}

.cityu main section:first-child {
    z-index: 20;
}

.cityu main section:nth-child(2) {
    z-index: 19;
}

.cityu main section:nth-child(3) {
    z-index: 18;
}

.cityu main section:nth-child(4) {
    z-index: 17;
}

.cityu main section:nth-child(5) {
    z-index: 16;
}

.cityu main section:nth-child(6) {
    z-index: 15;
}

.cityu main section:nth-child(7) {
    z-index: 14;
}

.cityu main section:nth-child(8) {
    z-index: 13;
}

.cityu main section:nth-child(9) {
    z-index: 12;
}

.cityu main section:nth-child(10) {
    z-index: 11;
}

.cityu main section:nth-child(11) {
    z-index: 10;
}

.cityu main section:nth-child(12) {
    z-index: 9;
}

.cityu .section-wrap {
    margin-top: -230px;
    padding-top: 230px;
    position: relative;
}

.cityu section:not(.section-banner) .section-content {
    display: block;
    padding-top: 100px;
    padding-bottom: 200px;
}

.cityu .section-content>div:not(:first-child) {
    margin-top: 60px;
}

.cityu .section-content>div:not(:first-child).margin-gap-lg {
    margin-top: 110px;
}

.cityu .section-content>div:not(:first-child).margin-gap-xl {
    margin-top: 160px;
}

/* section background */
.cityu .section-bg {
    background-color: #fff;
    display: block;
    width: 100%;
    height: calc(100% - 2.6vw);
    /* transform: skew(0deg, -3deg);
    border-radius: 0 0 80px 0; */
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cityu .section-bg img {
    width: 100%;
    height: calc(100% + 50px);
    object-fit: cover;
    /* transform: skew(0deg, 3deg); */
    margin-top: 50px;
}

.cityu .section-bg.bg-skew-radius-right {
    transform: skew(0deg, -3deg);
    border-radius: 0 0 80px 0;
}

.cityu .section-bg.bg-skew-radius-right img {
    transform: skew(0deg, 3deg);
}

.cityu .section-bg.bg-skew-radius-left {
    transform: skew(0deg, 3deg);
    border-radius: 0 0 0 80px;
}

.cityu .section-bg.bg-skew-radius-left img {
    transform: skew(0deg, -3deg);
}

.cityu .section-bg.bg-unskewed {
    border-radius: 0;
    height: 100%;
}

.cityu .section-bg.bg-unskewed-radius-right {
    border-radius: 0 0 80px 0;
    height: 100%;
}

.cityu .section-bg.bg-unskewed-radius-left {
    border-radius: 0 0 0 80px;
    height: 100%;
}

.cityu main section:last-child .section-bg {
    border-radius: 0;
    transform: none;
    height: 100%;
}

.cityu main section:last-child .section-content {
    padding-bottom: 100px;
}

.cityu .section-bgcolor-gray {
    background-color: #F7F7F7;
}

.cityu .section-bgcolor-purple {
    background-color: #4829C3;
}

/* section light and dark color style */
.cityu .section-light h2,
.cityu .section-light h3 {
    color: #272727;
}

.cityu .section-dark h2,
.cityu .section-dark h3 {
    color: #fff;
}

.cityu .section-light a.btn-arrow,
.cityu .section-light a.btn-read-more {
    color: #000;
}

.cityu .section-light a.btn-arrow:hover,
.cityu .section-light a.btn-arrow:focus,
.cityu .section-light a.btn-read-more:hover,
.cityu .section-light a.btn-read-more:focus {
    color: #CC103C;
}

.cityu .section-dark a.btn-arrow,
.cityu .section-dark a.btn-read-more {
    color: #fff;
}

.cityu .section-dark a.btn-arrow:hover,
.cityu .section-dark a.btn-arrow:focus,
.cityu .section-dark a.btn-read-more:hover,
.cityu .section-dark a.btn-read-more:focus {
    color: #FFB800;
}

.cityu .section-light p {
    color: #272727;
}

.cityu .section-dark p {
    color: #fff;
}

/* section background
————————————————————————————————————————————————————————— */
.cityu .purple-dot-bg {
    background-color: #4829C4;
}

.cityu .purple-dot-bg::before {
    background: #4829C4 url(/image/icon/pattern-purple-dot.png);
    background-position-y: 100px;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -50px;
    transform: skew(0deg, -3deg);
}

/* media banner
————————————————————————————————————————————————————————— */
.cityu .media-banner,
.cityu .component-rotating-banner-1,
.cityu .component-rotating-banner-2,
.cityu .component-rotating-banner-3 {
    position: relative;
}

.cityu .media-banner-wrap {
    background: url(/image/home/media-banner-polygon-bg.svg) left bottom no-repeat;
    background-size: 100% auto;
    color: #fff;
    display: block;
    width: 100%;
    height: 360px;
    padding-top: 140px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.cityu .media-banner-wrap::after {
    background: url(/image/home/media-banner-footer.svg) right top no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 7.8125vw;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.cityu .media-banner-wrap .content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
}

.cityu .media-banner-wrap .content.show {
    opacity: 1;
    transform: translateY(0);
}

.cityu .media-banner-wrap h2 {
    font-size: 38px;
    color: #fff;
    line-height: 1.25;
    display: -webkit-box;
    width: 70%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.cityu .media-banner-wrap .banner-btn-more {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.cityu .media-banner-wrap .banner-btn-more::after {
    background: url(/image/icon/banner-btn-more-arrow.svg) center center no-repeat;
    content: '';
    display: inline-block;
    width: 10px;
    height: 34px;
    margin-left: 10px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.cityu .media-banner-wrap .banner-btn-more:hover::after,
.cityu .media-banner-wrap .banner-btn-more:focus::after {
    transform: translateX(5px);
}

.cityu .mediaBannerSwiper {
    position: relative;
}

.cityu .mediaBannerSwiper .swiper-slide {
    background-color: #fff;
    aspect-ratio: 1920 / 1000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* align-items: flex-start; */
    overflow: hidden;
}

.cityu .mediaBannerSwiper .swiper-slide img,
.cityu .mediaBannerSwiper .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.cityu .mediaBannerSwiper .swiper-slide .slide-content {
    display: none;
}

.cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
    text-align: center;
    display: flex;
    column-gap: 20px;
    margin-bottom: 360px;
    transition: all 0.3s ease;
}

.cityu .mediaBannerSwiper .swiper-button-next,
.cityu .mediaBannerSwiper .swiper-button-prev {
    background: rgba(255, 255, 255, .5) url(/image/icon/swiper-button-arrow.svg) calc(50% + 1px) center no-repeat;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    top: calc(50% - 7.5vw + 55px);
    transition: all 0.2s ease;
}

.cityu .mediaBannerSwiper .swiper-button-next {
    right: 30px;
}

.cityu .mediaBannerSwiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 30px;
}

.cityu .mediaBannerSwiper .swiper-button-next:hover,
.cityu .mediaBannerSwiper .swiper-button-next:focus,
.cityu .mediaBannerSwiper .swiper-button-prev:hover,
.cityu .mediaBannerSwiper .swiper-button-prev:focus {
    background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 1px) center no-repeat;
}

.cityu .mediaBannerSwiper .swiper-button-next::after,
.cityu .mediaBannerSwiper .swiper-button-prev::after {
    content: none;
}

.cityu .mediaBannerSwiper .swiper-pagination-wrap {
    position: relative;
}

.cityu .mediaBannerSwiper .swiper-buttons-wrap {
    display: flex;
    align-items: center;
    column-gap: 15px;
    position: absolute;
    right: 30px;
    bottom: calc(7vw - 20px);
    z-index: 10;
}

.cityu .mediaBannerSwiper .video-button {
    border-right: #fff 1px solid;
    display: flex;
    padding-right: 20px;
}

.cityu .mediaBannerSwiper .video-button .video-sound-on,
.cityu .mediaBannerSwiper .video-button .video-sound-off {
    background-color: rgba(217, 217, 217, 0.5);
    border-radius: 20px 0 0 20px;
    padding-left: 10px;
}

.cityu .mediaBannerSwiper .video-button .video-button-play,
.cityu .mediaBannerSwiper .video-button .video-button-pause {
    background-color: rgba(217, 217, 217, 0.5);
    border-radius: 20px;
    padding-left: 3px;
    padding-right: 3px;
}

.cityu .mediaBannerSwiper .video-button .video-sound-on:hover,
.cityu .mediaBannerSwiper .video-button .video-sound-off:hover,
.cityu .mediaBannerSwiper .video-button .video-button-play:hover,
.cityu .mediaBannerSwiper .video-button .video-button-pause:hover {
    background-color: rgba(217, 217, 217, 0.7);
}

.cityu .mediaBannerSwiper .video-button.has-image .video-sound-on,
.cityu .mediaBannerSwiper .video-button.has-image .video-sound-off,
.cityu .mediaBannerSwiper .video-button.has-image .video-button-play,
.cityu .mediaBannerSwiper .video-button.has-image .video-button-pause {
    opacity: .5;
    pointer-events: none;
}

.cityu .mediaBannerSwiper .swiper-pagination-bullets {
    width: fit-content;
    position: relative;
    /* left: auto;
    right: 110px;
    bottom: calc(7vw - 12px); */
}

.cityu .mediaBannerSwiper.swiper-horizontal>.swiper-pagination-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff00;
    border: #fff 1px solid;
    opacity: 1;
    transition: all 0.2s ease;
}

.cityu .mediaBannerSwiper.swiper-horizontal>.swiper-pagination-wrap .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.cityu .mediaBannerSwiper.swiper-horizontal>.swiper-pagination-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
}

.cityu .mediaBannerSwiper .swiper-button {
    width: fit-content;
    /* left: auto;
    right: 30px;
    bottom: calc(7vw - 20px);
    position: absolute;
    z-index: 10; */
}

.cityu .mediaBannerSwiper .swiper-button-play,
.cityu .mediaBannerSwiper .swiper-button-pause {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cityu .mediaBannerSwiper .swiper-button-play:hover,
.cityu .mediaBannerSwiper .swiper-button-pause:hover {
    background-color: rgba(255, 255, 255, .7);
}

/* rotating banner 2 */
.cityu .component-rotating-banner-2 .media-banner-wrap {
    background: url(/image/global/rotating-banner2-polygon-bg.svg) left bottom no-repeat;
    background-size: 100% auto;
    height: 294px;
    padding-top: 72px;
}

.cityu .component-rotating-banner-2 .media-banner-wrap h2 a,
.cityu .component-rotating-banner-2 .media-banner-wrap p a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.cityu .component-rotating-banner-2 .swiper-buttons-wrap {
    bottom: calc(8.4vw - 20px);
}

/* .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-pagination-bullets {
    bottom: calc(8.4vw - 12px);
}
.cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-button {
    bottom: calc(8.4vw - 20px);
} */

/* rotating banner 3 */
.cityu .component-rotating-banner-3 .media-banner-wrap {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    background-size: 100% auto;
    height: 320px;
    padding-top: 100px;
}

/* .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-pagination-bullets {
    bottom: calc(7vw - 12px);
}
.cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-button {
    bottom: calc(7vw - 20px);
} */
/* Component Banner 1, Component Banner 3
————————————————————————————————————————————————————————— */
.cityu .component-banner-1,
.cityu .component-banner-3 {
    width: 100%;
    height: 500px;
    margin-bottom: 70px;
    position: relative;
}

.cityu .component-banner-1::after,
.cityu .component-banner-3::after {
    background: url(/image/home/media-banner-footer.svg) right -0.5px top 0 no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 7.8125vw;
    max-height: 160px;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.cityu .component-banner-1 img,
.cityu .component-banner-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cityu .component-banner-1 .component-banner-title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 1;
}

.cityu .component-banner-1 .component-banner-title h1 {
    background: url(/image/global/component-banner-title-bg.svg) center center no-repeat;
    display: block;
    width: 634px;
    height: 224px;
    padding: 62px 58px;
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 0;
}

.cityu .component-banner-3 .component-banner-title {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cityu .component-banner-3 .component-banner-title h1 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 0;
}

/* Component Banner 2
————————————————————————————————————————————————————————— */
.cityu .component-banner-2 {
    /* background-image: url(/image/global/banner-logo.svg), linear-gradient(to right, #F4F4F4 11.56%, #DCDCDC 92%); */
    /* background-size: 350px auto, auto auto; */
    background-image: url(/image/global/banner-logo-cityuhk.svg), linear-gradient(to right, #F4F4F4 11.56%, #DCDCDC 92%);
    background-repeat: no-repeat;
    background-size: 536px auto, auto auto;
    background-position: 17.5% 12px, 0 0;
    height: 120px;
    position: relative;
}

.cityu .component-banner-2::after {
    background: url(/image/global/component-banner-2-bottom.svg) right bottom no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: -1px;
}

/* Image banner
————————————————————————————————————————————————————————— */
.cityu .component-image-banner {
    position: relative;
}

.cityu .image-banner-wrap {
    background-color: #fff;
    aspect-ratio: 1920 / 1000;
    display: block;
    overflow: hidden;
    position: relative;
}

.cityu .image-banner-wrap::after {
    background: url(/image/home/media-banner-footer.svg) right -0.5px top 0 no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 7.8125vw;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.cityu .image-banner-wrap img {
    width: 100%;
    height: auto;
}

/* landing banner
————————————————————————————————————————————————————————— */
.cityu .landing-banner {
    position: relative;
}

.cityu .landing-banner-wrap {
    background: url(/image/landing/landing-banner-polygon-bg.svg) left top no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 20.7vw;
    margin-top: -7.7vw;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.cityu .landing-banner-wrap::after {
    background: url(/image/landing/landing-banner-footer.svg) right top no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 7.8125vw;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cityu .landing-banner-wrap .content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
}

.cityu .landing-banner-wrap .content.show {
    opacity: 1;
    transform: translateY(0);
}

.cityu .landing-banner-wrap h2 {
    font-size: clamp(26px, 2.6vw, 38px);
    color: #fff;
    line-height: 1.25;
    max-width: 50%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.cityu .landing-banner-wrap .banner-btn-more {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.cityu .landing-banner-wrap .banner-btn-more::after {
    background: url(/image/icon/banner-btn-more-arrow.svg) center center no-repeat;
    content: '';
    display: inline-block;
    width: 10px;
    height: 34px;
    margin-left: 10px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.cityu .landing-banner-wrap .banner-btn-more:hover::after,
.cityu .landing-banner-wrap .banner-btn-more:focus::after {
    transform: translateX(5px);
}

.cityu .landingBannerSwiper {
    position: relative;
}

.cityu .landingBannerSwiper .swiper-slide {
    aspect-ratio: 1920 / 592;
}

.cityu .landingBannerSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cityu .landing-banner .swiper-slide .slide-content {
    display: none;
}

.cityu .landingBannerSwiper .swiper-button-next,
.cityu .landingBannerSwiper .swiper-button-prev {
    background: rgba(255, 255, 255, .5) url(/image/icon/swiper-button-arrow.svg) calc(50% + 1px) center no-repeat;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    top: 15.42vw;
    transition: all 0.2s ease;
}

.cityu .landingBannerSwiper .swiper-button-next {
    right: 30px;
}

.cityu .landingBannerSwiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 30px;
}

.cityu .landingBannerSwiper .swiper-button-next:hover,
.cityu .landingBannerSwiper .swiper-button-next:focus,
.cityu .landingBannerSwiper .swiper-button-prev:hover,
.cityu .landingBannerSwiper .swiper-button-prev:focus {
    background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 1px) center no-repeat;
}

.cityu .landingBannerSwiper .swiper-button-next::after,
.cityu .landingBannerSwiper .swiper-button-prev::after {
    content: none;
}

.cityu .landingBannerSwiper .swiper-pagination-wrap {
    position: relative;
}

.cityu .landingBannerSwiper .swiper-pagination-bullets {
    width: fit-content;
    left: auto;
    right: 30px;
    bottom: calc(6.4vw - 12px);
}

.cityu .landingBannerSwiper.swiper-horizontal>.swiper-pagination-wrap>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff00;
    border: #fff 1px solid;
    opacity: 1;
}

.cityu .landingBannerSwiper.swiper-horizontal>.swiper-pagination-wrap>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* breadcrumb section
/* breadcrumb section dropdown
————————————————————————————————————————————————————————— */
.cityu .breadcrumb-section {
    margin-bottom: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.cityu .breadcrumb-section-dropdown {
    margin-bottom: 65px;
    padding-right: 220px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.cityu .breadcrumb-section-dropdown .navbar {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.cityu .breadcrumb-section .breadcrumb,
.cityu .breadcrumb-section-dropdown .breadcrumb {
    display: block;
    margin-bottom: 0;
}

.cityu .breadcrumb-section .breadcrumb-item,
.cityu .breadcrumb-section-dropdown .breadcrumb-item {
    color: #272727;
    font-size: 14px;
    line-height: 20px;
}

/* .cityu .breadcrumb-section .breadcrumb-item:last-child,
.cityu .breadcrumb-section-dropdown .breadcrumb-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
} */
.cityu .breadcrumb-section .breadcrumb-item+.breadcrumb-item::before,
.cityu .breadcrumb-section-dropdown .breadcrumb-item+.breadcrumb-item::before {
    background: url(/image/icon/slash-sign.svg) center center no-repeat;
    content: '';
    float: none;
    display: inline-block;
    width: 5px;
    height: 18px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 0;
    vertical-align: text-top;
}

.cityu .breadcrumb-section .breadcrumb-item a,
.cityu .breadcrumb-section-dropdown .breadcrumb-item a {
    color: #D93B24;
    text-decoration: none;
}

.cityu .breadcrumb-section .breadcrumb-item a:hover,
.cityu .breadcrumb-section .breadcrumb-item a:focus,
.cityu .breadcrumb-section-dropdown .breadcrumb-item a:hover,
.cityu .breadcrumb-section-dropdown .breadcrumb-item a:focus {
    color: #CC103C;
}

/* component - global
————————————————————————————————————————————————————————— */
.cityu [class*="component-"]:not(.component-top, .component-header, .component-content, .component-footer)+[class*="component-"] {
    margin-top: 60px;
}

.cityu [class*="component-"]:not(.component-top, .component-header, .component-content, .component-footer)+[class*="component-"].margin-gap-lg {
    margin-top: 110px;
}

.cityu [class*="component-"]:not(.component-top, .component-header, .component-content, .component-footer)+[class*="component-"].margin-gap-xl {
    margin-top: 160px;
}

.cityu .buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 20px;
    margin-top: 60px;
}

.cityu .component-image {
    margin-bottom: 50px;
}

.cityu .component-image img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

/* component - header
————————————————————————————————————————————————————————— */
.cityu .component-header {
    padding-bottom: 40px;
}

.cityu .component-header .h-pure {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 10px;
}

.cityu .component-header .heading-underline {
    margin-bottom: 20px;
}

.cityu .component-header.d-flex .heading-underline {
    max-width: 75%;
    margin-right: auto;
}

.cityu .component-header .btn-arrow {
    flex: 0 0 auto;
    margin-top: 14px;
}

/* Component Button 1
————————————————————————————————————————————————————————— */
.cityu .component-button-1 a {
    border: #DC5D2D 2px solid;
    border-radius: 8px;
    background-color: #fff;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    position: relative;
    z-index: 0;
    transition: all 0.2s ease;
}

.cityu .component-button-1 a::after {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.2s ease;
}

.cityu .component-button-1 a:hover {
    background-color: #ffffff00;
    color: #fff;
}

.cityu .component-button-1 a:hover::after {
    height: 100%;
}

/* Component Button 2
————————————————————————————————————————————————————————— */
.cityu .component-button-2 .btn {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    min-width: 155px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    z-index: 1;
}

.cityu .component-button-2 .btn::before {
    background-image: linear-gradient(to right, #DA562B 0%, #CC103C 25%, #9F0D43 100%);
    content: '';
    inset: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s linear;
}

.cityu .component-button-2 .btn:hover::before {
    opacity: 1;
}

.cityu #CityuModal .modal-content {
    border: none;
    border-radius: 10px;
}

.cityu #CityuModal .modal-content .modal-header {
    border-bottom: #DCDCDC 1px solid;
    padding: 27px 24px 20px;
}

.cityu #CityuModal .modal-content .modal-header .modal-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
}

.cityu #CityuModal .modal-content .modal-header .btn-close {
    background: url(/image/icon/modal-dialog-close.svg) center center no-repeat;
    width: 22px;
    height: 22px;
    opacity: 1;
    margin-right: 0;
    padding: 0;
}

.cityu #CityuModal .modal-content .modal-body {
    padding: 20px 24px;
}

.cityu #CityuModal .modal-content .modal-body p {
    line-height: 26px;
    margin-bottom: 20px;
}

.cityu #CityuModal .modal-content .modal-body :last-child {
    margin-bottom: 0;
}

.cityu #CityuModal .modal-content .modal-footer {
    border-top: none;
    padding: 20px 24px 24px;
}

.cityu #CityuModal .modal-content .modal-footer>* {
    margin: 0;
}

.cityu #CityuModal .modal-content .modal-footer>button+button {
    margin-left: 20px;
}

.cityu #CityuModal .modal-content .modal-footer>.btn {
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    min-width: 102px;
    position: relative;
    padding: 14px;
}

.cityu #CityuModal .modal-content .modal-footer>.btn-primary {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    overflow: hidden;
    z-index: 1;
}

.cityu #CityuModal .modal-content .modal-footer>.btn-primary::before {
    background-image: linear-gradient(to right, #DA562B 0%, #CC103C 25%, #9F0D43 100%);
    content: '';
    inset: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s linear;
}

.cityu #CityuModal .modal-content .modal-footer>.btn-primary:hover::before,
.cityu #CityuModal .modal-content .modal-footer>.btn-primary:focus::before {
    opacity: 1;
}

.cityu #CityuModal .modal-content .modal-footer>.btn-secondary {
    background-color: #E8E8E8;
    color: #272727;
}

.cityu #CityuModal .modal-content .modal-footer>.btn-secondary:hover,
.cityu #CityuModal .modal-content .modal-footer>.btn-secondary:focus {
    background-color: #DBDBDB;
}

/* Component Content 2
————————————————————————————————————————————————————————— */
.cityu .component-content-2 .component-content>.row>.col-12:first-child> :not(:first-child) {
    margin-top: 60px;
}

.cityu .component-content-2 .quote-container {
    margin-right: 10px;
}

.cityu .component-content-2 .quote-container::before {
    width: 86px;
    height: 72px;
    left: -17px;
    top: -25px;
}

.cityu .section-dark .component-content-2 .quote-container::before {
    background: url(/image/icon/quote-open-dark.svg) no-repeat;
}

.cityu .section-light .component-content-2 .quote-container::before {
    background: url(/image/icon/quote-open-light.svg) no-repeat;
}

.cityu .component-content-2 .quote-container::after {
    width: 86px;
    height: 72px;
    right: -17px;
    bottom: 0;
}

.cityu .component-content-2 .quote-container {
    margin-left: 103px;
    margin-top: 25px;
}

.cityu .section-dark .component-content-2 .quote-container::after {
    background: url(/image/icon/quote-close-dark.svg) no-repeat;
}

.cityu .section-light .component-content-2 .quote-container::after {
    background: url(/image/icon/quote-close-light.svg) no-repeat;
}

.cityu .section-dark .component-content-2 .quote-container p {
    line-height: 2;
}

.cityu .component-content-2 .border-left-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cityu .component-content-2 .border-left-container p {
    margin-bottom: 0;
}

.cityu .component-content-2 .border-left-container::before {
    background-image: linear-gradient(to bottom, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    border-radius: 4px;
    content: '';
    display: block;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.cityu .component-content-2 .component-image {
    margin-bottom: 0;
}

.cityu .component-content-2 .component-image img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

/* Component Content 3, Component Content 4
————————————————————————————————————————————————————————— */
.cityu .component-content-3 .component-content h3 {
    margin-bottom: 30px;
}

/* Component Content 4
————————————————————————————————————————————————————————— */
.cityu .component-content-4 .component-content .btn-read-more {
    margin-top: 20px;
}

/* Component Content 6
————————————————————————————————————————————————————————— */
.cityu .component-content-6 .col-content:first-child {
    padding-right: 32px;
}

.cityu .component-content-6 .col-content:last-child {
    padding-left: 32px;
}

/* Component Content 8, Component Content 9
————————————————————————————————————————————————————————— */
.cityu .component-content-8 .component-header,
.cityu .component-content-9 .component-header {
    padding-bottom: 10px;
}

.cityu .component-content-8 .component-image {
    float: right;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.cityu .component-content-9 .component-image {
    float: left;
    width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cityu .component-content-8 .component-image img,
.cityu .component-content-9 .component-image img {
    border-radius: 15px 15px 0 0;
}

.cityu .component-content-8 .image-caption,
.cityu .component-content-9 .image-caption {
    border-radius: 15px;
    margin-top: -15px;
    position: relative;
}

.cityu .component-content-8 .image-caption .image-caption-body,
.cityu .component-content-9 .image-caption .image-caption-body {
    background: url(/image/global/image-caption-bg-top.svg)center center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 20px 20px 5px;
}

.cityu .component-content-8 .image-caption .image-caption-footer,
.cityu .component-content-9 .image-caption .image-caption-footer {
    background: url(/image/global/image-caption-bg-bottom.svg) center center no-repeat;
    background-size: 100% auto;
    padding-top: 7.66%;
}

/* Component Card 1, Component Card 4
————————————————————————————————————————————————————————— */
.cityu .component-card-1 .component-content>.row,
.cityu .component-card-4 .component-content>.row {
    row-gap: 30px;
}

.cityu .component-card-1 .component-content .card,
.cityu .component-card-4 .component-content .card {
    background: none;
    border: none;
}

.cityu .component-card-1 .component-content .card a,
.cityu .component-card-4 .component-content .card a {
    text-decoration: none;
}

.cityu .component-card-1 .component-content .card .card-body,
.cityu .component-card-4 .component-content .card .card-body {
    background-image: url(/image/global/card-body-polygon.svg), linear-gradient(to bottom, #F7F7F7 0, #F7F7F7 70%, #F7F7F700 70%, #F7F7F700 100%);
    background-position: center bottom;
    background-size: 100% auto, auto auto;
    background-repeat: no-repeat;
    border-radius: 15px 15px 0 0;
    min-height: 186px;
    padding: 42px 25px 66px;
    position: relative;
}

.cityu .component-card-1 .component-content .card .card-body::before,
.cityu .component-card-4 .component-content .card .card-body::before {
    background-image: linear-gradient(to right, #DA562B 31%, #CA2052 100%);
    border-radius: 2px;
    content: '';
    display: block;
    width: 26px;
    height: 4px;
    position: absolute;
    left: 20px;
    top: 28px;
    transition: all 0.2s ease;
}

.cityu .component-card-1 .component-content .card:hover .card-body::before,
.cityu .component-card-4 .component-content .card:hover .card-body::before {
    width: 46px;
}

.cityu .component-card-1 .component-content .card .card-body::after,
.cityu .component-card-4 .component-content .card .card-body::after {
    background: #fff url(/image/icon/btn-arrow-gradient.svg) center center no-repeat;
    border: #F0F0F0 1px solid;
    border-radius: 50%;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.cityu .component-card-1 .component-content .card:hover .card-body::after,
.cityu .component-card-4 .component-content .card:hover .card-body::after {
    background-image: url(/image/icon/btn-arrow-white.svg), linear-gradient(to right, #DF7433 0, #DA562B 32%, #CC103C 74%, #9F0D43 100%);
    background-position: center center;
}

.cityu .component-card-1 .component-content .card .card-body .card-text,
.cityu .component-card-4 .component-content .card .card-body .card-text {
    line-height: 1.625;
}

/* Component Card 2
————————————————————————————————————————————————————————— */
.cityu .component-card-2 .component-header {
    padding-bottom: 30px;
}

.cityu .component-card-2 .component-content .row {
    row-gap: 30px;
}

.cityu .component-card-2 .component-content .card {
    background: none;
    border: none;
    padding-bottom: 11px;
}

.cityu .component-card-2 .component-content .card .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.cityu .component-card-2 .component-content .card a {
    text-decoration: none;
}

.cityu .component-card-2 .component-content .card .card-cover-link {
    text-indent: -9999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.cityu .component-card-2 .component-content .card .card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
}

.cityu .component-card-2 .component-content .card:not(.card-style-2):hover .card-img-top img {
    transform: scale(1.1);
}

.cityu .component-card-2 .component-content .card .card-body {
    background-image: url(/image/global/card-body-polygon.svg), linear-gradient(to bottom, #F7F7F7 0, #F7F7F7 70%, #F7F7F700 70%, #F7F7F700 100%);
    background-position: center bottom;
    background-size: 100% auto, auto auto;
    background-repeat: no-repeat;
    min-height: 250px;
    padding: 33px 17px 30px;
    position: relative;
}

.cityu .component-card-2 .component-content .card .card-body::before {
    background-image: linear-gradient(to right, #DA562B 31%, #CA2052 100%);
    border-radius: 2px;
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 20px;
    top: 20px;
    transition: all 0.2s ease;
}

.cityu .component-card-2 .component-content .card:not(.card-style-2):hover .card-body::before {
    width: 40px;
}

.cityu .component-card-2 .component-content .card .card-body::after {
    background: #fff url(/image/icon/btn-arrow-gradient.svg) center center no-repeat;
    background-size: 16px 16px;
    border: #F0F0F0 1px solid;
    border-radius: 50%;
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 20px;
    bottom: -11px;
}

.cityu .component-card-2 .component-content .card:not(.card-style-2):hover .card-body::after {
    background-image: url(/image/icon/btn-arrow-white.svg), linear-gradient(to right, #DF7433 0, #DA562B 32%, #CC103C 74%, #9F0D43 100%);
    background-size: 16px 16px, auto auto;
    background-position: center center;
}

.cityu .component-card-2 .component-content .card-style-1 .card-link-wrap,
.cityu .component-card-2 .component-content .card-style-2 .card-cover-link,
.cityu .component-card-2 .component-content .card-style-2 .card-date,
.cityu .component-card-2 .component-content .card-style-3 .card-date,
.cityu .component-card-2 .component-content .card-style-3 .card-link-wrap {
    display: none;
}

.cityu .component-card-2 .component-content .card-style-2 .card-body::after {
    content: none;
}

.cityu .component-card-2 .component-content .card .card-body .card-title {
    color: #272727;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.cityu .component-card-2 .component-content .card .card-body .card-text,
.cityu .component-card-2 .component-content .card .card-body .card-date,
.cityu .component-card-2 .component-content .card .card-body .card-link {
    color: #272727;
    font-size: 16px;
    line-height: 26px;
}

.cityu .component-card-2 .component-content .card .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.cityu .component-card-2 .component-content .card-style-1 .card-body .card-text,
.cityu .component-card-2 .component-content .card-style-2 .card-body .card-text {
    -webkit-line-clamp: 4;
}

.cityu .component-card-2 .component-content .card .card-body> :last-child {
    margin-bottom: 0;
}

.cityu .component-card-2 .component-content .card-style-2 .card-body .card-link-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}

.cityu .component-card-2 .component-content .card .card-body .card-link-wrap .card-link {
    color: #272727;
    background: url(/image/icon/btn-arrow-gradient-bold.svg) left center no-repeat;
    margin-left: 0;
    padding-left: 30px;
}

.cityu .component-card-2 .component-content .card .card-body .card-link-wrap .card-link:hover,
.cityu .component-card-2 .component-content .card-dark .card-body .card-link-wrap .card-link:hover {
    color: #CC103C;
}

/* card dark  */
.cityu .component-card-2 .component-content .card-dark .card-body {
    background-image: url(/image/global/card-body-polygon-dark.svg), linear-gradient(to bottom, #4829C3 0, #4829C3 70%, #4829C300 70%, #4829C300 100%);
    background-position: center bottom;
    background-size: 100% auto, auto auto;
    background-repeat: no-repeat;
}

/* theme color */
.cityu .theme-color-blue .component-card-2 .component-content .card-dark .card-body {
    background-image: url(/image/global/card-body-polygon-dark-blue.svg), linear-gradient(to bottom, #271CBD 0, #271CBD 70%, #4829C300 70%, #4829C300 100%);
}

.cityu .theme-color-green .component-card-2 .component-content .card-dark .card-body {
    background-image: url(/image/global/card-body-polygon-dark-green.svg), linear-gradient(to bottom, #117379 0, #117379 70%, #4829C300 70%, #4829C300 100%);
}

.cityu .theme-color-lime .component-card-2 .component-content .card-dark .card-body {
    background-image: url(/image/global/card-body-polygon-dark-lime.svg), linear-gradient(to bottom, #166A51 0, #166A51 70%, #4829C300 70%, #4829C300 100%);
}

.cityu .theme-color-purple .component-card-2 .component-content .card-dark .card-body {
    background-image: url(/image/global/card-body-polygon-dark-purple.svg), linear-gradient(to bottom, #71399E 0, #71399E 70%, #4829C300 70%, #4829C300 100%);
}

.cityu .theme-color-pink .component-card-2 .component-content .card-dark .card-body {
    background-image: url(/image/global/card-body-polygon-dark-pink.svg), linear-gradient(to bottom, #AB3273 0, #AB3273 70%, #4829C300 70%, #4829C300 100%);
}

/* theme color end */
.cityu .component-card-2 .component-content .card-dark .card-body .card-title,
.cityu .component-card-2 .component-content .card-dark .card-body .card-text,
.cityu .component-card-2 .component-content .card-dark .card-body .card-date,
.cityu .component-card-2 .component-content .card-dark .card-body .card-link-wrap .card-link {
    color: #fff;
}

.cityu .component-card-2 .component-content .card-dark .card-body .card-link-wrap .card-link:hover {
    color: #FFB800;
}

/* Component Card 3
————————————————————————————————————————————————————————— */
.cityu .component-card-3 .component-content .row {
    row-gap: 30px;
}

.cityu .component-card-3 .card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.cityu .component-card-3 .card .card-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: all 0.2s ease;
}

.cityu .component-card-3 .card:hover .card-img {
    transform: scale(1.1);
}

.cityu .component-card-3 .card .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cityu .component-card-3 .card .card-body {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    flex: 0 0 auto;
    padding: 36px 20px 25px;
    position: relative;
}

.cityu .component-card-3 .card .card-body::before {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    content: '';
    display: block;
    clip-path: polygon(0 11px, 100% 0, 100% 100%, 0 100%);
    height: 19px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease;
}

.cityu .component-card-3 .card:hover .card-body::before {
    height: 100%;
}

.cityu .component-card-3 .card .card-body h3 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

/* Component Card 5
————————————————————————————————————————————————————————— */
.cityu .component-card-5 .component-content .row {
    row-gap: 30px;
}

.cityu .component-card-5 .component-content .card {
    background-image: linear-gradient(177deg, #F5F5F5 0, #F5F5F5 76px, #fff 76px, #fff 100%);
    border: #C9C9C9 1px solid;
    border-radius: 10px;
    align-items: center;
    padding: 25px 20px;
}

.cityu .component-card-5 .component-content .card.card-address {
    background-image: linear-gradient(177deg, #FFF3EC 0, #FFF3EC 76px, #fff 76px, #fff 100%);
}

.cityu .component-card-5 .component-content .card .card-icon {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 17px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}

.cityu .component-card-5 .component-content .card .card-body {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
}

.cityu .component-card-5 .component-content .card .card-body .card-title {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
}

.cityu .component-card-5 .component-content .card .card-body p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.cityu .component-card-5 .component-content .card .card-body a {
    display: block;
}

/* Component List 1
————————————————————————————————————————————————————————— */
.cityu .component-list-1 .component-content .card {
    background: none;
    border: none;
}

.cityu .component-list-1 .component-content .card>.row {
    margin-left: -20px;
    margin-right: -20px;
}

.cityu .component-list-1 .component-content .card>.row>* {
    padding-left: 20px;
    padding-right: 20px;
}

.cityu .component-list-1 .component-content .card .card-img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.cityu .component-list-1 .component-content .card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cityu .component-list-1 .component-content .card .card-body {
    padding: 30px 0 0;
}

.cityu .component-list-1 .component-content .card .card-body .card-title {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #9F0D43;
    font-size: 32px;
    line-height: 39px;
    width: fit-content;
}

.cityu .component-list-1 .component-content .card .card-body .card-text {
    margin-bottom: 0;
}

.cityu .component-list-1 .component-content .card .card-body .btn-read-more {
    margin-top: 60px;
}

/* Component List 3
————————————————————————————————————————————————————————— */
.cityu .component-list-3 .component-content .card {
    background: none;
    border: none;
    margin-bottom: 30px;
}

.cityu .component-list-3 .component-content .card a {
    text-decoration: none;
}

.cityu .component-list-3 .component-content .card .card-img-top {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.cityu .component-list-3 .component-content .card .card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease;
}

.cityu .component-list-3 .component-content .card:hover .card-img-top img {
    transform: scale(1.1);
}

.cityu .component-list-3 .component-content .card .card-body {
    padding: 20px 28px 0;
}

.cityu .component-list-3 .component-content .card .card-body .card-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.cityu .component-list-3 .component-content .card-style-2 .card-body .card-title {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cityu .component-list-3 .component-content .card .card-body .card-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.cityu .component-list-3 .component-content .card .card-body .card-date {
    color: #747474;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cityu .component-list-3 .component-content .card-style-1 .card-body .card-text,
.cityu .component-list-3 .component-content .card-style-3 .card-body .card-date {
    display: none;
}

/* Component List 4
————————————————————————————————————————————————————————— */
.cityu .component-list-4 .component-content .list {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.cityu .component-list-4 .component-content .list:not(:last-child) {
    margin-bottom: 30px;
}

.cityu .component-list-4 .component-content .list .list-icon {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
    padding: 14px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}

.cityu .component-list-4 .component-content .list .list-icon img {
    width: 32px;
    height: auto;
}

.cityu .component-list-4 .component-content .list .list-body {
    padding: 4px 0 4px 20px;
}

.cityu .component-list-4 .component-content .list .list-body .card-title {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.cityu .component-list-4 .component-content .list .list-body :last-child {
    margin-bottom: 0;
}

/* Component Menu 1
————————————————————————————————————————————————————————— */
.cityu .component-menu-1>.component-content>.row {
    margin-left: -20px;
    margin-right: -20px;
}

.cityu .component-menu-1>.component-content>.row>* {
    padding-left: 20px;
    padding-right: 20px;
}

.cityu .component-menu-1>.component-content>.row> :last-child {
    padding-top: 30px;
}

.cityu .component-menu-1 .component-menu-list {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.cityu .component-menu-1 .component-menu-list li {
    border-bottom: #A8A8A8 1px solid;
}

.cityu .component-menu-1 .component-menu-list li:hover::before,
.cityu .component-menu-1 .component-menu-list li:focus::before {
    opacity: 1;
}

.cityu .component-menu-1 .component-menu-list a {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    min-height: 80px;
    align-items: center;
    text-decoration: none;
    padding: 16px 25% 16px 0;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}

.cityu .section-light .component-menu-1 .component-menu-list a {
    color: #272727;
}

.cityu .section-dark .component-menu-1 .component-menu-list a {
    color: #fff;
}

.cityu .section-light .component-menu-1 .component-menu-list a:hover,
.cityu .section-light .component-menu-1 .component-menu-list a:focus,
.cityu .section-dark .component-menu-1 .component-menu-list a:hover,
.cityu .section-dark .component-menu-1 .component-menu-list a:focus {
    color: #fff;
}

.cityu .component-menu-1 .component-menu-list li a::before {
    background-image: linear-gradient(to right, #EF6B39 17.5%, #D33F3F 100%);
    border-radius: 8px;
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: -60px;
    right: -8px;
    top: -1px;
    bottom: -1px;
    z-index: -1;
    transition: all 0.2s ease;
}

.cityu .component-menu-1 .component-menu-list li a::after {
    background: #fff url(/image/icon/btn-arrow-orange.svg) center center no-repeat;
    background-size: 18px auto;
    border: #DBDBDB 1px solid;
    border-radius: 50%;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    opacity: 0;
    position: absolute;
    right: 24px;
    top: calc(50% - 20px);
    transition: all 0.2s ease;
}

.cityu .component-menu-1 .component-menu-list a:hover::before,
.cityu .component-menu-1 .component-menu-list a:focus::before,
.cityu .component-menu-1 .component-menu-list a:hover::after,
.cityu .component-menu-1 .component-menu-list a:focus::after {
    opacity: 1;
}

/* component Link 1
————————————————————————————————————————————————————————— */
.cityu .component-link-1 .component-content p {
    font-size: 20px;
    line-height: 1.7;
}

/* component News 1
————————————————————————————————————————————————————————— */
.cityu .component-news-1 .component-content>.row {
    margin-left: -20px;
    margin-right: -20px;
    row-gap: 40px;
}

.cityu .component-news-1 .component-content>.row>* {
    padding-left: 20px;
    padding-right: 20px;
}

.cityu .component-news-1 .component-content .card {
    background: none;
    border: none;
    border-radius: 0;
}

.cityu .component-news-1 .component-content .card .card-body {
    position: relative;
    padding: 0 0 14px;
}

.cityu .component-news-1 .component-content .card .card-body::after {
    background-image: linear-gradient(to right, #DA562B 31%, #CA2052 100%);
    border-radius: 2px;
    content: '';
    display: block;
    width: 26px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.2s ease;
}

.cityu .component-news-1 .component-content .card .card-body .card-date {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cityu .component-news-1 .component-content .card .card-body .card-time {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.cityu .component-news-1 .component-content .card .card-body .card-title {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #9F0D43;
    font-size: 18px;
    line-height: 28px;
    width: fit-content;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.cityu .component-news-1 .component-content .card .card-body .card-title:hover,
.cityu .component-news-1 .component-content .card .card-body .card-title:focus {
    background-image: linear-gradient(to right, #DA562B 0%, #CC103C 25%, #9F0D43 100%);
}

.cityu .component-news-1 .component-content .card .card-body .card-categories>a {
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
}

.cityu .section-light .component-news-1 .component-content .card .card-body .card-categories>a {
    color: #707070;
}

.cityu .section-light .component-news-1 .component-content .card .card-body .card-categories>a:hover,
.cityu .section-light .component-news-1 .component-content .card .card-body .card-categories>a:focus {
    color: #CC103C;
}

.cityu .section-dark .component-news-1 .component-content .card .card-body .card-categories>a {
    color: #c3c3c3;
}

.cityu .section-dark .component-news-1 .component-content .card .card-body .card-categories>a:hover,
.cityu .section-dark .component-news-1 .component-content .card .card-body .card-categories>a:focus {
    color: #FFB800;
}

/* Component Accordion 1
————————————————————————————————————————————————————————— */
.cityu .component-accordion-1 .accordion-item {
    border: none;
    border-radius: 0;
}

.cityu .component-accordion-1 .accordion-item:not(:last-child) {
    margin-bottom: 6px;
}

.cityu .component-accordion-1 .accordion-item>.accordion-header {
    margin-bottom: 0;
}

.cityu .component-accordion-1 .accordion-item>.accordion-header .accordion-button {
    background-color: #FAFAFA;
    border-radius: 0;
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    box-shadow: none;
    padding: 11px 26px;
}

.cityu .component-accordion-1 .accordion-item>.accordion-header .accordion-button:not(.collapsed) span {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cityu .component-accordion-1 .accordion-item>.accordion-header .accordion-button::after {
    background: url(/image/icon/accordion-btn-arrow.svg) center center no-repeat;
    background-size: 14px auto;
    background-color: #fff;
    border: #F0F0F0 1px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.cityu .component-accordion-1 .accordion-body {
    font-weight: 500;
    line-height: 1.625;
    padding: 25px 24px;
}

/* Component Accordion 2
————————————————————————————————————————————————————————— */
.cityu .component-accordion-2 .summary .btn {
    border-bottom: #DCDCDC 1px solid;
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 10px 26px 10px 0;
}

.cityu .component-accordion-2 .summary .btn::before {
    background: url(/image/icon/accordion-btn-arrow.svg) center center no-repeat;
    background-size: 14px auto;
    background-color: #fff;
    border: #F0F0F0 1px solid;
    border-radius: 50%;
    content: '';
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    transform: rotate(-90deg);
    transition: transform 0.2s ease-in-out;
}

.cityu .component-accordion-2 .summary .btn:not(.collapsed)::before {
    transform: rotate(0deg);
}

.cityu .component-accordion-2 .summary .btn span {
    padding: 2px 0 2px 15px;
}

.cityu .component-accordion-2 .summary .collapse-body {
    font-weight: 500;
    line-height: 1.625;
    padding: 25px 0;
}

/* Component Table 1, Component Table 2
————————————————————————————————————————————————————————— */
.cityu .component-table-1 table,
.cityu .component-table-2 table {
    margin-bottom: 0;
}

.cityu .component-table-1 .table-group-divider {
    border-color: transparent;
    position: relative;
}

.cityu .component-table-1 .table-group-divider::before {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 30%, #CC103C 75%, #9F0D43 100%);
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -3px;
}

.cityu .component-table-2 .table-group-divider {
    border-color: #272727;
}

.cityu .component-table-1 table thead tr th,
.cityu .component-table-2 table thead tr th {
    color: #272727;
    font-size: 18px;
    line-height: 26px;
    padding: 13px 20px;
}

.cityu .component-table-1 table tbody tr td,
.cityu .component-table-2 table tbody tr td {
    border-color: #DCDCDC;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 15px 20px;
}

.cityu .component-table-1 .table-hover>tbody>tr:hover>* {
    --bs-table-color-state: #272727;
    --bs-table-bg-state: #FFF3EC;
}

.cityu .component-table-2 .table-hover>tbody>tr:hover>* {
    --bs-table-color-state: #272727;
    --bs-table-bg-state: #F8F8F8;
}

/* Component Table 3, Component Table 4, Component Table 5
————————————————————————————————————————————————————————— */
.cityu .component-table-3 table,
.cityu .component-table-4 table,
.cityu .component-table-5 table {
    margin-bottom: 0;
}

.cityu .component-table-3 table {
    position: relative;
    z-index: 1;
}

.cityu .component-table-3 table thead {
    position: relative;
}

.cityu .component-table-3 table thead::before {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 30%, #CC103C 75%, #9F0D43 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.cityu .component-table-4 table thead tr {
    background-color: #4829C3;
}

/* theme color */
.cityu .theme-color-blue .component-table-4 table thead tr {
    background-color: #271CBD;
}

.cityu .theme-color-green .component-table-4 table thead tr {
    background-color: #117379;
}

.cityu .theme-color-lime .component-table-4 table thead tr {
    background-color: #166A51;
}

.cityu .theme-color-purple .component-table-4 table thead tr {
    background-color: #71399E;
}

.cityu .theme-color-pink .component-table-4 table thead tr {
    background-color: #AB3273;
}

/* theme color end */
.cityu .component-table-5 table thead tr {
    background-color: #767676;
}

.cityu .component-table-3 table thead tr th {
    background-image: none !important;
}

.cityu .component-table-3 table thead tr th,
.cityu .component-table-4 table thead tr th,
.cityu .component-table-5 table thead tr th {
    background: none;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 13px 16px;
}

.cityu .component-table-3 table tbody tr td,
.cityu .component-table-4 table tbody tr td,
.cityu .component-table-5 table tbody tr td {
    border-color: transparent;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 15px 16px;
}

.cityu .component-table-3 .table-striped>tbody>tr:nth-of-type(odd)>*,
.cityu .component-table-4 .table-striped>tbody>tr:nth-of-type(odd)>*,
.cityu .component-table-5 .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: #272727;
    --bs-table-bg-type: #fff;
}

.cityu .component-table-3 .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: #272727;
    --bs-table-bg-type: #FFF3EC;
}

.cityu .component-table-3 .table-hover>tbody>tr:hover>* {
    --bs-table-color-state: #272727;
    --bs-table-bg-state: #ffeee5;
}

.cityu .component-table-4 .table-striped>tbody>tr:nth-of-type(even)>*,
.cityu .component-table-5 .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: #272727;
    --bs-table-bg-type: #F8F8F8;
}

/* Component Form 1
————————————————————————————————————————————————————————— */
.cityu .component-form-1 .component-header {
    padding-bottom: 60px;
}

.cityu .component-form-1 .component-content fieldset> :not(:last-child) {
    margin-bottom: 60px;
}

.cityu .form-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}

.cityu .form-control {
    border-color: #C7C7C7;
    border-radius: 4px;
    color: #272727;
    font-weight: 500;
    padding: 7px 12px;
}

.cityu .form-control::placeholder {
    color: #747474;
    opacity: 1;
    /* Firefox */
}

.cityu .was-validated .form-control:valid,
.cityu .form-control.is-valid {
    background: #fff url(/image/icon/form-input-valid.svg) right 12px center no-repeat;
    border-color: #0D7E70;
    padding-right: calc(24px + 24px);
}

.cityu .valid-feedback {
    color: #0D7E70;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.cityu .was-validated .form-control:invalid,
.cityu .form-control.is-invalid {
    background: #fff url(/image/icon/form-input-invalid.svg) right 12px center no-repeat;
    border-color: #D93B24;
    padding-right: calc(24px + 24px);
}

.cityu .invalid-feedback {
    color: #D93B24;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.cityu .form-check-input {
    border-color: #C7C7C7;
    width: 20px;
    height: 20px;
}

.cityu .form-check-input:checked[type=checkbox] {
    background: #4829C3 url(/image/icon/icon-checkbox.svg) center center no-repeat;
    border-color: #4829C3;
}

.cityu .form-check-input:checked[type=radio] {
    background: #4829C3 url(/image/icon/icon-radio.svg) center center no-repeat;
    border-color: #4829C3;
}

.cityu .form-check {
    margin-bottom: 20px;
    padding-left: 30px;
}

.cityu .form-check .form-check-input {
    margin-left: -30px;
    margin-top: 3px;
}

.cityu .form-check .form-check-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.cityu .form-select {
    border-color: #C7C7C7;
    border-radius: 4px;
    color: #272727;
    padding: 7px 12px;
}

.cityu input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(/image/icon/icon-calendar.svg) center center no-repeat;
}

.cityu input[type="time"]::-webkit-calendar-picker-indicator {
    background: url(/image/icon/icon-time.svg) center center no-repeat;
}

.cityu .form-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

/* form button */
.cityu .button[type="submit"] {
    min-width: unset;
    padding: 14px 22px;
}

.cityu .button-gray {
    background-color: #E8E8E8;
    border: none;
    border-radius: 6px;
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 14px 22px;
    transition: all 0.3s ease;
}

.cityu .button-gray:hover,
.cityu .button-gray:focus {
    background-color: #C7C7C7;
}

/* Component search input
————————————————————————————————————————————————————————— */
.cityu .search-input-1,
.cityu .search-input-2 {
    position: relative;
}

.cityu .search-input-1 fieldset,
.cityu .search-input-2 fieldset {
    width: 100%;
    margin: 0;
}

.cityu .search-input-1 .form-control,
.cityu .search-input-2 .form-control {
    background-color: #fff;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    padding: 6px 56px 6px 12px;
}

.cityu .search-input-2 .form-control {
    padding: 16px 56px 16px 12px;
}

.cityu .search-input-1 .form-control::placeholder,
.cityu .search-input-2 .form-control::placeholder {
    color: #747474;
    opacity: 1;
    /* Firefox */
}

.cityu .search-input-1 #actions,
.cityu .search-input-2 #actions {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.cityu .search-input-1 .button-search-submit,
.cityu .search-input-2 .button-search-submit {
    background: url(/image/icon/search-black.svg) center center no-repeat;
    border: none;
    color: #000;
    text-indent: -9999px;
    width: 56px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

/* Component search 1
————————————————————————————————————————————————————————— */
.component-search-1 {
    background-color: #F5F5F5;
    border-radius: 4px;
    padding: 20px 15px;
}

/* Component search result 1
————————————————————————————————————————————————————————— */
.component-search-result-1 .result-info {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.component-search-result-1 .result-info::before {
    background-image: linear-gradient(to right, #DB5C2C 0, #DB5C2C 20%, #DCDCDC 20%, #DCDCDC 100%);
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.component-search-result-1 .result-item {
    padding-left: 60px;
    position: relative;
}

.component-search-result-1 .result-item:not(:last-child) {
    margin-bottom: 60px;
}

.component-search-result-1 .result-item::before {
    background: #fff url(/image/icon/btn-arrow-gradient.svg) center center no-repeat;
    border: #DBDBDB 1px solid;
    border-radius: 50%;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.component-search-result-1 .result-item>p {
    line-height: 1.625;
}

.component-search-result-1 .result-item .result-title {
    color: #CC103C;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.component-search-result-1 .result-item .result-title a {
    text-decoration: none;
}

.component-search-result-1 .result-item .result-link {
    background: url(/image/icon/icon-web.svg) left center no-repeat;
    color: #747474;
    font-weight: 500;
    padding-left: 27px;
    margin-bottom: 5px;
}

.component-search-result-1 .result-item .result-breadcrumb {
    color: #747474;
    font-weight: 500;
    margin-bottom: 5px;
}

.component-search-result-1 .result-item .result-snippet {
    margin-bottom: 0;
}

/* Component list pagination
————————————————————————————————————————————————————————— */
.component-list-pagination .component-content nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
}

.component-list-pagination .component-content nav>* {
    color: #272727;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.component-list-pagination .component-content nav>.active {
    font-weight: 700;
}

.component-list-pagination .component-content nav>.pagination-first,
.component-list-pagination .component-content nav>.pagination-last {
    border: #C9C9C9 1px solid;
    border-radius: 4px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.component-list-pagination .component-content nav>.pagination-previous {
    background: url(/image/icon/pagination-previous.svg) center center no-repeat;
    border: #C9C9C9 1px solid;
    border-radius: 4px;
    text-indent: -9999px;
    display: block;
    min-width: 40px;
    overflow: hidden;
    margin-left: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.component-list-pagination .component-content nav>.pagination-next {
    background: url(/image/icon/pagination-next.svg) center center no-repeat;
    border: #C9C9C9 1px solid;
    border-radius: 4px;
    text-indent: -9999px;
    display: block;
    min-width: 40px;
    overflow: hidden;
    margin-right: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.component-list-pagination .component-content nav>.inactive {
    opacity: .5;
}

/* Component Staff 1, Component Staff 2, Component Staff 3, Component Staff 4
————————————————————————————————————————————————————————— */
.cityu [class*="component-staff-"] .component-content .card {
    background: none;
    border: none;
    border-radius: unset;
}

.cityu .component-staff-3 .component-content .card,
.cityu .component-staff-4 .component-content .card {
    display: flex;
    flex-direction: row;
}

.cityu [class*="component-staff-"] .component-content .card>a {
    position: relative;
}

.cityu .component-staff-3 .component-content .card>a,
.cityu .component-staff-4 .component-content .card>a {
    flex: 0 0 auto;
    width: 185px;
    height: 185px;
}

.cityu [class*="component-staff-"] .component-content .card>a::after {
    background: #fff url(/image/icon/btn-arrow-gradient.svg) center center no-repeat;
    background-size: 16px 16px;
    border: #F0F0F0 1px solid;
    border-radius: 50%;
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
}

.cityu .component-staff-1 .component-content .card>a::after {
    right: 24%;
    bottom: 0;
}

.cityu .component-staff-2 .component-content .card>a::after {
    right: 35px;
    bottom: -17px;
}

.cityu .component-staff-3 .component-content .card>a::after {
    right: 24px;
    bottom: 0;
}

.cityu .component-staff-4 .component-content .card>a::after {
    right: 13px;
    bottom: -17px;
}

.cityu [class*="component-staff-"] .component-content .card>a:hover::after {
    background-image: url(/image/icon/btn-arrow-white.svg), linear-gradient(to right, #DF7433 0, #DA562B 32%, #CC103C 74%, #9F0D43 100%);
    background-size: 16px 16px, auto auto;
    background-position: center center;
}

.cityu .component-staff-1 .component-content .card .card-img-top {
    border-radius: 50%;
    display: block;
    width: calc(100% - 60px);
    aspect-ratio: 1;
    object-fit: cover;
    margin: 0 auto;
}

.cityu .component-staff-2 .component-content .card .card-img-top {
    border-radius: 10px;
    display: block;
    width: calc(100% - 40px);
    aspect-ratio: 1;
    object-fit: cover;
    margin: 0 auto;
}

.cityu .component-staff-3 .component-content .card>a .card-img-top {
    border-radius: 50%;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.cityu .component-staff-4 .component-content .card>a .card-img-top {
    border-radius: 10px;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.cityu .component-staff-1 .component-content .card .card-body {
    background-image: url(/image/global/card-body-polygon.svg), linear-gradient(to bottom, #F7F7F7 0, #F7F7F7 70%, #F7F7F700 70%, #F7F7F700 100%);
    background-position: center bottom;
    background-size: 100% auto, auto auto;
    background-repeat: no-repeat;
    border-radius: 15px 15px 0 0;
    margin-top: calc(-50% + 30px);
    padding: calc(50% - 20px) 17px 25px;
    text-align: center;
}

.cityu .component-staff-2 .component-content .card .card-body {
    padding: 20px;
}

.cityu .component-staff-3 .component-content .card .card-body,
.cityu .component-staff-4 .component-content .card .card-body {
    width: calc(100% - 185px);
    padding: 6px 0 20px 30px;
}

.cityu [class*="component-staff-"] .component-content .card .card-body .card-title {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    margin: 0 auto 24px;
    position: relative;
}

.cityu [class*="component-staff-"] .component-content .card .card-body .card-title::after {
    background-image: linear-gradient(to right, #DB5C2C 30%, #CA2052 100%);
    border-radius: 4px;
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -14px;
    transition: all 0.3s ease;
}

.cityu .component-staff-1 .component-content .card .card-body .card-title::after {
    left: 50%;
    transform: translateX(-50%);
}

.cityu [class*="component-staff-"] .component-content .card .card-body .card-title:hover::after {
    width: 40px;
}

.cityu [class*="component-staff-"] .component-content .card .card-body .card-title a {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.cityu [class*="component-staff-"] .component-content .card .card-body p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}

.cityu [class*="component-staff-"] .component-content .card .card-body p {
    color: #272727;
}

.cityu [class*="component-staff-"] .component-content .card .card-body :last-child {
    margin-bottom: 0;
}

.cityu [class*="component-staff-"] .component-content .card .card-body .card-rank {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
}

.cityu [class*="component-staff-"] .component-content .card .card-body .card-email {
    background: url(/image/icon/card-icon-email.svg) 0 4px no-repeat;
    text-align: left;
    padding-left: 33px;
}

.cityu [class*="component-staff-"] .component-content .card .card-body .card-phone {
    background: url(/image/icon/card-icon-phone.svg) 0 4px no-repeat;
    text-align: left;
    padding-left: 33px;
}

.cityu [class*="component-staff-"] .component-content .card .card-body .card-pin {
    background: url(/image/icon/card-icon-pin.svg) 0 4px no-repeat;
    text-align: left;
    padding-left: 33px;
}

/* component search
————————————————————————————————————————————————————————— */
.cityu .search-container-wrap {
    background-image: linear-gradient(to right, #BEE5F0 0%, #FFDBCD 100%);
    border-radius: 50px;
    max-width: 560px;
    margin: 0 auto 40px;
    padding: 4px;
    position: relative;
}

.cityu .search-container {
    background: white;
    border-radius: 50px;
    display: block;
    padding: 12px 20px 12px 27px;
}

.cityu .search-container input {
    border: none;
    color: #545454;
    font-size: 18px;
    line-height: 32px;
    width: calc(100% - 34px);
}

.cityu .search-container button {
    background: none;
    float: right;
    padding: 2px 0;
    border: none;
    cursor: pointer;
}

.cityu .search-container button img {
    width: 30px;
}

.cityu .tab-container {
    text-align: center;
}

.cityu .tab-container h3 {
    font-size: 38px;
    line-height: 64px;
}

.cityu .tab-container .accordion-tabs {
    display: flex;
    justify-content: space-between;
}

.cityu .tab-container .accordion .accordion-item {
    width: calc(25% - 20px);
}

.cityu .tab-container .accordion-item .accordion-button {
    border: #DC5D2D 2px solid;
    border-radius: 8px;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 16px;
}

.cityu .tab-container .accordion-item .accordion-button::after {
    content: none;
}

.cityu .tab-container .accordion-item .accordion-button.collapsed:hover,
.cityu .tab-container .accordion-item .accordion-button.collapsed:focus {
    color: #DC5D2D;
}

.cityu .tab-container .accordion-item .accordion-button:not(.collapsed) {
    background-image: linear-gradient(to right, #DB5C2C 31%, #CA2052 100%);
    color: #fff;
}

.cityu .tab-container .accordion .accordion-body {
    padding: 0;
}

.cityu .tab-container .nav-icon-list {
    justify-content: space-between;
}

.cityu .tab-container .nav-icon-list .nav-icon-item {
    text-align: center;
    width: calc(25% - 30px);
    padding-top: 95px;
}

.cityu .tab-container .nav-icon-list .nav-icon-item a {
    color: #272727;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cityu .tab-container .nav-icon-list .nav-icon-item a:hover,
.cityu .tab-container .nav-icon-list .nav-icon-item a:focus {
    color: #DC5D2D;
}

.cityu .tab-container .nav-icon-list .nav-icon-item a img {
    display: block;
    width: 160px;
    margin: 0 auto 5px;
}

/* component Ex-1
————————————————————————————————————————————————————————— */
.cityu .component-ex-1 .row> :first-child {
    position: relative;
    z-index: 1;
}

.cityu .component-ex-1 .section-content h2 {
    margin-top: min(4.2vw, 62px);
}

.cityu .component-ex-1 .ranking-image {
    text-align: center;
    position: relative;
}

.cityu .component-ex-1 .ranking-image .ranking-image-front {
    position: relative;
    z-index: 1;
}

.cityu .component-ex-1 .ranking-image .ranking-image-back {
    width: 84.84%;
    height: auto;
    mix-blend-mode: screen;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

/* component Ex-2
————————————————————————————————————————————————————————— */
.cityu .component-ex-2 .component-header h2 {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #9F0D43;
    font-size: clamp(30px, 5.35vw, 80px);
    line-height: 1.125;
    width: fit-content;
    margin-top: min(9.4vw, 140px);
}

.cityu .component-ex-2 .component-body {
    margin-top: -75px;
    margin-bottom: 100px;
}

.cityu .component-ex-2 h3 {
    font-size: 24px;
}

/* component Ex-3
————————————————————————————————————————————————————————— */
.cityu .component-ex-3>.row>.col-12 {
    padding-right: 7.3vw;
    padding-left: 7.3vw;
}

.cityu .component-ex-3>.row>.col-12:first-child {
    margin-top: -280px;
    margin-bottom: -200px;
    padding-top: 280px;
    padding-bottom: 200px;
}

.cityu .component-ex-3>.row>.col-12:last-child {
    background-color: #4829C3;
    margin-top: -280px;
    margin-bottom: -200px;
}

.cityu .component-ex-3 .component-swiper-wrap {
    height: 100%;
}

.cityu .component-ex-3 .component-swiper-wrap>.row {
    height: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

.cityu .component-ex-3 .component-swiper-wrap>.row>.col-12 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

/* Explore swiper */
.cityu .exploreUpSwiper,
.exploreDownSwiper {
    overflow: hidden;
}

.cityu .exploreUpSwiper .swiper-slide,
.cityu .exploreDownSwiper .swiper-slide {
    width: 100%;
    height: fit-content;
}

.cityu .exploreUpSwiper .swiper-slide .card,
.cityu .exploreDownSwiper .swiper-slide .card {
    background: none;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.cityu .exploreDownSwiper .swiper-slide .card {
    margin-top: -40%;
    margin-bottom: 40%;
}

.cityu .exploreUpSwiper .swiper-slide .card::before,
.cityu .exploreDownSwiper .swiper-slide .card::before {
    background: #fff url(/image/icon/btn-arrow.svg) center center no-repeat;
    border: #DBDBDB 1px solid;
    border-radius: 50%;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.cityu .exploreUpSwiper .swiper-slide .card .card-img,
.cityu .exploreDownSwiper .swiper-slide .card .card-img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: all 0.2s ease;
}

.cityu .exploreUpSwiper .swiper-slide .card:hover .card-img,
.cityu .exploreUpSwiper .swiper-slide .card:focus .card-img,
.cityu .exploreDownSwiper .swiper-slide .card:hover .card-img,
.cityu .exploreDownSwiper .swiper-slide .card:focus .card-img {
    transform: scale(1.1);
}

.cityu .exploreUpSwiper .swiper-slide .card .card-img-overlay,
.cityu .exploreDownSwiper .swiper-slide .card .card-img-overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 50%);
    padding: 25px 20px;
    top: auto;
}

.cityu .exploreUpSwiper .swiper-slide .card .card-title,
.cityu .exploreDownSwiper .swiper-slide .card .card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

/* component Ex-4
————————————————————————————————————————————————————————— */
.cityu .component-ex-4 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

.cityu .floating-img-1 {
    border-radius: 10px;
    display: block;
    width: 294px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-top: 60px;
    margin-left: -108px;
}

.cityu .floating-img-2 {
    border-radius: 10px;
    display: block;
    width: 624px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-left: auto;
    margin-right: -110px;
    margin-top: 100px;
}

.cityu .floating-img-3 {
    border-radius: 10px;
    display: block;
    width: 297px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    margin-left: auto;
    margin-right: -149px;
    margin-top: -92px;
}

/* component carousel 1
————————————————————————————————————————————————————————— */
.cityu .component-carousel-1 .component-content {
    padding-bottom: 84px;
    position: relative;
}

.cityu .spotlightSwiper .card {
    background: none;
    border: none;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    padding-bottom: 11px;
}

.cityu .spotlightSwiper .card a {
    color: #000;
    text-decoration: none;
}

.cityu .spotlightSwiper .card-img {
    border-radius: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: all 0.2s ease;
}

.cityu .spotlightSwiper .card a:hover img {
    transform: scale(1.1);
}

.cityu .spotlightSwiper .card-body {
    background-image: url(/image/global/card-body-polygon.svg), linear-gradient(to bottom, #F7F7F7 0, #F7F7F7 60%, #F7F7F700 60%, #F7F7F700 100%);
    background-position: center bottom;
    background-size: 100% auto, auto auto;
    background-repeat: no-repeat;
    height: 152px;
    padding: 34px 20px;
    position: relative;
}

.cityu .spotlightSwiper .card-body::before {
    background-image: linear-gradient(to right, #DA562B 31%, #CA2052 100%);
    border-radius: 2px;
    content: '';
    display: block;
    width: 26px;
    height: 4px;
    position: absolute;
    left: 20px;
    top: 20px;
    transition: all 0.2s ease;
}

.cityu .spotlightSwiper .card a:hover .card-body::before {
    width: 50px;
}

.cityu .spotlightSwiper .card-body::after {
    background: #fff url(/image/icon/btn-arrow-gradient.svg) center center no-repeat;
    border: #F0F0F0 1px solid;
    border-radius: 50%;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    bottom: -11px;
}

.cityu .spotlightSwiper .card a:hover .card-body::after {
    background-image: url(/image/icon/btn-arrow-white.svg), linear-gradient(to right, #DF7433 0, #DA562B 32%, #CC103C 74%, #9F0D43 100%);
    background-position: center center;
}

.cityu .spotlightSwiper .card-title {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

/* component carousel 2, component carousel 3 
————————————————————————————————————————————————————————— */
/* component carousel 2 */
.cityu .component-carousel-2 .component-main {
    padding-bottom: 84px;
    position: relative;
}

.cityu .component-carousel-2 .carouselSwiper .swiper-slide {
    width: 360px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cityu .component-carousel-2 .carouselSwiper .card {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cityu .component-carousel-2 .carouselSwiper .card::after {
    background-color: #4AA1E0;
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cityu .component-carousel-2 .carouselSwiper .swiper-slide:not(.swiper-slide-active) a {
    pointer-events: none;
}

.cityu .component-carousel-2 .carouselSwiper .card .card-img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    filter: blur(2px);
    opacity: .5;
    transition: all 0.2s ease;
}

.cityu .component-carousel-2 .carouselSwiper .swiper-slide-active {
    z-index: 1;
}

.cityu .component-carousel-2 .carouselSwiper .swiper-slide-active .card {
    transform: scale(1.25);
}

.cityu .component-carousel-2 .carouselSwiper .swiper-slide-active .card::after {
    background-image: linear-gradient(to right, #EF6B39 10%, #D33F3F 90%);
    height: 8px;
}

.cityu .component-carousel-2 .carouselSwiper .swiper-slide-active .card .card-img {
    filter: none;
    opacity: 1;
}

.cityu .component-carousel-2 .carouselSwiper .swiper-slide-active .card:hover .card-img {
    transform: scale(1.1);
}

.cityu .component-carousel-2 .carouselSwiper .card .card-img-overlay {
    background-image: url(/image/home/card-border-chat.svg), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .6) 100%);
    background-repeat: no-repeat;
    background-size: contain, auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12% 13% 20%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.cityu .component-carousel-2 .carouselSwiper .swiper-slide-active .card .card-img-overlay {
    opacity: 1;
}

.cityu .component-carousel-2 .carouselSwiper .card .card-title {
    color: #fff;
    font-size: calc(24px * .8);
    margin-bottom: calc(5px * .8);
}

.cityu .component-carousel-2 .carouselSwiper .card .card-catalogue {
    color: #fff;
    font-size: calc(14px * .8);
    font-weight: 700;
    line-height: calc(24px * .8);
    margin-bottom: calc(15px * .8);
}

.cityu .component-carousel-2 .carouselSwiper .card .card-text {
    color: #fff;
    font-size: calc(18px * .8);
    line-height: calc(28px * .8);
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* component carousel 3 */
.cityu .component-carousel-3 .component-main {
    padding-bottom: 110px;
    position: relative;
}

.cityu .component-carousel-3 .carouselSwiper .swiper-slide {
    width: 640px;
    padding: 0 4px;
}

.cityu .component-carousel-3 .carouselSwiper .card {
    background: none;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cityu .component-carousel-3 .carouselSwiper .swiper-slide:not(.swiper-slide-active) a {
    pointer-events: none;
}

.cityu .component-carousel-3 .carouselSwiper .card a {
    text-decoration: none;
}

.cityu .component-carousel-3 .carouselSwiper .card .card-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: .5;
    transition: all 0.2s ease;
}

.cityu .component-carousel-3 .carouselSwiper .swiper-slide-active .card .card-img {
    opacity: 1;
}

.cityu .component-carousel-3 .carouselSwiper .swiper-slide-active .card:hover .card-img {
    transform: scale(1.1);
}

.cityu .component-carousel-3 .carouselSwiper .card .card-body {
    background: url(/image/global/component-carousel3-card-bg.svg) left bottom no-repeat;
    background-size: 100% auto;
    border-top-left-radius: 20px;
    margin-top: -28px;
    padding: 27px 36px;
    position: relative;
}

.cityu .component-carousel-3 .carouselSwiper .card .card-title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    margin-bottom: 0;
}

/* component button */
.cityu .carousel-button-next,
.cityu .carousel-button-prev {
    background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 23px;
    border: #DBDBDB 1px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: -67px;
    transition: all 0.2s ease;
}

.cityu .carousel-button-next {
    right: calc(50% - 340px);
}

.cityu .carousel-button-prev {
    transform: rotate(180deg);
    left: calc(50% - 340px);
}

.cityu .carousel-button-next:hover,
.cityu .carousel-button-next:focus,
.cityu .carousel-button-prev:hover,
.cityu .carousel-button-prev:focus {
    background: #DBDBDB url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 23px;
}

.cityu .carousel-button-next::after,
.cityu .carousel-button-prev::after {
    content: none;
}

.cityu .component-carousel-3 .carousel-button-next,
.cityu .component-carousel-3 .carousel-button-prev {
    background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 21px;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
    z-index: 11;
}

.cityu .component-carousel-3 .carousel-button-next {
    right: 30px;
}

.cityu .component-carousel-3 .carousel-button-prev {
    transform: rotate(180deg);
    left: auto;
    right: 110px;
}

.cityu .component-carousel-3 .carousel-button-next:hover,
.cityu .component-carousel-3 .carousel-button-next:focus,
.cityu .component-carousel-3 .carousel-button-prev:hover,
.cityu .component-carousel-3 .carousel-button-prev:focus {
    background: #DBDBDB url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 21px;
}

/* component pagination */
.cityu .component-carousel-3 .swiper-pagination-horizontal.swiper-pagination-bullets {
    text-align: left;
    padding-left: 25px;
    bottom: 13px;
}

/* component carousel 4
————————————————————————————————————————————————————————— */
.cityu .component-carousel-4 .component-main {
    height: 535px;
    padding-left: 30px;
    padding-bottom: 80px;
    position: relative;
}

.cityu .component-carousel-4 .carouselSwiperStories {
    padding-left: 130px;
}

.cityu .component-carousel-4 .carouselSwiperStories .swiper-slide {
    display: flex;
    width: 382px;
    padding-right: 50px;
    transition: all 0.3s ease;
}

.cityu .component-carousel-4 .carouselSwiperStories .card {
    background: none;
    border: none;
    border-radius: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.cityu .component-carousel-4 .carouselSwiperStories .swiper-slide-active .card {
    margin-left: -130px;
    opacity: 1;
}

.cityu .component-carousel-4 .carouselSwiperStories .swiper-slide-active~.swiper-slide .card {
    opacity: 1;
}

.cityu .component-carousel-4 .carouselSwiperStories .card .card-img-top {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.cityu .component-carousel-4 .carouselSwiperStories .card .card-img-top::after {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    content: '';
    clip-path: polygon(0% 0%, 100% 20px, 100% 100%, 0% 100%);
    display: block;
    height: 28px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease;
}

.cityu .component-carousel-4 .carouselSwiperStories .swiper-slide-active .card .card-img-top::after {
    opacity: 1;
}

.cityu .component-carousel-4 .carouselSwiperStories .card .card-img-top .card-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
    transition: all 0.2s ease;
}

.cityu .component-carousel-4 .carouselSwiperStories .card:hover .card-img {
    transform: scale(1.1);
}

.cityu .component-carousel-4 .carouselSwiperStories .card .card-body {
    padding: 20px 15px 0;
}

.cityu .component-carousel-4 .carouselSwiperStories .card .card-title {
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 84px;
    margin-bottom: 2px;
}

.cityu .section-light .component-carousel-4 .carouselSwiperStories .card .card-title a {
    color: #272727;
    text-decoration: none;
}

.cityu .section-light .component-carousel-4 .carouselSwiperStories .card .card-title a:hover,
.cityu .section-light .component-carousel-4 .carouselSwiperStories .card .card-title a:focus {
    color: #CC103C;
}

.cityu .section-dark .component-carousel-4 .carouselSwiperStories .card .card-title a {
    color: #fff;
    text-decoration: none;
}

.cityu .section-dark .component-carousel-4 .carouselSwiperStories .card .card-title a:hover,
.cityu .section-dark .component-carousel-4 .carouselSwiperStories .card .card-title a:focus {
    color: #FFB800;
}

/* component button */
.cityu .component-carousel-4 .carousel-button-next,
.cityu .component-carousel-4 .carousel-button-prev {
    background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 21px;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
    z-index: 11;
}

.cityu .component-carousel-4 .carousel-button-next {
    right: 30px;
}

.cityu .component-carousel-4 .carousel-button-prev {
    transform: rotate(180deg);
    left: auto;
    right: 110px;
}

.cityu .component-carousel-4 .carousel-button-next:hover,
.cityu .component-carousel-4 .carousel-button-next:focus,
.cityu .component-carousel-4 .carousel-button-prev:hover,
.cityu .component-carousel-4 .carousel-button-prev:focus {
    background: #DBDBDB url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 21px;
}

/* component pagination */
.cityu .component-carousel-4 .swiper-pagination-horizontal.swiper-pagination-bullets {
    text-align: left;
    padding-left: 25px;
    bottom: 13px;
}

/* component carousel three slides
————————————————————————————————————————————————————————— */
.cityu .component-carousel-3-slides .component-main {
    padding-bottom: 84px;
    position: relative;
}

.cityu .carouselSwiperThreeSlides .swiper-slide {
    width: 360px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cityu .carouselSwiperThreeSlides .card {
    background-color: #fff;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cityu .carouselSwiperThreeSlides .card::after {
    background-color: #4829C3;
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cityu .carouselSwiperThreeSlides .card .card-img {
    filter: blur(2px);
    opacity: .5;
}

.cityu .carouselSwiperThreeSlides .swiper-slide-active .card {
    transform: scale(1.25);
}

.cityu .carouselSwiperThreeSlides .swiper-slide-active .card::after {
    background-image: linear-gradient(to right, #EF6B39 10%, #D33F3F 90%);
    height: 8px;
}

.cityu .carouselSwiperThreeSlides .swiper-slide-active .card .card-img {
    filter: none;
    opacity: 1;
}

.cityu .carouselSwiperThreeSlides .card .card-img-overlay {
    background-image: url(/image/home/card-border-chat.svg), linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .6) 100%);
    background-repeat: no-repeat;
    background-size: contain, auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12% 13% 20%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.cityu .carouselSwiperThreeSlides .swiper-slide-active .card .card-img-overlay {
    opacity: 1;
}

.cityu .carouselSwiperThreeSlides .card .card-title {
    color: #fff;
    font-size: calc(24px * .8);
}

.cityu .carouselSwiperThreeSlides .card .card-text {
    font-size: calc(18px * .8);
    line-height: calc(28px * .8);
}

.cityu .carousel-3-slides-button-next,
.cityu .carousel-3-slides-button-prev {
    background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 23px;
    border: #DBDBDB 1px solid;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: -67px;
    transition: all 0.2s ease;
}

.cityu .carousel-3-slides-button-next {
    right: calc(50% - 340px);
}

.cityu .carousel-3-slides-button-prev {
    transform: rotate(180deg);
    left: calc(50% - 340px);
}

.cityu .carousel-3-slides-button-next:hover,
.cityu .carousel-3-slides-button-next:focus,
.cityu .carousel-3-slides-button-prev:hover,
.cityu .carousel-3-slides-button-prev:focus {
    background: #DBDBDB url(/image/icon/swiper-button-arrow.svg) calc(50% + 3px) center no-repeat;
    background-size: auto 23px;
}

.cityu .carousel-3-slides-button-next::after,
.cityu .carousel-3-slides-button-prev::after {
    content: none;
}

/* component news and events
————————————————————————————————————————————————————————— */
.cityu .component-news .component-content {
    padding-bottom: 74px;
    position: relative;
}

.cityu .newsSwiper .card {
    border: none;
    border-radius: 0;
}

.cityu .newsSwiper .card a {
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cityu .newsSwiper .card-img {
    border-radius: 10px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.cityu .newsSwiper .card-body {
    padding: 20px 0 0;
}

.cityu .newsSwiper .card-tag {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}

.cityu .newsSwiper .card-tag li {
    color: #EF6B39;
    font-size: 18px;
    line-height: 30px;
}

.cityu .newsSwiper .card-tag li:not(:first-child) {
    padding-left: 15px;
}

.cityu .newsSwiper .card-tag li:not(:first-child)::before {
    background-color: #CCCCCC;
    content: '';
    display: inline-block;
    width: 1px;
    height: 19px;
    vertical-align: top;
    margin: 5px 15px 6px 0;
}

.cityu .newsSwiper .card-title {
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.cityu .newsSwiper .card-date {
    color: #2E2E2E;
}

.cityu .newsSwiper .card:hover .card-title,
.cityu .newsSwiper .card:focus .card-title {
    color: #EF6B39;
}

/* component slogan
————————————————————————————————————————————————————————— */
.cityu .component-slogan>.row:first-child {
    margin-bottom: 40px;
}

/* component marquee
————————————————————————————————————————————————————————— */
.cityu .component-marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.cityu .marquee-content {
    white-space: nowrap;
    display: inline-block;
}

.cityu .marquee-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.cityu .marquee-content li {
    display: inline-block;
    margin: 0;
    padding-right: 40px;
}

.cityu .marquee-content li::after {
    background: url(/image/icon/arrow-gradient.svg) center center no-repeat;
    content: '';
    vertical-align: top;
    display: inline-block;
    width: 50px;
    height: 60px;
    margin-left: 40px;
}

.cityu .marquee-content a {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
    color: #707070;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cityu .marquee-content a:hover {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 35%, #CC103C 80%, #9F0D43 100%);
    color: #9F0D43;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cityu .marquee-content {
    white-space: nowrap;
    display: inline-block;
}

.cityu .component-marquee:hover .marquee-content {
    animation-play-state: paused;
}

/* component calendar
————————————————————————————————————————————————————————— */
.cityu .calendar {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.cityu .calendar .month {
    width: calc(100% / 5* 2);
}

.cityu .calendar .month:not(:nth-last-child(2)) {
    margin-bottom: 40px;
}

.cityu .calendar .month h2 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    background-color: #9F0D43;
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 30%, #CC103C 75%, #9F0D43 100%);
    border: 1px solid #C9C9C9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 60px;
    margin: 0;
    padding: 16px 15px;

}

.cityu .calendar .days-header {
    background-color: #F7F7F7;
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
}

.cityu .calendar .days {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #C9C9C9;
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cityu .calendar .dayname {
    font-size: 14px;
    font-weight: 500;
}

.cityu .calendar .week {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    width: 100%;
    height: 46px;
}

.cityu .calendar .week:last-of-type {
    border-bottom: none;
}

.cityu .calendar .weeknum {
    font-size: 12px;
    width: calc(100% / 17* 3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.cityu .calendar .day {
    font-weight: 500;
    display: flex;
    width: calc(100% / 17* 2);
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cityu .calendar .days .day {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.cityu .calendar .day.today {
    background-color: #9F0D43;
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 30%, #CC103C 75%, #9F0D43 100%);
    color: #fff;
    font-weight: 700;
}

.cityu .calendar .dayofweek-0 {
    color: #C6103E;
}

.cityu .calendar .dayofweek-0:not(.dayname) {
    font-weight: 700;
}

.cityu .calendar .day.blank {
    background-color: transparent;
}

.cityu .calendar .events {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% / 5* 3 - 24px);
    margin-left: 24px;
}

.cityu .calendar .events:not(:last-child) {
    margin-bottom: 40px;
}

.cityu .calendar .events h3 {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 30px;
    margin: 0;
}

.cityu .calendar .event {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    display: flex;
    width: 100%;
}

.cityu .calendar .event+.event {
    border-top: 0;
}

.cityu .calendar .event:last-of-type {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cityu .calendar .event-date {
    border-right: 1px solid #C9C9C9;
    width: calc(100% / 3);
    padding: 10px 22px;
}

.cityu .calendar .event-body {
    width: calc(100% / 3 * 2);
    padding: 10px 22px;
}

.cityu .calendar .event-header {
    background-color: #F7F7F7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.cityu .calendar .event-header .event-date,
.cityu .calendar .event-header .event-body {
    padding: 18px 22px;
}

.cityu .calendar .event-holiday {
    color: #C6103E;
    font-weight: 700;
}

.cityu .calendar .event-semester {
    background-color: #E8F3FF;
}

.cityu .calendar .event-examination {
    background-color: #FFF4D7;
}

.cityu .calendar .event-other {
    font-weight: 700;
}

.cityu .calendar .event:not(.event-header) .event-body {
    font-weight: 500;
}

/*——————————————————————————————————————————————————————— */
/* Department Site Style
————————————————————————————————————————————————————————— */
/* department header
————————————————————————————————————————————————————————— */
.cityu header .white-navbar {
    background-color: #fff;
    height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.2s ease;
}

.cityu header.department-header-logotext .white-navbar {
    height: 100px;
    padding-top: 17px;
    padding-bottom: 18px;
}

.cityu header .menu-navbar {
    background-image: linear-gradient(to right, #DF7433 0, #DA562B 30%, #CC103C 75%, #9F0D43 100%);
    min-height: 4px;
    padding: 0 9px;
}

.cityu .scroll-fixed header .menu-navbar {
    border-bottom: #DF7433 1px solid;
}

/* theme color */
.cityu .theme-color-blue header .menu-navbar {
    background-image: linear-gradient(to right, #3F64C5 0, #3426CE 100%);
}

.cityu .theme-color-blue.scroll-fixed header .menu-navbar {
    border-bottom: #547ce3 1px solid;
}

.cityu .theme-color-green header .menu-navbar {
    background-image: linear-gradient(to right, #37A699 0, #13858D 100%);
}

.cityu .theme-color-green.scroll-fixed header .menu-navbar {
    border-bottom: #4ac0b2 1px solid;
}

.cityu .theme-color-lime header .menu-navbar {
    background-image: linear-gradient(to right, #7CA33E 0, #689B40 100%);
}

.cityu .theme-color-lime.scroll-fixed header .menu-navbar {
    border-bottom: #94bd52 1px solid;
}

.cityu .theme-color-purple header .menu-navbar {
    background-image: linear-gradient(to right, #8A6DA1 0, #803FB2 100%);
}

.cityu .theme-color-purple.scroll-fixed header .menu-navbar {
    border-bottom: #a98cc0 1px solid;
}

.cityu .theme-color-pink header .menu-navbar {
    background-image: linear-gradient(to right, #C63974 0, #AC286F 100%);
}

.cityu .theme-color-pink.scroll-fixed header .menu-navbar {
    border-bottom: #e75b96 1px solid;
}

/* theme color end */
.cityu header .menu-navbar .navbar-nav-main .nav-item:not(:last-child) {
    /* margin-right: min(2.65vw, 50px); */
    margin-right: 40px;
}

.cityu header .menu-navbar .navbar-nav-main .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.cityu header .menu-navbar .navbar-nav-main .nav-link-home {
    background: url(/image/icon/nav-link-home.svg) center center no-repeat;
    width: 24px;
    overflow: hidden;
    text-indent: -9999px;
}

.cityu header .menu-navbar .navbar-nav-topright {
    top: -75px;
}

.cityu .department-header-logotext .menu-navbar .navbar-nav-topright {
    top: -135px;
}

.cityu header .menu-navbar .navbar-nav-topright .nav-link {
    color: #272727;
    padding: 3px 15px 6px;
}

.cityu header .menu-navbar .navbar-nav-topright .dropdown .dropdown-toggle::after {
    background: url(/image/icon/dropdown-arrow-black.svg) center center no-repeat;
}

/* dropdown menu */
/* .cityu header .menu-navbar .nav-item>.dropdown-mainmenu {
    display: none;
    position: absolute;
    z-index: 1000;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu.show .dropdown-menu{
    display: block;
} */

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu {
    background: none;
    border: 0;
    border-radius: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));       
    padding: 0;
}
.cityu header .menu-navbar .nav-item>.dropdown-mainmenu .dropdown-menu {
    min-width: 230px;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li {
    position: relative;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li:not(:last-child)::before {
    background-color: #EDEDED;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li .dropdown-item {
    /* background-color: #fff; */
    color: #272727;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    white-space: normal;
    display: flex;
    justify-content: space-between;
    max-width: 230px;
    padding: 15px;
}
.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li .dropdown-item span {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>.dropdown-submenu li~li:last-child .dropdown-item {
    border-bottom-left-radius: 15px;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>.dropdown-submenu li:last-child .dropdown-item {
    border-bottom-right-radius: 15px;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu .dropdown-menu>li>.dropdown-item {
    background-color: #fff;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>li:last-child>.dropdown-item {
    border-radius: 0 0 15px 15px;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu .dropdown-menu>li>.dropdown-item:hover {
    background-color: #FFF3EC;
}

.cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li .dropdown-item.dropdown-toggle::after {
    background: url(/image/icon/menu-btn-arrow-gradient.svg) center center no-repeat;
    border: none;
    flex: 0 0 auto;
    width: 7px;
    height: 12px;
    margin-left: 10px;
    margin-top: 3px;
}

.cityu header .menu-navbar .nav-item:hover .dropdown>.dropdown-menu {
    border: none;
    border-radius: 0 15px 15px 15px;
    padding: 0;
}

.cityu header .menu-navbar .nav-item:hover .dropdown>.dropdown-menu .dropdown-item:hover {
    color: #9F0D43;
}

/* logo text wrap */
.cityu header:not(.department-header-logotext) .logo-text-wrap {
    display: none;
}

.cityu .department-header-logotext .logo-text-wrap {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cityu header .logo-text-wrap p,
.cityu .department-header-logotext .logo-text-wrap p {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

/* department footer
————————————————————————————————————————————————————————— */
.cityu .department-footer {
    background: #FAFAFA;
    padding-bottom: 0;
}

/* theme color */
.cityu .theme-color-blue .department-footer {
    background: #ECF7FF;
}

.cityu .theme-color-green .department-footer {
    background: #EAFFFF;
}

.cityu .theme-color-lime .department-footer {
    background: #F0FFF3;
}

.cityu .theme-color-purple .department-footer {
    background: #ECF7FF;
}

.cityu .theme-color-pink .department-footer {
    background: #FFF7F7;
}

/* theme color end */
.cityu .department-footer .footer-top p {
    font-weight: 700;
    margin-bottom: 10px;
}

.cityu .department-footer .footer-top ul {
    margin-bottom: 50px;
}

.cityu .department-footer .footer-top ul li a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}

.cityu .department-footer .footer-info {
    align-self: end;
}

.cityu .department-footer .footer-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 0;
}

.cityu .department-footer .footer-info ul li {
    margin-bottom: 0;
}

.cityu .department-footer .footer-info ul li:not(:last-child)::after {
    content: ' | ';
    display: inline-block;
    margin: 0 4px;
}

.cityu .department-footer .footer-info ul li a {
    font-size: 15px;
    line-height: 1.2;
}

.cityu .department-footer .footer-logo {
    text-align: right;
}

.cityu .department-footer .footer-bottom {
    background-color: #fff;
    height: auto;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cityu .department-footer .footer-bottom .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cityu .department-footer .copyright {
    margin-left: auto;
    margin-right: 0;
}

/* department section
————————————————————————————————————————————————————————— */
/* section background */
.cityu .section-bg-themecolor {
    background-image: url(/image/global/bottom-link-polygon-bg.svg), linear-gradient(to right, #DF7433 0, #DA562B 30%, #CC103C 75%, #9F0D43 100%);
    background-repeat: no-repeat;
    background-size: 100% auto, auto auto;
    background-position: 50% 75%;
}

/* theme color */
.cityu .theme-color-blue .section-bg-themecolor {
    background-image: url(/image/global/bottom-link-polygon-bg.svg), linear-gradient(to right, #3F64C5 5%, #3426CE 100%);
}

.cityu .theme-color-green .section-bg-themecolor {
    background-image: url(/image/global/bottom-link-polygon-bg.svg), linear-gradient(to right, #37A699 13.5%, #13858D 86.5%);
}

.cityu .theme-color-lime .section-bg-themecolor {
    background-image: url(/image/global/bottom-link-polygon-bg.svg), linear-gradient(to right, #7CA33E 13.5%, #689B40 86.5%);
}

.cityu .theme-color-purple .section-bg-themecolor {
    background-image: url(/image/global/bottom-link-polygon-bg.svg), linear-gradient(to right, #8A6DA1 13.5%, #803FB2 86.5%);
}

.cityu .theme-color-pink .section-bg-themecolor {
    background-image: url(/image/global/bottom-link-polygon-bg.svg), linear-gradient(to right, #C63974 13.5%, #AC286F 86.5%);
}

/* theme color end */

/* Media Query
————————————————————————————————————————————————————————— */
@media screen and (min-width: 1200px) {

    /* header
    ————————————————————————————————————————————————————————— */
    .cityu header .main-navbar #navbarContent .navbar-nav-wrap {
        display: flex;
    }

    /* dropdown menu */
    .cityu header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        margin-top: 0;
        left: 0;
        top: 140px;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu.show {
        display: block;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .dropdown-overview {
        display: none !important;
    }
    
    .navbar-nav-topleft.hover-mode .dropdown:hover .dropdown-menu,
    .navbar-nav-topright.hover-mode .dropdown:hover .dropdown-menu {
        display: block;
    }

    /* scroll fixed */
    .cityu body.scroll-fixed header .navbar-nav-topleft,
    .cityu body.scroll-fixed header .navbar-nav-topright {
        display: none;
    }

    /*——————————————————————————————————————————————————————— */
    /* Department Site Style
    ————————————————————————————————————————————————————————— */
    /* department header
    ————————————————————————————————————————————————————————— */
    .cityu .department-header,
    .cityu .department-header-logotext {
        position: relative;
    }

    /* dropdown menu */    
    .cityu header .menu-navbar .navbar-nav-main .nav-item:not(:first-child) {        
        max-width: 230px;
    }
    .cityu header .menu-navbar .navbar-nav-main .nav-item.dropdown {
        background: url(/image/icon/menu-navbar-dropdown-arrow.svg) right center no-repeat;
        padding-right: 20px;
    }
    .cityu header .menu-navbar .navbar-nav-main .nav-item.dropdown>.dropdown-mainmenu {
        position: absolute;
        bottom: 0;
    }
    .cityu header .menu-navbar .navbar-nav-main .nav-item .dropdown-menu {
        border: none;
        margin-top: 0;
        /* left: 100%; */
    }
    .cityu .body-desktop header .menu-navbar .navbar-nav-main .nav-item .dropdown-menu .dropdown-overview {
        display: none;
    }
    .cityu header .menu-navbar .navbar-nav-main .nav-item .dropdown-menu .dropdown-submenu {
        position: relative;
    }
    .cityu header .menu-navbar .navbar-nav-main .nav-item .dropdown-menu .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
    }
    .cityu header .menu-navbar .nav-item:hover>.dropdown-mainmenu>.dropdown-menu,
    .cityu header .menu-navbar .nav-item:hover>.dropdown-mainmenu .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    /* last two dropdown menu */
    .cityu header .menu-navbar .navbar-nav-main .nav-item:last-child:not(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5))>.dropdown-mainmenu,    
    .cityu header .menu-navbar .navbar-nav-main .nav-item:last-child:not(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5))>.dropdown-mainmenu>.dropdown-menu,
    .cityu header .menu-navbar .navbar-nav-main .nav-item:nth-last-child(2):not(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5))>.dropdown-mainmenu,    
    .cityu header .menu-navbar .navbar-nav-main .nav-item:nth-last-child(2):not(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5))>.dropdown-mainmenu>.dropdown-menu {
        right: 0;
        left:unset;
    }
    .cityu header .menu-navbar .navbar-nav-main .nav-item:last-child:not(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) .dropdown-menu .dropdown-submenu .dropdown-menu,
    .cityu header .menu-navbar .navbar-nav-main .nav-item:nth-last-child(2):not(:first-child, :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: auto;
        right: 100%;
    }

    /* scroll fixed */
    .cityu body.scroll-fixed header .menu-navbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}

@media screen and (min-width: 1200px) {

    /* root
    ————————————————————————————————————————————————————————— */
    .cityu .container,
    .cityu .container-fluid,
    .cityu .container-max,
    .cityu .container-xxl,
    .cityu .container-xl,
    .cityu .container-lg,
    .cityu .container-md,
    .cityu .container-sm {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* header
    ————————————————————————————————————————————————————————— */
    /* dropdown menu */
    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-item {
        font-size: 16px;
    }
}

@media screen and (min-width: 1400px) {

    /* Component Banner 1, Component Banner 3
    ————————————————————————————————————————————————————————— */
    .cityu .component-banner-1 .component-banner-title h1 {
        margin-left: -58px;
    }

    /* component carousel 2, component carousel 3 
    ————————————————————————————————————————————————————————— */
    /* component button */
    .cityu .component-carousel-3 .carousel-button-next {
        right: calc(50% - 630px);
    }

    .cityu .component-carousel-3 .carousel-button-prev {
        right: calc(50% - 550px);
    }

    /* component pagination */
    .cityu .component-carousel-3 .swiper-pagination-horizontal.swiper-pagination-bullets {
        padding-left: calc(50% - 635px);
    }

    /* component carousel 4 
    ————————————————————————————————————————————————————————— */
    .cityu .component-carousel-4 .component-main {
        padding-left: calc(50% - 630px);
    }

    /* component button */
    .cityu .component-carousel-4 .carousel-button-next {
        right: calc(50% - 630px);
    }

    .cityu .component-carousel-4 .carousel-button-prev {
        right: calc(50% - 550px);
    }

    /* component pagination */
    .cityu .component-carousel-4 .swiper-pagination-horizontal.swiper-pagination-bullets {
        padding-left: calc(50% - 635px);
    }
}

@media screen and (min-width: 1500px) {

    /* global
    ————————————————————————————————————————————————————————— */
    /* quote container  */
    .cityu .quote-container {
        margin-left: 0;
    }

    /* Component Content 2
    ————————————————————————————————————————————————————————— */
    .cityu .section-dark .component-content-2 .quote-container {
        margin-left: 0;
    }

    /* swiper
    ————————————————————————————————————————————————————————— */
    .cityu .component-content .swiper-button-next {
        right: -110px;
    }

    .cityu .component-content .swiper-button-prev {
        left: -110px;
    }

    /* media - banner
    ————————————————————————————————————————————————————————— */
    .cityu .mediaBannerSwiper.swiper-horizontal>.swiper-pagination-bullets {
        right: calc(50% - 700px);
    }
}

@media screen and (min-width: 1700px) {

    /* root
    ————————————————————————————————————————————————————————— */
    .cityu .container-max {
        max-width: 1700px;
    }
}

@media screen and (min-width: 1921px) {

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .media-banner-wrap {
        height: 390px;
    }

    .cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
        margin-bottom: 390px;
    }

    .cityu .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: 115px;
    }

    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .media-banner-wrap {
        height: 315px;
    }

    .cityu .component-rotating-banner-2 .swiper-buttons-wrap {
        bottom: 142px;
    }
}

@media screen and (min-width: 2049px) {

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .media-banner-wrap::after {
        height: 160px;
    }

    /* section
    ————————————————————————————————————————————————————————— */
    .cityu .section-wrap {
        margin-top: -12vw;
        padding-top: 12vw;
        position: relative;
    }

    /* component Ex-3
    ————————————————————————————————————————————————————————— */
    .cityu .component-ex-3>.row>.col-12:last-child {
        margin-top: -12vw;
    }

    /* component marquee
    ————————————————————————————————————————————————————————— */
    .cityu .component-marquee {
        -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100px, rgba(0, 0, 0, 1) calc(100% - 100px), rgba(0, 0, 0, 0) 100%);
    }
}

@media screen and (max-width: 1699.98px) {

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .media-banner-wrap {
        height: 330px;
    }

    .cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
        margin-bottom: 330px;
    }

    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .media-banner-wrap {
        padding-top: 102px;
    }

    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .media-banner-wrap {
        height: 300px;
        padding-top: 90px;
    }
}

@media screen and (max-width: 1599.98px) {

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .media-banner-wrap {
        height: 310px;
    }

    .cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
        margin-bottom: 310px;
    }

    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .media-banner-wrap {
        height: 262px;
        padding-top: 77px;
    }

    /* component Ex-4
    ————————————————————————————————————————————————————————— */
    .cityu .floating-img-1 {
        margin-left: -50px;
    }

    .cityu .floating-img-2 {
        width: 91.667%;
        margin-left: 0;
        margin-right: 0;
    }

    .cityu .floating-img-3 {
        margin-right: -40px;
        margin-top: -75px;
    }
}

@media screen and (max-width: 1399.98px) {

    /* header
    ————————————————————————————————————————————————————————— */
    .cityu header .main-navbar .navbar-nav-main .nav-link,
    .cityu header .menu-navbar .navbar-nav-main .nav-link {
        font-size: 16px;
    }

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .mediaBannerSwiper {
        padding-bottom: 20px;
    }

    .cityu .media-banner-wrap {
        background-size: 102.5% auto;
        height: 280px;
        padding-top: 110px;
    }

    .cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
        margin-bottom: 260px;
    }

    .cityu .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: calc(7vw - 25px);
    }

    /* .cityu .mediaBannerSwiper .swiper-pagination-bullets {
        bottom: calc(7vw - 22px);
    }
    .cityu .mediaBannerSwiper .swiper-button {
        bottom: calc(7vw - 30px);
    } */
    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .media-banner-wrap {
        background-size: 102.5% auto;
        height: 242px;
        padding-top: 67px;
    }

    .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: calc(8.4vw - 25px);
    }

    /* .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-pagination-bullets {
        bottom: calc(8.4vw - 27px);
    }
    .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-button {
        bottom: calc(8.4vw - 35px);
    } */
    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .media-banner-wrap {
        height: 260px;
        padding-top: 70px;
    }

    .cityu .component-rotating-banner-3 .mediaBannerSwiper {
        padding-bottom: 0;
    }

    .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: calc(7vw - 10px);
    }

    /* Component Banner 2
    ————————————————————————————————————————————————————————— */
    .cityu .component-banner-2 {
        background-position: 9% 18px, 0 0;
    }

    /* component Ex-3
    ————————————————————————————————————————————————————————— */
    .cityu .component-ex-3>.row>.col-12 {
        padding-right: 50px;
        padding-left: 50px;
    }

    .cityu .component-ex-3 .component-swiper-wrap>.row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .cityu .component-ex-3 .component-swiper-wrap>.row>.col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* component Ex-4
    ————————————————————————————————————————————————————————— */
    .cityu .floating-img-1 {
        margin-left: 0;
    }

    .cityu .floating-img-2 {
        width: 91.667%;
    }

    .cityu .floating-img-3 {
        margin-right: 0;
        margin-top: -50px;
    }
}

@media screen and (max-width: 1299.98px) {

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .mediaBannerSwiper {
        padding-bottom: 40px;
    }

    .cityu .media-banner-wrap {
        background-size: 105% auto;
        height: 270px;
    }

    .cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
        margin-bottom: 230px;
    }

    .cityu .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: calc(7vw - 45px);
    }

    /* .cityu .mediaBannerSwiper .swiper-pagination-bullets {
        bottom: calc(7vw - 37px);
    }
    .cityu .mediaBannerSwiper .swiper-button {
        bottom: calc(7vw - 45px);
    } */
    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .media-banner-wrap {
        background-size: 105% auto;
        height: 237px;
    }

    .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: calc(8.4vw - 50px);
    }

    /* .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-pagination-bullets {
        bottom: calc(8.4vw - 42px);
    }
    .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-button {
        bottom: calc(8.4vw - 50px);
    } */
    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .media-banner-wrap {
        height: 230px;
        padding-top: 50px;
    }

    .cityu .component-rotating-banner-3 .mediaBannerSwiper {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1199.98px) {

    /* header
    ————————————————————————————————————————————————————————— */
    /* .cityu header .main-navbar .navbar-nav-main .nav-item,
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-item {
        padding-left: 12px;
        padding-right: 12px;
    }

    .cityu header .main-navbar .navbar-nav-main .nav-item:last-child,
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-item:last-child {
        margin-right: -12px;
    }

    .cityu header .main-navbar .navbar-nav-main .nav-link,
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-link {
        font-size: 15px;
    } */

    /* dropdown menu */
    /* .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .menu-title {
        margin-top: -10px;
    } */

    /* navbar top left menu and right menu */
    /* .cityu header .navbar-nav-topleft {
        left: 10px;
    }

    .cityu header .navbar-nav-topright {
        right: 10px;
    }

    .cityu header .navbar-nav-topleft .nav-link,
    .cityu header .navbar-nav-topright .nav-link {
        font-size: 14px;
        padding: 3px 10px 15px;
    }

    .cityu header .navbar-nav-topright .nav-sound .nav-link img,
    .cityu header .navbar-nav-topright .nav-search .dropdown-toggle img {
        width: 20px;
        height: 20px;
    } */

    /* header
    ————————————————————————————————————————————————————————— */
    .cityu header .top-navbar {
        height: 4px;
    }
    
    .cityu .navbar-brand img,
    .cityu header:not(.department-header-logotext) .navbar-brand img,
    .cityu .department-header-logotext .navbar-brand img,
    .cityu body.scroll-fixed header .main-navbar .navbar-brand img {
        width: 210px;
        height: auto;
    }
    
    .cityu header .main-navbar .navbar-most {                
        width: 192px;
        left: 88px;        
    }

    .cityu header .main-navbar {
        background: #fff url(/image/global/header-abstract-bg-mob.jpg) right center no-repeat;
        background-size: cover;
        align-items: flex-start;
        height: 70px;
        padding-top: 17px;
    }

    .cityu header .main-navbar #navbarContent {
        background: #fff url(/image/mini_logo.svg) 20px 18px no-repeat;
        background-size: auto 38px;
        border-left: none;
        width: 100%;
    }

    .cityu header .main-navbar #navbarContent .navbar-nav-wrap {
        max-height: calc(100vh - 74px);
        overflow: auto;
        margin-top: 74px;
        padding-bottom: 50px;
    }

    .cityu header .main-navbar .navbar-nav-main,
    .cityu header .menu-navbar .navbar-nav-main {
        background-image: url(/image/global/navbar-main-footer-mob.svg), linear-gradient(to right, #DF7433 0, #DA562B 30%, #CC103C 75%, #9F0D43 100%);
        background-repeat: no-repeat;
        background-size: 100% auto, auto auto;
        background-position: right 0 bottom -1px;
        padding: 4px 20px 84px;
    }

    .cityu header .main-navbar .navbar-nav-main .nav-item:not(:last-child),
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-item:not(:last-child),
    .cityu header .menu-navbar .navbar-nav-main .nav-item:not(:last-child),
    .cityu body.scroll-fixed header .menu-navbar .navbar-nav-main .nav-item:not(:last-child) {
        margin-right: 0;
    }

    .cityu header .main-navbar .navbar-nav-main .nav-item,
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-item {
        padding-left: 0;
        padding-right: 0;
    }

    .cityu header .main-navbar .navbar-nav-main .nav-item:last-child,
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-item:last-child {
        margin-right: 0;
    }

    .cityu header .main-navbar .navbar-nav-main .nav-link,
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-link,
    .cityu header .main-navbar .navbar-nav-main .nav-link:hover {
        color: #fff;
        font-size: 16px;
        padding: 15px 0;
        position: relative;        
    }
    .cityu header .main-navbar .navbar-nav-main .nav-link:hover,
    .cityu header .main-navbar .navbar-nav-main .nav-link:focus {
        -webkit-text-fill-color: #fff;
    }

    .cityu header .menu-navbar .navbar-nav-main .nav-link {
        font-weight: 700;
        line-height: 22px;
        padding: 15px 0;
        position: relative;
    }

    .cityu header .main-navbar .navbar-nav-main .dropdown .nav-link::after,
    .cityu header .menu-navbar .navbar-nav-main .dropdown .nav-link::after {
        background: url(/image/icon/dropdown-arrow-mob.svg) center center no-repeat;
        content: '';
        display: inline-block;
        width: 16px;
        height: 10px;
        margin-top: -5px;
        position: absolute;
        right: 6px;
        top: 50%;
        transition: all 0.2s ease;
    }

    .cityu header .main-navbar .navbar-nav-main .nav-link.dropdown-expanded::after,
    .cityu header .menu-navbar .navbar-nav-main .nav-link.dropdown-expanded::after {
        transform: rotate(180deg);
    }

    .cityu header .main-navbar .navbar-nav-main .dropdown:hover .nav-link,
    .cityu header .main-navbar .navbar-nav-main .dropdown:focus .nav-link {
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu {
        border-radius: 0;
        display: none;
        filter: none;
        opacity: 1;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding: 0;
        transform: translateY(0);
        position: relative;
        left: auto;
        top: auto;
        transition: height 0.3s ease;
    }
    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu.show {
        display: block;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu,
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu {
        top: auto;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .container-max {
        padding-left: 0;
        padding-right: 0;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .row {
        margin: 0;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .row> :last-child,
    .cityu header .main-navbar .navbar-nav-main>.nav-item:hover>.dropdown-menu .row> :last-child {
        display: block;
        padding: 0;
    }    

    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item {
        border-bottom: #E8E8E8 1px solid;
    }
    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1:last-child>.nav-item:last-child {
        border-bottom: none;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu>.container-max>.row>.dropdown-overview>.dropdown-item,
    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-item {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        padding: 12px 20px;
    }

    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-link {
        display: none;
    }    
    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .nav-level-1>.nav-item>.dropdown-link ~ .dropdown-toggle span {
        display: inline;
    }

    .cityu header .main-navbar .navbar-nav-main .nav-item .dropdown-menu .dropdown-toggle::after {
        display: block;
        float: right;
        margin: 9px 6px;
    }

    .cityu header .main-navbar .navbar-nav-main .dropdown-submenu {
        background-color: #FFF3EC;
        border-top: #E8E8E8 1px solid;
        margin: 0;
        padding-left: 8px;
    }

    .cityu header .main-navbar .navbar-nav-main .dropdown-submenu::before {
        background: none;
        background-color: #DF7433;
        width: 8px;
        margin-bottom: 0;
    }

    .cityu header .main-navbar .navbar-nav-main .dropdown-submenu .dropdown-item {
        color: #272727;
        font-weight: 700;
        line-height: 1.2;
        width: 100%;
        padding: 16px 20px;
    }

    .cityu header .main-navbar .navbar-nav-main .dropdown-mainmenu .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    /* dropdown menu */
    .cityu header .main-navbar .navbar-nav-main>.nav-item>.dropdown-menu .container-max::before {
        content: none;
    }

    /* navbar top left menu and right menu */
    .cityu header .navbar-nav-topleft {
        flex-direction: column;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        left: auto;
        top: auto;
    }

    .cityu header .navbar-nav-topright {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        right: auto;
        top: auto;
    }

    .cityu header .menu-navbar .navbar-nav-topright,
    .cityu .department-header-logotext .menu-navbar .navbar-nav-topright {
        margin-top: 20px;
        top: auto;
    }

    .cityu header .navbar-nav-topleft .nav-item,
    .cityu header .navbar-nav-topright .nav-item:not(:last-child) {
        border-bottom: #E8E8E8 1px solid;
    }

    .cityu header .navbar-nav-topright .nav-quicklinks {
        order: 997;
    }

    .cityu header .navbar-nav-topright .nav-search {
        order: 998;
    }

    .cityu header .navbar-nav-topright .nav-sound .nav-link img,
    .cityu header .navbar-nav-topright .nav-search .dropdown-toggle img,
    .cityu header .menu-navbar .navbar-nav-topright .nav-link img {
        display: none;
    }

    .cityu header .navbar-nav-topleft .nav-item.dropdown .nav-link::after,
    .cityu header .navbar-nav-topright .nav-quicklinks .dropdown-toggle::after,
    .cityu header .navbar-nav-topright .nav-search .dropdown-toggle::after,
    .cityu header .menu-navbar .navbar-nav-topright .dropdown .dropdown-toggle::after {
        background: url(/image/icon/dropdown-menu-arrow.svg) center center no-repeat;
        border: none;
        content: '';
        display: block;
        float: right;
        margin: 6px;
        width: 12px;
        height: 8px;
    }

    .cityu header .navbar-nav-topleft .nav-item.dropdown .nav-link.show::after,
    .cityu header .navbar-nav-topright .nav-quicklinks .dropdown-toggle.show::after,
    .cityu header .navbar-nav-topright .nav-search .dropdown-toggle.show::after,
    .cityu header .menu-navbar .navbar-nav-topright .dropdown .dropdown-toggle.show::after {
        transform: rotate(180deg);
    }

    .cityu header .navbar-nav-topleft .nav-item .dropdown-menu {
        background-color: #F3F3F3;
        border-radius: 0;
        filter: none;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding: 0;
    }

    .cityu header .navbar-nav-topleft .nav-item+.nav-item .dropdown-menu {
        transform: none;
    }

    .cityu header .navbar-nav-topright .nav-quicklinks .dropdown-menu,
    .cityu header .menu-navbar .navbar-nav-topright .nav-item:not(.nav-language) .dropdown-menu {
        transform: none;
    }

    .cityu header .navbar-nav-topright .nav-quicklinks .dropdown-menu,
    .cityu header .navbar-nav-topright .nav-search .dropdown-menu,
    .cityu header .menu-navbar .navbar-nav-topright .dropdown:not(.nav-language) .dropdown-menu {
        background-color: #F3F3F3;
        border-radius: 0;
        filter: none;
        text-align: left;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding: 0;
    }

    .cityu header .navbar-nav-topleft .nav-item .dropdown-menu li:not(:last-child),
    .cityu header .navbar-nav-topright .nav-quicklinks .dropdown-menu li:not(:last-child),
    .cityu header .navbar-nav-topright .nav-search .dropdown-menu li:not(:last-child),
    .cityu header .menu-navbar .navbar-nav-topright .dropdown .dropdown-menu li:not(:last-child) {
        border-bottom: #E8E8E8 1px solid;
    }

    .cityu header .navbar-nav-topleft .nav-item.dropdown .dropdown-item,
    .cityu header .navbar-nav-topright .nav-quicklinks .dropdown-item,
    .cityu header .navbar-nav-topright .nav-search .dropdown-item,
    .cityu header .menu-navbar .navbar-nav-topright .dropdown .dropdown-item {
        font-size: 15px;
        padding: 16px 20px;
    }

    .cityu header .navbar-nav-topleft .nav-link,
    .cityu header .navbar-nav-topright .dropdown-toggle,
    .cityu header .menu-navbar .navbar-nav-topright .nav-link {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.25;
        text-decoration: none;
        display: block;
        padding: 14px 0;
    }

    .cityu header .navbar-nav-topleft .nav-link:hover,
    .cityu header .navbar-nav-topleft .nav-link:focus,
    .cityu header .navbar-nav-topright .dropdown-toggle:hover,
    .cityu header .navbar-nav-topright .dropdown-toggle:focus {
        color: #000;
    }

    .cityu header .navbar-nav-topright .dropdown-toggle:focus-visible {
        box-shadow: none;
        outline: none;
    }

    .cityu header .navbar-nav-topright .nav-language {
        order: 999;
    }

    .cityu header .navbar-nav-topright .nav-language .dropdown-toggle {
        display: none;
    }

    .cityu header .navbar-nav-topright .nav-language .dropdown-menu {
        border: #DC5D2D 1px solid;
        border-radius: 8px;
        display: flex;
        width: 100%;
        margin: 20px auto 0;
        padding: 0;
        filter: none;
        position: relative;
        left: 0;
        transform: none;
    }

    .cityu header .navbar-nav-topright .nav-language .dropdown-menu li {
        flex: 0 0 33.33%;
    }

    .cityu header .navbar-nav-topright .nav-language .dropdown-menu li+li {
        border-left: #DC5D2D 1px solid;
    }

    .cityu header .navbar-nav-topright .nav-language .dropdown-menu .dropdown-item {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.25;
        padding: 14px;
    }

    .cityu header .navbar-nav-topright .nav-language .dropdown-menu .dropdown-item.is-active {
        background-image: linear-gradient(to right, #DF7433 38%, #DA562B 44%, #CC103C 55%, #9F0D43 62%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }    

    /* navbar sound */
    .cityu header .navbar-nav-topright .nav-item.nav-sound {
        border-bottom: none;
    }

    .cityu header .navbar-nav-topright #navbarSound img {
        opacity: 0;
    }

    .cityu header .navbar-nav-topright #navbarSound {
        background: url(/image/icon/sound-sm-on-black.svg) left center no-repeat;
        background-size: contain;
        display: block;
        width: 26px;
        height: 26px;
        position: fixed;
        top: 24px;
        right: 66px;
    }

    .cityu header .navbar-nav-topright #navbarSound.sound-muted {
        background: url(/image/icon/sound-sm-off-black.svg) left center no-repeat;
    }

    /* scroll fixed */
    .cityu body.scroll-fixed header .main-navbar {
        height: 70px;
    }

    /* Footer
    ————————————————————————————————————————————————————————— */
    .cityu footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cityu footer .footer-main ul li a {
        line-height: 1.5;
    }

    /* media banner    
    ————————————————————————————————————————————————————————— */
    .cityu .media-banner-wrap {
        height: 240px;
        padding-top: 100px;
    }

    .cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
        margin-bottom: 200px;
    }

    .cityu .media-banner-wrap h2 {
        font-size: 28px;
    }

    .cityu .mediaBannerSwiper .swiper-button-next {
        right: 20px;
    }

    .cityu .mediaBannerSwiper .swiper-button-prev {
        left: 20px;
    }

    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .media-banner-wrap {
        height: 190px;
        padding-top: 55px;
    }

    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .media-banner-wrap {
        height: 200px;
        padding-top: 50px;
    }

    /* .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-pagination-bullets {
        bottom: calc(7vw - 2px);
    }
    .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-button {
        bottom: calc(7vw - 10px);
    } */
    /* landing banner
    ————————————————————————————————————————————————————————— */
    .cityu .landingBannerSwiper .swiper-button-next {
        right: 20px;
    }

    .cityu .landingBannerSwiper .swiper-button-prev {
        left: 20px;
    }

    /* Component Banner 1, Component Banner 3
    ————————————————————————————————————————————————————————— */
    .cityu .component-banner-1 {
        margin-bottom: 60px;
    }

    .cityu .component-banner-1 .component-banner-title {
        bottom: -60px;
    }

    .cityu .component-banner-1 .component-banner-title h1 {
        background-size: cover;
        font-size: 32px;
        line-height: 42px;
        width: 510px;
        height: 180px;
        padding: 49px 45px;
    }

    .cityu .component-banner-3 .component-banner-title h1 {
        font-size: 32px;
        line-height: 42px;
    }

    /* Component List 1
    ————————————————————————————————————————————————————————— */
    .cityu .component-list-1 .component-content .card .card-body {
        padding: 20px 0 0;
    }

    /* Component Staff 1, Component Staff 2, Component Staff 3, Component Staff 4
    ————————————————————————————————————————————————————————— */
    .cityu .component-staff-3 .component-content .card>a,
    .cityu .component-staff-4 .component-content .card>a {
        flex: 0 0 auto;
        width: 135px;
        height: 135px;
    }

    /* component Ex-3
    ————————————————————————————————————————————————————————— */
    .cityu .exploreUpSwiper .swiper-slide .card .card-title,
    .cityu .exploreDownSwiper .swiper-slide .card .card-title {
        font-size: 16px;
    }

    /* component carousel 2, component carousel 3 
    ————————————————————————————————————————————————————————— */
    /* component carousel 2 */
    .cityu .component-carousel-2 .carouselSwiper .swiper-slide {
        width: 300px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* component carousel 3 */
    .cityu .component-carousel-3 .carouselSwiper .swiper-slide {
        width: 540px;
        padding: 0;
    }

    .cityu .component-carousel-3 .carouselSwiper .card .card-body {
        padding: 20px;
    }

    /* component button */
    .cityu .component-carousel-3 .carousel-button-next {
        right: 20px;
    }

    .cityu .component-carousel-3 .carousel-button-prev {
        right: 100px;
    }

    /* component pagination */
    .cityu .component-carousel-3 .swiper-pagination-horizontal.swiper-pagination-bullets {
        padding-left: 15px;
    }

    /* component carousel 4
    ————————————————————————————————————————————————————————— */
    .cityu .component-carousel-4 .component-main {
        padding-left: 20px;
    }

    /* component button */
    .cityu .component-carousel-4 .carousel-button-next {
        right: 20px;
    }

    .cityu .component-carousel-4 .carousel-button-prev {
        right: 100px;
    }

    /* component pagination */
    .cityu .component-carousel-4 .swiper-pagination-horizontal.swiper-pagination-bullets {
        padding-left: 15px;
    }

    /* component calendar
    ————————————————————————————————————————————————————————— */
    .cityu .calendar .month {
        width: calc(100% / 2 - 12px);
    }

    .cityu .calendar .events {
        width: calc(100% / 2 - 12px);
        margin-left: 24px;
    }

    /*——————————————————————————————————————————————————————— */
    /* Department Site Style
    ————————————————————————————————————————————————————————— */
    /* department header
    ————————————————————————————————————————————————————————— */
    .cityu body.scroll-fixed header .white-navbar .navbar-brand {
        background: none;
    }
    .cityu header .white-navbar {
        align-items: flex-start;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cityu header.department-header-logotext .white-navbar {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cityu header .menu-navbar #navbarContent {
        background: #fff url(/image/mini_logo.svg) 20px 18px no-repeat;
        background-size: auto 38px;
        border-left: none;
        width: 100%;
    }

    .cityu header .menu-navbar #navbarContent .navbar-nav-wrap {
        max-height: calc(100vh - 74px);
        overflow: auto;
        margin-top: 74px;
        padding-bottom: 50px;
    }

    /* dropdown menu */
    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu {
        margin-left: -20px;
        margin-right: -20px;
    }

    .cityu header .menu-navbar .navbar-nav-main .menu-expanded>.dropdown-menu,
    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu.show>.dropdown-menu {
        display: block;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu {
        filter: none;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>li:not(:last-child) {
        border-bottom: #E8E8E8 1px solid;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li:not(:last-child)::before {
        content: none;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li .dropdown-item {
        font-weight: 700;
        line-height: 26px;
        white-space: wrap;
        max-width: none;
        padding: 16px 20px;        
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>li>.dropdown-item:hover {
        background-color: #fff;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>li:last-child>.dropdown-item {
        border-radius: 0;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li .dropdown-item.dropdown-toggle::after {
        background: url(/image/icon/dropdown-menu-arrow.svg) center center no-repeat;
        border: none;
        width: 12px;
        height: 8px;
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu .dropdown-submenu .dropdown-submenu .dropdown-item.dropdown-toggle::after {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li .dropdown-item.dropdown-toggle.show::after {
        transform: rotate(180deg);
    }

    .cityu header .menu-navbar .nav-item .dropdown>.dropdown-menu,
    .cityu header .menu-navbar .nav-item:hover .dropdown>.dropdown-menu {
        background-color: #FFF3EC;
        border: none;
        border-radius: 0;
        filter: none;
        margin-top: 0;
        padding: 0;
    }

    .cityu header .menu-navbar .nav-item .dropdown>.dropdown-menu li,
    .cityu header .menu-navbar .nav-item:hover .dropdown>.dropdown-menu li {
        border-bottom: none;
    }

    .cityu header .menu-navbar .nav-item .dropdown>.dropdown-menu li::before,
    .cityu header .menu-navbar .nav-item:hover .dropdown>.dropdown-menu li::before {
        content: none;
    }

    .cityu header .menu-navbar .nav-item:hover .dropdown>.dropdown-menu .dropdown-item:hover {
        color: #272727;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu li .dropdown-menu li .dropdown-item {
        line-height: 1.2;
        background: none;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
        border-top: #E8E8E8 1px solid;
        margin-top: 0;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li>.dropdown-item,
    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-item {
        border-left: #DF7433 8px solid;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>.dropdown-submenu .dropdown-submenu .dropdown-menu>li>.dropdown-item {
        border-left: #FFC4A3 8px solid;
        background-color: #FFE4D4;
    }

    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>.dropdown-submenu li:last-child .dropdown-item,
    .cityu header .menu-navbar .nav-item>.dropdown-mainmenu>.dropdown-menu>.dropdown-submenu li~li:last-child .dropdown-item {
        border-radius: 0;
    }

    /* logo text wrap */
    .cityu header:not(.department-header-logotext) .logo-text-wrap {
        display: block;
    }

    .cityu header .logo-text-wrap,
    .cityu .department-header-logotext .logo-text-wrap {
        background-color: #9F0D43;
        background-image: linear-gradient(to right, #DF7433 0, #DA562B 30%, #CC103C 75%, #9F0D43 100%);
        padding-top: 13px;
        padding-bottom: 13px;
    }

    /* theme color */
    .cityu .theme-color-blue header .logo-text-wrap,
    .cityu .theme-color-blue .department-header-logotext .logo-text-wrap {
        background-color: #3426CE;
        background-image: linear-gradient(to right, #3F64C5 5%, #3426CE 100%);
    }

    .cityu .theme-color-green header .logo-text-wrap,
    .cityu .theme-color-green .department-header-logotext .logo-text-wrap {
        background-color: #13858D;
        background-image: linear-gradient(to right, #37A699 13.5%, #13858D 86.5%);
    }

    .cityu .theme-color-lime header .logo-text-wrap,
    .cityu .theme-color-lime .department-header-logotext .logo-text-wrap {
        background-color: #689B40;
        background-image: linear-gradient(to right, #7CA33E 13.5%, #689B40 86.5%);
    }

    .cityu .theme-color-purple header .logo-text-wrap,
    .cityu .theme-color-purple .department-header-logotext .logo-text-wrap {
        background-color: #803FB2;
        background-image: linear-gradient(to right, #8A6DA1 13.5%, #803FB2 86.5%);
    }

    .cityu .theme-color-pink header .logo-text-wrap,
    .cityu .theme-color-pink .department-header-logotext .logo-text-wrap {
        background-color: #AC286F;
        background-image: linear-gradient(to right, #C63974 13.5%, #AC286F 86.5%);
    }

    /* theme color end */
    .cityu header .logo-text-wrap p,
    .cityu .department-header-logotext .logo-text-wrap p {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
    }

    .cityu header .menu-navbar {
        min-height: auto;
        padding: 0;
    }

    /* scroll fixed */
    .cityu body.scroll-fixed header .white-navbar {
        border-bottom: #f2f2f2 1px solid;
    }
}

@media screen and (max-width: 1099.98px) {

    /* header
    ————————————————————————————————————————————————————————— */
    /* .cityu header .main-navbar .navbar-nav-main .nav-link,
    .cityu body.scroll-fixed header .main-navbar .navbar-nav-main .nav-link {
        font-size: 14px;
    } */

    /* media banner    
    ————————————————————————————————————————————————————————— */
    .cityu .media-banner-wrap {
        height: 210px;
        padding-top: 80px;
    }

    .cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
        margin-bottom: 170px;
    }

    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .media-banner-wrap {
        height: 170px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 991.98px) {

    /* global
    ————————————————————————————————————————————————————————— */
    .cityu section:not(.section-banner) .section-content.mob-pb-0 {
        padding-bottom: 0;
    }

    /* quote container  */
    .cityu .quote-container {
        margin-right: 90px;
    }

    /* swiper
    ————————————————————————————————————————————————————————— */
    .cityu .component-content .swiper-button-next,
    .cityu .component-content .swiper-button-prev {
        background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 1.5px) center no-repeat;
        background-size: auto 18px;
        width: 40px;
        height: 40px;
        margin-top: -52px;
    }

    .cityu .component-content .swiper-button-next {
        right: -10px;
    }

    .cityu .component-content .swiper-button-prev {
        left: -10px;
    }    

    /* Footer
    ————————————————————————————————————————————————————————— */
    .cityu footer .footer-main>.row>.col-12:first-child,
    .cityu footer .footer-main>.row>.col-12.footer-contact-us {
        margin-bottom: 40px;
    }

    .cityu footer:not(.department-footer) .footer-bottom {
        height: auto;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .cityu footer .social-media {
        margin-bottom: 20px;
    }

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .mediaBannerSwiper {
        padding-bottom: 220px;
    }

    .cityu .media-banner-wrap,
    .cityu .component-rotating-banner-3 .media-banner-wrap {
        background: url(/image/home/media-banner-polygon-bg-mob.svg) left top no-repeat;
        background-size: cover;
        height: 370px;
        padding-top: 115px;
    }

    .cityu .media-banner-wrap::after {
        background: url(/image/home/media-banner-footer-mob.svg) right bottom no-repeat;
        background-size: cover;
        height: 11.8vw;
    }

    .cityu .media-banner-wrap h2 {
        font-size: 26px;
        line-height: 34px;
        width: 75%;
        -webkit-line-clamp: 3;
        margin-bottom: 20px;
    }

    .cityu .mediaBannerSwiper .swiper-slide .slide-buttons {
        display: none;
    }

    .cityu .mediaBannerSwiper .swiper-button-next,
    .cityu .mediaBannerSwiper .swiper-button-prev {
        display: none;
    }

    .cityu .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: -160px;
    }

    /* .cityu .mediaBannerSwiper .swiper-button {
        bottom: -160px;
    }
    .cityu .mediaBannerSwiper .swiper-pagination-bullets {        
        left: 15px;
        right: auto;
        bottom: -165px;
    } */
    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .media-banner-wrap {
        background: url(/image/global/rotating-banner2-polygon-bg-mob.svg) left top no-repeat;
        background-size: cover;
        height: 340px;
        padding-top: 100px;
    }

    .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: -160px;
    }

    /* .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-button {
        bottom: -160px;
    }
    .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-pagination-bullets {
        left: 15px;
        right: auto;
        bottom: -165px;
    } */
    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .mediaBannerSwiper {
        padding-bottom: 220px;
    }

    .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: -160px;
    }

    /* .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-button {
        bottom: -160px;
    }
    .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-pagination-bullets {
        left: 15px;
        right: auto;
        bottom: -165px;
    } */
    /* Component Banner 1, Component Banner 3
    ————————————————————————————————————————————————————————— */
    .cityu .component-banner-1 {
        height: 400px;
        margin-bottom: 50px;
    }

    .cityu .component-banner-3 {
        height: 400px;
    }

    .cityu .component-banner-1::after {
        background: url(/image/home/media-banner-footer-mob.svg) right bottom no-repeat;
        background-size: cover;
        height: 11.8vw;
    }

    .cityu .component-banner-1 .component-banner-title {
        bottom: -50px;
    }

    .cityu .component-banner-1 .component-banner-title h1 {
        font-size: 26px;
        line-height: 34px;
        width: 425px;
        height: 150px;
        padding: 41px 40px;
    }

    .cityu .component-banner-3 .component-banner-title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cityu .component-banner-3 .component-banner-title h1 {
        font-size: 26px;
        line-height: 34px;
    }

    /* Component Banner 2
    ————————————————————————————————————————————————————————— */
    .cityu .component-banner-2 {
        /* background-position: 9% 14px, 0 0;
        background-size: min(42%, 210px) auto, auto auto; */
        background-position: 9% 8px, 0 0;
        background-size: min(76%, 322px) auto, auto auto;
        height: 62px;
    }

    .cityu .component-banner-2::after {
        background: url(/image/global/component-banner-2-bottom-mob.svg) right bottom no-repeat;
        background-size: contain;
        height: 62px;
        bottom: 0;
    }

    /* Component Content 2
    ————————————————————————————————————————————————————————— */
    .cityu .component-content-2 .component-content>.row {
        flex-direction: column-reverse;
        align-items: center;
    }

    .cityu .component-content-2 .quote-container {
        margin-right: 103px;
    }

    .cityu .component-content-2 .component-image {
        margin-bottom: 60px;
    }

    /* component Ex-2
    ————————————————————————————————————————————————————————— */
    .cityu .component-ex-2 .component-body {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    /* component Ex-3
    ————————————————————————————————————————————————————————— */
    .cityu .component-ex-3>.row>.col-12:first-child {
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
    }

    .cityu .component-ex-3>.row>.col-12:last-child {
        border-radius: 0 0 0 80px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 85px 0;
    }

    .cityu .component-ex-3 .component-swiper-wrap>.row {
        height: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .cityu .component-ex-3 .component-swiper-wrap>.row>.col-12 {
        padding: 15px 0;
        display: flex;
    }

    /* Explore swiper */
    .cityu .exploreUpSwiper .swiper-slide,
    .cityu .exploreDownSwiper .swiper-slide {
        width: 40%;
    }

    .cityu .exploreUpSwiper .swiper-slide .card {
        margin: 0 -20px 0 20px;
    }

    .cityu .exploreDownSwiper .swiper-slide .card {
        margin: 0 40px 0 -40px;
    }

    /* component Ex-4
    ————————————————————————————————————————————————————————— */
    .cityu .floating-img-1 {
        display: none;
    }

    .cityu .floating-img-2 {
        margin-top: 30px;
    }    

    /*——————————————————————————————————————————————————————— */
    /* Department Site Style
    ————————————————————————————————————————————————————————— */
    /* department footer
    ————————————————————————————————————————————————————————— */
    .cityu .department-footer .footer-info ul {
        margin-bottom: 40px;
    }

    .cityu .department-footer .footer-logo {
        text-align: left;
    }

    .cityu .department-footer .footer-bottom .container-xxl {
        display: block;
    }
}

@media screen and (max-width: 767.98px) {

    /* global
    ————————————————————————————————————————————————————————— */
    /* button with arrow, read more button */
    .cityu .btn-arrow::before {
        content: "";
        vertical-align: middle;
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 10px;
        background: url(/image/icon/btn-arrow-orange.svg) center center no-repeat rgb(255, 255, 255);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(219, 219, 219);
        border-image: initial;
        border-radius: 50%;
    }

    .cityu .btn-arrow::after {
        content: none;
    }

    .cityu .btn-read-more::after {
        width: 32px;
        height: 32px;
    }

    /* quote container  */
    .cityu .quote-container {
        margin-left: 0;
        margin-right: 0;
    }

    .cityu .quote-container::before {
        background-size: cover;
        width: 61px;
        height: 50px;
        left: 0;
        top: -20px;
        transform: translateY(-100%);
    }

    .cityu .quote-container::after {
        background-size: cover;
        width: 61px;
        height: 50px;
        right: 0;
        bottom: 0;
        transform: translateY(100%);
    }

    /* header
    ————————————————————————————————————————————————————————— */
    .cityu header .main-navbar .navbar-nav-main {
        padding-bottom: 46px;
    }

    /* Footer
    ————————————————————————————————————————————————————————— */
    .cityu footer .footer-main a,
    .cityu footer .footer-main a img {
        display: block;
        width: 130px;
    }

    .cityu footer.department-footer .footer-main a {
        display: inline;
    }

    .cityu footer .social-media {
        width: 100%;
        column-gap: normal;
        justify-content: space-between;
    }

    .cityu .back-to-top {
        bottom: 30px;
    }

    /* section
    ————————————————————————————————————————————————————————— */
    .cityu section:not(.section-banner) .section-content {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .cityu .section-content>div:not(:first-child) {
        margin-top: 50px;
    }

    .cityu .section-content>div:not(:first-child).margin-gap-lg {
        margin-top: 90px;
    }

    .cityu .section-content>div:not(:first-child).margin-gap-xl {
        margin-top: 130px;
    }

    /* section background */
    .cityu .section-bg.bg-skew-radius-right {
        border-radius: 0 0 30px 0;
    }

    .cityu .section-bg.bg-skew-radius-left {
        border-radius: 0 0 0 30px;
    }

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .media-banner-wrap h2 {
        font-size: 24px;
        line-height: 32px;
        width: 100%;
        margin-bottom: 10px;
    }

    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .mediaBannerSwiper {
        padding-bottom: 250px;
    }

    .cityu .component-rotating-banner-2 .media-banner-wrap {
        height: 300px;
        padding-top: 40px;
    }

    .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-button {
        bottom: -230px;
    }

    /* .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-pagination-bullets {
        bottom: -222px;
    } */
    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .media-banner-wrap {
        height: 320px;
        padding-top: 80px;
    }

    .cityu .component-rotating-banner-3 .media-banner-wrap h2 {
        font-size: 24px;
        line-height: 32px;
        width: 100%;
    }

    /* breadcrumb section
    /* breadcrumb section dropdown
    ————————————————————————————————————————————————————————— */
    .cityu .breadcrumb-section-dropdown {
        padding-right: 0px;
    }

    .cityu .breadcrumb-section-dropdown .navbar {
        display: none;
    }

    /* component - global
    ————————————————————————————————————————————————————————— */
    .cityu .buttons-wrap {
        flex-direction: column;
    }

    /* component - header
    ————————————————————————————————————————————————————————— */
    .cityu .component-header .h-pure {
        margin-bottom: 0;
    }

    .cityu .component-header.d-flex .heading-underline {
        width: 100%;
    }

    /* Component Banner 1
    ————————————————————————————————————————————————————————— */
    .cityu .component-banner-1 {
        height: 300px;
        margin-bottom: 40px;
    }

    .cityu .component-banner-1 .component-banner-title {
        bottom: -40px;
    }

    .cityu .component-banner-3 {
        height: 300px;
    }

    .cityu .component-banner-1 .component-banner-title h1 {
        font-size: 24px;
        line-height: 32px;
        width: 334px;
        height: 118px;
        padding: 27px 25px;
    }

    .cityu .component-banner-3 .component-banner-title h1 {
        font-size: 24px;
        line-height: 32px;
    }

    /* Component Content 2
    ————————————————————————————————————————————————————————— */
    .cityu .component-content-2 .component-content>.row>.col-12:first-child> :not(:first-child) {
        margin-top: 115px;
    }

    .cityu .component-content-2 .quote-container {
        margin: 72px 0 55px;
    }

    .cityu .component-content-2 .quote-container::before {
        width: 66px;
        height: 55px;
        left: 0;
        top: -17px;
    }

    .cityu .section-light .component-content-2 .quote-container::before,
    .cityu .section-dark .component-content-2 .quote-container::before,
    .cityu .section-light .component-content-2 .quote-container::after,
    .cityu .section-dark .component-content-2 .quote-container::after {
        background-size: contain;
    }

    .cityu .component-content-2 .quote-container::after {
        width: 66px;
        height: 55px;
        right: 0;
    }

    /* Component Content 8, Component Content 9
    ————————————————————————————————————————————————————————— */
    .cityu .component-content-8 .component-image {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .cityu .component-content-9 .component-image {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    /* Component List 1
    ————————————————————————————————————————————————————————— */
    .cityu .component-list-1 .component-content .card .card-body .card-title {
        font-size: 28px;
        line-height: 35px;
    }

    .cityu .component-list-1 .component-content .card .card-body .btn-read-more {
        margin-top: 40px;
    }

    /* Component List 3
    ————————————————————————————————————————————————————————— */
    .cityu .component-list-3 .component-content .card .card-body {
        padding: 20px 0 0;
    }

    /* Component Staff 1, Component Staff 2, Component Staff 3, Component Staff 4
    ————————————————————————————————————————————————————————— */
    .cityu .component-staff-3 .component-content .card,
    .cityu .component-staff-4 .component-content .card {
        display: block;
    }

    .cityu .component-staff-3 .component-content .card>a::after {
        right: 24%;
    }

    .cityu .component-staff-3 .component-content .card>a .card-img-top {
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    .cityu .component-staff-4 .component-content .card>a .card-img-top {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .cityu .component-staff-4 .component-content .card>a::after {
        right: 35px;
    }

    .cityu .component-staff-3 .component-content .card .card-body,
    .cityu .component-staff-4 .component-content .card .card-body {
        width: 100%;
        padding: 20px;
    }

    /* component Ex-2
    ————————————————————————————————————————————————————————— */
    .cityu .component-ex-2 .component-body {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .cityu .component-ex-2 .component-footer>.row {
        row-gap: 30px;
    }

    /* component Ex-3
    ————————————————————————————————————————————————————————— */
    .cityu .component-ex-3>.row>.col-12:first-child {
        margin-top: -28vw;
        padding-top: 28vw;
    }

    .cityu .component-ex-3>.row>.col-12:last-child {
        border-radius: 0 0 0 30px;
    }

    .cityu .exploreUpSwiper .swiper-slide,
    .cityu .exploreDownSwiper .swiper-slide {
        width: 50%;
    }

    /* component carousel 2, component carousel 3
    ————————————————————————————————————————————————————————— */
    /* component carousel 2 */
    .cityu .component-carousel-2 .component-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cityu .component-carousel-2 .carouselSwiper .swiper-slide {
        width: calc(100% - 40px);
        padding-top: 0;
        padding-bottom: 0;
    }

    .cityu .component-carousel-2 .carouselSwiper .card::after {
        background-image: linear-gradient(to right, #EF6B39 10%, #D33F3F 90%);
        height: 8px;
    }

    .cityu .component-carousel-2 .carouselSwiper .swiper-slide-active .card {
        transform: none;
    }

    .cityu .component-carousel-2 .carouselSwiper .card .card-img {
        filter: none;
        opacity: 1;
    }

    .cityu .component-carousel-2 .carouselSwiper .card .card-img-overlay {
        opacity: 1;
    }

    /* component carousel 3 */
    .cityu .component-carousel-3 .component-main {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 160px;
    }

    .cityu .component-carousel-3 .carouselSwiper .card .card-img {
        opacity: 1;
    }

    .cityu .component-carousel-3 .carouselSwiper .card .card-title {
        -webkit-line-clamp: 3;
        height: 84px;
    }

    /* component button */
    .cityu .carousel-button-next,
    .cityu .carousel-button-prev,
    .cityu .component-carousel-3 .carousel-button-next,
    .cityu .component-carousel-3 .carousel-button-prev {
        background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 1.5px) center no-repeat;
        background-size: auto 18px;
        width: 40px;
        height: 40px;
        margin-top: -62px;
    }

    .cityu .carousel-button-next {
        right: 10px;
    }

    .cityu .carousel-button-prev {
        left: 10px;
    }

    .cityu .component-carousel-3 .carousel-button-next {
        right: calc(50% - 55px);
    }

    .cityu .component-carousel-3 .carousel-button-prev {
        left: calc(50% - 55px);
        right: auto;
    }

    /* component pagination */
    .cityu .component-carousel-3 .swiper-pagination-horizontal.swiper-pagination-bullets {
        text-align: center;
        padding: 0 20px;
        bottom: 70px;
    }

    /* component carousel 4
    ————————————————————————————————————————————————————————— */
    .cityu .component-carousel-4 .component-main {
        padding-bottom: 160px;
    }

    .cityu .component-carousel-4 .carouselSwiperStories {
        padding-left: 0;
    }

    .cityu .component-carousel-4 .carouselSwiperStories .swiper-slide {
        padding-right: 20px;
    }

    .cityu .component-carousel-4 .carouselSwiperStories .swiper-slide-active .card {
        margin-left: 0;
    }

    .cityu .component-carousel-4 .carouselSwiperStories .card .card-img-top::after {
        opacity: 1;
    }

    /* component button */
    .cityu .component-carousel-4 .carousel-button-next,
    .cityu .component-carousel-4 .carousel-button-prev {
        background: #fff url(/image/icon/swiper-button-arrow.svg) calc(50% + 1.5px) center no-repeat;
        background-size: auto 18px;
        width: 40px;
        height: 40px;
        margin-top: -62px;
    }

    .cityu .component-carousel-4 .carousel-button-next {
        right: calc(50% - 55px);
    }

    .cityu .component-carousel-4 .carousel-button-prev {
        left: calc(50% - 55px);
        right: auto;
    }

    /* component pagination */
    .cityu .component-carousel-4 .swiper-pagination-horizontal.swiper-pagination-bullets {
        text-align: center;
        padding: 0 20px;
        bottom: 70px;
    }

    /* component Ex-4
    ————————————————————————————————————————————————————————— */
    .cityu .floating-img-2 {
        width: calc(100% - 20px);
    }

    .cityu .floating-img-3 {
        width: 50%;
    }

    /* component calendar
    ————————————————————————————————————————————————————————— */
    .cityu .calendar .month {
        width: 100%;
    }

    .cityu .calendar .month,
    .cityu .calendar .month:not(:nth-last-child(2)) {
        margin-bottom: 20px;
    }

    .cityu .calendar .events {
        width: 100%;
        margin-left: 0;
    }

    /*——————————————————————————————————————————————————————— */
    /* Department Site Style
    ————————————————————————————————————————————————————————— */
    /* department section
    ————————————————————————————————————————————————————————— */
    /* section background */
    .cityu .section-bg-themecolor {
        background-size: 200%;
        background-position: 85% 55%;
    }
}

@media screen and (max-width: 539.98px) {

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .mediaBannerSwiper {
        padding-bottom: 250px;
    }

    .cityu .media-banner-wrap {
        height: 320px;
        padding-top: 80px;
    }

    .cityu .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: -215px;
    }

    /* .cityu .mediaBannerSwiper .swiper-button {
        bottom: -215px;
    }    
    .cityu .mediaBannerSwiper .swiper-pagination-bullets {                
        bottom: -207px;
    } */
    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: -215px;
    }

    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .mediaBannerSwiper {
        padding-bottom: 250px;
    }

    .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-buttons-wrap {
        bottom: -215px;
    }

    /* .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-button {
        bottom: -215px;
    }
    .cityu .component-rotating-banner-3 .mediaBannerSwiper .swiper-pagination-bullets {        
        bottom: -207px;
    }     */
}

@media screen and (max-width: 419.98px) {

    /* media banner
    ————————————————————————————————————————————————————————— */
    .cityu .mediaBannerSwiper {
        padding-bottom: 260px;
    }

    /* rotating banner 2 */
    .cityu .component-rotating-banner-2 .mediaBannerSwiper {
        padding-bottom: 260px;
    }

    /* rotating banner 3 */
    .cityu .component-rotating-banner-3 .mediaBannerSwiper {
        padding-bottom: 260px;
    }
}


.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}