/*START BANNER*/
                    
.page-child .banner {
    margin-bottom: 54px;
    padding: 0;
}

.page-child .banner img {
    width: 100%;
}
/* sidbare */

#sidebar {
    border-right: 2px solid #D0D3DA;
    width: 21%;
    color: #A1A8B5;
    height: auto;
    padding-right: 32px;
    margin-bottom: 53px;
}

.sidebar-line {
    margin-bottom: 12px;
}

#sidebar a {
    color: #A1A8B5;
}

#selected-link a {
    color: #142746 !important;
    font-weight: bold;
}

.page-template-investors-relations #card-info {
    padding: 29px 0;
    border-top: 1px solid #D0D3DA;
    border-bottom: 1px solid #D0D3DA;
    width: 200px;
    max-width: 90%;
    margin: 27px 0;
}

.page-template-investors-relations #img-sidebar img {
    width: 182px;
}

.page-template-investors-relations #location-icon {
    max-width: none !important;
    margin-left: 3px;
}

.page-template-investors-relations .icon-cart {
    margin-right: 12px;
}

.page-template-investors-relations .loaction-card {
    margin: 14px 0;
}

.page-template-investors-relations .loaction-card div:last-child {
    margin-left: 4px;
    width: 142px;
    max-width: 90%;
}
/* content page */

.page-template-investors-relations .content-page {
    margin-left: 32px;
    width: 79%;
}

.page-template-investors-relations .content-page #title {
    width: 50%;
    line-height: 32px;
    margin-bottom: 54px;
    text-transform: uppercase;
}

.page-template-investors-relations .content-page #desc {
    width: 69%;
    margin-bottom: 54px;
}

.page-template-investors-relations .values {
    width: 955px;
    max-width: 90%;
    margin-bottom: 64px;
}

.page-template-investors-relations .single-value .img {
    border-right: 2px solid #D6D7D9;
    padding: 14px 0;
}

.page-template-investors-relations .values>div>div:nth-child(4)>div.img {
    border-right: none;
}

.page-template-investors-relations .single-value .desc {
    width: 257px;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.page-template-investors-relations .single-value {
    height: 150px;
}

.page-template-investors-relations .title-card {
    width: 327px;
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 12px;
}

.page-template-investors-relations .card {
    width: 386px;
    /* height: 330px; */
    background-color: #F0F1F4;
    padding: 30px 24px 56px 24px;
}

.page-template-investors-relations #left-card {
    margin-right: 54px;
}

.page-template-investors-relations .line-m {
    margin-bottom: 54px;
}

.page-template-investors-relations #links {
    margin-bottom: 96px;
}

.page-template-investors-relations .links a span {
    text-decoration: underline;
}

.page-template-investors-relations #previous-link {
    margin-right: 48px;
}

.page-template-investors-relations #previous-link a img {
    transform: rotate(180deg);
}
/*RESPONSIVE*/

@media only screen and (max-width: 1352px) {
    .page-template-investors-relations .single-value .desc {
        width: 170px;
    }
    .page-template-investors-relations #left-card {
        margin-right: 10px;
    }
    .page-template-investors-relations .card {
        width: 318px;
    }
    .page-template-investors-relations .values {
        margin-bottom: 119px;
    }
}

@media only screen and (max-width: 1023px) {
    #sidebar {
        border-right: none;
        width: 100%;
        height: auto;
        padding-right: 0;
        text-align: center;
        margin-bottom: 44px;
    }
    .page-template-investors-relations #card-info {
        margin: 27px auto;
    }
    .page-template-investors-relations .content-page #title {
        width: 100%;
    }
    .page-template-investors-relations .content-page #desc {
        width: 100%;
    }
    .page-template-investors-relations .card {
        width: 100%;
        margin: auto;
    }
    .page-template-investors-relations .content-page {
        width: 100%;
        margin-left: 0;
    }
    .page-template-investors-relations #left-card {
        margin-right: auto !important;
        margin-bottom: 50px;
    }
    .page-template-investors-relations .values {
        width: 100%;
        max-width: none;
        margin-bottom: 50px;
    }
    .page-template-investors-relations .single-value {
        border-bottom: 2px solid #D6D7D9;
        margin-bottom: 20px;
        height: auto;
    }
    .page-template-investors-relations .single-value .img {
        border-right: none;
    }
    .page-template-investors-relations .single-value .desc {
        margin: 20px auto;
    }
    .page-template-investors-relations .values>div>div:nth-child(4) {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {
    .page-template-investors-relations #arrow-down {
        position: absolute;
        right: 70px;
        top: 70px
    }
}