/**************************/
/* HEADER */
/**************************/
.header {
    justify-content: space-between;
    background-color: #fff;
    border-bottom: solid #bbbbbb 1px;
  } 
  /**************************/
  /* NAVIGATION */
  /**************************/
  .main-nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap:2rem;
  } 
  /* MOBILE */
  .btn-mobile-nav {
    border: none;
    background: none;
    cursor: pointer;
    display: none;
    position: absolute;
    top:4rem;
    right:1rem;
  }  
  .icon-mobile-nav {
    height: 6rem;
    width: 6rem;
    color: #616161;
  } 
  .closeicon{
    color:#fff;
  }
  .icon-mobile-nav[name="close-outline"] {
    display: none;
  }
  .spaceBox{
    padding:10rem;
  }
  .spacetitle{
    /* display: inline-block; */
    font-size:2.6rem;
    color:#30628d;
    background-color: #fff;
    border:#C6DFF5 solid 1px;
    padding:2rem 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 0 0.5rem 0.2rem rgba(198, 223, 245, 0.6);
  }
  .indexbody{
    background-image:linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/img/background.png);
    background-repeat: repeat;
    /* height:100vh; */
  }
/* section hero */
.secondaryNav{
    background-color:#255095;
    padding:0.7rem 2rem;
    display: flex;
    justify-content: flex-end;
}
.multilingual{
    background-color: rgba(255, 255, 255, 0.7);
    border:none;
    color:#255095;
    font-size:1.6rem;
}
.mainNavBox{
    padding:0rem 3rem 0.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 1rem;
}
.logoimg{
    width:30rem;
    height:auto;
}
.mainNavList{
    list-style: none;
    display: flex;
    justify-content: center;
    gap:3rem;
}
.mainNavLink:link,
.mainNavLink:visited{
    color:#1e1e1e;
    padding:2rem 1.5rem 2rem 1.5rem ;
    transition: all 0.2s;
}
.mainNavLink:hover,
.mainNavLink:active{
    color:#fff;
    background-color:#255095;
    border-bottom-left-radius:3rem;
    border-bottom-right-radius:3rem;
}
.heroesection{
    display: flex;
    justify-content: center;
}
.banner{
    width:100%;
}

/* section about us */
.aboutus{
    padding:3rem 8rem;
}
.titleBox{
    background-image: linear-gradient(#1B5597 ,rgba(37, 80, 149, 0.5));
    color:#fff;
    display: inline-block;
    padding: 1rem;
    width:20%;
    border-bottom-right-radius: 3rem;
}
.titleChinese{
    font-weight: 500;
}
.titleEnglish{
    font-weight:400;
    font-size:1.8rem;
    transform: translateX(11rem);
}
.aboutContentgridBox{
    justify-items:center;
    position: relative;
}
.aboutContentBox{
    font-size:2.2rem;
    line-height: 1.5;
    padding:2rem 4rem;
    margin-top: 2rem;
    width:80%;
    height:70%;
    border: 1px solid #1B5597;
    border-radius: 1rem;
    position: relative;
}
.aboutbackground{
    position: absolute;
    width:20%;
    right:0;
    bottom:-10rem;
}

.aboutContentBox::after{
    content: '';
    width:100%;
    height:100%;
    border: 1px solid #1B5597;
    border-radius: 1rem;
    position: absolute;
    top:5px;
    left:5px;
    z-index: -1;
}
.morebtnBox{
    margin-top: 2rem;
}
/* section News */
.sectionNews{
    padding:3rem 8rem;
    margin-bottom: 8rem;
}
.newsBox{
    margin-top: 2rem;
    border-top: 5px solid;
    border-image: linear-gradient(#5E82AB, #1b5597) 30;
    border-top-width: 4px;
}
.newslist{
    display: flex;
    align-items: center;
    gap:5rem;
    padding:2rem 1rem 1rem;

    border-bottom:1px solid #b0b0b0 ;
}
.newsdate{
    font-weight:300;
    font-size:2rem;
    color:#555;
}
.newslink:link,
.newslink:visited{
    color:#555;
    font-size:2rem;
}
.newslink:hover,
.newslink:active{
    color:#7C3030;
    font-size:2rem;
}