@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Kanit');

body {
    font-family: 'Kanit', sans-serif;
    background-size: 100%;
    background-color: #000000;
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;    
    color: rgb(255, 255, 255);
}

.container {
    max-width: 977px;
}

img {
    max-width: 100%;
    height: auto;
}


.pc {
    display: block;
}

.mobile {
    display: none;
}

b,
a {
    color: #b8a064;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

strong {
    color: #b8a064;
    text-shadow: 0px 1px 1px black;
}

h1,
h2,
h3,
h4,
h5 {
    color: #b8a064;
}

.b001 {
    background: linear-gradient(#826845, #d1c173);
    padding: 0.01rem 1rem;
    padding-right: 15px;
    padding-left: 5px;
}

.nav-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.nav-link:hover {
    color: rgb(0, 0, 0);
}

.colo-1 {
    color: rgb(255, 255, 255);
}

.bgblackb {
    background-color: #000000;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(to bottom, #e7d39d, #b19560);
}

@media (max-width: 995px) {
    body {
        background-color: #2a2a2a;
        background-size: 0px;
    }

    .mg10 {
        margin: 10px;
    }
    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    .menucc {
        background: linear-gradient(#4a4a4a, #040404);
        color: #e1cc96;
    }

    .nav-pills .nav-link {
        color: #fff;
        background: linear-gradient(to bottom, #393939, #292929);
        box-shadow: 0 5px 7px 0 #000000;
        border-radius: 15px;
        width: 66px;
        height: 55px;
        text-align: center;
        flex-wrap: wrap;
        padding: 11px 0;
        cursor: pointer;
        margin-top: 15px;
        font-size: 9px;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background: linear-gradient(to bottom, #e7d39d, #b19560);
    }

}

.bg0 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 5px;
}

.st-01 {
    background-image: linear-gradient(#666472, #aeb6c3, #666472);
    border-radius: 3px;
    font-size: 14px;
    color: #000;
}

.form-control {
    height: 30px;
    display: block;
    width: 170px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 30px;
}

.btn-primary {
    --bs-btn-border-color: #14243c87;
    margin-top: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background: linear-gradient(#6e99bb, #285477);
    color: aliceblue;
    text-shadow: 2px 1px 2px #000;
    font-weight: 500;
}

.f1 {
    padding-right: 0px;
    padding-left: 0px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ff000000;
    color: white;
    cursor: pointer;
    padding: 5px;
}

#myBtn:hover {
    background-color: #ff000000;
}

.bg {
    background: linear-gradient(#1b1b1b, #0f0f0f, #0f0f0f);
}

.bg1 {
    color: aliceblue;
    background-image: linear-gradient(#1E1613, #000000);
    border-radius: 12px;
    border: #43372D 1px solid;
    margin-bottom: 10px;
}

.a01 {
    display: scroll;
    position: fixed;
    bottom: 5px;
    right: 5px;
}

.a02 {
    margin-top: 15px;
    padding-left: 0px;
}

.con01 {
    background-color: #00000000;
    padding-right: 0px;
    padding-left: 0px;
}

.con02 {
    background: linear-gradient(#00000000, #00000000, #00000000);
    padding: 0rem 0rem;
}

.con03 {
    background-image: url("../img/headline.webp");
    padding: 5px 5px 0px 5px;
}

.con04 {
    padding-top: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.con05 {
    border-radius: 12px;
}

.con06 {
    border-radius: 5px;
}

.img-01 {
    padding-top: 5px;
}

.colo-1 {
    color: aliceblue;
    font-size: 12px;
}

.colo-2 {
    color: #000000;
}

.colo-3 {
    color: #ebc76e;
    font-size: 11px;
}

.colo-4 {
    color: red;
}



.affix3 {
    z-index: 100;
    top: 0px;
    position: fixed;
    width: 100%;
}

.mu {
    z-index: 100;
    bottom: 0px;
    position: fixed;
    width: 100%;
    text-shadow: 0px 0px 0px #00000000;
    display: block;
    background: linear-gradient(#32323200, #00000000);
    text-align: center;
}


.icn-login {
    padding: 5px 15px;
    background: linear-gradient(to bottom, #e7d39d, #b19560);
    color: black;
    border-radius: 5em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.menuimg {
    width: 30px;
}

.icnbg {
    font-size: 18px;
}

.icnbg2 {
    font-size: 18px;    
}

.c12 {
    padding-top: 5px;
    padding-bottom: 5px;
}