.header__logo__wrapper{
    max-width: 250px;
}

.custom-box-shadow{
    box-shadow: 11px 7px 25px -9px rgba(0,0,0,0.92);
    -webkit-box-shadow: 11px 7px 25px -9px rgba(0,0,0,0.92);
    -moz-box-shadow: 11px 7px 25px -9px rgba(0,0,0,0.92);
}

.header__navigation__wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--color--darkgreen);
    top:0;
    left:100%;
    transition: all 0.5s;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
}

.header__navigation__wrapper a{
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 2rem;
    margin-bottom: 15px;
}

.header__navigation__wrapper a:hover{
    text-decoration: underline;
}

.header__navigation__wrapper.active{
    left:0;
    z-index: 999;
}

.header__mobile_nav{
    color: #fff;
    font-size: 1.5rem;
}

.header__mobile_nav--cross{
    position: absolute;
    top:10px;
    right:10px;
}

header{
    background: linear-gradient(273deg, #1B6467 51.04%, rgba(40, 120, 123, 0.41) 78.13%, rgba(40, 120, 123, 0.04) 93.23%);
    font-family: var(--font-primary);
}

figcaption{
    margin-top: 0.5rem;
}

.header__menu__wrapper{
    padding: 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.copyrights{
    margin-top:10px;
    font-size: 0.8rem;
    text-align: center;
}

.footer-content--first__wrapper{
    margin:0 20px;
}

.footer-content--first__wrapper img{
    height: 100px;
    object-fit: contain;
}

.social-links{
    margin-top: 20px;
}

.social-links ul{
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    min-width: 80px;
}

.social-links ul li{
    list-style: none;
}

.social-links ul li a{
    color: var(--color--lightgrey);
    font-size: 2rem;
}

.slick-prev{
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-next, .slick-prev {
    border: 3px solid !important;
    background: var(--color--lightgrey) !important;
    border-radius: 20% !important;
    width: 25px !important;
}

.slick-next:before{
    background:url('/assets/site/img/angle-right-solid.svg') no-repeat !important;
    background-size: contain!important;
    margin: 0rem 0.2rem;
}

.slick-prev:before{
    background: url('/assets/site/img/angle-left-solid.svg') no-repeat!important;
    background-size: contain!important;
    margin: 0rem 0.2rem;
}

.slick-arrow{
    z-index:2!important;
    height:25px!important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-arrow:before{
    content:""!important;
    width: 60%!important;
    height: 60%!important;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 0rem !important;
    opacity:1!important;
}

.slick-dots {
    bottom: 10px !important;
}

/* our-firm */
.our-firm__section{
    display: flex;
    flex-direction: column-reverse;
}

.our-firm__font-content__wrapper{
    padding: 15px 15px 0;
}

.our-firm__last-section{
    padding: 15px;
}

.our-firm__font-content{
    text-align: justify;
}

.our-firm__practice-area-content{
    margin-bottom: 20px;
}

.our-firm__font-content h3 , .our-firm__practice-area-content h3
,.our-firm__section-2__title h1{
    font-size: var(--font-size--medium);
}

.our-firm__practice-area__wrapper{
    margin-top: 30px;
}

.our-firm__story__section{
    display: flex;
    flex-direction: column;
}

.our-firm__story-content__wrapper{
    margin-top:30px;
}

.our-firm__story-img{
    padding:0;
}

.our-firm__firm-img{
    max-width: 100%;
}
.our-firm__section-2-img_content{
    margin-bottom: 1rem;
}
.our-firm__section-2__title{
    padding-left: 15px;
}

/* publication */
.publication__wrapper{
    padding: 0px 15px 35px 15px;
}

.publication__content__wrapper{
    padding:15px;
}

.publication__button ul{
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
}

.publication__button ul li{
    cursor: pointer;
    color: var(--color--darkgreen);
    padding: 10px 20px;
    border-radius: 10px 10px 0 0 ;
    background-color: transparent;
    list-style: none;
}

.publication__title-hr{
    margin: 10px 0;
}

.publication__subtitle{
    text-align: center;
}

.publication__button ul li button{
    color: var(--color--darkgreen);
    padding: 0;
    border: none;
    background-color: transparent;
}

.publication__more__button .dropdown-menu .active{
    color: var(--color--darkgreen);
    font-weight: bold;
    background-color: rgba(27, 100, 103, 0.12);
}

.publication__button .active{
    font-weight: bold;
}

.publication__button-list hr{
    margin-top: 0;
}

.publication__list{
    margin-top: 15px;
}

.publication__list ul li{
    margin-bottom: 10px;
}

.publication__list ul li a{
    color: black;
    text-decoration: none;
    text-align: justify;
}

.publiction__publication-link{
    padding-left: 15px;
}

.publication__nested-ul{
    padding-left: 1rem;
}

/* footer */
.footer-content--second__wrapper {
    padding: 10px 15px;
}

.footer-content__title {
    font-family: var(--font-location--header);
    font-size:1rem;
}

.footer-content__address {
    font-family: var(--font-location--content);
    font-size:0.9rem;
    min-height: 85px;
}

.footer-content__contact {
    font-family: var(--font-location--content);
    font-size:0.9rem;
}

.footer-content--third__wrapper {
    padding: 10px 15px;
}

.single-item img{
    max-width: 100%;
}

.bg-our-firm-title {
    background-image: url('/assets/site/img/polygon-shape.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home__our-firm-title{
    text-align: center;
    font-family: var(--font-primary);
    font-size: var(--font-size--medium);
}

.home-our-form-title__btn{
    margin-top: 2rem;
}


.home__our-firm-desc {
    padding-top: 2rem;
    text-align: justify;
    font-family: var(--font-body);
    font-size: 1.2rem;
}

.home__our-firm-desc p{
    margin:0;
}

.home__our-practice-area {
    background: rgba(27, 100, 103, 0.12);
}

.bg-practice-area {
    padding-top:2rem;
    padding-bottom: 2rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.30);
}

.home__our-practice-area .section__title {
    padding: 0 1rem;
    text-align: center;
}

.our-practice-area__item__inner img{
    width: 100%;
}

.bg-practice-area a {
    text-decoration: none;
}

.our-practice-area__item{
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    text-align: center;
}

.our-practice-area__icon{
    width:80px;
    height:80px;
    border-radius: 100px;
    padding:20px;
    display: inline-block;
}

.bg-practice-area .home__our-practice-area-desc {
    display: inline-block;
    vertical-align: middle;
    color:#1D2C3C;
    font-weight: 700;
    overflow-wrap: break-word;
    margin-left: 20px;
    width: 180px;
    font-family: var(--font-primary);
}

.our-practice-area__item__wrapper a:hover {
    text-decoration: underline;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.home__introduction img{
    z-index: 2;
    position: relative;
}

.home__introduction .section__title {
    display: flex;
    flex-direction: column;
    padding: 1rem 0.5rem;
    position: relative;
}

.home__introduction .section__title::before {
    content: "";
    background-color: rgba(27, 100, 103, 0.12);
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
}

.home__introduction .chinese-desk .section__title::before {
    content: "";
    background-color: rgba(27, 100, 103, 0.12);
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .home__introduction .chinese-desk .section__title::after {
    content: "";
    background-color: rgba(27, 100, 103, 0.12);
    position: absolute;
    top: -10px;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(-1px);
} */

.home__introduction .section__title img{
    height: 35px;
    width: 50px;
    object-fit: contain;
    padding-right: 1rem;

}

.home__introduction .section__title p{
    font-size:1.8rem;
    margin:0;
}

.home__introduction-desc-second-content {
    display: flex;
    flex-direction: column;
    text-align:justify;
}

.our-practice-area__item__wrapper:last-child .our-practice-area__item{
    margin-bottom: 0;
}

.home__introduction__img{
    padding:0;
}

.home__introduction__img img{
    border-radius: 30px;
}

.location__title{
    font-family: var(--font-body);
    font-weight: bold;
    font-size: 1.2rem;
}

.location__buttons-wrapper{
    margin-top: 1rem;
    font-size: var(--font-size--medium);
}

.location__buttons-wrapper a{
    margin-right: 1rem;
    text-decoration: none;
    color: var(--color--darkgreen);
}

.location__buttons-wrapper a span{
    font-size: var(--font-size--body);
}

.pages__title .section__title{
    margin-bottom: 0rem;
    max-width: 300px;
}

.practice-area__wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.practice-area__img {
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 20px;
}

.practice-area__img img{
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: transform .5s ease;
}

.practice-area__img img:hover{
    transform: scale(1.5);
}

.practice-area__item {
    font-weight: 800;
}

.practice-area__wrapper a{
    text-decoration: none;
    color: #212549;
    font-weight: 700;
    vertical-align: middle;
}

.practice-area__wrapper a:hover{
    background: var(--color--darkgreen);
}

.practice-area__item-desc {
    text-align:center;
    margin: 1rem 0rem;
}

.practice-area__item-desc a{
    font-weight: unset;
}

.practice-area__wrapper a:hover{
    background: unset;
    text-decoration: underline;
}

.practice-area__icon{
    width:25px;
    height:25px;
    font-size: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.practice-area__icon img {
    vertical-align: unset;
}

.practice-area__content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.practice-area__image__wrapper {
    padding-bottom: 1rem;
}

.practice-area__content__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.practice-area-details__desc {
    text-align:justify;
}

.practice-area-details__team-incharge {
    display: flex;
    justify-content: center;
}

/* our-team */
.title{
    background: var(--color--lightblue);
}

.title-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 30px;
}
.title-h1 , .practice-title-h1,.activity-title-h1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.title-h1 h1 , .practice-title-h1 h1{
    width: 180px;
    font-size: 2rem;
    color: #1B6467;
    font-weight: bold;
    margin-bottom: 0;
}

.activity-title-h1 h1{
    width: 250px;
    font-size: 2rem;
    color: #1B6467;
    font-weight: bold;
    margin-bottom: 0;
}

.practice-title-h1 h1{
    width: 225px;
}

.title-description{
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1.2rem;
}

.our-team__member-info{
    border-radius: 0 0 30px 30px;
    padding: 15px;
    color:#fff;
    background-color: #1B6467;
}

.practice-area__member-info{
    padding: 15px;
    color:#fff;
    background-color: var(--color--darkgreen);
}

.our-team__member-position{
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.our-team__member-name-jp{
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.our-team__member-name-zh{
    font-size: 0.8rem;
}

.our-team__member-list-wrapper{
    padding-top: 15px;
}
.our-team__button-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}
.our-team__button-bar h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-team__member-list .row .d-flex a{
    text-decoration: none;
}

.contact__title__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__title__wrapper .section__title {
    margin-bottom: unset;
}

.contact-us__bg {
    border-radius: 30px;
    background: var(--color--lightblue);
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);
    max-width: 370px;
}

.contact-us__buttons-wrapper img{
    width: 30px;
    height: 30px;
}

.contact-us__buttons-wrapper a{
    text-decoration: none;
}

.contact-us__buttons-wrapper {
    display: inline-block;
    margin-left: 1rem;
}

.contact-us-details__title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-us-details__wrapper{
    padding: 1.5rem;
}

.contact-us-details__desc {
    max-width: 300px;
}

.contact-us__image img{
    height: 200px;
    object-fit: cover;
    border-radius: 30px;
}

.contact-us-details__desc p{
    display: inline-block;
    font-size:0.8rem;
}

.custom-dropdown-item{
    padding: 0.25rem 1rem;
}

.activities__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2rem;
}

.activities__image {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 40px;
}

.activities__image img{
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.activities__date {
    padding-top: 1rem;
    font-family: var(--font-primary);
    color: green;
    font-size: 0.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

.activities__title {
    display: flex;
    justify-content: center;
}

.activities__title p{
    font-family: var(--font-primary);
    text-align: center;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activities__image-hover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.6s;
}

.activities__image-hover:hover {
    opacity: 1;
    cursor: pointer;
}

.activities__image-hover-text {
    font-family: var(--font-primary);
    color: white;
    font-weight: 700;
    font-size: 1.4rem;
}

.activities__hidden-images {
    display: none;
}

.location__map{
    width: 300px;
    height: 400px;
}
.contact-us__location{
    height: 200px;
}

.search-input{
    position: relative;
    padding: 15px 40px 15px 20px;
    width: 20px;
    color: #525252;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to right, #FFFFFF 0%,#464747 #F9F9F9 100%);
    transition: width 0.4s ease;
    outline: none;
}
.search-bar{
    position: relative;
}

.search-bar .fa-search{

    position: absolute;
    top:20px;
    left: 20px;
    color: #9ca3af;
}

.search-bar .form-input{

    height: 55px;
    text-indent: 33px;
    border-radius: 10px;
}

.search-bar .form-input:focus{

    box-shadow: none;
    border:none;
}

.social-media__title {
    display: flex;
    justify-content: center;
}

.contact-us__line {
    border-top: 1px solid var(--color--darkgrey);
    width: 300px;
}

.contact-us__line__wrapper {
    display: flex;
    justify-content: center;
    padding: 1rem 0rem;
}

.social-media__title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.social-media__title i {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.social-media__contact {
    display: flex;
    justify-content: center;
}

.social-media__contact a{
    text-decoration: none;
    color: unset;
}

.team-member__member-intro{
    margin-bottom: 30px;
    border-radius: 5px;
}
.team-member__wrapper{

    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.team-member__position{
    color:var(--color--darkgreen);
    font-family: var(--font-primary);
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-decoration: underline;
}

.team-member__name-en{
    font-size: 1.2rem;
    font-family: var(--font-primary);
}

.team-member__member-intro-wrapper{
    padding:20px;
}

.team-member-practice-area-title{
    font-family: var(--font-primary);
    font-size: 1.5rem;
}

.team-member__member-info{
    margin-bottom: 20px;
}

.team-member-area__icon{
    width:65px;
    height:65px;
    border-radius: 100px;
    padding:19px;
}

.team-member-area__icon i{
    font-size: 25px;
}

.team-member__nav-bar a{
    color:var(--color--darkgrey);
    text-decoration: none;
}

.team-member__nav-bar a :hover{
    text-decoration: underline;
}

.team-member__practice-area__item{
    display: flex;
    margin-bottom: 1.5rem;
}
.team-member__practice-area__inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.team-member-practice-area-title{
    font-family: var(--font-primary);
    font-size: 1.6rem;
}

.team-member__practice-area__inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.team-member__practice-area__item-desc{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    color:#1D2C3C;
    font-weight: 700;
    overflow-wrap: break-word;
    margin-left: 20px;
    width: 180px;
    font-family: var(--font-primary);
}

.team-member-left{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.team-member__content {
    overflow-y: auto; /* Add scroll if content overflows vertically */
}

.team-member__content-inner {
    flex: 1; /* Fill available vertical space */
}
.our-firm__section-1-font-content{
    font-size:1.3rem;
    text-align: center;
}

.our-team__member-item{
    border-radius: 30px;
}
.our-team__member-img img{
    border-radius: 30px 30px 0 0;
}

.area-detail-member-item a{
    text-decoration: none;
}

.our-firm-title{
    font-family: var(--font-primary);
}

.team-member__member-name-list a{
    font-family: var(--font-primary);
    text-decoration: none;
    color: var(--color--darkgrey);
}
