/* Import Roboto dari Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap');

body, html, section {
    position: relative
}

    .home-slider, .section__ourpeople, .timeline-slider__container, body.disabled, body.menu-show {
        overflow: hidden
    }

#news-latest .news-list .article-item .bg:after, .media-list .article-item .bg:after {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3000000', GradientType=0)
}



[template] {
    display: none
}

[todo] {
    display: block;
    color: #00f;
    font-style: italic;
    font-size: 12px
}

* {
    margin: 0;
    padding: 0
}

body, html {
    min-height: 100%
}

button {
    outline: 0
}

body {
    background-color: #fff;
    color: #3d3d3d;
    font-family: 'Roboto',sans-serif;
    font-size: 14px
}

.section__title, .visionmission__title {
    font-family: 'Roboto',sans-serif
}

.col-2 > div {
    width: 50%
}

.col-3 > div {
    width: 33.3%
}

.col-4 > div {
    width: 25%
}

.col-5 > div {
    width: 20%
}

.affix {
    top: 0
}

.layout-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.layout-grid {
    display: -moz-grid;
    display: -ms-grid;
    display: grid
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .col-4 > div {
        width: 50%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .col-3 > div {
        width: 33.3%
    }
}

@media only screen and (max-width:767px) {
    .col-3 > div, .col-5 > div {
        width: 50%
    }
}

.btn-round {
    display: block;
    width: 54px;
    height: 54px;
    padding: 20px 15px;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-decoration: none;
    text-align: center;
    line-height: 0;
    -webkit-box-shadow: 0 3px 20px rgba(100,100,100,.7);
    -moz-box-shadow: 0 3px 20px rgba(100,100,100,.7);
    box-shadow: 0 3px 20px rgba(100,100,100,.7);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .btn-round:active, .btn-round:focus, .btn-round:hover, .button-link {
        text-decoration: none;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out
    }

    .btn-round.small {
        width: 47px;
        height: 47px;
        padding: 18px 14px
    }

    .btn-round.red {
        background-color: #f4071b;
        color: #fff
    }

    .btn-round.white {
        background-color: #fff;
        color: #004A87
    }

    .btn-round.blue {
        background-color: #004A87;
        color: #fff
    }

    .btn-round:active, .btn-round:focus, .btn-round:hover {
        transform-origin: 50% 50%;
        -webkit-backface-visibility: hidden;
        -webkit-box-shadow: 0 3px 40px rgba(100,100,100,.7);
        -moz-box-shadow: 0 3px 40px rgba(100,100,100,.7);
        box-shadow: 0 3px 40px rgba(100,100,100,.7);
        transition: all .2s ease-out
    }

        .btn-round:active.red, .btn-round:focus.red, .btn-round:hover.red {
            background-color: #f93545
        }

        .btn-round:active.blue, .btn-round:focus.blue, .btn-round:hover.blue {
            background-color: #0066ba
        }

.button-link {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 25px;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #444;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s ease-out
}

    .button-control-modal, .button-link:active, .button-link:hover {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out
    }

    .button-link:not(.outline,.transparent) {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
        box-shadow: 0 0 10px rgba(0,0,0,.4)
    }

    .button-link.transparent {
        background-color: transparent;
        color: #444;
        text-decoration: underline
    }

    .button-link.outline {
        border: 1px solid #444;
        background-color: transparent;
        color: #444
    }

    .button-link:active, .button-link:hover {
        background-color: #5e5e5e;
        color: #fff;
        text-decoration: none;
        transition: all .2s ease-out
    }

    .button-link.blue {
        background-color: #004A87
    }

        .button-link.blue.outline, .button-link.blue.transparent {
            background-color: transparent;
            color: #004A87
        }

        .button-link.blue.outline {
            border: 1px solid #004A87
        }

        .button-link.blue:active:not(.transparent), .button-link.blue:hover:not(.transparent) {
            background-color: #0066ba;
            color: #fff
        }

    .button-link.red {
        background-color: #f4071b
    }

        .button-link.red.outline, .button-link.red.transparent {
            background-color: transparent;
            color: #f4071b
        }

        .button-link.red.outline {
            border: 1px solid #f4071b
        }

        .button-link.red:active:not(.transparent), .button-link.red:hover:not(.transparent) {
            background-color: #f93545;
            color: #fff
        }

    .button-link.white-red {
        background-color: #fff;
        color: #f4071b
    }

        .button-link.white-red:active, .button-link.white-red:hover {
            background-color: #f4071b;
            color: #fff
        }

    .button-link.disabled.blue, .button-link.disabled.outline, .button-link.disabled.red, .button-link[disabled].blue, .button-link[disabled].outline, .button-link[disabled].red {
        border: 1px solid grey !important;
        background-color: rgba(128,128,128,.6) !important;
        color: #fff !important
    }

.button-control-modal {
    position: absolute;
    background-color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    color: #f4071b;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transition: all .2s ease-out
}

    .button-control-modal.button-prev-modal {
        left: -50px
    }

    .button-control-modal.button-next-modal {
        right: -50px
    }

    .button-control-modal:hover {
        background-color: #e6e6e6;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

.floating-share-price, .home-slider__content-item.active > span {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

@media only screen and (max-width:767px) {
    .button-control-modal.button-prev-modal {
        left: -10px
    }

    .button-control-modal.button-next-modal {
        right: -10px
    }
}

.btn-close-menu, .btn-menu {
    top: 10px;
    right: 0;
    width: 38px;
    height: 38px;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    line-height: 0
}

.btn-menu {
    position: relative;
    color: #004A87
}

.btn-close-menu {
    position: fixed;
    z-index: 6;
    color: #fff
}

.btn-swiper__ourpeople {
    position: absolute;
    top: calc(50% - 28.5px);
    width: 30px;
    margin-top: -22px;
    z-index: 10;
    color: #004A87;
    font-size: 40px;
    text-align: center;
    cursor: pointer
}

    .btn-swiper__ourpeople.swiper-button-disabled {
        opacity: .3
    }

.btn-ourpeople-prev {
    left: 35px
}

.btn-ourpeople-next {
    right: 35px
}

.main--pullup {
    margin-top: -60px
}

.main--pullup-half {
    margin-top: -40px
}

.main:not(.main__landng) {
    padding-bottom: 10vh
}

@media only screen and (max-width:767px) {
    .btn-swiper__ourpeople {
        top: 50%;
        font-size: 30px
    }

    .btn-ourpeople-prev {
        left: 2%
    }

    .btn-ourpeople-next {
        right: 2%
    }

    .main--pullup, .main--pullup-half {
        margin-top: 0
    }
}

.section__container {
    padding: 30px 0
}

.section__container-sustainability {
    padding: 0px 0
}

.section__header {
    position: relative;
    padding: 15px 0 25px;
    text-align: center
}

.section__content {
    padding: 0 30px 30px
}

.section__title {
    font-size: 25px
}

.section__title-link {
    position: absolute;
    top: 35%;
    right: 50px
}

.section__public-accountant {
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #004A87;
    line-height: 1.6;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2)
}

    .section__public-accountant .label__block {
        margin-bottom: 5px
    }

    .section__public-accountant a, .section__public-accountant a:focus, .section__public-accountant a:hover, .section__public-accountant aactive {
        color: #fff;
        text-decoration: underline
    }

.mission-section, .vision-section {
    padding-left: 100px;
    position: relative
}

.section-ourpeople__title, .visionmission__image {
    position: absolute;
    top: 0;
    left: 0
}

.visionmission__title {
    color: #004A87;
    font-size: 22px
}

.visionmission_description {
    font-size: 16px
}

    .visionmission_description ol {
        margin-left: 15px
    }

.section-ourpeople__title {
    width: 100%;
    margin-top: 30px;
    color: #004A87;
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    text-align: center
}

.public-accountant__block {
    margin-bottom: 20px
}

.history__block {
    position: relative;
    background-image: url(../images/about/bg-history.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.section__history {
    position: relative;
    height: 450px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.section-history__descriptions {
    padding: 20px 50px;
    margin: 0 auto 20px;
    width: 80%;
    min-height: 135px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.38);
    color: #fff
}

.section__manufacturing {
    padding-bottom: 0
}

.history-description__item {
    display: none
}

    .history-description__item.active {
        display: block
    }

.history-description__year {
    margin-bottom: 10px;
    font-family: 'Roboto',sans-serif;
    font-size: 22px
}

.home-slider__content-item, .language-selector__dropdown {
    font-family: 'Roboto',sans-serif
}

.history-description__text {
    font-size: 16px
}

.section-history__timeline-slider {
    width: 80%;
    margin: 0 auto
}

@media only screen and (max-width:767px) {
    .section-ourpeople__title, .visionmission__image {
        position: relative
    }

    .history-description__text, .visionmission_description {
        font-size: 14px
    }

    .section__title-link {
        position: relative;
        top: unset;
        right: unset
    }

    .vision-section {
        margin-bottom: 20px
    }

    .mission-section, .vision-section {
        padding-left: 0
    }

    .section__history {
        height: auto;
        min-height: 300px
    }

    .section-history__descriptions {
        padding: 15px;
        width: 95%
    }

    .section-history__timeline-slider {
        width: 95%
    }
}

.services-swiper, .swiper-brand {
    height: 100%
}

    .home-slider__bg-img, .services-swiper .swiper-slide, .swiper-container {
        width: 100%
    }

.breadcrumb {
    padding: 8px 0;
    background-color: transparent;
    color: #fff
}

    .breadcrumb li:nth-child(1):before {
        content: ''
    }

    .breadcrumb li:nth-child(2) {
        font-weight: 700
    }

        .breadcrumb li:nth-child(2):before {
            content: '|'
        }

    .breadcrumb > li + li {
        font-weight: 300
    }

        .breadcrumb > li + li:before {
            content: '|'
        }

    .breadcrumb a {
        color: #fff;
        text-decoration: none
    }

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .breadcrumb {
        top: 10px
    }
}

.language-selector {
    margin-top: 17px;
    margin-bottom: 17px;
    color: #004A87;
    font-size: 12px
}

.language-selector__dropdown {
    margin-left: 10px;
    border: 0;
    background-color: transparent;
    outline: 0 !important
}

.language-selector__dropdown-menu {
    min-width: 120px;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-size: 12px
}

    .language-selector__dropdown-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .language-selector__dropdown-menu > li.active > a {
        background-color: #004A87
    }

        .language-selector__dropdown-menu > li.active > a:hover {
            background-color: #0066ba
        }

.swiper-brand .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper__ourpeople {
    margin-bottom: 10px;
    background-image: url(../images/about/our-people/boc-bod-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 50%
}

.hero__bg, .home-slider__bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.home-slider {
    position: relative;
    margin-top: -67px;
    height: calc(100vh - 120px);
    background-color: #444
}

    .home-slider.header-affix {
        padding-top: 0
    }

.home-slider__bg.slide-0 .home-slider__bg-img {
    background-image: url(../images/home/hero/slider-0-init.jpg)
}

.home-slider__bg.slide-1 .home-slider__bg-img {
    background-image: url(../images/home/hero/slider-1-init.jpg)
}

.home-slider__bg.slide-2 .home-slider__bg-img {
    background-image: url(../images/home/hero/slider-2-init.jpg)
}

.home-slider__bg-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0
}

.home-slider__container.slick-initialized .home-slider__item {
    visibility: visible
}

.home-slider__item {
    height: calc(100vh - 120px);
    visibility: hidden
}

.home-slider__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 80vw;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.home-slider__content-item {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 2.1em;
    text-align: right;
    text-shadow: 0 1px 1px #000;
    opacity: 0
}

.hero__title, .timeline-slider__carousel-item.slick-current a, .timeline-tab-content__title {
    font-family: 'Roboto',sans-serif
}

.home-slider__content-item > span {
    display: block;
    opacity: 0;
    -webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    transform: translate(0,-20px)
}

.home-slider__content-item.active {
    opacity: 1
}

    .home-slider__content-item.active > span {
        opacity: 1;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        transition: all .5s ease-out
    }

.timeline-slider__carousel-item a, .timeline-slider__carousel-item.slick-current a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.home-slider__content-item.active > span.ln-0 {
    transition-delay: 0s
}

.home-slider__content-item.active > span.ln-1 {
    transition-delay: .1s
}

.home-slider__content-item.active > span.ln-2 {
    transition-delay: .2s
}

.home-slider__button {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    z-index: 2;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    font-size: 20px
}

.btn-home-slider__next {
    right: 4%
}

.btn-home-slider__prev {
    left: 4%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .home-slider {
        padding-bottom: 0;
        height: 94vh
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .home-slider {
        padding-bottom: 0;
        height: 90vh
    }
}

@media only screen and (max-width:767px) {
    .home-slider {
        padding-bottom: 0;
        height: 100vh;
        max-height: 500px;
        margin-top: 0
    }

    .home-slider__content {
        padding-bottom: 150px;
        justify-content: flex-end
    }

    .home-slider__content-item {
        font-size: 1.4em
    }

    .home-slider__button {
        top: auto;
        bottom: 100px
    }

    .btn-home-slider__next {
        right: 8%
    }

    .btn-home-slider__prev {
        left: auto;
        right: 20%
    }
}

.hero:after, .hero__bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.hero {
    margin-top: -67px;
    padding-top: 77px
}

    .hero:after {
        content: '';
        left: 0;
        background-color: rgba(0,0,0,.35);
        z-index: 0
    }

.hero__bg {
    left: 0;

}

.hero__container {
    padding-bottom: 100px;
    z-index: 1
}

.hero__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 70%;
    min-height: 250px;
    margin: 0 auto
}

.hero___content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 85%;
    min-height: 250px;
    margin: 0 auto
}

.hero__title {
    width: 100%;
    margin-bottom: 32px;
    font-size: 40px;
    text-align: center
}

.hero__description {
    font-size: 16px;
    line-height: 1.6;
    text-align: center
}

.hero__about .hero__bg {

}

.hero__business .hero__bg {

}

.hero__products .hero__bg {

}

.hero__investor .hero__bg {

}

.hero__gcg .hero__bg {

}

.hero__sustainability .hero__bg {

}

.hero__media {

}

.hero__contact .hero__bg {

}

.hero__sitemap .hero__bg {

}

.header-affix {
    margin-top: 0;
    padding-top: 67px
}

@media only screen and (max-width:767px) {
    .hero__content {
        max-width: 100%;
        min-height: 100px
    }

    .hero__title {
        text-align: left
    }

    .hero__description {
        font-size: 14px;
        line-height: 1.8;
        text-align: left
    }

    .hero__container {
        padding-bottom: 15px
    }
}

.timeline-slider {
    position: relative;
    min-height: 35px
}

.timeline-slider__container {
    position: relative;
    padding: 5px 45px
}

.timeline-slider__loading {
    display: none;
    padding: 5px 0;
    background-color: transparent;
    font-size: 14px;
    text-align: center
}

.timeline-slider__loading-text {
    margin: 0
}

.timeline-slider__button {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    text-align: center;
    cursor: pointer
}

    .timeline-slider__button.theme--white {
        color: #fff
    }

.timeline-slider__carousel-item > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: center;
    justify-content: center;
    align-items: center;
    width: calc(50px + 30px);
    height: 25px;
    padding: 0 15px
}

.timeline-slider__carousel-item a {
    font-size: 14px;
    text-decoration: none;
    transition: all .2s ease-out
}

    .timeline-slider__carousel-item a, .timeline-slider__carousel-item a:active, .timeline-slider__carousel-item a:focus, .timeline-slider__carousel-item a:hover {
        color: rgba(0,74,135,.5)
    }

.timeline-slider__carousel-item.slick-current a {
    font-size: 18px;
    transition: all .2s ease-out
}

.product-main-tab .nav-tabs li a, .product-main-tab .nav-tabs li.active a {
    border: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.timeline-slider__carousel-item.slick-current a, .timeline-slider__carousel-item.slick-current a:active, .timeline-slider__carousel-item.slick-current a:focus, .timeline-slider__carousel-item.slick-current a:hover {
    color: #f4071b
}

.timeline-slider__carousel-item.theme--white a, .timeline-slider__carousel-item.theme--white a:active, .timeline-slider__carousel-item.theme--white a:focus, .timeline-slider__carousel-item.theme--white a:hover {
    color: rgba(255,255,255,.5)
}

.timeline-slider__carousel-item.theme--white.slick-current a, .timeline-slider__carousel-item.theme--white.slick-current a:active, .timeline-slider__carousel-item.theme--white.slick-current a:focus, .timeline-slider__carousel-item.theme--white.slick-current a:hover {
    color: #fff
}

.timeline-slider__button-prev {
    left: 0
}

.timeline-slider__button-next {
    right: 0
}

.timeline-tabbing {
    text-align: center
}

.timeline-tabbing__nav {
    display: inline-block;
    margin-bottom: 15px;
    border: 0
}

    .timeline-tabbing__nav > li > a:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 5px;
        background-color: transparent
    }

    .timeline-tabbing__nav > li > a, .timeline-tabbing__nav > li > a:active, .timeline-tabbing__nav > li > a:focus, .timeline-tabbing__nav > li > a:hover {
        border: 0;
        background-color: transparent;
        color: rgba(0,74,135,.7);
        font-size: 14px
    }

    .timeline-tabbing__nav > li.active > a, .timeline-tabbing__nav > li.active > a:active, .timeline-tabbing__nav > li.active > a:focus, .timeline-tabbing__nav > li.active > a:hover {
        border: 0;
        background-color: transparent;
        color: #004A87
    }

        .timeline-tabbing__nav > li.active > a:after {
            width: 100%;
            background-color: #f4071b
        }

.timeline-tabbing__contents.multiple .tab-pane-content {
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    text-align: left
}

.timeline-tab-content__image {
    position: relative;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden
}

.main-tab.hybrid, .product-main-tab.hybrid {
    overflow-x: auto;
    overflow-y: hidden
}

.timeline-tab-content__title {
    text-align: left;
    font-size: 16px
}

.timeline-tab-content__description {
    text-align: left
}

    .timeline-tab-content__description ul {
        margin-left: 18px;
        text-align: left
    }

.main-tab .nav-tabs li, .product-main-tab .nav-tabs li, .sub-tab .nav-tabs li {
    text-align: center
}

@media only screen and (max-width:767px) {
    .timeline-tabbing__contents.multiple .tab-pane-content {
        display: -moz-grid;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 1fr
    }
}

.tab-controller {
    position: relative;
    background-color: #fff;
    padding: 0 15px 0 20px;
    margin-bottom: 30px
}

.main-tab .nav-tabs li a, .product-main-tab .nav-tabs li a, .sub-tab .nav-tabs li a {
    padding: 18px;
    font-family: 'Roboto',sans-serif
}

    .main-tab .nav-tabs li a:after, .product-main-tab .nav-tabs li a:after {
        right: 0;
        margin: 0 auto;
        height: 5px;
        left: 0;
        content: ''
    }

.tab-controller.shadow {
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 30px rgba(0,0,0,.1);
    box-shadow: 0 3px 30px rgba(0,0,0,.1)
}

.product-main-tab.tab-2 .nav-tabs li {
    width: 50%
}

.product-main-tab.tab-3 .nav-tabs li {
    width: 33.3%
}

.product-main-tab.hybrid .nav-tabs li a:after {
    bottom: 0
}

.product-main-tab:not(.hybrid,.tab-3,.tab-2) .nav-tabs li {
    width: 50%
}

.product-main-tab .nav-tabs li a {
    position: relative;
    font-size: 17px;
    cursor: pointer;
    color: rgba(0,74,135,.7);
    transition: all .2s ease-out
}

    .product-main-tab .nav-tabs li a:after {
        position: absolute;
        bottom: -2px;
        width: 0;
        background-color: transparent
    }

.product-main-tab .nav-tabs li.active a {
    background-color: transparent;
    color: #004A87;
    transition: all .2s ease-out
}

.main-tab .nav-tabs li a, .main-tab .nav-tabs li.active a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    border: 0
}

.product-main-tab .nav-tabs li.active a:after {
    max-width: 150px;
    width: 90%;
    background-color: #f4071b
}

@media only screen and (min-width:992px) {
    .product-main-tab .nav-tabs li a:active, .product-main-tab .nav-tabs li a:focus, .product-main-tab .nav-tabs li a:hover {
        background-color: transparent;
        border: 0
    }

        .product-main-tab .nav-tabs li a:active:after, .product-main-tab .nav-tabs li a:focus:after, .product-main-tab .nav-tabs li a:hover:after {
            max-width: 150px;
            width: 90%;
            background-color: rgba(244,7,27,.7)
        }
}

.main-tab.tab-2 .nav-tabs li {
    width: 50%
}

.main-tab.tab-3 .nav-tabs li {
    width: 33.3%
}

.main-tab.hybrid .nav-tabs li a:after {
    bottom: 0
}

.main-tab:not(.hybrid,.tab-3,.tab-2) .nav-tabs li {
    width: 50%
}

.main-tab .nav-tabs li a {
    position: relative;
    font-size: 17px;
    cursor: pointer;
    color: rgba(0,74,135,.7);
    transition: all .2s ease-out
}

    .main-tab .nav-tabs li a:after {
        position: absolute;
        bottom: -2px;
        width: 0;
        background-color: transparent
    }

.main-tab .nav-tabs li.active a {
    background-color: transparent;
    color: #004A87;
    transition: all .2s ease-out
}

.sub-tab .nav-tabs li a, .sub-tab .nav-tabs li.active a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.main-tab .nav-tabs li.active a:after {
    max-width: 150px;
    width: 90%;
    background-color: #f4071b
}

.main-tab .nav-tabs li:active a, .main-tab .nav-tabs li:focus a, .main-tab .nav-tabs li:hover a {
    background-color: transparent;
    border: 0
}

    .main-tab .nav-tabs li:active a:after, .main-tab .nav-tabs li:focus a:after, .main-tab .nav-tabs li:hover a:after {
        max-width: 150px;
        width: 90%;
        background-color: rgba(244,7,27,.7)
    }

.sub-tab .nav-tabs li.active a, .sub-tab .nav-tabs li:active a, .sub-tab .nav-tabs li:focus a, .sub-tab .nav-tabs li:hover a {
    background-color: transparent;
    border: 0
}

.sub-tab.ourpeople .nav-tabs li {
    width: 25%
}

.sub-tab.manufacturing .nav-tabs li, .sub-tab.trading .nav-tabs li {
    width: 33.3%
}

.sub-tab.product .nav-tabs li {
    width: 25%
}

.sub-tab.investor-relation .nav-tabs li {
    width: 12.28571429%
}

.sub-tab.media .nav-tabs li {
    width: 50%
}

.sub-tab.about .nav-tabs li {
    width: 14.28571429%
}

.sub-tab.sustainability .nav-tabs li {
    width: 25%
}

.sub-tab.hybrid .nav-tabs li {
    width: auto
}

.sub-tab .nav-tabs {
    border: 0
}

    .sub-tab .nav-tabs li a {
        position: relative;
        border: 0;
        font-size: 14px;
        color: rgba(0,74,135,.5);
        transition: all .2s ease-out
    }

    .sub-tab .nav-tabs li.active a {
        color: #004A87;
        transition: all .2s ease-out
    }

.historical-tab .tab-years li.active a, .ourpeople__photo-link:after {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.main-tab-content {
    display: none
}

    .main-tab-content.active {
        display: block
    }

.sub-tab-content .business-description, .sub-tab-content .trading-description {
    margin-bottom: 20px;
    text-align: center
}

    .sub-tab-content .business-description h4, .sub-tab-content .trading-description h4 {
        color: #004A87;
        font-family: 'Roboto',sans-serif;
        font-size: 18px
    }

    .sub-tab-content .business-description p, .sub-tab-content .trading-description p {
        font-size: 16px;
        line-height: 27px
    }

    .sub-tab-content .business-description .manufacturing-parts, .sub-tab-content .trading-description .manufacturing-parts {
        position: relative;
        margin: 0 auto;
        display: inline-block
    }

        .sub-tab-content .business-description .manufacturing-parts .img-manufacturing, .sub-tab-content .trading-description .manufacturing-parts .img-manufacturing {
            max-width: 80%;
            float: left
        }

        .sub-tab-content .business-description .manufacturing-parts .manufacturing-breakdown, .sub-tab-content .trading-description .manufacturing-parts .manufacturing-breakdown {
            text-align: left;
            font-size: 15px;
            margin-left: 50px;
            margin-top: 20px;
            float: left
        }

            .sub-tab-content .business-description .manufacturing-parts .manufacturing-breakdown li, .sub-tab-content .trading-description .manufacturing-parts .manufacturing-breakdown li {
                margin-bottom: 10px
            }

                .sub-tab-content .business-description .manufacturing-parts .manufacturing-breakdown li:last-child, .sub-tab-content .trading-description .manufacturing-parts .manufacturing-breakdown li:last-child {
                    margin-bottom: 0
                }

    .sub-tab-content .business-description .business-client, .sub-tab-content .trading-description .business-client {
        margin-top: 50px;
        margin-bottom: 20px
    }

        .sub-tab-content .business-description .business-client .client-list img, .sub-tab-content .trading-description .business-client .client-list img {
            margin: 0 10px 5px
        }

.sub-tab-content .business-product {
    position: relative;
    background-color: #004A87;
    padding: 25px 50px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-box-shadow: 0 3px 30px rgba(0,74,135,.54);
    -moz-box-shadow: 0 3px 30px rgba(0,74,135,.54);
    box-shadow: 0 3px 30px rgba(0,74,135,.54)
}

    .sub-tab-content .business-product img {
        float: left;
        width: 296px;
        max-width: 100%;
        margin-right: 50px
    }

    .sub-tab-content .business-product .business-product-desc {
        float: left;
        width: calc(100% - 346px)
    }

        .sub-tab-content .business-product .business-product-desc h4 {
            font-family: 'Roboto',sans-serif;
            font-size: 25px
        }

        .sub-tab-content .business-product .business-product-desc p {
            font-size: 16px;
            line-height: 27px;
            margin-bottom: 20px
        }

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .sub-tab-content .business-description h4, .sub-tab-content .trading-description h4 {
        font-size: 16px
    }

    .sub-tab-content .business-description p, .sub-tab-content .trading-description p {
        font-size: 14px
    }

    .sub-tab-content .business-description .manufacturing-parts, .sub-tab-content .trading-description .manufacturing-parts {
        display: block
    }

        .sub-tab-content .business-description .manufacturing-parts .img-manufacturing, .sub-tab-content .trading-description .manufacturing-parts .img-manufacturing {
            width: 260px;
            float: none
        }

        .sub-tab-content .business-description .manufacturing-parts .manufacturing-breakdown, .sub-tab-content .trading-description .manufacturing-parts .manufacturing-breakdown {
            float: none;
            display: inline-block;
            font-size: 14px
        }

    .sub-tab-content .business-product .business-product-desc h4 {
        font-size: 20px
    }

    .sub-tab-content .business-product .business-product-desc p {
        font-size: 14px
    }

    .sub-tab {
        overflow-y: hidden;
        overflow-x: auto
    }

        .sub-tab.sustainability .nav-tabs, .sub-tab.hybrid .nav-tabs, .sub-tab.investor-relation .nav-tabs, .sub-tab.product .nav-tabs {
            width: 100%
        }

            .sub-tab.sustainability .nav-tabs li, .sub-tab.hybrid .nav-tabs li, .sub-tab.investor-relation .nav-tabs li, .sub-tab.product .nav-tabs li {
                width: auto
            }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .sub-tab-content .business-product img {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .tab-controller {
        margin-left: -15px;
        margin-right: -15px
    }

    .main-tab .nav-tabs li a {
        cursor: pointer;
        font-size: 16px
    }

    .sub-tab {
        overflow-y: hidden;
        overflow-x: auto
    }

        .sub-tab.manufacturing .nav-tabs {
            width: calc(120px * 3)
        }

            .sub-tab.manufacturing .nav-tabs li {
                width: 120px
            }

        .sub-tab.trading .nav-tabs {
            width: calc(137px * 3)
        }

            .sub-tab.trading .nav-tabs li {
                width: 137px
            }

        .sub-tab.ourpeople .nav-tabs {
            width: calc(150px * 4)
        }

            .sub-tab.ourpeople .nav-tabs li {
                width: 150px
            }

    .sub-tab-content .business-description, .sub-tab-content .trading-description {
        text-align: left
    }

        .sub-tab-content .business-description .manufacturing-parts picture, .sub-tab-content .trading-description .manufacturing-parts picture {
            text-align: center;
            display: inherit
        }

        .sub-tab-content .business-description .manufacturing-parts .img-manufacturing, .sub-tab-content .trading-description .manufacturing-parts .img-manufacturing {
            text-align: center;
            margin: 0 auto;
            display: inherit
        }

    .sub-tab-content .business-product {
        margin-left: -15px;
        margin-right: -15px;
        padding: 25px
    }

        .sub-tab-content .business-product img {
            width: 50%
        }

        .sub-tab-content .business-product .business-product-desc, .sub-tab-content .business-product img {
            float: none;
            display: block
        }

        .sub-tab-content .business-product .business-product-desc {
            width: 100%
        }

            .sub-tab-content .business-product .business-product-desc h4 {
                font-size: 20px
            }

            .sub-tab-content .business-product .business-product-desc p {
                font-size: 14px
            }
}

@media only screen and (max-width:375px) {
    .main-tab .nav-tabs li a {
        padding: 18px 0
    }

    .main-tab .nav-tabs li.active a:after, .main-tab .nav-tabs li:active a:after, .main-tab .nav-tabs li:focus a:after, .main-tab .nav-tabs li:hover a:after {
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .sub-tab-content .business-description .manufacturing-parts .img-manufacturing, .sub-tab-content .trading-description .manufacturing-parts .img-manufacturing {
        width: 300px
    }

    .people-detail {
        -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
        -moz-box-shadow: 0 10px 15px rgba(0,0,0,.1);
        box-shadow: 0 10px 15px rgba(0,0,0,.1)
    }
}

.historical-tab .tab-years {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 41px
}

    .historical-tab .tab-years li {
        display: inline-block;
        min-width: 60px;
        text-align: center
    }

        .historical-tab .tab-years li a {
            display: flex;
            width: 100%;
            text-decoration: none;
            color: inherit;
            padding: 10px 5px;
            height: 41px;
            justify-content: center;
            align-items: center
        }

        .historical-tab .tab-years li.active a {
            color: #f4073e;
            font-weight: 700;
            font-size: 18px;
            transition: all .2s ease-out
        }

.datalist__empty {
    position: relative;
    width: 100%;
    height: 300px;
    justify-content: center;
    align-items: center
}

.ourpeople__list {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px
}

.ourpeople__list-item {
    list-style: none
}

.ourpeople__photo {
    overflow: hidden
}

.ourpeople__photo-link {
    position: relative;
    display: inline-block
}

    .ourpeople__photo-link:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        transition: all .2s ease-out
    }

    .ourpeople__photo-link, .ourpeople__photo-link:active, .ourpeople__photo-link:focus, .ourpeople__photo-link:hover {
        text-decoration: none
    }

        .ourpeople__photo-link:active:after, .ourpeople__photo-link:focus:after, .ourpeople__photo-link:hover:after {
            background-color: rgba(0,0,0,.3);
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

.ourpeople__photo-img {
    width: 100%
}

.ourpeople__description {
    padding: 10px
}

.ourpeople__description-name {
    display: block;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    text-align: center
}

    .ourpeople__description-name, .ourpeople__description-name:active, .ourpeople__description-name:focus, .ourpeople__description-name:hover {
        text-decoration: none
    }

        .ourpeople__description-name:active, .ourpeople__description-name:focus, .ourpeople__description-name:hover {
            color: #f4071b
        }

.ourpeople__description-position {
    font-size: 12px;
    text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ourpeople__list {
        grid-template-columns: repeat(3,1fr)
    }
}

@media only screen and (max-width:767px) {
    .ourpeople__list {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 15px
    }
}

.people-detail {
    position: relative;
    padding: 20px 50px;
    margin-bottom: 20px;
    background-color: #fff;
    grid-template-columns: 350px 1fr;
    grid-gap: 30px
}

.people-detail__title {
    font-family: 'Roboto',sans-serif;
    font-size: 22px
}

.people-detail__position {
    margin-bottom: 20px;
    font-family: 'Roboto',sans-serif;
    font-size: 14px
}

.people-detail__description {
    padding: 15px 0
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .people-detail {
        grid-template-columns: 200px 1fr;
        -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
        -moz-box-shadow: 0 10px 15px rgba(0,0,0,.1);
        box-shadow: 0 10px 15px rgba(0,0,0,.1)
    }
}

@media only screen and (max-width:767px) {
    .people-detail {
        padding: 20px;
        grid-template-columns: 1fr
    }
}

.affiliated-list, .client-list {
    padding-bottom: 40px;
    position: relative
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .people-detail {
        grid-template-columns: 150px 1fr
    }
}

.affiliated-list {
    height: 130px
}

.affiliated-list__item {
    width: 130px;
    height: 90px;
    margin-right: 40px;
    outline: 0
}

.affiliated-list__item-cover {
    position: relative;
    width: 100%;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    opacity: .75;
    outline: 0
}

    .affiliated-list__item-cover:hover {
        opacity: 1
    }

.affiliated-item__img {
    max-width: 100%;
    max-height: 60%
}

.affiliated-list__control {
    text-align: center
}

.affiliated-list__control-button {
    position: relative;
    width: 30px;
    height: 30px;
    border: 0;
    background-color: #004A87;
    color: #fff;
    outline: 0;
    cursor: pointer;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.client-list {
    width: 80%;
    height: 90px;
    margin: 0 auto
}

.client-list__item {
    width: 130px;
    height: 90px;
    outline: 0
}

.client-list__item-cover {
    position: relative;
    width: 100%;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: .75;
    outline: 0
}

.client-item__img {
    max-width: 100%;
    max-height: 60%
}

.client-list__control {
    text-align: center
}

.client-list__control-button {
    position: absolute;
    bottom: 55px;
    border: 0
}

    .client-list__control-button.prev {
        left: 60px
    }

    .client-list__control-button.next {
        right: 60px
    }

.aop-table {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    display: none
}

.aop-table__body, .aop-table__head {
    display: block;
    table-layout: fixed
}

.aop-table__body {
    max-height: 300px;
    overflow-y: scroll
}

.aop-table__col-head {
    padding: 10px;
    background-color: #004A87;
    color: #fff
}

.aop-table__col-body {
    padding: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.aop-table__item {
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50px 1fr 1fr;
    grid-gap: 10px;
    table-layout: fixed
}

    .aop-table__item:nth-child(2n+1) {
        background-color: #f4f4f4
    }

    .aop-table__item.table-col-1 {
        grid-template-columns: 50px 1fr
    }

@media only screen and (max-width:767px) {
    .client-list__control-button.prev {
        left: 15px
    }

    .client-list__control-button.next {
        right: 15px
    }

    .aop-table {
        border: 1px solid #004A87
    }

    .aop-table__col-head {
        display: block !important;
        width: 100%
    }

        .aop-table__col-head:first-of-type, .aop-table__col-head:last-of-type {
            display: none !important
        }

    .aop-table__item {
        display: block
    }

    .aop-table__col-body {
        display: block !important
    }

        .aop-table__col-body:first-of-type {
            display: none !important
        }
}

.header {
    position: relative;
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    z-index: 20
}

.header__top {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff
}

.header__main {
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 8px;
    background-color: transparent;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}

    .header__main.affix {
        width: 100%;
        -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.3);
        -moz-box-shadow: 0 3px 30px rgba(0,0,0,.3);
        box-shadow: 0 3px 30px rgba(0,0,0,.3);
        background-color: #fff;
        -webkit-transition: background-color .4s ease-out;
        -moz-transition: background-color .4s ease-out;
        -o-transition: background-color .4s ease-out;
        transition: background-color .4s ease-out
    }

    .header__main.visible {
        visibility: visible
    }

.header__navbar {
    min-height: 0;
    margin-bottom: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.header__navbar-nav {
    position: relative;
    left: 0
}

    .header__navbar-nav > li > a {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        color: #fff;
        outline: 0
    }

        .header__navbar-nav > li > a:after {
            content: '';
            position: absolute;
            height: 3px;
            width: 0;
            bottom: 0;
            left: 15px;
            background-color: transparent;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

        .header__navbar-nav > li > a:active, .header__navbar-nav > li > a:focus, .header__navbar-nav > li > a:hover {
            background-color: transparent
        }

            .header__navbar-nav > li > a:active:after, .header__navbar-nav > li > a:focus:after, .header__navbar-nav > li > a:hover:after {
                width: 50px;
                max-width: 100%;
                background-color: #fff;
                -webkit-transition: all .2s ease-out;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

    .header__navbar-nav > li.active > a:after {
        background-color: #fff;
        width: 50px;
        max-width: 100%;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

.footer__top, .header__main.affix .header__navbar-nav > li.active > a:after, .header__main.affix .header__navbar-nav > li > a:active:after, .header__main.affix .header__navbar-nav > li > a:after, .header__main.affix .header__navbar-nav > li > a:focus:after, .header__main.affix .header__navbar-nav > li > a:hover:after {
    background-color: #004A87
}

.header__main-brand {
    position: absolute;
    top: 67px;
    -webkit-transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    transition: top .2s ease-out
}

    .header__main-brand .brand__img {
        height: 45px
    }

.header__main.affix .header__main-brand {
    top: 0;
    -webkit-transition: top .4s ease-out;
    -moz-transition: top .4s ease-out;
    -o-transition: top .4s ease-out;
    transition: top .4s ease-out
}

.header__main.affix .header__navbar-nav {
    left: 157.5px;
    -webkit-transition: left .4s ease-out;
    -moz-transition: left .4s ease-out;
    -o-transition: left .4s ease-out;
    transition: left .4s ease-out
}

    .header__main.affix .header__navbar-nav > li > a {
        color: #000
    }

    .header__main.affix .header__navbar-nav > li.active > a {
        color: #004A87
    }

.footer__nav-link, .footer__nav-link:active, .footer__nav-link:focus, .footer__nav-link:hover, .footer__top .language-selector__dropdown {
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .header__main-brand, .header__main.visible .header__navbar-nav > li > a:after {
        display: none
    }

    .header__main {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #004A87;
        overflow-y: auto
    }

        .header__main.visible .header__navbar-nav {
            float: none;
            padding-top: 75px
        }

            .header__main.visible .header__navbar-nav > li {
                float: none
            }

                .header__main.visible .header__navbar-nav > li > a {
                    color: #fff;
                    opacity: .4;
                    font-size: 15px;
                    text-align: center;
                    -webkit-transform: translate(0,0);
                    -moz-transform: translate(0,0);
                    -o-transform: translate(0,0);
                    -ms-transform: translate(0,0);
                    transform: translate(0,0)
                }

                .header__main.visible .header__navbar-nav > li.active > a {
                    opacity: 1
                }
}

.footer__top {
    padding: 5px 0
}

.footer__bottom {
    padding: 15px 0 5px
}

.footer__top-content {
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.footer__navbar {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.footer__nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__nav-list {
    display: inline-block;
    margin: 0 5px
}

.btn-scroll-top {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #004A87;
    font-size: 18px;
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .footer__top-content {
        grid-template-columns: 1fr
    }

    .footer__navbar {
        align-items: flex-start;
        padding: 0 0 15px
    }
}

#services {
    margin-top: -80px;
    margin-bottom: 30px;
    z-index: 2
}

    #services .service-panel {
        position: relative;
        background-color: #fff;
        padding: 0 15px 15px 20px;
        margin-bottom: 30px;
        -webkit-box-shadow: 0 3px 30px rgba(0,74,135,.29);
        -moz-box-shadow: 0 3px 30px rgba(0,74,135,.29);
        box-shadow: 0 3px 30px rgba(0,74,135,.29)
    }

        #services .service-panel .btn-round {
            position: absolute;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: 0 auto
        }

        #services .service-panel .tab-content {
            padding: 20px 10%
        }

            #services .service-panel .tab-content .service-overview {
                margin-bottom: 50px
            }

                #services .service-panel .tab-content .service-overview .gallery-still {
                    float: left;
                    background-color: #d0d0d0;
                    height: 207px;
                    width: 34.91%
                }

                #services .service-panel .tab-content .service-overview .description {
                    float: left;
                    width: 65.09%;
                    padding: 0 0 15px 50px;
                    font-size: 16px;
                    line-height: 1.6
                }

    #services .service-items {
        padding-top: 30px;
        margin-bottom: 50px
    }

#core-values, .core-values, .sustainability-values {
    margin-bottom: 30px
}

    #core-values .core-values-content, .core-values .core-values-content {
        position: relative;
        height: auto;
        display: grid;
        grid-template-columns: 45% 55%;
        min-height: calc(48vh + 100px)
    }

    #sustainability-values .sustainability-values-content, .sustainability-values .sustainability-values-content {
        position: relative;
        height: auto;
        display: grid;
    }

        #core-values .core-values-content .bg-core-values, .core-values .core-values-content .bg-core-values {
            position: absolute;
            width: 72.5%;
            height: 100%;
            top: 0;
            left: 0;
            /*background-image: url(../images/home/core-values.png);*/
            background-repeat: no-repeat;
            background-size: contain;
            background-attachment: fixed;
            background-position: left 65px;
            z-index: 0
        }

        #core-values .core-values-content .blue-print, .core-values .core-values-content .blue-print {
            padding-left: 10vw;
            padding-right: 7vw;
            color: #fff;
            position: relative;
            z-index: 1
        }

            #core-values .core-values-content .blue-print h4, .core-values .core-values-content .blue-print h4 {
                font-size: 17px;
                font-family: 'Roboto',sans-serif;
                margin-bottom: 40px
            }

            #core-values .core-values-content .blue-print p, .core-values .core-values-content .blue-print p {
                font-size: 16px;
                line-height: 1.6
            }

        #core-values .core-values-content .values, .core-values .core-values-content .values {
            background-color: #fff;
            position: relative;
            z-index: 1
        }

        #core-values .core-values-content .values .value-item, .core-values .core-values-content .values .value-item {
            float: left;
            width: 50%;
            height: 24vh;
            text-align: center;
            cursor: default;
            overflow: hidden;
            padding: 20px;
            display: flex;
            flex: 1;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

    #sustainability-values .sustainability-values-content .values .value-item, .sustainability-values .sustainability-values-content .values .value-item {
        float: left;
        width: 33%;
        height: auto;
        text-align: left;
        cursor: default;
        overflow: hidden;
        padding: 20px;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

@media only screen and (min-width:992px) {
    #core-values .core-values-content .values .value-item, .core-values .core-values-content .values .value-item {
        height: 30vh
    }
}

@media only screen and (min-width:992px) {
    .sustainability-values .sustainability-values-content .values .value-item {
        height: auto
    }
}

@media only screen and (min-width:1200px) {
    #core-values .core-values-content .values .value-item, .core-values .core-values-content .values .value-item {
        height: 24vh
    }
}

@media only screen and (min-width:1200px) {
    .sustainability-values .sustainability-values-content .values .value-item {
        height: auto
    }
}

#core-values .core-values-content .values .value-item .icon-values, .core-values .core-values-content .values .value-item .icon-values, .sustainability-values .sustainability-values-content .values .value-item .icon-values {
    margin-bottom: 5px;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

#core-values .core-values-content .values .value-item h4, .core-values .core-values-content .values .value-item h4, .sustainability-values .sustainability-values-content .values .value-item h4 {
    margin: 0 0 10px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #004A87
}

#news-latest, .manufacturing__header {
    margin-bottom: 40px
}

#core-values .core-values-content .values .value-item p, .core-values .core-values-content .values .value-item p, .sustainability-values .sustainability-values-content .values .value-item p {
    height: 0;
    opacity: 0;
    line-height: 1.5;
    -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.swiper-container.manufacturing-gallery-swiper, .swiper-container.trading-gallery-swiper {
    height: 100%
}

    .swiper-container.manufacturing-gallery-swiper .swiper-slide, .swiper-container.trading-gallery-swiper .swiper-slide {
        width: 100%
    }

.section-home-bottom {
    background-color: #fff
}

#news-latest .news-list {
    position: relative;
    width: 100%
}

    #news-latest .news-list .article-item {
        width: 24%;
        padding-top: 24%;
        margin-right: 1.3%;
        float: left;
        cursor: pointer;
        position: relative;
        background-color: #d0d0d0;
        overflow: hidden
    }

        #news-latest .news-list .article-item .bg {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 0;
            top: 0;
            left: 0
        }

            #news-latest .news-list .article-item .bg:after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.56) 58%,rgba(0,0,0,.7) 73%);
                background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.56) 58%,rgba(0,0,0,.7) 73%);
                background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.56) 58%,rgba(0,0,0,.7) 73%);
                top: 0;
                left: 0;
                z-index: -1
            }

        #news-latest .news-list .article-item .content {
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 1;
            color: #fff;
            padding: 10px 20px
        }

            #news-latest .news-list .article-item .content a {
                position: relative;
                color: #fff;
                text-decoration: none
            }

            #news-latest .news-list .article-item .content h3 {
                position: relative;
                overflow: hidden;
                height: 2.9em;
                font-family: 'Roboto',sans-serif;
                font-size: 18px;
                line-height: 1.4
            }

            #news-latest .news-list .article-item .content span, #news-latest .news-list .article-item .content time {
                font-size: 12px
            }

        #news-latest .news-list .article-item:nth-child(4) {
            margin-right: 0
        }

@media screen and (min-width:992px) {
    #news-latest .news-list .article-item {
        -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 3px 30px rgba(0,0,0,.1);
        box-shadow: 0 3px 30px rgba(0,0,0,.1);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

        #news-latest .news-list .article-item:hover {
            -webkit-transform: translate(0,-10px);
            -moz-transform: translate(0,-10px);
            -o-transform: translate(0,-10px);
            -ms-transform: translate(0,-10px);
            transform: translate(0,-10px);
            -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.3);
            -moz-box-shadow: 0 3px 30px rgba(0,0,0,.3);
            box-shadow: 0 3px 30px rgba(0,0,0,.3);
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }
}

#brand {
    margin-bottom: 45px
}

    #brand .brand-container .brand-selector {
        position: relative;
        background-color: #fff
    }

        #brand .brand-container .brand-selector ul li {
            text-align: center;
            list-style: none;
            padding: 10px
        }

            #brand .brand-container .brand-selector ul li a {
                display: inline-block;
                opacity: .6;
                -webkit-transition: all .2s ease-out;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

                #brand .brand-container .brand-selector ul li a:hover {
                    opacity: 1;
                    -webkit-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    transition: all .2s ease-out
                }

                #brand .brand-container .brand-selector ul li a img {
                    max-width: 100%
                }

            #brand .brand-container .brand-selector ul li.active a {
                opacity: 1
            }

    #brand .brand-container .brand-selector-mobile .swiper-wrapper {
        height: auto
    }

        #brand .brand-container .brand-selector-mobile .swiper-wrapper .swiper-slide {
            height: inherit
        }

    #brand .brand-container .brand-selector-mobile a {
        display: inline-block;
        width: 100%;
        max-width: 170px
    }

    #brand .brand-container .brand-selector-mobile img {
        width: inherit
    }

    #brand .brand-container .brand-selector-mobile .brand-swiper-button {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        cursor: pointer;
        z-index: 10;
        background-color: transparent;
        border: 0;
        outline: 0
    }

        #brand .brand-container .brand-selector-mobile .brand-swiper-button.left {
            left: 4%
        }

        #brand .brand-container .brand-selector-mobile .brand-swiper-button.right {
            right: 4%
        }

    #brand .brand-container .brand-detail {
        float: left;
        width: 82.45%;
        padding-left: 30px
    }

        #brand .brand-container .brand-detail h4 {
            color: #004A87;
            font-size: 17px;
            font-family: 'Roboto',sans-serif;
            opacity: 0;
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px)
        }

        #brand .brand-container .brand-detail p {
            font-size: 16px;
            line-height: 1.6;
            opacity: 0;
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px)
        }

        #brand .brand-container .brand-detail img {
            opacity: 0
        }

        #brand .brand-container .brand-detail.animate h4, #brand .brand-container .brand-detail.animate p {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

        #brand .brand-container .brand-detail.animate h4 {
            transition-delay: .2s
        }

        #brand .brand-container .brand-detail.animate p {
            transition-delay: .3s
        }

        #brand .brand-container .brand-detail.animate img {
            opacity: 1;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

.scrollBox .overview, .search-product .input-search input {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.scrollBox {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 17.55%;
    float: left;
    max-width: 160px;
    height: 370px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 30px rgba(0,0,0,.1);
    box-shadow: 0 3px 30px rgba(0,0,0,.1)
}

    .scrollBox .viewport {
        height: auto;
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .scrollBox .overview {
        height: 100%;
        position: relative;
        width: 100%;
        transition: all .2s ease-out
    }

    .scrollBox .scrollbar {
        position: relative;
        width: 10px;
        border: 0;
        box-sizing: border-box;
        cursor: pointer;
        -khtml-border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px
    }

        .scrollBox .scrollbar:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            background-color: #e4e4e4;
            margin: 0 auto
        }

        .scrollBox .scrollbar.disable {
            display: none
        }

    .scrollBox .thumb {
        width: 10px;
        left: 0;
        top: 0;
        background-color: #D10012;
        border-radius: 15px;
        cursor: pointer;
        position: absolute;
        z-index: 1
    }

.main-tab-content#summary .summary-annual-report, .main-tab-content#summary .summary-dividend, .main-tab-content#summary .summary-share {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    #services .service-panel .tab-content .service-overview {
        display: block
    }

        #services .service-panel .tab-content .service-overview .gallery {
            display: none
        }

        #services .service-panel .tab-content .service-overview .gallery-still {
            display: block;
            width: 100%;
            float: none
        }

        #services .service-panel .tab-content .service-overview .description {
            padding: 15px 0;
            width: 100%;
            float: none
        }

    #core-values .core-values-content, .core-values .core-values-content, .sustainability-values .sustainability-values-content {
        display: block
    }

    #core-values .core-values-content .bg-core-values, .core-values .core-values-content .bg-core-values, .sustainability-values .sustainability-values-content .bg-core-values {
        display: none
    }

    #core-values .core-values-content .blue-print, .core-values .core-values-content .blue-print, .sustainability-values .sustainability-values-content .blue-print {
        color: inherit
    }

    #core-values .core-values-content .blue-print h4, .core-values .core-values-content .blue-print h4, .sustainability-values .sustainability-values-content .blue-print h4 {
        color: #004A87;
        margin-bottom: 20px
    }

    #news-latest {
        padding-bottom: 50px
    }

    #brand .section-title {
        padding-left: 0 !important
    }

    #brand .brand-container {
        display: block
    }

        #brand .brand-container .brand-detail {
            padding-left: 0;
            float: none;
            width: 100%
        }

            #brand .brand-container .brand-detail p {
                font-size: 14px
            }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #services .service-panel .tab-content .service-overview {
        margin-bottom: 20px
    }

    #services .service-items {
        padding-top: 0;
        margin-bottom: 20px
    }

    #news-latest .news-list .article-item {
        width: 49%;
        padding-top: 49%;
        margin-bottom: 10px;
        margin-right: 2%
    }

        #news-latest .news-list .article-item:nth-child(2), #news-latest .news-list .article-item:nth-child(4) {
            margin-right: 0
        }
}

@media only screen and (max-width:767px) {
    #core-values .core-values-content .blue-print p, #services .service-panel .tab-content .service-overview .description, .core-values .core-values-content .blue-print p, .sustainability-values .sustainability-values-content .blue-print p {
        font-size: 14px
    }

    #services .container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }

    #services .service-panel .tab-content {
        padding: 20px 5px
    }

        #services .service-panel .tab-content .service-overview {
            margin-bottom: 10px
        }

    #services .service-items {
        padding-top: 0;
        margin-bottom: 20px
    }

    #core-values .core-values-content .blue-print, .core-values .core-values-content .blue-print, .sustainability-values .sustainability-values-content .blue-print {
        padding-left: 15px;
        padding-right: 15px
    }

    #core-values .core-values-content .values .value-item, .core-values .core-values-content .values .value-item, .sustainability-values .sustainability-values-content .values .value-item {
        height: 200px;
        display: block;
        text-align: center
    }

    #news-latest .news-list .article-item {
        width: 50%;
        height: 40vh;
        margin-right: 0
    }

    .main-tab-content .ir-content table {
        min-width: 500px;
        margin-left: -25px
    }

    .main-tab-content .ir-content img {
        margin-left: -15px
    }
}

@media only screen and (max-width:480px) {
    #news-latest .news-list .article-item {
        width: 100%;
        padding-top: 100%;
        margin-right: 0
    }
}

@media only screen and (min-width:992px) {
    #core-values .core-values-content, .core-values .core-values-content {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .sustainability-values .sustainability-values-content {
        padding-top: 0 px;
        padding-bottom: 15px
    }
        #core-values .core-values-content .values, .core-values .core-values-content .values, .sustainability-values .sustainability-values-content .values {
            -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.1);
            -moz-box-shadow: 0 3px 30px rgba(0,0,0,.1);
            box-shadow: 0 3px 30px rgba(0,0,0,.1)
        }

        #core-values .core-values-content .values .value-item:hover, .core-values .core-values-content .values .value-item:hover, .sustainability-values .sustainability-values-content .values .value-item:hover {
            -webkit-box-shadow: 0 3px 30px rgba(0,74,135,.4);
            -moz-box-shadow: 0 3px 30px rgba(0,74,135,.4);
            box-shadow: 0 3px 30px rgba(0,74,135,.4);
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

            #core-values .core-values-content .values .value-item:hover .icon-values, .core-values .core-values-content .values .value-item:hover .icon-values, .sustainability-values .sustainability-values-content .values .value-item:hover .icon-values {
                height: 0;
                opacity: 0;
                -webkit-transform: translate(0,-20px);
                -moz-transform: translate(0,-20px);
                -o-transform: translate(0,-20px);
                -ms-transform: translate(0,-20px);
                transform: translate(0,-20px);
                -webkit-transition: all .2s ease-out;
                -moz-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

            #core-values .core-values-content .values .value-item:hover p, .core-values .core-values-content .values .value-item:hover p, .sustainability-values .sustainability-values-content .values .value-item:hover p {
                height: auto;
                opacity: 1;
                -webkit-transform: translate(0,0);
                -moz-transform: translate(0,0);
                -o-transform: translate(0,0);
                -ms-transform: translate(0,0);
                transform: translate(0,0);
                -webkit-transition: all .4s ease-out;
                -moz-transition: all .4s ease-out;
                -o-transition: all .4s ease-out;
                transition: all .4s ease-out
            }

    #news-latest .news-list .article-item {
        width: 24%;
        height: 45vh;
        max-height: 265.5px
    }
}

.section-investor {
    padding-bottom: 20px
}

.main-tab-content .ir-content {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: auto
}

    .main-tab-content .ir-content table {
        width: 100%
    }

        .main-tab-content .ir-content table thead {
            background-color: #004A87;
            color: #fff
        }

        .main-tab-content .ir-content table tbody tr:nth-child(2n+1) {
            background-color: #FAFAFA
        }

        .main-tab-content .ir-content table tbody tr td.addleft {
            padding-left: 50px
        }

        .main-tab-content .ir-content table tr th {
            padding: 10px
        }

        .main-tab-content .ir-content table tr td {
            padding: 5px 10px
        }

.main-tab-content#annual-reports h5 {
    font-family: 'Roboto',sans-serif;
    color: #004A87;
    margin-bottom: 10px
}

.main-tab-content#annual-reports .annual-report-headline {
    margin-bottom: 20px
}

    .main-tab-content#annual-reports .annual-report-headline .media-left {
        padding-right: 20px
    }

        .main-tab-content#annual-reports .annual-report-headline .media-left .report-image img {
            max-width: 300px
        }

    .main-tab-content#annual-reports .annual-report-headline .media-body {
        padding-top: 50px
    }

@media only screen and (max-width:767px) {
    .main-tab-content#annual-reports .annual-report-headline .media-left {
        display: block;
        margin-bottom: 10px;
        padding-right: 0
    }

        .main-tab-content#annual-reports .annual-report-headline .media-left .report-image {
            position: relative;
            width: 180px
        }

            .main-tab-content#annual-reports .annual-report-headline .media-left .report-image img {
                width: 100%
            }

    .main-tab-content#annual-reports .annual-report-headline .media-body {
        display: block;
        width: 100%;
        padding-top: 0
    }
}

.main-tab-content#annual-reports .annual-report-headline .media-body .media-heading {
    font-size: 28px;
    font-family: 'Roboto',sans-serif;
    color: #004A87;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*! autoprefixer: off */
    -webkit-box-orient: vertical
}

.article-detail h2, .main-tab-content#share .share-price-overview h1, .main-tab-content#share .share-price-overview h3, .main-tab-content#summary .summary-annual-report h5, .main-tab-content#summary .summary-share h1, .main-tab-content#summary .summary-share h3, .no-data-product span, .product-list-container .product-list .product-list-item .product-description h4, .product-list-container h3, .search-product .input-search input {
    font-family: 'Roboto',sans-serif
}

.main-tab-content#annual-reports .annual-report-headline .media-body .media-subheading {
    font-size: 19px;
    margin-bottom: 10px
}

.main-tab-content#annual-reports .annual-report-headline .media-body p {
    margin-bottom: 20px
}

.main-tab-content#summary .summary-annual-report h5 {
    color: #004A87;
    margin-bottom: 10px
}

.main-tab-content#summary .summary-share {
    background-color: #004A87;
    color: #fff;
    padding-top: 40px;
    font-size: 12px
}

    .main-tab-content#share .share-price-overview .share-point, .main-tab-content#summary .summary-share .share-point {
        padding-top: 20px;
        position: relative
    }

    .main-tab-content#summary .summary-share h1, .main-tab-content#summary .summary-share h3 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .main-tab-content#summary .summary-share .overview h1 {
        font-size: 33px
    }

    .main-tab-content#summary .summary-share .share-point h3 {
        font-size: 24px
    }

    .main-tab-content#summary .summary-share .share-point > div {
        float: left;
        width: 20%
    }

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .main-tab-content#summary .summary-share .share-point > div {
        width: 50%
    }

    .main-tab-content#summary .summary-share .share-point .btn-round {
        margin-top: 20px
    }
}

.main-tab-content#share .share-price-overview {
    margin-bottom: 20px
}

    .main-tab-content#share .share-price-overview h1, .main-tab-content#share .share-price-overview h3 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .main-tab-content#share .share-price-overview .overview h1 {
        font-size: 33px
    }

    .main-tab-content#share .share-price-overview .share-point h3 {
        font-size: 24px
    }

    .main-tab-content#share .share-price-overview .share-point > div {
        float: left;
        width: 50%
    }

@media only screen and (max-width:767px) {
    .main-tab-content#share .share-price-overview .share-point > div {
        width: 100%
    }
}

.main-tab-content .summary-part {
    background-color: #fff;
    padding: 20px 30px
}

    .main-tab-content .summary-part .content-part {
        padding-bottom: 10px;
        min-height: 126px
    }

        .main-tab-content .summary-part .content-part h2 {
            color: #6D6D6D;
            font-size: 22px;
            text-align: left
        }

        .main-tab-content .summary-part .content-part a {
            position: relative;
            color: #004A87;
            padding: 8px 8px 8px 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /*! autoprefixer: off */
            -webkit-box-orient: vertical
        }

            .main-tab-content .summary-part .content-part a:before {
                content: '';
                position: absolute;
                background-image: url(../../error621a.html);
                width: 20px;
                height: 20px;
                top: calc(50% - 10px);
                left: 0
            }

.chart-container canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-bottom: 10px
}

.chart-container #stockMarket-tooltip {
    opacity: 0;
    position: absolute;
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    pointer-events: none;
    padding: 10px;
    top: 0;
    left: 0;
    font-size: 12px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

    .chart-container #stockMarket-tooltip hr {
        margin: 0 0 5px
    }

    .chart-container #stockMarket-tooltip h4 {
        margin: 0 0 5px;
        font-size: 14px
    }

    .chart-container #stockMarket-tooltip time {
        position: relative;
        display: block;
        margin-bottom: 5px
    }

    .chart-container #stockMarket-tooltip div {
        min-width: 120px
    }

        .chart-container #stockMarket-tooltip div span {
            position: relative;
            float: left
        }

            .chart-container #stockMarket-tooltip div span.value {
                width: 70%
            }

            .chart-container #stockMarket-tooltip div span.lb {
                width: 30%
            }

.chart-container .chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px
}

.chart-container .chart-source {
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px
}

    .chart-container .chart-source a {
        color: #fff
    }

.product-list-container {
    margin-bottom: 20px
}

    .product-list-container h3 {
        color: #004A87;
        font-size: 25px
    }

    .product-list-container span {
        display: block
    }

        .product-list-container span.result-info {
            font-size: 16px
        }

    .product-list-container .product-list {
        padding-top: 40px;
        padding-bottom: 20px
    }

        .product-list-container .product-list .product-list-item {
            position: relative;
            float: left;
            width: calc(50% - 20px);
            background-color: #fff;
            padding: 20px;
            margin: 10px;
            -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
            -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
            box-shadow: 0 2px 2px rgba(0,0,0,.2)
        }

@media only screen and (max-width:767px) {
    .product-list-container .product-list .product-list-item {
        width: 100%;
        margin: 0 0 20px
    }
}

.product-list-container .product-list .product-list-item .product-image {
    position: absolute;
    width: calc(30% - 25px);
    height: calc(100% - 40px);
    max-height: 140px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-list-container .product-list .product-list-item .product-image {
        position: relative;
        margin-bottom: 15px;
        width: 100%;
        height: 0;
        padding-bottom: 50%
    }
}

@media only screen and (max-width:767px) {
    .product-list-container .product-list .product-list-item .product-image {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        margin-bottom: 15px
    }
}

.product-list-container .product-list .product-list-item .product-description {
    padding-left: 30%
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .product-list-container .product-list .product-list-item .product-description {
        padding-left: 0
    }
}

.product-list-container .product-list .product-list-item .product-description h4 {
    margin: 0;
    color: #004A87;
    font-size: 17px;
    min-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*! autoprefixer: off */
    -webkit-box-orient: vertical
}

.product-list-container .product-list .product-list-item .product-description .distribution-section {
    margin-top: 10px;
    color: #004A87;
    font-size: 12px
}

    .product-list-container .product-list .product-list-item .product-description .distribution-section span {
        margin-bottom: 5px;
        font-family: 'Roboto',sans-serif
    }

    .product-list-container .product-list .product-list-item .product-description .distribution-section .distribution-image {
        width: 120px;
        height: 60px
    }

        .product-list-container .product-list .product-list-item .product-description .distribution-section .distribution-image img {
            position: relative;
            max-width: 100%;
            max-height: 100%
        }

.product-list-container .product-list.search-result {
    display: none;
    min-height: 359px
}

.product-list-container .product-list-control {
    padding-top: 10px;
    text-align: center;
    margin-bottom: 15px
}

.search-product label {
    font-size: 16px
}

.search-product .input-search {
    position: relative
}

    .search-product .input-search i {
        position: absolute;
        left: calc(30px - 14px - 7px);
        top: calc(50% - 7px);
        color: #004A87;
        font-weight: 700
    }

    .search-product .input-search input {
        width: 100%;
        padding: 10px 10px 10px 40px;
        border: 0;
        font-size: 15px;
        color: #004A87;
        outline: 0;
        transition: all .2s ease-out
    }

        #tab-slider .swiper-wrapper .swiper-slide a, .search-product .input-search input:focus {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out
        }

        .search-product .input-search input:focus {
            -webkit-box-shadow: 0 0 10px rgba(0,74,135,.4);
            -moz-box-shadow: 0 0 10px rgba(0,74,135,.4);
            box-shadow: 0 0 10px rgba(0,74,135,.4);
            transition: all .2s ease-out
        }

.no-data-product {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px
}

    .no-data-product .img-empty {
        background-image: url(../images/empty_products.png);
        background-repeat: no-repeat;
        background-size: 210px;
        background-position: center;
        width: 100%;
        height: 221px
    }

    .no-data-product span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #aaa
    }

.sub-area__business {
    display: none
}

    .map-select, .sub-area__business.active {
        display: block
    }

.manufacturing__title {
    line-height: 27px;
    text-align: center
}

.manufacturing__description {
    font-size: 16px;
    line-height: 27px;
    text-align: center
}

.manufacturing__parts {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    width: 550px;
    margin: 0 auto
}

.manufacturing__figure-img, .map, .map-select {
    width: 100%
}

.manufacturing__part-list {
    padding-left: 20px
}

.manufacturing__part-list-item {
    margin-bottom: 15px;
    font-size: 15px
}

.manufacturing__client {
    padding: 0
}

.trading__header {
    margin-bottom: 40px
}

.trading__title {
    line-height: 27px;
    text-align: center
}

.trading__description {
    font-size: 16px;
    line-height: 27px;
    text-align: center
}

.trading__map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #f4f4f4;
    overflow: hidden;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.trading__data-control {
    margin-bottom: 25px
}

.trading__map-info {
    padding: 5px 10px;
    margin-bottom: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #004A87;
    text-align: center
}

.map {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

.map-select {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    max-width: 200px;
    border: 1px solid #004A87;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.loading-table {
    text-align: center
}

.business__company-list {
    display: grid;
    grid-template-columns: repeat(5,1fr)
}

.company-list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    height: 100%
}

    .company-list__item img {
        max-width: 70%;
        max-height: 60%;
        margin: 0 auto
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .business__company-list {
        grid-template-columns: repeat(4,1fr)
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .manufacturing__figure-img {
        width: 50%
    }

    .business__company-list {
        grid-template-columns: repeat(3,1fr)
    }
}

@media only screen and (max-width:767px) {
    .manufacturing__description, .manufacturing__title, .trading__description, .trading__title {
        text-align: left
    }

    .manufacturing__parts {
        grid-template-columns: 1fr;
        width: 100%
    }

    .business__company-list {
        grid-template-columns: repeat(2,1fr)
    }

    .map-select {
        width: 100%;
        max-width: 100%
    }
}

.article-detail {
    padding-bottom: 50px
}

    .article-detail h2 {
        font-size: 28px;
        line-height: 1.6;
        text-align: center;
        color: #004A87
    }

@media only screen and (max-width:767px) {
    .article-detail h2 {
        text-align: left;
        line-height: normal
    }
}

.article-detail time {
    display: block;
    text-align: center;
    color: #004A87;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .article-detail time {
        text-align: left
    }

    .article-detail img {
        width: 100%
    }
}

.article-detail p {
    font-size: 16px;
    margin-bottom: 20px
}

.article-detail img {
    display: block;
    position: relative;
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: 15px auto
}

.body-media-detail ol, .body-media-detail ul {
    padding-left: 20px
}

.media-list .article-item {
    position: relative;
    background-color: #d0d0d0;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    height: 45vh;
    max-height: 265.5px
}

    .media-list .article-item .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        background-color: #737373
    }

        .media-list .article-item .bg:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.56) 58%,rgba(0,0,0,.7) 73%);
            background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.56) 58%,rgba(0,0,0,.7) 73%);
            background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.56) 58%,rgba(0,0,0,.7) 73%);
            top: 0;
            left: 0;
            z-index: -1
        }

    .media-list .article-item .content {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 1;
        color: #fff;
        padding: 10px 20px
    }

        .media-list .article-item .content a {
            position: relative;
            color: #fff;
            text-decoration: none
        }

        .media-list .article-item .content h3 {
            position: relative;
            overflow: hidden;
            height: 2.9em;
            font-family: 'Roboto',sans-serif;
            font-size: 18px;
            line-height: 1.4
        }

        .media-list .article-item .content span, .media-list .article-item .content time {
            font-size: 12px
        }

@media screen and (min-width:992px) {
    .media-list .article-item {
        -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.1);
        -moz-box-shadow: 0 3px 30px rgba(0,0,0,.1);
        box-shadow: 0 3px 30px rgba(0,0,0,.1);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

        .media-list .article-item:hover {
            -webkit-transform: translate(0,-10px);
            -moz-transform: translate(0,-10px);
            -o-transform: translate(0,-10px);
            -ms-transform: translate(0,-10px);
            transform: translate(0,-10px);
            -webkit-box-shadow: 0 3px 30px rgba(0,0,0,.3);
            -moz-box-shadow: 0 3px 30px rgba(0,0,0,.3);
            box-shadow: 0 3px 30px rgba(0,0,0,.3);
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }
}

@media only screen and (min-width:992px) {
    .media-list .article-item {
        width: 100%;
        height: 45vh
    }
}

.sustainability-sub .media {
    margin-bottom: 30px
}

    .sustainability-sub .media .media-left {
        padding-right: 20px
    }

        .sustainability-sub .media .media-left a {
            display: inline-block
        }

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .sustainability-sub .media .media-left {
        display: block;
        padding-right: 0;
        margin-bottom: 15px
    }

    .sustainability-sub .media .media-body {
        display: block;
        width: 100%
    }
}

.sustainability-sub .media .media-body .media-heading, .sustainability-sub .media .media-body p {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.sustainability-sub .media .media-body .media-heading {
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    color: #004A87;
    -webkit-line-clamp: 2; /*! autoprefixer: off */
    -webkit-box-orient: vertical
}

.sustainability-sub .media .media-body p {
    font-size: 16px;
    -webkit-line-clamp: 4; /*! autoprefixer: off */
    -webkit-box-orient: vertical
}

.sustainability-report .media-body .media-heading, .pdf-report-list .pdf-report-item h4, .report-list a h5 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.sustainability-sub .media .media-body a {
    text-decoration: underline
}

.pdf-report-list .pdf-report-item a, .report-list a {
    text-decoration: none
}

#tab-slider {
    height: 60px
}

    #tab-slider .swiper-wrapper .swiper-slide {
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-family: 'Roboto',sans-serif
    }

        #tab-slider .swiper-wrapper .swiper-slide a {
            position: relative;
            padding: 18px;
            border: 0;
            font-family: 'Roboto',sans-serif;
            font-size: 17px;
            color: rgba(0,74,135,.7);
            text-decoration: none;
            display: inline-block;
            width: 90%;
            text-align: center;
            transition: all .2s ease-out
        }

        #tab-slider .swiper-wrapper .swiper-slide.active a, .floating-share-price.minimize button i {
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out
        }

        #tab-slider .swiper-wrapper .swiper-slide a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 0;
            background-color: transparent;
            height: 5px
        }

        #tab-slider .swiper-wrapper .swiper-slide.active a {
            background-color: transparent;
            border: 0;
            color: #004A87;
            transition: all .2s ease-out
        }

            #tab-slider .swiper-wrapper .swiper-slide.active a:after {
                max-width: 150px;
                width: 90%;
                background-color: #f4071b
            }

        #tab-slider .swiper-wrapper .swiper-slide:active a, #tab-slider .swiper-wrapper .swiper-slide:focus a, #tab-slider .swiper-wrapper .swiper-slide:hover a {
            background-color: transparent;
            border: 0
        }

            #tab-slider .swiper-wrapper .swiper-slide:active a:after, #tab-slider .swiper-wrapper .swiper-slide:focus a:after, #tab-slider .swiper-wrapper .swiper-slide:hover a:after {
                max-width: 150px;
                width: 90%;
                background-color: rgba(244,7,27,.7)
            }

    #tab-slider .tab-button-next, #tab-slider .tab-button-prev {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        top: 0;
        background-color: #fff;
        height: 100%;
        width: 50px;
        z-index: 2
    }

        #tab-slider .tab-button-next.disabled, #tab-slider .tab-button-prev.disabled {
            opacity: .3
        }

    #tab-slider .tab-button-prev {
        left: 0
    }

    #tab-slider .tab-button-next {
        right: 0
    }

.sustainability-detail h3 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700
}

.sustainability-detail .media-left {
    padding-right: 20px;
    width: 30%
}

    .sustainability-detail .media-left .img {
        width: 100%;
        height: auto;
        padding-top: 80%
    }

        .sustainability-detail .media-left .img img {
            width: 100%
        }

@media only screen and (max-width:767px) {
    .sustainability-detail .media-left {
        display: block;
        margin-bottom: 10px;
        padding-right: 0;
        width: 100%
    }

        .sustainability-detail .media-left .img {
            padding-top: 40%
        }

    .sustainability-detail .media-body {
        display: block;
        width: 100%
    }
}

.sustainability-detail .media-body ol, .sustainability-detail .media-body ul {
    padding: 0 0 0 20px
}

.sustainability-report, .sustainability-report .media-body {
    padding-top: 20px
}

.sustainability-report {
    border-top: solid 1px #d0d0d0;
    margin-top: 20px;
    margin-bottom: 20px
}

    .sustainability-report .media-left {
        padding-right: 20px
    }

@media only screen and (max-width:767px) {
    .sustainability-report .media-left {
        display: block;
        margin-bottom: 10px;
        padding-right: 0
    }

        .sustainability-report .media-left .report-image {
            position: relative;
            width: 180px
        }

            .sustainability-report .media-left .report-image img {
                width: 100%
            }

    .sustainability-report .media-body {
        display: block;
        width: 100%;
        padding-top: 0
    }
}

.sustainability-report .media-body .media-heading {
    font-size: 28px;
    font-family: 'Roboto',sans-serif;
    color: #004A87;
    display: -webkit-box /*! autoprefixer: off */
}

.sustainability-report .media-body .media-subheading {
    font-size: 19px;
    margin-bottom: 10px
}

.sustainability-report .media-body p {
    margin-bottom: 20px
}

.sitemap {
    padding-top: 50px
}

.sitemap__group {
    margin: 0 0 15px 35px;
    padding: 0
}

    .sitemap__group li {
        list-style: none
    }

        .sitemap__group li a {
            color: #3d3d3d
        }

.sitemap__group-child {
    margin-left: 10px
}

    .sitemap__group-child li {
        padding-left: 18px;
        margin-bottom: 5px;
        position: relative
    }

        .sitemap__group-child li:before {
            font-family: FontAwesome;
            content: '\f068';
            display: block;
            position: absolute;
            left: 0;
            color: #004A87
        }

.modal {
    padding-right: 0 !important
}

    .modal.fade .modal-dialog {
        -moz-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
        transition: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

.affiliated-modal .modal-dialog {
    position: relative
}

    .affiliated-modal .modal-dialog button:not(.button-control-modal) {
        background-color: transparent;
        border: 0;
        font-size: 20px;
        line-height: 0;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        top: 0;
        color: #B0B0B0
    }

    .affiliated-modal .modal-dialog .modal-content {
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -khtml-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .affiliated-modal .modal-dialog .modal-body {
        min-height: 200px;
        padding: 30px
    }

@media only screen and (max-width:767px) {
    .affiliated-modal .modal-dialog .modal-body {
        padding: 45px
    }
}

.affiliated-modal .modal-dialog .affiliated-modal__logo {
    position: absolute;
    height: calc(100% - 60px);
    width: 30%;
    overflow: hidden
}

#ourclient, #search-form {
    position: relative
}

.affiliated-modal .modal-dialog .affiliated-modal__logo img {
    width: 100%;
    max-width: 200px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .affiliated-modal .modal-dialog .affiliated-modal__logo {
        position: relative;
        width: 100%;
        height: auto
    }

        .affiliated-modal .modal-dialog .affiliated-modal__logo img {
            width: 60%;
            margin-bottom: 15px
        }
}

.affiliated-modal .modal-dialog .affiliated-modal__detail {
    padding-left: calc(30% + 50px)
}

    .affiliated-modal .modal-dialog .affiliated-modal__detail h2, .affiliated-modal .modal-dialog .affiliated-modal__detail h3 {
        color: #004A87;
        margin: 0 0 10px
    }

    .affiliated-modal .modal-dialog .affiliated-modal__detail h2 {
        font-family: 'Roboto',sans-serif;
        font-size: 20px
    }

    .affiliated-modal .modal-dialog .affiliated-modal__detail h3 {
        font-family: 'Roboto',sans-serif;
        font-size: 16px;
        font-weight: 700
    }

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .affiliated-modal .modal-dialog .affiliated-modal__detail {
        padding-left: 0
    }
}

@media only screen and (min-width:992px) {
    .modal-dialog, .modal:before {
        display: inline-block;
        vertical-align: middle
    }

    .modal {
        text-align: center;
        padding: 0 !important
    }

        .modal:before {
            content: '';
            height: 100%;
            margin-right: -4px
        }

    .modal-dialog {
        text-align: left
    }
}

#search-form ::-webkit-input-placeholder {
    color: rgba(255,255,255,.8)
}

#search-form ::-moz-placeholder {
    color: rgba(255,255,255,.8)
}

#search-form :-ms-input-placeholder {
    color: rgba(255,255,255,.8)
}

#search-form :-moz-placeholder {
    color: rgba(255,255,255,.8)
}

@media screen and (min-width:768px) {
    #search-form .form-group {
        width: 130px
    }
}

@media screen and (min-width:1200px) {
    #search-form .form-group {
        width: 175px
    }
}

#search-form .form-control {
    border: 1px solid rgba(0,74,135,.2);
    background-color: rgba(255,255,255,.3);
    -khtml-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    padding-left: 32px;
    width: 100%
}

    #search-form .form-control:focus {
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent
    }

#search-form #btn-submit-search {
    position: absolute;
    left: 25px;
    top: 0;
    background-color: transparent;
    border: 0;
    color: #fff;
    height: 100%;
    width: 20px
}

#ourclient {
    margin-bottom: 20px
}

    #ourclient .btn-swiper {
        position: absolute;
        top: 20px;
        border: 0;
        z-index: 2
    }

        #ourclient .btn-swiper.next {
            right: 10px
        }

        #ourclient .btn-swiper.prev {
            left: 10px
        }

        #ourclient .btn-swiper.swiper-button-disabled, #ourclient .btn-swiper[aria-disabled=true] {
            opacity: .5
        }

.floating-share-price {
    background-color: rgba(0,74,135,.98);
    color: #fff;
    left: 0;
    top: 300px;
    position: absolute;
    z-index: 10;
    padding: 12px 12px 12px 50px;
    min-width: 300px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    transition: all .5s ease-out
}

    .floating-share-price.minimize {
        -webkit-transform: translate(-300px,0);
        -moz-transform: translate(-300px,0);
        -o-transform: translate(-300px,0);
        -ms-transform: translate(-300px,0);
        transform: translate(-300px,0);
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

        .floating-share-price.minimize button i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            transition: all .2s ease-out
        }

    .floating-share-price button i, .floating-share-price button:hover {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out
    }

    .floating-share-price h3 {
        margin: 0;
        font-weight: 700;
        font-size: 18px
    }

    .floating-share-price .content {
        position: relative;
        min-height: 95px;
        padding-right: 70px
    }

        .floating-share-price .content .info-load, .floating-share-price .content .loading-stock {
            display: flex;
            font-size: 12px;
            position: absolute;
            width: 100%;
            height: 100%;
            align-items: center
        }

        .floating-share-price .content .inner-content {
            display: none
        }

            .floating-share-price .content .inner-content.visible, .floating-share-price .content span {
                display: block
            }

                .floating-share-price .content span.time {
                    font-size: 12px
                }

                .floating-share-price .content span.value {
                    margin-top: 10px;
                    font-size: 18px;
                    font-weight: 700
                }

                    .floating-share-price .content span.value .glyphicon {
                        display: inline-block;
                        font-size: 10px;
                        margin-left: 5px
                    }

    #share-price .share-price-container .spc-block > div span, .floating-share-price .control.visible {
        display: block
    }

    .floating-share-price .content span.value .glyphicon.glyphicon-triangle-top {
        color: #7CFF55
    }

    .floating-share-price .content span.value .glyphicon.glyphicon-triangle-bottom {
        color: #f4071b
    }

    .floating-share-price .content span.currency {
        font-size: 12px
    }

        .floating-share-price .content span.currency i {
            background-color: #fff;
            padding: 5px 6px;
            border-radius: 100%;
            margin-left: 2px
        }

            .floating-share-price .content span.currency i.fa-arrow-up {
                color: green
            }

            .floating-share-price .content span.currency i.fa-arrow-down {
                color: #f4071b
            }

    .floating-share-price .control {
        position: absolute;
        top: 28%;
        right: 20px
    }

        .floating-share-price .control .btn-round {
            top: 18%;
            left: 0;
            right: 0;
            -webkit-box-shadow: 0 0 0 transparent;
            -moz-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent
        }

    .floating-share-price button {
        position: absolute;
        top: 0;
        right: -18px;
        height: 100%;
        width: 18px;
        background-color: #D10012;
        color: #fff;
        border: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px
    }

        .floating-share-price button i {
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            transition: all .2s ease-out
        }

        .floating-share-price button:hover {
            background-color: #ff051b;
            transition: all .2s ease-out
        }

#share-price {
    margin-bottom: 30px
}

    #share-price .share-price-container {
        padding: 15px;
        background-color: #004A87;
        color: #fff
    }

.pdf-report-list .pdf-report-item h4, .section-title {
    color: #004A87;
    font-family: 'Roboto',sans-serif
}

#share-price .share-price-container .spc-block > div {
    text-align: center;
    padding: 10px;
    float: left;
    width: 50%
}

    #share-price .share-price-container .spc-block > div span.value {
        font-family: 'Roboto',sans-serif;
        font-size: 16px
    }

    #share-price .share-price-container .spc-block > div span.spc-label {
        font-size: 12px
    }

    #share-price .share-price-container .spc-block > div .btn-round {
        margin: 0 auto
    }

#share-price .spc-date {
    display: block;
    font-size: 12px;
    padding: 10px 0
}

.section-title {
    text-align: center;
    font-size: 25px
}

    .section-title.text-left {
        text-align: left
    }

@media only screen and (max-width:767px) {
    .section-title {
        text-align: left;
        padding-left: 15px
    }
}

.section-header {
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px
}

    .section-header .title-link {
        position: absolute;
        top: 28px;
        right: 50px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-header {
        position: initial
    }

        .section-header .title-link {
            top: auto;
            bottom: -20px;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 140px;
            text-align: center
        }

            .section-header .title-link.article-home {
                bottom: -50px
            }
}

@media only screen and (max-width:767px) {
    .section-header {
        position: initial
    }

        .section-header .title-link {
            top: auto;
            bottom: -20px;
            margin: 0 auto;
            left: 0;
            right: 0;
            width: 140px;
            text-align: center
        }

            .section-header .title-link.article-home {
                bottom: -50px
            }
}

#dropdown-contact .label-dropdown, #dropdown-contact .label-value {
    text-align: left;
    padding-right: 20px;
    display: block
}

.pdf-report-list.floated-child .pdf-report-item {
    float: left
}

.pdf-report-list .pdf-report-item {
    padding: 5px;
    margin-bottom: 10px
}

    .pdf-report-list .pdf-report-item .pdf-report-image {
        position: relative;
        overflow: hidden;
        width: 100%
    }

        .pdf-report-list .pdf-report-item .pdf-report-image a {
            display: inline-block;
            position: relative;
            width: 100%;
            padding-top: 135%;
            overflow: hidden
        }

        .pdf-report-list .pdf-report-item .pdf-report-image .dat-img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0
        }

            .pdf-report-list .pdf-report-item .pdf-report-image .dat-img img {
                width: inherit
            }

        .pdf-report-list .pdf-report-item .pdf-report-image .overlay {
            background-color: rgba(0,0,0,.4);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

        .pdf-report-list .pdf-report-item .pdf-report-image:hover .overlay {
            opacity: 1;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

    .pdf-report-list .pdf-report-item h4 {
        font-size: 18px;
        min-height: 38px;
        display: -webkit-box /*! autoprefixer: off */
    }

        .pdf-report-list .pdf-report-item h4:hover {
            color: #f4071b
        }

    .pdf-report-list .pdf-report-item .info {
        font-size: 12px;
        color: #3d3d3d
    }

.report-list {
    margin-top: 30px
}

    .report-list a {
        position: relative;
        display: inline-block;
        padding-left: 50px;
        width: 100%;
        color: #3d3d3d
    }

        .report-list a:before {
            content: '';
            position: absolute;
            background-image: url(../../error621a.html);
            width: 20px;
            height: 20px;
            top: calc(50% - 10px);
            left: calc(25px - 10px)
        }

        .report-list a h5 {
            color: #004A87;
            font-size: 18px;
            font-family: 'Roboto',sans-serif;
            margin: 0;
            display: -webkit-box /*! autoprefixer: off */
        }

        .report-list a p {
            font-size: 12px;
            margin-bottom: 0
        }

    .report-list .report-items {
        margin-bottom: 20px
    }

        .report-list .report-items h4 {
            font-family: 'Roboto',sans-serif;
            font-size: 22px;
            color: #B3B3B3;
            padding-left: 50px
        }

#dropdown-contact .label-dropdown, #main-contact h4, .general-legend .legend-item .legend-value, .label__block {
    font-family: 'Roboto',sans-serif
}

.report-list .report-items ul.items li {
    position: relative;
    list-style: none;
    padding: 10px 0;
    border: 1px solid transparent
}

    .report-list .report-items ul.items li:hover {
        border: 1px solid #004A87
    }

.report-list .report-items ul.items.horizontal li {
    display: inline-block;
    background-color: #FAFAFA;
    width: calc(20% - 25px);
    padding: 10px;
    margin: 0 10px 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .report-list .report-items ul.items.horizontal li {
        display: inline-block;
        width: calc(50% - 25px)
    }
}

@media only screen and (max-width:767px) {
    .report-list .report-items ul.items.horizontal li {
        display: block;
        width: 100%;
        margin: 0 0 5px
    }
}

@media only screen and (min-width:992px) {
    .report-list .report-items ul.items.horizontal li {
        width: calc(33.3% - 25px)
    }
}

@media only screen and (min-width:1200px) {
    .report-list .report-items ul.items.horizontal li {
        width: calc(25% - 25px)
    }
}

.report-list .report-items ul.items:not(.horizontal) li:nth-child(2n+1) {
    background-color: #FAFAFA
}

.report-list.type-list ul li {
    list-style: none;
    display: block
}

.report-list.type-list .report-items {
    padding: 10px 0;
    border: 1px solid transparent
}

    .report-list.type-list .report-items:nth-of-type(even) {
        background-color: #FAFAFA
    }

    .report-list.type-list .report-items:hover {
        border: 1px solid #004A87
    }

.report-list-control {
    margin-top: 20px;
    margin-bottom: 20px
}

#main-contact {
    padding-top: 50px;
    padding-bottom: 50px
}

    #main-contact img {
        max-width: 400px;
        width: 100%;
        display: block;
        position: relative;
        margin: 0 auto 60px
    }

    #main-contact h4 {
        font-size: 14px
    }

    #main-contact p {
        margin-bottom: 20px
    }

.general-legend.stacked .legend-item img {
    top: -55px;
    left: -20%;
    width: auto
}

.general-legend.stacked .legend-item .legend-dat {
    float: none
}

.general-legend:not(.stacked) .legend-item .legend-dat {
    min-width: 175px;
    float: right
}

@media only screen and (max-width:767px) {
    .general-legend:not(.stacked) .legend-item .legend-dat {
        min-width: 150px;
        float: none
    }
}

.general-legend .legend-item {
    position: relative;
    float: left
}

    .general-legend .legend-item .legend-dat {
        display: inline-block
    }

    .general-legend .legend-item .legend-value {
        float: left;
        font-size: 20px;
        margin-right: 10px
    }

    .general-legend .legend-item .legend-label {
        float: left;
        font-size: 15px;
        padding-top: 4px;
        max-width: 100px;
        text-align: left
    }

    .general-legend .legend-item img {
        position: absolute;
        width: 60px;
        top: -20px;
        left: 10px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .general-legend .legend-item {
        padding: 15px 0
    }

        .general-legend .legend-item .legend-dat {
            margin-right: 30px
        }

        .general-legend .legend-item img {
            top: 0;
            left: -20px
        }
}

@media only screen and (max-width:767px) {
    .general-legend .legend-item {
        padding: 5px 0
    }

        .general-legend .legend-item .legend-dat {
            width: 100%;
            float: left
        }

        .general-legend .legend-item .legend-value {
            width: 25%
        }

        .general-legend .legend-item .legend-label {
            max-width: calc(75% - 20px)
        }

        .general-legend .legend-item img {
            display: none
        }
}

.general-legend.blue .legend-item .legend-value {
    color: #004A87
}

.general-legend.red .legend-item .legend-value {
    color: #f4071b
}

#contactus .form-group .error {
    color: #f4071b;
    font-size: 12px
}

#dropdown-contact .label-value {
    overflow-x: hidden;
    text-overflow: ellipsis
}

#dropdown-contact .drop {
    position: relative;
    height: auto
}

    #dropdown-contact .drop .caret {
        display: block;
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 10px
    }

#dropdown-contact .dropdown-menu {
    width: 100%
}

    #dropdown-contact .dropdown-menu li {
        margin-bottom: 10px
    }

    #dropdown-contact .dropdown-menu button {
        width: 100%;
        background-color: transparent;
        border: 0;
        text-align: left;
        padding: 5px 10px
    }

.overlay-imageEnlarge {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    z-index: 25;
    overflow: auto
}

    .overlay-imageEnlarge img {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .overlay-imageEnlarge .overlay-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        min-height: 58px
    }

        .overlay-imageEnlarge .overlay-header button {
            position: absolute;
            top: 10px;
            right: 10px;
            line-height: 0;
            padding: 10px 12px;
            background-color: #fff;
            border: 0;
            -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.6);
            -moz-box-shadow: 0 2px 10px rgba(0,0,0,.6);
            box-shadow: 0 2px 10px rgba(0,0,0,.6);
            -khtml-border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%
        }

.b-lazy {
    width: 100%;
    max-width: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

    .b-lazy.b-loaded {
        -webkit-transition: filter 2s ease-out;
        -moz-transition: filter 2s ease-out;
        -o-transition: filter 2s ease-out;
        transition: filter 2s ease-out;
        -webkit-filter: blur(0);
        -moz-filter: blur(0);
        -o-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0)
    }

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    #subsidiaries {
        margin-bottom: 60px
    }

    #subsidiaries-manufacturing, #subsidiaries-trading {
        padding-bottom: 20px;
        margin-bottom: 30px
    }

        #subsidiaries-manufacturing .subsidiaries-content, #subsidiaries-trading .subsidiaries-content {
            padding-top: 20px
        }
}

.label__block {
    font-size: 17px;
    font-weight: 700
}

.slick-dots {
    position: absolute;
    bottom: 115px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2
}

    .slick-dots > li {
        display: inline-block;
        margin: 0 5px
    }

        .slick-dots > li > button {
            display: block;
            width: 10px;
            height: 10px;
            padding: 5px;
            border: 0;
            -khtml-border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            outline: 0;
            background-color: rgba(255,255,255,.5);
            color: transparent;
            font-size: 0;
            line-height: 0;
            cursor: pointer
        }

.ps__thumb-x, .ps__thumb-y {
    border-radius: 6px;
    position: absolute
}

.slick-dots > li.slick-active > button {
    background-color: #fff
}

.slick-disabled {
    opacity: .3
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 1;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 1;
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps__rail-x:focus, .ps__rail-x:hover, .ps__rail-y:focus, .ps__rail-y:hover {
    opacity: 1
}

.ps__thumb-x {
    background-color: #f4071b;
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out;
    height: 10px;
    bottom: 2px
}

.ps__thumb-y {
    background-color: #f4071b;
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 10px;
    right: 2px
}

.ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #f4071b;
    height: 10px
}

.ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #f4071b;
    width: 10px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.color-white {
    color: #fff !important
}

.color-black {
    color: #000 !important
}

.color-blue {
    color: #004A87 !important
}

.background-white {
    background-color: #fff !important
}

.background-gray {
    background-color: #fafbfc !important
}

.no-padding-side {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.title--small {
    font-family: 'Roboto',sans-serif !important;
    font-size: 18px !important
}
