/*ori color= #80E0CE*/
:root {
    /* --swiper-theme-color: #002D4D; */
}

.nav_button{
    border: 0;
    background-color: transparent;
    padding: 0px;
    cursor: pointer;    
}

.nav_button.nav_mobile{
    width: 100%;
}

.page-title h1{
color: #FFF;
line-height: 0.92;
margin: 0px;

}
@media only screen and (max-width: 960px){
    .page-title h1{
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px){
    .page-title h1{
        font-size: 1.6rem;
        margin: 0px;
    }
}
.swiper-button-next,
.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'%235ca194'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev,
.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'%235ca194'%2F%3E%3C%2Fsvg%3E");
}

html {
    -webkit-text-size-adjust: 100%;
    color: #000;
    background-color: #fff;

}

* {
    box-sizing: border-box;
    vertical-align: top;
}

#web-top {
    overflow-x: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}



body {
    font-family: 'Montserrat', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    font-size: 0.8rem;
    margin: 0;
    padding-top: 0;
}

body.no-scroll {
    overflow: hidden !important;
}
.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%);
    
}

img {
    max-width: 100%;
    vertical-align: top;
}

li p span{
    padding: 0px 23px;
} 

/*demographics img*/
.content-style>img {
    width: 60%;
}

/*end of demographics img*/

/* harmony-scholarships-scheme table */
.captxt{
    width: 16rem;
}
.captxt>img {
    width: 100%;
    padding: 5px;
    border: 1px solid #8dcce0;
    
    background-color: #fff;
}



/* end of harmony-scholarships-scheme table */

div.center-video{
    width: 500px;
   
}

@media only screen and (max-width: 550px){
    div.center-video{
        width: 100%;
    }
}

a {
    color: #057294;
    text-decoration: none;
    word-break: break-word;
 
}

a:hover {
    text-decoration: underline;
}

.swiper-container a:focus img{
    border: 3px solid #000;
    outline: 3px solid #fff;
}

a.no-word-break{
    word-break: initial;
}
/* //////////////////////////////////////////////////////////////////////////////////////// */

html:lang(zh-Hant) .header-nav_sub-item_name, html:lang(zh-Hans) .header-nav_sub-item_name{
    font-size: 1rem;
}



header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    /* box-shadow: 0 1px 7px 0px #616161; */
    transition: top 0.3s ease;
    backdrop-filter: saturate(180%) blur(1rem);
}

.site-nav {
    padding-top: 2.5rem;
    /* padding-bottom: 2rem; */
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

body.menu-active {
    overflow: hidden;
}

body.menu-active .site-nav {
    background-color: #07324C;
}

/* 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;
    z-index: 1000;
}

/* .header-logo_img {
    width: 99px;
} */

.header-logo{
    width: 100%;
}

.header-logo svg{
    width: 100%;
    fill: #000;
}




.header-logo-tc svg {
    width: 300px;
    fill: #000;
}

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


@media only screen and (max-width: 576px){
    .header-logo-tc svg {
        width: 80%;
      
    }
}

/* .header-logo_text {
    width: calc(100% - 99px);
    padding-left: 0.5rem;
    font-family: Arial, sans-serif;
}

.header-logo_text-title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.header-logo_text-text {
    font-size: 0.65rem;
    letter-spacing: 1.5px;
    font-weight: 600;
} */

.header-bar-right {
    width: calc(100% - 610px);
    vertical-align: top;
}

.header-bar-full {
    width: 100%;
    height: 4rem;
    margin-top: 1.8rem;
    background-color: #07324C;
}

.header-tools {
    display: flex;
    justify-content: flex-end;
    /* position: absolute;
    right: 0;
    top: -0.75rem; */
    padding-bottom: 20px;
}

.header-tools_item {
    padding-left: 0.75rem;
    margin-left: 0.75rem;
    border-left: 1px solid #333333;
    font-size: 0.9rem;
    line-height: 1.4rem;
    /* cursor: pointer; */
}

.header-tools_item:nth-child(1) {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.header-tools_item img {
    height: 1.4rem;
    cursor: pointer;
}



.other-lang {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/* for EM dropdoen menu */
.emdropdown {
  position: relative;
  display: inline-block;
  padding-left:10px;
}

.emdropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  padding-top:5px;
  line-height:150%;
  z-index: 1;
  margin-left: 5px;
  
}

.emdropdown:hover .emdropdown-content {
  display: block;
}
.emdropdown.header-tools_item:focus-within .emdropdown-content {
  display: block;
}
.emdropdown-content.inactive {
    opacity: 0;
    visibility: hidden;
}
.emdropdown-content.active{
    opacity: 1;
    visibility: visible;
}
.em-lang-item {
    display: block;
    margin-left: 0.9rem;
}

.em-lang-item a {
    font-size: 0.9rem;
    color: #000;
}
/* */
@media only screen and (max-width: 1420px) {
    html[lang="en"] .other-lang {
        max-width: 540px;
        flex-wrap: wrap;
        margin-left: auto;
    }
    html[lang="en"] .header-tools {
        margin-top: -80px !important;
    }
}


.other-lang-item {
    display: inline-block;
    margin-left: 0.9rem;
}

.other-lang-item a {
    font-size: 0.9rem;
    color: #000;
}

.other-lang-item::after {
    content: '|';
    display: inline-block;
    margin-left: 0.8rem;
}

.other-lang-item:last-child::after {
    content: initial;
}


.header-nav {
    display: flex;
    justify-content: center;
}

.header-nav a {
    color: #fff;
}

.header-nav_item {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 1.5rem;
    height: 4rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-nav_item-link {
    height: 4rem;
    line-height: 4rem;
}

.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;
    position: relative;
    flex-flow: wrap;
}

.mobile_header-tools {
    text-align: right;
}

.mobile_header-tools_item {
    vertical-align: middle;
    display: inline-block;
    margin-left: 1rem;
    width: 38px;
    cursor: pointer;
    position: relative;
}

.mobile_header-tools_item.btn-search {
    display: inline-block;
}

.mobile_header-tools_item img {
    width: 100%;
    vertical-align: middle;
}


.mobile-search-keywords-box {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px 0 15px;
    width: 100;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 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: #07324C;
    padding: 0 0 1rem;
    box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: auto;
    height: 100vh;
}

.mobile_header-nav_item {
    margin: 2rem 0;
}

.mobile_header-nav-link {
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 700;
    display: block;
}

.mobile_header-nav_sub-item {
    position: relative;
    display: block;
    font-size: 1.1rem;
    color: #FFF;
    margin: 1rem 0;
    padding-left: 1rem;
}

.list-dot {
    position: relative;
    display: block;
    padding-left: 3rem;
}


.mobile_header-nav_sub-item::before,
.list-dot::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #80E0CE;
    position: absolute;
    top: 0.5rem;
    left: 0.3125rem;
}

.mobile_header-nav_item.has-sub .mobile_header-nav-link {
    padding-right: 50px;
    position: relative;
}

.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: 2rem;
}

.mobile_header-nav_wrapper .other-tools img {
    height: 1.4rem;
}

.mobile_header-nav_wrapper .other-lang {
    display: block;
    width: 100%;
    margin-top: 2rem;
    color: #FFF;
}

.mobile_header-nav_wrapper .other-lang-item {
    margin-left: 0;
    margin-right: 0.9rem;
    margin-bottom: 0.75rem;
}

.mobile_header-nav_wrapper .other-lang-item a {
    font-size: 0.9rem;
    color: #FFF;
}

.header-nav_sub {
    /* display: flex;
    flex-flow: wrap; */
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    /* padding: 1rem 2rem; */
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: #07324C;
    transition: 0.3s;

}

.header-nav_sub-container {
    display: flex;
    flex-flow: wrap;
    max-width: 152rem;
    padding: 2rem 50px;
    margin: auto;
}

.header-nav_sub-item {
    position: relative;
    display: flex;
    align-items: start;
    padding: 0.75rem 1rem;
    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: 1rem;
    left: 1rem;
}

.header-nav_sub::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    /* background-color: rgba(255, 255, 255, 0.9); */
    background-color: #07324C;
    box-shadow: inset 0 1rem 1rem -1rem #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-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.75rem;
} */

.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 .header-nav_item-link::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -2rem;
    height: 5px;
    width: 0;
    transform-origin: center top;
    background-color: #C1E5E1;
    transform: translate(-50%, 0);
} */

.header-nav_item.has-sub:hover .header-nav_item-link::before {
    width: 10000px;
    transition: 1s 0.03s;
}

.header-nav_sub-item_img {
    width: 4rem;
    text-align: center;
}

.header-nav_sub-item_name {
    padding-left: 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.header-nav_sub-item:hover .header-nav_sub-item_name {
    color: #80E0CE;
}

.top-highlight {
    width: 100%;
    padding: 2rem 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 1rem;
    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: 1rem;
    font-size: 0.9rem;
    position: relative;
    padding-right: 1em;
}

.top-highlight-item-img img {
    width: 100%;
}

.top-highlight-item.large .top-highlight-item-title {
    font-size: 1.15rem;
    width: 60%;
}

.top-highlight-item.small .top-highlight-item-img {
    width: 3rem;
}

.top-highlight-item.small .top-highlight-item-title {
    width: calc(100% - 3rem);
}

.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: 1rem;
    top: -25px;
    width: 1rem;
    height: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/close.svg);
    cursor: pointer;
}

.site-outer h1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 3.7rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px #000;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 5.5rem;
}

@media only screen and (max-width: 1500px) {
    .header-tools{
        margin-top: -60px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-bar-right {
        width: 100%;
    }

    .site-outer h1 {
        font-size: 2.75rem;
    }
}
@media only screen and (max-width: 1250px) {

    .header-bar .desktop,
    .header-bar-full {
        display: none;
    }

    .header-bar .mobile {
        display: block;
    }

    .header-nav {
        display: none;
    }

    /* .header-bar-left {
        width: calc(100% - 13rem);
    } */

    .header-bar-right {
        /* width: 13rem; */
        width: calc(100% - 610px);
    }

    .header-bar {
        align-items: center;
    }

    .mobile_header-tools_item {
        width: 1.5rem;
    }

   

    header > .site-nav{
        padding-top: 25px;
        padding-bottom: 25px;
    }

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



    /* .header-logo_img {
        width: 75px;
    }

    .header-logo_text-title {
        font-size: 0.7rem;
    }

    .header-logo_text {
        width: calc(100% - 75px);
    }

    .header-logo_text img {
        max-height: 2.25rem;
    }

    .header-logo_text-text {
        font-size: 0.6rem;
    } */

    .site-nav {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .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: 3rem;
    }

    .top-highlight-item.large .top-highlight-item-title {
        font-size: 0.8rem;
        width: calc(100% - 3rem);
    }

    .top-highlight-item.small .top-highlight-item-title {
        font-size: 0.8rem;
    }

    .top-highlight {
        padding: 1rem 0 0;
    }

    .top-highlight_close {
        position: absolute;
        right: 0.5rem;
        top: -0.5rem;
        width: 0.75rem;
        height: 0.75rem;
    }

    .site-outer h1 {
        font-size: 2.25rem;
        padding-left: 3rem;
    }
}

@media only screen and (max-width: 960px){
    .header-bar-left {
        width: calc(100% - 10rem);
    }

    .header-bar-right {
        /* width: 85px; */
        width: 10rem;
    }
}

@media only screen and (max-width: 767px) {
    .site-nav {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    /* .header-logo_img {
        width: 50px;
    }

    .header-logo_text {
        width: calc(100% - 50px);
    } */

   

    .mobile_header-tools_item {
        margin-left: 5px;
        width: 0.8rem;
    }

    .mobile_header-nav {
        padding: 0 0 1.5rem;
    }

    .mobile_header-nav_item {
        margin: 1rem 0;
    }

    .mobile_header-nav-link {
        font-size: 1.1rem;
    }

    .mobile_header-nav_sub-item {
        font-size: 0.9rem;
        margin: 0.75rem 0;
    }

    .mobile_header-nav_item.has-sub .mobile_header-nav-link:after {
        font-size: 1.5rem;
    }

    .mobile_header-tools_item {
        margin-left: 5px;
        width: 1.3rem;
    }

    .hamburger-inner:after {
        bottom: -7px;
    }

    .hamburger-inner:before {
        top: -7px;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        height: 3px;
    }

    .site-outer h1 {
        font-size: 1.9rem;
    }
}

.specific-width-container .specific-width{
    max-width: 420px;
    display: block;
    margin: auto;

}
.specific-width-container .specific-width img{
    width: 100%;
    margin-bottom: 15px;
}

.content-img.row-direction-wrapper{
    width: 100%;
}
.row-direction-wrapper .specific-width-container.row-direction{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.row-direction-wrapper .specific-width-container.row-direction .specific-width{
    max-width: initial;
    display: initial;
    margin: 0px;
    margin-right: 15px;

}

.row-direction-wrapper .specific-width-container.row-direction .specific-width img{
    width: initial;
    height: 140px;

}

@media only screen and (max-width: 767px){
    .content-img.row-direction-wrapper{
        justify-content: center;
    }

    .row-direction-wrapper .specific-width-container.row-direction{
        flex-direction: column;
        max-width: 420px;
    }
    .row-direction-wrapper .specific-width-container.row-direction .specific-width{
        margin-right: 0px;
    
    }

    .row-direction-wrapper .specific-width-container.row-direction .specific-width img{
        width: 100%;
        height: auto;
        padding: 0rem 5rem 0rem;
    }
    
}
/* //////////////////////////////////////////////////////////////////////////////////////// */

.bottom-menu-wrapper {
    background-color: #C1E5E1;
    color: #000;
    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: 0.5rem;
    display: inline-block;
    /* margin-right: 5.5rem; */
    margin-right: 3.5rem;
}

.bottom-menu_row:last-child {
    /* margin-right: 3rem; */
    margin-right: 0;
}

.bottom-menu_row-title {
    font-size: 1.05rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    white-space: nowrap;
}

.bottom-menu_row-title a {
    color: #056683
}

.bottom-menu_row-item {
    font-size: 0.85rem;
    margin: 0.85rem 0;
}

.bottom-menu_row-item a {
    color: #333;
}

.bottom-menu_row-item.large {
    font-size: 1rem;
}


.bottom-menu_row.contact_info .bottom-menu_row-item {
    display: flex;

}

.bottom-menu_row.contact_info .bottom-menu_row-item i {
    flex: 15px 0;
    margin-right: 10px;
    text-align: right;
    line-height: 1.3;
}

.bottom-menu_row.contact_info .bottom-menu_row-item i+span {
    /* flex: calc(100% - 25px) 0; */
    flex: 100% 0;
    line-height: 1.3;
}


.bottom-menu-wrapper {
    background-color: #C1E5E1;
    padding: 2rem 0;
}


@media only screen and (max-width: 960px) {
    .bottom-menu_row {
        max-width: inherit;
        padding-right: 0;
        margin-top: 1.5rem;
        display: none;
    }

    .bottom-menu_row.contact_info{
        display: block;
        margin: auto;
        /* width: 150px; */
    }
}

@media only screen and (max-width: 767px) {
    .bottom-menu-wrapper {
        padding: 2rem 0;
    }

    .bottom-menu_row-item {
        margin: 0.5rem 0;
        white-space: nowrap;
    }

    .bottom-menu_row {
        margin-top: 0.75rem;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /*IE */
    .bottom-menu_row.contact_info .bottom-menu_row-item i + span{
        white-space: nowrap;
    }
    .bottom-menu_row.contact_info{
        margin: 0px;
    }

}

@media only screen and (max-width: 576px) {
    .site-outer h1 {
        font-size: 2rem;
        padding-left: 35px;
        align-items: flex-end;
        padding-bottom: 1.5rem;
        width: 30%;
    }
}

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

footer {
    background-color: #07324C;
    padding: 2rem 0;
    color: #fff;
    text-align: center;
    font-size: 0.7rem;
}

.bottom-logo_item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem;
    width: 12rem;
}

.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-nav {
    margin-top: 0.5rem;
}

.bottom-nav_item {
    display: inline-block;
    padding-left: 5px;
    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;
}


@media only screen and (max-width: 576px){
    .bottom-date .bottom-nav_item{
        display: block;
        border-left: 0;
    }

}
footer a {
    color: #fff;
}

.scroll-top {
    position: fixed;
    bottom: 35px;
    right: 50px;
    color: #FFF;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.scroll-top i {
    line-height: 2rem;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.scroll-top::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background-color: #5ca194;
    /* 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: 0.75rem;
    }

    footer {
        padding: 1.5rem 0;
        font-size: 0.6rem;
    }

    /* .bottom-menu-wrapper {
        display: none;
    } */
}

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

.btn {
    display: inline-block;
    color: #333;
    text-decoration: none !important;
    padding: 9px 44px;
    background-color: #80E0CE;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 500;
    border: 1px solid #80E0CE;
    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:hover {
    background-color: #07324C;
    border: 1px solid #07324C;
    color: #fff;
}

.btn.white {
    background-color: #fff;
    color: #002D4D;
    border: 1px solid #fff;
}

.btn.white:hover {
    background-color: #002D4D;
    color: #DDD;
    border: 1px solid #002D4D;
}

.flex-btn{
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}


.site-outer {
    margin: 0 auto;
    max-width: 191rem;
}


.site-wrapper {
    max-width: 1540px;
    padding: 0 50px;
    margin: auto;
}

.site-wrapper .content-section {
    border-top: 1px solid #B3B3B3;
    margin-top: 3.1rem;
    padding-top: 3.1rem;
}

.site-wrapper .content-section.no-top-space {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.site-wrapper #whatsNew .content-section {
    margin-top: 1em;
    padding-top: 1em;
}


.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: 3rem; */
    margin-bottom: 1em;
}

.site-wrapper .video-item {
    margin: 0 1em;
    /* margin: 1.875rem 2.1875rem; */
}

.site-wrapper .video-section .video-item-container {
    width: 23.1rem;
    height: 13rem;
}


.site-wrapper .video-section .larger-video-item-container {
    width: 48rem;
    height: 27rem;
}

.site-wrapper .video-section .video-item-lang {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    color: #057294;
}

.index_slider .swiper-button-next, .index_slider .swiper-button-prev{
    background-image: none; 
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff; 
    opacity: 0.8;
    padding: 0px 15px;
    font-size: 50px;
}

.index_slider .swiper-button-next{
    right: 23px;
}

.index_slider .swiper-button-prev{
    left: 23px;
}



.index_slider .swiper-button-next:hover, .index_slider .swiper-button-prev:hover{
    opacity: 1;
}

.index_slider .swiper-button-next i{
   
    transform: translate(-1px, -5px);
    -webkit-transform: translate(-1px, -5px);
}

.index_slider .swiper-button-prev i{
    
    transform: translate(-5px, -6px);
    -webkit-transform: translate(-5px, -6px);
   
}



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

    .index_slider .swiper-button-next, .index_slider .swiper-button-prev{
        width: 30px;
        height: 30px;
        font-size: 30px;
        padding: 0px 13px;
    }

    .index_slider .swiper-button-next i{
   
        transform: translate(-1px, -2px);
        -webkit-transform: translate(-1px, -2px);
    }
    
    .index_slider .swiper-button-prev i{
        
        transform: translateX(-3px, -2px);
        -webkit-transform: translate(-3px, -2px);
    }
    
}
@media only screen and (max-width: 576px){

    .index_slider .swiper-button-next, .index_slider .swiper-button-prev{
        width: 20px;
        height: 20px;
        font-size: 20px;
        padding: 0px 10px;

    }
    .index_slider .swiper-button-next i{
   
        transform: translate(-2px, -1px);
        -webkit-transform: translate(-2px, -1px);
    }
    
    .index_slider .swiper-button-prev i{
        
        transform: translate(-5px, -0px);
        -webkit-transform: translate(-5px, 0px);
    }
    
}
.fcv_modal-content .swiper-button-next {
    background-image: url(../images/nextbtn.svg);
    opacity: .25;
    right: 40px;
}

.fcv_modal-content .swiper-button-next:hover,
.fcv_modal-content .swiper-button-prev:hover {
    opacity: .55;
}


.fcv_modal-content .swiper-button-prev {
    background-image: url(../images/prevbtn.svg);
    opacity: .25;
    left: 40px;

}

.fcv_modal-content .play-pause-button {
    margin: 0rem 0rem 0.625rem 0.625rem;
}

.play-pause-btn-border.play-pause-a {
    padding: 0.625rem;
    border: 0.5px solid rgb(177, 177, 177);
    border-radius: 4px;
    margin: 5px 2px;
}

.play-pause-btn-border.play-pause-a:hover {
    background-color: #ccc;
}

.play-pause-btn-border.play-pause-a.play {
    background-image: url(../images/play-solid.svg);
    background-repeat: no-repeat;
    background-size: 0.56rem;
    background-position: center;
    opacity: 0.75;
}

.play-pause-btn-border.play-pause-a.pause {
    background-image: url(../images/pause-solid.svg);
    background-repeat: no-repeat;
    background-size: 0.56rem;
    background-position: center;
    opacity: 0.75;
}

/*swiper-bullets*/
.swiper-pagination {
    /*revised*/
    position: relative !important;
    bottom: -12px !important;

}

.swiper-flex {

    text-align: left !important;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 1px solid #5ca194;
    opacity: 1;
    margin: 0 5px;

}

/* change dot color 1/6/2021 */
.fcv_modal-content .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 1px solid #808080;
    opacity: 1;
    margin: 0 5px;

}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5ca194;
    border: none;
}


.fcv_modal-content .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #808080;
    border: none;
}


.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-section {
    /* padding: 2rem 0rem 5rem; */
    padding: 2em 0 2em;
}

.tabnav+.index-section {
    padding: 0 0 5rem;
}


.index-section.section-black {
    background-color: #332E3A;
    color: #FFF;
}

.index-section.section-grey {
    background-color: #EDEDED;
    color: #002D4D;
}

/* #featureArticles .index-section .site-wrapper .content-text .reponsive-table .content-table tbody tr td {
    vertical-align: middle;
} */
/* #featureArticles .index-section .site-wrapper .content-text .reponsive-table .content-table tbody tr td.text-center{
    text-align: center;
} */

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-underline {
    text-decoration: none !important;
}

.display-desktop {
    display: block;
    position: relative;
}


.display-desktop-table {
    display: inline-table;
    position: relative;
}

.display-mobile {
    display: none;
    position: relative;
}

.display-mobile-table {
    display: none;
}



.reponsive-shadow-table-wrapper table.content-table tbody tr.display-mobile td{
    border-right: none;
}


.text-right{
    text-align: right;
}

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

    .site-wrapper .video-item {
        margin: 1rem 0.75rem;
    }

    .site-wrapper .video-section .video-item-container {
        width: 300px;
        height: 170px;
    }

    .site-wrapper .video-section .larger-video-item-container {
        width: 640px;
        height: 360px;
    }

}


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



/*popup btn when click*/
.clickedBtn {
    background-color: #ccc;
}

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

    .index-section {
        padding: 3rem 0;
    }

    .play-pause-a {
        font-size: 1.1rem;
        padding: 0.7rem 6px;
    }

    .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 3px;
    }

    .site-wrapper .content-section {
        margin-top: 2rem;
        padding-top: 2rem;
    }

    .site-wrapper .video-section {
        flex-direction: column;
        margin-bottom: 1.5rem;
    }

    .site-wrapper .video-section .video-item-container {
        width: 28.75rem;
        height: 23rem;
    }

    .site-wrapper .video-section .larger-video-item-container {
        width: 544px;
        height: 306px;
    }

}

@media only screen and (max-width: 767px) {
    .site-wrapper {
        padding: 0 1rem;
    }
    footer .site-wrapper{
        padding: 0;
    }
    .index-section {
        padding: 2rem 0;
    }

    .play-pause-a {
        font-size: 19px;
        padding: 10px 5px;
    }

    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .btn {
        font-size: 0.8rem;
        padding: 7px 1.5rem;
    }

    .site-wrapper .video-section {
        margin-bottom: 1.5rem;
    }

    .site-wrapper .video-item {
        margin: 0;
        margin-bottom: 1.5rem;
        max-width: 100%;
    }

    .site-wrapper .video-item .video-item-lang {
        margin-top: 0.5rem;
        font-size: 0.9rem;
    }

    .site-wrapper .video-section .video-item-container {
        width: 335px;
        height: 188px;
    }

    .site-wrapper .video-section .larger-video-item-container {
        width: 400px;
        height: 225px;
    }
}

@media only screen and (max-width: 576px) {
    .site-wrapper .video-section .video-item-container {
        width: 285px;
        height: 160px;
        max-width: 100%;
    }

    .site-wrapper .video-section .larger-video-item-container {
        width: 336px;
        height: 144px;
        max-width: 100%;
    }

}

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

    .display-mobile {
        display: block;
    }

    .display-mobile-table {
        display: inline-table;

    }

    .display-desktop {
        display: none;
    }

    .display-desktop-table {
        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; */


    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #5ca194;
    opacity: 1;
    margin: 0 5px;
}

.index_slider .swiper-pagination-bullet-active {
    background-color: #5ca194;
}

.index_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
    border: 0;
}

.index_slider .swiper-container-horizontal>.swiper-pagination-bullets,
.index_slider .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 1.5rem;
}

.index-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    color: #002D4D;
}

.section-black .index-section-title {
    color: #FFF;
}

.section-news-list {
    margin: 3rem 0;
}

.section-news-item {
    padding: 3rem 3rem 2rem;
    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: 1.6rem;
    font-weight: 500;
    padding-bottom: 0.75rem;
}

.section-news-item_title {
    font-size: 1.2rem;
    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(0.5rem, 0);
}

.section-news-btn {
    text-align: right;
}

.article_slider {
    padding: 3rem 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: 1rem;
}

.section-article-icon {
    max-width: 11rem;
    margin: auto;
}

.section-article-text {
    padding-top: 25px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5;
} */

.section-useful-licence {
    padding-top: 5rem;
    text-align: center;
}

.section-useful-licence-text {
    font-size: 1rem;
    padding-top: 0.75rem;
}

/* .article_slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    padding-top: 1.5rem;
   
    position: relative;
}

.article_slider .swiper-pagination-bullet {
    margin: 0 0.75rem;
}

.article_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
} */

/*tab bar*/
.tabnav {
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: flex;
    justify-content: center;
    /* padding-top: 4rem; */
    padding-top: 1em;
    padding-bottom: 25px;
    margin: auto;

}

.tabA {
    min-width: 24.69rem;
    padding: 2rem 3rem;
    position: relative;

}

.tabA.active {
    background-color: #07324C;
    color: #fff !important;

}

.tabA.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: solid 25px #07324C;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
    z-index: 1;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}



@media only screen and (max-width: 767px) {
    .tabA {
        min-width: 20rem;
        width: 50%;
    }
}


@media only screen and (max-width: 576px) {
    .tabA {
        min-width: 10rem;
        width: 50%;
        padding: 1rem 1.2rem;
    }

    .tabA.active::after {
        border-top: solid 0.94rem #07324C;
        border-left: solid 0.94rem transparent;
        border-right: solid 0.94rem transparent;
        z-index: 1;
    }
}

/*tab bar[e]*/
.other_site_slider {
    max-width: 1025px;
    margin: auto;
    position: relative;
}

.navigation-container{
    position: relative;
} 

.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-button-prev {
    color: #002D4D;
}

.other_site_slider .swiper-button-next,
.other_site_slider .swiper-container-rtl .swiper-button-prev {
    right: -50px;
}

.other_site_slider .swiper-button-prev,
.other_site_slider .swiper-container-rtl .swiper-button-next {
    left: -50px;
}

.other_site_slider .swiper-pagination {
    /*width: 100%;*/
    bottom: -2rem;
}

.other_site_slider .play-pause-button {

    text-align: center;
}

.other_site_slider .play-pause-button .btn {
    display: none;
    /* show with js */
    padding: 5px;
    margin: 0.5rem;
    font-size: 1.5rem;
}

.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: 1rem;
    top: 1rem;
    width: 1rem;
    height: 1rem;
    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% - 2rem);
    max-width: 1200px;
    height: 100%;
    max-height: calc(100% - 2rem);
    background-color: #332E3A;
    position: relative;
    z-index: 1;
    padding: 50px 2rem;
    border-radius: 1rem;
}

.article_search_full_list {
    overflow: auto;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    margin: 0 -1rem;
}

.article_search_full-item {
    width: 33.3%;
    padding: 1rem;
    color: #FFF;
}

.grid-photo-container{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.grid-photo-container .grid-photo{
    margin: 20px 20px 20px 0px;
}

@media only screen and (max-width: 576px) {
    .grid-photo-container{
        width: 100%;
    }

    .grid-photo-container .grid-photo{
        margin: 20px 0px 20px 0px;
    }
}




.grid-photo-test-container{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    border: 1px solid #057294;
    margin-bottom: 15px;
}
.grid-photo-paragraph{
    width: 80%;
    border: 2px solid #057294;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 18px;
}

.grid-photo-test-container .grid-photo-test{
    padding: 20px 20px 20px 20px;
    width: 50%;
    border: 1px solid #057294;
}

.grid-photo-test-container .grid-photo-test img{
  display: block;
  margin: auto;
}

@media only screen and (max-width: 576px) {
    .grid-photo-test-container{
        width: 100%;
    }
    .grid-photo-paragraph{
        width: 100%;
    }
    
}



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

    .other_site_slider .swiper-button-prev,
    .other_site_slider .swiper-container-rtl .swiper-button-next {
        left: -2rem;
    }

    .other_site_slider .swiper-button-next,
    .other_site_slider .swiper-container-rtl .swiper-button-prev {
        right: -2rem;
    }
}

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

    /* .index_slider .swiper-button-next,
    .index_slider .swiper-button-prev {
        padding: 0.9rem 0.75rem;
        height: auto;
        width: auto;

    }

    .index_slider .swiper-button-next:after,
    .index_slider .swiper-button-prev:after {
        font-size: 1.5rem;
    }

    .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: 2rem 1.5rem 2rem 0;
    }

    .section-news-item_title:after {
        top: -1.3em;
        right: -1.5rem;
        font-size: 2em;
    }

    .section-news-btn {
        text-align: center;
    }

    .article_slider {
        padding: 3rem 0;
    }

    .other_site_slider {
        padding: 1rem 0;
    }

    .other_site_slider .swiper-slide {
        width: 152px;
    }

    .other_site_slider .swiper-pagination {
        bottom: -1rem;
    }

    .other_site_slider .swiper-button-next,
    .other_site_slider .swiper-container-rtl .swiper-button-prev {
        right: -2rem;
    }

    .other_site_slider .swiper-button-prev,
    .other_site_slider .swiper-container-rtl .swiper-button-next {
        left: -2rem;
    }

    .section-article-item {
        /*width: calc(50% - 4px);*/
        width: 100%;
    }
}

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

    /* .index_slider .swiper-button-next,
    .index_slider .swiper-button-prev {
        padding: 0.5rem 8px;
    } */

    .index-section-title {
        font-size: 1.4rem;
    }

    .section-news-list {
        margin: 2rem 0;
    }

    .index_slider .swiper-pagination-bullet {
        /* width: 2rem; */
        margin: 0 4px;
    }

    .index_slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .section-news-item_date {
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }

    .section-news-item_title {
        font-size: 0.8rem;
    }

    .section-news-item {
        padding: 1rem 1.5rem 1rem 0;
    }

    .article_slider {
        padding: 1rem 0;
    }

    .section-useful-licence {
        padding-top: 2rem;
    }

    .section-article-text {
        padding-top: 0.75rem;
        font-size: 0.7rem;
    }

    .article_slider .swiper-pagination-bullet {
        margin: 0 8px;
    }

    .other_site_slider .swiper-slide {
        width: 5rem;
    }

    .other_site_slider .swiper-button-next,
    .other_site_slider .swiper-button-prev {
        /* --swiper-navigation-size: 1rem; */
        width: 1rem;
        height: 1.65rem;
        background-size: 1rem 1.65rem;
    }

    .other_site_slider {
        padding: 1rem 0;
        max-width: 400px;
    }

    .scroll-top {
        right: 1rem;
    }

    .article_search_full-item {
        width: 50%;
    }
}

@media only screen and (max-width: 520px) {
    .other_site_slider {
        max-width: 200px;
    }
}
/* @media only screen and (max-width: 51rem) {
    .header-logo_img {
        width: 13.5%;
    }

    .header-logo_text {
        padding-left: 3%;
    }
} */


.table-container {
    width: 100%;
    /* overflow-x: auto; */
}

#dt-fixleft_wrapper table {
    /* table-layout: fixed; */
    border-spacing: 1px;
}

#dt-fixleft_wrapper thead {
    background-color: #014B70;
    color: #fff;
}

#dt-fixleft_wrapper thead th {
    vertical-align: middle;
    text-align: center;
    height: 5.75rem;
    padding: 0.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    /* width: 14rem !important; */
    border-left: 1px solid #fff;
    border: none;
    background: inherit;
}



#dt-fixleft_wrapper thead th.left {
    /* width: 28rem !important; */
    width: 40% !important;
}

#dt-fixleft_wrapper td {
    height: 70px;
    padding: 0.5rem 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.dataTable tbody tr>.dtfc-fixed-start, table.dataTable tbody tr>.dtfc-fixed-end {
    background-color: inherit;
}
table.dataTable tbody tr:nth-child(odd){
    background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even{
    background-color: #f9f9f9;
}

div.dt-container.dt-empty-footer .dt-scroll-body{
    border: none;
}


@media only screen and (max-width: 1400px) {
    #dt-fixleft_wrapper thead th.left {
        width: 28rem !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: 18rem !important;
    }

}

@media only screen and (max-width: 767px) {
    #dt-fixleft_wrapper thead th {
        font-size: 1.1rem;
        width: 8rem !important;
    }

    #dt-fixleft_wrapper thead th.left {
        width: 10.5rem !important;
    }

    #dt-fixleft_wrapper thead th {
        height: 5.75rem
    }

}

@media only screen and (max-width: 576px) {
    #dt-fixleft_wrapper thead th {
        font-size: 0.9rem;
        width: 7rem !important;
    }

    #dt-fixleft_wrapper thead th.left {
        width: 9rem !important;
    }

    

}




.dt-fixleft-class table {
    /* table-layout: fixed; */
    border-spacing: 1px;
}

.dt-fixleft-class thead th {
    background-color: #014B70;
    color: #fff;
    vertical-align: middle;
    height: 5.75rem;
    padding: 0.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    /* width: 14rem !important; */
    border-left: 1px solid #fff;

}

.dt-fixleft-class thead th.left {
    /* width: 28rem !important; */
    width: 40% !important;
}

.dt-fixleft-class td {
    height: 70px;
    padding: 0.5rem 0;
    text-align: center;
    vertical-align: middle;
}

.content-group-title a{
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 1400px) {
    .dt-fixleft-class thead th.left {
        width: 28rem !important;
    }
}

@media only screen and (max-width: 960px) {
    .dt-fixleft-class thead th.left {
        width: 18rem !important;
    }

}

@media only screen and (max-width: 767px) {
    .dt-fixleft-class thead th {
        font-size: 1.1rem;
        width: 8rem !important;
    }

    .dt-fixleft-class thead th.left {
        width: 10.5rem !important;
    }

    .dt-fixleft-class thead th {
        height: 5.75rem
    }

}

@media only screen and (max-width: 576px) {
    .dt-fixleft-class thead th {
        font-size: 0.9rem;
        width: 7rem !important;
    }

    .dt-fixleft-class thead th.left {
        width: 9rem !important;
    }

}


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

.link-bundle img {
    width: 3.5rem;
}

.link-img img,
.link-doc img,
.link-pdf img,
.link-ppt img {
    width: 2.7rem;
}

.pdfAfterlink a::after {
    content: url(/rru/images/icon-pdf.svg);
  
    width: 2.7rem;
    height: 2.6375rem;
    
    display: block;
    margin: auto;
  
  }
  
a.pdfAfterlink::after {
    content: url(/rru/images/icon-pdf.svg);
    width: 2.7rem;
    height: 2.6375rem;
    
    display: block;
    margin: auto;
}

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

    width: 2.7rem;
    height: 2.6375rem;
    
    display: block;
    margin: auto;

}

a.docAfterlink::after {
    content: url(/rru/images/icon-doc.svg);
    width: 2.7rem;
    height: 2.6375rem;
    
    display: block;
    margin: auto;
}


.bundleAfterlink a::after {
    content: url(/rru/images/icon-bundle.svg);
    
    width: 2.7rem;
    height: 2.6375rem;
    
    display: block;
    margin: auto;
    
    }
    
a.bundleAfterlink::after {
    content: url(/rru/images/icon-bundle.svg);
    width: 2.7rem;
    height: 2.6375rem;
    
    display: block;
    margin: auto;
}

.pptAfterlink a::after {
    content: url(/rru/images/icon-ppt.svg);
    
    width: 2.7rem;
    height: 2.6375rem;
    
    display: block;
    margin: auto;
    
    }
    
a.pptAfterlink::after {
    content: url(/rru/images/icon-ppt.svg);
    width: 2.7rem;
    height: 2.6375rem;
    
    display: block;
    margin: auto;
}
@media only screen and (max-width: 576px){
    .pdfAfterlink a::after {
        width: 1.8rem;
        height: 1.7375rem;
      }
      
    a.pdfAfterlink::after {
        width: 1.8rem;
        height: 1.7375rem;
    }

    .docAfterlink a::after {
        width: 1.8rem;
        height: 1.7375rem;
    }
    a.docAfterlink::after {
         width: 1.8rem;
        height: 1.7375rem;
    }

    .bundleAfterlink a::after {
         width: 1.8rem;
        height: 1.7375rem;
    }
    a.bundleAfterlink::after {
         width: 1.8rem;
        height: 1.7375rem;
    }

    .pptAfterlink a::after {
        width: 1.8rem;
       height: 1.7375rem;
   }
   a.pptAfterlink::after {
        width: 1.8rem;
       height: 1.7375rem;
   }
}
/* Home page FCV Popup */
#fvc_popup{
    z-index:9999;
}
.fcv_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;

    outline: 0;
}

.fcv_modal-dialog {
    position: relative;
    width: 90%;
    max-width: 87.5rem;
    /*max-height: 38.19rem; */
    /* max-width: 55rem; */
    z-index: 2000;
    /* padding-top: 2.5rem; */
    padding-bottom: 2.5rem;
    margin: auto;
}

.swiper-container.swiperChange {
    overflow-x: hidden;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
    .fcv_modal-dialog {
        /* width: 70%;
        margin: 1.875rem auto; */
        width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.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 0.75rem rgb(0 0 0 / 50%);
        box-shadow: 0 5px 0.75rem 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: 2.5rem 0 0 0;
    margin: 2.5rem 2.5rem; */
    /* max-height: 65vh; */

    overflow: hidden;
}

.fcv_modal-header {
    /* position: absolute; */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 4rem;
    display: block;
    background-color: transparent;
    /* box-shadow: 0px 1px 4px #bbb; */
    border-bottom: 1px solid #e5e5e5;
}

.popup-close-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    
}

.popup-close-wrapper a:hover{
    text-decoration: none;
   
}
.popup-close {
    cursor: pointer;
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
    display: flex;
    margin-right: 0.625rem;
    color: #000;
    
}

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


.fcv_modal-close {
    /* position: absolute;
    top: 2rem;
    right: 4rem;     */
    padding-top: 0.15rem;
    width: 0.625rem;
    height: 0.625rem;

    /* background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/close.svg); */
}


.fcv_modal-close-text {
    /* position: absolute;
    top: 1.85rem;
    right: 1.5rem; */
    padding: 0 0.3rem;
    font-weight: bold;
}

/*for chi-version*/
.chi-close .fcv_modal-close {
    padding-top: 0.3rem;

}

.chi-close .fcv_modal-close-text {
    font-weight: normal;
}

/*end for chi-ver*/

.fcv--container .swiper-button-next {
    color: #808080;
}

.fcv--container {
    height: 70vh;
    /* margin: 30px 30px 10px; */
    padding: 30px 30px 10px;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /* background-color: #bcdff5; */
}


.fcv--container .swiper-container {
    background-color: #bcdff5;
    height: 58vh;
    overflow-y: auto;
}

.fcv--table h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 1.1rem;
    color: black;
    margin: 0.625rem;
}

.eng-bold.fcv--table h3 {
    font-weight: bold;
    font-size: 1rem;

}

.fcv--table table.content-table {
    border-collapse: collapse;
    margin-bottom: 0rem;
}

.fcv--table table.content-table tbody tr td {
    background-color: white !important;
    border: 1px solid #8dcce0;

    text-align: left;
    text-decoration: underline #9A003D;
    padding: 0.3rem 0.3rem;
    font-family: "Arial", "Helvetica", "sans-serif";
    margin: 0rem;
}

.fcv--table table.content-table tbody tr td a {
    color: #9A003D;
    font-size: 1rem;
}




.fcv--banner {
    text-align: center;
    padding-top: 0.5rem;
    width: calc(100% - 60px);
    margin: auto;

}

.fcv--banner img {
    margin: auto;
    width: 90%;

}

.fcv--banner .desktop {
    display: block;
}

.fcv--banner .mobile {
    display: none;
}

.another-swiper-slide {
    display: block;
    margin: auto;
    padding-top: 0.5rem;
}

.another-swiper-slide img {
    display: block;
    margin: auto;

}

#footerSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 960px) {
    .fcv--banner .desktop {
        display: none;
    }

    .fcv--banner .mobile {
        display: block;
    }
}

.fcv--table {
    display: block;
    /* margin: 3rem; */
    margin: 10px 30px;
}

/* .fcv--table td {
    width:calc(100% / 3)
} quick fix for cell width */

/* @media (min-width: 768px){
    .fcv--table{
        margin-bottom: 1.5rem;
    }
} */

.fcv--table:last-child {
    margin-bottom: 0;
}

.fcv--table-header {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .fcv--table-header {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    /* Document Icons :: Committee on the Promotion Page */

    .link-bundle img {
        width: 48px;
    }

    .link-doc img,
    .link-pdf img,
    .link-ppt img {
        width: 1.8rem;
    }
}

@media only screen and (max-width: 1400px) {
    #health-info-mobile tbody tr td iframe {
        width: 300px;
    }
}


@media only screen and (max-width: 576px) {
    #health-info-mobile tbody tr td iframe {
        width: 270px;
    }
}
.display-print{
    display: none;
}


@media print{
    /* @page{
        margin: 27mm 16mm 27mm 16mm;
    } */
    .transparent, .tabA.active::after{
        display: none;
    }

    .display-print{
        display: block;
    }
    .display-print .header-bar-left{
        width: 100%;
       
    }
    .display-print .header-logo{
        padding-bottom: 40px;
    }
    .display-print .header-logo img{
        
        width: 60%;
        
    }
  
    .display-print .header-logo-tc img{
        width: 500px;
       
       
    }
    .display-print .header-logo-tc{
        padding-bottom: 40px;
    }

   

    .footer,.header,.not-display-print,.mobile_header-nav_wrapper, .mobile_header-nav{
        display: none;
    }
    /* .site-outer{
        width: 1200px;
         margin: auto;
        display:block; 
   } */
   .index_slider{
       width: 100%;
   }
    .index_slider .swiper-slide img{
        width: 100%;
        height: 100%;
     
    }
 
}