@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;
}

.anchor {
    display: block;
    position: relative;
    top: -250px;
}
.visually-hidden.focusable:focus{
    background-color: #1d5d7a;
}
.visually-hidden.focusable: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:focus{
    
}
/* a:visited{
    color: #ffffff;
} */

.skip-link{
    color: #015298;
}

/* Menu : start */

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

.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;
}

.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: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 16px;
    padding-right: 15px !important;
}

.body--glazed-nav-desktop .glazed-header--top li.dropdown:hover .dropdown-menu{
    padding: 0px !important;
}
.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li:hover{
    background: rgba( 29, 165, 224, 1 );
    color: #fff;
}
.body--glazed-nav-desktop .glazed-header--top .nav .dropdown-menu li:hover a{
    color: #fff !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;
  }
  .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;
  }

  .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;
}
.smartcity_footer_button:hover {
    background: #0889cd;
}
@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 .owl-page{
    background: rgba(255,255,255,0.5) !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;
}
.smartcity_intro a:focus{
    color: #fff;
}
.smartcity_intro a:hover{
    color: #fff;
    text-decoration: none;
}
.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 h1 strong{
    font-size: 54px;
    color: #ffffff;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}
.smartcity_homepage_slider_text h1{
    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;
}
.smartcity_homepage_slider_text p a{
    color: #ffffff;
}
.smartcity_homepage_slider_text p a:hover{
    color: #ffffff;
    text-decoration: none;
}
.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: -10px;
}
.st-owl-theme .owl-buttons .owl-next{
    margin-right: -10px;
}

@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{
        font-size: 50px;
    }
    .smartcity_homepage_slider_text h1{
        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{
        font-size: 40px;
    }
    .smartcity_homepage_slider_text h1{
        font-size: 40px;
    }
    .smartcity_homepage_slider_text p{
        font-size: 16px;
    }
    .smartcity_homepage_slider_images_section{
        height: 100vw;
        max-height: 550px;
        background-position: center;
    }
}
@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{
        font-size: 26px;
        line-height: 25px;
        margin-bottom: 10px !important;
    }
    .smartcity_homepage_slider_text h1{
        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;
}

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;
}
.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;
}
.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_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;
}
.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-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;
}
.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;
}
.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;
}
.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;
}
.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 */

/* 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;
}
@media screen and (max-width : 768px) {
    .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_infograh_section .smartcity_close_dashboards, .smartcity_section_dashboard_area .smartcity_close_dashboards{
    padding-top: 10px;
}
.smartcity_infograh_section .smartcity_close_dashboards p, .smartcity_section_dashboard_area .smartcity_close_dashboards p{
    color: #656565;
    background-image: url(../../images/close.svg);
}
.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;
}
.role-anonymous .slidedown  {            
    max-height: 9000px ;                    
}

/* 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{
    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;
}

.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: 65% !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: #0180ef !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;
}
.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: 65%;
    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 {
    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;
}
.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 );
}
.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 )
}
.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);
}
.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 a:hover{
    color: #757575 !important;
    text-decoration: none;
}
.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: #fff;
    font-size: 20px;
    font-family: 'Muli-Black', "Microsoft JhengHei", 微軟正黑體 !important;
    font-weight: bold !important;
}

.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: 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_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;
    min-width: 200px;
    margin-right: 20px;
    font-size: 18px;
    padding: 10px !important;
}
@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 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;
}
@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 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 .glazed-header--top #glazed-main-menu .nav > li > a {
    font-size: 13px !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;
}