@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;
}

/* popup  */
.popupLayout {
    position: fixed;
    z-index: 30;
    top: 80px;
    left: 50px;
    filter: drop-shadow(1px 1px 1px transition);
    transition: all 0.5s;
}

.popupLayout.first {
    top: 80px;
    left: 30px;
}

.popupLayout.second {
    top: 195px;
    left: 30px;
}

.popupLayout.third {
    top: 350px;
    left: 50px;
}

.popupLayout.first img {
    width: 120px;
}

.popupLayout.second img {
    width: 120px;
}

.popupLayout.third img {
    width: 120px;
}

.popupLayout:hover {
    filter: drop-shadow(1px 1px 15px #fff);
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.zoom-loop {
    animation: zoomInOut 3s ease-in-out infinite;
}

/* 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;
}

/* MENU MAIN WEB   */
.menuMainLayout {
    position: fixed;
    z-index: 3;
    top: 50px;
    right: 10px;

    width: fit-content;
    min-height: 300px;
    padding: 10px 5px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.btnMain {
    width: 135px;
    height: 135px;
    padding: 20px 40px;

    background: url("../images/circleButton.svg");
    background-position: center;
    background-size: cover;
    border: 0px solid transparent;

    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    transition: all .5s;
    filter: drop-shadow(1px 2px 10px transition);
}

.btnMain span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}

.btnMain:hover {
    filter: drop-shadow(1px 2px 10px #fff5bc);
}

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

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

@media (max-width: 768px) {


    .popupLayout.first img {
        width: 80px;
    }

    .popupLayout.second img {
        width: 80px;
    }

    .popupLayout.third img {
        width: 100px;
    }

    .popupLayout.first {
        top: 80px;
        left: 20px;
    }

    .popupLayout.second {
        top: 160px;
        left: 15px;
    }

    .popupLayout.third {
        top: 280px;
        left: 20px;
    }

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

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

@media (max-width: 450px) {


    .popupLayout.first img {
        width: 60px;
    }

    .popupLayout.second img {
        width: 80px;
    }

    .popupLayout.third img {
        width: 70px;
    }

    .popupLayout.first {
        top: 80px;
        left: 15px;
    }

    .popupLayout.second {
        top: 140px;
        left: 5px;
    }

    .popupLayout.third {
        top: 70px;
        left: 225px;
    }

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