/* Main Styling */
main{
    opacity:0;
};

.fixed-header{
  padding-top: 130px;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*wcag function*/
.tabenabled a:focus{
  outline:2px solid rgb(0, 95, 204)!important;
}

.tabenabled .home-slider-link:focus{
 outline:2px solid rgb(0, 95, 204)!important;
}

.tabenabled #scrolltopbtn:focus{
 outline:2px solid rgb(0, 95, 204)!important;
}

.tabenabled .accordion-header button:focus{
 outline:2px solid rgb(0, 95, 204)!important;
}

.tabenabled .nav-item a:focus{
 outline:2px solid rgb(0, 95, 204)!important;
}

.tabenabled .news-selector li:focus{
 outline:2px solid rgb(0, 95, 204)!important;
}

.tabenabled button.accordion-button:focus {
 outline:2px solid rgb(0, 95, 204)!important;
}

.tabenabled .news-row a:focus > div {
  outline: 2px solid rgb(0, 95, 204)!important;
}

.section-title h1 {
    font-size: 34px;
      font-weight: 400;
      color: #000;
      margin-bottom: 30px;
      text-align: center;
}
.section-title p{
font-size:20px;
text-align: center;
}
.section-title {
    max-width: 723px;
    margin: auto;
    margin-bottom: 80px;
}

.section-content-icon{
  max-width: 60px;
  font-size: 34px;
  font-weight: 400;
  color: #B7274C;
  margin-bottom: 30px;
  text-align: left;
}

.section-content-header{
  display: flex;
  align-items: center;
}

.section-content{
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-content-header h2{
  margin-left: 30px;
}

.phone-number{
  text-decoration: none!important;
  color: #B7274C;
}
/*
.navbar .cash-management .dropdown-hover-content .mb-2 h6{
  height: 60px;
}
*/
.navbar .cash-management .dropdown-hover-content .mb-2 .header-t2 {
  height: 60px;
}

/*page with accordion*/
.accordion-flush .accordion-item{
  border: none;
}

@media(max-width: 992px) {
  .section-content-header h2{
    margin-left: 0px;
  }
}


.section-content h2 {
    font-size: 34px;
    font-weight: 400;
    color: #B7274C;
    margin-bottom: 30px;
    text-align: left;
}


.page_banner img {
    width: 100%;
}
.page_banner {
    margin-bottom: 70px;
    height: 435px;
    background-size: auto 100%;
    background-position: center;
}
@media(max-width: 768px) {
.page_banner {
    height: 180px;
}
}
/*Breadcrumb*/
nav.breadcrumb {
    max-width: 1320px;
    margin: auto;
    padding: 15px 14px;
    display: block;
}

.eng nav.breadcrumb {
  padding: 17px 14px;
}

nav.breadcrumb ul img {
    max-width: 10px;
    width: 100%;
    height: auto;
    margin: 0 10px;
}

nav.breadcrumb li a{
color:#000
}

.breadcrumb ul {
    margin-bottom: 0;
}

.breadcrumb-mobile{
}

@media (max-width: 992px){
.container, .container-sm {
    max-width: 540px;
}

.breadcrumb-mobile{
  margin: 0;
}
}


/* Accordion-tab */

/*Typography*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
a,
button {
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei ui", "Microsoft JhengHei", "新細明體", Helvetica, sans-serif;
    
}

a {
    text-decoration: none;
    color: #B7274C;
}

/*:focus-visible {
    outline: none;
}*/

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
    color: #000000;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff !important;
    color: #000000 !important;
}

/* Theme Color */

.cl-1 {
    background: #B7274C;
}

/* Header Styling */
.desktop-header-right {
    width: 30%;
}

img#logo {
    max-width: 291px;
    width: 100%;
}

.backtomain {
    text-align: right;
}

.language-switcher>span {
    margin: 0 2px;
}

.desktop-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.back-text a {
    font-size: 16px;
    font-weight: 700;
    color: #B7274C;
}

span.back-arrow img {
    max-width: 9px;
    width: 100%;
    padding-bottom: 2px;
    margin-right:5px;
}


.language-switcher>span a {
    color: #000000;
    font-size: 16px;
}

.language-switcher .current a {
    color: #B7274C;
}

#login-button {
    background: #B7274C;
    border-radius: 30px;
    padding: 7px 36px;
    font-size: 16px;
    border: none;
}

.login-word{
  margin-bottom: 0px;
    font-weight: 700;
}

.secondary-menu {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    float: right;
    width: 271px;
}

.secondary-menu span.right-arrow img {
    max-width: 7px;
    width: 100%;
    margin-right: 7px;
    padding-bottom: 3px;
}

button#text-button {
    border: none;
    background: none;
}

#text-button img {
    max-width: 30px;
    width: 100%;
    padding-bottom: 4px;
}

.dropdown-menu {
    border: none;
    min-width: 0px;
}

.dropdown-divider {
    border-color: #B7274C;
}

.text-magnifier ul.dropdown-menu li {
    max-width: 61px;
    text-align: center;
    background: #fff;
}

ul.dropdown-menu .x15 {
    font-size: 24px;
}

ul.dropdown-menu .x20 {
    font-size: 30px;
}

a.dropdown-item {
    padding: 0;
}

.login-button ul.dropdown-menu.show {
    margin-top: 22px !important;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #33333359;
}

.text-magnifier ul.dropdown-menu.show {
    margin-top: 22px !important;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #33333359;
    width: 55px;
}

.text-magnifier hr.dropdown-divider {
    margin: 3px 0;
}

.login-button .dropdown-item:focus,
.dropdown-item:hover {
    color: #000000 !important;
}
ss
.text-button .dropdown-divider {
    margin: 5px;
    background: #fff;
}

.dropdown-divider {
    border-color: #B7274C;
    margin: 10px 0;
}

ul.dropdown-menu.show a {
  padding: 0 10px;
  display: block;
}

/* Main Menu */

.desktop-header {
  background: #fff;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 4;
}

/*mega menu*/
.dropdown-hover {
    float: left;
    overflow: hidden;
}

.dropdown-hover-content {
    display: none;
    position: absolute;
    min-height:235px;
    margin-top: 10px;
    background-color: #fff;
    left: 0;
    right: 0;
    padding: 27px 14px 15px;
    z-index: 11;
    box-shadow: 0px 1px 3px #33333357;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 2;
}

.dropdown-hover-content .row {
    width: 100%;
}

.dropdown-hover-content a.dropdown-item {
    font-size: 16px;
    white-space: normal;
}

.dropdown-hover:hover .dropdown-hover-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*Style of navbar in AAA*/

.big-a1{
  height: 90px!important;
}

.big-a2{
  height: 45px!important;
}

.big-a-c1{
 
}

.big-a-c2{
  height: 65px!important;
}


@media(max-width: 1200px) {
  .big-a1{
    height: 100px!important;
  }
  
  .big-a2{
    height: 70px!important;
  }

  .big-a-c1{
    height: 43px!important;
  }

  .big-a-c2{
    height: 70px!important;
  }
}

@media(max-width: 1300px) {
  .big-a1{
    height: 90px!important;
  }
  
  .big-a2{
  }

  .big-a-c2{
    height: 80px!important;
  }

}

@media(max-width: 1440px) {  
  .big-a2{
    height: 68px!important;
  }
}

/*navbar*/
nav.main.navbar .nav-link {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    max-width: fit-content;
    margin: auto;
}

nav.main.navbar .active a {
    border-bottom: 2px solid #fff;
}

.dropdown-hover-content .col {
    padding: 0 45px;
}

@media(max-width: 1399px) {
 .eng .dropdown-hover-content .col {
    padding: 0 25px;
  }
  }

  @media(max-width: 1199px) {
    .eng .dropdown-hover-content .col {
      padding: 0 22px;
    }
    }

nav.main.navbar .nav-item {
    padding: 5px 5px 10px 5px;
    flex: none;
    flex-grow: 1;
}

.dropdown-hover-content .header-t3 a {
  font-weight: 600;
  padding-bottom: 10px;
}
/*  
.dropdown-hover-content h5 a {
    font-weight: 600;
    padding-bottom: 10px;
}
*/
nav.main.navbar a.dropdown-item {
    margin-bottom: 10px;
}

.dropdown-hover-content a {
    letter-spacing: 1px;
} 

@media(max-width: 1199px) {
.dropdown-hover-content{
  margin-top: 10px;
}
}

nav.main.navbar {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom:0px;
    margin-left: -38px;
    margin-right: -45px;
}

nav.main.navbar>.nav-item>a {
  border-bottom: 2px solid #fff0;
}

nav.main.navbar>.nav-item>a:hover {
  border-color: #fff;
}
nav.main.navbar .header-t2 {
  border-bottom: 2px solid #C8152D;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei ui", "Microsoft JhengHei", "新細明體", Helvetica, sans-serif;
}

nav.main.navbar .header-t2 a {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}

.header-t3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-family: Arial, "微軟正黑體", "Microsoft JhengHei ui", "Microsoft JhengHei", "新細明體", Helvetica, sans-serif;
  font-size: 1.25rem;
}
nav.main.navbar .header-t3 a {
  font-weight: 700;
}
/* 
nav.main.navbar h6 {
    border-bottom: 2px solid #C8152D;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

nav.main.navbar h6 a {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

nav.main.navbar h5 a{
  font-weight: 700;
}
 */
@media(max-width: 1400px) {
nav.main.navbar {
    margin-left: -30px;
}
}

@media(max-width: 1200px) {
  nav.main.navbar {
      margin-left: -20px;
  }
  }
  


.third-menu .col {
    padding: 0px 10px;
}
/* Mobile Header */
.accordion-header{
  display:flex;
  font-weight: 700;
}

.container-fluid{
  padding: 2px 0px;
}

#mobilemenu .container-fluid .row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

button.sub-menu-button.accordion-button.sub-btn{
  margin: 0; 
  height: 100%; 
  max-height:100%;
}

#mobilemenu .accordion-button{
  padding: 0px 0px 10px 0px;
  font-weight: 700;
}

#mobilemenu .sub-menu-button{
  margin-bottom: 0px;
}

#mobilemenu .accordion-body {
  padding: 0 0 15px 0;
}

#mobilemenu .accordion-body .mh-100 .collapsed{
  padding: 0px 0px;
}

.btn-collapsed{
  border-bottom: 2px solid;
  border-color: #B7274C;
  color: #B7274C!important;
}

button.accordion-button.collapsed {
  z-index: 1;
}

.accordion-button{
  z-index: 1;
}

.d-flex.align-items-center.mh-100.sub-btn-container{
  height: 100%;
}

body.js-mobile-menu-open {
    overflow: hidden;
    height:100%;
}

.mobile-header {
    display: none;
}

.mobile-logo {
    max-width: 131px;
}

.mobile-header-wrapper {
    padding: 20px;
    box-shadow: 1px 1px 3px #3333334a;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
}

#mobilemenu-expand {
    display: none;
}
#mobilemenu-expand {
    position: fixed;
    width: 100%;
    height: calc(100vh - 65px);
    top: 64px;
    z-index: 99;
}
#mobilemenu {
    max-height: calc(100vh - 151px);
    background: #fff;
    margin-top: 2px;
    padding: 40px 20px 150px 20px;
    height: 100%;
    overflow-y: scroll;
}

.mobile-toggle img {
    max-width: 20px;
    width: 100%;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/collapse.svg);
    transform: none;
    height: 3px;
}

.accordion-button::after {
    background-image: url(../img/expand.svg);
    transform: none;
}

ul#mobilemenu-wrapper {
    list-style: none;
    padding: 0;
}

.mobile-header>a {
    font-size: 24px;
    color: #000000;
    width: 100%;
    display: block;
    font-weight: 700;
    line-height: 1.2;
}

li.mobile-item {
    margin-bottom: 25px;
}

.accordion-button:focus {
    border-color: unset !important;
    background: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
}

.accordion-button {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    padding: 0;
}

.accordion-button:not(.collapsed) {
    color: #B7274C;
}

#trade-title:not(.collapsed) {
  border-bottom: 2px solid #B7274C;
}

#mobilemenu .accordion-header{
  align-items: center;
  line-height: 1.2;
  font-size: 1.25rem;
}

.mobile-menu-icon img {
  width: 28px;
  padding-bottom: 5px;
  margin-right: 15px;
}

.mobile-menu-btn{
  width: 25%;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-active-bg);
    background-color: unset !important;
    box-shadow: none !important;
}

.accordion-body {
    padding: 15px 0 0 0;
    margin-left: 42px;
    margin-top: 15px;
}

ul.sub-menu {
    list-style: none;
    padding: 0;
    padding-top: 0;
}

ul.sub-menu li a {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

button.sub-menu-button.accordion-button {
    font-size: 20px;
}

.sub-menu li {
    margin-bottom: 10px;
}

.mobile-menu-text {
    padding-bottom: 5px;
    width: calc(100% - 43px);
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
    color: #000;
}

span.mobile-menu-icon{
  width: 43px;
  display: inline-block;
}

.collapsed .mobile-menu-text {
    border-color: #fff;
}

.mobile-wechat-inner,
.mobile-download-inner {
    padding-left: 43px;
}

img.mobilemenu-download {
    max-width: 50px;
    margin-right: 30px;
    width: 100%;
    display: block;
}

.dlword {
  border: 2px solid #B7274C;
  border-radius: 100px;
  padding: 5px;
  width: 200px;
  text-align: center;
}

.sub-mobile-header {
    margin-bottom: 14px;
    font-weight: 700;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei ui", "Microsoft JhengHei", "新細明體", Helvetica, sans-serif;
    font-size: 1.25rem;
    margin-top: 0;
    line-height: 1.2;
    color: var(--bs-heading-color);
}

li.accordion-item {
    border: none;
    margin-bottom: 10px;
}

.sub-menu-button {
    margin-bottom: 10px;
    color:#B7274C;
}
.sub-menu-button.third-level {
    color:#000000!important;
}
.mobilemenu-footer {
    padding: 10px 20px;
    background: #F5F5F5;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding-bottom: 30px;
    z-index: 6;
}

.mobilemenu-footer .back-text a {
    font-weight: 400;
}

.mobilemenu-footer .backtomain {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

img.mobilemenu-wechat {
    max-width: 240px;
    margin-top: -10px;
}

@media (max-width: 992px) {
    main{
      margin-top: 65px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        font-weight:700;
        position: relative;
        z-index: 5;
    }

    #sitemapmenu .mobile-header {
     z-index: 1;
  }


    button.sub-menu-button.accordion-button {
    font-weight: 700;
    }
}

/* Mobile Menu Footer */

body .dropdown-menu.show.mobile-magnifier {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    background: #D4D4D4;
    margin-bottom: 128px !important;
    border-radius: 0;
    transform: unset!important;
}

.mobile-download-inner a {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.mobilemenu-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header {
    border: none;
    padding-left: 30px;
}

.modal-body{
  padding-left: 30px;
}

#mobile-login-box span.right-arrow {
    margin-right: 8px;
}

ul.popup-menu {
    list-style: none;
    padding: 0;
}

.popup-menu span.right-arrow img {
    max-width: 9px;
    width: 100%;
}

#mobile-login-box .close img {
    width: 100%;
    max-width: 15px;
}

#mobile-login-box .close {
    background: none;
    border: none;
}

hr.popup-divider {
    border: none;
}

a.popup-item {
    color: #000;
}

.modal-content {
    padding: 20px;
}

#mobile-login-box h2 {
    margin-bottom: 0px;
    font-weight: 700;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}


/* Footer */
footer {
    padding: 30px 0;
    padding-bottom: 80px;
}

@media(max-width: 900px) {
  .footer {
    padding: 50px 0;
  }
}

@media(max-width: 450px) {
  .footer {
    padding: 60px 0;
  }
}

.footer-main {
    padding-top: 50px;
    padding-bottom:50px;
}

ul.footer-menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
}

.footer-menu li {
    width: 50%;
    margin-bottom: 20px;
}

.footer-menu li a {
    color: #000000;
    font-weight:bold;
}

.footer-menu li:nth-child(even){
  text-align: left;
}

.footer-menu li:nth-child(odd) {
  text-align: right;
}

.eng .footer-menu li:nth-child(odd){
  text-align: left;
  padding-left: 15px;
}

.eng ul.footer-menu{
  max-width: 390px;
}

.copyright {
    font-size: 12px;
}

.smalltext {
    font-size: 10px;
}

.smalltext1 {
  font-size: 10px;
}


.footertext {
    font-size: 16px;
    min-height: 47px;
}

.footer-title,.footer-menu div {
    font-size: 18px;
    color: #B7274C;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.dps-logo, .award-logo {
    width: 100%;
    margin-bottom: 15px;
}

.dps-logo-div{
    min-height: 142px;
}

@media(max-width: 992px) {

.dps-logo-div{
    min-height: unset;
}

.qrcode .column1{
  margin: 20px 0px;
  flex: 0 0 auto;
  width: 100%;
}

.qrcode .column2, .footer-col, .footer-col2{
  flex: 0 0 auto;
  width: 100%;
}
}

.wechat-qr,
.app1-qr,
.app2-qr {
    max-width: 100%;
    width: 100%;
}

.footer-main>.row {
    justify-content: space-between;
}

img.footermenu-download {
    display: none;
}

a.footermenu-download-url{
    display: none;
}

#scrolltopbtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    z-index: 1;
}

.text-magnifier-mobile .show{
  color: #B7274C
}


@media (min-width: 992px) {
  .footertext {
    min-height: 71px;
  }
}

@media (max-width: 992px) {
  
    .smalltext{
      text-align: left;
      max-width: 320px;
      margin: 0 auto;
    }

    .logo-col{
      max-width: 320px;
      margin: 0 auto;
    }

    .wechat-qr,
    .app1-qr,
    .app2-qr,
    .qrcode-inner .footertext {
        display: none;
    }

    img.wechat-link {
        max-width: 210px;
        margin-top: -67px;
    }

    img.footermenu-download {
        max-width: 211px;
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    a.footermenu-download-url{
      display:block;
    }

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

    ul.footer-menu {
        max-width: 320px;
       justify-content: space-around;
       margin: auto;
    }

    .row.qrcode-inner {
      display: inline-block;
      text-align: center;
    }

}


/*cookeis banner*/
#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
    background: #EFEFEF;
    font-size: 12px;
    padding-top: 30px;
}

#cb-cookie-banner a{
  text-decoration-line:underline ;
}

#cb-cookie-banner button.close {
    position: absolute;
    right: 0;
    top: -25px;
    border: none;
    background: none;
}
#cb-cookie-banner button.close img {
    max-width: 15px;
    width: 100%;
}
div#cb-cookie-banner .container {
    position: relative;
}

/*mobile and desktop image*/
.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}
@media (max-width: 768px) {
  
  .desktop-image {
      display: none;
  }

  .mobile-image {
      display: block;
  }
}



/*home*/

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

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }

  .swiper-slide .mobile {
    display: none;
  }


  @media (max-width: 992px) {
  .swiper-slide .desktop {
    display: none;
  }

  .swiper-slide .mobile {
    display: block;
  }
  }


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

  .homeslider {
    height: auto;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .playbtn, .pausebtn{
    width: 35px;
  }

  .playbtn:hover, .pausebtn:hover{
    cursor: pointer;
  }


  .actionbtn{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 374px;
    z-index: 2;
  }

  

  @media (max-width: 992px) {
    .actionbtn{
     top: 380px;
    }
    }

    @media (max-width: 576px) {
      .actionbtn{
       top: 180px;
      }
      }


  @media (min-width: 960px) {
  .swiper-free-mode>.swiper-wrapper{
    margin: 15px auto!important;
  }
  }

  .homeslider .slide-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  min-height: 400px;
  width: 100%;
  align-items: center;

  }
  .swiper-wrapper{
      height:auto;
  }
.homeslider-2 .swiper-wrapper{
    justify-content: center;
}
.homeslider-2 .swiper-slide{
  margin: 0px 5px!important;
}
  .thumb-container {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  padding-top:30px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  }
  .caption-container {
  max-width: 1206px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  }
  .caption {
      max-width: 580px;
      text-align: left;
      padding: 50px 50px;
      border-radius: 22px;
      background: rgb(255,255,255);

  }
  .homebanner .caption h1 {
    font-size: 34px;
  font-weight: bold;
  color: #000;
  margin-bottom: 13px;
  }
  .homebanner .caption p {
  color:#000;
  font-size: 28px;
  }
  .homeslider .caption h2 {
  color: #C8152D;
  font-size: 30px;
  margin-bottom: 0;
  }
  .homeslider-2 .swiper-slide {
  opacity: 0.4;
  }
  .swiper-slide-thumb-active {
  opacity: 1!important;
  }
  .swiper-button-prev:after,.swiper-button-next:after,.swiper-button-prev-2:after,.swiper-button-next-2:after ,.swiper-button-prev-3:after,.swiper-button-next-3:after {
  content: '';
  width: 14px;
  height: 23px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.swiper-button-prev:after{
  background-image: url(../img/slider-left1.svg);
}

.swiper-button-next:after{
  background-image: url(../img/slider-right1.svg);
}

.swiper-button-prev-2:after, .swiper-button-prev-3:after{
  background-image: url(../img/slider-left.svg);
}

.swiper-button-next-2:after, .swiper-button-next-3:after {
  background-image: url(../img/slider-right.svg);
}

.swiper-button-next, .swiper-button-prev {
  top: 60px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.slide-textbox {
  display: flex;
  align-items: center;
}
.homebanner {
  padding-bottom: 30px;
}
.home-slider-link{
width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {

.homebanner .swiper-slide {
  display: block;
}
.home-slider-link {
  display: block;}
.caption-container {

  position: relative;
}
.caption {
  text-align: center;
  background: none;
  padding: 30px 0 0 0;
}
.swiper-button-wrapper {
  display: flex;
  position: relative;
  max-width: 100px;
  margin: auto;
  justify-content: space-between;
  margin-top: 10px;
}
.homebanner, .slide-textbox {
  background: #f9f9f9;
}
.swiper-button-next, .swiper-button-prev {
  top: 22px;
  position: relative;
}

.homebanner .caption h1 {
  font-size: 34px;
  font-weight: 400;
}
.homeslider .caption h2 {
  font-size: 20px;
  font-weight: 700;
}

.homeslider .caption p {
  font-size: 18px;
}
.thumb-container {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
}

@media (max-width: 576px){
  .homeslider .slide-background {
  background-size: cover;
  background-position: 64.5%;
  background-repeat: no-repeat;
  display: block;
  min-height: 228px;
}
}



.home-alert-icon {
min-width: 40px;
  background: #EFEFEF;
  padding: 30px 10px;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  display: flex;
}
.home-alert {
margin-top: 50px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  border-left: none;
}

.home-alert-icon img{
  max-width: 20px;
}

.alert-slider-container {
width: calc(90% - 40px);
  display: flex;
  padding: 10px;
  margin: auto;
}

.alert-textbox {
  font-size: 14px;
  text-align: left;
  padding: 10px 50px;
  width: 916px;
}
.alert-textbox h5{
  font-size: 14px;
}
.swiper-button-next-2, .swiper-button-prev-2 {
  position: relative;
  display:flex;
  align-items: center;
}
.alert-textbox.mobile{
display:none;
}
.swiper-button-disabled{
opacity: .35;
  cursor: auto;
  pointer-events: none;
}
@media (max-width: 992px){
.alert-textbox {
  padding: 10px 10px;
}
.alert-slider-container {
  width: calc(100% - 40px);
}
.alert-textbox.mobile{
display:block;
}
.alert-textbox.desktop{
display:none!important;
}
.alert-textbox.mobile p {
  margin-bottom: 0;
  font-weight: 400;
}
}

.home-grid {
  max-width: 1200px;
}
.home-grid .row {
  margin-top: 70px;
}
.home-grid .image-box img {
  width: 100%;
  border-radius: 30px;
}
.home-grid .text-box-inner {
  max-width: 350px;
}

.text-box-inner div{
  margin-bottom: 25px;
}

.home-grid .text-box-inner h2 {
  font-size: 34px;
  font-weight: 400;
  color: #B7274C;
}
.home-grid .text-box-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.home-grid .text-box-inner a {
  padding: 10px 20px;
  border: 1px solid #B7274C;
  border-radius: 30px;
  font-size: 16px;
}
.home-grid .text-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px){
.home-grid .text-box-inner {
  max-width: 500px;
  margin-top: 30px;
}
.home-grid .text-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
}

.promotion {
margin-top: 90px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.promotion-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promotion-grid {
  border: 1px solid #B7274C;
  border-radius: 22px;
}
.promotion-textbox {
  padding: 30px 20px;
  text-align: left;
}
.promotion-textbox p {
  margin-bottom: 20px;
}
.promotion-textbox a:after{
content: "";
  background-image: url(../img/more_icon.png);
  width: 16px;
  height: 15px;
  display: inline-block;
  background-size: 100%;
  margin-left: 4px;
}
.promotion >h2 {
  font-size: 34px;
  font-weight: 400;
  color: #B7274C;
  margin-bottom:30px;
}
.promotion-slider{
margin-left: 10px;
  margin-right: 10px;
}


.news-row{
  padding-top: 15px;
  border-top: 1px solid #EFEFEF;
}

.latest-news .date {
max-width: 130px;
}
.latest-news .content {
width:calc(100% - 330px)
}
.latest-news {
  max-width: 1180px;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 140px;
  margin-bottom: -70px;
}
.latest-news-title {
  display: flex;
  justify-content: space-between;
}
.latest-news-title h1 {
font-size: 34px;
  font-weight: 400;
  color: #B7274C;
  margin-bottom: 30px;
}
.latest-news .thumb {
  max-width: 200px;
  width: 100%;
  height: 100%;
  padding: 0px;
  border-radius: 30px;
}
.latest-news .thumb.mobile {
display:none;
}
.grey-container{
background:#F8F8F8
}
.latest-news-title a {
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #B7274C;
}
.latest-news .row {
  margin-bottom: 50px;
}
.latest-news>a{
color:#000;
}
.readmore{
padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #B7274C;
  color:#B7274C!important;
  display:none;
}

.year-dropdown{
  display: none;
}

div.accordion-news{
    padding: 10px 20px;
    background: #f4f4f4;
    margin-bottom: 10px;
    text-align: center;
}

div.tab_2022, div.tab_2021, div.tab_2020,div.tab_2019,div.tab_2018{
  padding: 10px 20px;
    background: #f4f4f4;
    margin-bottom: 10px;
    text-align: center;
}

div.tab_2023.active,div.tab_2022.active, div.tab_2021.active, div.tab_2020.active,div.tab_2019.active,div.tab_2018.active {
  color: #fff;
  background: #B7274C;
}

.year-tab {
  max-width: 68px;
  margin: auto;
  text-align: left;
}

.year-dropdown button{
  width: 100%;
  border: none;
  background: #B7274C;
  border-radius: 0px;
  color: #fff;
}

.year-dropdown button:hover{
  width: 100%;
  border: none;
  background: #B7274C;
  border-radius: 0px;
  color: #fff;
}

.year-dropdown .dropdown-toggle::after{
  display: none;
}

.year-dropdown .btn.show{
  width: 100%;
  border: none;
  background: #B7274C;
  border-radius: 0px;
  color: #fff;
}

.year-dropdown .btn.show .up-arrow{
  transform: rotate(180deg);
}

.year-dropdown li{
  background: #EFEFEF;
  margin: 0px 10px 20px 10px;
  padding: 6px 0px;
}

.year-dropdown .dropdown-menu{
  width: 100%;
  margin: 10px 0px!important;
}


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

.panel{
  display: none;
  overflow: hidden;
}

@media (max-width: 768px){
.latest-news .date {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.latest-news .content {
  width: 70%;
}
.latest-news .thumb.mobile {
  display: block;
  width: 30%;
}
.latest-news  .thumb.desktop{
display:none!important;
}
.readmore{
  display:inline-block;
}
}
@media (max-width: 900px){
.news-selector{
  display: none;
}

.year-dropdown{
  display: block;
}

.news-row{
  padding-top: 15px;
  border-bottom: 1px solid #EFEFEF;
  border-top: none;
}
}

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

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }


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

  .homeslider {
    height: auto;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .homeslider .slide-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  min-height: 435px;
  width: 100%;
  align-items: center;
  }
  .swiper-wrapper{
      height:auto;
  }
  .thumb-container {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  padding-top:30px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
  }
  
  .homebanner .caption h1 {
    font-size: 34px;
  font-weight: bold;
  color: #000;
  margin-bottom: 13px;
  }
  .homebanner .caption p {
  color:#000;
  font-size: 28px;
  }
  .homeslider .caption h2 {
  color: #C8152D;
  font-size: 30px;
  margin-bottom: 0;
  }
  .homeslider-2 .swiper-slide {
  opacity: 0.4;
  }
  .swiper-slide-thumb-active {
  opacity: 1!important;
  }
  .swiper-button-prev:after,.swiper-button-next:after,.swiper-button-prev-2:after,.swiper-button-next-2:after ,.swiper-button-prev-3:after,.swiper-button-next-3:after {
  content: '';
  width: 14px;
  height: 23px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.swiper-button-next, .swiper-button-prev {
  top: 60px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.slide-textbox {
  display: flex;
  align-items: center;
}
.homebanner {
  padding-bottom: 30px;
}
.home-slider-link{
width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
.homebanner .swiper-slide {
  display: block;
}
.home-slider-link {
  display: block;}
.caption-container {

  position: relative;
}
.caption {
  text-align: center;
  background: none;
  padding: 30px 0 0 0;
}
.swiper-button-wrapper {
  display: flex;
  position: relative;
  max-width: 100px;
  margin: auto;
  justify-content: space-between;
  margin-top: 10px;
}

.homebanner{
  padding-top:2px;
}

.homebanner, .slide-textbox {
  background: #f9f9f9;
}
.swiper-button-next, .swiper-button-prev {
  top: 22px;
  position: relative;
}

.homebanner .caption h1 {
  font-size: 34px;
  font-weight: 400;
}
.homeslider .caption h2 {
  font-size: 20px;
}
.homeslider .caption p {
  font-size: 18px;
}
.thumb-container {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
}

@media (max-width: 992px){
  .homeslider .slide-background {
  background-position: 65%;
}
}

@media (max-width: 576px){
  .homeslider .slide-background {
  background-size: cover;
  background-position: 64.5%;
  background-repeat: no-repeat;
  display: block;
  min-height: 228px;
}
}



.home-alert-icon {
min-width: 40px;
  background: #EFEFEF;
  padding: 30px 10px;
  border-radius: 10px;
  border: 1px solid #D7D7D7;
  display: flex;
}
.home-alert {
margin-top: 50px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  border-left: none;
}

.alert-slider-container {
width: calc(90% - 40px);
  display: flex;
  padding: 10px;
  margin: auto;
}

.alert-textbox {
  font-size: 14px;
  text-align: left;
  padding: 10px 50px;
}
.alert-textbox h5{
  font-size: 14px;
}
.swiper-button-next-2, .swiper-button-prev-2 {
  position: relative;
  display:flex;
  align-items: center;
}

.swiper-button-disabled{
opacity: .35;
  cursor: auto;
  pointer-events: none;
}


.home-grid {
  max-width: 1200px;
}
.home-grid .row {
  margin-top: 70px;
}
.home-grid .image-box img {
  width: 100%;
}
.home-grid .text-box-inner {
  max-width: 350px;
}
.home-grid .text-box-inner h2 {
  font-size: 34px;
  font-weight: 400;
  color: #B7274C;
}
.home-grid .text-box-inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.home-grid .text-box-inner a {
  padding: 10px 20px;
  border: 1px solid #B7274C;
  border-radius: 30px;
  font-size: 16px;
}


.grid-url a{
  padding: 0px!important;
  border: none!important;
  font-size: 16px;
  font-weight: 400!important;
  color: #000;
}

@media (max-width: 768px){
.home-grid .text-box-inner {
  max-width: 500px;
  margin-top: 30px;
}
}

.promotion {
margin-top: 90px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.promotion-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.promotion-grid {
  border: 1px solid #B7274C;
  border-radius: 22px;
}
.promotion-textbox {
  padding: 30px 20px;
  text-align: left;
}
.promotion-textbox h5{
  font-weight:700;
}

.promotion-textbox p {
  margin-bottom: 20px;
}
.promotion-textbox a:after{
content: "";
  background-image: url(../../img/more_icon.png);
  width: 16px;
  height: 15px;
  display: inline-block;
  background-size: 100%;
  margin-left: 4px;
}
.promotion >h2 {
  font-size: 34px;
  font-weight: 400;
  color: #B7274C;
  margin-bottom:30px;
}
.promotion-slider{
margin-left: 10px;
  margin-right: 10px;
}


.latest-news .date {
max-width: 130px;
}
.latest-news .content {
width:calc(100% - 330px)
}
.latest-news {
  max-width: 1180px;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 140px;
  margin-bottom: -70px;
}
.latest-news-title {
  display: flex;
  justify-content: space-between;
}
.latest-news-title h1{
font-size: 34px;
  font-weight: 400;
  color: #B7274C;
  margin-bottom: 30px;
}

.latest-news .thumb.mobile {
display:none;
}
.grey-container{
background:#F8F8F8
}
.latest-news-title a {
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #B7274C;
}
.latest-news .row {
  margin-bottom: 50px;
  padding-right: 12px;
}
.latest-news>a{
color:#000;
}
.readmore{
padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #B7274C;
  color:#B7274C!important;
  display:none;
}
@media (max-width: 768px){
.latest-news .date {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.latest-news .content {
  width: 70%;
}
.latest-news .thumb.mobile {
  display: block;
  width: 30%;
}
.latest-news  .thumb.desktop{
display:none!important;
}
.readmore{
  display:inline-block;
}
}

/* whats-new */

.whats-new .latest-news-title{
    justify-content: center;
}
.whats-new .latest-news-title h1{
    color:#000!important;
}

.latest-news-inner {
    display: flex;
    flex-wrap: wrap;
}

.news-selector {
    width: 200px;
}


.news-tab-wrapper {
    width: calc(95% - 200px);
    padding-left: 50px;
}

.news-selector ul {
    list-style: none;
    padding-left: 0;
}

.news-selector li {
    padding: 10px 20px;
    background: #f4f4f4;
    margin-bottom: 10px;
}
.news-selector li.active{
     color:#fff;
     background:#B7274C
}
.whats-new .latest-news .row{
    color:#000!important
}

.news-tab{
    display:none;
}
.news-tab.active{
    display:block!important;
}
.whats-new  .latest-news {
    margin-top: 20px;
}
@media (max-width: 900px){
    .latest-news-inner {
        display: block;
    }
    .news-selector {
        width: 100%;
        text-align: center;
    }
    .news-tab-wrapper {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}

/* Corporate-deposit */
img.section-top-icon {
    max-width: 110px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.grid-item {
    position: relative;
    scroll-margin-top: 200px;
}
.section-grid-inner {
    margin-top: 66px;
    padding: 100px 35px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    height: 400px;
    margin-bottom: 20px;
}

.chi.corporate-deposit .section-grid-inner {
  height: 700px;
}

.eng.corporate-deposit .section-grid-inner {
  height: 1000px;
}
/*
@media (max-width: 1200px){
.eng.corporate-deposit .section-grid-inner {
  height: 1080px;
}
}

*/
.words-inside{
  font-size: 16px;
}
.section-grid-inner h2 {
  color:#B7274C;
  font-weight:400;
}

.section-grid-inner h3{
color:#B7274C;
font-weight:400;
font-size: calc(1.325rem + .9vw);
}
@media (min-width: 1200px){
  .section-grid-inner h3{
    font-size: 2rem;
  }
}
.section-grid-inner p{
line-height:2;
}
.section-grid-inner li {
line-height: 2;
}
.section-grid-inner ul {
padding-left: 20px;  
}

.section-grid.corporate-deposit-grid {
max-width: 1100px;
margin: auto;
}

.getmoreinfo {
max-width: 1105px;
margin: auto;
background-image: url(../img/message-bg.png);
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
padding: 0 20px;
color: #fff;
min-height: 97px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
border-radius: 15px;
}

@media (max-width: 410px){
  .getmoreinfo {
    background-image: url(../img/message-bg-mobile.svg);
  }
}

.getmoreinfo a{
  color: #fff;
}
.terms ul {
padding-left: 19px;
}
.terms {
    background: #F0F0F0;
    padding: 30px;
    border-radius: 20px;
    margin-top: 90px;
    margin-bottom: 90px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.terms h2, .terms h3, .terms h4 {
  font-size: 1.25rem!important;
}
.terms .desktop {
    max-width: 950px;
    margin: auto;
    padding: 10px 0;
}

.corporate-deposit .terms .desktop {
  padding: 10px 0;
} 

/*.terms .mobile {
display:none;
}*/
@media (max-width: 768px){
/*.terms .mobile {
 display:block;
 }
 .terms .desktop {
display:none;
}*/
.grid-item {
  scroll-margin-top: 70px;
}

.getmoreinfo {
  padding: 30px 20px;
}

}


/*trade-finance-services*/

.trade-finance-services .accordion-tab .nav-tabs {
    display: none;
    border: none;
    justify-content: space-around;
    max-width: 1100px;
    margin: auto;
    padding-top: 50px;
    font-size: 26px;
  }

  .trade-finance-services .accordion-tab .nav-tabs .nav-link {
    border:none;
    color: #000;
    border-bottom: 2px solid #A9A9A9;
  }
  
  .trade-finance-services .accordion-tab .nav-tabs .nav-link.active{
    color:#B7274C;
    border-bottom: 6px solid #B7274C;
    font-weight: 800;
  }

  .trade-finance-services .accordion-tab li.nav-item {
    flex: 1;
    text-align: center;
}
.section-grid.accordion-tab {
    max-width: 1100px;
    margin: auto;
}

.trade-finance-services #accordion-tab .accordion-item {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.trade-finance-services .section-img img{
    max-width: 600px;
    width: 100%;
}

.trade-finance-services .section-img{
  text-align: center;
  margin: 50px 0px;
}

.trade-finance-services .section-content{
  max-width: 1100px;
  margin: 20px auto;
}

.trade-finance-services .accordion-header {
  padding: 10px 0px!important;
}

@media screen and (max-width: 600px) {
  .trade-finance-services #accordion-tab .accordion-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
}

@media screen and (max-width: 992px) {
  .eng.trade-finance-services .nav .nav-link{
    padding: 0px;
  }
  
}

  @media screen and (min-width: 600px) {
    .trade-finance-services .accordion-tab .nav-tabs {
        display: flex;
        align-items: end;
    }
    #accordion-tab > .accordion-item > h2 {
        display: none;
    }
    .trade-finance-services .accordion-tab .accordion-item {
        border: none;
    }
    
  }
  #accordion-tab .accordion-body{
    margin-left: 0;
    padding-bottom: 30px;
    margin-top: 0;
    padding-top: 30px;
  }
  .accordion-sub-tab .accordion-header img,#content-tab .accordion-header img {
    width: 40px;
    margin-right: 20px;
}
.accordion-sub-tab-img {
    text-align: center;
}

.accordion-sub-tab-img img {
    max-width: 700px;
    width: 100%;
}
#accordion-sub-tab .accordion-body-inner {
    padding: 40px 10px;
}
.accordion-body-inner p {
    margin-bottom: 40px;
    line-height:2
}
#accordion-tab .accordion-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: none;
}
.accordion-sub-tab .sub-title {
    padding-left: 58px;
}
@media screen and (max-width: 768px) {
.accordion-sub-tab .accordion-button {
    font-weight:700;
    font-size: 20px;}
    .accordion-sub-tab .accordion-header img,#content-tab .accordion-header img {
        width: 30px;
        margin-right: 15px;
    }
    .accordion-sub-tab .sub-title {
        padding-left: 45px;
    }
}

/*virtual-trading-manager*/
.virtual-trading-manager-grid .col-md-6{
  width: 33%;
}
@media screen and (max-width: 992px) {
      .virtual-trading-manager-grid .col-md-6 {
        width: 100%;
      }

      .eng .virtual-trading-manager-grid .section-grid-inner{
        height: 350px;
      }
}

@media(max-width: 767px) {
  .virtual-trading-manager-grid .grid-content{
  margin: auto 0;
  }
  .virtual-trading-manager-grid .section-grid-inner{
   display: flex;
  }
}

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


.virtual-trading-manager .section-content{
  margin-bottom: 50px;
}

.virtual-trading-manager .terms .desktop {
  padding: 10px 0;
}



/* Loan */

#content-tab .accordion-body {
    margin-left: 0;
    padding-bottom: 40px;
}

#content-tab  .accordion-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    scroll-margin-top: 1em;
}



/*anchor*/
.accordion-item{
  position:relative;
  z-index: 1;
}
.anchor-class{position:absolute; top:-200px;}
@media (max-width: 992px){

  .anchor-class{position:absolute; top:-70px;}
}

/* desktop-app */
.dl-app{
  background: #F8F8F8;
}

/* mpf-service*/
.mpf .section-grid-inner{
  height: 520px;
}

.mpf .section-content a{
  text-decoration: underline;
}

.mpf .getmoreinfo p {
  padding: 20px;
}

.mpf .transaction-manager-grid .col-md-6 {
  width: 33%;
}

/*grid*/
@media(max-width: 992px) {
  .mpf .section-grid-inner{
    display: flex;
    height: 400px;
    padding: 60px 30px;
  }
  
  .mpf .grid-content{
    margin: auto 0;
  }
  }

  @media (max-width:992px) {
    .mpf .transaction-manager-grid .col-md-6 {
      width: 100%;
  }
  }

  @media (max-width:1200px) {
    .mpf .section-grid-inner{
     height: 600px;
  }
  }

@media (max-width:767px) {
  .U-BANK-CMBWLB-app .U-BANK-CMBWLB-app-grid .col-md-6 {
    width: 100%!important;
}
}


@media (max-width: 992px){
  .mpf .section-grid-inner{
    display: flex;
    height: 400px;
    padding: 60px 30px;
  }
  .section-content-icon{
    margin-right: 20px;
  }
}

/*swift-direct*/
.swift-content{
    max-width: 765px;
    margin: auto;
}

.swift-direct .section-content1{
  max-width: 1100px;
  margin: 70px auto;
}

.swift-content1{
    margin-bottom: 80px;
}

.swift-content1 img{
  width: 100%;
}

/*U-BANK-CMBWLB-app*/
.download-section h2 {
  font-size: 34px;
  font-weight: 400;
  color: #B7274C;
  margin-bottom: 30px;
  text-align: left;
}

.download-button-desktop {
  background: #B7274C;
  border-radius: 30px;
  font-size: 20px;
  border: none;
  padding: 10px 40px;
  color: #fff;
}

.download-bg-section-desktop{
  background: #F8F8F8;
  padding-top: 30px;
  padding-bottom: 0px;
}

.download-flex{
  display: flex;
  align-items: center;
}


.download-details {
  width: 80%;
}

.download-details1{
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.desktop-icon, .desktop-search, .desktop-appstore, .desktop-googleplay{
  padding: 10px;
}

.download-details2 {
  display: flex;
  justify-content: flex-start;
}

.U-BANK-CMBWLB-app .section-grid-inner{
  height: 460px;
}

.download-section-mobile{
  margin: 20px;
}

.download-button-mobile {
  background: #B7274C;
  border-radius: 30px;
  font-size: 20px;
  border: none;
  padding: 15px 40px;
  color: #fff;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
 
}

.desktop-qrcode{
  max-width: 153px;
}

.download-mobile .download-details2 {
  display: flex;
  justify-content: center;
}

.download-section-mobile img{
  width: 100%;
}

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

.download-section-mobile{
  display: none;
}

.CMBWLB-custody-mobile-app .section-content{
    max-width: 1100px;
    margin: auto;
}

.CMBWLB-custody-mobile-app .section-grid-inner {
  padding: 150px 60px;
}

.CMBWLB-custody-mobile-app .download-section-desktop h2,.CMBWLB-custody-mobile-app .download-section-mobile h2{
  color: #B7274C;
}

.desktop-iphone{
  max-width: 342px;
  padding: 0 30px;
  margin: 0px 76px;
}

.U-BANK-CMBWLB-app .download-section-desktop h2,.U-BANK-CMBWLB-app .download-section-mobile h2{
  color: #B7274C;
}

.U-BANK-CMBWLB-app .U-BANK-CMBWLB-app-grid .col-md-6{
  width: 33%;
}

/*grid*/
@media(max-width: 992px) {
  .U-BANK-CMBWLB-app .section-grid-inner{
    display: flex;
  }
  
  .U-BANK-CMBWLB-app  .grid-content{
    margin: auto 0;
  }

.desktop-iphone{
    margin: 0 auto;
  }

  }

  @media (max-width:500px) {
    .desktop-iphone{
      max-width: 230px;
    }
  }

@media (max-width:992px) {
  .U-BANK-CMBWLB-app .col-md-6 {
    width: 100%;
}
}

@media (max-width: 1200px){
  .U-BANK-CMBWLB-app .section-grid-inner{
    height: 500px;
    padding: 70px 40px;
  }
}

@media (max-width: 992px){
  .global-custody .section-grid-inner{
    display: flex;
  }
  .global-custody .grid-content{
    margin: auto 0;
  }

  .global-custody .col-md-6{
    width: 100%;
  }

  .U-BANK-CMBWLB-app .desktop-icon,.CMBWLB-custody-mobile-app .desktop-icon{
    padding: 10px 0px;
  }

  .corporate-deposit-grid .grid-item{
    width: 100%;
  }
}

/*global-custody*/
@media (max-width: 992px){
  .download-bg-section-desktop{
  display: none;
 }
  .download-section-mobile{
   display: block;
 }
}

.global-custody .section-grid-inner{
  height: 460px;
}


/*contact-us*/
.contact-us .section-content a{
  text-decoration: underline;
}

table.hotline-table {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

table.hotline-table th{
  background: #B7274C;
  color: #fff;
  width: 50%;
  padding: 10px 0px;
}

table.hotline-table td{
  padding: 10px 0px;
}

.hotline-table tr:nth-child(even) {
  background-color: #F0F0F0;
}

table.hotline-table tr:nth-child(3) {
  background-color: #E5E5E5;
}

table.hotline-table tr th:first-child {
  border-right: 1px solid #fff;
}

.contact-us .section-content-icon {
  max-width: 50px;
}

.contact-us .section-content h2{
  font-size: 30px;
}

.contact-us .section-content {
  margin-bottom: 70px;
  margin-top: 0px;
}

@media (max-width: 992px){
  .contact-us .section-content-icon{
      display: block;
    }
  .contact-us .section-content h2{
      margin-left: 30px;
  }
}

/*Corporate Host-to-Host Services*/
.corporate-host-to-host-services .accordion-tab .nav-tabs {
  display: none;
  border: none;
  justify-content: space-around;
  max-width: 1100px;
  margin: auto;
  padding-top: 50px;
  font-size: 26px;
}

.corporate-host-to-host-services .accordion-tab .nav-tabs .nav-link {
border:none;
color: #000;
border-bottom: 2px solid #A9A9A9;
}

.corporate-host-to-host-services .accordion-tab .nav-tabs .nav-link.active{
  color:#B7274C;
  border-bottom: 6px solid #B7274C;
  font-weight: 800;
}

.corporate-host-to-host-services .accordion-tab li.nav-item {
  flex: 1;
  text-align: center;
}

.corporate-host-to-host-services .accordion-body-inner p{
  font-size: 16px;
  line-height: 1.5;
}

.corporate-host-to-host-services #trade-title:not(.collapsed) {
  border-bottom: none;
}

.content-img{
  margin: 60px auto;
}

.content-img img{
  width: 100%;
}


@media screen and (min-width: 600px) {
  .corporate-host-to-host-services .accordion-tab .nav-tabs {
      display: flex;
  }
  
  .corporate-host-to-host-services .accordion-tab .accordion-item {
      border: none;
  }
}

@media screen and (max-width: 992px) {
  .eng.corporate-host-to-host-services .nav .nav-link{
      padding:0;
  } 
  
}


.corporate-host-to-host-services .accordion-button img {
  width: 40px;
  margin-right: 20px;
}

/*corporate-liquidity-management*/
.corporate-liquidity-management .container .accordion-body img{
  width: 60%;
}

.corporate-liquidity-management .container .accordion-body div{
  text-align: center;
  margin: 50px 0px;
}

@media screen and (max-width: 768px) {
  .corporate-liquidity-management .container .accordion-body img{
    width: 100%;
  }
}

/*global-cash-management*/
.global-cash-management-content1 img{
  width: 100%;
}

.global-cash-management-content{
  max-width: 1140px;
  margin: 0 auto;
} 

.global-cash-management-content1{
  padding-bottom: 20px;
}

.global-cash-management .content-mobile{
  display: none;
}


@media screen and (max-width: 768px) {
  .global-cash-management-content1 .content-desktop{
    display: none;
  }
  
  .global-cash-management .content-mobile{
    display: block;
    padding-bottom: 20px;
  }
  
}

/*u-bank-cmbwlb-services*/
.u-bank-cmbwlb-services .section-title {
 text-align: center;
}

.u-bank-cmbwlb-services .section-title p{
  margin: 50px 0px;
}

.u-bank-cmbwlb-services .section-title img{
  max-width: 600px;
  width: 100%;
}

.u-bank-cmbwlb-services .section-content{
  max-width: 1100px;
  margin: 70px auto;
}

.u-bank-cmbwlb-services .section-content ul{
  padding: 0px 17px;
}

.u-bank-cmbwlb-services .accordion-tab ul{
  padding: 0px 17px;
}

.u-bank-cmbwlb-services .service-kv-mobile{
  display: none;
}

@media screen and (max-width: 768px) {
  .u-bank-cmbwlb-services .service-kv-desktop{
    display: none;
  }

  .u-bank-cmbwlb-services .service-kv-mobile{
    display: block;
    margin: 0 auto;
  }
}

span.accordion-content-title {
  font-weight: 700;
  line-height: 40px;
}

/*c-express-payroll-services*/
.c-express-payroll-services .c-express-accordion .accordion-body{
  margin-top: 0px;
  padding: 30px 0 0 0;
}

.c-express-payroll-services .section-content{
  margin: 25px auto;
  max-width: 1100px;
}

.c-express-payroll-services .c-express-accordion .accordion-item ul{
  padding: 0px 17px;
}


/*bond-issuance*/
.bond-issuance .getmoreinfo a{
  text-decoration: underline;
  color: #fff;
}

.bond-issuance .phone-number a{
  color: #B7274C;
}

.bond-issuance .terms .a{
  text-decoration: underline;
  color: #000;
}


.bond-issuance .mobile-info{
  display: none;
}
@media screen and (max-width: 768px) {
  .bond-issuance .desktop-info{
    display: none;
  }
  .bond-issuance .mobile-info{
    display: block;
    margin: 30px 20px;
  }
  
}

/*remittances-and-transfers-services*/
#payment-tab .accordion-sub-tab-img{
  max-width: 477px;
  margin: 10px auto 60px auto;
}

.remittances-and-transfers-services .accordion-title{
  margin: 50px 0px;
}

.remittances-and-transfers-services .accordion-tab .nav-tabs {
  display: none;
  border: none;
  justify-content: space-around;
  max-width: 1100px;
  margin: auto;
  padding-top: 50px;
  font-size: 26px;
}

.remittances-and-transfers-services .accordion-tab .nav-tabs .nav-link {
border:none;
color: #000;
border-bottom: 2px solid #A9A9A9;
}

.remittances-and-transfers-services .accordion-tab .nav-tabs .nav-link.active{
  color:#B7274C;
  border-bottom: 6px solid #B7274C;
  font-weight: 800;
}

.remittances-and-transfers-services .accordion-tab li.nav-item {
  flex: 1;
  text-align: center;
}
.section-grid.accordion-tab {
  max-width: 1100px;
  margin: auto;
}

.remittances-and-transfers-services .section-img img{
  max-width: 600px;
  width: 100%;
}

.remittances-and-transfers-services .section-img{
text-align: center;
margin: 50px 0px;
}

.remittances-and-transfers-services .section-content{
max-width: 1100px;
margin: 20px auto;
}

.c-plus-learn-more{
  padding: 10px 20px;
  border: 3px solid #B7274C;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
}

#fps-direct-debit-service2 .accordion-sub-tab-img img{
  max-width: 1100px;
}

#fps-direct-debit-service2 .accordion-sub-tab-img{
  margin: 30px 0px;
}

.stick{
  white-space: nowrap;
}

@media screen and (min-width: 600px) {
  .remittances-and-transfers-services .accordion-tab .nav-tabs {
      display: flex;
  }
  #accordion-tab > .accordion-item > h2 {
      display: none;
  }
  .remittances-and-transfers-services .accordion-tab .accordion-item {
      border: none;
  }
  .remittances-and-transfers-services .accordion-title{
    margin: 27px 0px;
  }
}

/*ipo-services*/
.ipo-services .container .accordion-item .accordion-body ul{
  padding: 0px 17px;
}

/*cash-management-index*/
.text-box-inner ul{
  padding: 0px 17px;
}

/*e-banking-service-index*/
.e-banking-services-box a{
  border: none!important;
}

.e-banking-services-box li{
  padding: 10px 0px;
}

/*sitemap*/
#sitemapmenu .container-fluid .row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}



button.sub-menu-button.accordion-button.sub-btn{
  margin: 0; 
  height: 100%; 
  max-height:100%;
}

#sitemapmenu .accordion-button{
  padding: 0px 0px 0px 0px;
}

#sitemapmenu .sub-menu-button{
  margin-bottom: 0px;
}

#sitemapmenu .accordion-body {
  padding: 0 0 15px 0;
}

#sitemapmenu .accordion-body .mh-100 .collapsed{
  padding: 0px 0px;
}

#sitemapmenu-expand {
  display: none;
}
#sitemapmenu-expand {
  position: fixed;
  width: 100%;
  height: calc(100vh - 65px);
  top: 64px;
  z-index: 99;
}
#sitemapmenu {
  background: #fff;
  margin-top: 2px;
  padding: 40px 20px 150px 20px;
}

#sitemapmenu .accordion-header button {
  font-weight: 700;
}

ul#sitemapmenu-wrapper {
  list-style: none;
  padding: 0;
}

#sitemapmenu .color-3{
  color:#000;
  font-weight: 700;
}

#sitemapmenu .no-pad{
  padding: 0px 0px 10px 0px;
}

#sitemapmenu .accordion-header{
  align-items: center;
}

img.sitemapmenu-download {
  max-width: 50px;
  margin-right: 30px;
  width: 100%;
  display: block;
}

.sitemapmenu-footer {
  padding: 10px 20px;
  background: #F5F5F5;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding-bottom: 30px;
  z-index: 2;
}

.sitemapmenu-footer .back-text a {
  font-weight: 400;
}

.sitemapmenu-footer .backtomain {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

img.sitemapmenu-wechat {
  max-width: 240px;
  margin-top: -10px;
}

#sitemapmenu .mobile-header{
  display: block;
}


/*en styling*/
.eng .navbar .cash-management .dropdown-hover-content .mb-2 .header-t2 {
  height: 102px;
}

.eng .navbar .corporate-finance .dropdown-hover-content .mb-2 .header-t2 {
  height: 75px;
}

.eng .section-grid-inner{
  height: 550px;
}

.eng .download-button-desktop{
  white-space: nowrap;
}

.eng nav.main.navbar{
    margin-left: -14px;
    max-width: 1480px;
}

.eng .footertext{
  min-height: 72px;
  word-wrap: break-word;
}

@media (max-width: 992px){
  .eng .footertext{
    min-height: 47px!important;
  }
}

.eng .navbar .corporate-finance .dropdown-hover-content .mb-2 .header-t2 {
  height: 45px;
}

.eng .year-tab{
  max-width: 46px;
}
  
.eng .navbar .cash-management .dropdown-hover-content .mb-2 h6 {
  
}

@media (min-width: 1400px){
  .eng .container{
    max-width: 1480px;
  }
  .eng nav.main.navbar{
    margin-left: -13px;
  }

  .eng nav.breadcrumb{
    margin: auto 0;
  }
  .eng nav.main.navbar>.nav-item>a{
    letter-spacing: 0px;
  }

  .eng nav.main.navbar .nav-item{
    padding: 5px 0px 10px 0px;
  }
  
}


@media (max-width: 1422px){
  .eng nav.main.navbar .nav-item{
    margin-right: 0px!important;
  }
}


@media (max-width: 1399px){
.eng nav.main.navbar>.nav-item>a{
  font-size: 11px!important;
  letter-spacing: 0px;
}

.eng nav.main.navbar {
  margin-left: -19px;
  max-width: 1145px;
}

.eng .navbar .corporate-finance .dropdown-hover-content .mb-2 .header-t2 {
  height: 65px;
}

.eng .navbar .cash-management .dropdown-hover-content .mb-2 h6 {
  
}




}

@media (max-width: 1200px){

    .eng nav.main.navbar {
      margin-left: -19px;
      max-width: 1150px;
  }

  .eng .section-grid-inner {
    height: 700px;
  } 

  }
  



  .eng .footertext{
    min-height: 95px;
  }

  .eng .home-grid .text-box-inner {
    max-width: 500px;
}

@media (max-width: 992px){

  .eng .section-grid-inner {
    height: 660px;
}

  .U-BANK-CMBWLB-app .U-BANK-CMBWLB-app-grid .col-md-6 {
    width: 100%;
  }
  }

  @media (max-width: 767px){

    .eng .section-grid-inner {
      height: 750px;
    }

    .eng .footertext {
      min-height: 50px;
    }

    .eng .accordion-content-title {
      line-height: 28px;
    }

   

    }

