body {
    font-family: 'Noto Sans Thai UI', "Roboto";
    background-image: url('/images/bg-texture.jpg');
    background-color: #f7f3cc;
    background-size: 80px;
    scroll-behavior: smooth;
}

strong {
    font-weight: bold;
}

.chineseFont {
    font-family: 'huxiaobo-nanshenregular';
}

.text-green {
    color: #808048;
}

.bg-green {
    background-color: #808048;
}

.navBarStyle {
    background-image: url("/images/navBar.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1140px;
    border-radius: 10px;
    position: fixed;
    min-height: 100px;
    color: #7d8035;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 999;
}

.navBarStyle a {
    color: #7d8035;
}

.navBullet {
    transform: translateY(-2px);
    width: 12px;
}

.heroBG {
    background-image: url('/images/heroBG.jpg');
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.heroModel {
    margin-top: -20px;
}

.p-absolute {
    position: absolute;
}

.underLineStyle {
    width: 100%;
    min-height: 8px;
    background-image: url("/images/line.jpg");
    background-size: cover;
}

.boxPanel {
    background: rgb(203, 152, 49);
    background: linear-gradient(90deg, rgba(203, 152, 49, 1) 36%, rgba(246, 229, 148, 1) 61%, rgba(203, 152, 49, 1) 86%);
    width: 100%;
    min-height: 350px;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 5px;
}

.boxPanel .whiteBG {
    background: #fff;
    min-height: 340px;
    border-radius: 20px;
}

.boxPanel img {
    border-radius: 20px 20px 0px 0px;
}

.boxPanel .textData {
    height: 180px;
}
.lineSpacing {
    line-height: 1.5em;
}

#degree360Section {
    background-image: url('/images/bg360.jpg');
    background-position: center center;
    background-size: cover;
    background: transparent;
}

.productSection {
    background-image: url('/images/productBG.jpg');
    background-size: 100%;
    background-repeat: repeat;
    /* background: transparent; */
}

.w-80 {
    width: 80%;
}

.sponsorBar1 {
    height: 150px;
}

.galleryBorder {
    border: solid 5px #c69b32;
    border-radius: 15px;
}

.pointer {
    cursor: pointer;
}


#onlineStoreBody {
    background-image: url('/images/onlineStoreBG.jpg');
    background-size: cover;
}

.onlineMenu {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    border: #c69b32 solid 2px;
    padding: 8px;
    padding-top: 15px;
    transform: translateY(-15px);
    z-index: 0;
    text-align: center;
    font-weight: bold;
}

.onlineMenuHeader {
    position: relative;
    z-index: 1;
}

.onlineAreaSelect {
    background: none;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    cursor: pointer;
}

.onlinePlatformSelect {
    background: none;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    cursor: pointer;
}

.onlineAreaSelect.active {
    background: #808048;
    color: #fff;
}

.onlinePlatformSelect.active {
    background: #808048;
    color: #fff;
}

.qrPlatform {
    box-shadow: 2px 1px 23px -8px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 2px 1px 23px -8px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 2px 1px 23px -8px rgba(0, 0, 0, 0.65);
    border-radius: 15px;
}

.hamburger {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    z-index: 99;
}
.blackAlpha {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    z-index:999;
}
.hamburgerMenu {
    position: fixed;
    width:300px;
    background-color: #faf6d2;
    z-index: 1000;
}
.hamburgerMenu .hamburgerSelect {
    font-family: 'huxiaobo-nanshenregular';
    color:#7d8035;
    padding:15px;
    padding-left:25px;
}
.hamburgerSelect a {
    color:#7d8035;
}


@media (min-width: 576px) {}


@media (min-width: 768px) {
    .sponsorBar1 {
        height: 300px;
    }
}


@media (min-width: 992px) {
    .navBarStyle {
        max-width: 960px;
        min-height: 85px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .heroBG {
        min-height: 400px;
    }

    .heroModel {
        margin-top: 0px;
    }

    .boxPanel {
        margin-bottom: 50px;
    }

    .boxPanel .textData {
        height: 150px
    }

    .sponsorBar1 {
        height: 150px;
    }
    .lineSpacing {
        line-height: 1.8em;
    }
}

@media (min-width: 1200px) {
    .navBarStyle {
        max-width: 1140px;
        min-height: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
