
.section-block-demo49-header {
    width: 100%;
    background-color: var(--bs-theme-color);
    padding: 52px 0 12px 0
}

.section-block-demo49-header .header-emil li a {
    font-size: 18px;
    color: #975019;
    font-weight: 600
}

.section-block-demo49-header .header-emil {
    margin-top: 37px
}

.section-block-demo49-header .header-emil li:nth-child(n+2) {
    margin-top: .2rem
}

.section-block-demo49-header .header-emil li {
    text-align: right;
    transition: all .3s linear
}

.section-block-demo49-header .header-emil li:hover {
    transform: translateX(-8px)
}

.section-block-demo49-header[data-screen=screen-large] .layout {
    width: 88.75%
}

.section-block-demo49-header li {
    list-style: none
}

.section-block-demo49-header .head_sns li:nth-child(n+2) {
    margin-left: 24px
}

.section-block-demo49-header .head_sns li {
    transition: all .3s linear
}

.section-block-demo49-header .head_sns li:hover {
    transform: rotate(45deg)
}

.section-block-demo49-header .logo img {
    max-height: 101px;
    height: 100%
}

.section-block-demo49-header .header-right .change-language {
    display: none
}

.section-block-demo49-header .nav {
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap
}

.section-block-demo49-header .logo {
    display: none
}

.section-header-wrap-block.section-block-demo49-header .nav:not([data-module])>li:hover>a,
.section-header-wrap-block.section-block-demo49-header .nav[data-module]>li:not([data-sub-type]) li:hover>a,
.section-header-wrap-block.section-block-demo49-header .nav[data-module]>li:not([data-sub-type]):hover>a {
    color: var(--bs-sec-theme-color)
}

.section-block-demo49-header[search-style=search-style-1] .search-dropdown-menu form .btn-search img {
    width: 14px;
    height: 17px
}

.section-block-demo49-header .search-dropdown-menu form {
    display: flex;
    justify-content: unset;
    align-items: flex-end
}

.section-block-demo49-header .header-left {
    width: 12%
}

.section-block-demo49-header .header-right {
    width: 20%
}

.section-block-demo49-header .header-centent {
    flex: 1;
    padding: 0 10px
}

.section-block-demo49-header .nav>li>a {
    color: #000;
    font-weight: 600;
    line-height: 1
}

.section-block-demo49-header .nav>li:hover>a {
    color: var(--bs-sec-theme-color)
}

.section-block-demo49-header .search-dropdown-menu form .btn-search {
    position: relative;
    width: fit-content;
    margin-left: .8rem
}

.section-block-demo49-header[search-style=search-style-1] .search .form-control {
    width: 127px;
    border: solid 2px #974f19
}

.section-block-demo49-header[search-style=search-style-1] .search input::-webkit-input-placeholder {
    color: #974f19;
    font-weight: 600
}

@media only screen and (max-width:1884px) {
    .section-block-demo49-header .nav>li>a {
        padding: 10px 5px
    }

    .section-block-demo49-header .header-emil li a {
        font-size: 15px
    }
}

@media only screen and (max-width:1680px) {
    .section-block-demo49-header[data-screen=screen-large] .layout {
        width: 95%
    }

    .section-block-demo49-header .nav>li>a {
        font-size: 13px
    }
}

@media only screen and (max-width:1420px) {
    .section-block-demo49-header .header-emil li a {
        font-size: 12px
    }

    .section-block-demo49-header .header-left {
        width: 15%
    }

    .section-block-demo49-header .header-right {
        width: 22%
    }
}

@media only screen and (max-width:1366px) {
    .section-block-demo49-header {
        padding: 15px 0
    }
}

@media only screen and (max-width:1180px) {
    .section-block-demo49-header .logo img {
        max-height: 60px
    }

    .section-block-demo49-header .header-left {
        width: 20%
    }

    .section-block-demo49-header .header-right {
        width: 24%
    }
}

@media only screen and (max-width:993px) {

    .section-block-demo49-header .header-right .change-language,
    .section-block-demo49-header .logo {
        display: block;
        transform: scale(0);
        opacity: 0;
        position: absolute
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo49-header .header-outer-wrap {
        display: none
    }

    .section-block-demo49-header .header-right .change-language,
    .section-block-demo49-header .logo {
        display: block;
        transform: scale(1);
        opacity: 1;
        position: relative
    }

    .section-block-demo49-header {
        padding: 0
    }
}