.hero-container{
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../image/home_hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: difference;
    min-height: 700px;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 60vh; /* Full height of the viewport */
    background-color: #ffcc99; /* Example background color */
}

.cover {
    /*width: 180px;*/
    /*height: 180px;*/
    position: relative;
}
.cover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*bottom: 0;*/
    /*right: 0;*/
    box-shadow:0px 0px 80px 80px #f7fafc inset;
}
.homepage-logo-img{
    display: block;
    padding-top: 4rem;
    max-width: 100%;
}

.homepage-logo-seal{
    margin-right: 0.5rem;
    max-width: 2.4rem;
}

.homepage-jumbotron{
    padding:5rem 6rem;
    margin:0 auto;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    /*transform: translateX(-35%); !* Move the card slightly to the left *!*/
    width: 50%;
    max-width: 700px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 768px){
    .homepage-jumbotron{
        padding:2rem 1rem;
        width: 90%;
    }
}



.heading-1{
    font-size: 3.5rem;
    color: rgb(153, 153, 102);
    font-weight: 500;
    line-height: 1.3;
}

.heading-1-cn-ouyangxun{
    font-size: 2.6rem;
    color: rgb(153, 153, 102);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5rem;
}

.heading-1-cn{
    font-size: 4.0rem;
    color: rgb(153, 153, 102);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.15em;
}

.heading-1-en{
    font-size: 1.8rem;
    color: rgb(153, 153, 102);
    font-weight: 500;
    line-height: 1.1;
}

@media screen and (max-width: 576px){
    .row-seal{
        /*flex-direction: column;*/
    }
    .heading-1-cn{
        font-size: 2.8rem;
    }
    .heading-1-en{
        font-size: 1.6rem;
    }
}


.heading-2{
    font-size: 1.5rem;
    color: #4e555b;
    font-weight: 400;
    line-height: 1.3;
}

p{
    font-size: 15px;
    color: #75808a;
}

.heading-line{
    text-align:center;
    margin-top: 3rem;
    padding: 3rem 0;
}

.button-navy{
    background-color:rgb(153, 153, 102);
    color: whitesmoke;
    border-radius: 30px;
}

.button-navy:hover{
    background-color: rgb(122, 122, 82);
    color: whitesmoke;
}

.principle-source-container-en{
    margin: 3rem 0 0 0;
}

.principle-source-container{
    margin: 3rem 0 0 2rem;
}

.principle-source-title{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    color: rgb(122, 122, 82);
    text-align: center;
}
.principle-source-list{
    font-size: 1.25rem;
    color: #4e555b;
}
.table-head{
    background-color: rgba(0,0,0,.03);
}
.text-align-center{
    text-align: center;
}
.principle-source-subtitle{
    margin: 1rem 0;
    font-size: 1.25rem;
    color: rgb(122, 122, 82);
}
.principle-source-type{
    font-size: 1.15rem;
    color: #75808a;
}
.principle-source-list a{
    font-size: 1.15rem;
    color: #75808a;
}
.principle-source-link{
    display: table;
    margin: 0.3rem 1.3rem;
}
.principle-source-link:hover{
    color: black;
    text-decoration: none;
}
.card {
    background-color: rgba(153, 153, 102, 0.05);
    border-radius: 2.5rem; !important;
}
.card-header {
    background-color: rgba(153, 153, 102, 0.05);
    border-radius: 2.5rem; !important;
}
.question-collapse-button{
    color: rgb(122, 122, 82);
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
}

@media screen and (max-width: 576px){
    .question-collapse-button{
        font-size: 1rem;
    }
}

.question-collapse-button.focus, .question-collapse-button:focus{
    text-decoration: none;
}

.question-collapse-button:hover{
    color: rgb(92, 92, 61);
    text-decoration: none;
}

.btn.focus, .btn:focus{
    box-shadow: none;
}

.text-question {
    color: 	rgb(92, 92, 61);
    line-height: 1.6;
}

.text-quote {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
}

blockquote {
    margin: 1.4em 0;
    padding: 0.8em 1em 0.3em;
    color: #646464;
    border: 1px solid #d3d3d3;
    background-color: rgba(153, 153, 102, 0.05);
    border-radius: 0.25rem;
}

.cases-col{
    min-width:  350px;
}

.cases-link-navy{
    color:rgb(153, 153, 102);
    text-decoration: none;
    display: block;
}

.cases-link-navy:hover{
    color: #0954A3;
    text-decoration: none;
}

@media only screen and (min-width: 770px) {
    .cases-link-navy-en{
        min-height: 82px;
    }
}

@media only screen and (min-width: 990px) {
    .cases-link-navy-en{
        min-height: 54.6px;
    }
}