
.section-block-demo75-header {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.section-block-demo75-header .head-top {
    background-color: var(--bs-sec-theme-color)
}

.section-block-demo75-header .logo img {
    height: 3.2rem
}

.section-block-demo75-header .nav {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.section-block-demo75-header .nav>li {
    margin: 0 30px
}

.section-block-demo75-header .head-top .nav li ul {
    z-index: 1
}

.section-block-demo75-header .head-top .nav>li>a {
    color: #fff;
    line-height: 45px
}

.section-block-demo75-header[head-active-bg=head-ac-bg][head-active-style="1"][head-active-bg-ani=head-ac-bg-an1] .nav>li>a::after {
    z-index: 1
}

.section-block-demo75-header .head-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-block-demo75-header .search .search-toggle svg {
    fill: #fff;
    width: 23px;
    height: 23px
}

.section-block-demo75-header .change-language {
    margin-left: 1.3rem
}

.section-block-demo75-header .change-language .change-language-title {
    border-left: 1px solid rgba(255, 255, 255, .42);
    padding-left: 19px
}

.section-block-demo75-header .change-language .change-language-title>b {
    display: none
}

.section-block-demo75-header .change-language .change-language-title>span {
    color: #fff;
    font-size: 16px
}

.section-block-demo75-header .change-language .change-language-title>i svg {
    fill: #fff
}

.section-block-demo75-header .head-bottom {
    background-color: #F1F6FE;
    border-radius: 0 0 10px 10px
}

.section-block-demo75-header .head-bottom .head-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative
}

.section-block-demo75-header .head-bottom .nav {
    padding: 0 1rem;
    position: unset
}

.section-block-demo75-header .head-bottom .nav>li {
    font-weight: 500
}

.section-block-demo75-header .head-bottom .nav>li>a {
    line-height: 43px
}

.section-block-demo75-header .head-bottom .nav>li {
    margin: 0 8px
}

.section-block-demo75-header .head-bottom .btn {
    margin-right: 2rem;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    border-width: 1px;
    width: 107px;
    padding: 9px 0;
    cursor: pointer
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul {
    left: 0;
    -webkit-transform: scaleY(.5) translateX(0);
    -moz-transform: scaleY(.5) translateX(0);
    -o-transform: scaleY(.5) translateX(0);
    transform: scaleY(.5) translateX(0);
    -ms-transform: scaleY(.5) translateX(0);
    width: 100%;
    padding: 2rem 36% 7rem 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: auto
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]:hover>ul {
    -webkit-transform: scaleY(1) translateX(0);
    -moz-transform: scaleY(1) translateX(0);
    -o-transform: scaleY(1) translateX(0);
    transform: scaleY(1) translateX(0);
    -ms-transform: scaleY(1) translateX(0)
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul>li {
    min-height: 132px
}

.section-block-demo75-header .nav[data-module]>li[data-sub-type="1"]>ul>li {
    width: 48%;
    margin: 0
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul li .ico {
    width: 30px;
    height: 30px;
    border-width: 0;
    margin: 0 16px 0 0
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul li>a em {
    padding-top: 10px;
    font-size: 16px
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul li>a em:hover {
    color: var(--bs-theme-color)
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul li>a em p {
    font-weight: 400;
    padding: 10px 0
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul>li:last-of-type {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 30%;
    border: 1px solid #d3d3d3;
    margin-bottom: 2rem
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul>li:last-of-type:hover {
    border-color: var(--bs-theme-color)
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul>li:last-of-type>a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul>li:last-of-type .ico {
    width: 60%;
    height: auto;
    max-width: none;
    margin: 10px auto
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul>li:last-of-type em {
    width: 100%;
    text-align: center;
    color: var(--bs-theme-color)
}

.section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul>li:last-of-type em p {
    color: #000
}

@media screen and (max-width:1280px) {
    .section-block-demo75-header .nav {
        padding: 0
    }

    .section-block-demo75-header .nav>li {
        margin: 0 10px
    }

    .section-block-demo75-header .head-bottom .nav[data-module]>li[data-sub-type="1"]>ul {
        padding: 2rem 36% 4rem 2rem
    }
}

@media screen and (max-width:992px) {

    .section-block-demo75-header .head-top,
    .section-block-demo75-header .head-bottom {
        display: none
    }
}