.mobile-menu {
    display: none;
    cursor: pointer;
}

.mobile-menu.active i {
    color: #f1b517 !important;
}

@media screen and (max-width: 1800px) {
    .t-l {
        padding-left: 14%;
    }

    .t-lr {
        padding: 5% 14%;
    }

    .t-navbar.scrolling {
        padding: 20px 14%;
    }

    .t-lr.t-inner-navbar-container {
        padding: 0 14%;
    }

    .t-lr.t-navbar {
        padding: 1% 14%;
    }

    .t-footer-bottom .t-lr {
        padding: 1% 14%;
    }

    .t-inner-navbar-container.fixed {
        top: 110px;
    }

    .t-inner-content {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1600px) {
    .t-l {
        padding-left: 9%;
    }

    .t-lr {
        padding: 5% 9%;
    }

    .t-navbar.scrolling {
        padding: 20px 9%;
    }

    .t-lr.t-navbar {
        padding: 1% 9%;
    }

    .t-lr.t-inner-navbar-container {
        padding: 0 9%;
    }

    .t-bg-circle {
        right: 5%;
    }

    .t-footer-bottom .t-lr {
        padding: 1% 9%;
    }
}

@media screen and (max-width: 1440px) {
    .t-l {
        padding-left: 3.5%;
    }

    .t-lr {
        padding: 5% 3.5%;
    }

    .t-lr.t-navbar {
        padding: 1% 3.5%;
    }

    .t-lr.t-inner-navbar-container {
        padding: 0 3.5%;
    }

    .t-navbar.scrolling {
        padding: 15px 3.5%;
    }

    .t-footer-bottom .t-lr {
        padding: 1% 3.5%;
    }

    .t-nav-first li .t-nav-label {
        padding: 4px 15px;
    }

    .t-inner-navbar-container.fixed {
        top: 105px;
    }
}

@media screen and (max-width: 1250px) {
    .t-nav-first li .t-nav-label{
        padding: 4px 10px;
    }
}

@media screen and (max-width: 1199px) {
    .t-nav-first li:hover .t-nav-label{
        background-color: white;
        color: black;
    }

    #IntroDiv .t-row-left{
        display: none!important;
    }
    
    .mobile-intro-img{
        display: block;
    }

    .t-lang{
        z-index: 999;
    }

    .t-nav-first.active{
        background-color: white!important;
    }

    .t-nav-first > li.only-one > a.active{
        padding: 0!important;
    }

    .only-one .t-nav-label{
        background-color: transparent!important;
        padding: 0!important;
    }

    .only-one .t-nav-label.active{
        padding: 0!important;
        color: #f1b517!important;;
    }
    
    .t-nav-first li .t-nav-label{
        background-color: transparent;
    }

    .t-nav-first li .t-nav-label.active{
        background-color: #f1b517;
        color: white;
    }

    .mobile-menu {
        display: block;
        z-index: 999;
    }

    #NavbarDiv {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        overflow-y: auto;
    }

    .mobile-menu {
        margin-right: 15px;
    }

    .t-nav-first.active {
        width: 30%;
        padding: 100px 3.5%;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .t-navbar.scrolling i {
        color: #f1b517 !important;
    }

    .t-nav-first>li {
        margin: 0 0 20px;
    }

    .t-nav-first>li>a,
    .t-nav-label {
        padding: 0 !important;
    }

    .t-nav-first>li>a.active {
        padding: 4px 15px !important;
    }

    .t-nav-label.active {
        padding: 4px 15px !important;
    }

    .t-nav-second {
        position: initial;
    }

    .t-intro {
        flex-direction: column;
    }

    .t-intro-left {
        display: flex;
        justify-content: center;
    }

    .t-intro-right {
        max-width: 100%;
        margin-top: 40px;
        padding-left: 0;
    }

    .t-intro-image {
        max-width: 300px;
    }

    .t-news {
        padding: 0;
    }

    .t-latest-news {
        position: relative;
    }

    .t-left-box {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(255, 255, 255, .85);
        padding: 0 10%;
    }

    .t-right-home-img-box {
        width: 100%;
    }

    .t-right-home-img-box img {
        min-width: auto;
    }

    .sitemap {
        flex-direction: column;
        padding-bottom: 0;
    }

    .sitemap-item {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sitemap-item>li {
        width: auto;
        margin-bottom: 40px;
    }

    .t-row-ul,
    .t-row-ul ul {
        display: flex;
        flex-direction: column;
    }

    .t-row-ul ul li {
        width: 100%;
    }

    .social {
        width: 100%;
    }

    .sitemap .social {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-left: none;
        padding-left: 0;
    }

    .wechat {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .wechat-qrcode {
        display: block;
        position: relative;
        right: 0;
    }

    .wechat>img {
        margin-top: 20px;
    }

    .t-brand-business {
        padding: 20px 0 40px;
    }

    #IntroDiv {
        flex-direction: column !important;
    }

    #IntroDiv .t-row-left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #IntroDiv .t-row-left img {
        max-width: 300px;
    }

    #IntroDiv .t-row-right {
        padding-left: 0;
    }

    .t-bs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .t-client-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .t-product-box.three{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .t-tech-box{
        flex-direction: column-reverse;
    }

    .t-tech-left{
        padding-top: 40px;
        padding-right: 0;
    }

    #QualityDiv .t-tech-box{
        flex-direction: column!important;
    }

    #QualityDiv .t-tech-left{
        padding-top: 0;
        padding-bottom: 40px;
    }

    .presentation-item{
        margin-bottom: 40px;
    }

    .t-ana-tbody tr td,
    .t-cg-tbody tr td{
        font-size: 16px;
        font-weight: 300;
    }

    .t-ana-tbody tr:first-child td,
    .t-cg-tbody tr:first-child td{
        width: auto!important;
    }

    .t-cg-tbody tr td{
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .t-cg-document-item,
    .cg-pdf{
        flex-direction: column;   
        align-items: flex-start;
    }

    .t-cg-document-item i,
    .cg-pdf i{
        margin-left: 0;
        margin-top: 5px;
    }
    
    p{
        font-size: 16px;
        line-height: 30px;
    }

    .t-yellow-title {
        font-size: 24px;
    }

    .t-info-value{
        font-size: 16px;
    }

    .t-bb-item {
        flex-direction: column;
        align-items: center;
    }

    .t-bb-item:nth-child(2n+1) {
        flex-direction: column-reverse;
    }

    .t-bb-content {
        align-items: center;
        padding-left: 0;
        padding-right: 0 !important;
    }

    .t-bb-desc {
        max-width: 100%;
        text-align: center;
    }

    .t-bb-number {
        margin: 20px 0;
        line-height: 60px;
    }

    .t-bb-img {
        max-width: 300px;
    }

    .t-bb-title{
        text-align: center;
    }

    .t-footer-inner {
        flex-direction: column;
        align-items: center;
    }

    .t-footer-bottom {
        padding: 20px 0;
    }

    .t-news-container {
        padding-right: 0;
    }

    .t-bb-desc p {
        margin-top: 10px;
    }

    .t-board-item-box {
        flex-direction: column;
        margin-top: 0;
    }

    .t-board-item {
        margin-top: 20px;
    }

    
    .t-product-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .t-product-item {
        border-bottom: 1px solid #f1b517;
        padding-bottom: 40px;
        align-items: center;
    }
    
    .t-product-item:last-child{
        border-bottom: 0;
    }

    .t-product-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .t-product-content a {
        display: flex;
        justify-content: center;
    }

    .t-product-box.one .t-product-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .t-product-box.one .t-product-content, .t-product-box.one .t-product-content2{
        padding-left: 0;
        padding-top: 40px;
        width: 100%;
    }

    .t-product-box.one p{
        text-align: justify;
    }

    .t-product-item .t-product-left{
        width: 100%!important;
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .t-inner-content {
        padding-bottom: 40px;
    }

    .t-product-item:nth-child(2) .t-product-content2{
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 0;
    }

    #AccessoriesDiv .t-product-item:first-child{ 
        padding-top: 40px;
    }

    #AccessoriesDiv .t-product-item:last-child .t-product-content2{ 
        padding-top: 0;
    }

    #AccessoriesDiv .t-product-item:nth-child(2){
        flex-direction: column-reverse;
    }

    .t-inner-navbar-container{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #IntroDiv .t-row-left{
        margin-bottom: 40px;
    }

    .t-news-item {
        margin-top: 20px;
    }

    .t-section-title {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .t-right-home-img-box {
        min-height: 600px;
    }

    .sitemap-item h6,
    .social h6 {
        font-size: 16px;
    }

    .t-row-ul,
    .t-row-ul ul {
        margin-top: 0;
    }

    .t-row-ul ul:first-child {
        margin-top: 20px;
    }

    .sitemap-item ul {
        padding-left: 0;
    }

    .sitemap-item ul li {
        list-style-type: none;
    }

    .t-milestone-tbody tr td:first-child {
        min-width: auto;
        padding: 10px;
        text-align: center;
    }

    .t-milestone-tbody tr td:nth-child(2) {
        min-width: 60px;
        padding: 10px;
        text-align: center;
    }

    .t-milestone-tbody tr td:nth-child(3) {
        padding: 10px;
    }

    .t-milestone-tbody>tr {
        padding: 10px;
    }

    .t-milestone-tbody td {
        font-size: 14px;
        vertical-align: baseline;
    }

    .t-ana-tbody tr td,
    .t-cg-tbody tr td{
        padding: 10px;
    }
}

@media screen and (max-width: 640px) {
    .sitemap-item{
        display: none;
    }

    .t-inner-navbar-swiper {
        margin-left: 20px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .t-in-title {
        font-weight: 500;
    }

    .t-in-title,
    .t-inner-navbar-swiper a {
        font-size: 16px;
    }

    .t-inner-navbar-container.fixed {
        top: 80px;
    }

    .t-navbar.scrolling .t-logo img {
        min-width: 50px !important;
    }

    .t-nav-first.active {
        width: 100%;
    }

    .t-logo img {
        min-width: 60px;
    }

    .t-navbar {
        padding-top: 10px;
    }

    .t-banner .bg {
        height: 420px;
        background-size: cover;
    }

    .t-bg-circle {
        top: 20%;
        width: 250px;
        height: 250px;
    }

    .t-bg-text-up {
        font-size: 24px;
    }

    .t-bg-text-down {
        font-size: 18px;
    }

    .t-news-date {
        font-size: 21px;
    }

    .t-news-desc {
        font-size: 16px;
    }

    .t-more-btn {
        width: 40px;
        height: 40px;
    }

    .t-more-btn span {
        font-size: 40px;
    }

    .br-text,
    .bl-text {
        font-size: 14px;
    }

    .sitemap-item {
        justify-content: flex-start;
    }

    .sitemap-item>li {
        width: 33.3%;
    }

    .sitemap-item>li>ul {
        margin-top: 10px;
    }

    .t-row-ul ul:first-child {
        margin-top: 10px;
    }

    .t-inner-banner-img {
        height: 320px;
    }

    .t-bs-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .t-client-item p {
        font-size: 14px;
    }

    .t-cg-tbody{
        width: 100%;
    }

    .t-cg-tbody tr td {
        padding: 10px 5px;
        font-size: 14px;
    }

    .t-cg-tbody > tr:first-child td{
        padding: 10px 25px;
    }
    
    .t-cg-tbody > tr:first-child td:first-child{
        padding: 10px 5px;
        min-width: 85px;
    }

    .t-ana-tbody tr{
        display: flex;
        flex-direction: column;
        padding: 10px 20px;
    }

    .t-ana-tbody > tr td{
        padding: 0;
    }

    .t-ana-tbody > tr:first-child{
        display: none;
    }
    
}

@media screen and (max-width: 375px) {}