body::before, body {
    background-image: none !important;
    background: none !important;
    background: #fff !important;
}

.underLine {
    width: 250px;
    background: #FFC13B;
    border-radius: 2px;
    height: 3px;
}

.underLine.a {
    width: 100px;
}

.underLineGra {
    width: 60%;
    background: #2E3191;
    background: linear-gradient(to right, #2E3191, #ED1C24);
    border-radius: 2px;
    height: 3px;
}

.boxPoll {
    padding: 60px 100px;
    background: #fff;
    margin-top: -80px;
    position: relative;
    border-radius: 15px;
}

.boxPoll02 {
    padding: 100px;
    padding-bottom: 140px;
    background: #0E2B60;
    border-radius: 15px;
}

.boxMargin {
    margin-top: -60px;
}

.logoImg {
    max-width: 100%;
    height: auto;
}

.lineCircle {
    background-color: #e8002c;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 1;
    left: 163px;
    top: 30px;
}

.milestone_progress {
    width: 1px;
    height: 100%;
    top: 0;
    left: 170px;
    margin: auto;
    position: absolute;
    background-color: #c8cdd0;
}

.box-main-history {
    padding-left: 170px;
    padding-bottom: 150px;
}

.box-text-number-history-year {
    position: absolute;
    left: 0;
}

.frameHistory {
    background-color: #0E2B60;
    border-radius: 15px;
    padding: 40px 80px;
}

.regular06 {
    margin: 0;
    padding: 0;
}

.boxHall {
    background-color: #173874;
    padding: 40px;
    width: 100%;
}

.boxHall.a {
    background-color: #0E2B60;
}

.boxHall.b {
    background-color: #031A43;
}

.bgMsg {
    background: url(../img/about/message/line-bg.png) no-repeat top center;
    background-size: 100%;
    padding: 80px 0;
}

.bgAsso {
    background: #fff url(../img/about/association/bg.png) no-repeat bottom center;
    background-size: cover;
    padding: 80px 0;
    padding-bottom: 140px;
}

.col.a {
    margin-top: 10%;
}

.col.b {
    margin-top: 20%;
}

.selection-dropdown {
    font-family: "Kanit", sans-serif;
    border: none;
    border-bottom: 1px solid #0E529C;
    color: #2E3191;
    font-weight: 400;
    font-size: 1.5rem;
}

.selection-dropdown option {
    /* font-size: 1.5rem; */
    font-weight: 300;
}

.team-gender-header {
    font-family: "Kanit", sans-serif;
    width: max-content;
}

.team-gender-header h3 {
    font-size: 1.75rem;
    font-weight: 500;
    width: max-content;
}

.team-gender-header-underline {
    width: 70%;
    height: 6px;
    background: #E8002C;
    margin-top: 5px;
    border-radius: 2px;
}

.bl {
    color: #000;
}

.card-grid {
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.card-logo img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 100px;
    height: auto;
    
}

.card-logo.fit img{
    padding: 5%;
}

.card-logo.b img {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.card-content {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    padding-left: 1rem;
    gap: 12px;
}

.card-title {
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #e60023;
}

.btn-facebook {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #0C5BFF;
    color: #fff;
    padding: 8px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    width: fit-content;
    transition: all 20ms ease-in-out;
}

.btn-facebook svg {
    margin-left: 4px;
}

.btn-facebook:hover {
    background: #0055ff;
}

.btn-facebook.disabled, .btn-facebook.disabled:hover {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #41414155;
}

.textName {
    font-family: "Kanit", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}

.textType {
    font-family: "Kanit", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    color: #000000;
}

.vision-header-banner {
    font-family: "Kanit", sans-serif;
    height: max-content;
    padding: 16ch 0;
}

.vision-header {
    font-family: "Kanit", sans-serif;
    display: flex;
    width: max-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.vision-header h3 {
    font-weight: 500;
    width: max-content;
}

.vision-header-underline {
    width: 60%;
    border-top: 5px solid #E8002C;
}

.vision-text-container {
    width: 100%;
    font-family: "Kanit", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-text-container h2 {
    width: max-content;
    font-weight: 600;
    text-align: center;
    font-size: clamp(1.5rem, 5vw, 3rem);
}

.vision-img {
    background-color: #FFF;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 87%, 
        50% 100%, 
        0 87%
    );
    position: relative;
    z-index: 2;
    padding-bottom: 8rem;
}

.sub-image {
    height: 100%;
    margin-top: auto;
}

.angled-section {
    height: 90vh;
    background: url('../img/about/vision/bg-mission.jpg') center/cover no-repeat;
    margin-top: -10rem;
    position: relative;
    z-index: 1;
}

.mission-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}


.mission-title {
    font-family: "Kanit", sans-serif;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

.mission-box {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    position: absolute;
    border: 1px solid #FFF;
    /* backdrop-filter: blur(6px); */
    padding: 1rem 1.2rem;
    color: #fff;
    width: 280px;
    /* border-radius: 12px; */
    font-size: 1.2rem;
}

.mission-box span {
    font-size: 1.3rem;
    font-weight: 600;
}

.mission-box.box1 { top: 25%; left: 27.5%; }
.mission-box.box2 { top: 25%; right: 27.5%; }
.mission-box.box3 { top: 50%; right: 15%; }
.mission-box.box4 { top: 75%; right: 27.5%; }
.mission-box.box5 { top: 75%; left: 27.5%; }
.mission-box.box6 { top: 50%; left: 15%; }


.image-container {
    padding-bottom: 10rem;
}


@media screen and (max-width:1440px) {
    .logoImg {
        max-width: 80%;
    }
    .mission-box.box1 { top: 25%; left: 20%; }
    .mission-box.box2 { top: 25%; right: 20%; }
    .mission-box.box3 { top: 50%; right: 5%; }
    .mission-box.box4 { top: 75%; right: 20%; }
    .mission-box.box5 { top: 75%; left: 20%; }
    .mission-box.box6 { top: 50%; left: 5%; }
}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {}


@media screen and (max-width:1200px) {
    .vision-header-banner {
        height: max-content;
        padding: 16ch 0 8ch 0;
    }  
}

@media screen and (max-width:1024px) {
    .selection-dropdown {
        font-size: 1.2rem;
    }

    .selection-dropdown option {
        /* font-size: 1.2rem; */
    }

    .boxPoll {
        margin-top: -40px;
    }
    .milestone_progress {
        left: 120px;
    }
    .box-main-history {
        padding-left: 120px;
        padding-bottom: 60px;
    }
    .lineCircle {
        left: 113px;
        top: 18px;
    }
}

@media screen and (min-width:992px) {
    .col-lg-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media screen and (max-width: 991px) {
    .mission-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 10rem;
        gap: 1rem;
    }

    .mission-box, .mission-title {
        position: static;
        transform: none;
        width: 90%;
        text-align: center;
    }

    .angled-section {
        height: max-content;
    }
}

@media screen and (max-width:820px) {


    .logoImg {
        max-width: 100%;
    }
    .boxPoll02 {
        padding: 60px;
        padding-bottom: 120px;
    }
    .boxPoll {
        padding: 60px 40px;
        margin-top: -40px;
    }
    .lineCircle {
        margin: 0;
    }
    .pic01 {
        max-width: 50%;
    }
    .col.a {
        margin-top: 1.5rem;
    }
    .col.b {
        margin-top: 1.5rem;
    }
}

@media screen and (max-width:737px) {

    .boxPoll {
        padding: 20px 0px;
    }
    .bgMsg {
        padding: 40px 0;
    }
}

@media screen and (max-width:576px) {
    .team-gender-header h3 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:560px) {
    .boxPoll02 {
        padding: 20px;
        padding-bottom: 100px;
    }
    .frameHistory {
        padding: 40px 20px;
    }
    .col.a {
        margin-top: 0.5rem;
    }
    .col.b {
        margin-top: 0.5rem;
    }
    .sp-header {
        padding-top: 180px !important;
    }
    .milestone_progress {
        left: 80px;
    }
    .box-main-history {
        padding-left: 80px;
    }
    .lineCircle {
        left: 74px;
        top: 10px;
        width: 12px;
        height: 12px;
    }

    
}

@media screen and (max-width:414px) {}

@media screen and (max-width:375px) {}

.imgcenter {}
.imgcenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}