@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans SC', sans-serif;
    color: #494949;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    text-align: justify!important;
}

p {
    font-size: 18px;
    color: #494949;
    line-height: 35px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-align: justify!important;
}

img{
    width: 100%;
    max-width: 100%;
}

h1,
h2,
h3,
h3,
h5,
h6 {
    margin: 0;
}

.swiper-button-next, .swiper-button-prev{
    color: white;
}

.swiper-scrollbar{
    width: 100%!important;
    background-color: lightgrey;
    left: 20px!important;
}

.swiper-scrollbar-drag{
    background-color: #f1b517;
}

.t-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-more2 {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.t-more-btn {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #edb55b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.t-more-btn:hover{
    background-color: #772a23;
    transition: all .3s ease-in-out;
}

.t-more-btn2 {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background-color: #985f5a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.t-more-btn2:hover{
    background-color: #edb55b!important;
    transition: all .3s ease-in-out;
}

.t-more-btn2:hover span{
    transition: all .3s ease-in-out;
    color: white!important;
}

.t-more-btn span {
    font-family: auto;
    font-weight: 500;
    font-size: 56px;
    color: white;
}

.t-more-btn2 span {
    font-family: auto;
    font-weight: 500;
    font-size: 56px;
    color: white;
}

.t-logo img{
    cursor: pointer;
    min-width: 100px;
}

.swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 40px) !important;
}

.swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 20px;
    height: 20px;
    background-color: white;
    opacity: 1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.swiper-pagination-bullet-active {
    background-color: #eba126;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.t-lr {
    padding: 0 18%;
}

.t-l {
    padding-left: 18%;
}

.t-wrapper {
    width: 100%;
}

.t-navbar {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    transition: all .3s ease-in-out;
    background-color: rgba(255,255,255,.6);
}

.t-navbar-index{
    background-color: transparent;
}

.t-navbar.scrolling .t-logo img{
    min-width: 75px;
    transition: all .3s ease-in-out;
}

.t-navbar.scrolling {
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: all .3s ease-in-out;
    padding: 10px 18%;
}

.t-nav {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.t-nav-first {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t-nav-first li .t-nav-label{
    background-color: rgba(255,255,255, 0.8);
    padding: 4px 15px;
    border-radius: 100px;
    font-weight: 500;
    color: black;
}

.t-nav-first li:hover .t-nav-label{
    background-color: #f1b517;
    color: white;
}

.t-nav-first>li {
    margin: 0 5px;
    cursor: pointer;
}

.t-nav-second {
    margin-left: -15px;
    display: none;
    position: absolute;
    padding: 20px 0;
}

.t-nav-second ul {
    margin-left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: rgba(203, 175, 105, 0.8);
}

.t-nav-second li {
    width: 100%;
    display: flex;
    margin: 5px 0;
    padding: 0 15px;
}

.t-nav-second.active li:hover {
    background-color: #f1b517;
}

.t-nav-second.active {
    display: block;
}

.t-nav-second a {
    width: 100%;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: white;
    padding: 5px 0;
}

.t-nav-second a span{
    color: white;
}

.t-lang-inner {
    min-width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #772a23;
    border-radius: 50px;
    padding: 5px 20px;
}

.t-lang-inner a {
    font-size: 14px;
    color: white;
}

.t-lang-inner a:hover{
    color: #f1b517;
}

.t-lang-inner span {
    font-size: 14px;
    color: white;
}

.t-lang-inner a.active {
    color: #f1b517;
}

.t-intro {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t-section-title {
    color: #772a23;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.t-intro-image {
    width: 100%;
}

.t-intro-left {
    width: 100%;
    max-width: 45%;
}

.t-intro-right {
    width: 100%;
    max-width: 55%;
    padding-left: 50px;
}

.t-news {
    background-color: #f2f2f2;
}

.t-latest-news {
    display: flex;
    flex-direction: row;
}

.t-left-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.t-right-home-img-box img{
    height: 100%;
    min-width: 788px;
}

.t-news-container {
    padding-right: 18%;
}

.t-news-date {
    font-weight: 500;
    font-size: 28px;
    color: #6d6d6d;
}

.t-news-item {
    margin-top: 40px;
    text-align: justify;
}

.t-news-item:first-child{
    margin-top: 0;
}


.t-news-item:last-child{
    margin-bottom: 40px;
}

.t-news-desc {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #6d6d6d;
}

.t-news-desc:hover {
    color: #f1b517;
}

.t-line {
    width: 100%;
    height: 10px;
    background-color: rgb(233, 233, 233);
}

.sitemap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
}

.sitemap-item {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sitemap-item ul {
    margin-top: 20px;
    padding-left: 20px;
}

.sitemap-item ul li {
    list-style-type: disc;
}

.sitemap-item ul li a {
    font-size: 14px;
}

.sitemap-item ul li a:hover {
    color: #772a23;
}

.t-row-left{
}

.t-row-right{
    width: 100%;
    max-width: 400px;
}

.t-row-ul {
    display: flex;
    flex-direction: row;
}

.t-row-ul ul:first-child {
    margin-right: 20px;
}

.sitemap-item h6,
.social h6 {
    color: #772a23;
    font-size: 21px;
}

.t-footer-bottom {
    background-color: grey;
    padding: 20px 0 40px;
}

.t-footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sitemap .social {
    border-left: 2px solid rgb(233, 233, 233);
    padding-left: 40px;
}

.t-footer-item {
    margin-top: 20px;
}

.bl-text {
    color: lightgrey;
}

.bl-text a {
    color: lightgrey;
}

.bl-text b{
    color: lightgrey;
}

.bl-text a:hover {
    color: white;
}

.br-text {
    color: lightgrey;
}

.br-text a {
    color: lightgrey;
}

.br-text a:hover {
    color: white;
}

.t-banner .bg {
    width: 100%;
    height: 730px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.t-bg-circle {
    top: 25%;
    right: 18%;
    z-index: 999;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(241, 181, 23, 0.35);
    width: 400px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t-bg-text-up {
    color: white;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 13px;
}

.t-bg-text-down {
    color: white;
    font-size: 32px;
    letter-spacing: 4px;
    padding-right: 10px;
}

.wechat {
    cursor: pointer;
    padding: 20px;
}

.wechat img {
    width: 100%;
    max-width: 50px;
}

.t-brand-business {
    padding: 80px 0;
}

.t-bb-item {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.t-bb-img{
    width: 100%;
    max-width: 460px;
}

.t-bb-img img{
    height: 100%;
}

.t-bb-content {
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.t-bb-number {
    color: #f1b517;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 20px;
}

.t-bb-title {
    font-size: 24px;
}

.t-bb-desc{
    width: 100%;
    max-width: 707px;
}

.t-bb-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.t-bb-item-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.t-inner-banner-img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: top;
}

.t-inner-navbar{
    padding: 15px 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t-in-title{
    font-size: 20px;
    font-weight: 900;
    color: white;
    border-right: 2px solid white;
    min-width: 125px;
}

.t-inner-navbar-bottom-line{
    border-bottom: 5px solid #e1e1e1;
}

.t-inner-navbar-bottom-line.fixed{
    border-bottom: 0;
}


.t-inner-navbar-bottom-line.fixed .swiper-button-next, .t-inner-navbar-bottom-line.fixed .swiper-button-prev{
    color: white;
}

.t-inner-content{
    padding: 100px 0;
}

.t-inner-content .t-row-left{
    width: 100%;
}

.t-inner-content .t-row-right{
    max-width: 100%;
}

.t-row-right{
    padding-left: 40px;
}

.t-yellow-title{
    color: #f1b517;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 10px;
    line-height: 40px;
}

.t-bs-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.t-bs-title{
    text-align: center;
    color: white;
    background-color: #f1b517;
    border-bottom: 3px solid #d39d13;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 8px 0;
}

.t-bs-item{
    padding: 0;
    border-top: 3px solid #d39d13;
    transition: all .3s ease-in-out;
}

.t-bs-item p{
    padding: 10px;
    font-size: 16px;
    
    text-align: justify;
}

.t-inner-navbar-container{
    width: 100%;
    background-color: #772a23;
    transition: all .3s ease-in-out;
}

.t-inner-navbar-container.fixed{
    z-index: 99;
    position: fixed;
    top: 97px;
    transition: all .3s ease-in-out;
    background-color: #772a23;
}

.t-inner-navbar-container.fixed a{
    color: white;
}

.t-inner-navbar-container.fixed .t-bs-title{
    color: white;
}

.t-inner-navbar-container.fixed .t-in-item a{
    color: white;
}

.t-navbar.scrolling .t-logo img .t-in-title{
    color: white;
    border-right-color: white;
}

.t-navbar.scrolling .t-nav-first li .t-nav-label{
    background-color: initial;
}

.t-navbar.scrolling .t-nav-first li .t-nav-label.active,
.t-navbar.scrolling .t-nav-first li .t-nav-label:hover,
.t-navbar.scrolling .t-nav-first li a:hover .t-nav-label{
    background-color: #f1b517!important;
}

.t-navbar.scrolling .t-nav-label.active{
    color: white;
}

.t-navbar.scrolling .t-nav-second {
    padding: 10px 0;
}

.t-navbar.scrolling .t-nav-second ul{
    background-color: rgba(203, 175, 105, 0.95);
}

.t-nav-label span{
    color: black;
}

.t-inner-navbar-container.fixed .t-inner-navbar{
}

.t-client-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 20px;
}

.t-client-item{
    border-left: 3px solid #f1b517;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: all .3s ease-in-out;
}

.t-client-item:hover{
    transition: all .3s ease-in-out;
}

.t-client-title{
    color: #494949;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.t-client-item p {
    font-size: 16px;
    
}

.t-board-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

.t-board-box:last-child{
    margin-bottom: 0;
}

.t-board-title{
    font-size: 28px;
    font-weight: 500;
    color: #f1b517;
}

.t-board-item-box{
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.t-board-item{
    border-left: 3px solid #f1b517;
    padding: 10px 20px;
}

.t-board-position-label{
    color: #494949;
    font-weight: 500;
    font-size: 18px;
}

.t-board-name{
    color: #494949;
}

.sn-img-box{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.sn-img{
    max-width: 450px;
}

.t-product-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.t-product-box.one{
    grid-template-columns: repeat(1, 1fr);
}

.t-product-box.three{
    grid-template-columns: repeat(3, 1fr);
}


.t-product-box.one p{
    margin-bottom: 0;
    
}

.t-product-box.one .t-product-item{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.t-product-item{
    display: flex;
    flex-direction: column;
}


.t-product-box.one .product-img{
    max-width: 450px;
}

.t-product-box.one .t-product-content,
.t-product-box.one .t-product-content2{
    margin-top: 0;
    padding-left: 40px;
}

.t-product-item:nth-child(2) .t-product-content2{
    padding-left: 0;
    padding-right: 40px;
}

.t-product-item:first-child .t-product-content2{
    padding-left: 40px;
}

.t-product-content{
    margin-top: 20px;
}

.t-product-box.one .t-product-content2 p {
    margin-bottom: 30px;
}

.t-product-box.one .t-product-content2 p:last-child {
    margin-bottom: 0;
}

.t-product-item-label{
    font-size: 21px;
    font-weight: 500;
    color: #f1b517;
    margin-bottom: 5px;
}

.t-product-apply-label{
    font-weight: 500;
    font-size: 18px;
    color: #494949;
    margin-bottom: 5px;
}

.t-product-content p{
    /*  */
    margin-bottom: 20px;
}

.t-product-left{
    width: 100%;
    padding-right: 40px;
}

.t-product-content ul{
    padding-left: 20px;
}

.t-product-content ul li{
    list-style-type: disc;
}

.t-tech-box{
    display: flex;
    flex-direction: row;
}

#SwiperImgDiv{
    width: 100%;
    max-width: 550px;
}

.t-tech-left{
    padding-right: 30px;
}

.t-tech-quality .t-tech-right{
    display: flex;
    align-items: center;
}

.t-contact-inner-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.t-contact-inner-item i {
    margin-right: 15px;
    font-size: 21px;
}

.t-contact-inner-item img {
    margin-right: 15px;
}

.t-contact-inner-item h6{
    font-size: 18px;
}

.t-contact-country-label{
    font-weight: 500;
    font-size: 21px;
    color: #f1b517;
    margin-bottom: 20px;
}

.t-contact-item{
    margin-bottom: 40px;
    color: #494949;
}

.t-contact-item a{
    color: #494949
}

.t-contact-item a:hover{
    color: #f1b517;
}

.t-contact-item:last-child{
    margin-bottom: 0;
}

.prospectus-box{
    display: flex;
    justify-content: center;
}

.prospectus-item:hover img{
    border: 3px solid #f1b517;
}

.prospectus-item:hover h6{
    color: #f1b517;
}

.prospectus-item img{
    border: 3px solid lightgrey
}

.prospectus-item h6{
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
    color: #494949;
}

.presentation-year{
    display: flex;
    justify-content: flex-end;
}

.presentation-img{
    border: 3px solid lightgrey;
    width: 100%;
    max-width: 420px;
}

.presentation-content{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.presentation-title{
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    color: #494949;
}

.presentation-date{
    font-size: 14px;
    margin-top: 5px;
    color: #494949;
}

.presentation-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
}

.presentation-item:hover .presentation-img{
    border: 3px solid #f1b517;
}

.presentation-item:hover .presentation-title{
    color: #f1b517;
}

.presentation-item:hover .presentation-date{
    color: #f1b517;
}

.t-info-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.t-info-item{
    border-bottom: 1px solid lightgrey;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.t-info-label{
    border-left: 3px solid #f1b517;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #494949;
}

.t-info-value{
    padding-left: 13px;
    margin-top: 5px;
    font-size: 18px;
}

.cg-head-title{
    font-weight: 500;
    font-size: 24px;
    color: #772a23;
    margin-bottom: 5px;
}

.cg-sub-head-title{
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #494949;
    margin-bottom: 10px;
}

.cg-pdf{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #f1b517;
}

.cg-pdf h6{
    font-weight: 500;
    font-size: 18px;
}

.cg-pdf i{
    color: #f1b517;
    font-size: 18px;
    margin-left: 5px;
}

.cg-pdf:hover{
    color: #cf9b16;
}

.cg-pdf:hover i{
    color: #cf9b16;
}

.t-cg-table{
    margin-top: 20px;
}

.t-cg-tbody tr td{
    font-size: 18px;
    padding: 10px 20px;
}

.t-cg-tbody tr:first-child td{
    background-color: grey;
    color: white;
}

.t-cg-tbody tr:nth-child(2n){
    background-color: rgb(247, 247, 247);
}

.t-cg-ps-label {
    margin: 20px 0;
    font-size: 12px;
}

.t-cg-table-th strong{
    color: white!important;
}

.t-cg-document-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.t-cg-document-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.t-cg-document-title{
    font-size: 18px;
    font-weight: 500;
    color: #f1b517;
}

.t-cg-document-item i{
    font-size: 18px;
    margin-left: 5px;
    color: #f1b517;
}

.t-cg-document-title:hover{
    color: #cf9b16;
}

.t-cg-document-item:hover i{
    color: #cf9b16;
}

.t-is-label{
    font-size: 18px;
    font-weight: 500;
    color: #772a23;
}

.t-is-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.t-ana-table{
    margin-top: 20px;
}

.t-ana-tbody tr td{
    font-size: 18px;
    padding: 10px 20px;
}

.t-ana-tbody tr:first-child td{
    background-color: grey;
    color: white;
}

.t-ana-tbody tr:nth-child(2n){
    background-color: rgb(247, 247, 247);
}

.t-inner-navbar-swiper{
    margin-left: 40px;
}

.t-inner-navbar-swiper a.active{
    color: #f1b517;
}

.t-inner-navbar-swiper .swiper-wrapper{

}

.t-inner-navbar-swiper .swiper-slide{
    display: flex;
    justify-content: center;
}

.t-highlight-table td{
    padding: 10px 10px;
}

.t-highlight-table tr td:nth-child(2),
.t-highlight-table tr td:nth-child(3){
    text-align: right;
}

.t-highlight-table tr td:nth-child(2){
    background-color: rgb(251,243,230);
    color: #772a23;
}

.tr-section{
    border-bottom: 2px solid lightgrey;
}

.t-highlight-updated-text{
    display: flex;
    justify-content: flex-end;
    color: #772a23;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 40px;
}

#NewsInnerNavbarDiv,
#TechInnerNavbarDiv {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#NewsInnerNavbarDiv a,
#TechInnerNavbarDiv a{
    /* padding-left: 60px; */
}

#NewsInnerNavbarDiv a:first-child,
#TechInnerNavbarDiv a:first-child{
    padding-left: 0;
}

.t-inner-navbar-swiper a:hover{
    color: #f1b517;
}

.t-inner-navbar-swiper a{
    color: white;
    font-size: 20px;
}

.t-milestone-box{
    display: flex;
    flex-direction: row;
}

.t-year-box .t-year-item{
    text-align: center;
    color: #494949;
    font-weight: 800;
    font-size: 18px;
}

.sitemap-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.t-sitemap-item{
    padding: 10px;
    border-top: 3px solid #f1b517;
}

.t-s-label{
    font-size: 24px;
    font-weight: 500;
    color: #f1b517;
}

.t-s-content{
    margin-top: 10px;
}

.t-s-content li{
    list-style-type: disc;
    list-style-position: inside;
}

.t-s-content a{
    color: #494949;
    font-size: 18px;
}

.t-s-content a:hover{
    color: #f1b517;
}

.color-contrast-medium{
    margin-bottom: 0!important;
}

.structure-img{
    width: 100%;
    max-width: 800px;
}

.t-award-year-box.fixed{
    width: 100%;
    position: fixed;
    top: 157px;
    left: 0;
    background-color: white;
    border-bottom: 1px solid lightgrey;
    z-index: 99;
    padding: 15px;
}

.t-client-icon{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.t-client-icon img{
    width: 100%;
    margin-right: 20px;
    max-width: 60px;
}

.t-ana-ps{
    font-size: 12px;
}

.t-product-banner{
    object-position: bottom;
}

.t-award-tbody tr:first-child,
.t-milestone-tbody tr:first-child{
    padding: 10px;
    background-color: #772a23;
}

.t-award-tbody tr td,
.t-milestone-tbody tr td{
    padding: 10px 20px;
}


.t-milestone-tbody tr td:first-child{
    min-width: 100px;
}
.t-milestone-tbody tr td:nth-child(2){
    min-width: 80px;
}
.t-milestone-tbody tr td:nth-child(3){
    width: 85%;
}

.t-award-tbody tr:first-child strong,
.t-milestone-tbody tr:first-child strong{
    color: white;
}

.milestone-year{
    opacity: 0;
}

.milestone-year.active{
    opacity: 1;
    color: #772a23;
    font-weight: bold;
}

.milestone-item.active{
    border-top: 1px solid lightgrey;
}

.milestone-item:first-child{
    border-top: 0;
}

.t-award-tbody tr td:first-child{
    width: 150px;
}

.t-award-tbody tr td:nth-child(2){
    width: 85%;
}

.milestone-item img{
    width: 100%;
    max-width: 70px;
}

.wechat-qrcode {
    display: none;
    position: absolute;
    right: 140px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.wechat-qrcode.active{
    display: block;
}

.wechat-qrcode img{
    width: 100%;
    max-width: 200px;
}
 
#RfDiv .t-product-right .product-img{
    max-width: 800px;
}

#RfDiv .t-product-left {
    width: 48%;
}

#NewTypeDiv .t-product-box.one .t-product-item {
    align-items: flex-start!important;
}

#AccessoriesDiv .t-product-item:last-child .t-product-content2{
    padding-left: 0;
}

.mobile-intro-img{
    display: none;
    max-width: 350px;
    margin: 0 0 30px;
}

.center-img{
    display: flex;
    justify-content: center;
}