@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+Thai:wght@100..900&display=swap");

a {
    text-decoration: none !important;
}

body {
    font-family: "Noto Sans Thai", sans-serif !important;
}

/* ======= FOOTER =========  */
.footerMainLayout {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 5px 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    background: #343a40;
    color: #fff;
}


/* modal popup news  */
.popup_news {
    max-width: 1090px;
}

.modal-open {
    padding-right: 0px !important;
}

body.modal-open {
    padding-right: 0 !important;
    overflow-y: auto !important;
}

.modal {
    background: #000000a3;
}

.popup_news .modal-content {
    background: transparent;
    border: none;
}

.popup_newsImg {
    width: ค00px;
}

.footerLogo {
    width: 150px;
}


@media (max-width: 1190px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {

    .footerMainLayout {
        flex-direction: column;
        padding: 20px;
    }
}

@media (max-width: 600px) {
    body {
        padding: 0px !important;
    }
}

@media (max-width: 450px) {


    .footerMainLayout {
        min-height: 180px;
    }
}