/* Start: Tab/Accordion content */
.tabbed-content {
    margin: 64px 0;
}

/* Tabs item */
.tabs ul {
    padding-left: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #001489;
}

    .tabs ul li {
        margin: 0 48px 0 0;
    }

        .tabs ul li a:hover,
        .tabs ul li a.active {
            color: #76c6a1;
            border-bottom: 2px solid #76c6a1;
        }

/* Tab data */
.item {
    margin-bottom: 2px;
    position: relative;
}

    .item::before {
        display: block;
        cursor: pointer;
        font-weight: 600;
        font-size: 16px;
        padding: 24px 0;
        line-height: 140%;
        color: #001489;
        margin: 0 15px;
    }

    .item:first-child::before {
        border-top: 1px #e9e9e9 solid;
    }

    .item:first-child.active::before {
        border-top: 1px #e9e9e9 solid;
        border-bottom: 1px #e9e9e9 solid;
    }

    .item:nth-child(even)::before {
        border-top: 1px #e9e9e9 solid;
        border-bottom: 1px #e9e9e9 solid;
    }

    .item:nth-child(even).active + .item::before {
        border-top: 1px #e9e9e9 solid;
    }

    .item.active::after {
        content: "-";
        font-size: 32px;
        position: absolute;
        left: calc(100% - 30px);
        top: 24px;
    }

    .item::after {
        content: "+";
        font-size: 32px;
        position: absolute;
        left: calc(100% - 30px);
        top: 24px;
    }

    .item.active .item-content {
        padding: 24px 17.5px;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }
/* The project specific CSS starts here This is the minimum CSS that you will need in order for this to work */
.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

    .tabbed-content .item::before {
        content: attr(data-title);
    }

    .tabbed-content .item .item-content {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    .tabbed-content .item.active .item-content {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

/* End: Tab/Accordion content */
.article_info table,
.article_info table td {
    border: 1px #fff solid;
}

    .article_info table tr:nth-child(odd) {
        background-color: #e9e9e9;
    }

    .article_info table td {
        text-align: left;
        padding: 8px 16px;
    }

    .article_info table tr td:first-child {
        width: 168px;
    }

/* Product Detail Info */
.article_detail_information > .container > .row {
    border-bottom: 1px #e9e9e9 solid;
}
/* End: Product Detail Info */

/* For desktop. Change style when width is more than 992px */
@media all and (min-width: 992px) {
    .item.active .item-content {
        padding-top: 0;
    }

    .tabs-side .tabs li {
        margin-bottom: 2px;
    }

    .tabbed-content .tabs {
        text-align: center;
        display: block;
    }

        .tabbed-content .tabs li {
            display: inline-block;
        }

            .tabbed-content .tabs li a {
                display: block;
            }

    .tabbed-content .item {
        min-height: 0;
        display: none;
    }

        .tabbed-content .item.active {
            display: block;
        }

        .tabbed-content .item::before {
            display: none;
        }

        .tabbed-content .item::after {
            display: none;
        }

    .tabbed-content.tabs-side .tabs {
        width: 150px;
        float: left;
    }

        .tabbed-content.tabs-side .tabs li {
            display: block;
        }

    .tabbed-content.tabs-side .item {
        margin-left: 150px;
    }

    .article_info .item-content h1.item-title {
        text-align: center;
        font-weight: normal;
        font-size: 96px;
        line-height: 110.44px;
        text-align: center;
        letter-spacing: -0.02em;
        margin: 80px 0 32px 0;
        color: #001489
    }

    #about_selleys img {
        width: 100%;
        height: 100%;
    }

    .timeline:after {
        content: '';
        position: absolute;
        width: 2px;
        background-color: #76C6A1;
        border-radius: 100px;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

    .milestone-container {
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 50%;
    }

        .milestone-container.left {
            left: 0;
            padding-left: 0px
        }

            .milestone-container.left:before {
                content: ".....";
                position: absolute;
                z-index: 1;
                right: 36px;
                top: calc(50% - 1px);
                width: 9px;
                height: 9px;
                background-color: #76C6A1;
                border: 4px solid #76C6A1;
                border-radius: 50%;
                display: flex;
                align-items: flex-end;
                justify-content: end;
                letter-spacing: 0.25em;
                line-height: 0.6em;
                color: #76C6A1;
                font-size: medium;
            }

        .milestone-container.right {
            left: 50%;
            padding-right: 0px
        }

            .milestone-container.right:before {
                content: ".....";
                position: absolute;
                z-index: 1;
                left: 36px;
                top: calc(50% - 1px);
                width: 9px;
                height: 9px;
                background-color: #76C6A1;
                border: 4px solid #76C6A1;
                border-radius: 50%;
                display: flex;
                align-items: flex-end;
                justify-content: end;
                letter-spacing: -0.75em;
                line-height: 0.6em;
                color: #76C6A1;
                font-size: medium;
            }

            .milestone-container.right:after {
                left: -6px;
            }

        .milestone-container:after {
            content: '';
            position: absolute;
            width: 9px;
            height: 9px;
            right: -3px;
            background-color: #76C6A1;
            border: 4px solid #76C6A1;
            top: calc(50% - 1px);
            border-radius: 50%;
            z-index: 1;
        }


    .article_info .item-content fieldset {
        border: 2px solid #E9E9E9;
        box-sizing: border-box;
        border-radius: 16px;
        padding-top: 80px;
        padding-bottom: 48px;
    }

    .timeline {
        position: relative;
        margin-top: 80px;
        padding: 60px 0;
    }


    .historical-milestones {
        border: 1px solid #001489;
        box-sizing: border-box;
        border-radius: 16px;
        height: 185px;
        padding: 24px;
    }

        .historical-milestones .container {
            height: 137px;
        }

        .historical-milestones .row .milestone-img {
            padding-right: 10px
        }

        .historical-milestones .row img {
            width: 100%;
            height: 137px;
            object-fit: cover;
            border: 1px solid #E9E9E9;
            box-sizing: border-box;
            border-radius: 16px;
        }

        .historical-milestones .row div {
            padding-right: 0px;
        }

        .historical-milestones .milestone-desc {
            padding-left: 0px;
            color: #000000;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 143%;
            height: 137px;
        }

        .historical-milestones .row div.milestone-desc-only {
            padding-right: 15px;
            padding-left: 15px;
        }

        .historical-milestones .dot {
            display: inline-block;
        }

            .historical-milestones .dot span {
                display: inline-block;
                width: 47px;
                height: 47px;
                line-height: 47px;
                background-color: #001489;
                border-radius: 50%;
                text-align: center;
                vertical-align: middle;
                color: white;
                font-size: 14px;
            }


    .milestone-desc {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 7;
    }
}

/* Mobile Styles */
@media only screen and (max-width: 992px) {
    .article_detail_information > .container > .row {
        border-bottom: none;
    }

    .tabbed-content {
        margin: 24px 0;
    }

    /* ecommerece sites */

    .product_where_to_buy .ecommerce_sites_container {
        gap: 16px;
    }


    .product_download_sheet_buttons .btn_download {
        width: 100%;
    }

    .mb_product_detail_related_products {
        display: block;
    }

    .product_detail_related_products {
        display: none;
    }
}


@media only screen and (max-width: 992px) and (min-width: 576px) {
    .product_where_to_buy .ecommerce_sites_container .ecommerce_item {
        width: calc(calc(100% - 32px) / 3);
    }
}

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

    .article_detail_information {
        margin-bottom: 40px;
    }

    .article_info .item-content h1.item-title {
        text-align: center;
        font-weight: normal;
        font-size: 40px;
        line-height: 46px;
        text-align: center;
        letter-spacing: -0.02em;
        margin: 80px 0 32px 0;
        color: #001489
    }

    .item.active .item-content {
        padding-top: 0;
    }

    .tabs-side .tabs li {
        margin-bottom: 2px;
    }

    .tabbed-content .tabs {
        text-align: center;
        display: block;
    }

        .tabbed-content .tabs li {
            display: inline-block;
        }

            .tabbed-content .tabs li a {
                display: block;
            }

    .tabbed-content .item {
        min-height: 0;
        display: none;
    }

        .tabbed-content .item.active {
            display: block;
        }

        .tabbed-content .item::before {
            display: none;
        }

        .tabbed-content .item::after {
            display: none;
        }

    .tabbed-content.tabs-side .tabs {
        width: 150px;
        float: left;
    }

        .tabbed-content.tabs-side .tabs li {
            display: block;
        }

    .tabbed-content.tabs-side .item {
        margin-left: 150px;
    }

    #about_selleys img {
        width: 100%;
        height: 100%;
    }

    #corporate img {
        width: 100%;
    }

/*    #vision .container .row div.column: {
        order: 0
    }

    #vision .container .row div > img {
        order: 1
    }*/

    .article_info .item-content fieldset {
        border: 2px solid #E9E9E9;
        box-sizing: border-box;
        border-radius: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .timeline {
        position: relative;
        padding: 32px 0;
    }

    .milestone-container {
        padding-bottom: 38px;
        height: 502px;
    }
        .milestone-container:first-of-type:before, .milestone-container:last-of-type:after {
            content: '';
            border: none;
            background-color: white;
        }
        .milestone-container:before {
            content: "";
            position: relative;
            z-index: 1;
            top: -3px;
            left: 50%;
            width: 9px;
            height: 9px;
            background-color: #76C6A1;
            border: 4px solid #76C6A1;
            border-radius: 50%;
            display: flex;
        }

        .milestone-container:after {
            content: "....";
            position: relative;
            z-index: 1;
            bottom: -3px;
            left: 50%;
            width: 9px;
            height: 9px;
            background-color: #76C6A1;
            border: 4px solid #76C6A1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: -0.93em;
            line-height: 0.6em;
            color: #76C6A1;
            font-size: x-large;
            writing-mode: vertical-rl;
            text-orientation: upright;
        }

    .historical-milestones {
        border: 1px solid #001489;
        box-sizing: border-box;
        height: 450px;
        border-radius: 16px;
        padding: 24px;
    }

        .historical-milestones .row {
            display: flex;
            flex-direction: column;
        }

            .historical-milestones .row div {
                padding-bottom: 12px;
                text-align: center;
            }

            .historical-milestones .row .milestone-img {
                order: 2
            }

            .historical-milestones .row .dot {
                order: 1
            }

            .historical-milestones .row .milestone-desc {
                order: 3
            }

            .historical-milestones .row img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

        .historical-milestones .milestone-desc {
            color: #000000;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 140%;
        }

        .historical-milestones .row div.milestone-desc-only {
            padding-right: 15px;
            padding-left: 15px;
        }

        .historical-milestones .dot {
            display: inline-block;
        }

            .historical-milestones .dot span {
                display: inline-block;
                width: 47px;
                height: 47px;
                line-height: 47px;
                background-color: #001489;
                border-radius: 50%;
                text-align: center;
                vertical-align: middle;
                color: white;
                font-size: 14px;
            }


    .milestone-desc {
        max-height: 107px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
    }
}

#vision img {
    width: 100%;
}

.article_info .item-content .grid-layout .container {
    margin-bottom: 32px;
}

