@font-face {
    font-family: 'NunitoSans';
    src: url('nunitosans-regular.woff2') format('woff2'),
        url('nunitosans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTRamillas';
    src: url('ttramillas-extrabold.woff2') format('woff2'),
        url('ttramillas-extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NunitoSans';
    src: url('nunitosans-semibold.woff2') format('woff2'),
        url('nunitosans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hatton';
    src: url('hatton-ultralight.woff2') format('woff2'),
        url('hatton-ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hatton';
    src: url('hatton-semibold.woff2') format('woff2'),
        url('hatton-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hatton';
    src: url('hatton-medium.woff2') format('woff2'),
        url('hatton-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



h1 {
    font-family: 'TTRamillas';
    font-size: 6.771vw;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    color: #deb9a4;
    margin-bottom: 3.385vw;
}

h2 {
    font-family: 'TTRamillas';
    font-size: 4.688vw;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.76;
    letter-spacing: normal;
    text-align: left;
    color: #60100F;
}

h3 {
    font-family: 'Hatton';
    font-size: 1.771vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.044vw;
    text-align: left;
    color: #80423f;
}

h4 {
    font-family: 'NunitoSans';
    font-size: 1.458vw;
    color: #A0706E;
    letter-spacing: 0.38vw;
}

p {
    font-family: 'NunitoSans';
    font-size: 1.354vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 0.034vw;
    text-align: left;
    color: #faf3ed;
}

.rotate_text {
    position: absolute;
    transform: rotate(-90deg);
}

.section_inner {
    margin: 0 auto;
}

.site_btn,
input[type="submit"] {
    display: inline-block;
    font-family: 'NunitoSans';
    font-size: 0.625vw;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.125vw;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 0.833vw 6.823vw 0.833vw 3.385vw !important;
    border: solid 1px #000;
    z-index: 1;
}

.site_btn span {
    position: relative;
    z-index: 9;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.646vw;
    border-left: solid 1px #faf3ed;
    height: 100%;
    padding: 0.781vw 1.198vw 0.625vw 1.198vw;
}

.site_btn span img {
    height: 1.198vw;
    width: 1.198vw;
}

.site_btn:hover span {
    padding: 0.781vw 0.521vw 0.625vw 1.563vw !important;
    transition: all .5s ease-in-out;
}

.site_btn:before{
    content: "";
    background-color: #44554a;
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0vw;
    left: 0vw;
    z-index: -1;
    transition: all .5s ease-in-out;
}
.site_btn:hover:before{
    width: 100%;
}
.site_btn:hover{
    color: #FAF3ED !important;
}

p:last-child {
    margin-bottom: 0;
}

.desk_only {
    display: block;
}

.mobile_only {
    display: none;
}

br.m {
    display: none;
}


@media (max-width: 768px) {
    
    .mobile_only {
        display: block !important;
    }

    h1 {
        font-size: 14vw;
        letter-spacing: .1vw;
        margin-bottom: 9.3vw;
    }

    h1 br {
        display: none;
    }

    .site_btn,
    input[type="submit"] {
        font-size: 2vw;
        letter-spacing: .35vw;
    }

    .site_btn span {
        width: 11vw;
        padding: 2vw 0vw 0 3.5vw;
        border-left: solid 1px #faf3ed;
    }

    .site_btn:hover span {
        padding: 2vw 0vw 0 3.5vw !important;
    }

    .site_btn span img {
        height: 4vw;
        width: 4vw;
    }

    h2 {
        font-size: 12vw;
        line-height: 1.1;
        letter-spacing: -0.1vw;
    }

    h2 br {
        display: none;
    }

    h3 {
        font-size: 5vw;
    }

    h3 br {
        display: none;
    }
}


/*
    Header
=========================================*/
/*
    Header ---> Top Layout
-----------------------------*/



header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.site-header-top {
    background-color: #92819F;
    padding-top: 0.625vw;
    padding-bottom: 0.365vw;
    z-index: 2;
    position: relative;
}

.site-header-top .section-inner a:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #028D9C;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.site-header-top .section-inner {
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.045vw;
    font-size: 0.682vw;
    /* text-transform: uppercase; */
    padding-left: 0.104vw;
    position: unset;
    padding-bottom: 0.208vw;
}

.site-header-top .section-inner strong {
    color: #000000;
    font-weight: normal;
    color: #487aff;
}

.site-header-top .section-inner a {
    color: #FFFFFF;
    font-family: 'Sofia Pro';
    font-weight: 500;
}

.site-header-top .section-inner a strong {
    color: #487aff;
}

@media (max-width: 768px) {}

/*
    Header ---> Layout
-----------------------------*/

.main_site-header .section-inner,
.responsive_site-header .section-inner {
    padding-top: 0px;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 1.458vw;
    padding-right: 1.458vw;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    /* border-bottom:1px solid #000000; */
}

.main_site-header .section-inner {
}

.logo {
    width: 21%;
    padding-top: 1.979vw;
    padding-bottom: 1.302vw;
    box-sizing: border-box;
    text-align: center;
}

.logo img {
    margin: 0 auto;
    max-width: 11.979vw;
}

.header-left {
    width: 40%;
    text-align: right;
    box-sizing: border-box;
    padding-top: 2.813vw;
    padding-bottom: 0.938vw;
}

.header-right {
    width: 39%;
    text-align: left;
    box-sizing: border-box;
    position: relative;
    padding-top: 2.76vw;
    padding-bottom: 0.938vw;
    margin-left: 0px;
}

@media (max-width: 768px) {}

/*
    Header ---> Main Menu
-----------------------------*/
.main-navigation ul {
    margin: 0;
    width: auto;
    padding-left: 0;
    list-style: none;
    display: inline-block;
}

.main-navigation li {
    position: relative;
    display: block;
    float: left;
    margin-left: 0px;
    padding-left: 1.094vw;
}

.main-navigation #left_menu {
    margin-right: 1.823vw;
}

.main-navigation #right_menu {
    margin-left: 0.469vw;
}

.main-navigation #left_menu li {
    padding-left: 5.052vw;
}

.main-navigation #right_menu li {
    margin-left: 4.01vw;
}

.main-navigation #right_menu li a img {
    width: 1.354vw;
    height: 1.354vw;
}

.main-navigation #right_menu li:first-child {
    margin-left: 0;
}

.main-navigation #right_menu li:last-child {
    margin-left: 3.438vw;
    margin-top: 0.156vw;
}

.main-navigation li:first-child {
    padding-left: 0px;
}

.main-navigation li:before {
    content: "";
    width: 2px;
    height: 0.729vw;
    background-color: #000;
    top: 0.625vw;
    right: 0px;
    display: none;
    position: absolute;
}

.main-navigation li:last-child {
    padding-right: 0px;
}

.main-navigation li:last-child:before {
    display: none;
}

.main-navigation li ul li {
    margin-right: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    /* padding: 1px 16px 0px 16px; */
    color: #FAF3ED;
    font-size: 0.833vw;
    letter-spacing: 0.078vw;
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'NunitoSans';
    border: 1px solid rgb(0 0 0 / 0%);
}

.main-navigation li.menu-item-has-children>a {
    padding-right: 0.833vw;
}

.main-navigation li.menu-item-has-children>a:after {
    content: " ";
    position: absolute;
    right: 0.208vw;
    background-image: url(images/ui/arrow-down-3.svg);
    height: 0.417vw;
    width: 0.417vw;
    background-size: contain;
    top: 0.833vw;
    background-repeat: no-repeat;
}

.main-navigation ul ul a {
    padding-bottom: 0.208vw !important;
    margin-bottom: 0px !important;
    padding-top: 0.521vw;
    letter-spacing: 0.016vw;
    display: block;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 3.125vw;
    left: 0em;
    z-index: 99999;
    text-align: left;
    display: none;
    background-color: #ffffff;
    box-shadow: 0 0.13vw 0.13vw 0 rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 0.26vw 0.26vw;
    padding-top: 0.469vw;
    padding-bottom: 0.469vw;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li {
    width: 6.068vw;
}

.main-navigation ul ul li {
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    margin-left: 0;
    color: #0d6ea9;
    border-top: 0;
    padding-bottom: 0.365vw;
    padding-top: 0.365vw;

    padding-left: 0.781vw;
    padding-right: 0.781vw;
}


.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .current_page_ancestor {
    color: #000;
}


.header_main {
    position: relative;
}

.header_main:before {
    content: '';
    position: absolute;
    width: 13.5%;
    height: 1px;
    left: 0;
    top: 3.542vw;
    background-color: #faf3ed;
    z-index: 9;
}

.header_main:after {
    content: '';
    position: absolute;
    width: 12.7%;
    height: 1px;
    right: 0;
    top: 3.542vw;
    background-color: #faf3ed;
    z-index: 9;
}

a:hover {
    -webkit-filter: inherit;
    filter: inherit;
}

@media (max-width: 768px) {

    .header_main:before,
    .header_main:after {
        display: none;
    }
}

/*
    Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {
    position: absolute;
    bottom: 1.198vw;
    right: 0;
    display: none;
    height: 1.563vw;
    width: 3.125vw;
    z-index: 999;
    cursor: pointer;
    background-image: url(mobile-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

a.responsive-menu-close {
    clear: both;
    height: 7.604vw;
    width: 5.604vw;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    color: #fff;
    font-size: 37.406vw;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0.573vw;
    right: 2.583vw;
    background-size: contain;
}
.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 3vw;
}
.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -1px;
}
.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 9vw;
    display: block;
    background-color: #faf3ed;
    height: 1px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0vw;
    top: -110%;
    /* background: #faf4e8; */
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    background-color: #000000;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 88%;
    overflow: hidden;
    right: 0px;
}
.responsive-menu .logo{
    padding-left: 9vw;
}
.responsive-menu .logo img{
    max-width: 39vw;
}
.responsive-menu:after{
    content: '';
    background-image: url(respon-bg.png);
    height: 154.831vw;
    width: 154.831vw;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    bottom: -50vw;
    right: -29.3vmax;
    z-index: -1;
}

.responsive-menu.active {
    top: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
    padding-top: 29vw;
    padding-bottom: 2.083vw;
    padding-left: 20.5vw;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 1.563vw;
    padding-left: 2.448vw;
    padding-right: inherit;
    margin-bottom: 12vw !important;
}

.responsive-menu ul li a {
    text-align: left;
    line-height: 1.52;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 0.958vw;
    letter-spacing: 0.8vw;
    position: relative;
    text-transform: capitalize;
    font-weight: normal;
    border: 1px solid rgb(0 0 0 / 0%);
    font-family: 'NunitoSans';
}

.responsive-menu ul li i {
    height: 2.083vw;
    width: 2.083vw;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 2.083vw;
    cursor: pointer;
    border-left: solid 1px #E9EDF1;
    background-size: 1.042vw;
    background-repeat: no-repeat;
    background-position: center;
}

.responsive-menu ul li i.minus {
    background-image: url(images/ui/minus.svg);
}

.responsive-menu ul li i.plus {
    background-image: url(images/ui/plus.svg);
}

.responsive-menu ul li ul {
    margin: 0;
    padding: 0;
}

.responsive-menu ul li ul li a {
    font-size: 90%;
    padding-left: 1.563vw;
    border-bottom: solid 1px #E9E9E9;
    background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
    font-size: 80%;
    padding-left: 1.563vw;
    border-bottom: solid 1px #E9E9E9;
    background-color: #E4E4E4;
}

@media (max-width: 768px) {}


@media screen and (max-width: 768px) {
    a.responsive-menu-close {
        width: 9.198vw;
        height: 8.146vw;
        top: 8.677vw;
        right: 10.583vw;
        color: #fff;
        clear: both;
        display: block;
        position: absolute;
    }
}


/*
    Header ---> fixed-header
-----------------------------*/
.fixed-header .site-header {
    border-bottom: 0;
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: -26.042vw;
    left: 0;
    background-color: #fff;
    z-index: 999;
    transition: all 0.5s ease;
}

.fixed-header.active {
    top: 0;
}

.admin-bar .fixed-header.active {
    top: 1.667vw;
}

.fixed-header .logo {
    /* padding-bottom: 13px; */
    /* padding-top: 12px; */
}

.fixed-header .logo img {
    /* margin: 0px !important; */
    width: 11.979vw !important;
    /* max-width: unset; */
    /* display: block; */
}

.fixed-header .header-left {
    /* padding-bottom: 0; */
    /* padding-top: 14px; */
}

.fixed-header a.responsive-menu-hand {
    top: 1.146vw;
}

.fixed-header .main-navigation a {
    /* padding: 6px 2px 16px 2px; */
}

.fixed-header .main-navigation ul ul {
    top: 2.708vw;
}

.fixed-header .main-navigation li ul li a {
    padding-left: 0.521vw;
    padding-right: 0.521vw;
}

.fixed-header .main-navigation li.menu-item-has-children>a:after {
    top: 0.729vw;
}

.fixed-header .site-header .section-inner {
    padding-top: 0px;
}

@media screen and (max-width: 600px) {
    .fixed-header {
        display: none;
    }
}

/*
    Header ---> Responsive
-----------------------------*/
@media screen and (max-width: 1115px) {
    .main-navigation li {
        margin-left: 0.625vw;
    }

    .main-navigation li.nav_login_li {
        padding-left: 0.781vw;
    }
}

@media screen and (max-width: 1100px) {
    .site-header-top .section-inner {
        letter-spacing: 1px;
    }

    .responsive_site-header .section-inner,
    .site-header .section-inner {
        padding-top: 0px;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 2.083vw;
        padding-right: 2.083vw;
        display: flex;
    }
}

@media screen and (max-width: 768px) {

    .logo img {
        margin-left: 0;
        max-width: 37.85vw;
    }

    .main-navigation li {
        margin-left: 0px;
        padding-right: 0px;
    }

    .main-navigation li.nav_login_li {
        padding-left: 0.521vw;
    }

    .header-left {
        width: 34%;
        display: none;
    }

    .logo {
        width: 80%;
        text-align: left;
        padding-left: 9vw;
        margin-top: 1vw;
    }

    .header-right {
        width: 34%;
        display: none;
    }
    .header_main:after,
    .header_main:before{
        display: none;
    }

    .header-responsive.mobile_only {
        display: block;
        width: 20%;
        position: relative;
    }

    a.responsive-menu-hand {
        display: block;
        height: 6vw;
        width: 8.7vw;
        right: 9.5vw;
        bottom: 2.5vw;
    }

    .main-navigation {
        display: none;
    }

    .logo {
        padding-top: 1.042vw;
    }

    .header-left {
        padding-top: 0.521vw;
    }

    .responsive_site-header .header-left {
        display: block;
        width: 20%;
    }

    header {
        background-color: transparent;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
    }

}

@media screen and (max-width: 768px) {

    header {
        background-color: transparent;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 999;
    }

    .site-header-top .section-inner {
        font-size: 2.5vw;
        line-height: 1.2;
        letter-spacing: 0vw;
        padding-left: 0px;
    }

    .logo {
        padding-top: 7vw;
        padding-bottom: 3.1vw;
        padding-left: 8vw;
    }

    .logo img {
        max-width: 37.85vw;
    }

    .header-left {
        padding-bottom: 1vw;
        padding-top: 1vw;
    }

    a.responsive-menu-hand {
        bottom: 8vw;
        height: 6vw;
        width: 8.7vw;
        right: 9.5vw;
    }

    .site-header-top {
        padding-left: 8vw;
        padding-right: 8vw;
        padding-top: 2vw;
        padding-bottom: 2.4vw;
    }

    .site-header-top .section-inner strong {
        font-size: 2.2vw;
        padding-right: 0.5vw;
        font-weight: normal;
    }

    .fixed-header a.responsive-menu-hand {
        height: 2.083vw;
        width: 2.083vw;
        bottom: auto;
        top: 0.99vw;
    }

    .fixed-header .logo img {
        width: 2.188vw;
        padding-top: 0.521vw;
    }
}

@media screen and (max-width: 1024px) {

    .responsive_site-header .section-inner,
    .site-header .section-inner {
        padding-top: 0px;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 1.224vw;
        padding-right: 1.25vw;
        display: flex;
        border-color: #6d7280;
    }

    .site-header-top .section-inner {
        font-size: 2.7vw;
        line-height: 1.2;
        letter-spacing: 0.12vw;
        padding-left: 0px;
        width: 100%;
    }

    .logo {}

    .logo img {
        /* max-width: 35vw; */
        /* display: block; */
    }

    .header-left {
        /* padding-bottom: 1vw; */
        /* padding-top: 1vw; */
    }

    a.responsive-menu-hand {
        /* bottom: 4.2vw; */
        /* height: 4vw; */
        /* width: 7vw; */
        /* background-image: url(mobile-icon.png); */
    }

    .site-header-top {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 4vw;
        padding-bottom: 2.6vw;
        border-color: #6d7280;
    }

    .site-header-top .section-inner strong {
        font-size: 2.7vw;
        padding-right: 0.5vw;
        font-weight: normal;
    }

    .fixed-header a.responsive-menu-hand {
        height: 2.083vw;
        width: 2.083vw;
        bottom: auto;
        top: 0.99vw;
    }

    .fixed-header .logo img {
        width: 2.188vw;
        padding-top: 0.521vw;
    }

    .responsive-menu ul li {
        padding-left: 1.302vw;
        padding-right: 1.302vw;
        margin-bottom: 0.833vw;
    }

    .responsive-menu ul li a {
        font-size: 4.5vw;
    }
}

.mobile_only {
    display: none;
}

@media (max-width: 768px) {}


/* Globals --> Full right BG */

ul li {
    list-style: none;
    ;
}

ul li a {
    list-style: none;
    font-family: 'NunitoSans';
    font-size: 0.833vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.083vw;
    text-align: left;
    color: #a0706e;
}


/* Globals --> Full Right & Left BG */
.full-bg-mobile {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-color: #859CAC;
}

.full-bg-mobile.active {
    opacity: 1;
}


@media (max-width: 768px) {
    ul li a{
        font-size: 3vw;
    }
}


/****************************
    Buh Footer
****************************/
.buh_footer {
    background-color: #f3e2d1;
    padding-top: 5.313vw;
    padding-bottom: 0.558vw;
}

.buh_footer .section_inner {
    width: 100vw;
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 2.656vw;
}

.buh_footer .section_inner:before {
    content: '';
    position: absolute;
    top: -15.781vw;
    right: -16.667vw;
    background-image: url(buh-f-r-art.png);
    height: 21.875vw;
    width: 31.771vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.buh_footer .section_inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -24.635vw;
    background-image: url(buh-f-l-art.png);
    height: 19.115vw;
    width: 45.833vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.section_top {
    margin-bottom: 4.948vw;
}

.buh_footer .section_top h3 {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.49;
    margin-bottom: 2.083vw;
}

.buh_footer .section_top div {
    width: 20.052vw;
    margin: auto;
}

.buh_footer .section_top div .site_btn span {
    border-color: #000;
    padding: 0.781vw 0.99vw 0.625vw 1.094vw;
    width: 3.385vw;
}

.buh_footer .section_top div .site_btn {
    position: relative;
    padding: 0.99vw 6.979vw 1.042vw 3.281vw !important;
}

.buh_instagram {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.219vw;
}

.buh_insta_image a img {
    width: 18.646vw;
    height: 18.646vw;
}

.section_bottom {
    display: flex;
    width: 89.323vw;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.buh_footer_bottom_left {
    /* padding-right: 5.969vw; */
    padding-top: 0.417vw;
    margin-left: 1.979vw;
    width: 13%;
}

.buh_footer_bottom_left img {
    width: 4.948vw;
    height: 9.74vw;
}

.buh_footer_bottom_right {
    width: 87%;
    padding-left: 1.5vw;
}

.buh_footer_bottom_right h3 {
    text-transform: uppercase;
}

.bottom_right_top {
    display: flex;
    padding-left: 2.969vw;
    padding-bottom: 1.719vw;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.bottom_right_top:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #60100F;
    left: 0;
    bottom: 0;
}

.buh_footer .bottom_right_top:after {
    width: 100%;
    transition: all 1s ease-in-out;
}

.bottom_right_top>div {
    /* margin-left: 2.917vw; */
    margin-top: -0.99vw;
    width: 45%;
}

.bottom_right_top .site_btn {
    padding: 1.1vw 0.781vw 1vw 0.781vw !important;
    outline: none;
    background-color: transparent;
    width: 100%;
    text-transform: inherit;
    text-align: center;
    border-color: #60100F;
    float: left;
    top: 0vw;
    left: 0vw;
    border-radius: 0px !important;
    padding-bottom: 0.97vw !important;
    height: 3.2vw;
    padding-right: 4.4vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.bottom_right_top form input[type="submit"] {
    background-color: transparent;
    position: relative;
    top: 0vw;
    /* border-left: 1px; */
    left: 0vw;
    background-image: url(arrow-ri.png);
    background-repeat: no-repeat;
    background-size: 1.25vw;
    background-position: center;
    border-color: #60100F;
    width: 3.4vw;
    padding: 1.042vw 2.563vw 1.04vw 0.6vw !important;
    margin: 0px;
    border-radius: 0px !important;
    height: 100%;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    border-width: 0px 0px 0px 1px;
    border: 0px !important;
    border-left: 1px solid #60100F !important;
}

.bottom_right_top form:hover input[type="submit"] {
    background-position: 70% 50% !important;
    transition: all .5s ease-in-out;
}

.bottom_right_top .site_btn::placeholder {
    color: #60100F;
    padding: 1.302vw 3.438vw 0.938vw 3.385vw;
    text-transform: uppercase;
}

.bottom_right_bottom {
    display: flex;
}

.footer_menu {
    margin-top: 0.625vw;
    padding-left: 1.042vw;
    width: 71%;
}

.footer_menu ul li {
    display: inline;
    margin: 0 0 0 5.208vw;
    text-align: center;
}

.footer_menu ul li:first-child {
    margin: 0;
}

.footer_social ul {
    /* margin-top: 1.406vw; */
    /* margin-left: 3.333vw; */
    padding-left: 0;
}

.footer_social ul li {
    display: inline-block;
    margin-left: 3.7vw;
}

.footer_social ul li a img {
    width: 1.51vw;
    height: 1.51vw;
}

.footer_social ul li:nth-child(3) a img {
    width: 1.823vw;
    height: 1.823vw;
    margin-left: 0.313vw;
}

.footer_social ul li:first-child {
    margin-left: 0;
}

.footer_social ul li:last-child {
    margin-left: 2.552vw;
    margin-top: auto;
}


.buh_copyright {
    background-color: #000;
    padding: 1.146vw 0 1.094vw 0;
}

.buh_copyright .section_inner {
    display: flex;
}

.buh_copyright .section_left_item {
    width: 50%;
}

.buh_copyright .section_left_item p {
    font-size: 0.625vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.125vw;
    text-align: right;
    color: #faf3ed;
    text-transform: uppercase;
    padding-right: 3.646vw;

}


.buh_copyright .section_right_item {
    width: 50%;
    padding-left: 3.646vw;
}

.buh_copyright .section_right_item p {
    font-size: 0.625vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.125vw;
    text-align: left;
    color: #faf3ed;
    text-transform: uppercase;
}
.buh_copyright .section_right_item p a{
    color: #faf3ed;
}

.bottom_right_top form{
    padding-top: 1.23vw;
    padding-left: 2.9vw;
    padding-right: 1vw;
}
.bottom_right_top form .footer_form_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 0vw;
    /* padding-top: 1.23vw; */
    /* padding-left: 2.9vw; */
    width: 100%;
    /* padding-right: 0.6vw; */
    position: relative;
}
.bottom_right_top form .footer_form_in .email-field{
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0vw;
}
.bottom_right_top form .footer_form_in .footer_formsubmit{
    width: 3.4vw;
    margin-top: 0vw;
    position: absolute;
    top: 0vw;
    right: 0vw;
    height: 100%;
}
@media (max-width: 768px) {
    .buh_footer{
        padding-top: 22vw;
    }
    .buh_instagram {
        flex-wrap: wrap;
        margin-bottom: 8vw;
    }

    .section_top {
    padding: 0 9vw;
    margin-bottom: 18.5vw;
}

    .buh_footer .section_top h3 {
    font-size: 6vw;
    line-height: 1.6;
    letter-spacing: .17vw;
    margin-bottom: 8vw;
}

    .buh_footer .section_top h3 br {
        display: none;
    }
    .buh_footer .section_top div{
        width: 100%;
    }
    .buh_footer .section_top div .site_btn{
        margin-left: 10vw;
        padding: 3vw 22.6vw 2.6vw 11.6vw !important;
        border: solid 1px #000;
    }
    .buh_footer .site_btn span {
        width: 11vw !important;
        padding: 2vw 0vw 0 3.5vw !important;
    }
    .buh_insta_image a img{
        width: 48vw;
        height: 48vw;
    }
    .buh_insta_image{
        margin-bottom: 4vw;
        z-index: 9;
    }
    .buh_insta_image:last-child{
        display: none;
    }
    .section_bottom{flex-direction: column;width: 100%;}
    .buh_footer_bottom_left{width: 100%;text-align: -webkit-center;margin-left: 0;margin-bottom: 9.6vw;z-index: 999;}
    .buh_footer_bottom_right{
        width: 100%;
    }
    .buh_footer_bottom_left img{
        height: 30vw;
        width: 15vw;
    }
    .bottom_right_top{
        flex-direction: column;
        padding-left: 9.5vw;
        padding-right: 9vw;
        padding-bottom: 14vw;
    }
    .buh_footer_bottom_right h3{letter-spacing: .33vw;line-height: 1.6;margin-bottom: 5.6vw;}
    .bottom_right_top .site_btn{
        padding: 2.5vw 12.781vw 2.146vw 13.781vw !important;
        width: 100%;
        left: 0;
        border: solid 1px #60100f;
        position: relative;
        top: 0vw;
        left: 0vw;
        height: 8vw !important;
        display: block;
    }
    .bottom_right_top form .footer_form_in{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 0vw;
    padding-left: 0vw;
    padding-top: 0vw;
}
.bottom_right_top form{
    
padding-top: 0vw;
    
padding-left: 0vw;
    
padding-right: 0vw;
}
    .bottom_right_top div{
        width: 100%;
    }
    
    .bottom_right_top form .footer_form_in .email-field{
    width: 100%;
    margin-bottom: 0vw;
    margin-top: 0vw;
}
    .bottom_right_top form .footer_form_in .footer_formsubmit{
    width: 9vw !important;
    margin-top: 0vw !important;
    background-position: center !important;
    border: 0px !important;
    /* border-left: solid 1px #60100f !important; */
    /* border-right: solid 0px #60100f !important; */
}

    .bottom_right_top form input[type="submit"]{
        width: 9vw;
        left: 0;
        padding: 2.042vw 2.563vw 2.6vw 1.6vw !important;
        background-size: auto;
        border: 0px !important;
        border-left: solid 1px #60100f !important;
        top: 0vw;
        background-image: url(arrow-rim.png);
        height: 8vw !important;
        display: block;
    }
    .bottom_right_top form:hover input[type="submit"]{
        background-position: center;
    }
    .footer_formsubmit input{}
    .bottom_right_top .site_btn::placeholder {
        padding: 1.302vw 0vw 0.938vw 0vw;
        margin-right: 11vw;
    }
    .bottom_right_bottom{
        flex-direction: column;
        width: 100%;
    }
    .bottom_right_top:after{width: 88% !important;bottom: 1.6vw;left: 5vw;height: 1px;}
    .footer_menu{
        width: 100%;
        padding-left: 0;
    }
    .footer_menu ul{
        padding-left: 0;
        text-align: center;
    }
    .footer_menu ul li{
    display: inline-block;
    width: 31vw;
    margin: 0vw auto  1vw auto !important;
    }
    .footer_social ul li{
    margin-left: 19vw;
    }
    .footer_social ul li:nth-child(3) a img{
        height: 6vw;
        width: 7vw;
        margin-left: 1vw;
    }
    .footer_social ul li:first-child{margin-left: 12vw;margin-top: .5vw;}
    .footer_social ul li:last-child{
        margin-left: 13vw;
    }
    .buh_footer .section_inner{
        padding-bottom: 7vw;
    }
    .buh_copyright .section_inner{
        flex-direction: column;
    }
    .buh_copyright .section_left_item p{
        text-align: center;
        font-size: 2.5vw;
        padding-right: 0;
        letter-spacing: .44vw;
    }
    .buh_copyright .section_right_item p{
        text-align: center;
        font-size: 2.5vw;
        letter-spacing: 0.44vw;
    }
    .buh_copyright .section_left_item{
        width: 100%;
        margin-bottom: 2vw;
    }
    .buh_copyright .section_right_item{
        width: 100%;
        padding-left: 0;
    }
    .buh_copyright{
        padding-top: 7vw;
        padding-bottom: 7vw;
    }
    .buh_footer .section_inner:before{
        height: 68vw;
        width: 68vw;
        top: -47vw;
        right: -26vw;
    }
    .buh_footer .section_inner:after{
     background-image: url(f-m-art.png);
     top: 115vw;
     height: 120vw;
     width: 108vw;
     left: 18vw;
     z-index: 1;
    }
    .bottom_right_top form:hover input[type="submit"]{
    background-position: center !important;
    border: solid 1px #60100f !important;
    border-left: 0px !important;
    }
}


/****************************
    Buh section 1
****************************/
.buh1 {
    background-image: url(buh1-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 13.125vw;
}

.buh1 .section_inner {
    width: 80.729vw;
    padding-top: 14.219vw;
}

.buh1_inner p {
    padding-left: 6.198vw;
    margin-bottom: 2.969vw;
}

.buh1_inner .site_btn {
    margin-left: 6.146vw;
    padding: 1.094vw 5.833vw 0.938vw 2.604vw !important;
    /* background-color: #44554a; */
    border: solid 1px #faf3ed;
    color: #faf3ed;
}

@media (max-width: 768px) {
    .buh1 {
        background-image: url(buh-m-banner.jpg) !important;
        padding-bottom: 85.6vw;
    }

    .buh1 .section_inner {
        padding-top: 52vw;
    }

    .buh1_inner p {
        font-size: 4vw;
        padding-left: 8vw;
        letter-spacing: .28vw;
        line-height: 1.4;
        margin-bottom: 9vw;
    }

    .buh1_inner p br {
        display: none;
    }

    .buh1_inner .site_btn {
        padding: 2.6vw 16.9vw 2.6vw 6.96vw !important;
        margin-left: 9vw;
        border: solid 1px #faf3ed;
    }
    .footer_social ul li a img{
        height: 5vw;
        width: 5vw;
    }
}


/****************************
    Buh section 2
****************************/
.buh2 {
    background-color: #F8EDE4;
}

.buh2 .section_inner {
    width: 88.542vw;
    padding-top: 12.083vw;
    display: flex;
}

.buh2 .section_left_item {
    width: 65%;
    padding-left: 5.052vw;
}

.buh2_left_in {}

.buh2_left_in h3 {
    position: absolute;
    text-transform: uppercase;
    margin-top: 5.729vw;
    margin-left: 8.229vw;
    padding-left: 2.448vw;
    line-height: 1.66;
    z-index: 2;
}

.buh2_left_in h3:before {
    content: '';
    height: 0;
    width: 2px;
    background-color: #80423F;
    position: absolute;
    top: 0.26vw;
    left: 0;
}


.buh2 .buh2_left_in h3.ca::before {
    height: 93%;
    transition: all 1.5s ease-in-out;
}

.buh2 .section_right_item {
    width: 35%;
    right: -5.781vw !important;
}

.buh2_right_in {
    margin-top: -3.021vw;
    margin-left: 2.083vw;
}


.buh2_right_in img {
    height: 34.427vw;
    width: 27.969vw;
    position: relative;
    right: -7.813vw;
    z-index: 1;
}

.buh2 .section_inner.ca .buh2_right_in img {
    right: 0;
    transition: all 2s ease-in-out;
}

@media (max-width: 768px) {
    .buh2 .section_inner {
        flex-direction: column-reverse;
        padding-top: 16.4vw;
        padding-bottom: 128.3vw;
    }

    .buh2 .section_right_item {
        right: 0 !important;
        width: 100%;
        z-index: 1;
        position: relative;
    }

    .buh2_right_in img {
        height: 94.2vw;
        width: 75.8vw;
        right: -6.25vw !important;
        z-index: 1;
    }

    .buh2_right_in {
        margin-left: 0 !important;
    }

    .buh2 .section_left_item {
        width: 100%;
        padding-left: 4.2vw;
        margin-top: -13vw;
        z-index: 2;
    }

    .buh2_left_in h3 {
        font-size: 5vw;
        padding-left: 4vw;
        margin-top: 9vw;
        padding-right: 4vw;
        line-height: 1.7;
    }

    .buh2_left_in h3 br {
        display: none;
    }

    .buh2 .buh2_left_in h3.ca::before {
        height: 97%;
        top: 1.2vw;
        left: -0.7vw;
        width: 1px;
    }
}

/****************************
    Buh section 3
****************************/

.buh3 {
    background-color: #F8EDE4;
    padding-bottom: 9.479vw;
}

.buh3 .section_inner {
    display: flex;
    width: 81.615vw;
    padding-top: 0.729vw;
    position: relative;
}

.buh3 .section_inner:before {
    content: '';
    position: absolute;
    top: -6.875vw;
    left: -15.99vw;
    background-image: url(buh3-l-art.png);
    height: 31.302vw;
    width: 37.813vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.buh3 .section_left_item {
    width: 50%;
}

.buh3_left_in {
    position: relative;
}

.buh3 .section_inner.ca .buh3_left_in {
    margin-left: 0;
}

.buh3 .section_left_item .image1 {
    padding-left: 6.354vw;
    z-index: 2;
    position: relative;
    transition: all 1s ease-in-out;
    margin-left: -7.813vw;
}
.buh3 .section_inner.ca .section_left_item .image1{
    margin-left: 0;
}
.buh3 .section_left_item .image1 img {
    width: 27.604vw;
    height: 37.969vw;
}

.buh3 .section_left_item .image2 {
    position: absolute;
    bottom: -5.156vw;
    left: 0;
    z-index: 1;
}

.buh3 .section_left_item .image2 img {
    width: 18.385vw;
    height: 22.76vw;
}

.buh3 .section_right_item {
    padding-left: 2.917vw;
    width: 50%;
    padding-top: 6.875vw;
}

.buh3_right_in p {
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.031vw;
    text-align: left;
    color: #000;
    margin-bottom: 1.875vw;
}

.buh3_right_in h3 {
    text-transform: uppercase;
    margin-top: 4.01vw;
    padding-left: 2.5vw;
    margin-left: 1.875vw;
    margin-bottom: 5.208vw;
    position: relative;
}

.buh3_right_in h3:before {
    content: '';
    height: 0%;
    width: 2px;
    background-color: #80423F;
    position: absolute;
    top: 0.26vw;
    left: 0;
}

.buh3_right_in h3.ca:before {
    height: 85%;
    transition: all 1s ease-in-out;
    width: 1px;
}

.buh3 .site_btn {
    padding: 1.042vw 5.729vw 0.99vw 2.135vw !important;
}

.buh3 .site_btn span {
    border-color: #000;
}

.roat_text {
    transform: rotate(-90deg);
    position: absolute;
    font-size: 1.615vw;
    font-family: 'NunitoSans';
    letter-spacing: 0.573vw;
    color: #FAF3ED;
}

@media (max-width: 768px) {
    .buh3 {
        padding-bottom: 64.9vw;
    }

    .buh3 .section_inner {
        flex-direction: column;
    }

    .buh3 .section_left_item {
        width: 100%;
    }

    .buh3 .section_right_item {
        width: 100%;
        padding-top: 30vw;
    }

    .buh3 .section_left_item .image1 img {
        width: 63.85vw;
        height: 87.8vw;
    }

    .buh3_left_in {
        margin-left: 9.7vw;
    }

    .buh3 .section_left_item .image2 img {
        height: 52.5vw;
        width: 42.3vw;
    }

    .buh3 .section_left_item .image2 {
        bottom: -11.93vw;
        left: -8.2vw;
    }

    .buh3 .section_inner:before {
        height: 80vw;
        width: 95vw;
        top: -18vw;
        left: -46vw;
    }

    .buh3_right_in p {
        font-size: 4vw;
        padding: 0 0 0 3vw;
        letter-spacing: .27vw;
        line-height: 1.5;
        margin-bottom: 4vw;
    }

    .buh3_right_in p br {
        display: none;
    }

    .buh3_right_in h3 {
        font-size: 5vw;
        margin-top: 10.6vw;
        margin-left: 8vw;
        padding-left: 7.4vw;
        line-height: 1.65;
        letter-spacing: -0.001vw;
        margin-bottom: 8.8vw;
    }

    .buh3_right_in h3 br {
        display: none;
    }

    .buh3 .site_btn {
        font-size: 2vw;
        padding: 2.6vw 17.9vw 2.6vw 6.96vw !important;
        margin-left: 11vw;
        border: solid 1px #000;
    }

    .buh3_right_in h3:before {
        left: 2vw;
    }
}

/****************************
    Buh section 4
****************************/

.buh4 {
    background-color: #000;
    padding-top: 7.604vw;
    position: relative;
}

.buh4 .section_inner {
    display: flex;
    width: 75.781vw;
}

.buh4 .section_left_item {
    width: 79.5%;
    position: relative;
}

.buh4 .section_left_item h2 {
    line-height: 1.05;
    color: #ECD5C8;
}

.buh4 .roat_text {
    left: -17.198vw;
    top: 5.781vw;
}

.buh4 .section_inner.ca .roat_text {
     left: -11.198vw;
     opacity: 1;
    transition: all 1s ease-in-out;
}
.buh4 .section_right_item {
    width: 20.5%;
}

.buh4_right_in {
    position: absolute;
    top: -17.448vw;
    right: -12.083vw;
    z-index: 9;
}

.buh4_right_in img {
    width: 26.302vw;
    height: 52.552vw;
}

.buh4 .section_inner.ca .buh4_right_in {
    right: -6.875vw;
    transition: all 1s ease-in-out;
}

@media (max-width: 768px) {
    .buh4 .section_inner {
        flex-direction: column-reverse !important;
        width: 100%;
    }

    .buh4 .section_right_item {
        width: 100%;
    }

    .buh4 .section_left_item {
        width: 86%;
        margin: 0 auto;
        padding-top: 74.4vw;
    }

    .buh4 .section_left_item h2 br {
        display: none;
    }

    .buh4 .section_left_item h2 {
        padding-left: 3vw;
        line-height: 1.07;
    }

    .buh4_right_in img {
        height: 135vw;
        width: 74vw;
    }

    .buh4_right_in {
        top: -55vw;
        right: -7.6vw;
    }

    .buh4 .roat_text {
        font-size: 5.8vw;
        left: -19.5vw !important;
        top: 27.5vw;
        letter-spacing: 2.16vw;
    }

    .roat_text {
        font-size: 5.8vw;
        letter-spacing: 2.16vw;
    }
}

/****************************
    Buh section 5
****************************/
.buh5 {
    background-color: #000;
    padding-top: 8.542vw;
    padding-bottom: 7.135vw;
}

.buh5 .section_inner {
    display: flex;
    width: 84.271vw;
    position: relative;
}

.buh5 .section_inner:before {
    content: '';
    position: absolute;
    top: -8.333vw;
    left: -21.771vw;
    background-image: url(buh5-l-art.png);
    height: 22.448vw;
    width: 32.188vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.buh5 .section_inner:after {
    content: '';
    position: absolute;
    bottom: -19.115vw;
    right: -34.896vw;
    background-image: url(buh5-r-art.png);
    height: 51.042vw;
    width: 45.833vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.buh5 .section_left_item {
    width: 44%;
}

.buh5_left_in {
    z-index: 2;
    position: relative;
    margin-left: -7.813vw;
}

.buh5 .section_inner.ca .buh5_left_in {
    margin-left: 0;
    transition: all 1s ease-in-out;
}

.buh5_image1 img {
    width: 30.26vw;
    height: 37.708vw;
}

.buh5 .section_right_item {
    width: 56%;
    padding-top: 2.604vw;
}

.buh5_right_in {}

.buh5_right_in p {
    font-size: 1.25vw;
    padding-left: 6.042vw;
    margin-bottom: 1.771vw;
}

.buh5_right_in h3 {
    text-transform: uppercase;
    padding-left: 2.552vw;
    line-height: 1.65;
    margin-bottom: 3.177vw;
    color: #DEB9A4;
    position: relative;
}

.buh5_right_in h3:before {
    content: '';
    height: 0%;
    width: 2px;
    background-color: #DEB9A4;
    position: absolute;
    top: 0.365vw;
    left: 0.156vw;
}

.buh5_right_in h3.ca:before {
    height: 89% !important;
    transition: all 1s ease-in-out;
}

.buh5_right_in .site_btn {
    color: #FAF3ED;
    border-color: #FAF3ED;
    margin-top: 2.24vw;
    margin-left: 6.25vw;
    padding: 1.042vw 6.719vw 0.99vw 3.125vw !important;
}

@media (max-width: 768px) {
    .buh5 {
        padding-bottom: 35vw;
    }

    .buh5 .section_inner {
        flex-direction: column;
    }

    .buh5_image1 img {
        width: 78.3vw;
        height: 97.4vw;
    }

    .buh5 .section_left_item {
        width: 100%;
    }

    .buh5 .section_right_item {
        width: 100%;
        padding-top: 17vw;
    }

    .buh5_left_in {
        margin-left: 3vw;
        margin-top: 4.7vw;
    }

    .buh5_right_in {
        padding-left: 7vw;
    }

    .buh5_right_in h3 {
        padding-left: 5vw;
        letter-spacing: 0vw;
        padding-right: 2vw;
        line-height: 1.7;
        margin-bottom: 8vw;
    }

    .buh5_right_in h3.ca:before {
        height: 91% !important;
        width: 1px;
    }

    .buh5_right_in h3:before {
        top: 0.8vw;
    }

    .buh5_right_in p {
        font-size: 4vw;
        padding-left: 0.5vw;
        letter-spacing: .27vw;
        line-height: 1.5;
        padding-right: 1vw;
        margin-bottom: 4vw;
    }

    .buh5_right_in p br {
        display: none;
    }

    .buh5_right_in .site_btn {
        margin-left: 0.5vw;
        padding: 2.42vw 20.719vw 2.5vw 10.125vw !important;
        margin-top: 7.5vw;
        border: solid 1px #fff;
    }
    .buh5 .section_inner:after{
        height: 100vw;
        width: 91vw;
        bottom: -82vw;
        right: -50vw;
    }
    .buh5 .section_inner:before{
        height: 122vw;
        width: 109vw;
        left: -68vw;
        top: -42vw;
    }
}

/****************************
    Buh section 6
****************************/

.buh6 {
    background-image: url(buh6-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.buh6 .section_inner {
    display: flex;
    width: 77.865vw;
    padding-top: 10.313vw;
    padding-bottom: 9.01vw;
}

.buh6 .buh6_in h2 {
    color: #F3E2D1;
    margin-bottom: 3.854vw;
}

.buh6 .buh6_in p {
    padding-left: 6.25vw;
    font-size: 1.25vw;
    line-height: 1.37;
    margin-bottom: 3.229vw;
}

.buh6 .site_btn {
    margin-left: 6.198vw;
    border-color: #FAF3ED;
    color: #FAF3ED;
    padding: 1.042vw 5.521vw 1.042vw 2.083vw !important;
}

@media (max-width: 768px) {
    .buh6 {
        background-image: url(buh6-bg-m.jpg) !important;
    }

    .buh6 .section_inner {
        padding-top: 23vw;
        width: 100%;
        padding-left: 11vw;
        padding-right: 9vw;
        padding-bottom: 119.8vw;
    }

    .buh6 .buh6_in h2 {
        font-size: 14vw;
        letter-spacing: 0.37vw;
        line-height: 1.15;
        margin-bottom: 9vw;
    }

    .buh6 .buh6_in p {
        font-size: 4vw;
        padding-left: 8vw;
        letter-spacing: 0.27vw;
        line-height: 1.5;
        margin-bottom: 8.8vw;
    }

    .buh6 .site_btn {
        margin-left: 8vw;
        padding: 3.042vw 17.521vw 2.4vw 7vw !important;
        border: solid 1px #fff;
    }

    .buh6 .buh6_in p br {
        display: none;
    }
}

/****************************
    Buh section 7
****************************/
.buh7 {
    background-color: #FAF3ED;
    padding-top: 5.729vw;
}

.buh7 .section_inner h2 {
    text-align: center;
    line-height: 1.05;
    margin-bottom: 0;
}

.buh7 .section_inner h4 {
    margin-bottom: 1.771vw;
    text-align: center;
}

@media (max-width: 768px) {
    .buh7 {
        padding-top: 21vw;
    }

    .buh7 .section_inner h2 {
        font-size: 11vw;
        letter-spacing: -0.3vw;
    }

    .buh7 .section_inner h4 {
        font-size: 6vw;
        letter-spacing: 1vw;
        margin-bottom: 7vw;
    }

    .buh7 .section_inner h2 br {
        display: none;
    }

    .buh7 .section_inner {
        padding: 0 9vw;
    }
    
}

/****************************
    Buh section 8
****************************/

.buh8 {
    background-color: #FAF3ED;
    padding-bottom: 12.57vw;
}

.buh8 .section_inner {
    display: flex;
    width: 81.615vw;
    padding-top: 0.521vw;
}

.buh8 .section_left_item {
    padding-top: 5.833vw;
    width: 50%;
    position: relative;
}

.buh8 .section_left_item:after {
    content: '';
    position: absolute;
    bottom: -14.323vw;
    right: -7.813vw;
    background-image: url(buh7-l-art.png);
    height: 28.333vw;
    width: 26.458vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.buh8_left_in {
    position: relative;
    
}

.buh8 .section_inner.ca .buh8_left_in {
    margin-left: 0;
    transition: all 1s ease-in-out;
}

.buh8 .section_left_item .image1 {
    padding-left: 1.458vw;
    z-index: 2;
    position: relative;
    margin-left: -7.813vw;
    transition: all 1s ease-in-out;
}
.buh8 .section_inner.ca .section_left_item .image1{
    margin-left: 0;
    transition: all 1s ease-in-out;
}

.buh8 .section_left_item .image1 img {
    width: 35.104vw;
    height: 36.458vw;
}

.buh8 .section_left_item .image2 {
    position: absolute;
    bottom: -4.479vw;
    left: -2.5vw;
    z-index: 1;
}

.buh8 .section_left_item .image2 img {
    width: 19.688vw;
    height: 19.167vw;
}

.buh8 .section_right_item {
    padding-left: 2.604vw;
    width: 50%;
    padding-top: 6.823vw;
}

.buh8_right_in p {
    font-size: 1.25vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.031vw;
    text-align: left;
    color: #000;
    margin-bottom: 1.875vw;
    padding-left: 6.667vw;
}

.buh8_right_in h3 {
    text-transform: uppercase;
    margin-left: 0.417vw;
    margin-bottom: 3.229vw;
    position: relative;
    padding-left: 2.344vw;
    line-height: 1.7;
    width: 102%;
}

.buh8_right_in h3:before {
    content: '';
    height: 0%;
    width: 2px;
    background-color: #80423F;
    position: absolute;
    top: 0.26vw;
    left: 0.156vw;
}

.buh8_right_in h3.ca:before {
    height: 86.9% !important;
    transition: all 1s ease-in-out;
}

.buh8 .site_btn {
    padding: 1.042vw 6.354vw 0.99vw 1.771vw !important;
    margin-top: 2.135vw;
    margin-left: 6.667vw;
}

.buh8 .site_btn:hover span {
    padding: 0.781vw 0.521vw 0.625vw 2.604vw !important;
    transition: all .5s ease-in-out;
}

.buh8 .site_btn span {
    border-color: #000;
    padding: 0.781vw 1.094vw 0.625vw 2.031vw;
    width: 4.531vw;
}

.roat_text {
    transform: rotate(-90deg);
    position: absolute;
    font-size: 1.615vw;
    font-family: 'NunitoSans';
    letter-spacing: 0.573vw;
    color: #FAF3ED;
}

@media (max-width: 768px) {
    .buh8{
        padding-bottom: 64.45vw;
    }
    .buh8 .section_inner {
        flex-direction: column;
        width: 100%;
    }

    .buh8 .section_left_item {
        width: 100%;
    }

    .buh8 .section_left_item .image1 img {
        width: 71.3vw;
        height: 74vw;
    }

    .buh8 .section_left_item .image2 img {
        height: 39vw;
        width: 40vw;
    }

    .buh8_left_in {
        margin-left: 17.4vw;
        margin-top: 9.2vw;
    }

    .buh8 .section_left_item .image2 {
        left: -6.5vw;
        bottom: -9.5vw;
    }

    .buh8 .section_right_item {
        width: 100%;
        padding-top: 24.5vw;
        padding-left: 12vw;
    }

    .buh8_right_in h3 {
        padding-left: 4vw;
        letter-spacing: 0.3vw;
        line-height: 1.9;
        margin-bottom: 8vw;
    }

    .buh8_right_in h3 br {
        display: none;
    }

    .buh8_right_in p {
        font-size: 4vw;
        padding-left: 3.5vw;
        letter-spacing: .28vw;
        padding-right: 8vw;
        line-height: 1.5;
        margin-bottom: 4vw;
    }

    .buh8_right_in p br {
        display: none;
    }

    .buh8_right_in h3:before {
        left: -1.8vw;
        top: 1vw;
    }

    .buh8_right_in h3.ca:before {
        height: 92% !important;
        width: 1px;
    }

    .buh8 .site_btn {
        padding: 2.8vw 15.5vw 2.8vw 3.771vw !important;
        margin-left: 4vw;
        margin-top: 6.5vw;
        border: solid 1px #000;
    }

    .buh8 .site_btn span {
        width: 11vw;
        padding: 2vw 0vw 0 3.5vw;
    }

    .buh8 .site_btn:hover span {
        padding: 2vw 0vw 0 3.5vw !important;
    }
    .buh8 .section_left_item:after{
        height: 75vw;
        width: 62vw;
        bottom: -41vw;
        right: -15vw;
    }
}


/****************************
    Buh section 9
****************************/

.buh9 {
    background-color: #000;
    padding-top: 8.646vw;
    position: relative;
    padding-bottom: 5.208vw;
}

.buh9 .section_inner {
    display: flex;
    width: 75.781vw;
}

.buh9 .section_left_item {
    width: 79.5%;
    position: relative;
}

.buh9 .section_left_item h2 {
    line-height: 1.05;
    color: #ECD5C8;
}

.buh9 .roat_text {
    left: -23.292vw;
    top: 11vw;
    letter-spacing: 0.313vw;
    font-size: 1.563vw;
    opacity: .5;
}
.buh9 .section_inner.ca .roat_text {
    left: -17.292vw;
    transition: all 1s ease-in-out;
     opacity: 1;
}


.buh9 .section_right_item {
    width: 20.5%;
}

.buh9_right_in {
    position: absolute;
    top: -11.719vw;
    right: -17.292vw;
    z-index: 9;
}

.buh9 .section_inner.ca .buh9_right_in {
    right: -6.875vw;
    transition: all 1s ease-in-out;
}

.buh9_right_in img {
    width: 36.823vw;
    height: 45.365vw;
}

@media (max-width: 768px) {
    .buh9 {
        padding-bottom: 10.7vw;
    }

    .buh9 .section_left_item {
        width: 100%;
        padding-top: 92vw;
    }

    .buh9 .section_right_item {
        width: 100%;
    }

    .buh9 .section_inner {
        width: 100%;
        flex-direction: column-reverse;
    }

    .buh9_right_in {
        top: -56vw;
        right: -40vw !important;
    }

    .buh9_right_in img {
        height: 135vw;
        width: 112vw;
    }

    .buh9 .section_left_item h2 {
        padding: 0 8vw 0 10vw;
        line-height: 1.07;
    }

    .buh9 .roat_text {
        left: -14.3vw !important;
        font-size: 5vw;
        top: 41.6vw;
        letter-spacing: 2.7vw;
        opacity: 1;
    }
}

/****************************
    Buh section 10
****************************/
.buh10 {
    background-color: #000;
    padding-top: 4.115vw;
    padding-bottom: 15vw;
}

.buh10 .section_inner {
    display: flex;
    width: 85.313vw;
    position: relative;
}

.buh10 .section_inner:after {
    content: '';
    position: absolute;
    bottom: -42.083vw;
    right: -31.667vw;
    background-image: url(buh11-r-art.png);
    height: 58.229vw;
    width: 45.208vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.buh10 .section_left_item {
    width: 44%;
}

.buh10_left_in {
    padding-top: 0.313vw;
    position: relative;
    margin-left: -7.813vw;
}

.buh10 .section_inner.ca .buh10_left_in {
    margin-left: 0 !important;
    transition: all 1s ease-in-out;
}

.buh10_image1 {
    z-index: 2;
    position: relative;
}

.buh10_image1 img {
    width: 32.656vw;
    height: 43.646vw;
}

.buh10_image2 {
    position: absolute;
    z-index: 1;
    bottom: -5.156vw;
    right: -1vw;
}

.buh10 .section_inner.ca .buh10_image2 {
    transition: all 0s ease-in-out;
    right: -1vw;
}

.buh10_image2 img {
    width: 16.458vw;
    height: 21.771vw;
}

.buh10 .section_right_item {
    width: 56%;
    z-index: 2;
}

.buh10_right_in {
    padding-left: 8.958vw;
}

.buh10_right_in p {
    font-size: 1.25vw;
    padding-left: 5.729vw;
    margin-bottom: 1.979vw;
}

.buh10_right_in h3 {
    text-transform: uppercase;
    padding-left: 2.5vw;
    line-height: 1.65;
    margin-bottom: 3.594vw;
    color: #DEB9A4;
    position: relative;
}

.buh10_right_in h3:before {
    content: '';
    position: absolute;
    height: 0%;
    width: 2px;
    background-color: #DEB9A4;
    top: 0.313vw;
    left: 0.156vw;
}

.buh10_right_in h3.ca:before {
    height: 90% !important;
    transition: all 1s ease-in-out;
    width: 1px;
}

.buh10_right_in .site_btn {
    color: #FAF3ED;
    border-color: #FAF3ED;
    margin-top: 2.135vw;
    margin-left: 5.729vw;
    padding: 1.042vw 6.719vw 0.938vw 3.125vw !important;
}

@media (max-width: 768px) {
    .buh10 .section_inner {
        flex-direction: column;
        width: 100%;
    }

    .buh10 .section_left_item {
        width: 100%;
    }

    .buh10 .section_right_item {
        width: 100%;
        padding-top: 27.4vw;
    }

    .buh10_image1 img {
        height: 88vw;
        width: 66vw;
    }

    .buh10_image2 img {
        height: 44vw;
        width: 33.2vw;
    }

    .buh10 .section_inner.ca .buh10_left_in {}

    .buh10_left_in {
        left: 18.6vw;
    }

    .buh10_image2 {
        right: 29.8vw;
        bottom: -10.6vw;
    }

    .buh10_right_in {
        padding-left: 12.5vw;
    }

    .buh10_right_in h3 {
        padding-left: 5vw;
        padding-right: 9vw;
        line-height: 1.7;
        margin-bottom: 8vw;
    }

    .buh10_right_in h3 br {
        display: none;
    }

    .buh10_right_in p {
        font-size: 4vw;
        padding-left: 0.5vw;
        letter-spacing: .27vw;
        line-height: 1.4;
        padding-right: 10.7vw;
        margin-bottom: 5.8vw;
    }

    .buh10_right_in p br {
        display: none;
    }

    .buh10_right_in .site_btn {
        margin-left: 0;
        margin-top: 7.5vw;
        padding: 3.042vw 21.719vw 2.638vw 11.125vw !important;
        border: solid 1px #fff;
    }

    .buh10 {
        padding-bottom: 34.8vw;
    }
    .buh10 .section_inner:after{
        height: 140vw;
        width: 108vw;
        right: -57vw;
        bottom: -111vw;
    }

}


/****************************
    Buh section 11
****************************/

.buh11 {
    background-image: url(buh11-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.buh11 .section_inner {
    display: flex;
    width: 77.865vw;
    padding-top: 7.396vw;
}

.buh11 .section_left_item {
    padding-top: 3.906vw;
    width: 50%;
}

.buh11 .section_right_item {
    width: 50%;
}

.buh11 .section_left_item h2 {
    color: #FAF3ED;
    margin-bottom: 3.906vw;
}

.buh11_right_in {
    padding-left: 7.344vw;
    height: 38.177vw;
    overflow: hidden;
    /* margin-bottom: -800px; */
    position: relative;
    bottom: -20.458vw;
}

.buh11_right_in img {
    width: 27.083vw;
    height: auto;
    /* position: relative; */
    /* bottom: -663px; */
}

.buh11 .section_inner.ca .buh11_right_in {
    bottom: 0;
    transition: all 3s ease-in-out;
}

.buh11 .section_left_item p {
    padding-left: 6.25vw;
    font-size: 1.25vw;
    line-height: 1.37;
    margin-bottom: 3.7vw;
}

.buh11 .site_btn {
    margin-left: 6.458vw;
    border-color: #FAF3ED;
    color: #FAF3ED;
    padding: 1vw 8.2vw 1vw 4.6vw !important;
}

@media (max-width: 768px) {
    .buh11 {
        padding-bottom: 16.1vw;
        background-image: url(buh11-bg-m.jpg) !important;
    }

    .buh11 .section_inner {
        flex-direction: column;
        width: 100%;
    }

    .buh11 .section_left_item h2 {
        padding: 0px 10.7vw;
        font-size: 17vw;
        margin-bottom: 11vw;
    }

    .buh11 .section_left_item {
        width: 100%;
        padding-top: 13.2vw;
    }

    .buh11 .section_right_item {
        width: 100%;
    }

    .buh11 .section_left_item p {
        font-size: 4vw;
        padding-left: 17vw;
        letter-spacing: .27vw;
        line-height: 1.45;
        padding-right: 10vw;
        margin-bottom: 8vw;
    }

    .buh11 .section_left_item p br {
        display: none;
    }

    .buh11 .site_btn {
        margin-left: 18.5vw;
        padding: 2.5vw 28.125vw 3.042vw 17.688vw !important;
        border: solid 1px #FAF3ED;
    }

    .buh11_right_in img {
        height: auto;
        width: 67vw;
    }

    .buh11_right_in {
        height: 93vw;
        padding-left: 15vw;
        bottom: -16vw;
    }
}


/****************************
    Buh section 12
****************************/
.buh12 {
    background-color: #FAF3ED;
    padding-top: 6.719vw;
    padding-bottom: 12.604vw;
}

.buh12 .section_inner {
    display: flex;
    width: 83.333vw;
    position: relative;
}

.buh12 .section_inner:before {
    content: '';
    position: absolute;
    bottom: -25.26vw;
    left: -21.198vw;
    background-image: url(buh12-l-art.png);
    height: 45.417vw;
    width: 42.396vw;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.buh12 .section_left_item {
    width: 36.5%;
    position: relative;
}

.buh12_right_in {
    padding-left: 0.938vw;
    position: absolute;
    z-index: 1;
    width: 30.729vw;
    height: 100%;
    margin-left: -7.813vw;
}

.buh12 .section_inner.ca .buh12_right_in {
    margin-left: 0;
    transition: all 1s ease-in-out;
}

.buh12_right_in img {
    width: 29.74vw;
    height: 30.99vw;
}

.buh12 .section_right_item {
    width: 63.5%;
    padding-top: 7.344vw;
}

.buh12 .section_right_item h2 {
    font-size: 3.906vw;
    margin-left: -5.104vw;
    line-height: 1;
    z-index: 1;
    position: relative;
    margin-bottom: 3.6vw;
}

.buh12 .site_btn {
    padding: 0.99vw 6.823vw 1.042vw 3.385vw !important;
    margin-left: 20.417vw;
}

.buh12 .site_btn span {
    border-color: #000;
}

@media (max-width: 768px) {
    .buh12 {
        padding-top: 19vw;
        padding-bottom: 30.7vw;
    }

    .buh12 .section_inner {
        flex-direction: column;
        width: 100%;
    }

    .buh12 .section_left_item {
        width: 100%;
    }

    .buh12 .section_right_item {
        width: 100%;
        padding-top: 75vw;
    }

    .buh12 .section_right_item h2 {
        font-size: 8vw;
        margin-left: 0;
        padding: 0 7vw 0 11vw;
        line-height: 1.09;
        letter-spacing: -0.16vw;
        margin-bottom: 8.7vw;
    }

    .buh12 .site_btn {
        margin-left: 10.8vw;
        padding: 2.99vw 19.823vw 2.5vw 9vw !important;
        border: solid 1px #000;
    }

    .buh12_right_in img {
        height: 65vw;
        width: 62.7vw;
    }

    .buh12_right_in {
        margin-left: 17.7vw !important;
        width: 100%;
    }
    .buh12 .section_inner:before{height: 108vw;width: 101vw;bottom: 138px;left: -33vw;}
    .responsive-menu ul li:last-child img {
        width: 35px;
        margin-top: 21px;
        margin-left: 7px;
    }
}



.buh1,
.buh6,
.buh11 {
    background: transparent;
}