FF0000
.hero-section {
    background-image: url(https://weiwei168.co/wp-content/uploads/2024/12/BG1.png);
}

.hero-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 30.7291666667%;
    margin-top: 0;
    overflow: hidden;
    border-radius: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #FF0000;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hero-section .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 9;
}

@media only screen and (min-width: 768px) {
  
        header {
            position: relative;
            width: 100%;
            z-index: 1000;
            padding: 15px 0;
        }
       
    
    }

@media only screen and (max-width: 767px) {   
    header {
        display: flex;
        justify-content: space-between; /* จัดให้องค์ประกอบซ้าย-ขวา */
        align-items: center; /* จัดให้อยู่ตรงกลางแนวตั้ง */
        width: 100%; /* ให้กินพื้นที่เต็มจอ */
        padding: 15px 0; /* เพิ่มระยะห่างขอบ */
        box-sizing: border-box;
        flex-wrap: nowrap;
    }
    .logo {
    }
    .header-icon {
        display: flex;
        align-items: center; /* จัดให้อยู่ตรงกลาง */
        white-space: nowrap; /* ป้องกันข้อความไอคอนขึ้นบรรทัดใหม่ */
    }
    .header-icon img {
        width: 100%;
        max-width: 75px;
        display: block;
    }
    .hero-section {
        margin-top: 100px;
        height: auto;
        padding-top: 46.3541666667%;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

