:root {

    /* --swiper-theme-color: #002D4D; */

}

.skip-to-content-div{
    width: 100%;
  
    position: relative;
 
    
}
.skip-to-content{
    left: -50%;
    top:-20px;
    position: absolute;
    transform: translateX(-500%);
    

}

.skip-to-content:focus{
    left: 0;
    transform: translateX(0%);
    
}


.nav_desktop_btn{
    background-color: transparent;
    font-size: 23px;
    cursor:pointer;
    border: none;
}

.nav_mobile_btn{
    background-color: transparent;
    color:white;
    font-size: 23px;
    cursor:pointer;
    border: none;
}
.nav_mobile_btn.display-important-note{
    padding: 5px 6px 1px 6px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {

    background-image: url("../images/swiper-button-next.svg");

}



.swiper-button-prev, .swiper-container-rtl .swiper-button-next {

    background-image: url("../images/swiper-button-prev.svg");

}



html {

    -webkit-text-size-adjust: 100%;

}



* {

    box-sizing: border-box;

    vertical-align: top;

}



#web-top {

    /* overflow-x: hidden; */

}



body {

    font-family: 'Poppins', 'Noto Sans TC', 'Noto Sans SC', sans-serif;

    font-size: 16px;

    margin: 0;

    padding-top: 0;

}

html[lang = "zh-hk"] body {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "Heiti TC", sans-serif
}

html[lang = "zh-cn"] body {
    font-family: "Noto Sans SC", "Microsoft YaHei", "Heiti SC", sans-serif
}

body.no-scroll{

    overflow: hidden !important;

}



img {

    max-width: 100%;

    vertical-align: top;

}

img[src*="advanced-map.svg"] {
    width: 27px;
  
}

img[src*="static-map.svg"] {
    width: 27px;
  
}

.districts img{
    max-width: 260px;
}
a {

    
    color: #61581F;

    text-decoration: none;

    word-break: break-word;

}



a:hover {

    text-decoration: underline;

}



/* //////////////////////////////////////////////////////////////////////////////////////// */



header {
    /*position: relative; */ /* for ie */ 
    position: sticky;

    position: -webkit-sticky; 
    /* position: fixed; */

    top: 0;

    left: 0;

    z-index: 100;

    width: 100%;

    transition: top 0.3s ease;

    backdrop-filter: saturate(180%) blur(20px);

}



.site-nav {

    padding-top: 30px;

    background-color: rgba(255, 255, 255, 1);

    z-index: 1;

    border-bottom: 11px solid #B68021;

}

.header-tools_item.btn-search{
    display: flex;
}


body.menu-active {

    overflow: hidden;

}



body.menu-active .site-nav {

    background-color: #ffffff;

}



body.menu-active .site-nav .header-logo_text{

    /* display: none; */

}



.header-bar .desktop {

    display: block;

}



.header-bar .mobile {

    display: none;

}



.header-bar-left {

    width: 610px;
    

    display: flex;

    vertical-align: top;
    
    align-items: flex-end;

    color: #000 !important;

    text-decoration: none !important;

    padding-bottom: 10px;

    z-index: 1000;

}




.header-logo, .header-logo-tc{
    width: 100%;
}

.header-logo img{
    width: 100%;
}

.header-logo-tc img{
    /* width: 300px; */
    width: 100%;
}


.header-bar-right {

    width: calc(100% - 610px);

    vertical-align: top;

}



.header-bar-full{

    width: 100%;

    height: 80px;

    margin-top: 36px;

    background-color: #07324C;

}



.header-tools {

    display: flex;

    justify-content: flex-end;

    margin-bottom: 15px;

}



.header-tools_item {

    padding-left: 10px;

    margin-left: 10px;

    font-size: 18px;

    line-height: 28px;

    cursor: pointer;

}




.header-tools_item:nth-child(1) {

    padding-left: 0;

    margin-left: 0;

    border-left: 0;

}



.header-tools_item img{

    height: 28px;
    width: 28px;

}

/* for EM dropdoen menu */
.emdropdown {
  position: relative;
  display: inline-block;
  padding-left:15px;
}
.padleft, .padleft:nth-child(1){
    padding-left: 10px;
    margin-left: 10px;
}
.emdropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  padding-top:5px;
  line-height:150%;
  z-index: 1;
}

.emdropdown:hover .emdropdown-content {
  display: block;
}
.emdropdown:focus-within .emdropdown-content {
  display: block;
}
.emdropdown-content.inactive {
    opacity: 0;
    visibility: hidden;
}
.emdropdown-content.active{
    opacity: 1;
    visibility: visible;
}

/* */

.other-lang{

    display: flex;

    align-items: center;

    justify-content: flex-end;

}



.other-lang-item{

    display: inline-block;

    margin-left: 18px;

}



.other-lang-item a{

    font-size: 18px;

    color: #000;

}



.other-lang-item::after{

    content: '|';

    display: inline-block;

    margin-left: 18px;

}



.other-lang-item:last-child::after{

    content: initial;

}



.header-nav-item-container {

    display: flex;

    align-items: center;

    justify-content: flex-end;

    

}



.header-nav-item {

    padding-bottom: 40px;

    margin-left: 40px;

}

.header-nav-item> a:after, .header-bar-bottom_item:after, .header-tools_item a:after{
    content: '';
    width: 0px;
    height: 2px;
    transition: width 1s;
    display: block;
    background-color: #B98D41;
}

.header-nav-item > a:focus, .header-bar-bottom_item:focus, .header-tools_item a:focus{
    outline: none;
}
.header-nav-item > a:focus:after, .header-bar-bottom_item:focus:after, .header-nav-item > a:hover:after, .header-bar-bottom_item:hover:after,
.header-tools_item a:focus:after, .header-tools_item a:hover:after{
    width: 100%;
    
}
.header-nav-item > a:active:after, .header-bar-bottom_item:active:after, 
.header-tools_item a:active:after{
    width: 0;
    
}



.header-nav-item a {

    display: inline-block;

    font-weight: 600;

    font-size: 17px;

    color: #000000;

}

html:lang(zh-cn) .header-nav-item a, html:lang(zh-hk) .header-nav-item a{
    font-size: 21px;
}

.header-nav-item a:hover, .header-tools_item a:hover {

    text-decoration: none;

    color: #573A19;

}



.header-nav {

    display: flex;

    justify-content: center;

}



.header-nav a {

    color: #fff;

}



.header-nav_item {

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 1px;

    padding: 0 30px;

    height: 80px;

    display: flex;

    align-items: center;

    cursor: pointer;

}



.header-nav_item-link{

    height: 80px;

    line-height: 80px;

}

.header-nav_item.has-sub:hover .header-nav_item-link::after {

    content: '';

    display: block;

    position: absolute;

    bottom: -14px;

    left: 0;

    z-index: 11;

    width: 100%;

    height: 15px;

    background-image: url('../images/nav-arrow.png');

    background-repeat: no-repeat;

    background-position: center;

}



.header-nav_item:nth-child(1) {

    margin-left: 0;

}



.header-bar {

    display: flex;

    
    align-items: flex-end;
  

    flex-flow: wrap;

}



.header-bar-bottom-container {

    position: absolute;

  

    left: 0;

    width: 100%;

    background-color: white;

    border-top: 11px solid #B68021;

    opacity: 0;

    visibility: hidden;

    transition: opacity 0.3s ease, visibility 0.3s ease;

    z-index: 1000;

}



.header-bar-bottom {

    max-width: 1540px;

    height: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    justify-content: flex-start;

    margin: 0 auto;

    padding: 30px 50px 10px;
   

}



.header-bar-bottom a {

    width: 33.3%;

    margin: 0 0 25px;

}



.header-bar-bottom_item-name::before {

    content: "\2022";

    color: #848044;

    font-weight: bold;

    display: inline-block;

    width: 1em;

    margin-left: -1em;

}



.header-bar-bottom_item {

    display: flex;

    align-items: center;

    justify-content: center;

    padding-right: 100px;

    color: #000000;

    font-weight: 600;

    font-size: 18px;

}



.header-bar-bottom_item:nth-child(3n) {

    padding-right: 0;

}



.header-bar-bottom_item:hover {

    color: #573A19;

}



.header-nav-item:hover .header-bar-bottom-container {

    opacity: 1;

    visibility: visible;

}

.header-bar-bottom-container.active{
    opacity: 1;

    visibility: visible;
}
/* newly add s*/
.header-nav-item:hover .header-bar-bottom-container.inactive {
    opacity: 0;

    visibility: hidden;

}
.header-bar-bottom-container.inactive{
    opacity: 0;

    visibility: hidden;
}

/* newly add e*/
.mobile-header-bar-bottom {

    display: none;

    background-color: #C28521;

    padding: 10px 20px;

}



.mobile-header-bar-bottom .mobile_header-tools_item {

    margin: 0 6px;

}



.mobile_header-tools {

    text-align: right;

}

.mobile_header-tools_item {

    vertical-align: middle;

    display: inline-block;

    margin-left: 20px;

    width: 38px;

    cursor: pointer;

    position: relative;

}

.mobile_header-tools_item img {

    width: 100%;

    vertical-align: middle;

}


.lang_menu, .mobile_header-tools_menu, .mobile_header-tools_menu .btn-search-text {

    display: none;

    position: absolute;

    right: 0;

    top: 100%;

    background-color: #FFF;

    box-shadow: 1px 1px 5px #616161;

}

.mobile_header-tools_menu .btn-search-text{
    width:150px;
}

.mobile_header-tools_menu{


    display: block;

}



.lang_menu_item {

    display: block;

    padding: 0 10px;

    margin: 10px 0;

}



.menu-active .mobile_header-tools_item:not(.menu-trigger) {

    display: none;

}



.menu-active .hamburger.is-active .hamburger-inner,

.menu-active .hamburger.is-active .hamburger-inner:after,

.menu-active .hamburger.is-active .hamburger-inner:before{

    background-color: #fff;

}



.hamburger.is-active:hover, .hamburger:hover {

    opacity: 1;

}



.hamburger, .hamburger *, .hamburger *:after, .hamburger *:before {

    width: 100%;

    padding: 0;

}







.mobile_header-nav_wrapper {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100vh;

    z-index: 20;

    display: none;

}







.mobile_header-nav {

    max-height: 100%;

    background-color: #ffffff;

    padding: 0 0 20px;

    box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.3);

    overflow: auto;

    height: 100vh;

}



.mobile_header-nav_item {

    margin: 40px 0;

}



.mobile_header-nav-link {

    font-size: 32px;

    color: #000000;

    font-weight: 700;

    display: block;

}



.mobile_header-nav_sub-item {

    position: relative;

    display: block;

    font-size: 21px;

    color: #000000;

    margin: 20px 0;

    padding-left: 1em;

}



.mobile_header-nav_sub-item::before {

    content: "\2022";

    color: #848044;

    font-weight: bold;

    display: inline-block;

    width: 1em;

    margin-left: -1em;

}



.mobile_header-nav-link-icon {

    width: 20px;

    height: 20px;

    margin-left: auto;

}



.mobile_header-nav-link-collapse {

    display: none;

}



.mobile_header-nav_item.has-sub .mobile_header-nav-link {

    position: relative;

    display: flex;

}



.mobile_header-nav_item.has-sub .mobile_header-nav-link:after {

    /* content: '\f105'; */

    font-family: 'FontAwesome';

    position: absolute;

    right: 0px;

    top: 0px;

    font-size: 1.4em;

}



.mobile_header-nav_item.has-sub.open-sub .mobile_header-nav-link:after {

    transform: rotate(90deg);

}



.mobile_header-nav_sub {

    display: none;

}



.mobile_header-nav_item.has-sub.open-sub .mobile_header-nav_sub {

    display: block;

}



.mobile_header-nav_wrapper .other-tools{

    display: block;

    width: 100%;

    margin-top: 40px;

}



.mobile_header-nav_wrapper .other-tools img{

    height: 28px;

}



.mobile_header-nav_wrapper .other-lang{

    display: block;

    width: 100%;

    margin-top: 40px;

    color: #FFF;

}



.mobile_header-nav_wrapper .other-lang-item{

    margin-left: 0;

    margin-right: 18px;

    margin-bottom: 15px;

}



.mobile_header-nav_wrapper .other-lang-item a{

    font-size: 18px;

    color: #FFF;

}



.mobile-menu-close {

    display: none;

    width: 20px;

    cursor: pointer;

    margin-top: 10px;

}



.header-nav_sub {

    

    display: block;

    position: absolute;

    left: 0;

    top: 100%;

    width: 100%;

    z-index: 10;

    opacity: 0;

    visibility: hidden;

    background-color: #07324C;

    transition: 0.3s;



}



.header-nav_sub-container{

    display: flex;

    flex-flow: wrap;

    max-width: 1540px;

    padding: 40px 50px;

    margin: auto;

}



.header-nav_sub-item {

    position: relative;

    display: flex;

    align-items: start;

    padding: 15px 20px;

    width: 33.3%;

}



.header-nav_sub-item:hover {

    color: #80E0CE;

}



.header-nav_sub-item::before{

    content: '';

    display: block;

    width: 8px;

    height: 8px;

    border-radius: 8px;

    background-color: #80E0CE;

    position: absolute;

    top: 20px;

    left: 20px;

}



.header-nav_sub::after {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    left: -50%;

    background-color: #07324C;

    box-shadow: inset 0 20px 20px -20px #021724;

    width: 200%;

    height: 100%;

    z-index: -1;

}



.header-nav_item-link {

    position: relative;

    font-weight: 500;

    transition: color 0.3s ease;

}





.header-nav_item:hover, .header-nav_item.active{

    background-color: #80E0CE;

}



.header-nav_item:hover .header-nav_item-link, .header-nav_item.active .header-nav_item-link {

    background-color: #80E0CE;

    color: #07324C;

}



.header-nav_item:hover .header-nav_sub {

    opacity: 1;

    visibility: visible;

}







.header-nav_item.has-sub:hover .header-nav_item-link::before {

    width: 10000px;

    transition: 1s 0.03s;

}



.header-nav_sub-item_img {

    width: 80px;

    text-align: center;

}



.header-nav_sub-item_name {

    padding-left: 15px;

    font-size: 16px;

    font-weight: 500;

    transition: color 0.3s ease;

}



.header-nav_sub-item:hover .header-nav_sub-item_name {

    color: #80E0CE;

}

.width-100 .footer-icon-size{
    width: 13.8%;
    margin: 20px;
}
.flex-center.width-100 .footer-icon-size a{
    margin: 0px;
}
.width-100 .footer-icon-size img{
    width: 100%;
   
}

.districts [id="01"] .content-mobile-more p:first-child, .districts [id="02"] .content-mobile-more p:first-child{
    margin-bottom: 20px;
}

.top-highlight {

    width: 100%;

    padding: 40px 0 0;

    background-color: rgba(255, 255, 255, 0.9);

}



.top-highlight .site-wrapper {

    position: relative;

}



.top-highlight-row {

    width: calc(50% - 4px);

    padding: 0 20px;

    display: inline-block;

    vertical-align: middle;

}



.top-highlight-row:nth-child(2n+2) {

    border-left: 1px solid #002D4D;

}



.top-highlight-item {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    padding: 5px 0;

}



.top-highlight-item:nth-child(1n+2) {

    border-top: 1px solid #CCC;

}



.top-highlight-item.large  .top-highlight-item-img {

    width: 40%;

}



.top-highlight-item-title {

    padding-left: 20px;

    font-size: 18px;

    position: relative;

    padding-right: 1em;

}



.top-highlight-item-img img {

    width: 100%;

}



.top-highlight-item.large .top-highlight-item-title {

    font-size: 23px;

    width: 60%;

}



.top-highlight-item.small .top-highlight-item-img {

    width: 60px;

}



.top-highlight-item.small .top-highlight-item-title {

    width: calc(100% - 60px);

}



.top-highlight-item-title::after {

    content: '\f105';

    font-family: 'FontAwesome';

    color: #002D4D;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translate(0, -50%);

    font-size: 1.5em;

    transition: transform 0.3s ease;

}



.top-highlight_close {

    position: absolute;

    right: 20px;

    top: -25px;

    width: 20px;

    height: 20px;

    background-size: cover;

    background-repeat: no-repeat;

    background-image: url(../images/close.svg);

    cursor: pointer;

}



.site-outer h2, .site-outer h1{

    position: absolute;

    top: 50%;

    right: 12%;

    transform: translateY(-50%);

    font-size: 45px;

    font-weight: 700;

    color: #fff;

    text-shadow: 2px 2px 5px #000;

    margin: 0;

    text-align: left;

}



.site-outer h2 .new-line {

    display: block;

}



.site-outer h2 .new-line.indent {

    margin-left: 19rem;

}



.site-outer h2:after {

    content: none;

}

.footer-font{
    font-size: 0.875rem;
}
@media only screen and (max-width: 767px){
    .footer-font{
        font-size: 0.75rem;
    }
}

.fcv-banner {

    padding: 30px 0;

}



.fcv-banner .mobile {

    display: none;

}



.press-releases-filter {

    margin-bottom: 25px;

}



.press-releases-filter > * {

    margin-right: 20px;

    margin-bottom: 10px;

}



.press-releases-filter > *:last-child {

    margin-right: 0;

}



.custom-dropdown-container {

    display: inline-block;

    background-color: transparent;

}



.custom-dropdown {

    position: relative;

}



.custom-dropdown > .caption {

    position: relative;

    text-align: center;

    background-color: #807225;

    color: #ffffff;

    font-size: 20px;

    padding: 10px 50px 10px 30px;

    border-radius: 8px;

    cursor: pointer;

    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;

}



.custom-dropdown > .caption:after {

    content: url(../../images/dropdown-arrow.svg);

    display: block;

    position: absolute;

    top: 0;

    bottom: 0;

    right: 20px;

    padding-top: 8px;

}



.custom-dropdown > .list {

    position: absolute;

    z-index: 100;

    background-color: #ffffff;

    width: 100%;

    border-radius: 0 0 8px 8px;

    border: 1px solid #807225;

    display: none;

}



.custom-dropdown > .list > .item {

    padding: 11px 24px;

    cursor: pointer;

    border-top: 1px solid #807225;

    text-align: center;

}



.custom-dropdown > .list > .item:first-child {

    border-top:none;

}



.custom-dropdown > .list > .item.selected {

    font-weight: bold;

}



.custom-dropdown > .caption:hover {

    background-color: #573A19;

}



.custom-dropdown > .list > .item:hover {

    /* background-color: #DBD1C8; */
    background-color: #A98D79;


}



.custom-dropdown.open > .caption {

    border-radius: 8px 8px 0 0;

}



.custom-dropdown.open > .list {

    display: block;

}



.btn.narrow {

    min-width: unset;

    padding: 9px 20px;

}

.center-btn {
    display: flex;
    justify-content: center;
}


.accordion-in-table .content-group-title {
    
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
}

@media (max-width: 767px) {

    .custom-dropdown > .caption {

        font-size: 16px;

    }

    

    .custom-dropdown > .caption {

        padding: 10px 36px 10px 15px;

    }

    

    .custom-dropdown > .caption:after {

        right: 12px;

    }

    

    .press-releases-filter > * {

        margin-right: 0px;

    }

}



.page-content-bottom-pattern div {

    position: absolute;

    bottom: 0;

    right: 0;

}



.pattern-outer {

    z-index: -2;

    width: 550px;

    height: 550px;

    opacity: 0.1;

    background-image: linear-gradient(to top left, #807225, #807225 50%, #ffffff 50% , #ffffff);

}



.pattern-inner {

    z-index: -1;

    width: 250px;

    height: 250px;

    background-image: linear-gradient(to top left, #ffffff, #ffffff 50%, transparent 50% , transparent);

}


#prevention {
    counter-reset: section;
}

#prevention .sub-section::before{
    counter-increment: section;
    content: "2" counter(section, upper-alpha)".";
}

#prevention .sub-section::marker{
    
    content: none;
}

.mimic-table-cell-style-odd{
    background-color: #DBD1C8;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
}

.mimic-table-cell-style-even{
    background-color: #ffffff;
    border-right: 1px solid #adadad;
    border-left: 1px solid #adadad;
}

.mimic-table-cell-style-odd .width-350px, .white-table-odd .width-350px{
    padding: 0 10px;

}
.mimic-table-cell-style-even .width-100per-width, .white-table-even .width-100per-width{
    padding: 0 10px;
}

.white-table-odd, .white-table-even{
    margin-top: 91px;
}

.width-350px{
    max-width: 390px;
    width: 40%;
}



.width-100per-width{
    width: calc( 100% - 40%);
    
}
.sps-text{
    padding: 0px 12px;
}


.sps-text b{
   
    font-weight: 700;
   
}

.details-btn{
    margin-top: 15px;
}

@media only screen and (max-width: 960px){
    .details-btn{
        text-align: center;
    }
}

@media only screen and (max-width: 576px){
    .sps-text{
        font-size: 14px;
    }

    .white-table-odd, .white-table-even{
        margin-top: 51px;
    }

    
} 
.important-note-wrapper {

    background-color: #DBDBDB;
    display: none;
}



.important-note {

    position: relative;

    padding: 25px 0 0px;

}



.important-note .swiper-container {

    padding-bottom: 0px;

}



.important-note .swiper-button-prev {

    left: 0px;

}



.important-note .swiper-button-next {

    right: 0px;

}



.important-note .swiper-pagination {

  

    bottom: -5px;

}


.no-hide{ 
    /* -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
    height: 90px; 
	/*height: 150px;*/ 
    overflow: hidden;
    margin-bottom: 10px;

} 


@media only screen and (max-width: 1200px){
    .no-hide{ 
 
        height: 81px;
		/*height: 150px;*/ 
        overflow: hidden;
        margin-bottom: 10px;
    
    } 

}

@media only screen and (max-width: 576px){
    .no-hide{ 
 
        height: 55px; 
		/*height: 150px; */
        overflow: hidden;
        margin-bottom: 10px;
    
    } 

}

.check-overflow{
    display:inline-block;
}


.important-note .close-btn {

    position: absolute;

    top: 36px;

    right: 60px;

    width: 19px;

    height: 19px;

    opacity: 0.7;

    cursor: pointer;

}



.important-note .big-title {

    font-size: 1.375rem;

    font-weight: 600;

    color: #000000;

    text-align: center;

    margin-bottom: 20px;

}



.important-note .swiper-slide {

    padding: 0 60px 8px;

}



.important-note .swiper-slide .swiper-card {

    padding: 25px 30px;

    background-color: #ffffff;

    border-radius: 12px;

    box-shadow: 2px 2px 6px #aaa;

    font-size: 1.25rem;

}
@media only screen and (max-width: 1200px){
    .important-note .swiper-slide .swiper-card {

        font-size: 1.125rem;
    
    }

   
}

.display-desktop.top-banner{
    z-index: -100;
}

.fcv-banner .swiper-pagination {
    bottom: -5px;
}


div.flex-btn.gif-flex-btn{
   margin-top: 8px;
}

div.flex-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

div.flex-btn .swiper-pagination{
    position: relative !important;
   
}


.play-pause-a {
    color: #333;
    background-color: transparent;
    border: none;
    text-decoration: none;
    padding: 11px 6px 9px 9px;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    text-align: right;
}

 html:lang(zh-hk) .play-pause-a,  html:lang(zh-cn) .play-pause-a{
      
  
    padding: 13px 6px 9px 9px;
} 


.other_site_slider .play-pause-a {
    position: relative;
   
}


.responsibilities-chart .content-img{
    width: 430px;
}


.image-card {

    padding: 10px 0;

}



.image-card .swiper-container {

    padding-bottom: 40px;

}



.image-card .swiper-wrapper {

}



.image-card .swiper-slide {

    width: 100%;

    padding: 5px;

}
/*image-card not inside swiper*/
.image-card.no-swiper, .div-flex-wrap{
    display:flex;
    flex-wrap: wrap;
    
}

.image-card .swiper-card.no-swiper{
    width: 30%;
    height: 540px;
    margin-bottom: 50px;
    margin-right: 3.3%;
    display: block;
    overflow: hidden;
}

.image-card .swiper-card.no-swiper div.card-img{
    width: 100%;
    height: 60%;
   max-height: 60%;
}
.image-card .swiper-card.no-swiper div.card-img >img{
    display: block;
    margin: auto;
    width: 100%;
   height: 100%;
   max-height: 100%;
    object-fit: cover;
}

.image-card .swiper-card.no-swiper div.card-img>img.long{
    background-color: rgba(234,234,234,0.5);
    display: block;
    margin: auto;
    object-fit: contain;
    height: 100%;
    max-height: 100%;
}

.image-card .swiper-card.no-swiper >div:not(.card-img){
    height: 40%;
    margin-top: 9px;
    max-height: none;
    -webkit-line-clamp: unset;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgb(170, 170, 170);

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    .image-card .swiper-card.no-swiper .card-img{
        position: relative;
        height: 60%;
        display: block;
        width: 100%;
        max-height: 60%;
        overflow: hidden;
        background-color: rgba(234,234,234,0.5);
    }
    
    .image-card .swiper-card.no-swiper div.card-img>img{
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        max-height: none;
    }
    .image-card .swiper-card.no-swiper div.card-img >img.long{
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        
        
    }

    .image-card .swiper-card.no-swiper >div:not(.card-img){
        overflow-y: auto;
    }
}

.image-card .swiper-card.no-swiper >div::-webkit-scrollbar {
  width: 4px;
}
.image-card .swiper-card.no-swiper >div::-webkit-scrollbar-thumb {
    background-color: rgb(170, 170, 170); 
}
.image-card .swiper-card.no-swiper >div br{
    display: block;
    margin: 3px 0;
    content: "";
}

@media only screen and (max-width: 1300px){
    .image-card .swiper-card.no-swiper, .image-card.no-swiper .swiper-card.no-swiper{
        width: 46.7%;
    }
}

@media only screen and (max-width: 767px){
    .image-card .swiper-card.no-swiper, .image-card.no-swiper .swiper-card.no-swiper{
        width: 100%;
        /* height: unset; */
    }
}


.public-services .nonsvg-container{
    height: 130px;
    width: 100%;
    margin-top: 0;
    display: flex;
}

.public-services .nonsvg-container img{
    height: auto;
    margin: auto;
}

.image-card .swiper-card {

    background-color: #ffffff;

    box-shadow: 2px 2px 5px #ccc;
    -ms-box-shadow: 2px 2px 5px #ccc;

    border-radius: 10px;

    width: 100%;

    height: 520px;

    display: flex;

    flex-direction: column;

    padding: 28px;

}



.image-card .swiper-card > img {

    max-height: 300px;
    object-fit: none;


}

.image-card.object-fit-cover .swiper-card > img {
    max-height: 300px;
    object-fit: cover; 
}

.image-card .swiper-card > div:not(.card-img) {

    margin-top: 20px;

    max-height: 155px;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



.image-card .swiper-pagination {

    bottom: 0px;

}

.medium-photo{
    max-width: 710px;
}



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

    .header-bar-right {

        width: 100%;

    }



    .header-tools {

        margin-top: -35px;

    }



    .site-outer h2, .site-outer h1 {

        font-size: 45px;

    }



    .header-bar-bottom-container {

        top: 170.72px;

    }

}
.header-desktop{
    display: block;
}


/** listing for 1.1, 1.2 etc my_map_10_NonGovOrg_CI_Fund**/
ol.li-level-1{
    counter-reset: mainLevel;
  
}

ol.li-level-1 > li{
    counter-increment: mainLevel;
}

ol.li-level-2{
    counter-reset: item;
    padding-left: 0;
}

ol.li-level-2 > li{
    display: block;
    position: relative;
    padding-left: 50px;
}

ol.li-level-2 > li::before{
    content: counter(mainLevel)"."counter(item)". "; 
    counter-increment: item;
    position: absolute;
    left: 0px;
}



p.square-li-sub-title strong::before{
    content: "\25A1";
    padding-right: 10px;
}
@media only screen and (max-width: 1400px) {
    .header-bar-left{
      
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    /* .important-note-wrapper {

        display: none;

    } */

    .site-nav {

        padding-top: 25px;

        padding-bottom: 0;

        border: none;

    }

    .header-bar .header-desktop, .header-bar-full {

        display: none;

    }
    .header-desktop.main-menu{
        display: none;
    }

    .header-bar .mobile {

        display: block;

    }

    .mobile-header-bar-bottom {

       
        display: block;

    }

    .header-bar-left {

        width: calc(100% - 20px);

        padding-bottom: 20px;

    }

    .header-bar-right {

        width: 20px;

        padding-bottom: 20px;

    }

    .header-bar {

        align-items: center;

    }

    .mobile_header-tools_item {

        width: 25px;

    }


}

.filter-text{
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
}

@media only screen and (max-width: 960px) {
    .play-pause-a {
        font-size: 1.1rem;
        padding: 0.7rem 6px;
    }
    html:lang(zh-hk) .play-pause-a,  html:lang(zh-cn) .play-pause-a{
      
     
        padding: 0.3rem 6px 0.7px 6px
    }
    .fcv-banner .desktop{
        display: block;
    }

  

    


    

    
    .top-highlight-row {

        width: 100%;

        padding: 0;

    }



    .top-highlight-row:nth-child(2n+2) {

        border-left: 0;

        border-top: 1px solid #CCC;

    }



    .top-highlight-item.large .top-highlight-item-img {

        width: 60px;

    }



    .top-highlight-item.large .top-highlight-item-title {

        font-size: 16px;

        width: calc(100% - 60px);

    }



    .top-highlight-item.small .top-highlight-item-title {

        font-size: 16px;

    }



    .top-highlight {

        padding: 20px 0 0;

    }



    .top-highlight_close {

        position: absolute;

        right: 10px;

        top: -10px;

        width: 15px;

        height: 15px;

    }



    .site-outer h2, .site-outer h1 {

        font-size: 35px;

        line-height: 40px;

      

    }



    .fcv-banner {

        padding: 0;

        margin-bottom: 15px;

    }



  

}



@media only screen and (max-width: 767px) {
    .play-pause-a {
      
        
        padding: 4px 6px 4px 5px;
    }

    html:lang(zh-hk) .play-pause-a,  html:lang(zh-cn) .play-pause-a{
      
        
        padding: 11px 6px 4px 5px;
    }

    


    .site-nav {

        padding-top: 15px;

        padding-bottom: 0;

    }

    .header-logo_img {

        width: 50px;

    }

    .header-logo_text {

        width: calc(100% - 50px);

    }

    .header-bar-left {

        width: calc(100% - 20px);

    }

    .header-bar-right {

        width: 20px;

    }

    .mobile_header-tools_item {

        margin-left: 5px;

        width: 16px;

    }

    .mobile_header-nav {

        padding: 0 0 30px;

    }

    .mobile_header-nav_item {

        margin: 20px 0;

    }

    .mobile_header-nav-link {

        font-size: 21px;

    }

    .mobile_header-nav_sub-item {

        font-size: 17px;

        margin: 15px 0;

    }

    .mobile_header-nav_item.has-sub .mobile_header-nav-link:after {

        font-size: 30px;

    }

    .mobile_header-tools_item {

        margin-left: 5px;

        width: 20px;

    }

    .hamburger-inner:after {

        bottom: -7px;

    }

    .hamburger-inner:before {

        top: -7px;

    }

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {

        height: 3px;

    }



    .site-outer h2, .site-outer h1 {

        font-size: 38px;

    }



    .fcv-banner .mobile {

        display: block;

    }



    .fcv-banner .desktop {

        display: none;

    }

    

    .bottom-nav_item:not(:first-child) {

        padding-left: 4px;

        margin-left: 0;

    }

}

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

    .bottom-date .bottom-nav_item{
        border-left: 0;
        display: block;
    }


}

/* //////////////////////////////////////////////////////////////////////////////////////// */



.bottom-menu-wrapper {

    background-color: #282828;

    padding: 50px 0;

}



.bottom-menu {

    margin: 0 auto;

    display: flex;

    align-items: flex-start;

    justify-content: center;

}



.bottom-menu_row {

    max-width: calc(25% - 4px);

    padding-right: 10px;

    display: inline-block;

    margin-right: 60px;

}



.bottom-menu_row:last-child{

    margin-right: 0;

}



.bottom-menu_row-title,

.bottom-menu_row-title a {

    font-size: 21px;

    font-weight: 700;

    padding-bottom: 15px;

    white-space: nowrap;

    color: #D1840F;

}



.bottom-menu_row-item {

    font-size: 15px;

    margin: 0 0 10px;

    line-height: 1.35;

}



.bottom-menu_row-item a {

    color: #ffffff;

    font-size: 13px;

}

html:lang(zh-hk) .bottom-menu_row-item a, html:lang(zh-cn) .bottom-menu_row-item a{

    font-size: 15px;

}


.bottom-menu-wrapper {

    background-color: #282828;

    padding: 40px 0;

}



.mobile-bottom-menu-wrapper {

    display: none;

    margin-top: 10px;

}



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

    .bottom-menu_row {

        width: 100%;

        padding-right: 0;

        margin-top: 30px;

        display: none;

    }



    .mobile-bottom-menu-wrapper {

        display: block;

    }



    .display-desktop.top-banner {

        display: none;

    }

}



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

    .bottom-menu-wrapper {

        padding: 40px 0;

    }

    .bottom-menu_row-item {

        margin: 10px 0;

    }

    .bottom-menu_row {

        margin-top: 15px;

    }

}





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

    .site-outer h2, .site-outer h1{

        font-size: 40px;

        padding-left: 35px;

        align-items: flex-end;

        padding-bottom: 30px;

        width: 30%;

    }

}



/* //////////////////////////////////////////////////////////////////////////////////////// */



footer {

    background-color: #202020;

    padding: 50px 0;

    color: #fff;

    text-align: center;

    font-size: 14px;

}



.bottom-logo_item {

    display: inline-block;

    vertical-align: middle;

    margin: 0 10px;

    width: 140px;

}



.bottom-logo_item:first-child {

    margin-left: 0;

}



.bottom-logo_item:last-child {

    margin-right: 0;

}



.bottom-logo_item img {

    width: 100%;

    max-width: 100%;

}



.bottom-date {

    margin-top: 25px;

    letter-spacing: 0.5px;

}



.bottom-logo {

    padding-bottom: 20px;

}



.bottom-nav {

    padding-top: 20px;

}



.bottom-nav_item {

    display: inline-block;

    padding-left: 8px;

    margin-left: 5px;

    border-left: 1px solid #fff;

    letter-spacing: 0.5px;

}



.bottom-nav_item:nth-child(1) {

    padding-left: 0;

    margin-left: 0;

    border-left: 0;

}



footer a {

    color: #fff;

}



.scroll-top {

    position: fixed;

    bottom: 35px;

    right: 50px;

    color: #000000;

    width: 45px;

    height: 45px;

    text-align: center;

    cursor: pointer;

    z-index: 10;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-bottom: 3px;

}



.scroll-top i {

    line-height: 40px;

    font-size: 30px;

    transition: color 0.3s ease;

}



.scroll-top::after {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    padding-top: 100%;

    background-color: #FFFFFF;

    /* opacity: 0.5; */

    z-index: -1;

    border-radius: 50%;

    transition: opacity 0.3s ease;

}



.scroll-top:hover::after {

    opacity: 0.8;

}



.scroll-top:hover i {

    color: #002D4D;

}



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

    .bottom-logo_item {

        margin: 0 8px;

        width: 75px;

    }

    .bottom-date {

        margin-top: 15px;

    }

    footer {

        padding: 40px 0 100px;

        font-size: 12px;

    }

    .bottom-menu-wrapper{

        display: none;

    }

}



/* //////////////////////////////////////////////////////////////////////////////////////// */

.btn-separate-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}


.btn {

    display: inline-block;

    color: #ffffff;

    text-decoration: none !important;

    padding: 9px 44px;

    background-color: #807225;

    border-radius: 8px;

    font-size: 20px;

    font-weight: 500;

    border: 1px solid #807225;

    transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;

    cursor: pointer;

    user-select: none;

    text-align: center;

    min-width: 125px;

}



.btn:not(.non-hover):hover {

    background-color: #573A19;

    border: 1px solid #573A19;

    color: #fff;

}

.btn.multiple-btn{
    margin-top: 5px;
}


.btn.white {

    background-color: #fff;

    color: #002D4D;

    border: 1px solid #fff;

}



.btn.white:hover {

    background-color: #002D4D;

    color: #DDD;

    border: 1px solid #002D4D;

}


@media only screen and (max-width: 576px) {
    .btn-separate-container{
        display: block;
    }
    
    .btn.multiple-btn{
        min-width:100%;
    }
}


.site-outer {

    margin: 0 auto;

    max-width: 1920px;

    padding-top: 24px;

}

.site-outer.top-banner {

    padding-top: 0;
   

}





.site-wrapper {

    max-width: 1540px;

    padding: 0 50px;

    margin: auto;

}



.site-wrapper .content-section{

    

    margin-top: 50px;

    padding-top: 50px;

}

.districts.site-wrapper .content-section{

    

    margin-top: 0px;

  

}



.h1-wrapper + .content-section {

    margin-top: 20px;

    padding-top: 20px;

} 



.swiper-container {

    width: 100%;

    height: 100%;

}



.site-wrapper .video-section{

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

    width: 100%;

    margin-bottom: 60px;

}



.site-wrapper .video-item{

    margin: 30px 35px;

}



.site-wrapper .video-section .video-item-container{

    width: 462px;

    height: 260px;

}



.site-wrapper .video-section .video-item-lang{

    margin-top: 30px;

    font-size: 21px;

    color: #0597C4;

}



.swiper-pagination-bullet {

    width: 16px;

    height: 16px;

    background: transparent;

    border: 1px solid #807225;
    

    /* background: var(--swiper-theme-color); */

    

    /* border: 1px solid var(--swiper-theme-color); */

    opacity: 1;

    margin: 0 5px;

}



.swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #807225;
    border: none;

}



.bg-cover {

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



.index-section {

  
    padding: 30px 0 70px;

    background-color: #D1D1D1;

}
@media only screen and (max-width: 1200px){
    .index-section {
        padding: 20px 0 50px;
    }
}


.index-section.main {

    background-color: #F3F2EA;

    color: #573A19;

}



.index-section.section-black {

    background-color: #332E3A;

    color: #FFF;

}



.index-section.section-grey {

    background-color: #EDEDED;

    color: #002D4D;

}



.text-center {

    text-align: center;

}



.text-right {

    text-align: right;

}



.no-underline {

    text-decoration: none !important;

}



.display-desktop {

    display: block;

    position: relative;

}



.display-mobile {

    display: none;

    position: relative;

}

tr .bullet-point:before{
    content: "\2022";

    color: #848044;

    font-weight: bold;

    display: inline-block; 

    width: 1em;

    margin-left: -1em;
}


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



    .site-wrapper .video-item{

        margin: 20px 15px;

    }

    .site-wrapper .video-section .video-item-container{

        width: 400px;

        height: 225px;

    }



    .bottom-menu_row {

        margin-right: 10px !important;

    }



    .header-tools_item {

        padding-left: 6px;

        margin-left: 6px;

    }

}



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



    .index-section {

        padding: 60px 0;

    }



    .swiper-pagination-bullet {

        width: 14px;

        height: 14px;

        margin: 0 3px;

    }

    .site-wrapper .content-section{

        margin-top: 20px;

        padding-top: 20px;

    }



    .h1-wrapper + .content-section {

        margin-top: 0;

        padding-top: 0;

    }



    .site-wrapper .video-section{

        flex-direction: column;

        margin-bottom: 30px;

    }



    .site-wrapper .video-section .video-item-container{

        width: 461px;

        height: 260px;

    }



}



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

    .site-wrapper {

        padding: 0 20px;

    }

    .index-section {

        padding: 40px 0;

    }


    .btn {

        font-size: 16px;

        padding: 7px 30px;

    }



    .site-wrapper .video-section{

        margin-bottom: 30px;

    }



    .site-wrapper .video-item{

        margin: 0;

        margin-bottom: 30px;

    }



    .site-wrapper .video-item .video-item-lang{

        margin-top: 10px;

        font-size: 18px;

    }



    .site-wrapper .video-section .video-item-container{

        width: 335px;

        height: 188px;

    }

}



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

    .display-mobile {

        display: block;

    }



    .display-desktop {

        display: none;

    }

}



/* //////////////////////////////////////////////////////////////////////////////////////// */



.index_slider {

    position: relative;

}



.index_slider .swiper-slide img {

    width: 100%;

}





.index_slider .swiper-pagination-bullet {

    width: 120px;

    border-radius: 0;

    height: 4px;

    opacity: 1;

    background-color: #fff;

    margin: 0 4px;

}



.index_slider .swiper-pagination-bullet-active {

    background-color: #E98037;

}



.index_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 0 20px;

    border: 0;

}



.index_slider .swiper-container-horizontal>.swiper-pagination-bullets, .index_slider .swiper-pagination-custom, .swiper-pagination-fraction {

    bottom: 30px;

}



.index-section-title {

    font-size: 45px;

    font-weight: 700;

    text-align: center;

    color: #002D4D;

}



.section-black .index-section-title {

    color: #FFF;

}



.section-news-list {

    margin: 60px 0;

}



.section-news-item {

    padding: 60px 60px 40px;

    border-top: 1px solid #ccc;

}



.section-news-item a {

    text-decoration: none;

}



.section-news-item:last-child {

    border-bottom: 1px solid #ccc;

}



.section-news-item_date {

    color: #002D4D;

    font-size: 32px;

    font-weight: 500;

    padding-bottom: 15px;

}



.section-news-item_title {

    font-size: 24px;

    position: relative;

    color: #333;

}



.section-news-item_title:after {

    content: '\f105';

    font-family: 'FontAwesome';

    color: #002D4D;

    position: absolute;

    right: -35px;

    top: -0.1em;

    font-size: 1.5em;

    transition: transform 0.3s ease;

}



.section-news-item:hover .section-news-item_title:after {

    transform: translate(10px, 0);

}



.section-news-btn {

    text-align: right;

}



.article_slider {

    padding: 60px 50px;

    position: relative;

    /* --swiper-theme-color: #FFF; */

}



.article_slider .swiper-button-next, .article_slider .swiper-button-prev {

    top: 169.5px;

    margin-top: 0;

}



.article_slider .swiper-button-next, .article_slider .swiper-container-rtl .swiper-button-prev {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23002D4D'%2F%3E%3C%2Fsvg%3E");

}



.article_slider .swiper-button-prev, .article_slider .swiper-container-rtl .swiper-button-next {

    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23002D4D'%2F%3E%3C%2Fsvg%3E");

}



.section-article-item {

    display: inline-block;

    width: 100%;

    padding: 20px;

}



.section-article-icon {

    max-width: 220px;

    margin: auto;

}



.section-article-text {

    padding-top: 25px;

    text-align: center;

    font-size: 21px;

    line-height: 1.5;

}



.section-useful-licence {

    padding-top: 100px;

    text-align: center;

}



.section-useful-licence-text {

    font-size: 20px;

    padding-top: 15px;

}





.article_slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {

    padding-top: 30px;

    width: 100%;

    position: relative;

}



.article_slider .swiper-pagination-bullet {

    margin: 0 15px;

}



.article_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: transparent;

}



.other_site_slider {

    
    width: 90%;
   
    margin: auto;
    position: relative;

}

.other_site_slider div.flex-btn{
    margin-top: 10px;
}

.other_site_slider .swiper-slide {

    width: 165px;

}



.other_site_slider .swiper-slide img {

    width: 100%;
   

}



.other_site_slider .swiper-button-next, .other_site_slider .swiper-container-rtl .swiper-button-prev {

    right: -80px;

}



.other_site_slider .swiper-button-prev, .other_site_slider .swiper-container-rtl .swiper-button-next {

    left: -80px;

}



.other_site_slider .swiper-pagination  {

    bottom: -5px;

}
@media only screen and (max-width: 400px){
    .other_site_slider .swiper-pagination  {

        display: none;
    
    }
}



.article_search_lightbox_wrapper {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 100;

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 0;

    visibility: hidden;

    transition: opacity 0.3s ease, visibility 0.3s ease;

}



.article_search_lightbox_wrapper.active {

    opacity: 1;

    visibility: visible;

}



.article_search_lightbox_close {

    position: absolute;

    right: 20px;

    top: 20px;

    width: 20px;

    height: 20px;

    background-size: cover;

    background-repeat: no-repeat;

    background-image: url(../images/close_w.svg);

    cursor: pointer;

}



.article_search_lightbox_overlay {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    opacity: 0.7;

    background-color: #000;

}



.article_search_lightbox {

    width: calc(100% - 40px);

    max-width: 1200px;

    height: 100%;

    max-height: calc(100% - 40px);

    background-color: #332E3A;

    position: relative;

    z-index: 1;

    padding: 50px 40px;

    border-radius: 20px;

}



.article_search_full_list {

    overflow: auto;

    height: 100%;

    display: flex;

    flex-flow: wrap;

    margin: 0 -20px;

}



.article_search_full-item {

    width: 33.3%;

    padding: 20px;

    color: #FFF;

}



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

    .other_site_slider .swiper-button-prev, .other_site_slider .swiper-container-rtl .swiper-button-next {

        left: -60px;

    }

    .other_site_slider .swiper-button-next, .other_site_slider .swiper-container-rtl .swiper-button-prev {

        right: -60px;

    }



    .bottom-menu_row {

        margin-right: 30px;

    }



    .pattern-outer {

        width: 400px;

        height: 400px;

    }

    

    .pattern-inner {

        width: 200px;

        height: 200px;

    }

}



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

    .index_slider .swiper-button-next, .index_slider .swiper-button-prev {

        padding: 18px 15px;

        height: auto;

        width: auto;

        background-color: rgba(0, 0, 0, 0.8);

    }



    .index_slider .swiper-button-next:after, .index_slider .swiper-button-prev:after {

        font-size: 30px;

    }



    .index_slider .swiper-button-next, .index_slider .swiper-container-rtl .swiper-button-prev {

        right: 0;

    }



    .index_slider .swiper-button-prev, .index_slider .swiper-container-rtl .swiper-button-next {

        left: 0;

    }



    .section-news-item {

        padding: 40px 30px 40px 0;

    }

    .section-news-item_title:after {

        top: -1.3em;

        right: -30px;

        font-size: 2em;

    }

    .section-news-btn {

        text-align: center;

    }

    .article_slider {

        padding: 60px 0;

    }

    .other_site_slider {

        padding: 20px 0;

        margin: auto 40px;

    }

    .other_site_slider .swiper-slide {

        width: 152px;

    }

    

    .other_site_slider .swiper-button-next, .other_site_slider .swiper-container-rtl .swiper-button-prev {

        right: -60px;

    }

    .other_site_slider .swiper-button-prev, .other_site_slider .swiper-container-rtl .swiper-button-next {

        left: -60px;

    }

    .section-article-item {

        width: calc(50% - 4px);

    }

}



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

    .index_slider .swiper-button-next, .index_slider .swiper-button-prev {

        padding: 10px 8px;

    }

    .index-section-title {

        font-size: 28px;

    }

    .section-news-list {

        margin: 40px 0;

    }

    .index_slider .swiper-pagination-bullet {

        width: 40px;

        margin: 0 4px;

    }

    .index_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {

        margin: 0 6px;

    }

    .section-news-item_date {

        font-size: 20px;

        padding-bottom: 10px;

    }

    .section-news-item_title {

        font-size: 16px;

    }

    .section-news-item {

        padding: 20px 30px 20px 0;

    }

    .article_slider {

        padding: 20px 0;

    }

    .section-useful-licence {

        padding-top: 40px;

    }

    .section-article-text {

        padding-top: 15px;

        font-size: 14px;

    }

    .article_slider .swiper-pagination-bullet {

        margin: 0 8px;

    }

    .other_site_slider .swiper-slide {

        width: 100px;

    }

    .other_site_slider .swiper-button-next, .other_site_slider .swiper-button-prev {

        

        width: 20px;

        height: 33px;

        background-size: 20px 33px;

    }

    .other_site_slider {

        padding: 20px 15px;
        width: calc(100% - 80px)

    }

   

    .scroll-top {

        right: 20px;

    }

    .article_search_full-item {

        width: 50%;

    }



    .pattern-outer {

        width: 220px;

        height: 220px;

    }

    

    .pattern-inner {

        width: 80px;

        height: 80px;

    }



    .image-card .swiper-card {

        height: 100%;

    }

    

    .image-card .swiper-card > img {

        max-height: unset;

        
        object-fit: none;

    }

 
 
    

    .image-card .swiper-card > div:not(.card-img) {

        max-height: unset;

        -webkit-line-clamp: unset;

    }



}



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

    .header-logo_img {

        width: 13.5%;

    }

    .header-logo_text {

        padding-left: 3%;

    }

}





.table-container{

    width: 100%;

}

#dt-fixleft_wrapper table{

    table-layout: fixed;

}

#dt-fixleft_wrapper thead{

    background-color: #014B70;

    color: #fff;

}

#dt-fixleft_wrapper thead th{

    vertical-align: middle;

    height: 115px;

    padding: 10px;

    font-size: 26px;

    font-weight: 500;

    width: 180px!important;

    border-left: 1px solid #fff;

}

#dt-fixleft_wrapper thead th.left{

    width: 560px!important;

}



#dt-fixleft_wrapper td{

    height: 70px;

    padding: 10px 0;

    text-align: center;

    vertical-align: middle;

}



.dataTables_wrapper.no-footer .dataTables_scrollBody{

    border-bottom: none;

}



table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td{

    border-top: none;

    border-left: 1px solid #fff;

}

table.dataTable tbody tr{

    background-color: #E6E6E6;

}

table .subtitle{
    text-align: left;
}


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

    #dt-fixleft_wrapper thead th.left{

        width: 560px!important;

    }

    .DTFC_LeftHeadWrapper, .DTFC_LeftBodyWrapper{

        box-shadow: rgb(0 0 0 / 30%) 5px 0px 5px 0px;

    }

}

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

    #dt-fixleft_wrapper thead th.left{

        width: 360px!important;

    }

}

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

    #dt-fixleft_wrapper thead th{

        font-size: 21px;

        width: 160px!important;

    }

    #dt-fixleft_wrapper thead th.left{

        width: 210px!important;

    }



    #dt-fixleft_wrapper thead th{

        height: 115px

    }



}

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

    #dt-fixleft_wrapper thead th{

        font-size: 18px;

        width: 140px!important;

    }

    #dt-fixleft_wrapper thead th.left{

        width: 180px!important;

    }
    .important-note{
        padding: 25px 0 20px;
    }
    .important-note .close-btn{
        right:0;
    }
    .important-note-wrapper .site-wrapper{
        padding: 0px 15px;
    }
    .important-note .swiper-slide{
        padding: 0 10px 0;
    }
    .important-note .swiper-button-next,  .important-note .swiper-button-prev{

        display: none;
    
    }

    .important-note .swiper-slide .swiper-card{
        font-size: 0.815rem;
        padding: 25px 10px;
    }

}

@media only screen and (max-width: 400px) {
    .important-note .swiper-slide .swiper-card{
        font-size: 0.6875rem;
        
    }
}



/* Document Icons :: Committee on the Promotion Page */



.link-bundle img{

    width: 70px;

}



.link-doc img, .link-pdf img, .link-ppt img{

    width: 54px;

}

.pdfAfterlink a::after {
    content: url(/images/icon-pdf.png);
  
    width: 35px;
    
    
    display: block;
    margin: auto;
  
  }
  
a.pdfAfterlink::after {
    content: url(/images/icon-pdf.png);
    width: 35px;
    
    
    display: block;
    margin: auto;
}

.docAfterlink a::after {
    content: url(/images/icon-doc.png);

    width: 35px;
    
    
    display: block;
    margin: auto;

}

a.docAfterlink::after {
    content: url(/images/icon-doc.png);
    width: 35px;
    
    
    display: block;
    margin: auto;
}


.bundleAfterlink a::after {
    content: url(/images/icon-bundle.png);
    
    width: 35px;
    
    
    display: block;
    margin: auto;
    
    }
    
a.bundleAfterlink::after {
    content: url(/images/icon-bundle.png);
    width: 35px;
    
    
    display: block;
    margin: auto;
}

.pptAfterlink a::after {
    content: url(/images/icon-ppt.png);
    
    width: 35px;
    
    
    display: block;
    margin: auto;
    
    }
    
a.pptAfterlink::after {
    content: url(/images/icon-ppt.png);
    width: 35px;
    
    
    display: block;
    margin: auto;
}

.xlsAfterlink a::after {
    content: url(/images/icon-xls.png);
    
    width: 35px;
    
    
    display: block;
    margin: auto;
    
    }
    
a.xlsAfterlink::after {
    content: url(/images/icon-xls.png);
    width: 35px;
    
    
    display: block;
    margin: auto;
}
 
@media only screen and (max-width: 960px){
    .pdfAfterlink a::after {
        width: 35px;
        
      }
      
    a.pdfAfterlink::after {
        width: 35px;
        
    }

    .docAfterlink a::after {
        width: 35px;
        
    }
    a.docAfterlink::after {
         width: 35px;
        
    }

    .bundleAfterlink a::after {
         width: 35px;
        
    }
    a.bundleAfterlink::after {
         width: 35px;
        
    }

    .pptAfterlink a::after {
        width: 35px;
       
   }
   a.pptAfterlink::after {
        width: 35px;
       
   }

   .xlsAfterlink a::after {
    width: 35px;
   
    }      
    a.xlsAfterlink::after {
        width: 35px;
    
    }
}

/* Home page FCV Popup */



.fcv_modal{

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1050;

    display: none;

    overflow: hidden;

    -webkit-overflow-scrolling: touch;

    outline: 0;

}



.fcv_modal-dialog{

    position: relative;

    width: 90%;

    max-width: 1400px;

    z-index: 2000;

    padding-top: 50px;

    padding-bottom: 50px;

    margin: auto;

}



@media (min-width: 768px){

    .fcv_modal-dialog {

        width: 70%;

        margin: 30px auto;

    }

}



.fcv_modal-backdrop{

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1030;

    background-color: rgba(0,0,0,.3);

    cursor: pointer;

}



@media (min-width: 768px){

    .fcv_modal-content {

        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);

        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);

    }

}



.fcv_modal-content{

    position: relative;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #999;

    border: 1px solid rgba(0,0,0,.2);

    border-radius: 6px;

    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);

    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);

    outline: 0;

    padding: 50px 0;

    overflow: hidden;

}



.fcv_modal-header{

    position: absolute;

    top:0 ;

    left: 0;

    right: 0;

    height: 50px;

    display: block;

    background-color: transparent;

    box-shadow: 0px 1px 4px #bbb;

}





.fcv_modal-close{

    position: absolute;

    right: 20px;

    top: 15px;

    width: 20px;

    height: 20px;

    background-size: cover;

    background-repeat: no-repeat;

    background-image: url(../images/close.svg);

    cursor: pointer; 

}





.fcv--container{

    height: 70vh;

    min-height: 400px;

    max-height: 650px;

    padding: 15px;

    overflow-y: auto;

    overflow-x: hidden;

}





@media (min-width: 768px){

    .fcv--container{

        padding: 30px;

    }

}





.fcv--banner{

    text-align: center;

}



.fcv--banner img{

    margin: auto;

}



.fcv--banner .desktop{

    display: block;

}



.fcv--banner .mobile{

    display: none;

}

.pdf-icon{
    width:30px;
    height: 30px;
}

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

    .fcv--banner .desktop{

        display: none;

    }



    .fcv--banner .mobile{

        display: block;

    }

}



.fcv--table{

    display: block;

    margin-bottom: 60px;

}



@media (min-width: 768px){

    .fcv--table{

        margin-bottom: 30px;

    }

}



.fcv--table:last-child{

    margin-bottom: 0;

}



.fcv--table-header{

    margin-bottom: 20px;

}



@media (min-width: 768px){

    .fcv--table-header{

        margin-bottom: 30px;

    }

}
#emergency_popup .fcv--container{
    padding: 30px 30px 10px;
}
#emergency_popup .fcv--container .swiper-container{
    background-color:#bcdff5;
    overflow-y: auto;
}

.popup-close-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}
.popup-close {
    cursor: pointer;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
    display: flex;
    margin-right: 0.625rem;
}

.fcv_modal-close-sym{
    padding-top: 0.5rem;
    width: 0.625rem;
    height: 0.625rem;
}


.fcv_modal-close-text{
    padding: 0.25rem 0.3rem;
    font-weight: bold;
    font-size: 12.8px;
}

.popup-close:hover {
    background-color: #e6e6e6;
}

.padding-swiper-slide{
    padding: 10px 10px;
}

.popup-table{
    background-color: #8dcce0;
    border-spacing: 1px;
    border-collapse: separate;
    width: 100%;
}
.popup-table tr{
    background-color: #cae7f0;
}
.popup-table td{
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.popup-table th{
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.swiper-pagination.swiper-flex{
    position: relative !important;
    text-align: left !important;
    bottom: -12px;
}
@media only screen and (max-width: 767px) {
    .swiper-pagination.swiper-flex{
      
        bottom: -4px;
    }
}

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

    .other_site_slider .swiper-button-next, .other_site_slider .swiper-container-rtl .swiper-button-prev {

        right: -34px;

    }

    .other_site_slider .swiper-button-prev, .other_site_slider .swiper-container-rtl .swiper-button-next {

        left: -34px;

    }



    .other_site_slider .swiper-button-next, .other_site_slider .swiper-button-prev {

        width: 20px;

        height: 30px;

        background-size: 20px 30px;

        margin-top: -15px;

    }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /*IE 10, 11*/
    .swiper-button-prev,
    .swiper-button-next {
        background-size: 24px 35.9px
    }
}




/*map*/
.map {
    height: 500px;
}




.header-tools_item.social-media > a:after {
    background-color: transparent;
}