<style>
     /* หัวข้อวิดีโอ */
        .video-section {
            border: 3px solid #555;
            border-radius: 15px;
            padding: 20px;
            background-color: #f1f1f1;
            text-align: center;
            margin-bottom: 30px;
        }
        .video-container {
            border: 2px solid #ddd;
            border-radius: 10px;
            padding: 10px;
            background-color: #fff;
            text-align: center;
        }
        .video-title {
            margin-top: 10px;
            font-weight: bold;
        }
        .video-date {
            font-size: 0.9em;
            color: gray;
        }
        .section-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
            background-color: #007bff;
            color: white;
            padding: 10px;
            border-radius: 10px;
        }
        /* ปิด หัวข้อวิดีโอ */

        /* หัวข่าวประชาสัมพันธ์ */
        .news-section {
            border: 3px solid #555;
            border-radius: 15px;
            padding: 20px;
            background-color: #f1f1f1;
            text-align: center;
            margin-bottom: 30px;
        }
        .news-container {
            border: 2px solid #ddd;
            border-radius: 10px;
            padding: 15px;
            background-color: #fff;
            text-align: left;
        }
        .news-title {
            font-weight: bold;
            font-size: 1.2rem;
            color: #333;
        }
        .news-date {
            font-size: 0.9em;
            color: gray;
        }
        .section-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
            background-color: #007bff;
            color: white;
            padding: 10px;
            border-radius: 10px;
        }
    /* end หัวข่าวประชาสัมพันธ์ */

    /* ข่าวกิจกรรมประชาสัมพันธ์ */
    btn-read-more {
        margin-top: 10px;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
    }
    .btn-read-more:hover {
        background-color: #0056b3;
    }
    /* ปิด ข่าวกิจกรรมประชาสัมพันธ์ */

     /* Custom styles for border ผู้บริหาร */
     .card-border {
        border: 2px solid #000; /* Adding black border */
        border-radius: 8px; /* Round the corners */
    }
    .card-body {
        text-align: center; /* Center the text in the card */
    }
    
    .employee {
        margin: 5px; /* Add spacing between employee cards */
    }
    .executive-card {
        margin-bottom: 20px;
    }
     /* end Custom styles for border ผู้บริหาร */
     footer {
        background-color: #333; /* Dark background for footer */
        color: white;
        text-align: center;
        padding: 20px;
        position: relative;
        bottom: 0;
        width: 100%;
    }
    footer .social-icons i {
        color: white;
        margin: 0 10px;
        font-size: 24px;
    }
    footer .social-icons i:hover {
        color: #007bff; /* Change color on hover */
    }
/* ขนาดรูปภาพประชาสัมพันธ์ */
    .news-img {
        width: -40;
        height: 100px;
        object-fit: cover;
    }
/*end ขนาดรูปภาพประชาสัมพันธ์ */

/* วิดีโอ กำหนดการเล่น */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
}
.video-container iframe,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ปิดวิดีโอ กำหนดการเล่น */
    </style>