.top-leader-sec{
    background-color: #dfdfdf;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
}

.top-leader-container{
    width: 70%;
    background-color: #FFF;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0rem 4rem;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
}

.select{
    padding-left: 1rem;
    color: #000;
}

.top-leader-headline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    height: 7rem;
}

.top-leader-headline-tittle{
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
}

.top-leader-headline-tittle p{
  font-family: 'kanit', 'sans-serif';
  font-size: 42px;
  color: #46a5f3;
}


.top-leader-headline-link{
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: .5rem;
  }

.top-leader-headline-link a{
   text-decoration: none;
   font-size: 10px;
   color: #070a64;
   padding: .2rem 1rem;
   border: 1px solid #070a64;
   border-radius: 1rem;
   transition: .3s ease;
}

.top-leader-headline-link a:hover{
    transform: scale(1.1);
 }

.top-leader-wrapper{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.top-leader-box{
    width: 100%;
    height: auto;
    display: block;
}

.top-leader-box.active{
    width: 100%;
    height: auto;
    display: block;
}

.top-leader-box-tittle p{
    font-size: 20px;
    font-family: 'kanit', 'sans-serif';
}

.top-leader-box-tittle{
    padding: .5rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.table-top-leaders{
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', 'sans-serif';
    box-sizing: border-box;
    border-collapse: collapse;
}

.table-top-leaders tr {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px;
    
 }


.table-top-leaders td {
   padding: .3rem;
   padding-left: .8rem;
   
   
    
}


.table-top-leaders td p{
    font-family: 'Poppins', 'sans-serif';
    font-size: 16px;
    height: 100%;
}

.leaders-img{
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    border-radius: 50%;

}

.leaders-img img{
    
    width: 100%;
    height: 100%;
    transform: scale(2);
    object-fit: contain;
    object-position: center 7px;
}

@media (max-width: 1305px){

            .top-leader-container{
                width: 85%;
                background-color: #FFF;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 2rem;
                padding: 0rem 4rem;
                padding-bottom: 6rem;
                margin-bottom: 6rem;
            }
            
            .top-leader-headline{
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #dfdfdf;
                height: 7rem;
            }
            
            .top-leader-headline-tittle{
                display: flex;
                align-items: center;
                height: 100%;
                width: auto;
            }
            
            .top-leader-headline-tittle p{
            font-family: 'kanit', 'sans-serif';
            font-size: 42px;
            color: #46a5f3;
            }
            
            
            .top-leader-headline-link{
                height: 100%;
                width: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: .5rem;
            }
            
            .top-leader-headline-link a{
            text-decoration: none;
            font-size: 10px;
            color: #070a64;
            padding: .2rem 1rem;
            border: 1px solid #070a64;
            border-radius: 1rem;
            transition: .3s ease;
            }
            
            .top-leader-headline-link a:hover{
                transform: scale(1.1);
            }
            
            .top-leader-wrapper{
                display:flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 2rem;
            }
            
            .top-leader-box{
                width: 100%;
                height: auto;
            }
            
            .top-leader-box-tittle p{
                font-size: 20px;
                font-family: 'kanit', 'sans-serif';
            }
            
            .top-leader-box-tittle{
                padding: .5rem 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .table-top-leaders{
                width: 100%;
                padding: 0;
                margin: 0;
                font-family: 'Poppins', 'sans-serif';
            }
            
            
            
            .table-top-leaders td {
            padding: .3rem;
            padding-left: .8rem;
            
            
                
            }
            
            .table-top-leaders td p{
                font-family: 'Poppins', 'sans-serif';
                font-size: 16px;
                height: 100%;
            }
            
            .leaders-img{
                width: 2.5rem;
                height: 2.5rem;
                overflow: hidden;
                border-radius: 50%;
            
            }
            
            .leaders-img img{
                
                width: 100%;
                height: 100%;
                transform: scale(2);
                object-fit: contain;
                object-position: center 7px;
            }
}


@media (max-width: 1085px){

    .top-leader-container{
        width: 80%;
        background-color: #FFF;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0rem 4rem;
        padding-bottom: 6rem;
        margin-bottom: 6rem;
    }
    
    .top-leader-headline{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #dfdfdf;
        height: 7rem;
    }
    
    .top-leader-headline-tittle{
        display: flex;
        align-items: center;
        height: 100%;
        width: auto;
    }
    
    .top-leader-headline-tittle p{
    font-family: 'kanit', 'sans-serif';
    font-size: 42px;
    color: #46a5f3;
    }
    
    
    .top-leader-headline-link{
        height: 100%;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: .5rem;
    }
    
    .top-leader-headline-link a{
    text-decoration: none;
    font-size: 10px;
    color: #070a64;
    padding: .2rem 1rem;
    border: 1px solid #070a64;
    border-radius: 1rem;
    transition: .3s ease;
    }
    
    .top-leader-headline-link a:hover{
        transform: scale(1.1);
    }
    
    .top-leader-wrapper{
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem;
    }
    
    .top-leader-box{
        width: 100%;
        height: auto;
    }
    
    .top-leader-box-tittle p{
        font-size: 17px;
        font-family: 'kanit', 'sans-serif';
    }
    
    .top-leader-box-tittle{
        padding: .5rem 0;
        border-bottom: 1px solid #dfdfdf;
    }
    
    .table-top-leaders{
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: 'Poppins', 'sans-serif';
    }
    
    
    
    .table-top-leaders td {
    padding: .3rem;
    padding-left: .8rem;
    
    
        
    }
    
    .table-top-leaders td p{
        font-family: 'Poppins', 'sans-serif';
        font-size: 13px;
        height: 100%;
    }
    
    .leaders-img{
        width: 2.5rem;
        height: 2.5rem;
        overflow: hidden;
        border-radius: 50%;
    
    }
    
    .leaders-img img{
        
        width: 100%;
        height: 100%;
        transform: scale(2);
        object-fit: contain;
        object-position: center 7px;
    }
}


@media (max-width: 880px){

            .top-leader-container{
                width: 85%;
                background-color: #FFF;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 2rem;
                padding: 0rem 4rem;
                padding-bottom: 6rem;
                margin-bottom: 6rem;
            }
            
            .top-leader-headline{
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #dfdfdf;
                height: 7rem;
            }
            
            .top-leader-headline-tittle{
                display: flex;
                align-items: center;
                height: 100%;
                width: auto;
            }
            
            .top-leader-headline-tittle p{
            font-family: 'kanit', 'sans-serif';
            font-size: 42px;
            color: #46a5f3;
            }
            
            
            .top-leader-headline-link{
                height: 100%;
                width: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: .5rem;
            }
            
            .top-leader-headline-link a{
            text-decoration: none;
            font-size: 10px;
            color: #070a64;
            padding: .2rem 1rem;
            border: 1px solid #070a64;
            border-radius: 1rem;
            transition: .3s ease;
            }
            
            .top-leader-headline-link a:hover{
                transform: scale(1.1);
            }
            
            .top-leader-wrapper{
                display:flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 1rem;
            }
            
            .top-leader-box{
                width: 100%;
                height: auto;
            }
            
            .top-leader-box-tittle p{
                font-size: 16px;
                font-family: 'kanit', 'sans-serif';
            }
            
            .top-leader-box-tittle{
                padding: .5rem 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .table-top-leaders{
                width: 100%;
                padding: 0;
                margin: 0;
                font-family: 'Poppins', 'sans-serif';
            }
            
            
            
            .table-top-leaders td {
            padding: .3rem;
            padding-left: .8rem;
            
            
                
            }
            
            .table-top-leaders td p{
                font-family: 'Poppins', 'sans-serif';
                font-size: 11px;
                height: 100%;
            }
            
            .leaders-img{
                width: 2.2rem;
                height: 2.2rem;
                overflow: hidden;
                border-radius: 50%;
            
            }
            
            .leaders-img img{
                
                width: 100%;
                height: 100%;
                transform: scale(2);
                object-fit: contain;
                object-position: center 7px;
            }
}


@media (max-width: 785px){

            .top-leader-container{
                width: 85%;
                background-color: #FFF;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 2rem;
                padding: 0rem 4rem;
                padding-bottom: 6rem;
                margin-bottom: 6rem;
            }
            
            .top-leader-headline{
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #dfdfdf;
                height: 7rem;
            }
            
            .top-leader-headline-tittle{
                display: flex;
                align-items: center;
                height: 100%;
                width: auto;
            }
            
            .top-leader-headline-tittle p{
            font-family: 'kanit', 'sans-serif';
            font-size: 32px;
            color: #46a5f3;
            }
            
            
            .top-leader-headline-link{
                height: 100%;
                width: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: .5rem;
            }
            
            .top-leader-headline-link a{
            text-decoration: none;
            font-size: 10px;
            color: #070a64;
            padding: .2rem 1rem;
            border: 1px solid #070a64;
            border-radius: 1rem;
            transition: .3s ease;
            }
            
            .top-leader-headline-link a:hover{
                transform: scale(1.1);
            }
            
            .top-leader-wrapper{
                display:flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 2rem;
            }
            
            .top-leader-box{
                width: 100%;
                height: auto;
            }
            
            .top-leader-box-tittle p{
                font-size: 20px;
                font-family: 'kanit', 'sans-serif';
            }
            
            .top-leader-box-tittle{
                padding: .5rem 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .table-top-leaders{
                width: 100%;
                padding: 0;
                margin: 0;
                font-family: 'Poppins', 'sans-serif';
            }
            
            
            
            .table-top-leaders td {
            padding: .3rem;
            padding-left: .8rem;
            
            
                
            }
            
            .table-top-leaders td p{
                font-family: 'Poppins', 'sans-serif';
                font-size: 14px;
                height: 100%;
            }
            
            .leaders-img{
                width: 2.5rem;
                height: 2.5rem;
                overflow: hidden;
                border-radius: 50%;
            
            }
            
            .leaders-img img{
                
                width: 100%;
                height: 100%;
                transform: scale(2);
                object-fit: contain;
                object-position: center 7px;
            }
}


@media (max-width: 585px){

            .top-leader-container{
                width: 85%;
                background-color: #FFF;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 2rem;
                padding: 0rem 4rem;
                padding-bottom: 6rem;
                margin-bottom: 6rem;
            }
            
            .top-leader-headline{
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #dfdfdf;
                height: 7rem;
            }
            
            .top-leader-headline-tittle{
                display: flex;
                align-items: center;
                height: 100%;
                width: auto;
            }
            
            .top-leader-headline-tittle p{
            font-family: 'kanit', 'sans-serif';
            font-size: 24px;
            color: #46a5f3;
            }
            
            
            .top-leader-headline-link{
                height: 100%;
                width: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: .3rem;
            }
            
            .top-leader-headline-link a{
            text-decoration: none;
            font-size: 8px;
            color: #070a64;
            padding: .1rem 1rem;
            border: 1px solid #070a64;
            border-radius: 1rem;
            transition: .3s ease;
            }
            
            .top-leader-headline-link a:hover{
                transform: scale(1.1);
            }
            
            .top-leader-wrapper{
                display:flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 2rem;
            }
            
            .top-leader-box{
                width: 100%;
                height: auto;
            }
            
            .top-leader-box-tittle p{
                font-size: 18px;
                font-family: 'kanit', 'sans-serif';
            }
            
            .top-leader-box-tittle{
                padding: .5rem 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .table-top-leaders{
                width: 100%;
                padding: 0;
                margin: 0;
                font-family: 'Poppins', 'sans-serif';
            }
            
            
            
            .table-top-leaders td {
            padding: .3rem;
            padding-left: .8rem;
            
            
                
            }
            
            .table-top-leaders td p{
                font-family: 'Poppins', 'sans-serif';
                font-size: 12px;
                height: 100%;
            }
            
            .leaders-img{
                width: 2.5rem;
                height: 2.5rem;
                overflow: hidden;
                border-radius: 50%;
            
            }
            
            .leaders-img img{
                
                width: 100%;
                height: 100%;
                transform: scale(2);
                object-fit: contain;
                object-position: center 7px;
            }
}


@media (max-width: 506px){

    .top-leader-container{
        width: 85%;
        background-color: #FFF;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0rem 2rem;
        padding-bottom: 6rem;
        margin-bottom: 6rem;
    }
    
    .top-leader-headline{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #dfdfdf;
        height: 7rem;
    }
    
    .top-leader-headline-tittle{
        display: flex;
        align-items: center;
        height: 100%;
        width: auto;
    }
    
    .top-leader-headline-tittle p{
    font-family: 'kanit', 'sans-serif';
    font-size: 27px;
    color: #46a5f3;
    }
    
    
    .top-leader-headline-link{
        height: 100%;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: .3rem;
    }
    
    .top-leader-headline-link a{
    text-decoration: none;
    font-size: 8px;
    color: #070a64;
    padding: .1rem 1rem;
    border: 1px solid #070a64;
    border-radius: 1rem;
    transition: .3s ease;
    }
    
    .top-leader-headline-link a:hover{
        transform: scale(1.1);
    }
    
    .top-leader-wrapper{
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem;
    }
    
    .top-leader-box{
        width: 100%;
        height: auto;
    }
    
    .top-leader-box-tittle p{
        font-size: 18px;
        font-family: 'kanit', 'sans-serif';
    }
    
    .top-leader-box-tittle{
        padding: .5rem 0;
        border-bottom: 1px solid #dfdfdf;
    }
    
    .table-top-leaders{
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: 'Poppins', 'sans-serif';
    }
    
    
    
    .table-top-leaders td {
    padding: .3rem;
    padding-left: .8rem;
    
    
        
    }
    
    .table-top-leaders td p{
        font-family: 'Poppins', 'sans-serif';
        font-size: 12px;
        height: 100%;
    }
    
    .leaders-img{
        width: 2.5rem;
        height: 2.5rem;
        overflow: hidden;
        border-radius: 50%;
    
    }
    
    .leaders-img img{
        
        width: 100%;
        height: 100%;
        transform: scale(2);
        object-fit: contain;
        object-position: center 7px;
    }
}


@media (max-width: 439px){

                .top-leader-container{
                    width: 90%;
                    background-color: #FFF;
                    height: auto;
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;
                    padding: 0rem 1.5rem;
                    padding-bottom: 6rem;
                    margin-bottom: 6rem;
                }
                
                .top-leader-headline{
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px solid #dfdfdf;
                    height: 5rem;
                }
                
                .top-leader-headline-tittle{
                    display: flex;
                    align-items: center;
                    height: 100%;
                    width: auto;
                }
                
                .top-leader-headline-tittle p{
                font-family: 'kanit', 'sans-serif';
                font-size: 24px;
                color: #46a5f3;
                }
                
                
                .top-leader-headline-link{
                    height: 100%;
                    width: auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    padding-bottom: .3rem;
                }
                
                .top-leader-headline-link a{
                text-decoration: none;
                font-size: 8px;
                color: #070a64;
                padding: .1rem .5rem;
                border: 1px solid #070a64;
                border-radius: 1rem;
                transition: .3s ease;
                }
                
                .top-leader-headline-link a:hover{
                    transform: scale(1.1);
                }
                
                .top-leader-wrapper{
                    display:flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    gap: 2rem;
                }
                
                .top-leader-box{
                    width: 100%;
                    height: auto;
                }
                
                .top-leader-box-tittle p{
                    font-size: 14px;
                    font-family: 'kanit', 'sans-serif';
                }
                
                .top-leader-box-tittle{
                    padding: .5rem 0;
                    border-bottom: 1px solid #dfdfdf;
                }
                
                .table-top-leaders{
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    font-family: 'Poppins', 'sans-serif';
                }
                
                
                
                .table-top-leaders td {
                padding: .3rem;
                padding-left: .8rem;
                
                
                    
                }
                
                .table-top-leaders td p{
                    font-family: 'Poppins', 'sans-serif';
                    font-size: 9px;
                    height: 100%;
                }
                
                .leaders-img{
                    width: 2rem;
                    height: 2rem;
                    overflow: hidden;
                    border-radius: 50%;
                
                }
                
                .leaders-img img{
                    
                    width: 100%;
                    height: 100%;
                    transform: scale(2);
                    object-fit: contain;
                    object-position: center 7px;
                }
}


@media (max-width: 339px){

                .top-leader-container{
                    width: 90%;
                    background-color: #FFF;
                    height: auto;
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;
                    padding: 0rem 1rem;
                    padding-bottom: 6rem;
                    margin-bottom: 6rem;
                }
                
                .top-leader-headline{
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px solid #dfdfdf;
                    height: 5rem;
                }
                
                .top-leader-headline-tittle{
                    display: flex;
                    align-items: center;
                    height: 100%;
                    width: auto;
                }
                
                .top-leader-headline-tittle p{
                font-family: 'kanit', 'sans-serif';
                font-size: 24px;
                color: #46a5f3;
                }
                
                
                .top-leader-headline-link{
                    height: 100%;
                    width: auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    padding-bottom: .3rem;
                }
                
                .top-leader-headline-link a{
                text-decoration: none;
                font-size: 5px;
                color: #070a64;
                padding: .1rem .5rem;
                border: 1px solid #070a64;
                border-radius: 1rem;
                transition: .3s ease;
                }
                
                .top-leader-headline-link a:hover{
                    transform: scale(1.1);
                }
                
                .top-leader-wrapper{
                    display:flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    gap: 2rem;
                }
                
                .top-leader-box{
                    width: 100%;
                    height: auto;
                }
                
                .top-leader-box-tittle p{
                    font-size: 16px;
                    font-family: 'kanit', 'sans-serif';
                }
                
                .top-leader-box-tittle{
                    padding: .5rem 0;
                    border-bottom: 1px solid #dfdfdf;
                }
                
                .table-top-leaders{
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    font-family: 'Poppins', 'sans-serif';
                }
                
                
                
                .table-top-leaders td {
                padding: .3rem;
                padding-left: .8rem;
                
                
                    
                }
                
                .table-top-leaders td p{
                    font-family: 'Poppins', 'sans-serif';
                    font-size: 11px;
                    height: 100%;
                }
                
                .leaders-img{
                    width: 1.8rem;
                    height: 1.8rem;
                    overflow: hidden;
                    border-radius: 50%;
                
                }
                
                .leaders-img img{
                    
                    width: 100%;
                    height: 100%;
                    transform: scale(2);
                    object-fit: contain;
                    object-position: center 7px;
                }
}