.about-banner{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.about-banner .wrapper{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #FFF;
}
.about-banner .title h1,.about-banner .title strong{
    font-size: 80px;
    line-height: 1.25;
    font-family: 'Poppins-SemiBold';
}
.about-banner .title div{
    display: flex;
    line-height: 1;
    flex-direction: column;
    align-items: flex-start;
}
.about-banner .title strong{
    padding-left: 0;
}
.about-banner .title span{
    font-size: 28px;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    line-height: 1.25;
    font-family: 'Poppins-SemiBold';
}
.about-banner .desc{
    padding-top: 20px;
    display: block;
    width: 50%;
    font-size: 16px;
    line-height: 1.75;
}
.about-banner .video-cta-container{
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.about-banner .video{
    flex-shrink: 0;
}
.about-banner .cta-buttons{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.about-banner .btn-cta{
    display: inline-block;
    padding: 15px 35px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.about-banner .btn-primary{
    background: #0066cc;
    color: #fff;
}
.about-banner .btn-primary:hover{
    background: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
}
.about-banner .btn-secondary{
    background: #fff;
    color: #0066cc;
    border: 2px solid #0066cc;
}
.about-banner .btn-secondary:hover{
    background: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.2);
}
.about-banner .bg{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}
.about-banner .bg img{ 
    display: block;
    width: 100%;
    height: auto;
}
.about-desc{
    display: block;
    background: url(../img/bg-factory.jpg) no-repeat center top;
    background-size: 100% auto;
}
.about-desc .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-desc .text{
    flex: 0 0 43%;
    width: 43%;
}
.about-desc .text .subtitle{
    font-size: 24px;
    color: #0E50C8;
    font-family: 'Poppins-medium';
}
.about-desc .text .title{
    font-size: 40px;
    color: #333;
    padding-top: 30px;
    line-height: 1.25;
    font-family: 'Poppins-medium';
}
.about-desc .text .desc{
    font-size: 16px;
    line-height: 1.75;
    padding-top: 30px;
}
.about-desc .pic{
    flex: 0 0 47%;
    width: 47%;
    height: 590px;
    border-radius: 0 0 15px 15px ;
    position: relative;
    overflow: hidden;
}
.about-desc .pic img{
    display: block;
    width: 100%;
    height: 590px;
    object-fit: cover;
}
.about-desc .number{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 110px;
    padding-bottom: 70px;
    z-index: 1;
}
.about-desc .number ul{
    display: flex;
    justify-content: space-between;
}
.about-desc .number li{
    display: block;
    width: auto;
    text-align: center;
    color: #333;
}
.about-desc .number li strong{
    display: block;
    font-size: 60px;
    line-height: 1;
    font-family: 'Poppins-Medium';
    padding-bottom: 0;
    font-weight: normal;
}
.about-desc .page-box{
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 110px;
    padding: 0 0;
    height: 50px;
    z-index: 100;
}
.about-honor{
    display: block;
    width: 100%;
    height: 785px;
    background: url(../img/bg-about-honor.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 53px;
}
.about-honor .text .subtitle{
    font-size: 24px;
    color: #0E50C8;
    line-height: 1.75;
    font-family: 'Poppins-medium';
    padding-bottom: 23px;
}
.about-honor .text .title{
    font-size: 40px;
    color: #333;
    line-height: 1.25;
    font-family: 'Poppins-semibold';
}
.about-honor .text .desc{
    width: 53%;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    padding-top: 10px;
}
.honor-list{
    display: block;
    padding-top: 125px;
}
.honor-list ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-partners{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.about-partners .bg{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}
.about-partners .bg img{ 
    display: block;
    width: 100%;
    height: auto;
}
.about-partners .wrapper{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}
.about-partners .text .title{
    font-size: 44px;
    color: #333;
    line-height: 1.25;
    font-family: 'Poppins-semibold';
}
.about-partners .text .desc{
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    padding-top: 10px;
}
.factory-info{
    display: block;
    background: url(../img/bg-factory.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 130px;
    padding-bottom: 110px;
}
.factory-info .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.factory-info .text{
    flex: 0 0 40%;
    width: 40%;
    padding-bottom: 50px;
}
.factory-info .text .subtitle{
    font-size: 24px;
    color: #0E50C8;
    font-family: 'Poppins-medium';
}
.factory-info .text .title{
    font-size: 40px;
    color: #333;
    padding-top: 40px;
    line-height: 1.25;
    font-family: 'Poppins-medium';
}
.factory-info .text .desc{
    font-size: 16px;
    line-height: 1.75;
    padding-top: 20px;
}
.factory-info .pic{
    flex: 0 0 52%;
    width: 52%;
}
.factory-info .pic ul{
    display: flex;
    justify-content: space-between;
}
.factory-info .pic li{
    display: block;
    width: 267px;
    height: 467px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.factory-info .pic li a.icon-play{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 94px 94px;
    z-index: 2;
    opacity: 0;
    transition: All 0.4s ease-in-out;
}
.factory-info .pic li:hover a.icon-play{
    display: block;
    opacity: 1;
}
.factory-info .pic li:nth-child(2){
    margin-top: 80px;
}
.factory-info .pic li:nth-child(3){
    margin-top: -55px;
}
.factory-info .pic li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.factory-list{
    display: block;
}
.factory-list .text{
    display: block;
    text-align: center;
    font-family: 'Poppins-medium';
}
.factory-list .text .subtitle{
    font-size: 24px;
    color: #0E50C8;
}
.factory-list .text .title{
    font-size: 40px;
    color: #333;
}
.factory-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 32px -15px 100px;
    flex-direction: row;
    overflow: hidden;
}
.factory-list li{
    display: block;
    width: 25%;
    height: auto;
    position: relative;
    padding: 15px 15px;
}
.factory-list li a{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.22;
    border-radius: 10px;
    background-color: #EAEAEA;
    overflow: hidden;
}
.factory-list li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.factory-list li:hover img{
    transform: scale(1.05);
}

.infor-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    margin-bottom: 100px;
}
.infor-item .pic{
    flex: 0 0 48%;
    width: 48%;
    height: 590px;
}
.infor-item .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 10px;
}
.infor-item .about-logo{
    border-radius: 0 !important;
}
.infor-item .text{
    flex: 0 0 48%;
    width: 48%;
}
.infor-item .text .title{
    font-size: 42px;
    color: #333;
    font-weight: normal;
    line-height: 1.25;
    font-family: 'Poppins-medium';
    margin-bottom: 15px;
}
.infor-item .text .desc{
    font-size: 20px;
    line-height: 1.75;
    color: #666;
}
.infor-item .text .desc h3{
    font-size: 22px;
    font-family: 'Poppins-semiBold';
}
.milestones-list{
    padding-top: 50px;
}
.milestones-years{
    height: 95px;
    width: 100%;
    padding: 30px 100px 30px;
    position: relative;
    margin: 40px auto 0;
}
.milestones-years::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #00000033;
    z-index: 0;
}
.milestones-years .swiper-slide{
    color: #000;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.milestones-years .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
    color: #0E50C8;
}
.milestones-years .swiper-slide .dot{
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #333;
    margin: 12px auto 0;
    position: relative;
}
.milestones-years .swiper-slide .dot i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #333;
}
.milestones-years .swiper-slide .dot i::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #33333333;
}
.milestones-years .swiper-slide.swiper-slide-thumb-active .dot{
    background-color: #0E50C8;
}
.milestones-years .swiper-slide.swiper-slide-thumb-active .dot i{
    border: 1px solid #0E50C8;
}
.milestones-years .swiper-slide .years{
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
    line-height: 38px;
}
.about-milestones{
    padding-bottom: 120px;
    position: relative;
}
.about-milestones .title-wrap{
    position: absolute;
    top: 8px;
}
.milestones-container{
    position: relative;
    box-shadow: 0px 0px 11.7px 1px #0000000F;
    border-radius: 10px;
}
.milestones-container .page-box{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 50);
    padding: 0 0;
    height: 450px;
    z-index: 100;
}
.milestones-container .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 550px;
    background-color: #FFF;
    border: 1px solid #F6F6F6;

    overflow: hidden;
    opacity: 0.3;
}
.milestones-container .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.milestones-container .swiper-slide .pic{
    flex: 0 0 48%;
    width: 48%;
    height: 100%;
}
.milestones-container .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.milestones-container .swiper-slide .text{
    flex: 0 0 48%;
    width: 48%;
    height: 100%;
    padding: 90px 75px 90px 0;
    color:#666;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    overflow: hidden;
}
.milestones-container .swiper-slide .text .title{
    font-weight: bold;
    color: #0E50C8;
    font-size: 70px;
}
.milestones-container .swiper-slide .text .desc{
    display: block;
    height: 140px;
    overflow-x: auto;
}
.milestones-list .swiper-button-prev{
    left: 20px;
}
.milestones-list .swiper-button-next{
    right: 20px;
}

.faq-list{
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 38px 0 0;
}
.faq-list ul{
    width: 100%;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 25px 25px 25px 40px;
    background-color: #F7F7F7;
    border-radius: 10px;
}
.faq-list li:hover{
    background-color: #F1F1F1;
}
.faq-list li:last-child{
    margin-bottom: 0;
}
.faq-list li .title{
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #333;
    font-family: 'Poppins-Medium';
    cursor: pointer;
}
.faq-list li .title:before {
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: url('../img/icon-down.svg') no-repeat center center;
    background-size: auto 8px;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li.show .title:before {
    filter: invert(100%);
    transform: translate(-50%,-50%) rotate(180deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.faq-list li .text .more a{
    color: #1E4A8F;
}
.faq-list li .text .more a:hover{
    color: #B81C25;
}
.faq-list li.show{
    background: linear-gradient(90deg, #0B3889 0%, #0E50C8 100%);
}
.faq-list li.show .text{
    display: block;
    color: #FFF;
}
.faq-list li.show .title{
    color: #FFF;
}
.subbanner.contact .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    padding-top: 235px;
}
.subbanner.contact .subtitle{
    font-size: 20px;
    color: #FFF;
    font-family: 'Poppins-Medium';
    margin-bottom: 10px;
}
.subbanner.contact .title{
    line-height: 1.25;
    margin-bottom: 10px;
    width: 60%;
}
.message{
    position: absolute;
    right: 7%;
    top: 205px;
    width: 590px;
    height: 832px;
    padding: 40px 60px 50px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.message h3{
    font-size: 30px;
    color: #333;
    font-family: 'Poppins-SemiBold';
}
.message .form-box{ 
    margin-top: 30px;
}
.form-item{
    margin-bottom: 25px;
}
.form-input {
    width: 100%;
    height: 65px;
    padding: 0 35px 0 0;
    outline: 0;
    font-size: 15px;
    border-color: transparent;
    border-bottom: 1px solid #0000001A;
}
.form-input.icon-name{
    background: url('../img/icon-message-name.png') no-repeat center right;
    background-size: 24px 24px;
}
.form-input.icon-mail{
    background: url('../img/icon-message-mail.png') no-repeat center right;
    background-size: 24px 24px;
}
.form-input.icon-country{
    background: url('../img/icon-message-phone.png') no-repeat center right;
    background-size: 24px 24px;
}
.form-input.icon-product{
    background: url('../img/icon-message-whatsapp.png') no-repeat center right;
    background-size: 24px 24px;
}
.form-input.icon-quantity{
    background: url('../img/icon-message-map.png') no-repeat center right;
    background-size: 24px 24px;
}
.form-textarea.icon-messages{
    background: url('../img/icon-message-ms.png') no-repeat top right;
    background-size: 24px 24px;
}
.form-textarea {
    border-color: transparent;
    outline: 0;
    width: 100%;
    height: 110px;
    padding: 0 35px 0 0;
    resize: none;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0000001A;
}
.form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    border: 0;
    text-transform: capitalize;
    background: #0E50C8;
}
.form-btn:hover{
    background: #0743b1;
}
.form-btn i{
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url('../img/icon-send.svg') no-repeat center center;
    background-size: 100% 100%;
}
.contact-info{
    display: block;
    padding: 70px 0 90px;
}
.contact-info .wrapper{
    display: flex;
    width: calc(1000px + 7%);
    padding-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.contact-info .item{
    flex: 0 0 28%;
    width: 28%;
    color: #333;
    margin-bottom: 20px;
}
.contact-info .item.address{
    flex: 0 0 44%;
    width: 44%;
    padding-right: 30px;
}
.contact-info .item strong{
    display: block;
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
}
.contact-info .item span{
    display: block;
    font-size: 18px;
    line-height: 1.35;
    color: #666;
}
.article-content{
    display: block;
    padding: 40px 0 0;
    background: #F5F7FA;
}
.article-box{
    padding-top: 100px;
    padding-bottom: 100px;
}
.article-box h1{
    text-align: center;
    font-size: 40px;
    color: #333;
    font-family: 'Poppins-medium';
    padding-bottom: 50px;
}
.article-box h2{
    font-size: 32px;
    color: #333;
    font-family: 'Poppins-medium';
}
.article-item{
    margin-bottom: 100px;
}
.article-box .article-item:last-child{
    margin-bottom: 0;
}
.article-item .list{
    width: 100%;
    background-color: #FFF;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    margin-top: 40px;
}
.article-item .list ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article-item .list li{
    width: 25%;
    height: 312px;
    padding: 50px 60px;
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
}
.article-item .list li .icon{
    margin-bottom: 8px;
}
.bg-warranty{
    display: block;
    width: 100%;
    height: 455px;
    background: url(../img/bg-warranty.jpg) no-repeat center center;
    background-size: cover;
}
.bg-warranty .article-box{
    padding-top: 70px;
    width: calc(540px + 7%);
    padding-left: 7%;
}
.table-list{
    display: block;
    background-color: #FFF;
    border-radius: 15px;
    overflow: hidden;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
}
.table-list .th{
    color: #FFF;
    background-color: #0E50C8;
}
.table-list .th,.table-list .tr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table-list li{
    display: block;
    width: 33.333%;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}
.table-list .th li:first-child{
    color: #FFF;
}
.table-list li:first-child{
    color: #333;
}
/*PC v1*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.about-banner .bg {
    height: 600px;
}
.about-banner .bg img {
    height: 100%;
    object-fit: cover;
}
.about-banner .wrapper {
    left: 0;
    top: 0;
    transform: translateY(0);
    padding-top: 50px;
}
.about-banner .title h1, .about-banner .title strong {
    font-size: 28px;
}
.about-banner .title div {
    display: flex;
    line-height: 1;
    align-items: flex-start;
    flex-direction: column;
}
.about-banner .title strong {
    padding-left: 0;
}
.about-banner .title span {
    padding-top: 15px;
    font-size: 18px;
    width: 100%;
    margin-left: 0;
}
.about-banner .desc {
    padding-top: 20px;
    width: 100%;
    font-size: 15px;
    line-height: 1.75;
}
.about-banner .video-cta-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.about-banner .video {
    margin-top: 0;
}
.about-banner .video img{
    width: 100px;
    height: 100px;
}
.about-banner .cta-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.about-banner .btn-cta {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
}
.subbanner.contact{
    margin-bottom: 10px;
}
.subbanner.contact .wrapper {
    padding-top: 100px;
}
.subbanner.contact .title {
    line-height: 1.25;
    width: 100%;
}
.about-desc {
    padding-top: 35px;
    padding-bottom: 50px;
}
.about-desc .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.about-desc .text {
    flex: 0 0 100%;
    width: 100%;
}
.about-desc .text .subtitle {
    font-size: 18px;
}
.about-desc .text .title {
    font-size: 26px;
    padding-top: 15px;
}
.about-desc .text .desc {
    font-size: 15px;
    padding-top: 20px;
}
.about-desc .pic {
    flex: 0 0 100%;
    width: 100%;
    height: 300px;
}
.about-desc .pic img {
    height: 300px;
}
.about-desc .number {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-desc .number ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-desc .number li{
    width: 50%;
    margin-bottom: 15px;
}
.about-desc .number li strong {
    font-size: 28px;
}
.about-desc .number li span{
    font-size: 10px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-honor {
    display: block;
    width: 100%;
    height: auto;
    background: url(../img/bg-about-honor.jpg) no-repeat center 260px;
    background-size: 150% auto;
    padding-top: 0;
    padding-bottom: 50px;
}
.about-honor .text .subtitle {
    font-size: 18px;
}
.about-honor .text .title {
    font-size: 28px;
}
.about-honor .text .desc {
    width: 100%;
    font-size: 15px;
    padding-top: 10px;
}
.honor-list {
    padding-top: 100px;
}
.honor-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.honor-list li{
    width: 48.5%;
    margin-bottom: 15px;
}
.honor-list li img{
    display: block;
    width: 100%;
    height: auto;
}
.about-partners .wrapper {
    position: relative;
    left: 0;
    top: 0;
    padding-top: 30px;
    width: 100%;
    height: auto;
    z-index: 10;
    text-align: center;
}
.about-partners .text .title {
    font-size: 28px;
}
.about-partners .text .desc {
    width: 100%;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.factory-info {
    padding-top: 30px;
    padding-bottom: 80px;
}
.factory-info .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.factory-info .text {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 60px;
}
.factory-info .text .subtitle {
    font-size: 18px;
}
.factory-info .text .title {
    font-size: 28px;
    padding-top: 20px;
}
.factory-info .text .desc {
    font-size: 15px;
    padding-top: 20px;
}
.factory-info .pic {
    flex: 0 0 100%;
    width: 100%;
}
.factory-info .pic li {
    width: 31.33%;
    height: 200px;
}
.factory-info .pic li a.icon-play {
    opacity: 1;
    background-size: 45px 45px;
}
.factory-list .text .subtitle {
    font-size: 18px;
    color: #0E50C8;
}
.factory-list .text .title {
    font-size: 28px;
    line-height: 1.25;
}
.factory-list ul {
    margin: 15px -15px 50px;
}
.factory-list li {
    width: 50%;
    height: auto;
    padding: 8px 8px;
}
.infor-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
    margin-bottom: 0;
    flex-direction: column;
}
.infor-item .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.infor-item .text {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 35px;
}
.infor-item .text .title {
    font-size: 28px;
    margin-bottom: 15px;
}
.infor-item .text .desc {
    font-size: 15px;
}
.milestones-container .swiper-slide {
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    flex-direction: column;
}
.milestones-container .swiper-slide .pic {
    flex: 0 0 unset;
    width: 100%;
    height: 200px;
}
.milestones-container .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.milestones-container .swiper-slide .text {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 20px 25px 20px 25px;
    font-size: 15px;
    line-height: 1.75;
}
.milestones-container .swiper-slide .text .title {
    font-size: 36px;
}
.milestones-container .swiper-slide .text .desc {
    display: block;
    height: auto;
    overflow-x: unset;
}
.milestones-list .swiper-button-next,.milestones-list .swiper-button-prev{
    display: none;
}
.milestones-years {
    height: 95px;
    width: 100%;
    padding: 30px 10px 30px;
    margin: 10px auto 0;
}
.milestones-years .swiper-slide .years {
    font-size: 16px;
}
.message {
    position: relative;
    right: 0;
    top: 0;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 20px 5% 20px;
}
.message h3 {
    font-size: 22px;
}
.message .form-box {
    margin-top: 10px;
}
.form-item {
    margin-bottom: 10px;
}
.contact-info {
    padding: 10px 0 30px;
}
.contact-info .wrapper {
    display: flex;
    width: 100%;
    padding-right: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.contact-info .item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
}
.contact-info .item.address {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
}
.contact-info .item strong {
    font-size: 22px;
}
.contact-info .item span {
    font-size: 15px;
}

}


/* Certifications & Awards - homehonors-list styles */
.homehonors-list{
    display: block;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
}
.homehonors-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -14px -14px;
}
.homehonors-list li{
    flex: 0 0 20%;
    width: 20%;
    height: auto;
    position: relative;
    padding: 15px 14px;
}
.homehonors-list li .wrap{
    display: block;
    width: 100%;
    height: 520px;
    padding: 40px 40px;
    border-radius: 20px;
    background-color: #F5F6F5;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
.homehonors-list li .icon{
    display: block;
    width: 100%;
    height: 75px;
    margin-bottom: 38px;
}
.homehonors-list li .icon img{
    display: block;
    width: auto;
    height: 100%;
    transition: transform 0.35s ease;
}
.homehonors-list li .title{
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
}
.homehonors-list li .desc{
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
}
.homehonors-list li .bg-logo{
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 200px;
    height: 200px;
}
.homehonors-list li:last-child .bg-logo{
    width: 366px;
    right: -60px;
    bottom: -50px;
}
.homehonors-list li .bg-logo img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.1;
    transform: rotate(-30deg);
    transition: transform 0.45s ease, opacity 0.45s ease;
}
.homehonors-list li:hover .wrap{
    background-color: #FFFFFF;
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 82, 173, 0.15);
}
.homehonors-list li:hover .icon img{
    transform: scale(1.08);
}
.homehonors-list li:hover .bg-logo img{
    opacity: 0.18;
    transform: rotate(-20deg) scale(1.1);
}

/* Mobile responsive for homehonors-list */
@media only screen and (max-width:767px){
.homehonors-list {
    padding: 0 5%;
}
.homehonors-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -14px -14px;
    flex-direction: row;
}
.homehonors-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.homehonors-list li .wrap {
    height: 450px;
    padding: 30px 30px;
}
}


/* Company Facts / Supplier Snapshot Section */
.company-facts {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    padding: 80px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.company-facts .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.facts-header {
    text-align: center;
    margin-bottom: 60px;
}

.facts-header .title {
    font-size: 44px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins-semibold';
}

.facts-header .subtitle {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.fact-item {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.fact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.12);
    border-color: #0066cc;
}

.fact-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
    color: #0066cc;
}

.fact-content {
    display: block;
}

.fact-label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Poppins-semibold';
}

.fact-value {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.fact-value a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.fact-value a:hover {
    color: #0052a3;
    text-decoration: underline;
}

.fact-link {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    margin-top: 8px;
    transition: all 0.3s ease;
}

.fact-link:hover {
    color: #0052a3;
    transform: translateX(3px);
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px;
    background: #f0f7ff;
    border-radius: 12px;
    border: 2px solid #e0ecff;
}

.indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.indicator-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #0066cc;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
}

/* Tablet Responsive */
@media only screen and (max-width: 1024px) {
    .company-facts {
        padding: 60px 0;
    }

    .facts-header .title {
        font-size: 36px;
    }

    .facts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .trust-indicators {
        flex-wrap: wrap;
        gap: 25px;
    }
}

/* Mobile Responsive */
@media only screen and (max-width: 767px) {
    .company-facts {
        padding: 40px 0;
    }

    .facts-header .title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .facts-header .subtitle {
        font-size: 15px;
    }

    .facts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .fact-item {
        padding: 25px;
    }

    .fact-icon {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .fact-label {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .fact-value {
        font-size: 13px;
    }

    .trust-indicators {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .indicator {
        width: 100%;
        justify-content: flex-start;
        font-size: 14px;
    }
}
