 @font-face {
    font-family: 'Kanit';
    src: url('font/Kanit-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('font/Kanit-Bold.ttf') format('truetype');
    font-weight: 700; /* Adjust the weight according to your font file */
    font-style: normal;
}


 * {
    font-family: 'Kanit', sans-serif;
    box-sizing: border-box;
 }


.mySlides {
    display: none;
}

img {
    vertical-align: middle;
    /* padding: 20px 0px 20px 0px; */
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;

}

/* Caption text */
.text {
    background-color: rgba(255, 255, 255, 0.5);
    height: 118px;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    bottom: 1px;
    width: 90%;
    text-align: center;
}



/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}


/* header */
.navbar {
    background-color: #E67E22;
    padding-top: 15px;
    text-align: left;
}
.text-center {
    text-align: center;
    padding: 50px ;
    line-height: 54px
}

.btn-login{
    width: 565px;
    height: 74px;

/* 156EA5 */
color: #ffffff;
background-color: #156EA5;
    /* box-shadow: 4px 6px 24px rgba(0, 0, 0, 0.2), inset 0px 4px 5px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
}

.section-box{
    padding: 50px ;
}

.footer-box{
    background-color: #69C6FF;
    /* padding:2%; */
    padding: 20px 20px;
    color:#ffffff;
}


i {
    color:#000000;
   
}
.i-w {
    color:#ffffff;
}

hr{
    color:#ffffff;
}

.table-head{
    color:#ffffff;
    background-color: #156EA5;
}

.list-box-style{
    padding: 10px;
    font-size: 24px;
}
.list-box-style-b{
    padding: 50px;
    font-size: 24px;
    background-color: #F5FBFF;
    border-style: solid;
    border-color: #0d6efd;
}

.list-box-style-b-s{
    padding: 20px;
    background-color: #0d6efd;
    color:#ffffff;

}
.list-box-style-s{
    padding: 10px;
    border-style: solid;
    border-color:#0d6efd;
    margin-bottom: 10px;
}

.list-box-style-s-active{
    padding: 10px;
    background-color:#0d6efd;
    margin-bottom: 10px;
    
}
