@font-face {
    font-family: 'Inter';
    src: url('/font/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/font/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora';
    src: url('/font/Lora-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lora-Bold';
    src: url('/font/Lora-Bold.ttf') format('truetype');
}

.inter{
    font-family: 'Inter' !important;
}

.inter-bold{
    font-family: 'Inter-Bold' !important;
}

.lora{
    font-family: 'Lora' !important;
}

.lora-bold{
    font-family: 'Lora-Bold' !important;
}

html,*{
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
}

@media(max-width: 768px) {
    .custom-image-chairman{
        position: relative !important;
        bottom: 0px !important;
    }

    .text-chairman{
        padding-top: 30px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .footer-link{
        margin-left: 0 !important;
    }
}

@media(max-width: 450px) {
    .button-top-footer{
        width: 100%;
    }

    .footer-logo{
        width: 40% !important;
    }
}

.custom-carousel img {
    width: 100% !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
 {
    background: #25955D !important;
}

.btn-login{
    background: linear-gradient(to right, #25955D, #1F563B);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 30px;
}

.text-primary{
    color: #25955D !important;
}

.btn-amphuri{
    padding: 10px 23px;
    background-color: #25955D;
    color: #fff;
    border: 1px solid #25955D;
    font-weight: 400;
    font-size: 13px;
    border-radius: 30px;
}

.btn-amphuri:hover{
    background-color: #1F563B;
    color: #fff;
    border: 1px solid #1F563B;
    transition: 0.5s ease-in-out;
}

.custom-image-chairman{
    position: absolute;
    bottom: -250px;
    left: 0;
}

.bg-login{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 6%;
}

.login{
    background-color: #fff;
    margin: 0 20px;
}

.form-custom-input{
    background-color: #F3F4F6;
    border: 1px solid #E5E7EB;
    padding: 15px 18px;
    font-size: 14px;
    border-radius: 7px;
    color: #000;
}

.section-tabs-title {
    color: #25955D;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.section-tabs-hr {
    width: 100%;
    height: 1.5px;
    border: none;
    margin-bottom: 15px;
}
