﻿
.m2 {
    display: none;
}

.m1 {
    display: block;
}

@media screen and (max-width: 768px) {
    .m1 {
        display: none;
    }

    .m2 {
        display: block;
    }
}

    /*New Milestone*/
    * {
        margin: 0;
        padding: 0;
    }

    body {
    }

#container {
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
    #overflow-x: scroll;
    margin-top: 186px;
    display: inline-block;
}

    #thumbs {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: auto;
        overflow: hidden;
        white-space: nowrap;
        padding: 30px 100px;
    }

    .history-block {
        height: 100%;
        width: 300px;
        margin: 0 -2px;
        display: inline-block;
        font-family: 'roboto condensed', sans-serif;
        font-size: 60px;
        font-weight: 100;
        color: #FFF;
        cursor: pointer;
        box-shadow: 2px 5px 20px rgba(0,0,0,0.2);
        transition: width 0.2s;
    }

        .history-block:last-of-type {
            border-right: none;
        }

    .cover {
        width: 100%;
        height: 100%;
        transition: background .5s;
        background: rgb(0 0 0 / 39%);
    }

        .cover:hover {
            width: 100%;
            height: 100%;
            transition: background .5s;
            background: rgb(0 0 0 / 60%);
        }

    .year {
        position: absolute;
        top: 0px;
        font-size: 30px;
        font-weight: 500;
        margin: 40px 30px;
    }

    .title {
        position: absolute;
        display: block;
        width: 260px;
        top: 60px;
        font-size: 15px;
        margin: 30px;
        white-space: normal;
        transition: width 0.2s;
    }

    .timeline {
        display: none;
        position: absolute;
        bottom: 80px;
        font-size: 20px;
        margin: 20px;
        transition: display 0.8s;
    }

        .timeline ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            text-align: center;
        }

            .timeline ul li {
                display: inline;
                font-size: 15px;
                font-weight: 100;
                padding: 0px 5px;
            }

            .timeline ul li {
                display: inline;
                font-size: 15px;
                font-weight: 100;
                padding: 0px 5px;
            }

                .timeline ul li:before {
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    color: rgba(255,255,255,0.5);
                    content: '\f10c';
                    position: absolute;
                    top: 30px;
                    margin-left: 10px;
                    transition: all 0.5s;
                }

                .timeline ul li:after {
                    content: '';
                    position: absolute;
                    top: 40px;
                    margin-left: -10px;
                    width: 36px;
                    height: 2px;
                    border: 1px solid rgba(255,255,255,0.5);
                    transition: all 0.5s;
                }

    .timelineYear, .timelineYear:hover {
        text-decoration: none;
        color: #fff;
        transition: all 0.8s;
    }

    .timeline ul li:hover:before {
        content: '\f111';
        color: #ffffff;
        font-size: 18px;
        transition: all 0.5s;
        top: 29px;
        margin-left: 9px
    }

    .timeline ul li:hover:after {
        content: '';
        position: absolute;
        top: 40px;
        margin-left: -10px;
        width: 36px;
        height: 2px;
        border: 1px solid #fff;
        transition: all 0.5s;
    }

    .timeline ul li:hover .timelineYear {
        position: static;
        top: -10px;
    }


    .bg-award {
        background-image: url("/asset/2017April.png");
        background-size: cover;
    }

    .bg-2017Jan {
        background-image: url("/asset/2017Jan.jpeg");
        background-size: cover;
    }


    .bg-shanghai {
        background-image: url("/asset/shanghai.jpg");
        background-size: cover;
    }

    .bg-mimzy {
        background-image: url("/asset/mimzyLaunched.jpg");
        background-size: cover;
    }

    .bg-2014June {
        background-image: url("/asset/2014June.jpg");
        background-size: cover;
    }







    /* End */






    .businessBG {
        background-size: cover;
        background-image: url("/asset/milestonesBigBG.jpg");
    }

    .oppBG {
        background-repeat: no-repeat;
        background-image: url("/asset/milestonesBG.jpg");
    }

.oppTitle {
    font-family: "Poppins-Bold" !important;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
    padding-top: 90px;
    text-align: center;
}

    .oppLine {
        width: 149px;
        height: 3px;
        background: #FFFFFF;
    }

    /*


.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-width: 0;
    transition: all .2s
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

    .vertical-timeline::before {
        content: '';
        position: absolute;
        top: 273px;
        left: 67px;
        height: 70%;
        width: 3px;
        background: #00AF9D;
        border-radius: 0.25rem;
    }

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem
}




.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 60px;
    top: -7px;
}

    .vertical-timeline-element-icon .badge-dot-xl {
        box-shadow: 0 0 0 5px #fff
    }



.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative
}

.badge:empty {
    display: none
}

.badge-dot-xl::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
    background: #fff
    
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-dot {
    color: #fff;
    background-color: #00AF9D;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem
}

    .vertical-timeline-element-content .timeline-title {
        font-size: .8rem;
        text-transform: uppercase;
        margin: 0 0 .5rem;
        padding: 2px 0 0;
        font-weight: bold
    }

    .vertical-timeline-element-content .vertical-timeline-element-date {
        display: block;
        position: absolute;
        left: -134px;
        top: -38px;
        padding-right: 70px;
        padding-bottom: 26px;
        text-align: center;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 188%;
        color: #00AF9D;
        white-space: nowrap;
    }

    .vertical-timeline-element-content:after {
        content: "";
        display: table;
        clear: both
    }

    .vertical-timeline-element-content-New .vertical-timeline-element-date-New {
        display: block;
        position: absolute;
        left: -134px;
        top: -38px;
        padding-right: 70px;
        padding-bottom: 26px;
        text-align: center;
        font-family: Poppins;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 188%;
        color: #00AF9D;
        white-space: nowrap;
    }

.timelineLine {
    width: 1027px;
    height: 0px;
    border: 1px solid rgba(0, 175, 157, 0.35);
}

.yearIcon {
    position: absolute;
    left: -94px;
    top: -25px;
    padding-right: 10px;
    background-image: url("/asset/timelineYearIcon.png");
    background-repeat: no-repeat;
    padding-left:23px;
}

.timelineDesc {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 188%;
    padding-left: 14px;
    color: #484848;
}

.timelineMonth {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #484848;
}

.NewtimelineMonth {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #484848;
    padding-left: 20px;
}




.newMilestones {
    left: -155px !important;
    top: 55px !important;
    padding-right: 10px;
    width: 138px;
    height: 59px;
    background: #D2F0EE;
    border-radius: 29.5px;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-size: 36px !important;
}


.NewSubMilestoneMargin {
    padding-bottom: 50px;
}

.newMilestonesDesc {
    border: 1px solid #00AF9D;
    border-radius: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    color: #8C8C8C;
    padding: 20px 35px 35px 20px;
}

.NewMilestoneMargin {
    margin-left: 68px;
}

    */

    @media only screen and (max-width:500px) {
        /* For mobile phones: */
        .menu, .main, .right {
            width: 100%;
        }

        .NewMilestoneMargin {
            margin-left: 169px;
        }

        .timelineLine {
            width: 268px;
        }
    }
