#header{
    height: 100px;
    background: #fff;
}
.header-con{
    border-top: 10px solid #FF9312;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    /* background: #232323; */
}
@media (min-width:992.1px) {
    .header-con{
        border-top: 20px solid #FF9312;
    }
}
.header-con1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 20px;
}
.header-con1 .logo{
    display: inline-block;
    /* margin: 20px auto 14px; */
    text-align: center;
}
.header-con1 .logo img{
    width: 264px;
    object-fit: contain;
}
.header-nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_cont{
    display: flex;
    justify-content: space-between;
}
.lt_logo img{
    width: 190px;
}
.header-nav .nav-item{
    padding: 14px 25px 20px;
}
.header-nav .nav-item.active,.nav-drop-list .dropdown-item.activeTwo{
    color: #FF9312;
}
.header-nav .dropdown-toggle::after {
    transform: translateY(1px);
}
.lang-con .dropdown-toggle::after {
    transform: translateY(1px);
}
a.nav-item,.nav-item,.nav-item>button{
    font-size: 15px;
    font-family: OpenSansRoman-SemiBold, OpenSansRoman;
    font-weight: 600;
    color: #24211E;
    line-height: 20px;
}
.nav-item:hover,.nav-item:active,.nav-item:focus,.nav-item>button:focus,.nav-item>button:active{
    font-size: 15px;
    font-family: OpenSansRoman-SemiBold, OpenSansRoman;
    font-weight: 600;
    color: #FF9312 !important;
    cursor: pointer !important;
    line-height: 20px;
    box-shadow:0 0 0 !important;
    border: 0 !important;
}
.btn-secondary:hover{
    font-size: 15px;
    font-family: OpenSansRoman-SemiBold, OpenSansRoman;
    font-weight: 600;
    color: #FF9312 !important;
    cursor: pointer !important;
    line-height: 20px;
    box-shadow:0 0 0 !important;
    border: 0 !important;
}
.nav-item>button{
    box-shadow:0 0 0 !important;
    border: 0 !important;
    background-color: rgba(0,0,0,0) !important;
    padding: 0;
    outline: none;
    color: #24211E !important;
}
.header-nav .nav-drop-list{
    top: 25px !important;
    background: #232323;
    min-width: 200px;
}
.nav-drop-list .dropdown-item{
    font-size: 14px;
    font-family: OpenSansRoman-SemiBold, OpenSansRoman;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    padding: 8px 16px 8px;
}

.nav-drop-list .dropdown-item:hover,
.nav-drop-list .dropdown-item:active,
.nav-drop-list .dropdown-item:focus{
    color: #FF9312;
    background: #232323 !important;
    background-color: #232323 !important;
}
.lang-con{
    display: flex;
    align-items: center;
}
.lang-con .nav-drop-list{
    top: 10px !important;
    background: #232323;
    border: 1px solid #fff;
}
.fixd-search{
    position: fixed;
    bottom: 20%;
    right: 50px;
    z-index: 9999;
    text-align: center;
    cursor: pointer;
}

.fixd-search>img{
    width: 75px;
    margin-bottom: 5px;
}
.fixd-search>div{
    font-size: 12px;
    font-family: PingFangHK-Regular, PingFangHK;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}
.logo2_img{
    display: none;
}
.home_header_bg .logo2_img,.white_logo .logo2_img{
    display: block;
}
/* .home_header_bg .logo1_img,.white_logo .logo1_img{
    display: none;
} */
.munu_icon{
    cursor: pointer;
}
.munu_icon img{
    width: 35px;
}
.header-con1 .dropdown-menu{
    background: #232323;
    min-width: 200px;
    padding: 10px 15px;
}
.header-con1 .dropdown-item{
    color:#fff;
    padding: 8px 0;
    font-size: 14px;
}
.header-con1 .dropdown-item:focus, 
.header-con1 .dropdown-item:hover{
    background: transparent;
    color:#fff;
}

.right_menu{
    position: relative; 
}
.right_menu img{
    width: 35px;
    cursor: pointer;
}
.mobile_nav{
    position: absolute;
    width: 230px;
    right: 0;
    top: 34px;
    background: rgba(0,0,0,.8);
    list-style: none;
    z-index: 2222;
    padding:10px 20px;
}
.mobile_nav li{
    padding:5px 0;
}
.mobile_nav li a{
    color:#fff;
    font-size: 14px;
    width: 100%;
    display: block;
}
.level_two_ul{
    padding-left: 25px;
    margin-top:5px;
}
.pro_txt{
   display: flex !important;
   align-items: center;
   justify-content: space-between; 
}
.pro_txt img{
    width: 15px;
}

@media (min-width: 992px) {
    /* .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
    .mob-nav{
        display: none;
    } */
    .lang-con{
        margin-right: 42px;
    }
}
@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
    .header-con1{
        display: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
    .mob-nav{
        display: none;
    }
}
@media (max-width:992px){
    #header{
        height: 85px;
    }
    .header-con1 .logo img {
        width: 170px;
    }
    /* .mob-nav{
        display: flex;
        align-items: center;
        min-width: 60px;
        justify-content: center;
    }
    .mob-nav button{
        color: white;
    }
    .mob-nav img{
        width: 24px;
    } */
    .lang-con{
        margin-right: 20px;
    }
    /* .header-nav {
        flex-direction: column;
    }
    .header-nav .nav-item .nav-drop-list{
        border: 1px solid #fff;
        padding-left: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        position: static !important;
        float: none !important;
        transform: translate3d(0, 0, 0px) !important;
    }
    .header-nav .nav-item .nav-drop-list .dropdown-item {
        font-size: 14px;
        font-family: PingFangHK-Regular, PingFangHK;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        padding: 10px 0 0;
    } */

    
    .fixd-search{
        right: 20px;
    }

    .fixd-search>img{
        width: 40px;
    }
}

@media (max-width:768px){
    .mob-nav{
        display: flex;
        align-items: center;
        min-width: 60px;
        justify-content: center;
    }
    .mob-nav button{
        color: white;
    }
    .mob-nav img{
        width: 24px;
    } 
    .header-nav {
        flex-direction: column;
    }
    .header-nav .nav-item .nav-drop-list{
        border: 1px solid #fff;
        padding-left: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        position: static !important;
        float: none !important;
        transform: translate3d(0, 0, 0px) !important;
    }
    .header-nav .nav-item .nav-drop-list .dropdown-item {
        font-size: 14px;
        font-family: PingFangHK-Regular, PingFangHK;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        padding: 10px 0 0;
    }
    .header-con .header-con2{
        background: #232323;
    }
    #header {
        height: 60px;
    }
    .header-con1{
        padding: 0 15px;
    }
    .header-con1 .logo img {
        width: 120px;
    }
    .munu_icon img {
        width: 30px;
    }
}

@media (min-width:2000px){
    #header {
        height: 16rem;
    }
    .header-con {
        border-top: 1rem solid #FF9312;
    }
    .header-nav .nav-item {
        padding: 1.4rem 2.5rem 2rem;
    }
    a.nav-item, .nav-item, .nav-item>button {
        font-size: 1.4rem;
    }
    .nav-item:hover, .nav-item:active, .nav-item:focus, .nav-item>button:focus, .nav-item>button:active {
        font-size: 1.4rem;
    }
    .nav-drop-list .dropdown-item {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .header-nav .nav-drop-list {
        top: 3rem !important;
    }
    .fixd-search>img {
        width: 7.5rem;
        margin-bottom: 0.5rem;
    }
    .fixd-search>div {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .header-con1 .logo img {
        width: 26.4rem;
    }
    .header-con1 .logo {
        margin: 2rem auto 1.4rem;
    }
}