.about-banner-2 .container-custom {
    height: 100%;
}

.about-banner-2 .content-box h2 {
    margin: 20px 0;
}

.about-banner-2 .content-box ul {
    overflow: hidden;
}

.about-banner-2 .content-box ul li {
    margin: 5px 0;
}

.about-banner-2 .content-box ul li .iconfont {
    margin-bottom: 8px;
    display: block;
    color: #fff;
    font-size: 36px;
}

.about-banner-2 .content-box ul li h4 {
    font-size: 1em;
    line-height: 2.375em;
    margin: 0;
    font-weight: bold;
    color: #fff;
}

.about-banner-2 .content-box ul li p {
    font-size: 0.875em;
    line-height: 1.5em;
    color: #fff;
}

@media (min-width: 992px) {
    .about-banner-2 {
        overflow: hidden;
    }
    .about-banner-2 .content-box h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 70px;
    }
    .about-banner-2 .content-box ul li {
        color: #fff;
    }
    .about-banner-2 .content-box ul li .iconfont {
        margin-bottom: 28px;
        font-size: 48px;
    }
    .about-banner-2 .content-box ul li p {
        padding: 0 20px;
    }
}

.about-win h2 {
    margin-bottom: 10px;
}

.about-win .subtitle {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

.about-win ul {
    margin-top: 20px;
}

.about-win ul li {
    margin-bottom: 30px;
}

.about-win ul li h3 {
    margin: 15px 0 !important;
}

.about-win ul li img {
    width: 100%;
}

.about-win ul li .text {
    text-align: left;
}

@media (min-width: 992px) {
    /*.about-win h2 {
        float: right !important;
        text-align: right;
    }
    .about-win h2:after {
        right: 0;
        left: auto;
        margin-left: 0;
    }
    .about-win .subtitle {
        text-align: right;
        padding-left: 15%;
    }
    .about-win .read-more {
        float: right;
        margin-top: 15px;
    }*/
    .about-win ul {
        margin-top: 115px;
    }
    .about-win ul li.i-left {
        margin-top: -160px;
    }
    .about-win ul li .text h3 {
        margin: 20px 0 !important;
    }
    .about-win ul li .text p {
        text-align: left;
        font-size: 1em;
        line-height: 1.95em;
        color: #666;
    }
}
@media(max-width:991px){
    .about-win .subtitle{
        text-align: center;
        float: none !important;
    }
}
.about-timeline {
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.about-timeline .content-box {
    position: relative;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.about-timeline .about-timeline-year {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 25px;
    overflow: hidden;
}

.about-timeline .about-timeline-year:before,
.about-timeline .about-timeline-year:after {
    position: absolute;
    font-size: 20px;
    top: 7px;
}

.about-timeline .about-timeline-year:before {
    font-family: 'iconfont' !important;
    content: '\e744';
    left: 5px;
}

.about-timeline .about-timeline-year:after {
    font-family: 'iconfont' !important;
    content: '\e743';
    right: 5px;
}

.about-timeline .about-timeline-year ul {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    /*// IE 10+*/
    overflow: -moz-scrollbars-none;
    /*// Firefox*/
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.about-timeline .about-timeline-year ul::-webkit-scrollbar {
    display: none;
    /*Safari and Chrome*/
}

.about-timeline .about-timeline-year ul li {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
}

.about-timeline .about-timeline-year ul li a {
    float: left;
    border-top: 2px solid transparent;
    line-height: 37px;
}

.about-timeline .about-timeline-year ul li a.active {
    border-top: 2px solid #c7000b;
    font-size: 18px;
    color: #c7000b;
}

.about-timeline .year-content {
    text-align: left;
    overflow: hidden;
}

.about-timeline .year-content ul {
    overflow: hidden;
}

.about-timeline .year-content ul li {
    float: left;
    margin-bottom: 25px;
}

.about-timeline .year-content h4 {
    font-size: 5em;
    color: #5a5858;
    height: 80px;
    line-height: 80px;
    margin-bottom: 36px;
    text-align: left;
}

.about-timeline .year-content .overtext {
    height: 400px;
    overflow: hidden;
    margin-bottom: 1em;
}

.about-timeline .year-content p {
    font-size: 14px;
    line-height: 24px;
    color: #5a5858;
    position: relative;
}

.about-timeline .year-content p span {
    display: block;
    margin: 12px 0;
}

.about-timeline .year-content .overtext.active {
    height: auto;
}

@media (min-width: 992px) {
    .about-timeline .content-box {
        padding: 0;
    }
    .about-timeline .content-box h2 {
        position: absolute;
        top: 250px;
        left: 0;
    }
    .about-timeline .content-box h2:after {
        left: 0;
        margin-left: 0;
    }
    .about-timeline .about-timeline-year {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border: none;
        border-right: 2px solid #e9e9e9;
        padding: 0;
        padding-top: 100px;
        width: auto;
        margin: 0;
    }
    
    .about-timeline .about-timeline-year:after,
    .about-timeline .about-timeline-year:before {
        content: '';
    }
    .about-timeline .about-timeline-year ul {
        margin: 0;
    }
    .about-timeline .about-timeline-year ul li {
        margin: 18px 0;
        display: block;
    }
    .about-timeline .about-timeline-year ul li a {
        height: 40px;
        line-height: 40px;
        opacity: 0.35;
        font-size: 0.75em;
        display: inline-block;
        text-decoration: none;
        border-right: 2px solid transparent;
        width: 76px;
    }
    .about-timeline .about-timeline-year ul li a.active,
    .about-timeline .about-timeline-year ul li a:hover {
        color: #c7000b;
        font-size: 1em;
        border-right: 2px solid #c7000b;
        opacity: 1;
        border-top: none;
    }
    .about-timeline .year-content {
        padding: 130px 0;
        padding-left: 228px;
        height: 768px;
    }
    .about-timeline .year-content ul {
        width: 100%;
        padding-right: 70px;
    }
    .about-timeline .year-content ul li {
        opacity: 0.1;
        width: auto;
        display: block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        width: 100%;
    }
    .about-timeline .year-content ul li.active {
        opacity: 1;
    }
    .about-timeline .year-content ul li .overtext {
        height: 410px;
        overflow: hidden;
        position: relative;
    }
    .about-timeline .year-content ul li p {
        font-size: 16px;
        line-height: 32px;
    }
    .about-timeline .year-content ul li .overtext::before{
        content: "";
        left: 0;
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(245,245,245,0) 0%,rgba(245,245,245,1) 90%);
        z-index: 9;
    }
    .about-timeline .year-content ul li .overtext.no-masking::before,
    .about-timeline .year-content ul li .overtext.active::before{
        display: none;
    }
}
@media (max-width:991px){
    .about-timeline .year-content h4{
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    .about-timeline .year-content ul li .overtext::before{
        content: "";
        left: 0;
        height: 80px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(245,245,245,0) 0%,rgba(245,245,245,1) 90%);
        z-index: 9;
    }
    .about-timeline .year-content ul li .overtext.no-masking::before,
    .about-timeline .year-content ul li .overtext.active::before{
        display: none;
    }
    .about-timeline .year-content .overtext{position: relative;}
}
.about-quality {
    position: relative;
}

.about-quality.content-box h2 {
    text-align: center;
    float: none;
    margin-bottom: 25px;
    width: 100%;
}

.about-quality.content-box h2:after {
    left: 50%;
    margin-left: -15%;
}
.about-quality.content-box a:hover{
    text-decoration: underline;
}
.about-quality.content-box p {
    padding: 0;
    text-align: justify;
    margin: 0 0 20px 0;
    width: 100%;
}

.about-quality img {
    float: right;
}

.about-quality ul {
    width: 100%;
    float: left;
    padding-left: 18px;
}

.about-quality ul li {
    list-style: disc;
    text-align: left;
    color: #666;
    margin: 9px 0;
    font-size: 1em;
    line-height: 1.875em;
}

@media (min-width: 992px) {
    .about-quality.content-box h2 {
        float: left;
        text-align: left;
    }
    .about-quality.content-box h2:after {
        left: 0;
        margin-left: 0;
    }
    .about-quality.content-box p {
        margin: 9px 0 9px 0;
    }
}

@media (max-width: 992px) {
    h4.big-size {
        font-size: 2em;
    }
    .font-note {
        padding: 0;
    }
    li .font-note{
        height: auto;
    }
}
@media (min-width:992px) and (max-width:1024px){
    .content-box .numbers ul li{
        width: 50% !important;
    }
}
@media (min-width:768px) and (max-width:991px){
    .numbers .font-note{
        height: 92px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}
@media (max-width:767px){
    about-quality table{
        width: 100% !important;
    }    
}
@media (max-width:360px){
    .content-box .numbers ul li{
        width: 100% !important;
    } 
}
.content-title-left-r .r-c-text p {
    margin-bottom: 20px;
}

.content-title-left-r img {
    margin-top: 50px;
    margin-bottom: 70px;
    display: block;
}

@media (max-width: 992px) {
    .content-title-left-r .r-c-text p {
        margin-bottom: 10px;
    }
    .content-title-left-r img {
        margin-top: 25px;
        margin-bottom: 35px;
    }
}

.show-text.active {
    height: auto;
}

.btn-loadmore {
    margin-top: 0;
}

.btn-loadmore.active {
    display: none;
}

.btn-loadmore.active .iconfont {
    display: inline-block;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (min-width: 992px) {
    .about-timeline-year {
        overflow: visible !important;
    }
    .about-timeline-year ul {
        height: 580px;
        overflow: hidden;
    }
}

@media (max-width:767px){
    .about-timeline .year-content .overtext{
        height: 300px;
    }
}
/*# sourceMappingURL=./about.css.map */



/*about list css*/


body .ahout-list-box:nth-child(2n){
    background: #fafafa;
    padding: 60px 0;
    margin-bottom: 70px;
}
body .ahout-list-box:nth-child(2n) .content-title-left{
  margin-bottom: 0 !important;
}

.content-title-left .content-title-left-r .r-c-text .list-box ul li{
    text-align: left;
}
.content-title-left .content-title-left-r .r-c-text .list-box ul li a{
    display: block;
    padding: 16px 25px;
    border: 1px solid #ccc;
    margin: 10px 0;
    color:#666;
    font-size: 1em;
    line-height: 1.4em;
}
.content-title-left .content-title-left-r .r-c-text .list-box ul li a em{
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2px;
    color: #838383;
}
.content-title-left .content-title-left-r .r-c-text .list-box ul li a:hover{
    border-color: #c7000b;
    color: #c7000b;
}
.content-title-left .content-title-left-r .r-c-text .list-box ul li a:hover em{
    color: #c7000b; 
}
@media(min-width:991px) and (max-width:1500px){
    .ahout-list-box .content-title-left .content-title-left-r .r-c-text{
        margin-left: 0;
    }
}
@media(max-width:991px){
    body .ahout-list-box:nth-child(2n){
         padding: 35px 0 25px 0 !important;
         margin-bottom: 35px !important;
    }
  }
.safety-notice {
    text-align: center;
}

.safety-notice > p {
    margin-bottom: 70px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .safety-notice > p {
        margin-bottom:35px;
        width: 100%;
    }
}

.safety-notice .col-md-6:nth-child(1) {
    margin-bottom: 15px;
}

.safety-notice .text-box {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
}

.safety-notice .text-box h3,.safety-notice .text-box p {
    color: #fff;
}

.safety-notice .text-box p {
    padding: 0 10%;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .safety-notice .col-md-6:nth-child(1) {
        margin-bottom:0;
    }
}

.safety-all-notice {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.safety-all-notice .container-custom {
    position: relative;
}

@media (min-width: 992px) {
    .safety-all-notice {
        padding:80px 0;
    }

    .safety-all-notice .container-custom {
        padding-left: 320px;
    }

    .safety-all-notice .title-left {
        position: absolute;
        width: 300px;
        left: 15px;
    }

    .safety-all-notice .title-left .read-more {
        float: left;
    }
}

.safety-psiri a {
    display: block;
    margin-bottom: 15px;
}

.safety-psiri h3 {
    margin: 10px 0;
}

.safety-psiri .iconfont {
    font-size: 80px;
    color: #797979;
}

.safety-psiri p {
    font-size: 0.875em;
    color: #999;
    padding: 0 5%;
}

@media (min-width: 992px) {
    .safety-psiri a {
        margin:0;
    }

    .safety-psiri a:hover .iconfont {
        color: #c7000b;
    }
}

@media (max-width: 767px) {
    safety-notice .text-box .vertical-middle-sm p {
        display:none;
    }
}

/*tech-podcast page css b*/
.tech-podcast [class*="col-"] > ul li{
    text-align: left;
    background-color: #f8f8f8;
    display: inline-block;
    margin-top: 30px;
    padding: 15px;
}
.tech-podcast [class*="col-"] > ul li:hover{
    background-color: #f2f2f2;
}
.tech-podcast [class*="col-"] > ul script +li{
    margin-top: 0px;
}
.tech-podcast [class*="col-"] > ul li a{
    letter-spacing: -0.32em;
}
.tech-podcast [class*="col-"] > ul li a >div{
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}
.tech-podcast ul li a >div.album-cover{
    width: 25%;
}
.tech-podcast ul li a >div.album-content{
    width: 75%;
    padding-left: 15px;
}
.tech-podcast ul li a .album-time{
    font-size: 0.875em;
    color: #666666;
}
.tech-podcast ul li a .album-time span{
    margin-left: 20px;
    margin-right: 10px;
}
.tech-podcast ul li a p{
    font-size: 0.875em;
    line-height: 1.95em;
}
.tech-podcast ul li a >div.album-content h3[class*="js-text-dot"]{
    max-height: 80px;
    overflow: hidden;
}
.tech-podcast ul li a >div.album-content p[class*="js-text-dot"]{
    max-height: 92px;
    overflow: hidden;
}
@media (max-width:991px){
    .tech-podcast ul li a >div.album-content p[class*="js-text-dot"]{
        max-height:70px;
    }  
    .tech-podcast ul li a >div.album-content h3[class*="js-text-dot"]{
        max-height:70px;
    }
}
.tech-podcast .links{
    text-align: left;
    background-color: #f8f8f8;
    padding: 30px;
}
.tech-podcast .links h4,
.tech-podcast .fllow-the-podcast h4{
    margin-bottom: 30px;
}
.tech-podcast .fllow-the-podcast h3{
    margin-bottom: 17px;
}
.tech-podcast .links p{
    font-size: 0.875em;
    line-height: 1.95em;
}

.tech-podcast .fllow-the-podcast{
    background-color: #f8f8f8;
    padding: 30px;
    margin-top: 30px;
    text-align: left;
}
.tech-podcast .fllow-the-podcast ul li{
    background-color: unset;
    display: list-item;
    margin-bottom: 15px;
    color: #666666;
    font-size: 0.875em;
}
.tech-podcast .fllow-the-podcast ul li a{
    color: #666666; 
}
.tech-podcast .fllow-the-podcast ul li a:hover span{
    color: #c7000b;
}
.tech-podcast .fllow-the-podcast ul li a img{
    max-width: 30px;
}
@media (max-width:991px){
   .tech-podcast .col-md-8{
       margin-bottom: 30px;
   }  
}
@media (max-width:450px){
    .tech-podcast ul li a >div.album-cover{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .tech-podcast ul li a >div.album-cover img{
        margin: 0 auto;
    }
    .tech-podcast ul li a >div.album-content{
        width: 100%;
        padding: 0;
    }
}

.page-list-box .page-list .linkto .input-box{
    margin-left: 20px;
}
/*tech-podcast page css e*/