﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.bg-main {
    background-color: #18a4dc;
}
.bg-cate {
    background-color: #fcfcfd;
}

.text-main {
    color: #18a4dc;
}


/*Layout*/
.navbar-brand:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-nav .nav-link {
    line-height: 40px;
}

/* ปุ่มแจ้งชำระเงิน */
.modern-btn {
    background-color: #ffffff;
    color: #003366; /* เปลี่ยนสีตัวหนังสือเป็นสีแดงเข้ม */
    border: 2px solid #12a1db;
    border-radius: 8px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(18, 161, 219, 0.25);
    cursor: pointer;
}

    .modern-btn:hover {
        background-color: #12a1db;
        color: #fff;
        box-shadow: 0 4px 15px rgba(18, 161, 219, 0.5);
        border-color: #0e7dbd;
    }

    .modern-btn:focus {
        outline: none;
        box-shadow: none;
    }
/* ปุ่มแจ้งชำระเงิน */
/* เมนู Header */
.menu-inner {
    display: flex;
    align-items: center;
}

.menu-nav {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    flex-grow: 1;
}

    .menu-nav .nav-link {
        color: white;
        font-weight: bold;
        te */xt-decoration: none;
    }
/*Layout*/


/*Index*/
.slider-item {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    position: relative;
}


@media (min-width: 768px) {
    .slider-item {
        height: 400px;
    }
}

.fp-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    opacity: 0.7;
}

    .fp-slider .owl-nav button {
        height: 40px;
        width: 40px;
        background: #fff;
        transform: translateY(-20px);
    }

        .fp-slider .owl-nav button.owl-prev {
            border-radius: 50%;
        }

        .fp-slider .owl-nav button.owl-next {
            border-radius: 50%;
        }

.fp-slider .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.responsive-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.responsive-img-container {
    width: 100%;
    padding: 1rem;
    text-align: center;
    font-family: 'Tahoma', sans-serif;
    color: #333;
}
/*Index*/
