.nav-th, .nav-cn, .nav-jp{
    display: none;
}
.gotop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #c8b184;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
}
/* Hero Video */
.outter.hero-video {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-video .video-container {
    height: 800px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero-video video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 800px;
    width: 100%;
    top: 0;
    left: 0;
}
.hero-video .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.hero-video p {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1;
    color: white;
}
.hero-video .desc {
    color: white;
    font-weight: 400;
    font-size: 18px;
}
.hero-video .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 70%;
    margin: 0 auto;
    top: 250px;
}
@media (max-width: 767px) {
    .outter.hero-video {
        height: 325px;
    }
    .hero-video .video-container {
        height: 325px;
    }
    .hero-video video {
        height: 325px;
    }
    .hero-video p {
        font-size: 32px;
    }
    .hero-video .callout {
        width: 90%;
    }
    .hero-video .button {
        padding: 10px 20px;
    }
}
@media (min-width: 768px) {
    .hero-video p {
        font-size: 52px;
    }
}
/* End Hero Video */

/* Arrow Scroll Down */
.arrow-container {
    width: 25px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: 20px;
}
.arrow-down {
    height: 6px;
    background: white;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
    border-radius: 5px;
}
.arrow-down:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 100%;
    border-radius: 5px;
    background: white;
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}
/* End Arriw Scroll Down */

.border-title {
    border-top: 2px solid #333;
    width: 430px;
    margin: 0 auto;
}
.border-title p {
    background-color: #fff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -17px;
    padding: 0 5px;
}
.txt-border-title {
    color: #333;
    text-align: center;
}
.bt-dashes:before, .bt-dashes:after {
    content: "";
    padding: 0;
}
.txt-dashes:before, .txt-dashes:after {
    content: "-";
    /*content: "━";*/
    padding: 0 5px;
}
.banner-img {
    position: absolute;
    left: auto;
    background: white;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 39%;
    margin-top: 160px;
    -webkit-box-shadow: 0px 7px 13px 1px rgba(184, 184, 184, 0.79);
    box-shadow: 7px 8px 18px -2px rgba(184, 184, 184, 0.79);
}
div#scroll-link-to-sustainability {
    padding: 20px;
    cursor: pointer;
}
.content_wrap .label {
    min-width: 120px;
    padding: 0.5em 1em;
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #c09a5a;
    color: #fff;
    width: 140px;
    float: right;
}
.font-italic{
    font-style: italic;
}
.txt-size {
    font-size: 24px;
    margin-bottom: 0;
}
.bg-scolor{
    background-color: #f0f1f2
}
.max-h {
    max-height: 453px;
    float: right;
    margin-bottom: 30px
}
.pad-bt{
    padding-bottom: 80px;
}
.txt-r {
    text-align: right;
}
@media (min-width:1400px){
    .max-w {
        max-width: 600px;
    }
}
@media (max-width:1670px){
    .banner-img {
        width: 48%;
    }
}
@media (max-width:1600px){
    .banner-img {
        width: 47%;
    }
}
@media (max-width:1499px){
    .banner-img {
        width: 52%;
    }
}
@media (max-width:1399px){
    .banner-img {
        width: 41%;
        margin-top: 155px;
    }
}
@media (max-width:1357px){
    .banner-img {
        width: 42%;
        margin-top: 155px;
    }
}
@media (max-width:1199px){
    .banner-img {
        position: relative;
        left: auto;
        background: transparent;
        padding: 0;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        margin-bottom: 0;
        display: block;
        flex-direction: column;
        width: auto;
        margin-top: 30px;
        -webkit-box-shadow: 0px 7px 13px 1px rgba(184 184 184 / 0%);
        box-shadow: 7px 8px 18px -2px rgb(184 184 184 / 0%);
    }
    .pad-bt{
        padding-bottom: 30px;
    }
    .max-h {
        margin-bottom: 0
    }
}
@media (max-width:767px){
    .hero-video .callout {
        top: 120px;
    }
    div#scroll-link-to-sustainability {
        padding: 10px;
    }
    .arrow-container {
        width: 20px;
        height: 15px;
    }
    .txt-size {
        font-size: 20px;
    }
}
@media (max-width:500px){
    .border-title {
        width: auto;
    }
    .border-title p {
        padding: 0;
    }
}
@media (max-width:400px){
    .border-title p {
        font-size: 18px;
        margin-top: -15px;
    }
}