.ie-header-con{
    /* position: sticky; */
    position: static;
    top: 0;
    z-index: 1000;
}
.ie-header-bg{
    width: 100%;
    display: flex;
}
.ie-header-bg img{
    width: 100%;
    height: auto;
}
.ie-aboutUs-content{
    margin-top: 0;
}
.footer-information-wrap .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-information-wrap .row>div{
    float: none;
    min-height: 100%;
}
.footer-information-wrap .row>div:nth-of-type(1){
    display: flex;
    align-items: center;
}
.leftLogoFooter img{
    width: 284px;
    max-width: 100%;
}
.ie-home-ul{
    display: flex;
    flex-wrap: wrap;
    border: none;
    background: #fff;
}
.ie-home-ul li{
    background: #e4e9fd;
}
.ie-home-ul .home-li-empty{
    height: 40px;
}
.ie-home-title{
    margin-bottom: 15px;
}
.ie-home-txt{
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 500;
    color: #2C3751;
    margin-bottom: 30px;
    text-align: center;
    line-height: 25px;
}

.ie-home-dialog-con {
    width: 992px;
    max-width: calc(100% - 30px);
}
.ie-home-dialog-con img{
    width: 100%;
    display: none;
    max-height: 600px;
    object-fit: cover
}
.topHeaderMobileLogo1{
    display: none;
}
.ie-home-new-video{
    aspect-ratio: 16/9;
}
.ie-file-title{
    font-size: 30px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #0E1D5D;
    padding: 40px 0;
    text-align: center;
}
.ie-info-title{
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold !important;
    color: #0E1D5D !important;
    text-align: center;
}
.ie-info-pass .btn,.ie-info-off .btn{
    border-color: #2e6da4;
    background: #fff;
    color: #2e6da4;
    outline: none !important;
}
.ie-info-dialog-fix{
    position: fixed;
    display: none;
    z-index: 2000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.ie-info-dialog-con{
    width: 992px;
    max-width: calc(100% - 30px);
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%,-50%);
}
.ie-info-pass-con{
    background: #fff;
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 50px 30px;
    border-radius: 20px;
}
.ie-info-off-con{
    background: #fff;
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 40px 30px;
    border-radius: 20px;
}
.ie-info-pass-con .error-message{
    color: red;
}
.ie-info-diag-title{
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #0E1D5D;
    margin-bottom: 30px;
    text-align: center;
}
.ie-info-diag-off-text{
    font-size: 16px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
}
.ie-info-off-con-btns{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.ie-info-off-con-btns>.btn:last-of-type{
    margin-left: 20px;
}
.ie-info-off-con-btns>.btn,.ie-info-pass-con .btn{
    outline: none !important;
}
.ie-info-hide-icon{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #2C3751;
    border-radius: 15px;
    font-size: 20px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}
@media (min-width:992px) {
    .ie-home-ul li{
        width: 20%;
    }
}
@media (min-width:768px){
    .ie-link-con{
        padding-top: 10px;
    }
    .ie-header-bg{
        max-height: 320px;
        overflow: hidden;
    }
    .ie-header-nav{
        /* background: #002455 url('../../images/ierise/header-bg.gif') no-repeat left bottom !important; */
        /* background-size: 100% !important; */
        /* min-height: 320px; */
    }
    .shipInfoWrap {
        margin-top: 0;
    }

    .ie-header-nav{
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0) !important;
        border: none;
        min-height: 130px;
    }
    .ie-header-nav.ie-header-con-fix{
        position: fixed;
        background: #072260 !important;
        animation: myfirst 1s;
        min-height: 146px;
    }
    @keyframes myfirst
    {
        from {
            top: -146px;
        }
        to {
            top: 0;
        }
    }
    .ie-header-con .ie-header-con1{
        display: flex;
        justify-content: space-between;
    }
    .ie-header-con .ie-header-con1::before,.ie-header-con .ie-header-con1::after{
        display: none;
    }
    .ie-header-con1 .navbar-header{
        float: none;
    }
    .ie-header-con .collapse-menu-nav .navItemList {
        padding-left: 0;
    }
    .ie-header-con1 .postSearchBox {
        left: 0;
    }
    .postSearchBox{
        height: 40px;
    }
    .postSearchBox .form-control,.postSearchBox .input-group-addon button {
        height: 40px;
    }
    .postSearchBox {
        max-width: 520px;
        margin: 20px auto 28px;
    }
    .collapse-menu-nav .navbar-collapse{
        align-items: flex-start;
    }
    .collapse-menu-nav .navbar-nav > li > a {
        padding: 20px 10px;
    }
    .collapse-menu-nav .navbar-brand img {
        max-width: 100px;
    }
    .ie-right-sign-cont{
        padding-top: 23px;
        align-items: flex-start;
        margin-left: 10px;
    }
    .ie-right-sign-cont>li{
        padding-top: 0 !important;
    }
    .ie-right-sign-cont li.personDataDrop > a {
        line-height: normal !important;
    }
    .ie-header-right-con{
        /* position: relative; */
        flex: 1;
    }
    .ie-header-right-con>.navItemList{
        position: relative;
    }
    .ie-header-search-con{
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .ie-header-search-con .postSearchBox{
        margin: 0 auto;
    }
    .ie-header-mob-search{
        display: none;
    }
}
.ie-pc-header-li{
    position: relative;
}
.ie-pc-header-text{
    font-weight: 600;
    color: #E6F136;
    width: 227px;
    position: absolute;
    top: 58px;
    left: 0;

}
@media (min-width: 1100px){
.collapse-menu-nav .navbar-brand img {
    max-width: 200px;
}
}
@media (min-width: 1300px){
.collapse-menu-nav .navbar-brand img {
    max-width: 260px;
}
}
@media (max-width: 1200px) and (min-width:767px){
.ie-header-nav .container{
    width: 100%;
}

.ie-pc-header-text{
    width: 200px;
    font-size: 10px;
}
}
@media (min-width: 768px) and (max-width: 992px){
.b-navHeader-wrap .container > .navbar-header {
    padding: 20px 0;
}
.collapse-menu-nav .navbar-nav > li > a {
    padding: 20px 2px;
}
.postSearchBox {
    max-width: 190px;
}
.ie-header-search-con .postSearchBox{
    max-width: 380px;
}
.ie-right-sign-cont>li:nth-of-type(1){
    position: relative;
}
.memberT{
    position: absolute;
    top: 100%;
    left: 0;
    top: calc(100% + 5px);
    left: 0;
    white-space: nowrap;
}
}
@media (min-width: 768px) and (max-width: 826px){
    .collapse-menu-nav .navbar-brand img {
        max-width: 80px;
    }
}
@media(max-width: 992px){
    .ie-home-ul .home-li-empty{
        display: none;
    }
    .ie-right-sign-cont{
        max-width: 200px;
    }
    .ie-right-sign-cont>li:nth-of-type(2){
        min-width: 88px;
    }
}
@media (max-width:797px) and (min-width:767px) {
    .ie-header-con1 .navbar-nav > li:first-child.active > a, .collapse-menu-nav .navbar-nav > li.active > a, .collapse-menu-nav .navbar-nav > li.active > a:hover, .collapse-menu-nav .navbar-nav > li.active > a:focus, .collapse-menu-nav .navbar-nav > li.active > a:visited {
        font-size: 12px;
    }
    .ie-header-con1 .navbar-brand {
        padding: 0 5px;
    }
}
@media (max-width:767px){
    .ie-pc-header-text{
        display: none;
    }
.ie-header-con{
    position: static;
    top: 0;
    z-index: 1000;
}
.ie-header-bg{
    display: none;
}
.shipInfoWrap {
    margin-top: 160px;
}
.collapse-menu-nav .navbar-nav > li > a{
    display: flex;
    justify-content: center;
}
.collapse-menu-nav .navbar-nav > li > a .ie-header-con-en{
    margin-left: 5px;
}
.footer-information-wrap .row{
    justify-content: center;
}
.leftLogoFooter img{
    width: 150px;
}
.ie-home-ul li{
    width: 100%;
}
.ie-header-search-con{
    display: none;
}

.ie-home-txt{
    margin-bottom: 30px;
}
.b-footer-wrap .leftTxt,.b-footer-wrap .police-disc{
    font-size: 13px;
}
.topHeaderMobileLogo1{
    display: block;
    padding-bottom: 5px;
}
.topHeaderMobileLogo1 >a >img {
    margin: 0 auto;
    max-width: 120px;
}
.ie-header-con1 .navbar-header{
    justify-content: space-between;
}
.ie-header-con1 .navbar-header .leftLogo {
    flex: none;
}
.ie-header-con1 .topHeaderMobileLogo1{
    flex: 1;
}
.ie-header-con1 .navbar-header{
    position: relative;
}
.ie-header-con1 .navbar-header::after{
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background: #2B3875;
    bottom: 0px;
    left: -15px;
}
.ie-file-title{
    padding: 0;
    margin: -30px 0 30px;
}
}
