@media screen and (min-width: 1280px) and (max-width: 20000px) {
    .twotab-left aside {
        width: 20%;
        float: left !important;
    }

    .twotab aside {
        width: 20%;
        float: left
    }

    .main_slide.post_content_right, .main_slide.cat_content {
        width: 79%;
        float: right;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .main_slide.post_content_right, .main_slide.cat_content {
        width: 79%;
        float: right;
    }

    .twotab aside {
        width: 20%;
        float: left
    }

    .twotab-left aside {
        width: 20%;
        float: left !important;
    }
}


#menu-item-450 > a:hover {
    color: #999999;
    text-decoration: underline;
}

#menu-item-450 > a:link, #menu-item-450 > a:visited {
    color: #999999;
    text-decoration: none;
}

#menu-item-450 > a:link:hover,
.suppliedby #menu-item-450 > a:hover {
    color: #999999;
    text-decoration: underline;
}

.pdf-cont {
    padding-top: 10px;
}

.pdflink {
    position: relative;
}

.transaction {
    text-align: left;
    padding: 0.6rem 0 0.6rem 0;
    font-weight: bold !important;
    text-transform: none;
    background: #004e98;
    height: 2.0rem;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 11%;
}

.transaction .main-title {
    color: #ffffff !important;
    float: left;
    width: 33.3333%;
    /*text-align: center;*/
    font-size: 1.2rem;
}

.companyPresentation {
    margin: 0 auto;
    width: 95%;
    background-color: #FFFFFF;
    padding: 0.5rem 2rem;
    text-align: justify;
}

.companyPresentation.as-title p {
    text-indent: 2em;
    font-size: 1.2rem;
    /*letter-spacing: 0.1rem;*/
    margin: 0;
    line-height: 2rem;
    font-weight: normal;
    color: #000000;
}

.col-left, .col-right {
    float: left;
    margin-top: 10px;
}

.col-right {
    width: 40% !important;
    margin-left: 3%;
}

.col-left {
    padding-right: 0.5%;
    margin-left: 1%;
    width: 55% !important;
}

.col-left:after, .col-right:after {
    content: '';
    display: block;
    clear: both;
}

.iframe-cont {
    display: block;
    padding: 10px;
    background-color: #FFFFFF;
}


.iframe-cont iframe {
    width: 100%;
    border: none;
    display: block;
    height: 300px;
    background: transparent;
}

.zh .iframe-cont {
    padding-bottom: 15px;
}

.sharedata {
    width: 100%;
    font-size: 1em;
    margin-bottom: 1.5em;
}

table td {
    height: 2.2rem;
}

.sharedata-date td {
    padding: 10px !important;
    text-align: left;
    font-weight: bold;
    text-transform: none;
    border: 0px !important;
    background: #004e98;
    color: #FFFFFF !important;
}


.sharedata tbody > tr:nth-child(even) > td {
    border: 0px;
}

.sharedata-date td:last-child {
    border-left: 0;
}

.sharedata-table td {
    padding: 0.6em;
}

.sharedata-table td:first-child {
    border-left: 0px solid #DBDBDB;
}

.sharedata-table td:last-child {
    border-right: 0px solid #DBDBDB;
}

.BLue {
    background: #004e98;
    padding: 0.6em;
    border: 0;
    color: #ffffff;
}

tr.even td {
    padding: 0.6em;
}

tr.odd td {
    padding: 0.6em;
}

tr.odd, td.name.odd, td.data.odd {
    background: #e1e1e1;
}

.heading {
    font-size: 1.33em !important;
    color: #DE0015 !important;
    font-weight: bold;
}

.data {
    text-align: right;
}

.sharedata .name {
    width: 50%;
}

.name, .data {
    padding: 10px;
    border-bottom: 0px solid #DBDBDB;
    border-right: 0px solid #DBDBDB;
}

.keyfigures-cont td:first-child {
    border-left: 0px solid #DBDBDB;
}

.keyfigures-cont tbody > tr:nth-child(even) > td {
    border: 0px;
}

.keyfigures-table {
    width: 100%;
    font-size: 1em;
}

.keyfigures-cont p {
    margin: 0;
    padding-left: 10px;
}

.subheading {
    font-weight: bold;
}

.sharegraph-title {
    text-align: left;
    padding: 0.1% 0rem 0.8rem 2rem;
    text-transform: none;
    background: #004e98;
}

.sharegraph-title .main-title{
    font-weight: bold;
    height: 1rem;
    color: #ffffff;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
}


.sharegraph-cont {
    margin-bottom: 1em;
    background-color: #FFFFFF;
}

.sharegraph-desktop {
    width: 100%;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    font-size: 16px;
}

.table-striped > tbody > tr:nth-child(odd) {
    color: #818283;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.price {
    font-size: 24px;
}

#home {
    background-color: #FFFFFF;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#p_image{
    width: 30%;
    text-align: center;
}

#p_image >img{
    margin-top: 13px;
    width: auto;
    height: 300px;
}

#name{
    font-weight: 800;
    font-size: 105%;
}

#description{
    font-size: 95%;
    line-height: 200%;
    height: 250px;
    overflow: auto;
    padding-right: 20px;
}

::-webkit-scrollbar {
    width: 2px;
    border: 1px solid #ccc;
}

.modal-content {
    background-color: #fefefe;
    margin-top: 15%;
    margin-left: 33%;
    padding: 5px 10px;
    border: 1px solid #888;
    width: 50%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



#slide-nav {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
    margin: 0;
    overflow: hidden;
    display: flex;
    width: 100%;
}

.panel.no-display {
    height: 29em;
}

.main-no-display {
    display: block;
    transition: display 0.5s;
}

.main-no-display.main-active {
    display: none;
}

.panel {
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 5px;
    position: relative;
    transition: flex 0.6s ease-in,
    height 0.6s ease-in-out,
        /*font-size 1s,*/ background-color 0.6s ease;
}

.panel {
    background-color: transparent;
}

.panel:hover {
    background-color: transparent;
}

.panel h3 {
    position: absolute;
    font-size: 24px;
    bottom: 20px;
    left: 10px;
    margin: 0;
    opacity: 1;
    width: 80%;
}

.panel.active h3 {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.3s;

    left: 35px;
    width: 100%;
}

.panel.active {
    /* 初始弹性盒子宽度值 */
    flex: 0.5;
}

#btn-container {
    float: right;
    text-align: right;
}

.back-button {
    margin: 1rem 1rem 0 0;
    text-align: center;
    width: 5rem;
    display: inline-block;
    padding: 0.3rem;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #0789ee;
}

#btn-container .back-button:hover {
    text-decoration: none;
    background-color: #034273;
}

#btn-container a {
    color: #FFFFFF;
    text-decoration: none;
}

#nav {
    float: left;
    font-size: 1rem;
    margin: 1.3rem 1rem;
    color: #496a7c;
}

#nav a {
    text-decoration: none;
    color: #496a7c;
}

#nav a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #003760;
}

.inactive {
    /*filter: blur(4px);*/
    filter: grayscale(70%) blur(1px);
    transition: filter 0.5s;

}

.mu-slide.active {
    background-color: #105dab;

}
.mu-slide.active .nusw{
    color: #fff !important;
}
