@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-Thin.ttf);
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-ExtraLight.ttf);
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-Light.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans HK';
    src: url(../fonts/NotoSansHK-Black.ttf);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-ThinItalic.ttf);
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}

:root {
    --fontface: 'Roboto', 'Nono Sans HK';
    --ASTRIdarkblue: rgba(22, 58, 108, 1);
    --lightGrey: rgba(153, 153, 153, 1);
    --content: rgba(74, 74, 74, 1);
    --ASTRIlightblue: rgba(22, 166, 223, 1);
}

.std-box.t1 .std-box-container {
    min-height: 250px;
}

.std-box.t1 .std-box-col2 {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    justify-content: space-between;
}

.std-box.t1 .std-box-desc {
    flex: 1 0 0%;
}

.std-box.t1 {
    border-image-source: linear-gradient(to bottom, var(--ASTRIdarkblue), var(--ASTRIlightblue));
    border-image-slice: 1;
    border-width: 8px;
}

.std-box.t1:nth-child(even) .std-box-img-bg{
    background-position: top right;
}

.std-box.t1:nth-child(odd) .std-box-img-bg{
    background-position: top left;
}

.std-box.t1:nth-child(even) .std-box-col2{
    padding-right: 30px;
    padding-left: 50px;
}

.std-box.t1:nth-child(odd) .std-box-col2{
    padding-right: 50px;
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .std-box.t1:nth-child(even) .std-box-col2{
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .std-box.t1:nth-child(odd) .std-box-col2{
        padding-right: 30px;
        padding-left: 30px;
    }
}

.std-box.t1:nth-child(odd) .std-see-more {
    margin: auto;
    margin-right: 0;
}
.std-box.t1:nth-child(even) .std-see-more {

}

.std-read-more {
    width: fit-content;
    margin-bottom: 30px !important;
}

.section-core_area-our_rnd_focus{
    overflow:hidden; 
    padding-top:8px; 
    margin-top:50px; 
    position:relative;
}

.section-core_area-our_rnd_focus .title_rectangle {
    width: 120px;
    height: 8px;
}

.section_title {
    font-family: var(--fontface);
    color: var(--ASTRIdarkblue);
    font-size: 280%;
    line-height: 50px;
    border: none;
    font-weight: 700;
    margin: 10px 0 20px;
}

.section_title:not(:lang(en)),
.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box .box_title:not(:lang(en)) {
    letter-spacing: 1px;
}

.section-core_area-our_rnd_focus .our_rnd_focus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box {
    border: none;
    padding: 0.75rem;
    display: flex;
}

.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box {
    border-width: 1px;
    border-style: solid;
    border-color: var(--lightGrey);
    background-color: rgba(218, 239, 241, 0);
    border-image: initial;
    border-radius: 0.75rem;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
  
.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box::before {
    background: rgba(218, 239, 241, 1);
    content: "";
    inset: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
  
.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box:hover::before {
    transform: scaleY(1);
    transform-origin: bottom;
}

.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box .box_title {
    color: var(--ASTRIdarkblue);
    font-family: var(--fontface);
    font-size: 250%;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    width: 100%;
    flex-basis: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box .our_rnd_focus_points_box {
    margin-top: 10px;
    flex: 1 0 0%;
}

.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box .our_rnd_focus_points_box ul {
    padding-left: 0;
}

.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box .our_rnd_focus_points_box li {
    display: inline-flex;
    width: -webkit-fill-available;
}

.section-core_area-our_rnd_focus .our_rnd_focus .our_rnd_focus_box .box .our_rnd_focus_points_box p {
    font-family: var(--fontface);
    font-weight: 300;
    color: var(--content);
    line-height: 150%;
    text-align: left;
    font-size: 100%;
    margin-bottom: 10px;
}
.fa-solid::before{
    color:var(--ASTRIlightblue);
    margin-right: 10px;
    line-height: 150%;
}

.core-area-project h4{
    font-family: var(--fontface);
    font-size: 180%;
    font-weight: 700;
}
.core-area-project .page-bg-container{
    margin-bottom: 80px;
}

li.mobile-only-li.footer {
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    justify-content: flex-end;
    text-align: end;
}
.footeritem {
    position: absolute;
    bottom: 0;
    right: 0;
}
svg.menu-arrow-back {
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    vertical-align: middle;
    display: none;
}
    [class*="icona"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #00adef;
    box-sizing: border-box;
    &:after, &:before {
      content: "";
      box-sizing: border-box;
    }
  }
  [class*="icona-arrow1"]{
    width: 18px;
    height: 18px;
    border-width: 3px 3px 0 0;
    border-style: solid;
    margin: 10px;
    top:-1px;
    &:before{
      right: 0;
      top: -2px;
      position: absolute;
      height: 3px;
      box-shadow: inset 0 0 0 32px;
      transform: rotate(-45deg);
      width: 21px;
      transform-origin: right top;
    }
    &[class*="-left"]{
      transform: rotate(45deg);
      &[class*="-up"]{
        transform: none;
      }
      &[class*="-down"]{
        transform: rotate(90deg);
      }
    }
    &[class*="-right"]{
      transform: rotate(-135deg);
      &[class*="-up"]{
        transform: rotate(-90deg);
      }
      &[class*="-down"]{
        transform: rotate(180deg);
      }
    }
    &[class*="-up"]{
      transform: rotate(-45deg);
    }
    &[class*="-down"]{
      transform: rotate(135deg);
    }
  }
  