.cover {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.cover_bd {
    width: 100%;
    height: 100vh;
    background: url(../images/coway-malaysia-change-your-life-2023.jpg) no-repeat;
    background-size:cover ;
    background-position: center;
    opacity: 1; /* 初始时透明 */
    animation: zoomIn2 2s forwards; /* 使用 zoomIn 动画，持续时间 1s */
    transform: scale(1.1); /* 初始放大状态 */
    overflow: hidden;
}

@keyframes zoomIn2 {
    from {
      transform: scale(1);
      
    }
    to {
      transform: scale(1.1);
      
    }
  }

.cover_content_bd {
    height: 100%;
    position: relative;
}

.cover_content_p1  {
    color: #fff;
    width: 100%;
    font-size: 90px;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    text-align: center;
    line-height: 120px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 10px;
}

.font_size_30 {
    font-size: 58px;
}


.cover_content_p1 a {
    display:inline-block;
    font-size: 20px;
    letter-spacing: 0px;
    padding: 0px 40px;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #fff;
    background: rgba(199, 199, 199, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    order: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
    line-height: 50px;
}

.cover_content_p1 a:hover {
    transform: scale(1.1);
}

.cover_content_a a {
    color: #fff;
}

@media (max-width: 1280px) {

    .cover {
        padding: 0px 0px;
    }

    .cover_bd {
        width: 100%;
        height: 100vh;
        background: url(../images/coway-malaysia-change-your-life-mira-2023.jpg);
        background-size:cover ;
        background-position: center;
    }

    .font_size_30 {
        font-size: 38px;
    }

    .cover_content_p1 {
        width: 100%;
        font-size: 60px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        text-align: center;
        line-height: 70px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 5px;
    }
}

@media (max-width: 576px) {

    .cover_bd {
        width: 100%;
        height: 100vh;
        background: url(../images/coway-malaysia-change-your-life-mira-2023.jpg);
        background-size:cover ;
        background-position: center;
    }

    .font_size_30 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .cover_content_p1 {
        width: 90%;
        font-size: 31px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        text-align: center;
        line-height: 50px;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        letter-spacing: 0px;
    }

    .cover_content_a {
        display: flex;
        justify-content: center;
    }


    .cover_content_p1 a {
        margin-top: 40px;
        display: block;
        font-size: 16px;
        letter-spacing: 0px;
        padding: 0px 40px;
        color: #fff;
        font-weight: 400;
        border-radius: 5px;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        order: 1px solid rgba(255, 255, 255, 0.3);
        transition: all 0.3s;
    }

    .side_nav .dropbtn {
        font-size: 14px;
        color: #777777;
    }
    
}


/* about */

.about {
    height: 1100px;
    padding: 200px 0px 100px 0px;
    background-color: #ecf7fd;
    color: #343434;
}

.about_content_bd {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 40px;
    position: relative;
}


.about_content_2_bd {
    width: 100%;
    margin-bottom: 70px;
  }

.about_content_1 {
    background: url(../images/about_cover.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50px 0px 50px 0px;
}


.about_content_2_tittle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    color: #04a6e1;
}

.about_content_2_logo {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.about_content_2_logo img {
    max-width: 300px;
}

.about_content_2_p1 {
    font-size: 30px;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 600;
    font-family: Microsoft Yahei2;
}

.about_content_2_p2 {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 70px;
    text-align: center;
}

.about_content_2_icon {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.about_content_2_icon img{
    max-width: 60px;
    margin-left: 40px;
    margin-right: 40px;
}

.about_content_2_data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
    margin-bottom: 50px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    color: #343434;
    column-gap: 24px;
}

.about_content_2_data_img1 {
    background: url(../images/word-latest-1.png) ;
    background-size: cover;
    background-position: center;
}

.about_content_2_data_img2 {
    background: url(../images/Group-53.png) ;
    background-size: cover;
    background-position: center;
}

.about_content_2_data_img3 {
    background: url(../images/Group-50-1.png) ;
    background-size: cover;
    background-position: center;
}

.about_content_2_data_img4 {
    background: url(../images/Group-52.png) ;
    background-size: cover;
    background-position: center;
}

.about_content_2_data_img5 {
    background: url(../images/coway-malaysia-partnerships.jpg) ;
    background-size: cover;
    background-position: center;
}

.about_content_2_data p {
    padding: 10px 0px;
    color: #fff;
/* From https://css.glass */
/* From https://css.glass */
}

.about_content_2_data p .small {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.about_content_3 {
    margin-top: -295px ;
}

.about_content_3 {
    position: relative;
}

.about_content_3 .w {
    position: relative;
}

.swiper {
    width: 1200px;
    height: 100%;
}  

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-button-next {
    height: 50px !important;
    width: 50px !important;
    border-radius: 200px;
    color: #000!important; 
    background: rgba(255, 255, 255, 0.37);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.1px);
    -webkit-backdrop-filter: blur(3.1px);
    }

    .swiper-button-prev  {
    height: 50px !important;
    width: 50px !important;
    border-radius: 200px;
    color: #000!important; 
    background: rgba(255, 255, 255, 0.37);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.1px);
    -webkit-backdrop-filter: blur(3.1px);
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
    font-size: 15px !important;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    }


/* Customize the color of active pagination bullet */
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #04a6e1; /* Change to your desired color */
  }
  
  /* Customize the color of inactive pagination bullets */
  .swiper-pagination .swiper-pagination-bullet {
    background-color: #ccc; /* Change to your desired color */
  }


  @media (max-width: 1440px) {

    .swiper {
        width: 1100px;
        height: 100%;
    }  
      }

  @media (max-width: 1280px) {

    .swiper {
        width: 100%;
        height: 100%;
    } 


      }

@media (max-width: 1100px) {

    .about {
        height: 1100px;
        padding: 150px 0px 100px 0px;
        color: #343434;
    }

    .about_content_3 {
        margin-top: -225px ;
    }

    .about_content_2_data {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
        margin-bottom: 50px;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        column-gap: 24px;
    }

    .about_content_2_icon {
        display: flex;
        justify-content: center;
        margin-bottom: 70px;
    }
    
    
}

@media (max-width: 991px) {

    .about {
        height: 1300px;
        padding: 150px 0px 100px 0px;
        color: #343434;
    }

    .about_content_bd {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about_content_bd {
        display: grid;
        grid-template-columns: 1fr;
    }

    .about_content_2_tittle {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 25px;
    }
    
    .about_content_2_logo {
        display: flex;
        margin-bottom: 25px;
    }
    
    .about_content_2_logo img {
        max-width: 300px;
    }
    
    .about_content_2_p1 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .about_content_2_p2 {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 70px;
    }
    
    .about_content_2_data {
        display: grid;
        grid-template-columns: 1fr 1fr ;
        row-gap: 24px;
        margin-bottom: 50px;
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        column-gap: 24px;
    }

    .about_content_3 {
        margin-top: -100px ;
    }
    
    .about_content_2_data p:nth-child(5){
        grid-column: span 2;
    }

    
    .about_content_3 {
        margin-top: -160px ;
    }
}

@media (max-width: 576px) {

    .about {
        height: 1350px;
        padding: 150px 0px 100px 0px;
        color: #343434;
    }

    .about_content_2_tittle {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
    }

    
    .about_content_2_p1 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .about_content_2_p2 {
        font-size: 14px;
        text-align: center;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .about_content_2_icon img{
        max-width: 60px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .about_content_2_icon img{
        max-width: 50px;
    }

    .about_content_2_logo {
        display: flex;
        margin-bottom: 25px;
        justify-content: center;
    }

    .about_content_2_data {
        display: block;
        row-gap: 24px;
        margin-bottom: 50px;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        column-gap: 24px;
    }

    .about_content_2_data p .small {
        font-size: 14px;
        font-weight: 400;
        color: #343434;
    }

    .about_content_2_data p {
        display: block;
        margin-bottom : 20px ;
        padding: 15px 0px;
    /* From https://css.glass */
    /* From https://css.glass */
    background: rgba(248, 248, 248, 0.178);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    }

    .about_content_3 {
        margin-top: -100px ;
    }
}


/* series */
.series {
    padding-top: 200px;
    padding-bottom: 100px ;
}

.series_tittle {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    color: #04a6e1;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.series_tittle_p1 {
    font-size: 30px;
    margin-bottom: 55px;
    text-align: center;
    font-weight: 600;
    font-family: Microsoft Yahei2;
}

.series_content_bd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 24px;
    padding: 0px 24px;
    position: relative;
}


.series_content_bd_1,
.series_content_bd_2 {
    position: relative;
    width: 100%;
    height: 90%;
}

.series_content_bd_1_border {
    width: 98%;
    height: 98%;
    position: absolute;
    border: 2px solid #fff;
    z-index: 999;
    top: 1%;
    left: 1%;
    transition: all 0.3s;
}

.series_content_bd_2 {
    margin-top: 50px;
}

.series_content_bd_1 img,
.series_content_bd_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(100%);
    transition: all 0.3s;
}

.series_content_bd_1:hover .series_content_bd_1_border{
    background: rgba(59, 59, 59, 0.37);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.1px);
    -webkit-backdrop-filter: blur(3.1px);
    z-index: 1;
    }

.series_content_bd_1:hover .series_content_bd_1_p {
    opacity: 100;
}



.series_content_bd_1_p {
    position: absolute;
    top:45%;
    left: 0%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    z-index: 999;
}

.series_content_bd_1_p p:nth-child(1) {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    margin-bottom: 10px;
    text-align: center;
}

.series_content_bd_1_p p:nth-child(2) {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 6px;
}

.series_content_bd_1_p_a {
    display: flex;
    justify-content: center;
}



.series_content_bd_1_p a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border-bottom: 2px solid #34343486;
    padding-bottom: 8px;
    transition: all 0.3s;
}

.series_content_bd_1_p a:hover {
    border-bottom: 2px solid #04a6e1;
}

@media (max-width: 991px) {
    
    .series_content_bd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 24px;
        padding: 0px 24px;
        position: relative;
    }


}

@media (max-width: 576px) {

    .series {
        padding-top: 100px;
        padding-bottom: 100px ;
    }
    
    .series_content_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 24px;
        padding: 0px 24px;
        position: relative;
    }

    .series_content_bd_2 {
        margin-top: 0px;
    }

    .series_content_bd_1_p p:nth-child(1) {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        margin-bottom: 10px;
        text-align: center;
    }

    .series_content_bd_1_p p:nth-child(2) {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        margin-bottom: 20px;
        text-align: center;
        letter-spacing: 4px;
    }

    .series_tittle_p1 {
        font-size: 25px;
        margin-bottom: 55px;
        text-align: center;
        font-weight: 600;
        font-family: Microsoft Yahei2;
    }
}


/* promotion */

.promotion{
    padding: 100px 0px;
}

.promotion_bd_tittle {
    text-align: center;
    color: #04a6e1;
    font-size: 20px;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    margin-bottom: 24px;
}

.promotion_bd_tittle_p1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    margin-bottom: 50px;
}

.promotion_bd_tittle_p1 span{
    color: #04a6e1;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    margin-bottom: 50px;
}

.promotion_bd_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
}

.promotion_bd_content_1_icon{
    margin-bottom: 30px;
}

.promotion_bd_content_1_icon img {
    max-width: 80px;
}

.promotion_bd_content_1 {
    text-align: center;
    padding: 0px 10px;
    border-right: 1px solid #bebebe;
}

.promotion_bd_content_1:nth-child(3) {
    border-right: none;
}

.promotion_bd_content_1_p1 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: Microsoft Yahei2;
}

.promotion_bd_content_1_p2 {
    font-size: 15px;
    line-height: 30px;
}

.promotion_bd_img_1 {
    width: 100%;
    position: relative;
}

.promotion_bd_img_1 img {
    width: 100%;
    transition: all 0.3s;
}

.promotion_bd_img_border {
    position: absolute;
    border: 2px solid #fff;
    height: 98%;
    width: 99%;
    top: 1%;
    left: 0.5%;
}


.promotion_bd_img {
    margin-bottom: 5dvb;
}

.promotion_bd_a {
    display: flex;
    justify-content: center;
}

.promotion_bd_a a{
    font-size: 18px;
    background-color: #04a6e1;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.promotion_bd_a a:hover{
    transform: scale(1.1);
}


@media (max-width: 768px) {

    .promotion_bd_tittle {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        margin-bottom: 24px;
    }
    
    .promotion_bd_tittle_p1 {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        margin-bottom: 50px;
    }

    .promotion_bd_content {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .promotion_bd_content_1 {
        text-align: center;
        padding: 0px 10px;
        border-right: none;
    }

    .promotion_bd_content_1_p1 {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
    }
    
    .promotion_bd_content_1_p2 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }


    
}

@media (max-width: 576px) {
    

    .promotion{
        padding: 100px 0px 100px 0px;
    }

    .promotion_bd_tittle {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        margin-bottom: 24px;
    }
    
    .promotion_bd_tittle_p1 {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        margin-bottom: 50px;
    }

    .promotion_bd_tittle_p1 span{
        color: #04a6e1;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        margin-bottom: 50px;
    }

    .promotion_bd_content {
        display: grid;
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .promotion_bd_content_1 {
        text-align: center;
        padding: 0px 10px;
        border-right: none;
    }

    .promotion_bd_content_1_p1 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
    }
    
    .promotion_bd_content_1_p2 {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .promotion_bd_img {
        margin-bottom: 50px;
    }
    
}

/* comment */

.comment {
    background: #e4f5fc;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.comment_tittle {
    font-size: 20px;
    color: #04a6e1;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    text-align: center;
    margin-bottom: 50px;
}

.comment_tittle p:nth-child(1) {
    margin-bottom: 20px;
}

.comment_tittle p:nth-child(2) {
    font-size: 28px;
    color: #343434;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    text-align: center;
    margin-bottom: 35px;
}

.comment_bd {
    display: flex;
    justify-content: center;
}

.swiper2 {
    overflow: hidden;
    width: 900px;
    height: 500px;
    border-radius: 10px;
  }

  .swiper-button-next2 {
    height: 50px !important;
    width: 50px !important;
    border-radius: 200px;
    color: #000!important; 
    background: rgba(255, 255, 255, 0.37);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.1px);
    -webkit-backdrop-filter: blur(3.1px);
    }

    .swiper-button-prev2 {
        height: 50px !important;
        width: 50px !important;
        border-radius: 200px;
        color: #000!important; 
        background: rgba(255, 255, 255, 0.37);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3.1px);
        -webkit-backdrop-filter: blur(3.1px);
        }

    .swiper-button-next2::after,
    .swiper-button-prev2::after {
    font-size: 15px !important;
    font-weight: 600;
    font-family: Microsoft Yahei2;
    }

    .swiper-slide2 {
        position: relative;
        display: grid;
        padding: 50px 50px;        
        /* From https://css.glass */
        background-color: #e6f3f7;
    }

    .star {
        margin-bottom: 40px;
    }

    .star i {
        font-size:35px;
        padding: 0px 5px;
    }

    .comment_content {
        line-height: 40px;
        margin-bottom: 40px;
        color: #343434;
        font-size: 22px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
    }

    .comment_pic_bd {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .comment_pic_img {
        width: 150px;
        height:  150px;
        border-radius: 5px;
        overflow: hidden;
        margin: 0px 15px;
    }

    .comment_pic_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .comment_name {
        font-size: 22px;
        font-weight: 600;
        font-family: Microsoft Yahei2;
        color:#343434;
    }