@font-face {
    font-family: 'en-font';
    src: url('./assets/font/BEBASNEUE-REGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Responsive Styles */
@media (max-width: 768px) {
    body {
        width: 100%;
    }

    nav {
        width: 100%;
    }

    section {
        padding: 0px;
        text-align: center;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .menu-toggle > .icon {
        width: 24px;
        height: 24px;
    }

    .menu-toggle > .icon > span {
        height: 3px;
        background-color: #333333;
        margin-bottom: 4px;
        display: block;
        cursor: pointer;
    }

    .menu-toggle > .icon > span.a {
        width: 24px;
    }

    .menu-toggle > .icon > span.b {
        width: 24px;
    }

    .menu-toggle > .icon > span.c {
        width: 14px;
        margin-bottom: 0px;
    }

    .menu-wrapper {
        display: block;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 10px 0;
    }


    /*-----------------------------------------*/
    /* banner */
    /*-----------------------------------------*/
    .home-section.pc {
    display: none;
    }
    .home-section.mobile {
        display: block;
    }
    .home-section {
        height: initial;
        position: relative;
    }
    .home-section img {
        width: 100%;
        display: block;
    }
    .home-section > .hero {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 134px;
        margin-top: -67px;
    }
    .home-section h2,
    .home-section h3 {
        font-size: 28px;
    }
    .home-section h2 {
        margin-bottom: 0px;
    }
    .home-section .content {
        margin: 30px auto 0 auto;
    }
    .home-section p {
        font-size: 12px;
    }



    /*-----------------------------------------*/
    /* Our Service */
    /*-----------------------------------------*/
    .service-section {
        padding: 0px 20px;
        background-color: #fff;
        margin-bottom: 50px;
        min-width: initial;
    }
    .service-section h2 {
        margin-top: 40px;
        margin-bottom: 0px;
        font-size: 28px;
    }
    .service-section p.cn-title {
        font-size: 18px;
    }
    .service-section p.cn-sub-title.pc {
        display: none;
    }
    .service-section p.cn-sub-title.mobile {
        display: block;
    }
    .service-section p.cn-sub-title {
        margin-top: 10px;
        font-size: 12px;
    }
    .service-section .service-items {
        position: relative;
        margin-top: 20px;
        align-items: center;
        gap: 20px 40px;
    }
    .service-section .service-items.pc {
        display: none;
    }
    .service-section .service-items.mobile {
        display: flex;
        gap: 0;
    }
    .service-section .service-item {
        padding: 40px 0 0;
        width: 50%;
    }
    .service-section .service-item .step {
        border-top: none;
        width: initial;
        height: initial;
        display: flex;
        flex-direction: column;
        margin: 10px auto;
        padding: 0px;
    }
    .service-section .service-item h3 {
        font-weight: initial;
    }
    .service-section .service-item p {
        margin-top: 5px;
    }

    .service-section .service-item .step > span {
        display: inline-flex;
        font-size: 14px;
        color: #333;
        position: relative;
        justify-content: center;
        align-items: center;
        margin: 2px 0;
    }
    .service-section .service-item .step > span::before {
        display: none;
    }
    .service-section .service-item .step > span > i {
        font-size: 8px;
    }
    .service-section .service-item:nth-child(2n-1) {
        position: relative;
    }
    .service-section .service-item:nth-child(2n-1)::after {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 0px;
        height: 60%;
        border-right: 1px dashed #ccc;
    }



    /*-----------------------------------------*/
    /* corporate philosophy */
    /*-----------------------------------------*/
    .philosophy-section {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .philosophy-section > .line-image {
        
    }
    .philosophy-section > .line-image > .color {
        height: 30px;
        width: 30%;
    }
    .philosophy-section > .line-image > .image {
        height: 30px;
        width: 70%;
    }
    .philosophy-section > .content.pc {
        display: none;
    }
    .philosophy-section > .content.mobile { 
        display: block;
    }
    .philosophy-section > .content {
        width: 75%;
        margin: 20px auto 0 auto;
    }
    .philosophy-section > .content > p {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .philosophy-section > h2 {
        margin-top: 60px;
        font-size: 28px;
    }
    .philosophy-section > .subtitle > p {
        font-size: 14px;
    }
    



    /*-----------------------------------------*/
    /* our advantage */
    /*-----------------------------------------*/
    .advantage-section {
        
    }
    .advantage-section > h2 {
        margin-top: 40px;
        margin-bottom: 0;
        font-size: 28px;
    }
    .advantage-section > p {
        color: #333333;
        font-size: 18px;
    }
    .advantage-section .advantage-items {
        position: relative;
        margin: 40px auto;
        align-items: center;
        width: initial;
        gap: 0;
    }
    .advantage-section .advantage-items img {
        height: 55px;
    }
    .advantage-section .advantage-items h3 {
        font-size: 14px;
    }
    .advantage-section .advantage-items p {
        margin-top: 2px;
        width: 70%;
    }
    .advantage-section .advantage-item {
        width: 50%;
        text-align: center;
        margin-bottom: 40px;
    }
    .advantage-section .advantage-item:nth-child(2n-1) {
        position: relative;
    }
    .advantage-section .advantage-item:nth-child(2n-1)::after {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 0px;
        height: 60%;
        border-right: 1px dashed #ccc;
    }



    /*-----------------------------------------*/
    /* team experience */
    /*-----------------------------------------*/
    .experience-section {
        background-color: #E42149;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .experience-section > h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 28px;
        color: #fff;
        font-family: 'en-font';
    }
    .experience-section > p.cn-title {
        font-size: 18px;
    }
    .experience-section > p.cn-sub-title {
        color: #fff;
        font-size: 12px;
        margin-top: 7px;
        width: 60%;
    }
    .experience-section > .team-items {
        width: initial;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 2%;
        margin: 32px auto 0;
    }
    .experience-section .team-item {
        width: 46%;
        height: initial;
        overflow: hidden;
        margin-bottom: 2%;
    }
    .experience-section .team-item:nth-child(5), .experience-section .team-item:nth-child(6) {
        margin-bottom: 0;
    }



    /*-----------------------------------------*/
    /* iso */
    /*-----------------------------------------*/
    .iso-section {
        padding: 0 10px;
    }
    .iso-section > h2 {
        margin-top: 40px;
        font-size: 28px;
    }
    .iso-section > p.cn-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .iso-section > p.pc {
        display: none;
    }
    .iso-section > p.mobile {
        display: block;
        padding: 0 20px;
    }
    .iso-section > p {
        font-size: 14px;
    }
    .iso-section > .content {
        margin-top: 32px;
        
    }
    .iso-section > .content > .iso-image-1, .iso-section > .content > .iso-image-2 {
        width: 165px;
        height: 256px;
        background-size: contain;
        margin: 0px;
    }
     .iso-section > .content > .iso-image-1 {
        margin-right: 6px;
     }
      .iso-section > .content > .iso-image-2 {
        margin-left: 6px;
      }
    .iso-section > .content > .bg {
        height: 80px;
        bottom: -40px;
    }



    /*-----------------------------------------*/
    /* factory credentials */
    /*-----------------------------------------*/
    .credentials-section {

    }
    .credentials-section > h2 {
        margin-top: 80px;
        margin-bottom: 0;
        font-size: 28px;
    }
    .credentials-section > p.cn-title {
        font-size: 18px;
    }
    .credentials-section > .content {
        margin-top: 32px;
        display: block;
        padding: 0 16px;
    }
    .credentials-section .video video {
        width: 100%;
        height: 193px;
    }
    .credentials-section .text.pc {
        display: none;
    }
    .credentials-section .text.mobile {
        display: flex;
    }
    .credentials-section .text {
        margin-top: 32px;
        margin-bottom: 40px;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }



    /*-----------------------------------------*/
    /* preview info */
    /*-----------------------------------------*/
    .preview-info-section {
        background-color: #E42149;
        height: 270px;
        padding: initial;
        display: flex;
        align-items: center;
    }
    .preview-info-section > .items {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .preview-info-section .item {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
    }
    .preview-info-section .item:nth-child(3), .preview-info-section .item:nth-child(4) {
        margin-bottom: 0px;
    }
    .preview-info-section .item > .key, .preview-info-section .item > .value {
        color: #fff;
    }
    .preview-info-section .item > .key {
        font-size: 14px;
    }
    .preview-info-section .item > .value {
        margin-top: 5px;
        position: relative;
        display: inline-block;
    }
    .preview-info-section .item > .value > div {
        font-size: 48px;
        font-weight: bold;
        color: #fff;
    }
    .preview-info-section .item > .value > span {
        position: absolute;
        right: -10px;
        top: 6px;
        font-size: 18px;
    }
    .preview-info-section .item:nth-child(1) > .value > span {
        position: absolute;
        right: -20px;
        top: 6px;
        font-size: 14px;
    }
    .preview-info-section .item:nth-child(4) > .value > span {
        position: absolute;
        right: -20px;
        top: 6px;
        font-size: 14px;
    }



    /*-----------------------------------------*/
    /* footer */
    /*-----------------------------------------*/
    .footer-section { 
        display: flex;
        justify-content: initial;
        align-items: initial;
        height: initial;
    }
    .footer-section .content {
        padding: 0 20px;
    }
    .footer-section .content.pc {
        display: none;
    }
    .footer-section .content.mobile {
        display: block;
        margin-top: 40px;
        width: 100%;
    }
    .footer-section .content.mobile > .row {
        border-top: 1px solid #D4D4D4;
        padding: 16px 0;
    }
    .footer-section .content.mobile > .row.logo-row {
        margin-bottom: 16px;
        border-top: none;
    }
    .footer-section .content.mobile > .row.logo-row > h3 {
        font-size: 20px;
        color: #E6100E;
        font-weight: bold;
        font-family: 'en-font';
    }
    .footer-section .content.mobile > .row > .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .footer-section .content.mobile > .row span {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
    }
    .footer-section .content.mobile > .row .icon-arrow {
        width: 18px;
        height: 18px;
        position: relative;
        transition: all 0.3s ease;
    }
    .footer-section .content.mobile > .row .icon-arrow.actived {
        transform: rotate(90deg);
    }
    .footer-section .content.mobile > .row .icon-arrow::before {
        content: '';
        position: absolute;
        width: 11px;
        height: 1px;
        background-color: #707070;
        transform: rotate(45deg);
        top: 6px;
        left: 5px;
    }
    .footer-section .content.mobile > .row .icon-arrow::after {
        content: '';
        position: absolute;
        width: 11px;
        height: 1px;
        background-color: #707070;
        transform: rotate(-45deg);
        top: 14px;
        left: 5px;
    }
    .footer-section .content.mobile > .row > .links {
        margin-top: 10px;
    }
    .footer-section .content.mobile > .row > .links > li {
        padding: 5px 0;
        font-size: 14px;
        color: #333;
    }
}