/*** Start - Fonts ***/
@font-face {
    font-family: 'FrutigerLTStd-Bold';
    src: url('../fonts/FrutigerLTStd-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FrutigerLTStd-Light';
    src: url('../fonts/FrutigerLTStd-Light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'FrutigerLTStd-Roman';
    src: url('../fonts/FrutigerLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansCJKTC-Bold';
    src: url('../fonts/NotoSansCJKtc-Bold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansCJKTC-Light';
    src: url('../fonts/NotoSansCJKtc-Light.otf') format("opentype");
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansCJKTC-Regular';
    src: url('../fonts/NotoSansCJKtc-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*** End -- Fonts ***/

/*** Start -- Core ***/
html[lang="zh-Hant-HK"] body, html[lang="zh-Hant-HK"] h1, html[lang="zh-Hant-HK"] h2, html[lang="zh-Hant-HK"] h3,
html[lang="zh-Hant-HK"] .slide-text p, html[lang="zh-Hant-HK"] .html-slider p,
html[lang="zh-Hant-HK"] .s-table-1 .title-cell h2, html[lang="zh-Hant-HK"] .s-table-2 .title-cell h2, 
html[lang="zh-Hant-HK"] .font-light {
    font-family: 'NotoSansCJKTC-Regular';
}
html[lang="zh-Hans-HK"] body {
    font-family: 'NotoSansCJKTC-Regular';
}
html[lang="zh-Hant-HK"] .nav-menu ul,
html[lang="zh-Hans-HK"] .nav-menu ul {
    display: inline-block;
}
body {
    font-family: 'FrutigerLTStd-Roman';
    color: var(--mc-black);
    line-height: 1.5;
}
.font-light {
    font-family: 'FrutigerLTStd-Light';
}
.en {
	font-family: 'FrutigerLTStd-Roman';
}
a {
    color: #31439A;
}
header {
    border-bottom: 0;
}
.logo img {
    width: 139px;
}
.nav-menu a, .nav-menu li a, .nav-menu li .dropdown a {
    color: var(--mc-black);
}
.nav-menu li .dropdown p:hover a {
    color: var(--mc-white);
}
.dropdown {
    min-width: 200px;
}
.dropdown > p, .dropdown-submenu > p {
    background-color: #9FC9D3;
    margin-bottom: 3px;
    margin-top: 0;
}
.dropdown > p:hover, .dropdown > p:focus, .dropdown > p:active,
.dropdown-submenu > p:hover, .dropdown-submenu > p:focus, .dropdown-submenu > p:active {
    background-color: #7A7A7A;
    color: var(--mc-white);
}
.dropdown-submenu > p {
    padding: 7px 15px;
    text-align: left;
}
.arrow {
    font-size: 0.8em;
    margin-left: 5px;
}
.controls .zh, .controls .cn {
    font-family: 'NotoSansCJKTC-Regular'
}
.controls a {
    text-decoration: none;
    border: none;
}
.controls a:hover, .accessible-font a:hover {
    color: #31439A;
}
.btn-download {
    display: inline-block;
    width: 21px;
    height: 20px;
    background-image: url('../images/icon_download.png');
    background-size: cover;
    transition: background-image 0.3s ease;
    vertical-align: bottom;
    margin-bottom: 2px;
}
.btn-download:hover {
    background-image: url('../images/icon_download_rollover.png');
}
.mc-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    
}
.mc-tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    color: #000;
    background: #fff;
    border: 2px solid green;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 80%;
    white-space: normal;
    top: 100%;
    left: 50%;
    margin-left: -120px;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}
.mc-tooltip:hover .tooltiptext {
    visibility: visible;
}
.txt-size-btn {
    font-family: 'FrutigerLTStd-Roman';
}
.button-group {
    display: flex;
    align-items: baseline;
}
.slider a {
    min-width: 100%;
}
.slider button {
    padding: 0;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.content-s {
    padding: 10px 55px;
}
.breadcrumb {
    margin-top: 25px;
    margin-bottom: 25px;
    --bs-breadcrumb-divider: '>';
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-item.has-href a {
    color: #A6A8AB;
}
.breadcrumb-item.active {
    color: #436A9B;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
h1, h2, h3 {
    text-transform: uppercase;
}
h1 {
    font-size: 26px;
    color: #436A9B;
    margin-bottom: 25px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
h2 {
    font-family: 'FrutigerLTStd-Bold';
    font-size: 20px;
    color: #13787F;
}
h3 {
    font-size: 20px;
}
p {
    text-align: justify;
    margin: 0 0 20px;
}
.nowrap {
    white-space: nowrap;
}
#home h2 {
    font-size: 24px;
    letter-spacing: 1px;
}
.moca-basic-slider {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.moca-basic-slider-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.moca-basic-slider-slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}
.moca-basic-slider-slide img {
    width: 100%;
}
.moca-basic-slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    padding: 0;
}
.moca-basic-slider .left-arrow {
    left: 0;
    margin-left: 0;
}
.moca-basic-slider .right-arrow {
    right: 0;
}
.sli-title, .sli-text, .sli-text1 {
    position: absolute;
}
.sli-title {
    top: 41px;
    left: 50px;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.15;
    color: #436A9B;
}
.sli-text {
    top: 350px;
    right: 110px;
    width: 330px;
    font-size: 15.5px;
    line-height: 1.33;
    color: #436A9B;
}
.sli-text .nme {
    color: #00665E;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.sli-text .mre {
    padding: 3px 16px;
    border: 1.5px solid #43699A;
}
.sli-text1 {
    top: 180px;
    left: calc(50% - 165px);
    width: 330px;
    font-size: 15.5px;
    line-height: 1.33;
    color: #436A9B;
    text-align: center;
}
.sli-text1 .nme {
    color: #00665E;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.sli-text1 .mre {
    padding: 3px 16px;
    border: 1.5px solid #43699A;
    color: #436A9B;
}
.sec-title1, .sec-title2, .sec-title3 {
    position: absolute;
    font-size: 35px;
    text-transform: uppercase;
    width: 600px;
    line-height: 1.2;
}
.sec-title1.chin, .sec-title2.chin, .sec-title3.chin {
    font-size: 40px;
}
.sec-title1 {
    top: 50px;
    right: 100px;
    width: 390px;
    color: #00665e;
}
.sec-title2 {
    top: 20px;
    color: #00665e;
}
.sec-title1-s, .sec-title2-s {
    font-size: 19px;
    line-height: 2;
    color: #325d92;
}
.sec-title2, .sec-title3 {
    left: 50px;
}
.sec-title3 {
    top: 90px;
    color: #436a9b;
    
}
.list-link-1 .icon-left {
    width: 95px;
    height: auto;
    display: inline-block;
}
.list-link-1, .list-link-2, .list-link-3 {
    max-width: 380px;
    position: absolute;
    right: 9%;
}
.list-link-1, .list-link-2 {
    top: 165px;
}
.list-link-2 {
    top: 65px;
    line-height: 2;
    vertical-align: middle;
}
.list-link-3 {
    top: 28%;
}
.list-link-1 a, .list-link-1 img, .list-link-2 a, .list-link-2 img, .list-link-3 a, .list-link-3 img {
    margin: 0;
    padding: 0;
}
.list-link-1 table, .wth {
    width: 380px;
}
.lkic {
    width: 95px;
}
.lklnb {
    border-bottom: 1.5px solid #426b9d;
}
.lklnb a {
    color: #426b9d;
    display: block;
}
.lkaw {
    width: 20px;
    padding-right: 5px;
    border-bottom: 1.5px solid #426b9d;
}
.left-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-section img {
    max-width: 100%;
    height: auto;
}
.right-section {
    flex: 1;
    position: relative;
}
.quote {
    position: relative;
    text-align: left;
    min-width: 100%;
}
.quote-start, .quote-end {
    position: absolute;
    height: auto;
    width: 35px;
}
.quote-start {
    top: -20px;
    left: -20px;
}
.quote-end {
    bottom: -5px;
    right: -5px;
}
.signature {
    width: 260px;
    height: auto;
}
.bg-babyblue {
    background-color: #C8E9EF;
}
.top-left, .bottom-left, .top-right, .bottom-right {
    width: 75px;
    height: auto;
}
.top-left {
    top: -20px;
    left: -25px;
}
.bottom-left {
    bottom: -20px;
    left: -25px;
}
.top-right {
    top: -20px;
    right: -25px;
}
.bottom-right {
    bottom: -20px;
    right: -25px;
}
table td {
    padding: 0 10px 5px 0;
    border: none;
}
.title-color-1 { color: #1268B3; }
.title-color-2 { color: #43699A; }
.title-color-3 { color: #00AAAD; }
.title-color-4 { color: #EE3E75; }
#home footer {
    background-color: var(--mc-white);
}
.quote-corner {
    width: 59px;
    height: 59px;
}
.quote-corner-s {
    width: 35px;
    height: 35px;
}
.top-left1 {
    top: -20px;
    left: -15px;
    border-top: 17px solid rgba(0,155,149,.2);
    border-left: 17px solid rgba(0,155,149,.2);
}
.bottom-left1 {
    bottom: -20px;
    left: -15px;
    border-bottom: 17px solid rgba(0,155,149,.2);
    border-left: 17px solid rgba(0,155,149,.2);
}
.top-right1 {
    top: -20px;
    right: -15px;
    border-top: 17px solid rgba(0,155,149,.2);
    border-right: 17px solid rgba(0,155,149,.2);
}
.bottom-right1 {
    bottom: -20px;
    right: -15px;
    border-bottom: 17px solid rgba(0,155,149,.2);
    border-right: 17px solid rgba(0,155,149,.2);
}
.plus-size {
    font-size: 110%;
}
.our-mgt-num img {
    min-width: 30px;
    max-width: 30px;
    height: auto;
}
.our-mgt-name {
    margin-left: 15px;
}
.our-mgt-name h3 {
    margin-top: 0;
}
.our-mgt-remk {
    font-size: 85%;
}
.our-mgt-remk td {
    vertical-align: top;
}
.bottom-left-2 {
    bottom: 0;
}
.top-right-2 {
    top: 0;
    right: 0;
}
.bottom-right-2 {
    bottom: 0;
    right: 0;
}
#service h1, #service h2, #service h3 {
    text-transform: none;
}
#service h2 {
    font-size: 22px;
}
.bb1 {
    border-width: 2px;
    border-color: #3C7D74;;
}
.content-img {
    padding: .25rem;
}
.content-img {
    width: 100%;
    height: auto;
    object-fit: fill;
    border: none;
}

/* modal */
.modal-dialog {
    max-width: 850px;
}
.modal-content {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.modal-body {
    background-color: #ddd;
}
.btn-modal-close {
    background-color: transparent !important;
    border: none;
    padding: 0;
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}
.btn-modal-close img {
    width: 20px;
    height: 20px;
}
.carousel-item, .carousel-view {
    padding-top: 45px;
}
.carousel-item img, .carousel-view img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    height: auto;
    width: 90%;
    max-width: 650px;
}
.carousel-item .carousel-description, .carousel-view .carousel-desc {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    font-size: .9em;
    width: 90%;
    max-width: 650px;
}
.carousel-item .carousel-description .carousel-description-content, .carousel-view .carousel-desc .carousel-desc-content {
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 25px;
}
.carousel-description-content p {
	margin-bottom: 5px;
}
.carousel-item.carousel-item-2in1 img, .carousel-view img {
    max-width: 650px;
}
.carousel-item.carousel-item-2in1 .carousel-description, .carousel-view .carousel-desc {
    max-width: 650px;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    top: calc(50% - 25px);
    width: 60px;
    height: 60px;
}
.carousel-control-prev {
    left: 30px;
}
.carousel-control-next {
    right: 30px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: none;
    width: 60px;
}
.img-container-corporate {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 181, 178, 0.5);
    margin: 0.25rem;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.overlay::before {
    font-size: 48px;
    color: white;
    text-align: center;
    display: inline-block;
}
.overlay-rm {
    border: 2px solid var(--mc-white);
    text-align: center;
    width: fit-content;
    padding: 2px 7px;
    margin-top: 7px;
}
.img-container-corporate:hover .overlay {
    display: flex;
}
.border-box-1 {
    flex: 1;
    border: 1px solid #A8CB53;
    margin-right: 20px;
    padding: 45px 50px 60px 45px;
}
.border-box-2 {
    flex: 1;
    border: 1px solid #006D80;
    margin-left: 20px;
    padding: 45px 50px 60px 45px;
}
.border-box-1 li {
    list-style: disc;
}
.border-box-1 li:first-child {
    padding-bottom: 20px;
}
.border-box-1 img {
    float: right;
    width: 200px;
}
.border-box-2 img {
    width: 380px;
}
.quote-start-2, .quote-end-2 {
    position: absolute;
    height: auto;
    width: 35px;
}
.quote-start-2 {
    top: 0;
    left: 0;
}
.quote-end-2 {
    bottom: 0;
    right: 0;
}
.content-bg {
    position: relative;
    overflow: hidden;
}
.content-bg::before {
    content: "";
    position: absolute;
    margin: 0;
    background: linear-gradient(to bottom right, rgb(208, 210, 211) 0%,
     rgb(254, 254, 254) 33%, rgb(208, 210, 211) 100%);
    display: flex;
    z-index: -1;
}
.circuit-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.circuit-content {
    align-items: center;
}
.circuit-content .circuit-content-section2 {
    font-family: 'FrutigerLTStd-Light';
    text-align: justify;
}
.rectangle-container-1, .rectangle-container-2 {
    border-radius: 20px;
    margin-left: 9px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 15px;
}
.rectangle-container-1 {
    border: 1px solid #00A77E;
}
.rectangle-container-2 {
    border: 1px solid #0061AF;
}
.rectangle-base-1, .rectangle-base-2 {
    border-radius: 15px;
}
.rectangle-base-1 {
    background-color: #60C3AD;
}
.rectangle-base-2 {
    background-color: #4A8ECC;
}
.rectangle-base-1 > .rectangle {
    background-color: #D7F0EB;
}
.rectangle-base-2 > .rectangle {
    background-color: #D2E3F2;
}
.rectangle-container-1:last-child {
    margin-bottom: 30px;
}
.rectangle-base-1 img, .rectangle-base-2 img {
    width: auto;
    height: 150px;
    float: left;
}
.rectangle-base-1 p, .rectangle-base-2 p {
    color: var(--mc-white);
    font-size: 22px;
    text-align: left;
    align-items: center;
    display: flex;
    height: 100%;
}
.rectangle-base-1 .rectangle, .rectangle-base-2 .rectangle {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) -3px 6px 20px, rgba(0, 0, 0, 0.15) 3px 3px 10px;
}
.rectangle-base-1 .rectangle {
    background-color: #D7F0EB;
}
.rectangle-base-2 .rectangle {
    background-color: #D2E3F2;
}
.rectangle > p {
    color: var(--mc-black);
    font-size: 100%;
    text-align: left;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
}
.border-box-3 {
    width: 100%;
    background: radial-gradient(circle at top center, rgba(255, 255, 255, 0.8), rgba(208, 210, 211, 1) 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 50px 60px 45px;
}
.border-box-3 img, .border-box-4 img, .border-box-5 img, .border-box-6 img, .border-box-7 img, .border-box-8 img {
    width: auto;
    height: 120px;
    padding-right: 20px;
    float: left;
}
.border-box-3 .sign-title-h {
    border-right: 1px solid #3C7D74;
    margin-right: 30px;
}
.border-box-3 .sign-title-h, .border-box-4 .sign-title-v, .border-box-5 .sign-title-v {
    display: flex;
    align-items: center;
}
.border-box-4 .sign-title-v, .border-box-5 .sign-title-v {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3C7D74;
}
.row-2 {
    justify-content: space-between;
}
.border-box-4 {
    flex: 1;
    border: 1px solid #A8CB53;
    background-color: #A8CB53;
    padding: 45px 50px 60px 45px;
    margin-right: 20px;
}
.border-box-5 {
    flex: 1;
    border: 1px solid #A8CB53;
    padding: 45px 50px 60px 45px;
    margin-left: 20px;
}
.border-box-6 {
    flex: 1;
    border: 1px solid #A8CB53;
    margin-right: 20px;
    padding: 45px 50px 60px 45px;
}
.border-box-7 {
    flex: 1;
    margin-left: 20px;
    padding: 45px 50px 60px 45px;
    background: linear-gradient(to bottom right, rgb(237, 237, 237) 0%,
     rgb(249, 249, 249) 10%,rgb(255, 255, 255) 15%, rgb(208, 210, 211) 100%);
}
.border-box-6 .sign-title-v, .border-box-7 .sign-title-v {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3C7D74;
}
.border-box-6 .sign-title-v, .border-box-7 .sign-title-v, .border-box-8 .sign-title-h {
    display: flex;
    align-items: center;
}
.border-box-8 {
    width: 100%;
    background-color: #A8CB53;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 50px 60px 45px;
}
.border-box-8 .sign-title-h {
    border-right: 1px solid #3C7D74;
    margin-right: 30px;
}
.s-table-1, s-table-2, .intable {
    display: table;
    width: 100%;
    height:100%;
    border-collapse: collapse;
    color: #004563;
    line-height: 1.2;
}
.s-table-1 p, s-table-2 p, .intable p {
    text-align: left;
    margin-bottom: 10px;
    font-size: .9rem;
}
.s-row {
    display:table-row;
}
.cell {
    border: 0;
    vertical-align: top;
    display:table-cell;
    padding: 0;
    min-height: 60px;
    width:20%;
}
.s-table-1 .title-cell h2, .s-table-2 .title-cell h2 {
    font-family: 'FrutigerLTStd-Roman';
    font-size: 27px;
    text-transform: none;
    letter-spacing: .2px;
    border-left: none;
    border-bottom: none;
    padding: 0;
    position: relative;
}
.s-table-1 .title-cell {
    position: relative;
    border-top: 10px solid #A8CB53;
}
.s-table-1 .title-cell::after {
    background-color: #A8CB53;
}
.s-table-1 .title-cell::after, .s-table-2 .title-cell::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 50%;
}
.s-table-2 .title-cell {
    position: relative;
    border-top: 10px solid #CE509D;
}
.s-table-2 .title-cell::after {
    background-color: #CE509D;
}
.s-table-1 .title-cell h2 {
    color: #00A77E; 
}
.s-table-2 .title-cell h2 {
    color: #5C2D91;
}
.s-row h3 {
    text-transform: none;
    margin: 0 0 10px 0;
    font-size: 19px;
    
    hyphens: none;
}
.s-table-1 h3 {
    color: #007355;
}
.s-table-2 h3 {
    color: #700928;
}
.s-table-2 h4, .s-table-2 .h4 {
    color: #622D91;
    font-size: 18px;
    font-weight: bold;
}
.s-table-2 p {
    color: #004563;
}
.s-row img {
    width: 75px;
    height: 75px;
    margin: 5px;
}
.d1 {
    /**background: linear-gradient(to bottom right, rgb(195, 233, 202) 0%,
     rgb(162, 218, 170) 60%,rgb(162, 218, 170) 100%);**/
    background: #B7E1BC;
}
.d1a, .d1b {
    /**background-color: rgba(162, 218, 170, 1);**/
    background: #B7E1BC;
}
.d2 {
    background: linear-gradient(to bottom right, rgb(195, 233, 202) 0%, rgb(162, 218, 170) 100%);
}
.d3 {
    /**background: linear-gradient(to bottom right, rgb(191, 237, 240) 0%, rgb(145, 215, 222) 100%);**/
    background: #ABE4E8;
}
.d4 {
    /**background: linear-gradient(to bottom right, rgb(186, 221, 140) 0%, rgb(153, 206, 117) 100%);**/
    background: #B3DA87;
}
.d5 {
    width: 100%;
    /**background: linear-gradient(to bottom right, rgb(128, 218, 210) 0%, rgb(96, 197, 194) 100%);**/
    background: #7BD7CF;
}
.d6 {
    /**background: linear-gradient(to bottom right, rgb(244, 201, 225) 0%, rgb(228, 138, 186) 100%);**/
    background: #F2C0DC;
}
.d7 {
    /**background: linear-gradient(to bottom right, rgb(232, 221, 236) 0%, rgb(223, 182, 213) 100%);**/
    background: #E7D8E9;
}
.d8 {
    /**background: linear-gradient(to bottom right, rgb(250, 199, 204) 0%, rgb(235, 144, 172) 100%);**/
    background: #F2ABBB;
}
.long {
    width: 60%;
}
.short, .verti {
    width: 40%;
}
.s-full {
    width: 100%;
}
.cell-h {
    margin: 10px 0;
    padding: 0 20px 0 10px;
}
.cell-h .cell-icon {
    min-width: 95px;
}
.cell-h .cell-desc {
    padding-top: 8px;
}
.d1 .cell-h {
    border-right: 1px solid #39B54A;
    padding-right: 40px;
}
.d1 .cell-h h3 {
    margin-bottom: 0;
}
.h-line {
    position: relative;
}
.h-line::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 50px);
    height: .5px;
    background-color: #39B54A;
}
.d6 .v-line {
    border-right: 1px solid #D94B9B;
}
.animated-number, .animated-number-s, .animated-number-sn {
    font-family: 'NotoSansCJKTC-Bold';
    font-size: 52px;
    color: #622D91;
    padding: 0 5px;
}
.animated-number-s {
    font-size: 30px;
}
.s-table-1 table {
    width: auto;
}
.d4 p, .d1b h3 {
    margin-bottom: 0;
}
.d5 .cell-h {
    border-right: 1px solid #39B54A;
}
.s-half {
    width: 50%;
}
.extra-pl {
    padding-left: 30px;
}
.extra-pr {
    padding-right: 30px;
}
.s-table-2 .one-third {
    width: 33%;
}
.one-third .v-line, .d8 .v-line {
    border-right: 1px solid #D94B9B;
}
.html-slider h2 {
    color: #39699B;
    font-size: 18px;
    text-transform: none;
}
.html-slider p {
    font-family: 'FrutigerLTStd-Light';
}
.slide-bg-1 {
    background-color: #FCE4EE;
}
.slide-bg-2 {
    background-color: #D4EBEA;
}
.content-s {
    padding-top: 0;
    padding-bottom: 0;
}
.quote p {
    margin-bottom: 0;
}
.moca-html-slider {
    position: relative;
    overflow: hidden;
    min-height: 380px;
}
.moca-html-slider-slides {
    display: flex;
    transition: transform 0.5s ease;
}
.moca-html-slider-slide {
    min-width: 100%;
    box-sizing: border-box;
    min-height: 380px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}
.moca-html-slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.moca-html-slider-control-button {
    background: none;
    border: none;
    font-size: 2em;
    color: #43699A;
    cursor: pointer;
}
.moca-html-slider-indicator {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.moca-html-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #999999;
    margin: 0 5px;
    transition: background 0.3s, width 0.3s;
}
.moca-html-slider-active-dot {
    width: 23px;
    background: #43699A;
    border-radius: 15px;
}
.moca-html-slider-content {
    margin-top: 20px;
    display: none;
}
.moca-slide-text {
    line-height: 1.25;
}
.slide-content {
    display: flex;
    width: 100%;
    align-items: center;
}
.slide-content1 {
    display: flex;
    width: 100%;
    align-items: end !important;
}
.slide-image img {
    width: 100%;
    height: auto;
    border: none;
    margin: 0;
    padding: 0 25px;
}
.slide-text {
    flex: 1; /* Take remaining space */
    padding: 0; /* Remove padding */
    display: flex;
    align-items: center;
}
blockquote {
    font-size: 1.5em; /* Adjust size as needed */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove padding */
    quotes: "“" "”"; /* Define quote style */
}
blockquote:before {
    content: open-quote; /* Add opening quote */
    font-size: 2em; /* Adjust size */
    margin-right: 5px; /* Space between quote and text */
}
blockquote:after {
    content: close-quote;
    font-size: 2em;
    margin-left: 5px;
}
.top-left3, .bottom-right3, .top-left4, .bottom-right4 {
    width: 36px;
    height: 36px;
}
.top-left3 {
    top: 0;
    left: 0;
    border-top: 13px solid #FFC2DE;
    border-left: 13px solid #FFC2DE;
}
.bottom-right3 {
    bottom: 0;
    right: 0;
    border-bottom: 13px solid #FFC2DE;
    border-right: 13px solid #FFC2DE;
}
.top-left4 {
    top: 0;
    left: 0;
    border-top: 13px solid #97CECA;
    border-left: 13px solid #97CECA;
}
.bottom-right4 {
    bottom: 0;
    right: 0;
    border-bottom: 13px solid #97CECA;
    border-right: 13px solid #97CECA;
}
.slide-text p {
    font-family: 'FrutigerLTStd-Roman';
}
.moca-image-grid-slider {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
}
.moca-image-grid-slides, .moca-image-grid-slides2 {
    display: flex;
    transition: transform 0.5s ease;
}
.moca-image-grid-slide, .moca-image-grid-slide2 {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
}
.moca-image-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.moca-image-region {
    position: relative; /* Positioning for overlay */
    width: 20%; /* Each region is 25% of the row (4 regions per row) */
    box-sizing: border-box; /* Include padding in width */
    height: 100%; /* Optional: Set height for consistent layout */
    background-color: #cccccc; /* Placeholder color */
}
.moca-image-region img {
    width: 100%;
    height: auto;
    display: block;
}
.moca-double-region {
    width: 40%;
    height: auto;
}
.moca-triple-region {
    width: 60%;
    height: auto;
}
.moca-hover-layer, .moca-hover-layer2 {
    position: absolute;
	padding: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.moca-hover-layer {
	background-color: rgba(2,160,156,0.7);
}
.moca-hover-layer2 {
	background-color: rgba(60,126,198,0.7);
}
.moca-image-region:hover .moca-hover-layer,
.moca-image-region:hover .moca-hover-layer2 {
    opacity: 1;
}
.moca-image-grid-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    margin-top: 0;
    right: 0;
    z-index: 1;
}
.moca-image-grid-control-button {
    background: none;
    border: none;
    font-size: 2em;
    color: black;
    cursor: pointer;
}
.moca-image-region a {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 0.3s ease;
}
.bg-grad-rad-grey {
    background-color: #A4AAB2;
    background-image: radial-gradient(circle, white, transparent 70%);
    background-position: top left;
    background-size: 200% 200%;
    height: 100%;
    margin: 0;
}
.bg-color-green {
    background-color: #008C8C;
}
.bg-color-blue {
    background-color: #3C7EC6;
}
.prev-circle, .next-circle {
    width: 50px;
    height: 50px;
    position: absolute;
}
.prev-circle {
    top: -25px;
    left: 0;
}
.next-circle {
    top: -25px;
    right: 0;
}
footer {
    background-color: #ECECEC;
    min-height: 80px;
    border-top: 0;
}
footer .txt-black a {
    color: var(--mc-black);
}
footer img {
    height: 26px;
}
button.mc-back-to-top {
    position: fixed;
    bottom: 70px;
    right: 30px;
    border: none;
    background: transparent;
    z-index: 9999;
    transition: opacity .3s;
    display: none;
}
.mc-back-to-top img {
    width: 35px;
    height: auto;
}
/*** End -- Core ***/

/*** Start - Responsive ***/
@media only screen and (min-width: 1200px) and (max-width: 1330px) {
    .nav-menu ul {
        display: flex;
    }
    .circuit-container:nth-child(2n+1) .circuit-border-top {
        background-image: url(../images/city/city_circuit_green_1400_top.png);
        background-size: 97%;
        background-position: top left;
        background-repeat: no-repeat;
    }
    .circuit-container:nth-child(2n+1) .circuit-border-bottom {
        background-image: url(../images/city/city_circuit_green_1400_bottom.png);
        background-size: 97%;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    .circuit-content {
        height: 200px;
    }
    .circuit-content .circuit-content-section2 {
        padding-left: 30px;
        padding-right: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .mobile, .mobile2 {
        display: none;
    }
    .nav-menu li {
        margin: 0 10px;
    }
    .circuit-scrollbar {
        max-height: 657px;
        overflow-y: auto;
        padding-right: 30px;
    }
    .force-overflow {
        max-height: 657px;
    }
    .content-bg::before {
        top: 15px;
        bottom: 10px;
        left: 2%;
        right: 0;
        border-radius: 20px;
    }
    .album .s-table-5 {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .content-s {
        padding: 10px 30px;
    }
    .row {
        display: block;
    }
    .row > div {
        width: 100%;
    }
    .left-section, .right-section, .left-section-1, .right-section-1 {
        width: 100%;
    }
    .logo, .controls {
        display: inline-block;
        width: 49%;
    }
    html[lang="zh-Hant-HK"] .nav-menu ul,
    html[lang="zh-Hans-HK"] .nav-menu ul {
        display: flex;
        flex-direction: column;
    }
    .nav-menu {
        margin-top: 25px;
    }
    .nav-menu.responsive li:focus-within .dropdown {
        display: block;
    }
    .dropdown {
        position: relative;
        transition: opacity 0.3s, max-height 0.3s;
    }
    .dropdown p {
        white-space: normal;
    }
    .moca-basic-slider .arrow {
        width: 30px;
        height: 30px;
    }
    .sli-title {
        top: 30px;
        left: 15px;
        font-size: 20px;
    }
    .sli-text .nme {
        font-size: 16px;
        line-height: 1.6;
    }
    .sli-text {
        top: 110px;
        right: 20px;
        width: 280px;
        font-size: 13px;
        line-height: 1.3;
    }
    .sli-text1 {
        top: 80px;
        left: calc(50% - 140px);
        width: 280px;
        font-size: 13px;
        line-height: 1.3;
    }
    .prev-circle {
        top: -19px;
        left: 12px;
    }
    .next-circle {
        top: -19px;
        right: 12px;
    }
    .prev-circle, .next-circle {
        width: 38px;
        height: 38px;
    }
    .slide-content, .slide-content1 {
        display: block;
    }
    .slide-content div.col-14, .slide-content div.col-10, 
    .slide-content1 div.col-14, .slide-content1 div.col-10 {
        display: block;
        display: block;
        width: 100%;
        padding: 0 15px 15px;
    }
    .sec-title1, .sec-title2, .sec-title3 {
        position: absolute;
        font-size: 27px;
        line-height: 1.2;
    }
    .sec-title1.chin, .sec-title2.chin, .sec-title3.chin {
        font-size: 40px;
    }
    .sec-title1 {
        top: 40px;
        right: 30px;
        width: 300px;
    }
    .sec-title2 {
        top: 20px;
    }
    .sec-title1-s, .sec-title2-s {
        font-size: 16px;
        line-height: 1.55;
    }
    .sec-title2, .sec-title3 {
        left: 35px;
    }
    .sec-title3 {
        top: 50px;        
    }
    .list-link-1, .list-link-2, .list-link-3 {
        min-width: 70%;
        max-width: 70%;
        right: 15%;
    }
    .list-link-1, .list-link-2 {
        top: auto;
        bottom: 35px;
    }
    .list-link-2 {
        top: 120px;
        line-height: 1.55;
    }
    .list-link-3 {
        top: 13%;
    }
    .list-link-1 table, .wth {
        width: 100%;
    }
    .lkic {
        width: 75px;
    }
    .lklnb {
        line-height: 1.2;
        padding-top: 5px;
    }
    .lkaw {
        width: 16px;
    }
    .moca-image-region {
        width: 33.3333%;
    }
    .moca-double-region {
        width: 66.6666%;
    }
    .moca-triple-region {
        width: 100%;
    }
    .moca-hover-layer, .moca-hover-layer2 {
        font-size: 10px;
        padding: 10px;
        line-height: 1.25;
    }
    .overlay-rm {
        border: 1px solid var(--mc-white);
    }
    .quote p {
        padding: 30px;
    }
    .quote-start {
        top: 0;
        left: 0;
    }
    .quote-end {
        bottom: 0;
        right: 0;
    }
    .management .p45 {
        padding: 25px;
    }
    .management .pr45.pl45.pt30.pb15, .management .pr45.pl45.pt15.pb15,
    .management .pr45.pl45.pt15.pb0, .management .pr45.pl45.pt10.pb15,
    .management .pr45.pl45.pt15.pb30 {
        padding: 25px 25px 15px;
        min-height: 130px;
    }
    .management .right-section.half {
        margin-left: 0;
    }
    .management .pt45.pr30.pb45.pl45 {
        padding: 30px 16px 30px 30px;
    }
    .management .left-section table td, .management .right-section table td {
        vertical-align: top;
    }
    .our-mgt-name p {
        padding: 0;
        text-align: left;
    }
    .left-section {
        padding-bottom: 30px;
    }
    .right-section {
        padding-bottom: 30px;
    }
    .content-part .row {
        display: flex;
        align-items: ;
        flex-wrap: wrap;
    }
    .content-part .col-18 .col-5.pl45.pr45, .content-part .col-4.pl45.pr45 {
        width: 15%;
        padding: 0 15px 0 0;
    }
    .content-part .col-18 .col-19.bb1.pb30.mb45, .content-part .col-18 .col-19.pb0.mb0,
    .content-part .col-14 {
        width: 85%;
    }
    .content-part .col-14 {
        padding-top: 0 !important;
    }
    .content-part .col-4 img {
        padding-bottom: 0;
    }
    .content-part .col-14 {
        padding-top: 30px;
    }
    .album .row.mt30.mb45 {
        margin-top: 0;
    }
    .album .row.mt30.mb45 .col-6 {
        display: none;
    }
    .album .s-table-5 h1 {
        margin-top: 0;
    }
    .moca-slide-text.special {
        line-height: 1.1;
        padding: 26px 26px 21px;
    }
    .s-table-5 .s-row {
        display: block;
        padding-bottom: 5px;
    }
    .s-table-5 .title-cell {
        position: relative;
        border-top: 10px solid #018C8B;
        display: block;
        width: 100%;
    }
    .s-table-5 .title-cell::after {
        background-color: #018C8B;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 10px;
        height: 50%;
    }
    .album .row {
        display: flex;
        flex-wrap: wrap;
    }
    .album .col-18.p15.pl45 {
        padding: 15px 0;
    }
    .album .col-sm-6 {
        width: 50%;
    }
    .album .py-1.px-2 {
        padding: 1px !important;
    }
    .moca-html-slider-slide {
        align-items: center;
    }
    .s-table-1 .cell-h.row, .s-table-2 .cell-h.row {
        display: flex;
    }
    .s-table-1 .cell-h.row .cell-icon, .s-table-2 .cell-h.row .cell-icon {
        width: 8%;
    }
    .s-table-1 .title-cell h2, .s-table-2 .title-cell h2, .s-table-5 .title-cell h2 {
        font-size: 22px;
        letter-spacing: 0;
        text-transform: none;
    }
    .s-table-1 .title-cell h2, .s-table-2 .title-cell h2 {
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    .s-table-1 .cell, .s-table-2 .cell {
        display: block;
        width: 100% !important;
    }
    .s-table-1 .cell-h {
        border-bottom: 1px solid #39B54A;
    }
    .s-table-1 .cell-h, .s-table-2 .cell-h {
        margin-top: 0;
        margin-bottom: 0;
        padding: 9px 0;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .d1 .cell-h, .d5 .cell-h, .s-table-2 .v-line {
        border-right: 0;
    }
    .d1b .cell-h, .d4 .cell-h:nth-child(2), .d3 .cell-h:nth-child(2), .d5 .extra-pl .cell-h {
        border-bottom: 0;
    }
    .d5 .extra-pl, .d8 .extra-pl {
        padding-left: 0;
    }
    .h-line::after {
        height: 0;
    }
    .s-table-2 .v-line {
        border-bottom: 1px solid #D94B9B;
    }
    .s-table-1 table td, .s-table-2 table td {
        padding-right: 0;
    }
    .temp-space {
        display: none;
    }
    .border-box-3 .sign-title-h, .border-box-8 .sign-title-h {
        border-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #3C7D74;
    }
    .border-box-5, .border-box-7 {
        margin-left: 0;
        margin-top: 35px;
    }
    .rectangle-base-1 .col-9, .rectangle-base-2 .col-9 {
        min-height: 148px;
        display: flex;
        align-items: center;
    }
    .empowering .border-box-1 {
        min-height: 440px;
    }
    .empowering .border-box-2 {
        margin-left: 0;
        margin-top: 25px;
    }
    .s-highlights .moca-html-slider-control-button.m10 {
        margin: 5px 10px;
        padding: 0;
    }
    .s-table-2 .s-row {
        display: block;
    }
    .s-table-2 .s-full {
        width: 100%;
        display: block;
    }
    footer .flex-col {
        padding-bottom: 10px;
        text-align: left;
    }
    footer .txt-black {
        text-align: left;
    }
    button.mc-back-to-top {
        bottom: 30px;
    }
    .desktop, .desktop2 {
        display: none;
    }
    .pb-adjust {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .content, header {
        padding: 10px 10px;
    }
    .content-s {
        padding: 10px 10px;
    }
    .controls > a:last-child > img {
        margin-right: 0;
    }
    .nav-menu li {
        margin: 8px 15px 0;
    }
    .carousel-control-prev {
        left: 0;
    }
    .carousel-control-next {
        right: 0;
    }
    .moca-basic-slider .arrow {
        width: 21px;
        height: 21px;
    }
    .moca-basic-slider.pb-5 {
        padding-top: 10px;
        padding-bottom: 15px !important;
    }
    .sli-title {
        top: 10px;
        left: 5px;
        font-size: 14px;
    }
    .sli-text .nme {
        font-size: 10.5px;
        line-height: 1.33;
        letter-spacing: .1px;
    }
    .sli-text {
        top: 40px;
        right: 0;
        width: 180px;
        font-size: 9.5px;
        line-height: 1.1;
    }
    .sli-text1 .nme {
        font-size: 13px;
        line-height: 1.3;
    }
    .sli-text1 {
        top: 35px;
        left: calc(50% - 100px);
        width: 200px;
        font-size: 10px;
        line-height: 1.1;
    }
    .sli-text1 .mre {
        padding: 2px 10px;
    }
    .modal-dialog {
        max-width: 100%;
    }
    .sec-title1, .sec-title2, .sec-title3 {
        font-size: 16px;
        line-height: 1.2;
    }
    .sec-title1.chin, .sec-title2.chin, .sec-title3.chin {
        font-size: 21px;
    }
    .sec-title1 {
        top: 10px;
        right: 10px;
        width: 200px;
    }
    .sec-title2 {
        top: 15px;
    }
    .sec-title1-s, .sec-title2-s {
        font-size: 11px;
        line-height: 1.5;
    }
    .sec-title2, .sec-title3 {
        left: 20px;
        max-width: 90%;
    }
    .sec-title3 {
        top: 30px;        
    }
    .lklnb, .lkaw {
        border-bottom: 1px solid #426b9d;
    }
    .list-link-1, .list-link-2, .list-link-3 {
        min-width: 90%;
        max-width: 90%;
        right: 5%;
    }
    .list-link-1, .list-link-2 {
        bottom: 16px;
    }
    .list-link-2 {
        top: 50px;
        line-height: 1.5;
    }
    .list-link-3 {
        top: 13%;
    }
    .list-link-1 table, .wth {
        width: 100%;
    }
    .lkic {
        width: 50px;
    }
    .lklnb {
        line-height: 1.2;
        padding-top: 5px;
        font-size: 80%;
    }
    .lkaw {
        width: 13px;
    }
    #home h2.font-light {
        margin-top: 25px;
        margin-bottom: 10px;
        padding-left: 15px;
    }
    #section-awards, #home .po-re.mt15.pl30.pr30 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }
    #service .d-b.mt30.mb60.pb15.txt-right {
        text-align: center;
    }
    .content-part .col-14, .content-part .col-18 {
        padding-right: 15px;
    }
    .prev-circle {
        top: -15px;
        left: 0;
    }
    .next-circle {
        top: -15px;
        right: 0;
    }
    .prev-circle, .next-circle {
        width: 30px;
        height: 30px;
    }
    .s-highlights .slide-text .p30.mt10.mb10.ml5.mr5 {
        padding: 0;
    }
    .s-table-1 table td img {
        width: 60px;
        height: 60px;
    }
    .animated-number, .animated-number-sn {
        font-size: 42px;
    }
    .animated-number-s {
        font-size: 27px;
    }
    .cell-h .cell-icon {
        min-width: 80px;
    }
    .s-row img {
        width: 70px;
        height: 70px;
        margin: 0;
    }
    .border-box-3 img, .border-box-4 img, .border-box-5 img, 
    .border-box-6 img, .border-box-7 img, .border-box-8 img {
        width: auto;
        height: 80px;
    }
    .rectangle-base-1 .col-9, .rectangle-base-2 .col-9 {
        min-height: 108px;
    }
    .rectangle-base-1 img, .rectangle-base-2 img {
        width: auto;
        height: 95px;
        float: left;
    }
    .rectangle-base-1 p, .rectangle-base-2 p {
        font-size: 110%;
        line-height: 1.33;
        margin-bottom: 0;
    }
    .border-box-1 img {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
    }
    footer p {
        text-align: left;
    }
    footer .flex-col:first-child {
        padding-top: 5px;
    }
    footer .flex-col:last-child {
        padding-bottom: 5px;
    }
    footer .txt-small {
        font-size: .85em;
    }
    button.mc-back-to-top {
        bottom: 25px;
        right: 15px;
    }
}
@media only screen and (orientation: landscape) and (max-height: 575px) {
    .modal-dialog {
        max-width: 80%;
        max-height: 90%;
    }
    .modal-content {
        height: 100%;
    }
    .carousel-item img, .carousel-view img {
        width: 50%;
    }
    .carousel-item.carousel-item-2in1, .carousel-view {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .container-custom {
        padding-left: 15px;
        padding-right: 15px;
    }
    .modal-content {
        height: 420px;
    }
}
@media only screen and (max-width: 400px) {
    .logo {
        width: 45%;
    }
    .sli-title {
        font-size: 13px;
    }
    .sli-text {
        width: 155px;
        font-size: 8px;
        line-height: 1.1;
    }
    .sli-text .nme {
        font-size: 9px;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .sli-text .mre {
        padding: 2px 12px;
        border: 1px solid #43699A;
    }
    .sec-title1, .sec-title2, .sec-title3 {
        font-size: 14px;
        line-height: 1.15;
    }
    .sec-title1 {
        width: 170px;
    }
    .sec-title1-s, .sec-title2-s {
        font-size: 10px;
        line-height: 1.35;
    }
    .lklnb {
        line-height: 1.1;
        font-size: 75%;
    }
}
/*** End - Responsive ***/

#navbarNav {
    padding-bottom: 8px;
}
.navbar {
    min-height: 80px;
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
}
.nav-link {
    padding-bottom: 0 !important;
}
.navbar>.container {
    align-items: end;
}
.nav-button-group {
    padding-bottom: 2px;
}
.navbar-nav .nav-item>.nav-link {
    font-family: 'FrutigerLTStd-Roman';
    color: #000;
}
.navbar-nav .nav-item>.nav-link:hover,
.navbar-nav .nav-item>.nav-link.active {
    color: #43699A
}
.nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.nav-button > img {
    width: 20px;
    height: 20px;
}
.navbar-toggler {
    background: url('../images/icon_mobile%20menu.png') no-repeat center center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
.breadcrumb-item {
    font-size: 11px;
    color: #A6A8AB;
}

/* tooltip */
.tooltip-inner {
    background-color: white !important;
    color: black !important;
    border: 2px solid #0050a4 !important;
    max-width: 350px !important;
    height: auto !important;
}
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #0050A4;
}
.bs-tooltip-bottom .tooltip-arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-width: 0 .4rem .4rem;
    transform: translateY(3px);
    border-color: transparent;
    border-style: solid;
    border-bottom-color: white;
}
.wcag-icons {
    width: auto;
    height: 26px;
}
/*** end ***/