@font-face {
    font-family: 'Muli-Black';
    src: url('../../fonts/Muli-Black.eot');
    src: local('☺'), url('../../fonts/Muli-Black.woff') format('woff'), url('../../fonts/Muli-Black.ttf') format('truetype'), url('../../fonts/Muli-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Muli-Regular';
    src: url('../../fonts/Muli-Regular.eot');
    src: local('☺'), url('../../fonts/Muli-Regular.woff') format('woff'), url('../../fonts/Muli-Regular.ttf') format('truetype'), url('../../fonts/Muli-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        top: 20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
        top: 20px;
    }

    66% {
        opacity: 0;
        top: 20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 20px;
    }

    66% {
        opacity: 0;
        top: 20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 20px;
    }

    66% {
        opacity: 0;
        top: 20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 20px;
    }

    66% {
        opacity: 0;
        top: 20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        top: 20px;
    }

    66% {
        opacity: 0;
        top: 20px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


html {
    scroll-behavior: smooth;
}

html body {
    background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli-Black';
    margin-bottom: 25px !important;
}

*:focus {
    outline: -webkit-focus-ring-color auto 5px !important;
    /* outline: 1px solid #00f !important; */
}

*:focus-visible {
    /* outline:  -webkit-focus-ring-color auto 5px !important; */
    /* outline: 3px solid blanchedalmond; */
    /* outline: none!important; */
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
    outline: none !important;
}


.smartcity_content p {
    font-size: 18px;
    line-height: 30px;
}

a.download {
    color: #29476d;
}

a.download:hover {
    color: #375e91;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
    text-decoration: none !important;
    color: #133d69 !important;
}

.anchor {
    display: block;
    position: relative;
    top: -250px;
}

.visually-hidden.focusable:not(.skip-link):focus {
    max-height: 1920px;
    display: inline-block;
    padding: 15px;
    margin: 5px;
    outline: 3px solid #FFF;
    text-decoration: underline;
    left: 20px;
    top: 20px;
    background-color: #1d5d7a;
    z-index: 5000;
    position: absolute !important;
    color: #fff !important;
    font-size: 18px;
    font-family: 'Muli-Regular';
    /* position: absolute;
    overflow: visible;
    clip: auto;
    width: 200px;
    height: 300px !important;
    display: block;
    background-color: #ff0;
    z-index: 5000;
    padding: 20px; */
}

.visually-hidden.focusable.skip-link:focus {
    font-size: 18px;
    font-family: 'Muli-Regular';
    color: #fff !important;
    background-color: #1d5d7a;
    text-align: center;
    display: block;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    z-index: 10000;
    margin-bottom: -27px !important;
}

/* owl*/
.st-owl-theme .owl-buttons .owl-prev::before,
.st-owl-theme .owl-buttons .owl-prev::after,
.st-owl-theme .owl-buttons .owl-next::before,
.st-owl-theme .owl-buttons .owl-next::after {
    background: #817666 !important;
}

#block-home-page-slider-block .st-owl-theme .owl-buttons .owl-prev::before,
#block-home-page-slider-block .st-owl-theme .owl-buttons .owl-prev::after,
#block-home-page-slider-block .st-owl-theme .owl-buttons .owl-next::before,
#block-home-page-slider-block .st-owl-theme .owl-buttons .owl-next::after {
    background: #fff !important;
}

.visually-hidden.focusable:focus {}

/* a:visited{
    color: #ffffff;
} */

.skip-link {
    color: #015298;
}

/* Menu : start */

.search_form {
    position: absolute;
    right: 0px;
    top: 70px;
    padding-top: 5px;
}

.body--glazed-nav-desktop .search_form:first-of-type {
    display: none;
}

.body--glazed-nav-mobile .search_form:last-of-type {
    display: none;
}

.search_form input[type=text] {
    color: #133d69 !important;
    padding: 4px 10px 4px 0px !important;
    font-size: 13px;
    line-height: 13px;
    min-width: 160px;
    border: 0px !important;
    border-bottom: 1px solid #133d69 !important;
    border-radius: 0px !important;
}

.search_form input[type=text]:focus {
    outline: none !important;
}

.search_form input[type=text]::placeholder {
    color: #133d69;
    opacity: 1;
    /* Firefox */
}

.search-button {
    width: 25px;
    height: 25px;
    background-color: transparent !important;
    border: 0px !important;
    padding: 0px !important;
    vertical-align: middle !important;
}

.search-button svg {
    width: 20px;
    height: 20px;
}

.html--glazed-sticky-footer .body--glazed-nav-desktop .glazed-header--top {
    min-height: 130px !important;
}

body.body--glazed-nav-desktop .glazed-header--top .nav>li>a,
.body--glazed-nav-desktop .glazed-header--top .wrap-branding,
.body--glazed-nav-desktop .glazed-header--top .block-glazed-helper {
    /* height: 85px !important;
    line-height: 85px !important; */
    height: 30px !important;
    line-height: 30px !important;
    padding-top: 34px;
}

.body--glazed-nav-desktop .glazed-header--top li .dropdown-menu {
    /* margin-top: 10px; */
}

.body--glazed-nav-desktop .glazed-header--top li.dropdown:hover .dropdown-menu,
.body--glazed-nav-desktop .glazed-header--top li.dropdown:focus-within .dropdown-menu,
.body--glazed-nav-desktop .glazed-header--top li.dropdown:focus .dropdown-menu {
    display: block;
    visibility: visible !important;
}

.glazed-header .dropdown-menu {
    min-width: 180px;
}

.glazed-header--top #glazed-main-menu .nav>li>a.menu_download {
    width: 41px;
    /* height: 41px; */
    font-size: 0px !important;
    background-image: url("../../images/smartcity_download_icon.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 16px;
    padding-right: 15px !important;
    padding-top: 32px;
    line-height: 24px !important;
}

.body--glazed-nav-desktop .glazed-header--top li.dropdown .dropdown-menu {
    padding: 0px !important;
}

.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li:hover {
    /* background: #1d5d7a; */
    color: #fff;
}

.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li:hover a {
    /* color: #fff !important; */
    opacity: 1 !important;
}



.dropdown-menu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-2em) !important;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s !important;
}

li.dropdown:focus .dropdown-menu,
li.dropdown:focus-within .dropdown-menu,
li.dropdown:hover .dropdown-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%) !important;
    transition-delay: 0s, 0s, 0.3s !important;
    /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.body--glazed-nav-desktop .glazed-header--top img {
    margin-top: 15px;
    max-width: 350px;
    height: 50px;
}

#block-smartcity-footer-block .col-sm-4 img {
    height: 50px;
}

@media screen and (max-width : 768px) {
    #block-smartcity-footer-block .col-sm-5 {
        text-align: center;
    }

    #block-smartcity-footer-block .col-sm-7 {
        text-align: center;
    }

    #block-smartcity-footer-block .col-sm-7 p {
        text-align: unset !important;
        float: none !important;
    }

    .smartcity_footer_copyright_text {
        text-align: unset;
    }

    .smartcity_share_btn {
        float: none !important;
        text-align: center;
        width: 265px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width : 480px) {
    #block-smartcity-footer-block .col-sm-4 {
        text-align: center;
    }

    .smartcity_footer_line {
        display: none;
    }

    .smartcity_footer_date {
        display: block;
    }

}

header#navbar {
    position: fixed;
    top: 0px;
    width: 100%;
}

header#navbar .region-navigation {
    float: left;
}

/* For mobile menu */
.body--glazed-nav-mobile #glazed-main-menu.menu--open,
/* .body--glazed-nav-mobile #glazed-main-menu.menu--open .menu__breadcrumbs,  */
.body--glazed-nav-mobile #glazed-main-menu.menu--open .menu__level {
    right: 0;
}

.body--glazed-nav-mobile #glazed-main-menu,
/* .body--glazed-nav-mobile #glazed-main-menu .menu__breadcrumbs,  */
.body--glazed-nav-mobile #glazed-main-menu .menu__level {
    right: -100%;
    transition: right 0.3s !important;
    left: auto !important;
}

.body--glazed-nav-mobile #glazed-main-menu.menu--open .menu__level {
    overflow: auto;
    top: 80px !important;
}

.body--glazed-nav-mobile #glazed-main-menu.menu--open #block-smart-main-menu>.menu__level {
    height: calc(-120px + 100svh) !important;
    overflow-x: hidden;
}

/* .body--glazed-nav-mobile #glazed-main-menu:not(.menu--open) {
    visibility: hidden;
    display: none !important;
} */
.body--glazed-nav-mobile #glazed-main-menu {
    display: none !important;
}

.body--glazed-nav-mobile #glazed-main-menu.menu--open {
    display: block !important;
}

.glazed-header--side .menu__link[data-submenu]::after {
    /* content: "" !important;
      display: none; */
}

.body--glazed-nav-mobile .glazed-header li.menu__item ul {
    height: auto !important;
    /* display: none; */
    transition: all 2s ease 0s;
}

.body--glazed-nav-mobile #glazed-main-menu .menu__level {
    padding-left: 2rem;
    overflow: visible;
    visibility: visible;
    transform: none !important;
    transition: none !important;
}

.smartcity_footer_copyright_text {
    text-align: left;
    display: inline-block;
    float: left;
    line-height: 30px;
}

.smartcity_footer_button {
    background: #0878B5;
    padding: 9px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.glazed-footer .smartcity_footer_button {
    position: relative;
}

.glazed-footer .smartcity_footer_button:hover {
    /* background: #0889cd; */
    /* background: #1d5d7a; */
    color: #fff !important;
}

@media screen and (max-width : 480px) {
    .glazed-footer {
        text-align: center;
    }

    .smartcity_footer_button {
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #block-smartcity-footer-block .az-element p {
        text-align: center !important;
        font-size: 12px;
    }
}


@media screen and (max-width : 1215px) {
    #navbar.glazed-header--hover-opacity .menu .active>a.dropdown-toggle font {
        padding-right: 100px;
    }

    .search_form {
        position: absolute;
        top: 50px;
        z-index: 10000;
        left: 20px;
        background: #eaf0f0 !important;
        height: 40px;
        display: inline-block;
    }

    .menu__breadcrumbs {
        display: none;
    }
}

.glazed-header--top #glazed-main-menu .nav>li>a {
    font-size: 14px !important;
    padding-left: 6px;
    padding-right: 6px;
}

@media screen and (min-width: 2000px) {
    .body--glazed-nav-desktop .glazed-header--top li.dropdown:hover .dropdown-menu {
        width: 18em;
    }
}

p a,
.btn-link {
    color: #133d69;
}

/* Menu : end */

.smartcity_banner_pasue {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    margin-right: 5px !important;
    /* display: none !important; */
}

.st-owl-theme.st-owl-pager-inside .owl-pagination {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 35px;
    padding: 10px;
    bottom: 20px !important;
}

.st-owl-theme.st-owl-pager-inside .owl-pagination .owl-page {
    background: #dcdcdc !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.st-owl-theme.st-owl-pager-inside .owl-pagination .owl-page.active {
    background: #fff !important;
}

/* .adminimal-admin-toolbar.path-admin a:visited{
    color: #0074bd !important;
} */
.smartcity_intro h3::before {
    content: " ";
    background-image: url(../../images/smartcity_quotes_open.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 60px;
    display: inline-block;
    background-size: 40px;
    height: 50px;
}

.smartcity_intro h3::after {
    content: " ";
    background-image: url(../../images/smartcity_quotes_close.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 60px;
    display: inline-block;
    background-size: 40px;
    height: 50px;
    margin-top: -20px;
}

.smartcity_intro p.smartcity_text::before {
    content: " ";
    background-image: url(../../images/smartcity_quotes_open.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 60px;
    display: inline-block;
    background-size: 40px;
    height: 50px;
}

.smartcity_intro p.smartcity_text::after {
    content: " ";
    background-image: url(../../images/smartcity_quotes_close.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 60px;
    display: inline-block;
    background-size: 40px;
    height: 50px;
    margin-top: -20px;
}

@media screen and (max-width : 768px) {
    .smartcity_intro::before {
        /* width: 90%; */
    }

    .smartcity_intro::after {
        /* width: 90%; */
    }
}

.smartcity_intro a {
    color: #fff;
    background: #1d5d7a;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.smartcity_intro a:focus {
    color: #fff;
}

.smartcity_intro a:hover,
.smartcity_section_banner .col-sm-2 p a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.smartcity_section_banner .col-sm-2 p a {
    position: relative;
}

.smartcity_section_banner .col-sm-2 p a:after {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 5%;
    width: 100%;
    transform: scaleX(0);
    content: "";
    padding-bottom: inherit;
    transition: transform 0.3s ease-out, border-color 0.3s ease-out;
    border-top: 2px solid;
    border-color: #fff;
}

.smartcity_section_banner .col-sm-2 p a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.smartcity_intro h3 {
    color: #444444;
    font-size: 28px;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    line-height: 44px;
    margin-bottom: 30px !important;
}

.smartcity_intro h3 strong {
    color: rgba(29, 93, 122, 1);
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_intro p {
    color: #444444;
    font-size: 28px;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    line-height: 44px;
    margin-bottom: 30px !important;
}

.smartcity_intro p strong {
    color: rgba(29, 93, 122, 1);
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_header_banner_text {
    position: absolute !important;
    left: 6%;
    z-index: 1;
}

.smartcity_header_banner_text h2 {
    color: #fff;
}

.smartcity_header_banner_text p {
    color: #fff;
}

.body--glazed-nav-desktop #navbar.glazed-header--top {
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.3);
    background-color: #eaf0f0 !important;
}

/* Dashborad : Start */
.smartcity_float_right {
    float: right;
    margin-top: 20px;

}

.smartcity_text_right {
    text-align: right;
}

#block-all-dashboards-block .nav-tabs>li {
    width: 16.66%;
    text-align: center;
}

@media screen and (min-width : 480px) and (max-width : 768px) {
    #block-all-dashboards-block .nav-tabs>li:nth-child(3n-2) {
        clear: both;
    }
}

@media screen and (max-width : 768px) {
    #block-all-dashboards-block .nav-tabs>li {
        width: 33.33%;
    }
}

@media screen and (max-width : 480px) {
    #block-all-dashboards-block .nav-tabs>li {
        width: 50%;
    }

    #block-all-dashboards-block .nav-tabs>li:nth-child(odd) {
        clear: both;
    }
}

.smartcity_dashboards .nav-tabs>li {
    width: 16.66%;
    text-align: center;
}

@media screen and (min-width : 480px) and (max-width : 768px) {
    .smartcity_dashboards .nav-tabs>li:nth-child(3n-2) {
        clear: both;
    }
}

@media screen and (max-width : 768px) {
    .smartcity_dashboards .nav-tabs>li {
        width: 33.33%;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_dashboards .nav-tabs>li {
        width: 50%;
    }

    .smartcity_dashboards .nav-tabs>li:nth-child(odd) {
        clear: both;
    }
}

.nav-tabs>.ui-sortable-handle:nth-child(1) {}

.container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px !important;
}

.smartcity_homepage_slider {}

.smartcity_headerline {
    border-top: 5px solid #1db0f4;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(166, 166, 166, 1);
    -moz-box-shadow: 0px 4px 4px -2px rgba(166, 166, 166, 1);
    box-shadow: 0px 4px 4px -2px rgba(166, 166, 166, 1);
    width: 100%;
}

.smartcity_homepage_slider .az-ctnr.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.smartcity_slider_arrow {
    position: absolute;
    top: 0px;
    z-index: 10;
}

.smartcity_homepage_slider_images_section {
    height: 800px;
    background-size: cover;
}

.st-owl-theme.st-owl-navigation-circle .owl-buttons .owl-prev,
.st-owl-theme.st-owl-navigation-circle .owl-buttons .owl-next {
    border-radius: 0% !important;
    margin: 0px !important;
}

/* .owl-item:first-child .smartcity_homepage_slider_text{
    top: -800px;
} */

.smartcity_homepage_slider_text p.slider-title {
    margin-bottom: 25px;
    padding-left: 0;
    line-height: 1.1;
    border-left: none !important;
}

.smartcity_homepage_slider_text h1 strong,
.smartcity_homepage_slider_text h2 strong,
.smartcity_homepage_slider_text p.slider-title strong {
    font-size: 54px;
    color: #ffffff;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_homepage_slider_text h1,
.smartcity_homepage_slider_text h2,
.smartcity_homepage_slider_text p.slider-title {
    font-size: 54px;
    color: #ffffff;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_homepage_slider_text p {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    border-left: 5px solid #70bee0;
    padding-left: 20px;
}

.smartcity_homepage_slider_text p a {
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    position: relative;
}

.smartcity_homepage_slider_text p a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.smartcity_homepage_slider_text p a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1.15);
    -webkit-transform: scaleX(1.15);
    transform: scaleX(1.15);
}

.smartcity_homepage_slider_text p a:after {
    -ms-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -5px;
    left: 7%;
    width: 90%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #fff;
    content: '';
    padding-bottom: inherit;
}

.owl-item.active .smartcity_homepage_slider_text {
    top: 0px;
}

.smartcity_homepage_slider_text {
    position: absolute !important;
    z-index: 100;
    width: 100%;
    height: 800px;
    max-width: 480px;
    background: rgba(29, 93, 122, 0.8);
    padding-top: 200px;
    padding-left: 50px;
    padding-right: 50px;
    left: 13.5416666vw;
    cursor: pointer;
    top: -800px;
    transition: all 2s ease 0s;
}

.smartcity_adv_banner_group {
    margin-top: 60px !important;
    margin-bottom: 21px !important;
}

@media screen and (min-width : 1000px) {
    .smartcity_advertisement_banner .ad_banner7 {
        transform: translate3d(-480px, 0px, 0px) !important;
    }

    .smartcity_advertisement_banner .ad_banner6 {
        transform: translate3d(-240px, 0px, 0px) !important;
    }

    .smartcity_advertisement_banner .ad_banner_front {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

.smartcity_advertisement_banner .az-slide {
    text-align: center;
}

.smartcity_advertisement_banner img {
    max-height: 132px;
    max-width: 192px;
}

.smartcity_advertisement_banner .st-owl-theme.st-owl-navigation-outside.st-owl-navigation-adjacent .owl-buttons {
    top: 0%;
    position: absolute;
    width: 100%;
    display: block;
    height: 0px;
}

.smartcity_adv_banner_group .st-owl-theme .owl-buttons .owl-prev,
.smartcity_adv_banner_group .st-owl-theme .owl-buttons .owl-next {
    height: 132px !important;
    overflow: hidden;
    background-color: #fff;
}

.st-owl-theme .owl-buttons .owl-prev {
    margin-left: 0;
}

.st-owl-theme .owl-buttons .owl-next {
    margin-right: 0;
}

@media screen and (min-width : 1260px) {
    .st-owl-theme .owl-buttons .owl-prev {
        margin-left: -30px;
    }

    .st-owl-theme .owl-buttons .owl-next {
        margin-right: -30px;
    }
}

@media screen and (min-width : 1432px) {
    .smartcity_homepage_slider video {
        width: 100%;
    }
}

@media screen and (min-width : 800px) and (max-width : 1432px) {
    .smartcity_homepage_slider video {
        height: 800px;
    }
}

@media screen and (max-width : 800px) {
    .smartcity_homepage_slider video {
        height: 100vw !important;
        width: auto !important;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_homepage_slider video {
        opacity: 0;
    }
}

/* @media screen and (min-width : 1460px) {
    .smartcity_homepage_slider video{
        height: 100vw;
        width: auto;
    }
}
@media screen and (max-width : 1460px) {
    .smartcity_homepage_slider video{
        height: 100vw;
        width: auto;
    }
}
@media screen and (max-width : 480px) {
    .smartcity_homepage_slider video{
        height: 100vw !important;
        width: auto;
    }
} */

@media screen and (min-width : 1320px) and (max-width : 1450px) {

    .smartcity_homepage_slider_images_section {
        /* height: 70vh;
        max-height: 70vh; */
        height: calc(100vw * 0.556);
        max-height: calc(100vw * 0.556);
        background-position: center;
        overflow: hidden !important;
    }
}

@media screen and (min-width : 1220px) and (max-width : 1320px) {

    .smartcity_homepage_slider_images_section {
        height: calc(100vw * 0.556);
        max-height: calc(100vw * 0.556);
        background-position: center;
        overflow: hidden !important;
    }
}

@media screen and (max-width : 1220px) {
    .smartcity_homepage_slider_text {
        width: 100%;
        height: 100vw;
        max-width: 450px;
        padding-top: 170px;
    }

    .smartcity_homepage_slider_text h1 strong,
    .smartcity_homepage_slider_text h2 strong,
    .smartcity_homepage_slider_text p.slider-title strong {
        font-size: 50px;
    }

    .smartcity_homepage_slider_text h1,
    .smartcity_homepage_slider_text h2,
    .smartcity_homepage_slider_text p.slider-title {
        font-size: 50px;
    }

    .smartcity_homepage_slider_text p {
        font-size: 18px;
    }

    .smartcity_homepage_slider_images_section {
        height: 100vw;
        max-height: 550px;
        background-position: center;
    }
}

@media screen and (max-width : 768px) {
    .smartcity_homepage_slider_text {
        width: 100%;
        height: 100vw;
        max-width: 360px;
        padding-top: 120px;
        padding-left: 40px;
        left: 0vw;
    }

    .smartcity_homepage_slider_text h1 strong,
    .smartcity_homepage_slider_text h2 strong,
    .smartcity_homepage_slider_text p.slider-title strong {
        font-size: 40px;
    }

    .smartcity_homepage_slider_text h1,
    .smartcity_homepage_slider_text h2,
    .smartcity_homepage_slider_text p.slider-title {
        font-size: 40px;
    }

    .smartcity_homepage_slider_text p {
        font-size: 16px;
    }

    .smartcity_homepage_slider_images_section {
        height: 100vw;
        max-height: 550px;
        background-position: center;
    }
}

.body--glazed-nav-mobile .glazed-header img {
    /* max-height: 36px !important; */
    width: auto;
    height: 36px;
}

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

    /* .body--glazed-nav-mobile .glazed-header img{
        max-height: 36px !important;
    } */
    .smartcity_homepage_slider_text {
        width: 100%;
        height: 100vw;
        max-width: 260px;
        padding-top: 100px;
        padding-left: 20px;
        padding-right: 20px !important;
        left: 0vw;
    }

    .smartcity_homepage_slider_text h1 strong,
    .smartcity_homepage_slider_text h2 strong,
    .smartcity_homepage_slider_text p.slider-title strong {
        font-size: 26px;
        line-height: 25px;
        margin-bottom: 10px !important;
    }

    .smartcity_homepage_slider_text h1,
    .smartcity_homepage_slider_text h2,
    .smartcity_homepage_slider_text p.slider-title {
        font-size: 26px;
        line-height: 25px;
        margin-bottom: 10px !important;
    }

    .smartcity_homepage_slider_text p {
        font-size: 16px;
    }

    .smartcity_homepage_slider_images_section {
        height: 100vw;
    }
}

.smartcity_homepage_slider .owl-carousel .owl-item {
    max-height: 800px;
}

@media screen and (max-width: 1220px) {
    .smartcity_homepage_slider .owl-carousel .owl-item {
        max-height: 550px;
    }
}

@media screen and (max-width : 1024px) and (min-width : 480px) {
    .smartcity_homepage_slider .owl-carousel .owl-item {
        max-height: 550px;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_homepage_slider .owl-carousel .owl-item {
        max-height: 400px;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_homepage_slider .owl-carousel .owl-item .az-section {
        background-size: cover;
        max-height: 400px;
        height: 375px;
    }

    .smartcity_homepage_slider video {
        opacity: 0;
    }

    .smartcity_homepage_slider .video-js {
        opacity: 0;
    }

}

@media screen and (min-width : 480px) {
    .smartcity_homepage_slider .owl-carousel .owl-item .az-section {
        background: transparent;
        background-size: cover;
    }

}

.smartcity_homepage_slider .owl-carousel .owl-item .az-section {
    background-position: center;
}

.smartcity_homepage_slider .owl-carousel .owl-item .az-slide .az-section {
    background-color: #000;
}

body .smartcity_section_banner {
    width: 100%;
    overflow: hidden;
}

.smartcity_section_slider_text {
    position: absolute !important;
    z-index: 1000;
    top: 0px;
    width: 100%;
    height: 570px;
    max-width: 480px;
    background: rgba(39, 127, 228, 0.9);
    padding-top: 0px;
    padding-left: 50px !important;
    padding-right: 60px !important;
}

.smartcity_section_slider_text.living {
    background: rgba(218, 165, 5, 0.8) !important;
}

.smartcity_section_slider_text.environment {
    background: rgba(66, 147, 50, 0.8) !important;
}

.smartcity_section_slider_text.people {
    background: rgba(255, 115, 95, 0.8) !important;
}

.smartcity_section_slider_text.government {
    background: rgba(204, 76, 2, 0.8) !important;
}

.smartcity_section_slider_text.economy {
    background: rgba(140, 92, 255, 0.8) !important;
}

.smartcity_section_slider_text h1 {
    display: none;
}

.smartcity_section_slider_text h1 strong {
    font-size: 54px;
    color: #ffffff;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    line-height: 62px;
    /* display: none; */
    /* opacity: 0; 
    transition: opacity 2s;  */

    animation: fadeInAnimation 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    /* animation-delay: 2s; */
    -webkit-animation: fadeInAnimation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1;
}



.smartcity_section_slider_text h1 {
    font-size: 54px;
    color: #ffffff;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    line-height: 50px;
}

.smartcity_section_slider_text p {
    font-size: 20px;
    color: #ffffff;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    max-width: 320px;
}

.smartcity_section_slider_text img {
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
}

body .smartcity_section_banner .col-sm-2 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    height: 560px;
    background-position-x: center;
    background-position-y: bottom;
    color: #fff;
    /* width: calc((100% - 16px)/6); */
    width: 16.66666666%;
    padding: 30px;
    /* border-right: 3px solid #ffffff; */
    display: inline-block;
    overflow: hidden;
    padding-top: 80px;
    cursor: pointer;
}

body .smartcity_section_banner .col-sm-2 {}

body .smartcity_section_banner .col-sm-2:last-child {
    width: 16.666665%;
}

.body--glazed-nav-desktop .glazed-header--top .nav>li a {
    color: #133d69;
    font-size: 16px;
    font-family: 'Muli-Regular' !important;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.body--glazed-nav-desktop .glazed-header--top .nav>li:nth-child(5) a {
    /* color: #ddd !important;
    cursor: default; */
}

/* .body--glazed-nav-desktop .glazed-header--top .nav>li:nth-last-of-type(5) a{
    font-size: 14px;
    padding-left: 18px;
    padding-right: 3px;
    cursor: pointer;
} */

.body--glazed-nav-desktop .glazed-header--top .nav>li:nth-last-of-type(3)::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 33px;
    position: absolute;
    border-left: 1px solid #b0b0b0;
    top: 33px;
}

/* .body--glazed-nav-desktop .glazed-header--top .nav>li:nth-last-of-type(4) a{
    font-size: 18px !important;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
} */
#navbar.glazed-header--hover-opacity .menu>li:nth-last-of-type(4) a {
    padding-right: 17px;
}

#navbar.glazed-header--hover-opacity .menu>li:nth-last-of-type(3) a {
    font-size: 14px !important;
}

#navbar.glazed-header--hover-opacity .menu>li:nth-last-of-type(2) a {
    font-size: 14px !important;
}

#navbar.glazed-header--hover-opacity .menu>li:nth-last-of-type(1) a {
    font-size: 14px !important;
}

body .body--glazed-nav-desktop .glazed-header--top .nav>li:nth-last-of-type(3) a {

    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.body--glazed-nav-desktop .glazed-header--top .nav>li:nth-last-of-type(2)::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 16px;
    position: absolute;
    /* border-left: 1px solid #b0b0b0; */
    top: 43px;
}

body .body--glazed-nav-desktop .glazed-header--top .nav>li:nth-last-of-type(2) a {
    font-size: 14px !important;
    padding-left: 20px;
    padding-right: 7px;
    /* color: #ddd !important;
    cursor: default; */
}

body .body--glazed-nav-desktop .glazed-header--top .nav>li:nth-last-of-type(1) a {
    font-size: 14px !important;
    padding-left: 7px;
    padding-right: 0px;
    /* color: #ddd !important;
    cursor: default; */
}

@media screen and (max-width : 1100px) {
    #block-logo-header-block {
        float: left;
        padding-top: 10px;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_intro h3 {
        font-size: 22px !important;
    }

    .smartcity_intro p {
        font-size: 22px !important;
    }

    body .smartcity_section_banner .col-sm-2 {
        width: 100% !important;
        height: 250px;
        padding-top: 40px;
        border-bottom: none !important;
        background-size: cover;
    }

    .smartcity_section_banner .col-sm-2:nth-child(1) {
        border-right: 15px #1db0f4 solid;
    }

    .smartcity_section_banner .col-sm-2:nth-child(2) {
        border-right: 15px #f3b700 solid;
    }

    .smartcity_section_banner .col-sm-2:nth-child(3) {
        border-right: 15px #9bd837 solid;
    }

    .smartcity_section_banner .col-sm-2:nth-child(4) {
        border-right: 15px #ff7f6a solid;
    }

    .smartcity_section_banner .col-sm-2:nth-child(5) {
        border-right: 15px #CC4C02 solid;
    }

    .smartcity_section_banner .col-sm-2:nth-child(6) {
        border-right: 15px #9766ff solid;
    }

    .smartcity_section_banner .col-sm-2 img {
        visibility: visible !important;
        opacity: 1 !important;
    }

    body .smartcity_section_banner .col-sm-2 h2 {
        font-size: 22px !important;
        line-height: 28px;
        margin-bottom: 5px;
    }

    body .smartcity_section_banner .col-sm-2 h3 {
        font-size: 22px !important;
        line-height: 20px;
    }

    .smartcity_section_banner .col-sm-2 p:first-child {
        display: none;
    }

    .smartcity_section_banner .col-sm-2 p {
        visibility: visible !important;
        opacity: 1 !important;
        max-height: 160px
    }

    .smartcity_section_banner .col-sm-2 img {
        max-width: 70% !important;
    }
}

@media screen and (max-width : 1024px) and (min-width : 480px) {
    body .smartcity_section_banner .col-sm-2 {
        width: 50% !important;
        height: 300px;
        padding-top: 40px;
        border-bottom-width: 15px !important;
        background-size: cover;
    }

    body .smartcity_section_banner .col-sm-2 h2 {
        font-size: 22px !important;
        line-height: 28px;
        margin-bottom: 5px;
    }

    body .smartcity_section_banner .col-sm-2 h3 {
        font-size: 22px !important;
        line-height: 20px;
    }

    .smartcity_section_banner .col-sm-2 p:first-child {
        display: none;
    }

    .smartcity_section_banner .col-sm-2 img {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .smartcity_section_banner .col-sm-2 p {
        visibility: visible !important;
        opacity: 1 !important;
        max-height: 160px
    }

    .smartcity_section_banner .col-sm-2 img {
        max-width: 80% !important;
    }
}

.smartcity_section_banner .col-sm-2 img {
    max-width: 350px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.smartcity_section_banner .col-sm-2.active img {
    visibility: visible;
    opacity: 1;
}

.smartcity_section_banner .col-sm-2 p {
    max-width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_section_banner .col-sm-2 p a {
    /* font-size: 16px; */
    font-size: 24px;
}

.smartcity_section_banner .col-sm-2.active p {
    visibility: visible;
    opacity: 1;
}

.smartcity_section_banner .col-sm-2:not(:last-child) {
    /* margin-right: 2px; */
}

.smartcity_section_banner .col-sm-2 {
    border-bottom-width: 40px !important;
}

.smartcity_section_banner .col-sm-2:nth-child(1) {
    border-bottom: 20px #1db0f4 solid;
}

.smartcity_section_banner .col-sm-2:nth-child(2) {
    border-bottom: 20px #f3b700 solid;
}

.smartcity_section_banner .col-sm-2:nth-child(3) {
    border-bottom: 20px #9bd837 solid;
}

.smartcity_section_banner .col-sm-2:nth-child(4) {
    border-bottom: 20px #ff7f6a solid;
}

.smartcity_section_banner .col-sm-2:nth-child(5) {
    border-bottom: 20px #CC4C02 solid;
}

.smartcity_section_banner .col-sm-2:nth-child(6) {
    border-bottom: 20px #9766ff solid;
}

.html .nav-tabs {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.html .nav-tabs>li a {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    color: #4a4a4a;
    font-size: 18px;
    font-weight: bold !important;
}

.html .nav-tabs>li a:hover {
    color: #111111 !important
}

.html .nav-tabs>li.active a {
    border: none !important;
}

@media screen and (min-width : 768px) and (max-width : 900px) {
    .html .nav-tabs>li a {
        font-size: 10px !important;
    }
}

.html .nav-tabs.fixed-header>li a {
    padding: 5px 15px;
    font-size: 10px;
}

.html .nav-tabs>li.active:nth-child(1) a {
    color: #076997 !important;
}

.html .nav-tabs>li.active:nth-child(2) a {
    color: #8F6D00 !important;
}

.html .nav-tabs>li.active:nth-child(3) a {
    color: #557A1A !important;
}

.html .nav-tabs>li.active:nth-child(4) a {
    color: #E01E00 !important;
}

.html .nav-tabs>li.active:nth-child(5) a {
    color: #973902 !important;
}

.html .nav-tabs>li.active:nth-child(6) a {
    color: #6D29FF !important;
}

.html .nav-tabs>li a:hover {
    opacity: 1 !important;
}

body .smartcity_section_banner .col-sm-2 h2 {
    color: #fff;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-size: 28px;
    font-weight: bold !important;
}

body .smartcity_section_banner .col-sm-2 h3 {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-size: 26px;
    font-weight: bold !important;
}

.smartcity_section_banner .col-sm-2 h3 {
    color: #ffffff;
}

/* .smartcity_section_banner .col-sm-2.active:nth-child(1) h3{
    color: #1db0f4;
}
.smartcity_section_banner .col-sm-2.active:nth-child(2) h3{
    color: #f3b700;
}
.smartcity_section_banner .col-sm-2.active:nth-child(3) h3{
    color: #9bd837;
}
.smartcity_section_banner .col-sm-2.active:nth-child(4) h3{
    color: #ff7f6a;
}
.smartcity_section_banner .col-sm-2.active:nth-child(5) h3{
    color: #CC4C02;
}
.smartcity_section_banner .col-sm-2.active:nth-child(6) h3{
    color: #9766ff;
} */

.smartcity_section_banner .col-sm-2:nth-child(2) a,
.smartcity_section_banner .col-sm-2:nth-child(4) a,
.smartcity_section_banner .col-sm-2:nth-child(5) a,
.smartcity_section_banner .col-sm-2:nth-child(6) a {
    /* cursor: default; */
}

.smartcity_section_banner .col-sm-2 a:hover {
    text-decoration: none;
}

body .smartcity_section_banner .col-sm-2 p a {
    color: #fff;
}

.smartcity_adv_banner_group .st-owl-theme .owl-page {
    background: #727272;
}

.smartcity_adv_banner_group .st-owl-theme .owl-page.active {
    background-color: #404040;
}

.smartcity_dashboards {
    /* max-height: 200px !important; */
}

@media screen and (min-width : 480px) and (max-width : 1000px) {
    .smartcity_dashboards {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_dashboards {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}


/* .smartcity_dashboards{
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.smartcity_dashboards.active{
    display: block;
    visibility: visible;
    opacity: 1;
} */
/* .smartcity_dashboards .nav-tabs>li a::before{
    content: " ";
    display: block;
    width: 126px;
    height: 126px;
    background-image: url("../../images/icon01.png");
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
} */

@media screen and (min-width : 480px) and (max-width : 1024px) {
    .smartcity_dashboards_mobility {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .smartcity_dashboards_living {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .smartcity_dashboards_environment {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .smartcity_dashboards_people {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .smartcity_dashboards_government {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .smartcity_dashboards_economy {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .smartcity_section_dashboard_area .az-row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_dashboards_mobility {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .smartcity_dashboards_living {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .smartcity_dashboards_environment {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .smartcity_dashboards_people {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .smartcity_dashboards_government {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .smartcity_dashboards_economy {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .smartcity_section_dashboard_area .az-row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

#dashboards .smartcity_open_dashboards,
#at-a-glance .smartcity_open_dashboards {
    text-align: center;
}

#dashboards .smartcity_open_dashboards a {
    display: inline;
}

.smartcity_open_infograh h5,
.smartcity_open_infograh .area_title {
    background-image: url(../../images/open_url_arrow.svg);
    /* background-image: url(../../images/open_arrow.svg); */
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 60px;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    background-size: 40px;
}


.smartcity_open_infograh.smartcity_btn_arrow h5,
.smartcity_open_infograh.smartcity_btn_arrow .area_title {
    background-image: url(../../images/open_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 60px;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    background-size: 40px;
}

.smartcity_open_dashboards.smartcity_btn_arrow h5,
.smartcity_open_dashboards.smartcity_btn_arrow .area_title {
    background-image: url(../../images/open_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 60px;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 0px !important;
    background-size: 40px;
    color: #656565 !important;
}

.smartcity_open_dashboards.smartcity_btn_arrow h5 a,
.smartcity_open_dashboards.smartcity_btn_arrow h5 a:focus,
.smartcity_open_dashboards.smartcity_btn_arrow h5 a:hover {
    color: #656565 !important;
}

.smartcity_open_dashboards.smartcity_btn_arrow .area_title a,
.smartcity_open_dashboards.smartcity_btn_arrow .area_title a:focus,
.smartcity_open_dashboards.smartcity_btn_arrow .area_title a:hover {
    color: #656565 !important;
}

.smartcity_btn_arrow.active h5,
.smartcity_btn_arrow.active p.area_title {
    background-image: url(../../images/close_arrow.svg);
    background-repeat: no-repeat;
}

.smartcity_open_dashboards.smartcity_btn_arrow h2 {
    background-image: url(../../images/open_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 60px;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 0px !important;
    background-size: 38px;
}

.smartcity_btn_arrow.active h2 {
    background-image: url(../../images/close_arrow.svg);
}

.smartcity_tab_icon {
    /* background-image: url("../../images/tab_icon_bg_mobility.jpg"); */
    background-color: #c3c3c3;
    width: 100px;
    height: 100px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
}

.fixed-header .smartcity_tab_icon {
    width: 30px;
    height: 30px;
}

.fixed-header li.active .smartcity_tab_icon:before {
    height: 30px;
    width: 30px;
}

@media screen and (max-width : 768px) {
    .smartcity_section_tab .col-sm-2 {
        width: 33%;
        display: inline-block;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_section_tab .col-sm-2 {
        width: 50%;
        display: inline-block;
    }
}

.smartcity_section_tab h2,
.smartcity_section_tab h3 {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    color: #29476d;
    font-size: 32px;
    font-weight: bold !important;
}

.smartcity_section_tab h4 {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    color: #999;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold !important;
}

.smartcity_section_tab h4 a {
    color: #999999;
}

.smartcity_section_tab h4 a:visited {
    color: #999999;
}

.smartcity_section_tab .col-sm-2.active:nth-child(1) .az-text h4 {
    color: #1db0f4;
}

.smartcity_section_tab .col-sm-2.active:nth-child(2) .az-text h4 {
    color: #f3b700;
}

.smartcity_section_tab .col-sm-2.active:nth-child(3) .az-text h4 {
    color: #9bd837;
}

.smartcity_section_tab .col-sm-2.active:nth-child(4) .az-text h4 {
    color: #ff7f6a;
}

.smartcity_section_tab .col-sm-2.active:nth-child(5) .az-text h4 {
    color: #CC4C02;
}

.smartcity_section_tab .col-sm-2.active:nth-child(6) .az-text h4 {
    color: #9766ff;
}

.smartcity_section_tab .col-sm-2:nth-child(1) .az-text h4 a:hover {
    color: #1db0f4;
}

.smartcity_section_tab .col-sm-2:nth-child(2) .az-text h4 a:hover {
    color: #f3b700;
}

.smartcity_section_tab .col-sm-2:nth-child(3) .az-text h4 a:hover {
    color: #9bd837;
}

.smartcity_section_tab .col-sm-2:nth-child(4) .az-text h4 a:hover {
    color: #ff7f6a;
}

.smartcity_section_tab .col-sm-2:nth-child(5) .az-text h4 a:hover {
    color: #CC4C02;
}

.smartcity_section_tab .col-sm-2:nth-child(6) .az-text h4 a:hover {
    color: #9766ff;
}

.smartcity_section_tab .col-sm-2.active .smartcity_tab_icon:before {
    height: 100px;
    transition: height 0.25s ease-in;
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(1) .smartcity_tab_icon:before,
.smartcity_section_tab .col-sm-2:nth-child(1) .smartcity_tab_icon:before,
.gridChild:nth-child(1) .smartcity_tab_icon:before {
    /* background-color: #1db0f4; */
    background-color: #267da5;
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(2) .smartcity_tab_icon:before,
.smartcity_section_tab .col-sm-2:nth-child(2) .smartcity_tab_icon:before,
.gridChild:nth-child(2) .smartcity_tab_icon:before {
    /* background-color: #f3b700; */
    background-color: #967101;
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(3) .smartcity_tab_icon:before,
.smartcity_section_tab .col-sm-2:nth-child(3) .smartcity_tab_icon:before,
.gridChild:nth-child(3) .smartcity_tab_icon:before {
    /* background-color: #9bd837; */
    background-color: #5f7c2f;
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(4) .smartcity_tab_icon:before,
.smartcity_section_tab .col-sm-2:nth-child(4) .smartcity_tab_icon:before,
.gridChild:nth-child(4) .smartcity_tab_icon:before {
    /* background-color: #ff7f6a; */
    background-color: #c63c3c;
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(5) .smartcity_tab_icon:before,
.smartcity_section_tab .col-sm-2:nth-child(5) .smartcity_tab_icon:before,
.gridChild:nth-child(5) .smartcity_tab_icon:before {
    background-color: #CC4C02;
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(6) .smartcity_tab_icon:before,
.smartcity_section_tab .col-sm-2:nth-child(6) .smartcity_tab_icon:before,
.gridChild:nth-child(6) .smartcity_tab_icon:before {
    background-color: #9766ff;
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(1) .smartcity_tab_icon,
.smartcity_section_tab .col-sm-2:nth-child(1) .smartcity_tab_icon {
    /* background-image: url("../../images/tab_icon_bg_mobility.jpg"); */
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(2) .smartcity_tab_icon,
.smartcity_section_tab .col-sm-2:nth-child(2) .smartcity_tab_icon {
    /* background-image: url("../../images/tab_icon_bg_living.jpg"); */
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(3) .smartcity_tab_icon,
.smartcity_section_tab .col-sm-2:nth-child(3) .smartcity_tab_icon {
    /* background-image: url("../../images/tab_icon_bg_environment.jpg"); */
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(4) .smartcity_tab_icon,
.smartcity_section_tab .col-sm-2:nth-child(4) .smartcity_tab_icon {
    /* background-image: url("../../images/tab_icon_bg_people.jpg"); */
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(5) .smartcity_tab_icon,
.smartcity_section_tab .col-sm-2:nth-child(5) .smartcity_tab_icon {
    /* background-image: url("../../images/tab_icon_bg_gov.jpg"); */
}

.html .smartcity_dashboards .nav-tabs>li:nth-child(6) .smartcity_tab_icon,
.smartcity_section_tab .col-sm-2:nth-child(6) .smartcity_tab_icon {
    /* background-image: url("../../images/tab_icon_bg_economy.jpg"); */
}

.smartcity_section_tab .col-sm-2:nth-child(2) .smartcity_tab_icon {
    cursor: default;
}

.smartcity_section_tab .col-sm-2:nth-child(4) .smartcity_tab_icon {
    cursor: default;
}

.smartcity_section_tab .col-sm-2:nth-child(5) .smartcity_tab_icon {
    cursor: default;
}

.smartcity_section_tab .col-sm-2:nth-child(6) .smartcity_tab_icon {
    cursor: default;
}

.smartcity_section_dashboard_area {
    /* margin-top: -30px; */
}

.smartcity_open_section_dashboard_area {}

.smartcity_open_section_dashboard_area h5,
.smartcity_open_section_dashboard_area .area_title {
    font-size: 20px;
    color: #656565;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    cursor: pointer;
    font-weight: bold !important;
}

.smartcity_open_section_dashboard_area h5 a,
.smartcity_open_section_dashboard_area h5 a:focus,
.smartcity_open_section_dashboard_area h5 a:hover {
    color: #656565 !important;
}

.smartcity_open_section_dashboard_area .area_title a,
.smartcity_open_section_dashboard_area .area_title a:focus,
.smartcity_open_section_dashboard_area .area_title a:hover {
    color: #656565 !important;
}

.smartcity_open_section_dashboard_area h5 strong {
    font-size: 28px;
    color: #656565;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_open_section_dashboard_area .area_title strong {
    font-size: 28px;
    color: #656565;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_open_section_dashboard_area h5,
.smartcity_open_section_dashboard_area .area_title {
    background-image: url(../../images/open_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 60px;
    display: inline-block;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px !important;
    background-size: 40px;
}

.smartcity_close_dashboards {}

.st-panel .smartcity_tab_icon:before {
    width: 75px;
}

.smartcity_tab_icon:before {
    content: " ";
    display: block;
    width: 100px;
    height: 0px;
    position: absolute;
    background-color: #f00;
    bottom: 0px;
    z-index: -1;
    transition: height 0.15s ease-out;
    border-radius: 50%;
}

/* .smartcity_tab_icon:after{
    content: " ";
    display: block;
    width: 130px;
    height: 130px;
    position: absolute;
    background-color: #f00;
    bottom: 0px;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
} */
li.active .smartcity_tab_icon:before {
    height: 100px;
    transition: height 0.25s ease-in;
}

.fixed-header .smartcity_tab_icon.active:before {
    height: 30px;
    width: 30px;
}

.smartcity_tab_icon.active:before {
    height: 100px;
    transition: height 0.25s ease-in;
}

.fixed-header .st-panel .smartcity_tab_icon.active:before {
    height: 60px;
    width: 60px;
}

.st-panel .smartcity_tab_icon.active:before {
    height: 75px;
    transition: height 0.25s ease-in;
}

.smartcity_tab_icon img {
    z-index: 10;
}

/* .smartcity_tab_icon:hover::after, .smartcity_tab_icon:focus::after {
    animation: sheen 1s forwards;
} */

.smartcity_area_banner {
    min-height: 570px;
    overflow: hidden;
    background-size: cover;
}

.smartcity_area_banner h2 {
    color: #fff;
}

.smartcity_area_banner p {
    color: #fff;
}

@media screen and (max-width: 480px) {
    .smartcity_area_banner {
        min-height: 300px;
        height: 300px;
        overflow: hidden;
        background-size: cover;
        margin-top: 55px;
    }

    .smartcity_area_banner h2 {
        color: #fff;
    }

    .smartcity_area_banner p {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
    }

    .smartcity_section_slider_text {
        min-height: 300px !important;
        height: 300px;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.smartcity_open_dashboards h5 {
    color: #656565;
    font-size: 28px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    cursor: pointer;
    font-weight: bold !important;
}

@media screen and (max-width: 480px) {
    .smartcity_open_dashboards h5 {
        font-size: 24px;
    }
}

.smartcity_close_dashboards {}

.smartcity_close_dashboards p {
    cursor: pointer;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    color: #4a4a4a;
    background-image: url(../../images/close.svg);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 45px;
    margin-top: 0px;
    margin-bottom: 8px !important;
    font-weight: bold !important;
}

.smartcity_section_open_dashboards {
    padding-top: 60px;
    padding-bottom: 30px;
}

.smartcity_section_open_dashboards .az-image {
    text-align: right;
}

#block-all-dashboards-block .glazed.az-container {
    min-height: 0px;
}

.smartcity_dashboards .smartcity_link_to_opendata p {
    margin-top: 20px;
}

.smartcity_dashboards .smartcity_link_to_opendata a {
    color: #fff;
    background-color: #1db0f4;
    padding: 10px 20px;
    border-radius: 50px;
}

/* Dashborad : End */

/* Exhibition : Start */
#exhibition-carousel {
    padding-left: 30px;
    padding-right: 30px;
}

.exhibition_banner_group {
    margin-top: 80px !important;
    margin-bottom: 40px !important;
}

.exhibition_banner .owl-carousel .owl-item {
    padding: 0 20px;
}

.exhibition-tab {
    background-color: #787878;
    position: relative;

}

.exhibition-tab img {
    transition: all 0.3s ease;
}

.exhibition-tab:hover img {
    opacity: .6;
}

.exhibition-tab.tab-active {
    border: #1db0f4 5px solid;
}

.exhibition-tab-content {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .9) 100%);
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}

.smartcity_content .exhibition-tab-content p {
    color: #fff;
    font-size: 22px;
    position: absolute;
    bottom: 15px;
    transition: all 0.4s;
}

.exhibition-tab:hover .exhibition-tab-content {
    background: linear-gradient(rgba(120, 120, 120, .5) 10%, rgba(120, 120, 120, .9) 100%);
}

.exhibition-tab:hover .exhibition-tab-content p {
    bottom: calc(50% - 15px);
    text-align: center;
    width: calc(100% - 60px);
}

.exhibition_banner .st-owl-theme.st-owl-navigation-outside.st-owl-navigation-adjacent .owl-buttons {
    top: 50%;
    position: absolute;
    width: 100%;
    display: block;
    height: 0px;
}

.exhibition_banner .st-owl-theme .owl-buttons .owl-prev,
.exhibition_banner .st-owl-theme .owl-buttons .owl-next {
    background-color: #fff;
    border: #656565 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.exhibition_banner .st-owl-theme .owl-buttons .owl-prev:focus,
.exhibition_banner .st-owl-theme .owl-buttons .owl-next:focus {
    outline: 4px solid #1db0f4 !important;
}

.exhibition_banner .st-owl-theme .owl-buttons .owl-prev {
    margin-left: -30px;
}

.exhibition_banner .st-owl-theme .owl-buttons .owl-next {
    margin-right: -30px;
}

.exhibition_banner .st-owl-theme .owl-buttons .owl-prev:before,
.exhibition_banner .st-owl-theme .owl-buttons .owl-prev::after,
.exhibition_banner .st-owl-theme .owl-buttons .owl-next::before,
.exhibition_banner .st-owl-theme .owl-buttons .owl-next::after {
    background-color: #656565;
}

.exhibition-content {
    border: #d6d6d6 1px solid;
    border-radius: 10px;
    padding: 70px 50px;
    overflow: hidden;
}

.exhibition-content .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}

.exhibition-content .row .col-sm-6 {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

.exhibits-card-wrap {
    background-color: #e8f5f5;
    border-bottom: #29476d 5px solid;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 190px;
    padding: 20px 20px 0;
}

.smartcity_content .exhibits-card-wrap p {
    margin-bottom: 15px;
    text-align: center;
}

.smartcity_content .exhibits-card-wrap p:not(.exhibits-location, .exhibits-date) {
    font-size: 18px;
    flex: 1 1 auto;
}

.smartcity_content .exhibits-card-wrap .exhibits-location {
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    color: #29476d;
    line-height: 1.2;
}

.smartcity_content .exhibits-card-wrap .exhibits-date {
    font-size: 16px;
    line-height: 1.4;
}

:lang(en) .smartcity_content .exhibits-card-wrap .exhibits-date {
    line-height: 1.2;
}

.exhibits-list-section:not(:last-child) {
    border-bottom: #29476d 1px solid;
    margin-bottom: 70px;
    padding-bottom: 10px;
}

.exhibits-list .row:not(:last-child) {
    border-bottom: #d2d2d2 1px solid;
}

.exhibits-list .exhibits-list-section .row:first-child {
    border-bottom: none;
}

/* .exhibits-list-img {
    border: #d6d6d6 1px solid;
} */
.exhibits-list-img:not(:first-child) {
    margin-top: 30px;
}

.exhibits-list-img.img-portrait {
    margin: 0 10%;
}

.exhibits-list-img.img-portrait-sm {
    margin: 0 18%;
}

.exhibits-list-content {
    padding-left: 10px;
}

.smartcity_content .exhibits-list-content p {
    font-size: 18px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.smartcity_content .exhibits-list-content :last-child {
    margin-bottom: 0;
}

.smartcity_content .exhibit-list-section-title {
    color: #29476d;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-size: 24px;
    font-weight: bold !important;
}

.smartcity_content .exhibits-list-content .exhibit-list-title {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-size: 20px;
    font-weight: bold !important;
    margin-top: -5px;
}

.exhibits-QRcode {
    display: block;
    width: 100px;
}

/* Exhibition - Swiper */
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

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

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper1,
.mySwiper2,
.mySwiper3,
.mySwiper4 {
    height: 80%;
    width: 115%;
    padding-top: 40px;
    padding-bottom: 40px;

    margin-left: -7.5%;
}

.mySwiper1-thumbswrap,
.mySwiper2-thumbswrap,
.mySwiper3-thumbswrap,
.mySwiper4-thumbswrap {
    background-color: #e8f5f5;
    border-radius: 8px;
    display: block;
    width: 100%;
    position: relative;
    padding: 15px 5.6%;
}

.mySwiper1-thumbs,
.mySwiper2-thumbs,
.mySwiper3-thumbs,
.mySwiper4-thumbs {
    box-sizing: border-box;
}

.swiper:not(.highlightSwiper) .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 65%;
    height: auto;
}

.mySwiper1-thumbs .swiper-slide,
.mySwiper2-thumbs .swiper-slide,
.mySwiper3-thumbs .swiper-slide,
.mySwiper4-thumbs .swiper-slide {
    background-color: #000;
    /* width: 120px; */
    height: 100%;
}

.mySwiper1-thumbs .swiper-slide img,
.mySwiper2-thumbs .swiper-slide img,
.mySwiper3-thumbs .swiper-slide img,
.mySwiper4-thumbs .swiper-slide img {
    opacity: 0.5;
    cursor: pointer;
}

.mySwiper1-thumbs .swiper-slide-thumb-active img,
.mySwiper1-thumbs .swiper-slide:hover img,
.mySwiper2-thumbs .swiper-slide-thumb-active img,
.mySwiper2-thumbs .swiper-slide:hover img,
.mySwiper3-thumbs .swiper-slide-thumb-active img,
.mySwiper3-thumbs .swiper-slide:hover img,
.mySwiper4-thumbs .swiper-slide-thumb-active img,
.mySwiper4-thumbs .swiper-slide:hover img,
.mySwiper1-thumbs .swiper-slide:focus img,
.mySwiper2-thumbs .swiper-slide:focus img,
.mySwiper3-thumbs .swiper-slide:focus img,
.mySwiper4-thumbs .swiper-slide:focus img {
    opacity: 1;
}

.mySwiper1-thumbs .swiper-slide:focus,
.mySwiper2-thumbs .swiper-slide:focus,
.mySwiper3-thumbs .swiper-slide:focus,
.mySwiper4-thumbs .swiper-slide:focus {
    outline: 4px solid #1db0f4 !important;
}

.mySwiper1 .swiper-slide:not(.swiper-slide-active),
.mySwiper2 .swiper-slide:not(.swiper-slide-active),
.mySwiper3 .swiper-slide:not(.swiper-slide-active),
.mySwiper4 .swiper-slide:not(.swiper-slide-active) {
    background-color: #000;
}

.mySwiper1 .swiper-slide:not(.swiper-slide-active) img,
.mySwiper2 .swiper-slide:not(.swiper-slide-active) img,
.mySwiper3 .swiper-slide:not(.swiper-slide-active) img,
.mySwiper4 .swiper-slide:not(.swiper-slide-active) img {
    opacity: 0.5;
    width: 80%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper1 .swiper-slide img,
.mySwiper2 .swiper-slide img,
.mySwiper3 .swiper-slide img,
.mySwiper4 .swiper-slide img {
    border: 4px solid #CECDD2;
    border-radius: 3px;
}

.mySwiper1 .swiper-slide video,
.mySwiper2 .swiper-slide video,
.mySwiper3 .swiper-slide video,
.mySwiper4 .swiper-slide video {
    width: 100%;
    aspect-ratio: 682 / 465;
    object-fit: contain;
    /* object-fit: cover;     */
}

/* .mySwiper1 .swiper-slide video::-webkit-media-controls-panel,
.mySwiper2 .swiper-slide video::-webkit-media-controls-panel,
.mySwiper3 .swiper-slide video::-webkit-media-controls-panel,
.mySwiper4 .swiper-slide video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
} */
.mySwiper1 .swiper-slide video:focus,
.mySwiper2 .swiper-slide video:focus,
.mySwiper3 .swiper-slide video:focus,
.mySwiper4 .swiper-slide video:focus {
    outline: inherit !important;
}

.swiper-button-prev.mySwiper1-button-prev,
.swiper-button-next.mySwiper1-button-next,
.swiper-button-prev.mySwiper2-button-prev,
.swiper-button-next.mySwiper2-button-next,
.swiper-button-prev.mySwiper3-button-prev,
.swiper-button-next.mySwiper3-button-next,
.swiper-button-prev.mySwiper4-button-prev,
.swiper-button-next.mySwiper4-button-next {
    background-color: rgba(70, 70, 70, .7);
    border: #fff 2px solid;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}

.swiper-button-prev.mySwiper1-button-prev:focus,
.swiper-button-next.mySwiper1-button-next:focus,
.swiper-button-prev.mySwiper2-button-prev:focus,
.swiper-button-next.mySwiper2-button-next:focus,
.swiper-button-prev.mySwiper3-button-prev:focus,
.swiper-button-next.mySwiper3-button-next:focus,
.swiper-button-prev.mySwiper4-button-prev:focus,
.swiper-button-next.mySwiper4-button-next:focus {
    outline: 4px solid #1db0f4 !important;
}

.swiper-button-prev.mySwiper1-button-prev,
.swiper-button-prev.mySwiper2-button-prev,
.swiper-button-prev.mySwiper3-button-prev,
.swiper-button-prev.mySwiper4-button-prev {
    left: calc(12.5% - 68px);
}

.swiper-button-next.mySwiper1-button-next,
.swiper-button-next.mySwiper2-button-next,
.swiper-button-next.mySwiper3-button-next,
.swiper-button-next.mySwiper4-button-next {
    transform: rotate(180deg);
    right: calc(12.5% - 68px);
    ;
}

.swiper-button-prev.mySwiper1-button-prev::before,
.swiper-button-prev.mySwiper2-button-prev::before,
.swiper-button-prev.mySwiper3-button-prev::before,
.swiper-button-prev.mySwiper4-button-prev::before {
    background-color: #fff;
    content: '';
    width: 4px;
    height: 40%;
    position: absolute;
    top: 10%;
    left: 33%;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: 0 100%;
    transition: all 0.3s;
}

.swiper-button-prev.mySwiper1-button-prev::after,
.swiper-button-prev.mySwiper2-button-prev::after,
.swiper-button-prev.mySwiper3-button-prev::after,
.swiper-button-prev.mySwiper4-button-prev::after {
    background-color: #fff;
    content: '';
    width: 4px;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: 0 0;
    transition: all 0.3s;
}

.swiper-button-next.mySwiper1-button-next::before,
.swiper-button-next.mySwiper2-button-next::before,
.swiper-button-next.mySwiper3-button-next::before,
.swiper-button-next.mySwiper4-button-next::before {
    background-color: #fff;
    content: '';
    width: 4px;
    height: 40%;
    position: absolute;
    top: 10%;
    left: 33%;
    transform: translateX(-50%) rotate(45deg);
    transform-origin: 0 100%;
    transition: all 0.3s;
}

.swiper-button-next.mySwiper1-button-next::after,
.swiper-button-next.mySwiper2-button-next::after,
.swiper-button-next.mySwiper3-button-next::after,
.swiper-button-next.mySwiper4-button-next::after {
    background-color: #fff;
    content: '';
    width: 4px;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: 0 0;
    transition: all 0.3s;
}

.swiper-button-prev.mySwiper1-button-prev:hover::before,
.swiper-button-next.mySwiper1-button-next:hover::before,
.swiper-button-prev.mySwiper2-button-prev:hover::before,
.swiper-button-next.mySwiper2-button-next:hover::before,
.swiper-button-prev.mySwiper3-button-prev:hover::before,
.swiper-button-next.mySwiper3-button-next:hover::before,
.swiper-button-prev.mySwiper4-button-prev:hover::before,
.swiper-button-next.mySwiper4-button-next:hover::before {
    transform: translateY(-1px) translateX(-50%) rotate(55deg);
}

.swiper-button-prev.mySwiper1-button-prev:hover::after,
.swiper-button-next.mySwiper1-button-next:hover::after,
.swiper-button-prev.mySwiper2-button-prev:hover::after,
.swiper-button-next.mySwiper2-button-next:hover::after,
.swiper-button-prev.mySwiper3-button-prev:hover::after,
.swiper-button-next.mySwiper3-button-next:hover::after,
.swiper-button-prev.mySwiper4-button-prev:hover::after,
.swiper-button-next.mySwiper4-button-next:hover::after {
    transform: translateY(1px) translateX(-50%) rotate(-55deg);
}

.mySwiper1-thumbs-button-prev,
.mySwiper1-thumbs-button-next,
.mySwiper2-thumbs-button-prev,
.mySwiper2-thumbs-button-next,
.mySwiper3-thumbs-button-prev,
.mySwiper3-thumbs-button-next,
.mySwiper4-thumbs-button-prev,
.mySwiper4-thumbs-button-next {
    width: 12px;
    height: 22px;
    margin-top: -11px;
}

.mySwiper1-thumbs-button-prev,
.mySwiper2-thumbs-button-prev,
.mySwiper3-thumbs-button-prev,
.mySwiper4-thumbs-button-prev {
    left: 2.3%;
}

.mySwiper1-thumbs-button-next,
.mySwiper2-thumbs-button-next,
.mySwiper3-thumbs-button-next,
.mySwiper4-thumbs-button-next {
    right: 2.3%;
}

.mySwiper1-thumbs-button-next::after,
.mySwiper1-thumbs-button-prev::after,
.mySwiper2-thumbs-button-next::after,
.mySwiper2-thumbs-button-prev::after,
.mySwiper3-thumbs-button-next::after,
.mySwiper3-thumbs-button-prev::after,
.mySwiper4-thumbs-button-next::after,
.mySwiper4-thumbs-button-prev::after {
    /* color: #29476d; */
    color: #757575;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.2s;
}

.mySwiper1-thumbs-button-next:hover::after,
.mySwiper1-thumbs-button-prev:hover::after,
.mySwiper2-thumbs-button-next:hover::after,
.mySwiper2-thumbs-button-prev:hover::after,
.mySwiper3-thumbs-button-next:hover::after,
.mySwiper3-thumbs-button-prev:hover::after,
.mySwiper4-thumbs-button-next:hover::after,
.mySwiper4-thumbs-button-prev:hover::after {
    color: #096ba0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    color: #757575;
    opacity: 1;
}

#a2a_thanks,
#a2a_thanks .a2a_localize {
    background-color: #0166ff !important;
    color: #fff !important;
}

@media screen and (min-width: 768px) {
    .smartcity_content .exhibition-content .row .col-sm-6 {
        width: 50%;
    }

    .mySwiper1,
    .mySwiper2,
    .mySwiper3,
    .mySwiper4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .mySwiper1 .swiper-slide.swiper-slide-active img,
    .mySwiper2 .swiper-slide.swiper-slide-active img,
    .mySwiper3 .swiper-slide.swiper-slide-active img,
    .mySwiper4 .swiper-slide.swiper-slide-active img {
        /* transform: scale(1.15); */
        /* image-rendering: pixelated; */
        max-width: 820px;
        max-height: 550px;
        box-sizing: content-box;
    }

    .mySwiper1 .swiper-slide.swiper-slide-active a,
    .mySwiper2 .swiper-slide.swiper-slide-active a,
    .mySwiper3 .swiper-slide.swiper-slide-active a,
    .mySwiper4 .swiper-slide.swiper-slide-active a {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .smartcity_content .exhibition-content .row .col-md-3 {
        width: 25%;
    }

    .smartcity_content .exhibition-content .row .col-md-4 {
        width: 33.33333333%;
    }

    .smartcity_content .exhibition-content .row .col-md-8 {
        width: 66.66666667%;
    }
}

@media screen and (min-width : 1260px) {
    #exhibition-carousel {
        padding-left: 48px;
        padding-right: 48px;
    }

    .exhibition_banner .st-owl-theme .owl-buttons .owl-prev {
        width: 48px;
        height: 48px;
        margin-left: -48px;
        margin-top: -24px;
    }

    .exhibition_banner .st-owl-theme .owl-buttons .owl-next {
        width: 48px;
        height: 48px;
        margin-right: -48px;
        margin-top: -24px;
    }

    .exhibition_banner .st-owl-theme .owl-buttons .owl-prev:before,
    .exhibition_banner .st-owl-theme .owl-buttons .owl-prev::after,
    .exhibition_banner .st-owl-theme .owl-buttons .owl-next::before,
    .exhibition_banner .st-owl-theme .owl-buttons .owl-next::after {
        width: 4px;
        height: 40%;
        left: 33%;
    }

    .exhibition_banner .st-owl-theme .owl-buttons .owl-prev:before,
    .exhibition_banner .st-owl-theme .owl-buttons .owl-next::before {
        top: 11%;
    }
}

@media screen and (max-width: 1199.98px) {
    .exhibition-content {
        padding: 50px 30px;
    }

    .exhibition-tab-content {
        padding: 15px;
    }

    .smartcity_content .exhibition-tab-content p {
        font-size: 20px;
    }

    .exhibition-tab:hover .exhibition-tab-content p {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 767.98px) {
    .exhibition-content {
        padding: 30px 20px;
    }
}

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

    .mySwiper1-thumbswrap,
    .mySwiper2-thumbswrap,
    .mySwiper3-thumbswrap,
    .mySwiper4-thumbswrap {
        padding: 15px 30px;
    }

    .mySwiper1-thumbs-button-prev,
    .mySwiper2-thumbs-button-prev,
    .mySwiper3-thumbs-button-prev,
    .mySwiper4-thumbs-button-prev {
        left: 9px;
    }

    .mySwiper1-thumbs-button-next,
    .mySwiper2-thumbs-button-next,
    .mySwiper3-thumbs-button-next,
    .mySwiper4-thumbs-button-next {
        right: 9px;
    }

    .swiper-button-prev.mySwiper1-button-prev,
    .swiper-button-prev.mySwiper2-button-prev,
    .swiper-button-prev.mySwiper3-button-prev,
    .swiper-button-prev.mySwiper4-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        left: 10px;
    }

    .swiper-button-next.mySwiper1-button-next,
    .swiper-button-next.mySwiper2-button-next,
    .swiper-button-next.mySwiper3-button-next,
    .swiper-button-next.mySwiper4-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        right: 10px;
    }
}

/* .exhibition-btn {
    background: #0878B5;
    color: #fff;
    padding: 9px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.exhibition-btn:hover {
    color: #32BBF5 !important;
} */

/* Exhibition : End */

/* smartcity_open_infograh */
.smartcity_open_infograh {
    cursor: pointer;
}

.smartcity_open_infograh img {
    cursor: pointer;
}

.smartcity_open_dashboards img {
    cursor: pointer;
    margin-bottom: 20px;
}

.smartcity_open_section_dashboard_area img {
    cursor: pointer;
}

/* Smart Areas Highlights Section */
.smartcity_section_highlight_title {
    padding: 100px 10px 0;
}
.smartcity_section_highlight {
    padding: 0 10px;
    display: none;
}
.smartcity_section_highlight>.container>.row {
    margin-left: -15px;
    margin-right: -15px;
}
.smartcity_section_highlight h2.smartcity_title,
.smartcity_section_highlight_title h2.smartcity_title {
    margin-bottom: 50px !important;
}
.tab-swiper {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

/* HighlightSwiper 專門樣式 */
.highlightSwiper {    
    margin-bottom: 20px;
}
.highlightSwiper .swiper-slide {    
    cursor: grab;
    padding: 0 20px;
    transition: all 0.3s ease;    
}
.highlightSwiper .swiper-slide .nav-link {
    background-color: #787878;
    border: #d6d6d6 1px solid;
    cursor: pointer; 
    position: relative;
    transition: all 0.3s ease;
}
.highlightSwiper .swiper-slide .nav-link.active {
    border: #1db0f4 5px solid;
}
.highlightSwiper .swiper-slide .nav-link img {    
    transition: all 0.3s ease;    
}
.highlightSwiper .swiper-slide .nav-link:hover img {    
    opacity: .6;  
}
.highlightSwiper .swiper-slide .nav-link a {
    background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .7) 100%);
    /* background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8) 78%, rgba(0, 0, 0, .9) 100%); */
    /* background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .58) 63%, rgba(0, 0, 0, .9) 100%); */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;    
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;    
}
.highlightSwiper .swiper-slide .nav-link:hover a {
    background: linear-gradient(rgba(75, 75, 75, .55) 10%, rgba(75, 75, 75, .9) 100%);
}
.highlightSwiper .swiper-slide .nav-link a>span {
    color: #fff;
    font-size: 22px;
    text-align: left;
    position: absolute;
    inset: 15px;
    top: auto;
    transition: all 0.4s;
}
.highlightSwiper .swiper-slide .nav-link:hover a>span {
    bottom: 50%;
    transform: translateY(50%);
}

.highlightSwiper .swiper-slide .nav-link a .nav-title {
    color: #fff;
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 15px;
    transition: all 0.4s;
    filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.8));
}
.highlightSwiper .swiper-slide .nav-link a .nav-body {
    color: #fff;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    height: 0;
    padding: 0 15px;
    transition: all 0.4s;    
}
.highlightSwiper .swiper-slide .nav-link:hover a .nav-body {    
    height: 92px;
}
.highlightSwiper .swiper-slide .nav-link a .nav-body>span {
    display: block;
    margin-bottom: 10px;
}
.highlightSwiper .swiper-slide .nav-link a .nav-body>span:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.highlightSwiper .swiper-slide .nav-link a .nav-body>span:last-child {
    background: url(../../images/open_arrow_white.svg) 0 3px no-repeat;
    background-size: 15px;
    font-size: 15px;
    float: right;
    padding-left: 20px;
}


/* 導航按鈕樣式 */
.highlightSwiper-button-next,
.highlightSwiper-button-prev {
    background-color: #fff;
    border: #656565 2px solid;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: all 0.3s ease;    
    /* 一開始隱藏 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.highlightSwiper-button-next {
    transform: rotate(180deg);
    right: 0;
}
.highlightSwiper-button-prev {
    left: 0;
}

/* 當有足夠的 slides 時顯示按鈕 */
.highlightSwiper-button-next::before,
.highlightSwiper-button-next:after,
.highlightSwiper-button-prev::before,
.highlightSwiper-button-prev::after {    
    background: #817666;
    content: '';
    width: 2px;
    height: 50%;    
    position: absolute;
    left: 26%;
    transition: all 0.3s;    
}
.highlightSwiper-button-next::before,
.highlightSwiper-button-prev::before {
    top: 0;    
    transform: translateX(-50%) rotate(45deg);
    transform-origin: 0 100%;
}
.highlightSwiper-button-next:after,
.highlightSwiper-button-prev::after {
    top: 50%;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin: 0 0;
}
.highlightSwiper-button-next:hover::before,
.highlightSwiper-button-prev:hover::before {
    transform: translateY(-1px) translateX(-50%) rotate(55deg);
}
.highlightSwiper-button-next:hover::after,
.highlightSwiper-button-prev:hover::after {
    transform: translateY(1px) translateX(-50%) rotate(-55deg);
}
.highlightSwiper-button-next.show,
.highlightSwiper-button-prev.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.highlightSwiper-button-next.show.swiper-button-disabled,
.highlightSwiper-button-prev.show.swiper-button-disabled {
    opacity: .3;    
}

/* 滑動時的動畫效果 */
.highlightSwiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}
.smartcity_section_highlight .tab-pane {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    visibility: hidden;
    outline: none !important;
}
.smartcity_section_highlight .tab-pane.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
    z-index: 2;
    visibility: visible;    
}
.smartcity_section_highlight .tab-pane .tab-content-inner {
    /* border: #d6d6d6 1px solid;
    border-radius: 10px;
    margin-top: 40px; */
    padding: 40px 25px;
    overflow: hidden;
}
.smartcity_section_highlight .tab-pane .tab-content-inner img {
    width: 100%;
}
.smartcity_section_highlight .tab-pane .tab-content-inner video {
    width: 100%;
    aspect-ratio: 1600 / 1040;
    object-fit: contain;    
    object-position: top;
}
.smartcity_section_highlight .tab-pane .tab-content-inner p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.smartcity_section_highlight .tab-pane .tab-content-inner .swiper-content-title {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    color: #434343;
    font-size: 20px;
    font-weight: bold !important;
}

/* Image Modal */
#imageModal.modal {
    padding: 15px;
    z-index: 10000;
}    
#imageModal.modal:before {
    opacity: .8;
}
#imageModal.modal .modal-dialog {
    margin: auto;
}
#imageModal.modal .modal-content {
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    padding-top: 5px;
}
#imageModal.modal .modal-content .btn-close {
    background: url(../../images/close.svg) center center no-repeat;    
    display: block;
    width: 40px;
    height: 30px;
    margin-right: 5px;
    margin-left: auto;
    opacity: 1;
}
#imageModal.modal .modal-content .modal-body {
    padding-top: 5px;
}

/* Tab-pane 動效樣式 */
.tab-pane {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, transform;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    visibility: hidden;
}

.tab-pane.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
    z-index: 2;
    visibility: visible;
}

/* 淡入淡出動效 */
.tab-pane.fade-out {
    opacity: 0;
    transform: translateY(-20px);
}

.tab-pane.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* 滑動動效 */
.tab-pane.slide-left {
    transform: translateX(-50px);
    opacity: 0;
}

.tab-pane.slide-right {
    transform: translateX(50px);
    opacity: 0;
}

.tab-pane.slide-center {
    transform: translateX(0);
    opacity: 1;
}

/* 縮放動效 */
.tab-pane.scale-out {
    transform: scale(0.8);
    opacity: 0;
}

.tab-pane.scale-in {
    transform: scale(1);
    opacity: 1;
}

/* 旋轉動效 */
.tab-pane.rotate-out {
    transform: rotateY(-15deg) scale(0.9);
    opacity: 0;
}

.tab-pane.rotate-in {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
}

/* 彈跳動效 */
.tab-pane.bounce-out {
    transform: scale(0.7);
    opacity: 0;
}

.tab-pane.bounce-in {
    animation: bounceIn 0.6s ease-out;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }

    70% {
        transform: scale(0.9);
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 翻轉動效 */
.tab-pane.flip-out {
    transform: perspective(400px) rotateY(-90deg);
    opacity: 0;
}

.tab-pane.flip-in {
    animation: flipIn 0.6s ease-out;
}

@keyframes flipIn {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        opacity: 0.7;
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 0.9;
    }

    80% {
        transform: perspective(400px) rotateY(-5deg);
        opacity: 0.95;
    }

    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

/* Tab 內容容器 */
.tab-swiper-content {
    position: relative;
    min-height: 0;
    height: auto;
    transition: min-height 0.3s ease;
    /* 移除固定最小高度，改為動態 */
}

.tab-swiper-content.has-active-content {
    min-height: 400px;
    /* 只有當有活動內容時才設定最小高度 */
}

.smartcity_section_highlight .tab-swiper-content {
    border: #fff 1px solid;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    min-height: 0;
    height: auto;
    transition: all 0.3s ease;      
}

.smartcity_section_highlight .tab-swiper-content.has-active-content {
    min-height: 400px;
    border-color: #d6d6d6;    
}

/* Tab Close Button Styling */
.tab-close-btn {
    background: url(../../images/close.svg) center center no-repeat;    
    cursor: pointer;
    display: block;
    width: 40px;
    height: 30px;
    margin-right: 15px; 
    margin-left: auto;
    margin-bottom: 20px;    
    border: none;    
    transition: all 0.3s ease;
}
.tab-close-btn:focus {
    outline-offset: 2px;
}
.tab-content-inner {
    position: relative;
}

/* 響應式設計 */
@media screen and (min-width: 1260px) {
    .tab-swiper {
        padding-left: 48px;
        padding-right: 48px;
    }
    .highlightSwiper-button-next,
    .highlightSwiper-button-prev {        
        width: 52px;
        height: 52px;
    }
    .highlightSwiper-button-next::before,
    .highlightSwiper-button-next:after,
    .highlightSwiper-button-prev::before,
    .highlightSwiper-button-prev::after {            
        width: 4px;
        height: 40%;            
        left: 33%;        
    }
    .highlightSwiper-button-next::before,    
    .highlightSwiper-button-prev::before {
        top: 11%;
    }
}
@media screen and (max-width: 1200px) {
    .smartcity_section_highlight .tab-pane .tab-content-inner {     
        padding: 20px 5px;
    }    
    .highlightSwiper {
        padding: 10px 0;
    }
    .highlightSwiper .swiper-slide {
        padding: 0 10px;
    }
    .highlightSwiper .swiper-slide .nav-link a .nav-title {        
        font-size: 20px;
        line-height: 1.25;        
    }
    .highlightSwiper .swiper-slide .nav-link:hover a .nav-body {
        height: 75px;
    }
    .highlightSwiper .swiper-slide .nav-link a .nav-body>span {
        line-height: 1.25;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 768px) {
    .highlightSwiper .swiper-slide .nav-link a .nav-title {        
        font-size: 18px;              
    }        
    .smartcity_open_infograh {
        text-align: center;
    }

    .smartcity_open_infograh img {
        text-align: center;
        float: none !important;
    }

    .smartcity_open_dashboards {
        text-align: center !important;
    }

    .smartcity_open_dashboards img {
        text-align: center !important;
        float: none !important;
    }

    .smartcity_open_section_dashboard_area {
        text-align: center;
    }

    .smartcity_open_section_dashboard_area img {
        text-align: center;
        float: none !important;
    }
}

.smartcity_open_infograh img {
    float: right;
}

.smartcity_open_infograh h5,
.smartcity_open_infograh .area_title {
    font-size: 28px;
    color: #656565;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_open_infograh h5:hover,
.smartcity_open_infograh .area_title:hover {
    font-size: 28px;
    color: #656565 !important;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_open_infograh h5 a,
.smartcity_open_infograh .area_title a {
    font-size: 28px;
    color: #656565 !important;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_infograh_section .smartcity_close_dashboards,
.smartcity_section_dashboard_area .smartcity_close_dashboards {
    padding-top: 10px;
    flex-direction: row-reverse;
    display: flex;
}

.smartcity_infograh_section .smartcity_close_dashboards p,
.smartcity_section_dashboard_area .smartcity_close_dashboards p,
.smartcity_infograh_section .smartcity_close_dashboards>a,
.smartcity_section_dashboard_area .smartcity_close_dashboards>a {
    color: #656565;
    background-image: url(../../images/close.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}

.smartcity_infograh_section .smartcity_close_dashboards>a,
.smartcity_section_dashboard_area .smartcity_close_dashboards>a {
    border: unset;
    background-color: unset;
    padding: unset;
}

.smartcity_section_dashboard_area .smartcity_close_dashboards a {
    background-image: url(../../images/close.svg);
    background-position: center right;
    background-repeat: no-repeat;
    color: #656565;
    cursor: pointer;
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 8px;
}

.role-anonymous .slideup,
.role-anonymous .slidedown {
    max-height: 0;
    overflow-y: hidden !important;
    -webkit-transition: max-height 0.6s ease-in-out;
    -moz-transition: max-height 0.6s ease-in-out;
    -o-transition: max-height 0.6s ease-in-out;
    transition: max-height 0.6s ease-in-out;
    visibility: hidden;
}

.role-anonymous .slidedown {
    max-height: 9000px;
    visibility: visible;
}

/* smartcity_strategy_initiatives_row section : start */
.smartcity_go_detail {}

.smartcity_strategy_initiatives h2,
.smartcity_strategy_initiatives h3,
.smartcity_strategy_initiatives p.smartcity_title {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    color: #29476d;
    font-size: 32px;
}

.smartcity_strategy_initiatives_row {
    text-align: center;
    /* margin-left: 0px !important; */
    /* margin-right: 0px !important; */
}

.smartcity_strategy_initiatives_row .az-column.smartcity_ig_empty {
    display: none !important;
}

.smartcity_strategy_initiatives_row .az-column.active {
    background-size: auto 120%;
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -ms-transform-origin: 50.01%;
}

@media screen and (min-width : 1200px) {
    .smartcity_strategy_initiatives_row .az-column.active {
        top: -10px;
    }
}

.smartcity_strategy_initiatives_row .az-column {
    width: 32vw;
    height: 32vw;
    max-width: 380px;
    max-height: 380px;
    padding-left: 0px;
    padding-right: 0px;
    transition: all 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;

}

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

    .smartcity_strategy_initiatives_row .az-column {
        margin-right: 0px;
    }

    .smartcity_strategy_initiatives_row .az-column {
        width: 90vw;
        height: 90vw;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 480px) and (max-width : 768px) {
    .smartcity_strategy_initiatives_row .az-column:nth-child(2n) {
        /* margin-right: 0px !important */
    }

    .smartcity_strategy_initiatives_row .az-column {
        margin-left: 1.2vw;
        margin-right: 1.2vw;
    }

    .smartcity_strategy_initiatives_row .az-column {
        width: 45vw;
        height: 45vw;
        display: inline-block;
        background-size: cover;
        float: none;
    }
}

@media screen and (min-width: 480px) and (max-width : 768px) {

    .smartcity_strategy_initiatives_row .az-column:nth-child(odd) {
        float: left;
        margin-left: 3vw;
    }
}

@media only screen and (min-width: 480px) and (max-width : 600px) {
    .smartcity_strategy_initiatives_row .az-column {
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .smartcity_strategy_initiatives_row .az-column {
        width: 44vw;
        height: 44vw;
        display: inline-block;
    }
}

@media screen and (min-width : 1200px) {
    .smartcity_strategy_initiatives_row .az-column {
        margin-left: 14px;
        margin-right: 14px;
        float: left;
    }

    .smartcity_strategy_initiatives_row .az-column:nth-child(3n) {
        /* margin-right: 0px !important */
    }
}

@media screen and (min-width: 769px) and (max-width : 1220px) {
    .smartcity_strategy_initiatives_row .az-column:nth-child(3n) {
        /* margin-right: 0px !important */
    }

    .smartcity_strategy_initiatives_row .az-column {
        margin-left: 1.5vw;
        margin-right: 1.5vw;
        float: left;
        width: 30.2%;
        height: 30vw;
    }

    .smartcity_strategy_initiatives_row .active p,
    .smartcity_strategy_initiatives_row .clicked p {
        font-size: 18px !important;
    }

    .smartcity_strategy_initiatives_row .active p,
    .smartcity_strategy_initiatives_row p {
        font-size: 18px !important;
    }

    .smartcity_strategy_initiatives_row img {
        max-width: 80px !important;
    }
}

/* @media screen and (max-width : 1100px) { 
    .smartcity_strategy_initiatives_row .az-column {
        margin-right: 2.5vw;
    }
    .smartcity_strategy_initiatives_row .az-column{
        width: 30vw;
        height: 30vw;
    }
}
@media screen and (max-width : 900px) { 
    .smartcity_strategy_initiatives_row .az-column {
        margin-right: 2vw;
    }
} */
.smartcity_strategy_initiatives_row .smartcity_initiatives_listing {
    text-align: left;
}

.smartcity_strategy_initiatives_row .smartcity_initiatives_listing img {
    max-width: 100%;
}

.smartcity_initiatives_row_content .smartcity_initiatives_listing ul li {
    text-align: left;
}

.smartcity_strategy_initiatives_row .smartcity_initiatives_listing .az-column {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: auto;
}

.smartcity_strategy_initiatives_row .smartcity_initiatives_listing .az-text {
    position: relative;
}

.smartcity_strategy_initiatives_row img {
    max-width: 100px;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    margin-bottom: 10px;
}

.smartcity_strategy_initiatives_row .smartcity_time img {
    visibility: visible;
    opacity: 1;
}

.smartcity_strategy_initiatives_row .az-html {
    top: 25%;
}

.smartcity_strategy_initiatives_row .az-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.smartcity_strategy_initiatives_row .az-column p {
    color: #fff;
    font-size: 22px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    transition: all 0.5s ease 0s;
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9)); */
    min-height: 60px;
    bottom: 0px;
    line-height: 25px;
    padding: 10px 20px;
    background: transparent;
}

.smartcity_strategy_initiatives_row .az-column p a {
    background: transparent;
}

@media screen and (max-width : 768px) {
    .smartcity_strategy_initiatives_row .az-html {
        top: 15%;
    }

    .smartcity_strategy_initiatives_row p {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_strategy_initiatives_row .az-html {
        top: 25%;
    }

    .smartcity_strategy_initiatives_row p {
        font-size: px;
        line-height: 24px;
    }

    .smartcity_strategy_initiatives_row .active .az-text,
    .smartcity_strategy_initiatives_row .clicked .az-text {
        bottom: 15%;
        background-image: none;
    }

    .smartcity_strategy_initiatives_row .active p,
    .smartcity_strategy_initiatives_row .clicked p {
        background-image: none;
    }

    .smartcity_strategy_initiatives_row .active img,
    .smartcity_strategy_initiatives_row .clicked img {
        max-width: 70px;
    }
}

.smartcity_strategy_initiatives_row .smartcity_ig_white.active p a {
    color: #646464 !important;
}

.smartcity_strategy_initiatives_row .smartcity_ig_white.clicked p a {
    color: #646464 !important;
}

.smartcity_strategy_initiatives_row .smartcity_ig_white .initiatives_more {
    color: #646464 !important;
    background-image: url(../../images/open_arrow.svg) !important;
}

.smartcity_strategy_initiatives_row .smartcity_ig_white .smartcity_mouse_over_initiatives {
    font-size: 0px;
}

.smartcity_strategy_initiatives_row p a {
    color: #fff !important;
    text-decoration: none;
}

.smartcity_mobility .smartcity_strategy_initiatives_row p a {
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_living .smartcity_strategy_initiatives_row p a {
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_environment .smartcity_strategy_initiatives_row p a {
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_people .smartcity_strategy_initiatives_row p a {
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_government .smartcity_strategy_initiatives_row p a {
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_economy .smartcity_strategy_initiatives_row p a {
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_strategy_initiatives_row p a:hover {
    color: #fff !important;
    text-decoration: none;
}

.smartcity_strategy_initiatives_row .col-sm-6 {
    width: 50vw;
    height: 30vw;
    max-width: 590px;
    max-height: 295px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
}

.smartcity_strategy_initiatives_row .col-sm-6:hover {
    background-size: auto 120%;
}

.smartcity_strategy_initiatives_row .col-sm-6:not(:last-child) {
    margin-right: 20px;
}

.smartcity_strategy_initiatives_row .smartcity_looking_box .az-text {
    background: rgba(175, 128, 67, 0.8);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px 0px 10px 10px;
}

.smartcity_strategy_initiatives_row .smartcity_looking_box p {
    background-image: none;
    text-align: left;
    padding-top: 15px;
}

.smartcity_goals_box {}

.smartcity_looking_box {}

.smartcity_strategy_initiatives_row .smartcity_goals_box .az-text {
    background: rgba(136, 158, 59, 0.8);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px 0px 10px 10px;
}

.smartcity_strategy_initiatives_row .smartcity_goals_box p {
    background-image: none;
    text-align: left;
    padding-top: 15px;
}

.smartcity_strategy_initiatives_row .col-sm-6 p {
    visibility: visible;
    opacity: 1;
}

.smartcity_strategy_initiatives_row .clicked {
    transform: scale(1.05);
    background-size: auto 120%;

}

@media screen and (min-width : 1200px) {
    .smartcity_strategy_initiatives_row .clicked {
        top: -10px;
    }
}

.smartcity_strategy_initiatives_row .active img,
.smartcity_strategy_initiatives_row .clicked img {
    visibility: visible;
    opacity: 1;
    max-width: 80px;
}

.smartcity_strategy_initiatives_row .smartcity_goals_box.active .az-text {
    bottom: 0% !important;
    background: rgba(136, 158, 59, 0.8);
}

.smartcity_strategy_initiatives_row .smartcity_looking_box.active .az-text {
    bottom: 0% !important;
    background: rgba(175, 128, 67, 0.8);
}

@media screen and (min-width : 480px) {

    .smartcity_strategy_initiatives_row .active .az-text,
    .smartcity_strategy_initiatives_row .clicked .az-text {
        bottom: 15%;
        background-image: none;
    }

    .smartcity_strategy_initiatives_row .active p,
    .smartcity_strategy_initiatives_row .clicked p {
        background-image: none;
    }

    .smartcity_strategy_initiatives_row .active img,
    .smartcity_strategy_initiatives_row .clicked img {
        max-width: 70px;
    }
}


.smartcity_strategy_initiatives_row .active p,
.smartcity_strategy_initiatives_row .clicked p {
    visibility: visible;
    opacity: 1;
    /* font-size: 26px; */
    line-height: 30px;
}

/* smartcity_strategy_initiatives_row section : end */
.smartcity_share_block {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.smartcity_share_btn {
    display: flex;
    float: right;
}

@media screen and (max-width : 480px) {
    .smartcity_share_btn {
        float: none;
    }

    .smartcity_footer_copyright_text {
        text-align: center;
        width: 100%;
    }
}

.glazed-footer {
    clear: both !important;
    display: block;
    position: absolute;
    width: 100%;
    background-color: #545454 !important;
    color: #fff !important;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.glazed-footer a {
    color: #fff !important;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    position: relative;
}

/* .glazed-footer a:hover,
.glazed-footer a:focus-within {
    color: #a8dff7 !important;
} */

.smartcity_initiatives_section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.smartcity_initiatives_section h2 {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    color: #29476d;
    font-size: 32px;
    /* text-transform: uppercase; */
}

@media screen and (max-width : 900px) {
    .smartcity_section_slider_text h1 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 10px !important;
    }

    .smartcity_section_slider_text h1 strong {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 6px !important;
    }
}

@media screen and (max-width : 768px) {
    .smartcity_section_slider_text h1 {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 10px !important;
    }

    .smartcity_section_slider_text h1 strong {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 6px !important;
    }

    .smartcity_initiatives_row {
        padding: 25px !important;
    }

    .smartcity_initiatives_section h2 {
        font-size: 19px !important;
    }

    .smartcity_initiatives_items p {
        font-size: 16px !important;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_section_slider_text h1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px !important;
    }

    .smartcity_section_slider_text h1 strong {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 6px !important;
    }

    .smartcity_initiatives_timeline {
        min-height: 250px !important;
    }

    .smartcity_initiatives_row {
        padding: 15px !important;
    }

    .smartcity_initiatives_section h2 {
        font-size: 22px !important;
    }

    .smartcity_initiatives_items p {
        font-size: 14px !important;
    }

    .smartcity_initiatives_timeline {
        width: 90% !important;
    }

    .smartcity_initiatives_timeline h3 {
        padding: 15px 25px !important;
        font-size: 18px !important;
        max-width: 305px;
        margin-bottom: 0px !important;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .smartcity_initiatives_timeline h4 {
        font-size: 16px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .smartcity_time td {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .smartcity_time td:first-child {
        padding-right: 10px !important;
        width: 66% !important;
    }

    .smartcity_time td:last-child {
        padding-left: 10px !important;
        width: 36% !important;
    }
}

.smartcity_initiatives_section_back {
    color: #757575;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    margin-bottom: 50px;
}

.smartcity_initiatives_section_back a {
    color: #757575 !important;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_initiatives_section_back a:hover {
    color: #757575 !important;
    text-decoration: none;
}

.smartcity_initiatives_section_back p {
    cursor: pointer;
}

.smartcity_initiatives_items {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    background-image: url(../../images/open_arrow_gray.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 60px;
}

/* .smartcity_initiatives_items:focus {
    outline:  -webkit-focus-ring-color auto 5px !important;
}
.smartcity_initiatives_items.smartcity_tab_key:focus {
    outline:  -webkit-focus-ring-color auto 5px !important;
} */

.smartcity_initiatives_items.mouse_click:focus {
    /* outline: none!important; */
}

.smartcity_initiatives_items:active {
    outline: none !important;
}


.smartcity_initiatives_items:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.smartcity_initiatives_items p {
    font-size: 18px;
    color: #2f2f2f;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    text-align: left;
    line-height: 30px;
}

#smartcity_mobility .smartcity_initiatives_items.active p {
    color: #1db0f4;
}

#smartcity_living .smartcity_initiatives_items.active p {
    color: #f3b700;
}

#smartcity_environment .smartcity_initiatives_items.active p {
    color: #9bd837;
}

#smartcity_people .smartcity_initiatives_items.active p {
    color: #ff7f6a;
}

#smartcity_government .smartcity_initiatives_items.active p {
    color: #CC4C02;
}

#smartcity_economy .smartcity_initiatives_items.active p {
    color: #9766ff;
}

#smartcity_mobility .smartcity_initiatives_items.active li {
    color: #1db0f4;
}

#smartcity_living .smartcity_initiatives_items.active li {
    color: #f3b700;
}

#smartcity_environment .smartcity_initiatives_items.active li {
    color: #9bd837;
}

#smartcity_people .smartcity_initiatives_items.active li {
    color: #ff7f6a;
}

#smartcity_government .smartcity_initiatives_items.active li {
    color: #CC4C02;
}

#smartcity_economy .smartcity_initiatives_items.active li {
    color: #9766ff;
}

.smartcity_new_initiatives p {
    font-size: 14px;
    color: #B85E0A !important;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_new_initiatives p strong {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    background-color: #f4821d;
    padding: 4px 8px;
    border-radius: 50%;
    margin-right: 5px;
}

.smartcity_initiatives_items p a {
    text-decoration: none;
}

.smartcity_initiatives_items ul {
    list-style: none;
    padding-left: 0px;
}

.smartcity_initiatives_items li {
    padding-bottom: 20px;
    font-size: 18px;
    color: #434343;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_download_area a {
    font-size: 18px !important;
}

.download_infographic .smartcity_download_area a strong {
    font-size: 24px !important;
    color: rgb(101, 101, 101) !important;
    font-family: Muli-Black, "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    display: inline-block;
    max-width: 350px;
    text-align: left;
    padding-left: 20px;
    vertical-align: middle;
}

@media screen and (max-width : 480px) {
    .smartcity_download_area a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}


/* .smartcity_initiatives_items ul li::before {
    content: "\2022";
    color: #7ac459;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
} */
.smartcity_initiatives_row {
    border: 1px solid #e2e2e2;
    padding: 40px;
    border-radius: 10px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.smartcity_initiatives_row_content {
    font-size: 18px;
    color: #434343;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_initiatives_row_content ul {
    list-style: none;
    padding-left: 20px;
}

/* .smartcity_initiatives_row_content ul li::before {
    content: "\2022";
    color: #7ac459;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
} */

#smartcity_mobility .smartcity_initiatives_row_content ul li {
    background-image: url(../../images/bullet/bullet_01.svg);
}

#smartcity_mobility .smartcity_initiatives_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_02.svg);
}

#smartcity_living .smartcity_initiatives_row_content ul li {
    background-image: url(../../images/bullet/bullet_03.svg);
}

#smartcity_living .smartcity_initiatives_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_04.svg);
}

#smartcity_environment .smartcity_initiatives_row_content ul li {
    background-image: url(../../images/bullet/bullet_05.svg);
}

#smartcity_environment .smartcity_initiatives_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_06.svg);
}

#smartcity_people .smartcity_initiatives_row_content ul li {
    background-image: url(../../images/bullet/bullet_07.svg);
}

#smartcity_people .smartcity_initiatives_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_08.svg);
}

#smartcity_government .smartcity_initiatives_row_content ul li {
    background-image: url(../../images/bullet/bullet_09.svg);
}

#smartcity_government .smartcity_initiatives_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_10.svg);
}

#smartcity_economy .smartcity_initiatives_row_content ul li {
    background-image: url(../../images/bullet/bullet_11.svg);
}

#smartcity_economy .smartcity_initiatives_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_12.svg);
}



.smartcity_mobility_row_content ul li::before {
    content: "" !important;
}

.smartcity_mobility_row_content ul {
    padding-left: 0px !important
}

.smartcity_mobility_row_content ul li {
    background-image: url(../../images/bullet/bullet_01.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 3px;
    padding-left: 25px;
}

.smartcity_mobility_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_02.svg);
}

.smartcity_living_row_content ul li::before {
    content: "" !important;
}

.smartcity_living_row_content ul {
    padding-left: 0px !important
}

.smartcity_living_row_content ul li {
    background-image: url(../../images/bullet/bullet_03.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 3px;
    padding-left: 25px;
}

.smartcity_living_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_04.svg);
}

.smartcity_environment_row_content ul li::before {
    content: "" !important;
}

.smartcity_mobility_row_content ul {
    padding-left: 0px !important
}

.smartcity_environment_row_content ul {
    padding-left: 0px !important
}

.smartcity_environment_row_content ul li {
    background-image: url(../../images/bullet/bullet_05.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 3px;
    padding-left: 25px;
}

.smartcity_environment_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_06.svg);
}

.smartcity_people_row_content ul li::before {
    content: "" !important;
}

.smartcity_people_row_content ul {
    padding-left: 0px !important
}

.smartcity_people_row_content ul li {
    background-image: url(../../images/bullet/bullet_07.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 3px;
    padding-left: 25px;
}

.smartcity_people_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_08.svg);
}

.smartcity_government_row_content ul li::before {
    content: "" !important;
}

.smartcity_government_row_content ul {
    padding-left: 0px !important
}

.smartcity_government_row_content ul li {
    background-image: url(../../images/bullet/bullet_09.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 3px;
    padding-left: 25px;
}

.smartcity_government_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_10.svg);
}

.smartcity_economy_row_content ul li::before {
    content: "" !important;
}

.smartcity_economy_row_content ul {
    padding-left: 0px !important
}

.smartcity_economy_row_content ul li {
    background-image: url(../../images/bullet/bullet_11.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 3px;
    padding-left: 25px;
}

.smartcity_economy_row_content ul li>ul>li {
    background-image: url(../../images/bullet/bullet_12.svg);
}

.page_tc a.smartcity-important-notices.active,
.page_sc a.smartcity-important-notices.active {
    width: 146px !important;
}

.page_en a.smartcity-important-notices.active {
    width: 310px !important;
}


a.smartcity-important-notices.active {
    display: block !important;
    width: 350px;
    font-size: 15px;
    line-height: 30px;
    margin-top: 42px;
    text-align: right;
    /* color: #0878B5 !important; */
    color: #0175DA !important;
    height: 30px !important;
    padding-right: 5px;
}



.smartcity_at_a_glance_dashboard {
    width: 100%;
}

.smartcity_initiatives_row_content ul li {
    background-image: url(../../images/smartcity_bullet_01.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 3px;
    padding-left: 25px;
}

.smartcity_initiatives_row_content ul li>ul>li {
    background-image: url(../../images/smartcity_bullet_02.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 5px;
    padding-left: 25px;
}

.smartcity_initiatives_row_content ul li {
    padding-bottom: 20px;
}

.smartcity_initiatives_timeline {
    display: none;
    z-index: 100;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    max-width: 800px;
    min-height: 300px;
    max-height: 700px;
    border-radius: 15px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
    position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top: 15% !important;
    z-index: 10000;
}

.smartcity_timeline_title {
    /* border-bottom: 1px solid #ddd; */
    display: block;
    text-align: left;
}

.smartcity_benefits_content {
    text-align: left;
    padding: 0px 30px;
}

.smartcity_initiatives_timeline h3 {
    color: #111 !important;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    text-align: left;
    padding: 25px 35px;
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 0px !important;
}

.smartcity_initiatives_listing .smartcity_timeline_listing_close {
    color: #111 !important;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    text-align: right;
    padding: 0px 40px;
    background-image: url(../../images/close.svg);
    background-position: center right;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    margin-bottom: 20px;
}

.smartcity_initiatives_timeline .smartcity_timeline_close {
    color: #111 !important;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    text-align: right;
    padding: 25px 35px;
    background-image: url(../../images/close.svg);
    background-position: center right;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    margin-right: 35px;
    cursor: pointer;
}

.smartcity_initiatives_timeline h4 {
    color: #434343 !important;
    font-size: 18px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    text-align: center;
    /* margin-top: 40px; */
    margin-bottom: 40px;
}

.smartcity_time {
    padding-left: 20px;
    padding-right: 20px;
    max-height: 500px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    float: left;
    width: 100%;
}

.smartcity_time h4.timeline_title01,
.smartcity_time h4.timeline_title02 {
    text-align: left !important;
}

.smartcity_time table.timeline_table01 td:first-child,
.smartcity_time table.timeline_table02 td:first-child {
    text-align: left !important;
}

@media screen and (max-width : 480px) {
    .smartcity_time {
        width: 100%;
        max-height: 360px !important;
    }

    .smartcity_strategy_initiatives_row .smartcity_time img {
        width: 20px;
    }

    .smartcity_section_slider_text img {
        max-width: 200px;
        margin-top: 0px;
    }
}

.smartcity_time table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.smartcity_time tr:first-child img {
    margin-top: -2px;
    min-width: 30px;
}

.smartcity_time td {
    color: #434343;
    font-size: 18px;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    vertical-align: top;
}

.smartcity_time td.active,
.smartcity_time td.active strong {
    color: #3B822B;
}

.smartcity_time img {
    width: 100%;
}

.smartcity_time td.timeline {
    background-image: url(../../images/timeline/timeline_complete_bar.png);
    height: 80px;
    background-size: 100%;
}

.smartcity_time td.timeline.timeline_text {
    background-image: none;
}

.smartcity_time td.timeline.active {
    background-image: url(../../images/timeline/timeline_process_bar.png);
}

.smartcity_time tr:last-child td.timeline {
    height: auto;
    background-image: none;
}

.smartcity_time tr:last-child td.timeline img {
    margin-bottom: -2px;
}

.smartcity_time td:first-child {
    text-align: right;
    padding-right: 15px;
    width: 66%;
    padding-bottom: 20px;
}

.smartcity_time td:last-child {
    text-align: left;
    padding-left: 15px;
    width: auto;
}

.smartcity_time td strong {
    font-weight: bold;
    color: #000;
    display: block;
    font-family: Arial, 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_content .az-row .col-sm-6 {
    /* width: 100%; */
}

.smartcity_mission_col .col-sm-6 p {
    padding: 20px;
    padding-left: 20px !important;
}

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

    .smartcity_mission_col .col-sm-6 p {
        padding: 20px;
        padding-left: 20px !important;
    }
}

@media screen and (min-width : 768px) and (max-width : 925px) {
    .smartcity_mission_col .col-sm-6 p {
        min-height: 220px;
        font-size: 18px;
    }
}

@media screen and (min-width : 925px) {
    .smartcity_mission_col .col-sm-6 p {
        min-height: 200px;
    }
}

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

    .smartcity_content .az-row .col-sm-6 {
        width: 100%;
    }
}

@media screen and (max-width : 768px) {
    .smartcity_initiatives_timeline {
        width: 90% !important;
    }

    .smartcity_content .az-row {
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .smartcity_mission_col.col-sm-6 {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .smartcity_content:nth-child(odd) .az-row .col-sm-4 {
        order: 1;
    }

    .smartcity_content:nth-child(odd) .az-row .col-sm-8 {
        order: 2;
    }

    .smartcity_content:nth-child(odd) .az-row .col-sm-:nth-child(1) {
        order: 2;
    }

    .smartcity_content:nth-child(odd) .az-row .col-sm-6:nth-child(2) {
        order: 1;
    }
}

@media screen and (min-width : 1100px) {
    .smartcity_content:nth-child(odd) .az-row .col-sm-6:nth-child(2) img {
        float: right;
    }
}

.smartcity_content h2,
.smartcity_content h1.sr-only {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    color: #29476d;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 40px;
}

.smartcity_content .smartcity_text_white h2 {
    color: #fff;
    height: 60px;
}

.smartcity_content h3 {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    color: #29476d;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 40px;
}

.smartcity_content p {
    font-size: 20px;
    color: #434343;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    line-height: 30px;
    margin-bottom: 30px;
}

.smartcity_content ul {
    list-style: none;
    padding-left: 20px;
}

.smartcity_content ul li::before {
    content: "\2022";
    color: #7ac459;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.smartcity_content ul li font {
    color: #23527c !important;
}

.smartcity_content ul li a {
    color: #23527c !important;
}

.smartcity_content ul li a:hover {
    color: #23527c !important;
}

.smartcity_content ul li {
    padding-bottom: 20px;
    font-size: 20px;
    color: #434343;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_content ul li ul {
    margin-top: 10px;
}

.smartcity_content ul li ul li {
    padding-bottom: 10px;
}

.smartcity_content ol li {
    padding-bottom: 20px;
    font-size: 18px;
    color: #434343;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.smartcity_sub_title p {
    font-size: 26px;
    color: #979797;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;

}

.smartcity_mission_col {
    /* border-radius: 10px; */
    border: 1px solid #ddd;
    max-width: 588px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden !important;
    background-color: #e9f5f5;
}

@media screen and (min-width : 768px) and (max-width : 1200px) {
    .smartcity_mission_col {
        max-width: 560px;
        display: inline-block;
        width: 45% !important;
        margin-right: 2.5% !important;
        margin-left: 2.5%;
    }

    .smartcity_mission_col:not(:last-child) {
        margin-right: 0px;
    }
}

@media screen and (max-width : 768px) {
    .smartcity_mission_col {
        margin-left: auto;
        margin-right: auto !important;
    }
}

.smartcity_mission_col p {
    font-size: 20px;
    color: #434343;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    line-height: 30px;
}

.smartcity_mission_col:not(:last-child) {
    margin-right: 24px;
}

.smartcity_mission_col .col-sm-6 {
    margin-bottom: 0px !important;
    background-color: #e9f5f5;
    width: 100%;
}

.smartcity_mission_col .col-sm-6 p {
    padding: 20px;
    padding-left: 0px;
}

.smartcity_homepage_slider_text_mobility {}

.smartcity_homepage_slider_text_mobility .smartcity_homepage_slider_text {
    /* background: rgba(39, 127, 228, 0.8); */
    background: none;
    background: rgba(49, 82, 163, 0.85);
}

.smartcity_homepage_slider_text_mobility .smartcity_homepage_slider_text p {
    border-left: 5px solid #5dccff;
}

.smartcity_homepage_slider_text_living {}

.smartcity_homepage_slider_text_living .smartcity_homepage_slider_text {
    /* background: rgba(218, 165, 5, 0.9); */
    background: none;
    /* background: rgba(148, 113, 5, 0.9); */
    background: rgba(182, 142, 22, 0.9);
}

.smartcity_homepage_slider_text_living .smartcity_homepage_slider_text p {
    border-left: 5px solid #ffc514;
}

.smartcity_homepage_slider_text_environment {}

.smartcity_homepage_slider_text_environment .smartcity_homepage_slider_text {
    background: rgba(66, 147, 50, 0.8);
}

.smartcity_homepage_slider_text_environment .smartcity_homepage_slider_text p {
    border-left: 5px solid #a2e041;
}

.smartcity_homepage_slider_text_people {}

.smartcity_homepage_slider_text_people .smartcity_homepage_slider_text {
    /* background: rgba(255, 115, 95, 0.8); */
    background: none;
    /* background: rgba(176, 64, 65, 0.85); */
    background: rgba(248, 94, 63, 0.85);
}

.smartcity_homepage_slider_text_people .smartcity_homepage_slider_text p {
    border-left: 5px solid #ffc2b9;
}

.smartcity_homepage_slider_text_gov {}

.smartcity_homepage_slider_text_gov .smartcity_homepage_slider_text {
    background: rgba(204, 76, 2, 0.8);
}

.smartcity_homepage_slider_text_gov .smartcity_homepage_slider_text p {
    border-left: 5px solid #ffc514;
}

.smartcity_homepage_slider_text_economy {}

.smartcity_homepage_slider_text_economy .smartcity_homepage_slider_text {
    background: rgba(140, 92, 255, 0.8);
}

.smartcity_homepage_slider_text_economy .smartcity_homepage_slider_text p {
    border-left: 5px solid #ae88fe;
}

.smartcity_initiatives_section_testing {
    /* display: none; */
}

/* STRATEGY AND INITIATIVES : start */
.st-owl-theme.st-owl-navigation-outside.st-owl-navigation-adjacent .owl-buttons {
    display: none;
}

.smartcity_initiatives_banner {}

.smartcity_empty {
    display: none;
}

@media screen and (min-width : 768px) {
    .smartcity_float_left {
        float: left;
    }
}

/* STRATEGY AND INITIATIVES : end */

/* Mobile menu : start */
.glazed-header--side .menu__link[data-submenu]::after {
    display: none;
}

.glazed-header--side .glazed-main-menu a {
    color: #133d69 !important;
}

.glazed-header--side .glazed-main-menu {
    background: #eaf0f0 !important;
}

.glazed-header--side .menu__level {
    background: #eaf0f0 !important;
}

.glazed-header--side .menu__link {
    font-size: 20px !important;
    color: #fff !important;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
}

.glazed-header--side .menu__breadcrumbs a {
    font-size: 20px !important;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.glazed-header--side .menu__item {
    margin-top: 15px;
}

.body--glazed-nav-mobile .glazed-header .nav>li:nth-last-of-type(5) {
    display: inline-block;
    float: left;
    clear: none !important;
}

.body--glazed-nav-mobile .glazed-header .nav>li:nth-last-of-type(4) {

    display: inline-block;
    float: left;
    clear: none !important;
}

.body--glazed-nav-mobile .glazed-header .nav>li:nth-last-of-type(3) {
    display: inline-block;
    float: left;
    clear: none !important;
}

@media screen and (max-width : 480px) {
    .body--glazed-nav-mobile .glazed-header .nav>li:nth-last-of-type(3) {
        display: none;
    }
}

.body--glazed-nav-mobile .glazed-header .nav>li:nth-last-of-type(3) a {
    font-size: 22px !important;
}

.body--glazed-nav-mobile .glazed-header .nav>li:nth-last-of-type(2) {
    display: inline-block;
    float: left;
    width: 60px;
}

.body--glazed-nav-mobile .glazed-header .nav>li:nth-last-of-type(1) {
    width: 60px;
    display: inline-block;
    float: left;
    clear: none !important;
    /* margin-bottom: 100px; */
}

.body--glazed-nav-mobile #glazed-main-menu.menu--open .menu__breadcrumbs {
    left: auto !important;
    position: absolute;
    padding-left: 0px;
}

@media screen and (max-width : 768px) {
    .body--glazed-nav-mobile #glazed-main-menu.menu--open .menu__breadcrumbs a {
        padding-left: 20px;
    }
}

.body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span,
.body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:before,
.body--glazed-nav-mobile .glazed-header #glazed-menu-toggle span:after {
    background: #022448 !important;
}

.body--glazed-nav-mobile .glazed-header #glazed-menu-toggle.navbar-toggle--active span {
    background-color: transparent !important;
}

@media screen and (max-width: 1200px) {
    .block-smart-main-menu {
        display: none;
    }
}

/* Mobile menu : end */
.smartcity_mobility_infograh {
    text-align: center;
    background-image: url(../../images/infographic/smart_mobility_infograh_bg.jpg);
}

.smartcity_environment_infograh {
    text-align: center;
    background-image: url(../../images/infographic/smart_environment_infograh_bg.jpg);
}

.smartcity_gov_infograh {
    text-align: center;
    background-image: url(../../images/infographic/smart_gov_infograh_bg.jpg);
}

.smartcity_living_infograh {
    text-align: center;
    background-image: url(../../images/infographic/smart_living_infograh_bg.jpg);
}

.smartcity_people_infograh {
    text-align: center;
    background-image: url(../../images/infographic/smart_people_infograh_bg.jpg);
}

.smartcity_economy_infograh {
    text-align: center;
    background-image: url(../../images/infographic/smart_economy_infograh_bg.jpg);
}

.smartcity_initiatives_block {
    display: block;
    width: 100%;
    clear: both;

}

.smartcity_initiatives_listing {
    border: 1px solid #e2e2e2;
    padding: 40px !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

.smartcity_initiatives_block h2 {
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    color: #29476d;
    font-size: 32px;
    font-weight: bold !important;
}


.smartcity_current_status_row {
    text-align: center;
}

@media screen and (min-width : 768px) {
    .smartcity_current_status_row {
        min-height: 926px;
    }

}

.smartcity_current_status_row img {
    margin-bottom: 20px;
    max-width: 90px;
    width: 100%;
    height: auto;
}

.smartcity_current_status_row .az-text {
    text-align: left;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.smartcity_current_status_row .az-text b {
    color: #1a556f;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_current_status_row .az-text strong {
    color: #1a556f;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.smartcity_current_status_row .az-text p {
    font-size: 16px;
    font-family: 'Muli-Regular', "Microsoft JhengHei", 微軟正黑體 !important;
    color: #555555;
}

.smartcity_current_status_row .az-text li {
    color: #555555;
}

.smartcity_current_status_row .az-text ul {
    list-style: none;
    padding-left: 0px;
}

.smartcity_current_status_row .az-text>ul>li {
    background-image: url(../../images/bullet/mobility_bullet.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-left: 25px;
    background-position-y: 2px;
    margin-bottom: 5px;
}

.smartcity_dashboards_mobility .smartcity_current_status_row .az-text>ul>li {
    background-image: url(../../images/bullet/mobility_bullet.svg);
}

.smartcity_dashboards_living .smartcity_current_status_row .az-text>ul>li {
    background-image: url(../../images/bullet/living_bullet.svg);
}

.smartcity_dashboards_environment .smartcity_current_status_row .az-text>ul>li {
    background-image: url(../../images/bullet/environment_bullet.svg);
}

.smartcity_dashboards_people .smartcity_current_status_row .az-text>ul>li {
    background-image: url(../../images/bullet/people_bullet.svg);
}

.smartcity_dashboards_government .smartcity_current_status_row .az-text>ul>li {
    background-image: url(../../images/bullet/gov_bullet.svg);
}

.smartcity_dashboards_economy .smartcity_current_status_row .az-text>ul>li {
    background-image: url(../../images/bullet/economy_bullet.svg);
}

.smartcity_current_status_row .az-text li li {
    padding-left: 15px;
}

.smartcity_current_status_row .az-text li li::before {
    content: "\2713";
    color: #7ac459;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.smartcity_dashboards_mobility .smartcity_current_status_row .az-text li li::before {
    color: #1db0f4;
}

.smartcity_dashboards_living .smartcity_current_status_row .az-text li li::before {
    color: #f3b700;
}

.smartcity_dashboards_environment .smartcity_current_status_row .az-text li li::before {
    color: #9bd837;
}

.smartcity_dashboards_people .smartcity_current_status_row .az-text li li::before {
    color: #ff7f6a;
}

.smartcity_dashboards_government .smartcity_current_status_row .az-text li li::before {
    color: #CC4C02;
}

.smartcity_dashboards_economy .smartcity_current_status_row .az-text li li::before {
    color: #9766ff;
}

.smartcity_overview_section_back {
    color: #757575;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    margin-bottom: 50px;
    font-weight: bold !important;
}

.smartcity_overview_section_back p {
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
}

.smartcity_overview_section_back p a,
.smartcity_overview_section_back p a:hover {
    color: #1d5d7a !important;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    position: relative;
}

.smartcity_overview_section_back p a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1.1);
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
}

.smartcity_overview_section_back p a:after {
    -ms-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -5px;
    left: 7%;
    width: 90%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit;
    border-color: #1d5d7a;
}

.smartcity_add_border_bottom {
    border-bottom: 1px solid #d2d2d2;
}

.smartcity_ig_white {}

@media screen and (min-width : 1200px) {
    .html--glazed-sticky-footer .wrap-containers {
        margin-top: 130px !important;
    }
}

.smartcity_current_status_row .az-column {
    width: 25%;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width : 768px) {
    .smartcity_current_status_row .az-column:nth-child(4n-3) {
        clear: both;
    }
}

@media screen and (min-width : 480px) and (max-width : 768px) {
    .smartcity_current_status_row .az-column {
        width: 50%;
    }

    .smartcity_current_status_row .az-column:nth-child(2n-1) {
        clear: both;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_current_status_row .az-column {
        width: 100%;
        margin-bottom: 50px;
        ;
    }

    .smartcity_story_infograh {}
}


.html .nav-tabs {
    border-bottom: none;
}

.smartcity_download_pdf p {
    background: rgba(29, 93, 122, 1);
    padding: 12px 25px;
    float: right;
    border-radius: 60px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    background-image: url(../../images/download_pdf_icon.svg);
    background-repeat: no-repeat;
    padding-right: 60px;
    background-position: right 15px center;
    background-size: 20px;
    font-size: 18px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

@media screen and (max-width : 1100px) {
    .smartcity_download_pdf p {
        margin-top: 100px;
    }

    .smartcity_overview_section_back {
        margin-top: 110px;
    }
}

@media screen and (max-width : 480px) {
    .smartcity_overview_section_back p a {
        font-size: 14px;
    }

    .smartcity_overview_section_back {
        margin-top: 80px;
    }

    .smartcity_download_pdf p {
        margin-top: 72px;
        padding: 8px 35px 8px 12px;
        line-height: 16px;
        /* background-position-x: 92px; */
        background-size: 15px;
    }

    .smartcity_download_pdf p a {
        font-size: 14px;
        line-height: 16px;

    }
}

.smartcity_download_pdf p a {
    color: #fff !important;
}

.smartcity_download_pdf p a:hover {
    color: #fff !important;
}

/* For homepage video */
video#homepageVideo {
    width: 100%;
    height: 800px;
    object-fit: cover;
    z-index: -100;
}

.video-js .vjs-volume-panel {
    display: none !important;
}

.video-js .vjs-picture-in-picture-control {
    display: none !important;
}

.video-js .vjs-fullscreen-control {
    display: none !important;
}

.video-js {
    height: 800px;
    width: auto;
}

.video-js .vjs-big-play-button {
    display: none !important;
}

.video_control {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    z-index: 1000;
}

#myBtn {
    background-color: #000;
}

.vjs-poster {
    background-size: cover !important;
}

@media screen and (min-width : 1220px) {
    .vjs-poster {
        height: 800px !important;
        display: none !important;
    }
}

@media screen and (min-width : 538px) and (max-width : 1220px) {
    .vjs-poster {
        height: 550px !important;
    }
}


@media screen and (min-width : 1200px) {
    .vjs-has-started .vjs-control-bar {
        /* top: 770px !important; */
    }

    .smartcity_initiatives_timeline {
        width: 90%;
    }
}


.smartcity_text_justify p {
    text-align: justify !important;
    text-justify: inter-ideograph;
}

@media screen and (max-width : 480px) {
    .smartcity_strategy_initiatives_row .smartcity_initiatives_listing {
        padding: 20px !important;
    }

    .smartcity_story_infograh .col-sm-6 {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .smartcity_content h2 {
        font-size: 28px;
    }

    .smartcity_content h3 {
        font-size: 26px;
    }

    .smartcity_content p {
        font-size: 16px;
        line-height: 24px;
    }

    .smartcity_open_infograh h5 a,
    .smartcity_open_infograh .area_title a {
        font-size: 24px;
    }

    .smartcity_section_tab h2,
    .smartcity_section_tab h3 {
        font-size: 26px;
    }

    .smartcity_initiatives_block h2 {
        font-size: 26px;
    }

    .smartcity_strategy_initiatives_row .az-column p {
        font-size: 20px;
        line-height: 22px !important;
    }

    .smartcity_current_status_row .az-text {
        max-width: 300px;
    }

    .smartcity_initiatives_timeline {
        top: 8%;
        max-height: 550px;
    }

    .smartcity_initiatives_timeline .smartcity_timeline_close {
        margin-right: 0px;
        padding: 10px 25px;
        background-position: 15px 10px;
        background-size: 30px;
        height: 50px;
    }

    .smartcity_initiatives_row_content {
        font-size: 14px;
    }

    .smartcity_content ul li {
        font-size: 16px;
    }
}

@media screen and (min-width : 768px) and (max-width : 1200px) {
    .smartcity_strategy_initiatives_row .smartcity_initiatives_listing {
        padding: 20px !important;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .smartcity_initiatives_timeline {
        width: 90% !important;
    }
}

@media screen and (max-height : 420px) and (max-width : 820px) {
    .smartcity_initiatives_timeline {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        max-height: 330px;
        top: 7% !important;
    }

    .smartcity_initiatives_timeline h3 {
        padding: 10px 35px;
    }

    .smartcity_initiatives_timeline .smartcity_timeline_close {
        padding: 10px 35px;
        background-size: 30px;
    }

    .smartcity_time {
        max-height: 280px;
    }
}

/* @media screen and (max-height : 420px) and (max-width : 1200px) {
    .smartcity_initiatives_timeline{
        width: 90% !important;
    }
} */



@media screen and (min-width : 480px) and (max-width : 768px) {
    .smartcity_strategy_initiatives_row .smartcity_initiatives_listing {
        padding: 20px !important;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .smartcity_initiatives_timeline {
        width: 90% !important;
    }

    .smartcity_initiatives_timeline .smartcity_timeline_close {
        margin-right: 0px;
        padding: 10px 25px;
        background-position: 15px 10px;
        background-size: 30px;
        height: 50px;
    }

    .smartcity_story_infograh .col-sm-6 {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .smartcity_content h2 {
        font-size: 28px;
    }

    .smartcity_content h3 {
        font-size: 26px;
    }

    .smartcity_content p {
        font-size: 16px;
        line-height: 20px;
    }

    .smartcity_open_infograh h5 a,
    .smartcity_open_infograh .area_title a {
        font-size: 24px;
    }

    .smartcity_section_tab h2,
    .smartcity_section_tab h3 {
        font-size: 26px;
    }

    .smartcity_strategy_initiatives h3 {
        font-size: 26px !important;
        margin-bottom: 0px !important;
        padding: 10px 10px !important;
    }

    .smartcity_initiatives_block h2 {
        font-size: 26;
    }

    .smartcity_strategy_initiatives_row .az-column p {
        font-size: 18px;
        line-height: 22px !important;
    }
}

/* Floating menu */
.st-button-main img {
    max-width: 60px;
    width: 100%;
    height: auto;
}

/* Search Result Page */
.smartcity_search_form {
    margin-bottom: 40px;
}

.search_form_results input[type=text] {
    background: #eaf0f0 !important;
    border: 1px solid #656565 !important;
    min-width: 200px;
    margin-right: 20px;
    font-size: 18px;
    padding: 10px !important;
}

.search_form_results input[type=text]::placeholder {
    color: #000;
}

@media screen and (max-width : 480px) {
    .smartcity_search_form {
        margin-bottom: 20px;
    }

    .search_form_results input[type=text] {
        margin-bottom: 20px;
        max-width: 200px;
    }
}

.smartcity_search_results_content .search-button {
    width: auto;
    height: 40px;
    background-color: #29476d !important;
    color: #fff;
    padding: 0px 30px !important;
    border-radius: 50px;
    font-size: 18px;
}

.smartcity_search_results_content #search-button {
    background-color: #29476d !important;
    border: 0px !important;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle !important;
    width: auto;
    height: 40px;
    padding: 0px 30px !important;
    position: relative;
    top: -3px;
}

.smartcity_search_results_content ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.smartcity_search_results_content ol li {
    margin-bottom: 10px;
}

.smartcity_search_results_content ol span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding-left: 50px;
}

.smartcity_search_results_content ol span.search_result_item_number {
    display: inline-block;
    min-width: 50px;
    padding-left: 0px;
    font-weight: bold;
    color: #000;
    vertical-align: top;
}

.smartcity_search_results_content li a,
.smartcity_search_results_content li a:hover {
    color: #0878B5;
    font-size: 22px;
    line-height: 30px;
    font-family: Muli-Black, "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    margin-bottom: 5px;
    display: inline-block;
    width: calc(100% - 50px);
}

.smartcity_search_results_content li a:hover {
    text-decoration: underline !important;
}

.smartcity_search_results_content .results_text {
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-family: Muli-Black, "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.smartcity_search_results_content #pagination {
    text-align: center;
    margin-top: 20px;
}

.smartcity_search_results_content #pagination a {
    display: inline-block;
    font-family: "Microsoft JhengHei", 微軟正黑體 !important;
    color: #686868;
    padding: 0px 7px;
    font-size: 22px;
    line-height: 30px;
}

.smartcity_search_results_content #pagination a b {
    display: inline-block;
    font-family: "Microsoft JhengHei", 微軟正黑體 !important;
    color: #0878B5;
}

.smartcity_search_results_content #pagination a.search_prev_page,
.smartcity_search_results_content #pagination a.search_next_page {
    display: inline-block;
    font-family: "Microsoft JhengHei", 微軟正黑體 !important;
    color: #0878B5;
}



/* Footer share icon */
.smartcity_share_btn a {
    margin-left: 5px;
}

.smartcity_share_btn a svg {
    max-width: 32px;
}

.smartcity_share_btn a .a2a_label {
    display: none;
}

.a2a_s_facebook {
    background-color: transparent !important;
}

.a2a_s_facebook:hover {
    background-color: rgb(59, 89, 152) !important;
}

.a2a_s_whatsapp {
    background-color: transparent !important;
}

.a2a_s_whatsapp:hover {
    background-color: rgb(18, 175, 10) !important;
}

.a2a_s_wechat {
    background-color: transparent !important;
}

.a2a_s_wechat:hover {
    background-color: rgb(123, 179, 46) !important;
}

.a2a_s_twitter {
    background-color: transparent !important;
}

.a2a_s_twitter:hover {
    background-color: rgb(85, 172, 238) !important;
}

.a2a_default_style a:hover .a2a_svg {
    opacity: 1 !important;
}

/* feature story */
#feature-story .col-sm-6 img {
    max-width: 400px;
}

@media screen and (min-width : 768px) {
    .fixed-header {
        position: fixed;
        top: 125px;
        width: 100%;
        z-index: 1000;
        border-bottom: none !important;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 20px !important;
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        padding-top: 6px !important;
    }
}

@media screen and (min-width : 1220px) {
    .fixed-header {
        top: 135px;
    }
}

.path-admin .smartcity_srcoll_arrow {
    display: none;
}

.smartcity_srcoll_arrow {
    z-index: 9999;
    position: fixed;
    display: inline-block;
    max-width: 280px;
    bottom: 3em;
    right: 2em;
    float: right !important;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    border: solid #aaa;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.smartcity_srcoll_arrow.noborder {
    border: none !important;
    cursor: default;
    background: transparent;
}

.smartcity_srcoll_arrow i {
    /* border: solid #656565; */
    border: solid #757575;
    border-width: 0 3px 3px 0;
}

@media screen and (max-width : 480px) {
    .smartcity_srcoll_arrow {
        width: 40px;
        height: 40px;
        padding-top: 10px;
    }

    .smartcity_srcoll_arrow i {
        padding: 6px;
    }

    .smartcity_srcoll_arrow .up {
        margin-top: 4px;
    }
}

i {
    border: solid #aaa;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 10px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.smartcity_mouse_over_initiatives {
    opacity: 0;
    top: 50px;
    position: absolute;
    transform: translateY(-2em) !important;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s !important;
    width: 100%;
}

.smartcity_mouse_over_initiatives span {
    display: block;
    text-align: left;
    font-size: 13px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

}

.initiatives_more {
    text-align: right !important;
    padding-top: 0px;
    font-size: 16px !important;
    float: right;
    background-image: url(../../images/open_arrow_white.svg);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 15px;
    padding-bottom: 0px !important;
    padding-left: 20px !important;
    line-height: 22px;
}

#looking_ahead,
#goals_and_next_steps {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

#smartareas {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

#smartcity_current_status {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
    content: " ";
}

#smartcity_dashboard {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
    content: " ";
}

#feature-story .smartcity_strategy_initiatives_row .az-text {
    opacity: 1 !important;
    bottom: 0px !important;
}

#feature-story .smartcity_initiatives_block {
    display: none;
}


.smartcity_1230 {
    max-width: 1230px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.smartcity-loading {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgb(0, 0, 0, 0.4);
    text-align: center;
    z-index: 10000;
}

.smartcity-loading img {
    top: 45vh;
    max-width: 120px;
    position: absolute;
    left: 45vw;
}

.az-row>.controls>.popover {
    transform: rotate(0deg);
}

/* @page {
    size: A4 portrait;
    margin: 2cm;
  } */


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .st-panel {
        width: 280px !important;
    }

    .body--glazed-nav-desktop .glazed-header--top li.dropdown:hover .dropdown-menu {
        visibility: visible !important;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        /*Chrome, Safari */
        color-adjust: exact !important;
        /*Firefox*/
        /* background: 100% !important; */
    }

    .noBreak {
        break-inside: avoid;
    }

    .noPrint {
        display: none;
    }

    body {
        width: 100%;
        margin: 0;
        float: none;
        line-height: 1.5;
        font-size: 12pt;
    }

    img {
        max-width: 100%;
    }

    a:link,
    a:visited,
    a {
        background: transparent;
        color: #222;
        font-weight: bold;
        text-decoration: underline;
        text-align: left;
        word-wrap: break-word;
        /*避免網址過長超出頁面*/
    }

    a[href]:after,
    a[href^="http://"]:after,
    a[href^="https://"]:after {
        content: none !important;
    }

    thead {
        display: table-header-group;
        /* 表格即使分頁也會顯示表頭 */
    }

    .smartcity_content .az-row .col-sm-6 {
        width: 100%;
        break-inside: avoid;
    }

    /* For Banner */
    .smartcity_homepage_slider_text h1,
    .smartcity_homepage_slider_text h1 strong,
    .smartcity_homepage_slider_text h2,
    .smartcity_homepage_slider_text h2 strong,
    .smartcity_homepage_slider_text p.slider-title,
    .smartcity_homepage_slider_text p.slider-title strong,
    .smartcity_homepage_slider_text p,
    .smartcity_homepage_slider_text p a,
    body .smartcity_section_banner .col-sm-2 h2,
    body .smartcity_section_banner .col-sm-2 h3,
    .smartcity_section_slider_text h1,
    .smartcity_section_slider_text h1 strong {
        color: #fff !important;
    }

    /* For Daskboard */
    iframe,
    .path-frontpage .smartcity_dashboards_mobility,
    .path-frontpage .smartcity_dashboards_living,
    .path-frontpage .smartcity_dashboards_environment,
    .path-frontpage .smartcity_dashboards_people,
    .path-frontpage .smartcity_dashboards_government,
    .path-frontpage .smartcity_dashboards_economy {
        display: none !important;
    }

    /* At a galance */
    .smartcity_dashboards {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }





    /* Goals */
    .smartcity_content .smartcity_text_white h2 {
        color: #fff !important;
    }

    /* For IG section */
    .smartcity_strategy_initiatives_row .az-column {
        width: 50%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }

    .smartcity_strategy_initiatives_row .az-text {
        opacity: 1 !important;
    }

    .smartcity_strategy_initiatives_row p a {
        color: #fff !important;
    }

    .smartcity_strategy_initiatives_row .az-column img {
        max-width: 150px;
    }

    .smartcity_mouse_over_initiatives {
        opacity: 0 !important;
        display: none;
    }


    footer {
        display: none !important;
    }
}


/* Homepage */
.smartcity_section_open_dashboards {
    display: none !important;
}

/* Header */
body:not(.body--glazed-nav-mobile) .glazed-header--top #glazed-main-menu .nav {
    display: flex;
    max-width: 860px;
}

body:not(.body--glazed-nav-mobile) .glazed-header--top #glazed-main-menu .nav>li {
    flex: 0 0 auto;
}

body:not(.body--glazed-nav-mobile) .glazed-header--top #glazed-main-menu .nav>li:nth-child(2),
body:not(.body--glazed-nav-mobile) .glazed-header--top #glazed-main-menu .nav>li:nth-child(4) {
    flex: 0 1 auto;
}

:lang(en) body:not(.body--glazed-nav-mobile) .glazed-header--top #glazed-main-menu .nav>li:nth-child(2) {
    width: 118px;
    text-align: center;
}

:lang(en) body:not(.body--glazed-nav-mobile) .glazed-header--top #glazed-main-menu .nav>li:nth-child(4) {
    width: 96px;
    text-align: center;
}

body .glazed-header--top #glazed-main-menu .nav>li>a {
    font-size: 13px !important;
    line-height: 18px !important;
}

body .glazed-header--top #glazed-main-menu .nav>li:nth-child(3)>a {
    padding-bottom: 10px;
}

.smartcity_content .exhibits-list-content a,
.smartcity_content p a,
.glazed-footer p a {
    position: relative;
    display: inline-block;
}

body .glazed-header--top #glazed-main-menu .nav>li>a:hover:after,
.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li a:hover:after,
.glazed-footer .smartcity_footer_button:hover:after,
.glazed-footer p a:hover:after,
.smartcity_intro a:hover:after,
.smartcity_content .exhibits-list-content a:hover:after,
.smartcity_content p a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

body .glazed-header--top #glazed-main-menu .nav>li>a:after,
.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li a:after,
.glazed-footer .smartcity_footer_button:after,
.glazed-footer p a:after,
.smartcity_intro a:after,
.smartcity_content .exhibits-list-content a:after,
.smartcity_content p a:not(.download):after {
    -ms-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: 0;
    left: 5%;
    width: 90%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit;
    border-color: #32BBF5 !important;
}
.smartcity_section_highlight .smartcity_content .tab-pane .tab-content-inner p a:hover:after {
    backface-visibility: hidden;
    width: 100%;
    left: 0;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.smartcity_intro a:after {
    width: calc(100% - 40px);
    left: 20px;
}

.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li a:after,
.glazed-footer .smartcity_footer_button:after {
    width: calc(100% - 40px);
    left: 20px;
}

.smartcity_content .exhibits-list-content a:after {
    left: 0 !important;
    width: 100% !important;
}

.smartcity_content .exhibits-list-content a:after,
.smartcity_content p a:after {
    border-color: #000 !important;
}

.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li>a {
    display: inline-block !important;
    position: relative !important;
}

.smartcity_content .exhibits-list-content a:hover,
body .glazed-header--top #glazed-main-menu .nav>li>a:hover {
    color: #133d69 !important;
}

#navbar.glazed-header--hover-opacity .menu .active>a,
#navbar.glazed-header--hover-opacity .menu a:hover,
#navbar.glazed-header--hover-opacity .menu a:focus,
#navbar.glazed-header--hover-opacity .menu a.is-active {
    opacity: 1 !important;
}

.smartcity_content .exhibits-list-content a:after,
.glazed-footer p a:after,
.smartcity_content p a:after {
    width: 100%;
    left: 0;
}

.glazed-footer .smartcity_footer_button:after,
.glazed-footer p a:after,
.smartcity_intro a:after {
    border-color: #fff !important;
}

/*  At a glance */
#dashboards .container-fluid>.smartcity_content:first-child,
#at-a-glance .container-fluid>.smartcity_content:first-child {
    /* display: none !important; */
}

#dashboards .container-fluid .smartcity_1230,
#dashboards .container-fluid .smartcity_content.smartcity_1230,
#at-a-glance .container-fluid .smartcity_1230,
#at-a-glance .container-fluid .smartcity_content.smartcity_1230 {
    /* display: none !important; */
}

.tabbable {
    margin-top: 50px;
}

.smartcity_current_status_row {
    min-height: auto !important;
}

.smartcity_open_dashboards.smartcity_btn_arrow h2 {
    background-image: none !important;
    padding-right: 0px !important;
}

#dashboards .smartcity_section_slider_text .az-text,
#dashboards .smartcity_section_slider_text .az-text h1 {
    opacity: 1 !important;
}

#gbt579mnbf,
#gb79xdjf5a,
#gbgvk8rsef,
#gb3zhq9pnb,
#gbyahnn9hi,
#gbn4suest9,
#gbmi5b7qhd,
#gblduiwnjl {
    display: none !important;
}

#gbirroctkt .smartcity_strategy_initiatives,
#gbirroctkt .smartcity_strategy_initiatives_row {
    display: none !important;
}

#smartcity_mobility .smartcity_section_tab .az-text {
    /* padding-top: 0px !important; */
}

.smartcity_section_tab h2,
.smartcity_section_tab h3 {
    padding-top: 30px;
}

.smartcity_download_pdf {
    width: 50%;
    display: inline-block;
}

.smartcity_story_infograh .col-sm-6:last-child {
    text-align: right;
}

#vision-and-mission .main-container i {
    border: none !important;
    padding: 0px !important;
    display: unset !important;
}

@media screen and (max-width : 768px) {
    a.smartcity-important-notices.active {
        margin-top: 10px;
    }

    .smartcity_download_pdf {
        width: 100%;
        display: block;
    }
}


body .smartcity_content ul li a.smartcity_timeline_hyperlink {
    color: rgb(67, 67, 67) !important;
}

a.smartcity_timeline_hyperlink:hover {
    text-decoration: underline !important;
}


/* For timeline without smart area */
.smartcity_timeline_btn .content ul {
    padding-left: 0px;
}

.smartcity_timeline_btn .content li {
    cursor: pointer;
    background-image: url(../../images/open_arrow_gray.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 14px;
    background-position-y: 4px;
    background-position-x: 3px;
}

.smartcity_timeline_btn .content li.active,
.smartcity_timeline_btn .content li:hover {
    text-decoration: underline;
}

.smartcity_timeline_btn .content li::before {
    content: "";
    display: none;
}

/* For webpage animation */
.smartcity_text_animation {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.smartcity_text_animation.active {
    transform: translateY(0);
    opacity: 1;
}

.smartcity_image_animation {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.1, 0.3, 0.2, 1), transform 0.42s cubic-bezier(0.1, 0.3, 0.27, 1) !important;
    -webkit-transition: opacity 0.3s cubic-bezier(0.1, 0.3, 0.2, 1), -webkit-transform 0.42s cubic-bezier(0.1, 0.3, 0.27, 1) !important;
    transform: translateY(450px) rotateX(24deg);
    -webkit-transform: translateY(450px) rotateX(24deg);
    -moz-transform: translateY(450px) rotateX(24deg);
}

.smartcity_image_animation.active {
    transform: translateY(0);
    opacity: 1;
}

.smartcity_image_animation.smartcity_mission_col:first-child {
    animation-delay: 1s;
}