/*---------- About Content1 (start) ----------*/
.about1 .cover {
    width: 55%;
    float: right;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.about1 .cover .truckCarousel1 {
    width: 740px;
    margin: 0 -70px 0 0;
    padding: 0;
    display: inline-block;
    float: right;
    z-index: 0;
}

.about1 .cover .truckCarousel1 .cover {
    width: 100%;
    height: 450px;
}

.about1 .cover .truckCarousel1 .cover1 {
    background: url(../img/aboutTTS_01.jpg) center bottom no-repeat;
    background-size: cover;
}

.about1 .cover .truckCarousel1 .prev {    
    padding: 15px 10px;
    position: absolute;
    top: 45%;
    left: 20px;
    z-index: 101;
    border-radius: 1px;
    line-height: 0.85;
    font-size: 50px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    cursor: pointer;    
}

.about1 .cover .truckCarousel1 .next {
    padding: 15px 10px;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 20px;    
    z-index: 101;    
    border-radius: 1px;
    line-height: 0.85;
    font-size: 50px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.about1 .desp {
    width: 40%;
    float: left;
    letter-spacing: 2px;
    line-height: 1.8em;
}

.about1 .desp .title {
    margin: 0 0 5px;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 36px;
    color: #c00000;
}

.about1 .desp .subTitle {
    margin: 15px 0 20px;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 24px;
    color: #505050;
}

.about1 .desp ul {
    margin: 0;
    padding: 0 0 0 20px;
}
/*---------- About Content1 (end) ----------*/

/*---------- About Content2 (start) ----------*/
.about2 .milestone {
    width: 100%;
    position: relative;
}

.about2 .milestone table {
    position: absolute;
    left: 130px;
    top: 0px;
    border-collapse: collapse;
}

.about2 .milestone table tr td {
    /* height: 60px; */
    height: 100px;
    padding: 5px 10px;
    box-sizing: border-box;
    vertical-align: middle;
    letter-spacing: 2px;
}

.about2 .milestone table tr td.year {
    padding: 5px 0 0 0;
    box-sizing: border-box;
    display: none;
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
}

.about2 .milestone table tr td ul {
    margin: 0;
    padding: 0 0 0 25px;
}

.about2 .milestone table tr td ul li {
    padding: 2px 2px 2px 0;
}

.about2 .milestone svg .thinArc path {
    stroke: #000;
    stroke-width: 2px;
    stroke-dasharray: 2px 8px;
    /* stroke-dashoffset: -20000; */
    fill: none;
    animation: dash 600s linear 0s infinite forwards;    
}

.about2 .milestone svg .thickArc path {
    stroke-width: 12px;    
    stroke-dasharray: 50px 1px;
    /* stroke-dashoffset: 20000; */
    fill: none;
    animation: dash 600s linear 0s infinite forwards;
}

@keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
}

.about2 .milestone svg .year text {    
    font-family: arial;
    font-weight: bold;
    font-size: 20px;
    fill: #fff;
    transform: translate(0, 2px);
}

.about2 .milestone .testFn {
    display: none;
}
/*---------- About Content2 (end) ----------*/

/*---------- About Content3 (start) ----------*/
.about3 .cover {
    width: 55%;
    float: left;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;    
}

.about3 .cover .truckCarousel2 {
    width: 660px;
    padding: 0;
    display: inline-block;
    float: right;
    z-index: 0;
}

.about3 .cover .truckCarousel2 .cover {
    width: 100%;
    height: 400px;
}

.about3 .cover .truckCarousel2 .cover1 {
    background: url(../img/aboutTTS_02.jpg) center;
    background-size: cover;
}

.about3 .cover .truckCarousel2 .prev {    
    padding: 15px 10px;
    position: absolute;
    top: 45%;
    left: 20px;
    z-index: 101;
    border-radius: 1px;
    line-height: 0.85;
    font-size: 50px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    cursor: pointer;    
}

.about3 .cover .truckCarousel2 .next {
    padding: 15px 10px;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 20px;    
    z-index: 101;    
    border-radius: 1px;
    line-height: 0.85;
    font-size: 50px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.about3 .desp {
    width: 40%;
    margin: 70px 0 0;
    float: right;
    letter-spacing: 2px;
    line-height: 1.8em;
}

.about3 .desp .title {    
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 36px;
    color: #c00000;
}

.about3 .desp .subTitle {
    margin: 15px 0 20px;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 24px;
    color: #505050;
}

.about3 .desp ul {
    margin: 0;
    padding: 0 0 0 20px;
}
/*---------- About Content3 (end) ----------*/

/*---------- About Content4 (start) ----------*/
.about4 .title {
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 36px;
    color: #c00000;
}

.about4 .org {
    width: 100%;
}
/*---------- About Content4 (end) ----------*/

@media screen and (min-width: 1px) and (max-width: 1200px) {
    .about1 .cover {
        width: 100%;
        float: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .about1 .cover .truckCarousel1 {
        width: 100%;
        margin:0;
        float: none;
    }

    .about1 .cover .truckCarousel1 .cover {
        height: 300px;
    }
    
    .about1 .cover .truckCarousel1 .prev {
        top: 40%;
    }

    .about1 .cover .truckCarousel1 .next {
        top: 40%;
    }
    
    .about1 .desp {
        width: 100%;
    }
    
    .about1 .desp .title {
        font-size: 28px;
    }

    .about1 .desp .subTitle {
        font-size: 20px;
    }
    
    /*------------------------------*/
    .about2 .milestone table tr td.year {
        display: block;
    }

    .about2 .milestone svg {
        display: none;
    }

    .about2 .milestone table {
        position: static;
    }

    .about2 .milestone table tr {
        border-bottom: dotted 1px #c0c0c0;
    }

    .about2 .milestone table tr td {
        height: auto;
        padding: 15px 10px;
    }

    .about2 .milestone table tr td.year {
        padding: 18px 0 0 0;
    }
    
    /*------------------------------*/
    .about3 .cover {
        width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .about3 .cover {
        width: 100%;
        float: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .about3 .cover .truckCarousel2 {
        width: 100%;
        float: none;
    }

    .about3 .cover .truckCarousel2 .cover {
        height: 300px;
    }
    
    .about3 .cover .truckCarousel2 .prev {
        top: 40%;
    }

    .about3 .cover .truckCarousel2 .next {
        top: 40%;
    }

    .about3 .desp {
        width: 100%;
        margin: 10px 0 0;
    }
    
    .about3 .desp .title {
        font-size: 28px;
    }

    .about3 .desp .subTitle {
        font-size: 20px;
    }

    /*------------------------------*/
    .about4 .title {
        font-size: 28px;
    }
}