﻿body {
    font-family: 'Reddit Sans', 'Mitr', sans-serif;
    /*background: url(/frontend-assets/images/bg-thaikanok-light.png);*/
    /*background: url(/frontend-assets/images/bg-thaikanok-light.png), linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);*/
    background: #ffffff url(/frontend-assets/images/bg-thaikanok-light.png);
}

.full-width {
    width: 100%;
}


@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (max-width: 430px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/*****************************************
* View More Button
*****************************************/
.btn-viewmore, .btn-viewmore:hover {
    color: #ffffff;
    border: 2px solid #534c38;
    background: #534c38;
    padding: 8px 10px;
    display: block;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    transition: 0.3s ease all;
    text-align: center;
    width: 120px;
    margin: 0px auto;
}

/*****************************************
* Fade Gradient
*****************************************/
.fade-gradient {
    position: relative;
}

    .fade-gradient::after {
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgba(0, 0, 0, 1) );
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*****************************************
* Fade Image
*****************************************/
.fadeimage-mouseover {
    overflow: hidden;
    cursor: pointer;
}

    .fadeimage-mouseover:hover img {
        transform: scale(1.1);
        transition: transform 3s ease-in;
    }



/*****************************************
* Loader
*****************************************/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 999;
}


.loader--hidden {
    opacity: 0;
    visibility: hidden;
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-image {
    width: 370px;
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}


/*****************************************
* Swiper
*****************************************/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-container {
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.swiper-button-next, .swiper-button-prev {
    color: #d6a205;
}

/*****************************************
* Main Content 
*****************************************/
#main-content {
    margin-top: 130px;
    /*min-height: 50vh;*/
}

@media(max-width: 830px) {
    #main-content {
        margin-top: 80px
    }
}

@media(max-width: 430px) {
    #main-content {
        margin-top: 70px
    }
}



/*****************************************
* Navbar 
*****************************************/
.navbar {
    padding: 80px 0px 0px 0px;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    height: 130px;
    background: #ffffff;
    transition: 0.5s ease all;
    /*background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);*/
    background: url(/frontend-assets/images/bg-thaikanok-light.png), linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    /*box-shadow: 0px 4px 12px #e8e8e8;*/
}


    .navbar.bg-transparent {
        /*background: none;*/
        background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.3));
    }


    /*  .navbar.bg-transparent::before {
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            z-index: -1;
            background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0, 0,0.8));
        }*/

    .navbar .menu-wrapper {
        width: 100%;
        background-color: #434343;
        border: none;
        border-top: solid 3px #d6a205;
        border-bottom: solid 0px transparent;
    }


    .navbar .navbar-brand {
        color: #000000;
        transform: translateX(-50%);
        top: 0px;
        left: 50%;
        position: absolute;
        display: block;
        transition: 0.5s ease all;
        font-size: 30px;
        line-height: 34px;
    }

        .navbar .navbar-brand .navbar-logo {
            height: 70px;
        }


    .navbar.navbar-scroll {
        padding: 1.5rem 1rem 1.5rem 1rem;
        transition: 0.5s ease all;
        background: #ffffff;
    }

        .navbar.navbar-scroll.bg-transparent {
            background: #000000 !important;
        }

        .navbar.navbar-scroll .navbar-brand {
            display: none;
            transition: 0.5s ease all;
        }

        .navbar.navbar-scroll .navbar-nav .nav-link {
            color: #000000;
        }


.navbar-nav {
    margin: 0px auto;
}


.navbar-light .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ffffff;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        padding: 15px 20px;
    }


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
    outline: none;
}

.navbar-toggler {
    padding: 10px 15px;
    font-size: 16px;
    background-color: transparent;
    border-radius: .25rem;
}


.navbar-collapse {
    width: 100%;
}


@media (max-width: 767px) {
    .navbar {
        padding: 1rem 1rem 1rem 1rem;
    }
}

@media (max-width: 430px) {

    .navbar {
        padding: 10px 0px;
        height: 70px;
    }

        /*.navbar.bg-transparent {
            background: #000000 !important;
        }*/

        .navbar .navbar-brand {
            top: 12px;
            font-size: 16px;
            line-height: 16px;
        }


        .navbar.navbar-scroll {
            padding: 1rem 1rem 1rem 1rem;
        }

            .navbar.navbar-scroll .navbar-brand {
                display: block;
            }

        .navbar .navbar-brand .navbar-logo {
            height: 36px;
        }

    .navbar-nav {
        margin: 15px auto;
        background: #d7d7d7 url(/frontend-assets/images/bg-thaikanok-light.png);
        padding: 20px 0px;
    }
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:visited {
    color: #000000;
    font-size: 16px;
    padding: 5px 20px;
}


.navbar .menu-wrapper {
    width: 100%;
    background-color: transparent;
    border-top: none;
}

}

/*****************************************
* How to book
*****************************************/
#howtobook {
    padding: 100px 0px;
    background: #466fe4;
}

    #howtobook .title {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


    #howtobook .subtitle {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 40px;
    }


.howtobook {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


    .howtobook .howtobook-item {
        width: calc(100% / 4 - 20px);
        text-align: center;
        padding: 20px;
        background: #ffffff;
        margin: 10px;
        border-radius: 20px;
    }

        .howtobook .howtobook-item .step-no {
            color: #000000;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            font-size: 18px;
            line-height: 20px;
            font-weight: 600;
        }

            .howtobook .howtobook-item .step-no .no-circle {
                color: #ffffff;
                background: #000000;
                width: 28px;
                height: 28px;
                font-size: 18px;
                line-height: 20px;
                font-weight: 600;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0px 5px;
            }

        .howtobook .howtobook-item .step-icon {
            padding: 20px 0px;
        }

            .howtobook .howtobook-item .step-icon img {
                width: 50%;
                /*filter: brightness(0) invert(1);*/
            }

        .howtobook .howtobook-item .step-detail {
            font-size: 14px;
            line-height: 18px;
            font-weight: 600;
        }





/*****************************************
* Suggest Trips
*****************************************/
#suggest-trip {
    padding: 100px 0px;
}

    #suggest-trip .title {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
        color: #d6a205;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


    #suggest-trip .subtitle {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 40px;
    }


.suggest-trip {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 10px;
}

    .suggest-trip .trip-item {
        width: calc(100%/3 - 20px);
        margin: 10px;
        box-shadow: 0px 10px 20px #e8e8e8;
    }

        .suggest-trip .trip-item .trip-info {
            padding: 20px;
        }

            .suggest-trip .trip-item .trip-info .trip-name {
                font-size: 24px;
                line-height: 28px;
                font-weight: bold;
                margin-bottom: 3px;
            }

            .suggest-trip .trip-item .trip-info .trip-type {
                margin-bottom: 5px;
            }

                .suggest-trip .trip-item .trip-info .trip-type span {
                    font-size: 12px;
                    line-height: 16px;
                    font-weight: 600;
                    color: #000000;
                    border: 1px solid #000000;
                    padding: 2px 10px 4px 10px;
                }


            .suggest-trip .trip-item .trip-info .trip-price {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 5px;
            }

                .suggest-trip .trip-item .trip-info .trip-price .start-price {
                    width: 50%;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 20px;
                }


                .suggest-trip .trip-item .trip-info .trip-price .price-rate {
                    width: 40%;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .suggest-trip .trip-item .trip-info .trip-price .price-rate .rate-value {
                        color: #ff7d26;
                        font-size: 30px;
                        line-height: 34px;
                        font-weight: bold;
                        padding: 0px 10px;
                        text-align: center;
                    }

                    .suggest-trip .trip-item .trip-info .trip-price .price-rate .rate-unit {
                        font-size: 16px;
                        line-height: 20px;
                        font-weight: 600;
                        text-align: right;
                    }

            .suggest-trip .trip-item .trip-info .trip-detail {
                font-size: 20px;
                line-height: 24px;
                height: 165px;
                overflow: hidden;
                margin-bottom: 20px;
            }

                .suggest-trip .trip-item .trip-info .trip-detail .header {
                    font-size: 18px;
                    line-height: 22px;
                    font-weight: 600;
                    margin-bottom: 3px;
                }

                .suggest-trip .trip-item .trip-info .trip-detail ul {
                    padding-left: 20px;
                    font-size: 16px;
                    line-height: 20px;
                    margin-bottom: 20px;
                }



            .suggest-trip .trip-item .trip-info .btn-more-detail {
                color: #ffffff;
                background: #3170e7;
                border: 2px solid #3170e7;
                padding: 13px 20px;
                display: block;
                border-radius: 30px;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                font-size: 1.2rem;
                text-decoration: none;
                transition: 0.3s ease all;
                text-align: center;
            }

/*****************************************
* Top Destinations
*****************************************/
#top-destinations {
    padding: 100px 0px;
}

    #top-destinations .title {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
        color: #ff7d26;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


    #top-destinations .subtitle {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 40px;
    }


.top-destinations {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 10px;
}

    .top-destinations .destinations-item {
        width: calc(100%/3 - 20px);
        margin: 10px;
        box-shadow: 0px 10px 20px #e8e8e8;
    }

        .top-destinations .destinations-item .place-name {
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            padding: 15px 20px;
            text-align: center;
        }


/*****************************************
* Google Map 
*****************************************/
.googlemap {
    position: relative;
    padding-bottom: 500px;
    height: 0;
    overflow: hidden;
}

    .googlemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }




/*****************************************
* Footer
*****************************************/
#footer {
    color: #ffffff;
    /*background: #c4a65c;*/
    margin-top: 0px;
    font-size: 16px;
    border-top: 1px solid #ebebeb;
    background: #000000 url(/frontend-assets/images/bg-thaikanok-dark.png);
}

    #footer .container {
        padding-right: 0px;
        padding-left: 0px;
    }


@media (max-width: 430px) {
    #footer {
        /*border-radius: 60px 60px 0px 0px;*/
    }
}


.footer-bottom {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 0px;
}

    .footer-bottom a, .footer-bottom a:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .footer-bottom .footer-header {
        color: #ffffff;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .footer-bottom .footer-text {
        font-size: 18px;
        line-height: 22px;
        padding: 5px 0px 20px 0px;
    }

    .footer-bottom .footer-phone {
        font-size: 1.5rem;
        line-height: 2rem;
        padding: 5px 0px;
        margin-bottom: 20px;
    }

        .footer-bottom .footer-phone a, .footer-bottom .footer-phone a:hover {
            color: #000000;
            text-decoration: none;
        }

    .footer-bottom .left-panel {
        width: 70%;
        padding: 20px;
    }

        .footer-bottom .left-panel .footer-brand {
            display: flex;
            justify-content: flex-start;
            margin-bottom: 20px;
            text-decoration: none;
        }

            .footer-bottom .left-panel .footer-brand .photo {
                width: 100px;
                padding-right: 10px;
            }

                .footer-bottom .left-panel .footer-brand .photo img {
                    width: 100%;
                }

            .footer-bottom .left-panel .footer-brand .address {
                color: #ffffff;
            }

                .footer-bottom .left-panel .footer-brand .address .temple-name {
                    color: #ffffff;
                    font-size: 30px;
                    line-height: 34px;
                    margin-bottom: 5px;
                }

                .footer-bottom .left-panel .footer-brand .address .temple-address {
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 400;
                }

                .footer-bottom .left-panel .footer-brand .address .temple-tel {
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 400;
                }

        .footer-bottom .left-panel .qr-code {
            width: 40%;
        }


@media (max-width: 430px) {
    .footer-bottom {
        padding: 20px 0px;
    }


        .footer-bottom .left-panel .footer-brand .address .temple-name {
            font-size: 22px;
            line-height: 22px;
        }

        .footer-bottom .left-panel .footer-brand .address .temple-address {
            font-size: 14px;
            line-height: 14px;
        }

        .footer-bottom .left-panel .footer-brand .address .temple-tel {
            font-size: 14px;
            line-height: 14px;
        }
}


.footer-bottom .right-panel {
    width: 30%;
    padding: 20px;
}


.footer-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px 20px 0px;
}

    .footer-social .social-item {
        width: 36px;
        height: 36px;
        margin: 0px 5px;
    }


.footer-copyright {
    text-align: center;
    padding: 20px 0px;
    border-top: 1px solid #ebebeb;
    background: #494736;
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
}


@media (max-width: 430px) {

    .footer-bottom .left-panel, .footer-bottom .middle-panel, .footer-bottom .right-panel {
        width: 100%;
        padding: 10px 20px;
    }

    .footer-bottom .footer-header {
        font-size: 28px;
        line-height: 28px;
        text-align: center;
    }

    .footer-bottom .footer-text {
        padding: 10px 0px 10px 0px;
    }

    .footer-social {
        justify-content: center;
        padding: 10px 0px 0px 0px;
    }
}


/*****************************************
* Main Header
*****************************************/
#main-header {
    position: relative;
}

#main-header {
}


.main-header-content {
    position: absolute;
    color: #fff;
    text-align: center;
    margin: 0;
    top: 80%;
    left: 10%;
    right: 10%;
    -ms-transform: translate(-50%, -80%);
    transform: translate(0%, -80%);
    z-index: 1;
}

    .main-header-content h1 {
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: uppercase;
        color: #FFD93B;
    }

    .main-header-content p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }


/*****************************************
* Trip Infomation
*****************************************/
#trip-infomation {
    padding: 50px 0px;
}

    #trip-infomation .title {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        font-weight: 600;
        color: #ff7d26;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


.trip-infomation {
    /*border: 1px solid red;*/
    display: flex;
    justify-content: space-between;
}

    .trip-infomation .trip-info {
        /*border: 1px solid red;*/
        width: 58%;
        font-size: 18px;
        line-height: 22px;
    }

        .trip-infomation .trip-info .header {
            font-size: 22px;
            line-height: 26px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .trip-infomation .trip-info .paragraph {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 30px;
        }

    .trip-infomation .trip-booking {
        border: 1px solid #e9e9e9;
        width: 38%;
        border-radius: 20px;
        padding: 20px;
    }

        .trip-infomation .trip-booking .header {
            font-size: 22px;
            line-height: 26px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .trip-infomation .trip-booking .trip-price {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 5px;
        }

            .trip-infomation .trip-booking .trip-price .start-price {
                width: 50%;
                font-size: 16px;
                font-weight: 600;
                line-height: 20px;
            }

            .trip-infomation .trip-booking .trip-price .price-rate {
                width: 40%;
                color: #ff7d26;
                font-size: 30px;
                line-height: 34px;
                font-weight: bold;
                padding-left: 10px;
                text-align: center;
            }

            .trip-infomation .trip-booking .trip-price .price-unit {
                font-size: 16px;
                line-height: 20px;
                font-weight: 600;
                text-align: right;
            }


        .trip-infomation .trip-booking .btn-booking {
            color: #ffffff;
            background: #3170e7;
            border: 2px solid #3170e7;
            padding: 13px 20px;
            display: block;
            border-radius: 10px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 2px;
            font-size: 1.2rem;
            text-decoration: none;
            transition: 0.3s ease all;
            text-align: center;
            margin: 20px 0px;
        }

        .trip-infomation .trip-booking .help-support {
            font-size: 16px;
            line-height: 20px;
        }



/*****************************************
* What Included
*****************************************/
#whats-included {
    padding: 0px 0px 100px 0px;
}

.whats-included .header {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.included-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .included-lists .included-item {
        width: calc(100% / 3);
        padding: 5px;
    }

        .included-lists .included-item .included-name {
            font-size: 18px;
            line-height: 22px;
            text-align: center;
            padding: 10px 20px;
        }



/*****************************************
* New Events
*****************************************/
#newevents {
    padding: 100px 0px;
}

    #newevents .title {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        color: #d5a000;
        margin-bottom: 10px;
        text-transform: uppercase;
    }


    #newevents .subtitle {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 40px;
    }


@media (max-width: 430px) {

    #newevents {
        padding: 50px 0px;
    }

        #newevents .title {
            font-size: 28px;
            line-height: 28px;
        }

        #newevents .subtitle {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 20px;
        }
}



.newevents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .newevents .main-events {
        width: 50%;
    }

    .newevents .event-lists {
        width: 48%;
    }

        .newevents .event-lists .view-all {
            text-align: center;
            margin-top: 20px;
        }

@media (max-width: 430px) {

    .newevents .main-events {
        width: 100%;
        margin-bottom: 20px;
    }

    .newevents .event-lists {
        width: 100%;
    }
}

.main-event-item {
    box-shadow: 0px 10px 20px rgba(211, 188, 115,0.4);
    background: #ffffff;
    border-radius: 15px;
}

    .main-event-item img {
        border-radius: 15px 15px 0px 0px;
    }


    .main-event-item .main-event-info {
        padding: 20px;
    }

        .main-event-item .main-event-info .main-event-name {
            font-size: 24px;
            line-height: 24px;
            margin-bottom: 10px;
            height: 66px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .main-event-item .main-event-info .main-event-type {
            margin-bottom: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .main-event-item .main-event-info .main-event-type .type-name {
                font-size: 12px;
                line-height: 12px;
                color: #ffffff;
                border: 1px solid #ad8200;
                background: #ad8200;
                padding: 4px 10px 4px 10px;
                border-radius: 10px;
            }

            .main-event-item .main-event-info .main-event-type .main-event-date {
                color: #000000;
            }

@media (max-width: 430px) {
    .main-event-item .main-event-info .main-event-name {
        font-size: 18px;
        line-height: 20px;
        height: 40px;
    }
}


.event-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    box-shadow: 0px 10px 20px rgba(211, 188, 115,0.4);
    background: #ffffff;
    border-radius: 20px;
}

    .event-item .event-photo {
        width: 40%;
    }

        .event-item .event-photo img {
            border-radius: 20px 0px 0px 20px;
        }

    .event-item .event-detail {
        width: 60%;
        padding: 10px;
        position: relative;
    }

        .event-item .event-detail .event-name {
            font-size: 18px;
            line-height: 25px;
            font-weight: 400;
            height: 80px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }


        .event-item .event-detail .event-type {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            bottom: 10px;
            left: 10px;
            right: 10px;
        }

            .event-item .event-detail .event-type .type-name {
                font-size: 12px;
                line-height: 12px;
                color: #ffffff;
                border: 1px solid #ad8200;
                background: #ad8200;
                padding: 4px 10px 4px 10px;
                border-radius: 10px;
            }

            .event-item .event-detail .event-type .event-date {
                color: #000000;
            }

@media (max-width: 430px) {

    .event-item .event-detail .event-name {
        font-size: 12px;
        line-height: 15px;
        height: 33px;
        -webkit-line-clamp: 2;
    }
}



/*****************************************
* Home Amulets
*****************************************/
#home-amulets {
    padding: 50px 0px 80px 0px;
    background: #b1b1b1 url(/frontend-assets/images/bg-thaikanok-dark.png);
}

    #home-amulets .title {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        color: #231d0c;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    #home-amulets .amulets-wrapper {
        padding: 20px;
    }

@media (max-width: 430px) {

    #home-amulets {
        padding: 10px 0px 20px 0px;
    }

        #home-amulets .title {
            font-size: 28px;
            line-height: 28px;
        }

        #home-amulets .subtitle {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 20px;
        }
}


.home-amulets-item {
    box-shadow: 0px 10px 20px rgba(211, 188, 115,0.4);
    cursor: pointer;
    padding-bottom: 10px;
    background: #ffffff;
    border-radius: 20px;
}

    .home-amulets-item img {
        border-radius: 20px 20px 0px 0px;
    }


    .home-amulets-item .home-amulets-name {
        font-size: 20px;
        line-height: 25px;
        color: #000000;
        text-align: center;
        padding: 10px;
        height: 62px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


/*****************************************
* Social Network
*****************************************/
#social-network {
    padding: 50px 0px 80px 0px;
    background: #434343;
}

    #social-network .title {
        text-align: center;
        font-size: 40px;
        line-height: 44px;
        color: #cdb892;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

@media (max-width: 430px) {

    #social-network {
        padding: 50px 0px;
    }

        #social-network .title {
            font-size: 28px;
            line-height: 28px;
            margin-bottom: 5px;
        }

        #social-network .subtitle {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 20px;
        }
}




.social-lists {
    display: flex;
    justify-content: center;
    align-items: center;
}


    .social-lists .social-item {
        width: calc(100%/6);
    }


@media (max-width: 430px) {

    .social-lists .social-item {
        width: calc(100% / 7);
        margin: 5px;
    }
}


/*****************************************
* About
*****************************************/
#about {
    padding: 50px 0px;
}

    #about .title {
        font-size: 32px;
        line-height: 36px;
        color: #d6a205;
        margin-bottom: 10px;
        text-transform: uppercase;
    }


    #about .subtitle {
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 40px;
    }

    #about .detail {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 40px;
    }

@media (max-width: 430px) {
    #about {
        padding: 30px 0px;
    }

        #about .title {
            font-size: 28px;
            line-height: 28px;
        }
}



/*****************************************
* Buddha
*****************************************/
#buddha {
    padding: 50px 0px;
}

    #buddha .title {
        font-size: 50px;
        line-height: 54px;
        color: #d5a000;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-align: center;
    }


@media (max-width: 430px) {
    #buddha {
        padding: 30px 0px;
    }

        #buddha .title {
            font-size: 28px;
            line-height: 28px;
        }
}


.buddha-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .buddha-lists .buddha-item {
        width: calc(100% / 2 - 20px);
        box-shadow: 0px 10px 20px rgba(211, 188, 115,0.4);
        margin: 10px;
        cursor: pointer;
        border-radius: 20px;
    }

        .buddha-lists .buddha-item img {
            border-radius: 20px 20px 0px 0px;
        }

        .buddha-lists .buddha-item .buddha-name {
            font-size: 28px;
            line-height: 30px;
            color: #000000;
            background: #ffffff;
            text-align: center;
            padding: 10px;
            height: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            border-radius: 0px 0px 20px 20px;
        }


@media (max-width: 430px) {
    .buddha-lists .buddha-item {
        width: 100%;
        margin: 10px 0px;
    }

        .buddha-lists .buddha-item .buddha-name {
            font-size: 22px;
            line-height: 22px;
        }
}


/*****************************************
* Gallery
*****************************************/
#gallery {
    padding: 50px 0px;
}

    #gallery .title {
        font-size: 50px;
        line-height: 54px;
        color: #d5a000;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-align: center;
    }


@media (max-width: 430px) {
    #gallery {
        padding: 30px 0px;
    }

        #gallery .title {
            font-size: 28px;
            line-height: 28px;
        }
}


.gallery-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .gallery-lists .gallery-item {
        width: calc(100% / 2 - 20px);
        box-shadow: 0px 10px 20px rgba(211, 188, 115,0.4);
        margin: 10px;
        cursor: pointer;
        background: #ffffff;
        border-radius: 20px;
        padding-bottom: 15px;
    }

        .gallery-lists .gallery-item img {
            border-radius: 20px 20px 0px 0px;
        }


        .gallery-lists .gallery-item .gallery-name {
            font-size: 24px;
            line-height: 30px;
            color: #000000;
            text-align: center;
            padding: 10px;
            height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            border-radius: 0px 0px 20px 20px;
        }



@media (max-width: 430px) {
    .gallery-lists .gallery-item {
        width: 100%;
        margin: 10px 0px;
    }

        .gallery-lists .gallery-item .gallery-name {
            font-size: 16px;
            line-height: 18px;
            height: 46px;
        }
}



/*****************************************
* Amulets
*****************************************/
#amulets {
    padding: 50px 0px;
}

    #amulets .title {
        font-size: 50px;
        line-height: 54px;
        color: #d5a000;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-align: center;
    }

@media (max-width: 430px) {
    #amulets {
        padding: 30px 0px;
    }

        #amulets .title {
            font-size: 28px;
            line-height: 28px;
        }
}


.amulets-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .amulets-lists .amulets-item {
        width: calc(100% / 3 - 20px);
        box-shadow: 0px 10px 20px rgba(211, 188, 115,0.4);
        margin: 10px;
        cursor: pointer;
        padding-bottom: 10px;
        background: #ffffff;
        border-radius: 20px;
    }

        .amulets-lists .amulets-item img {
            border-radius: 20px 20px 0px 0px;
        }


        .amulets-lists .amulets-item .amulets-name {
            font-size: 20px;
            line-height: 25px;
            color: #000000;
            text-align: center;
            padding: 10px;
            height: 62px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }


@media (max-width: 430px) {
    .amulets-lists .amulets-item {
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }

        .amulets-lists .amulets-item .amulets-name {
            font-size: 16px;
            line-height: 18px;
            height: 46px;
        }
}



/*****************************************
* Contact
*****************************************/
#contact {
    padding: 50px 0px 0px 0px;
}

    #contact .title {
        font-size: 50px;
        line-height: 54px;
        color: #d5a000;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-align: center;
    }


@media (max-width: 430px) {
    #contact {
        padding: 30px 0px 0px 0px;
    }

        #contact .title {
            font-size: 28px;
            line-height: 28px;
        }
}


    #contact .googlemap {
        position: relative;
        padding-bottom: 50%; /* 4:3 ratio*/
        height: 0;
        overflow: hidden;
    }

        #contact .googlemap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100% !important;
        }




/*****************************************
* Store
*****************************************/
#store {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    #store .store-map {
        width: 100%;
    }



        #store .store-map .googlemap {
            position: relative;
            padding-bottom: 50%; /* 4:3 ratio*/
            height: 0;
            overflow: hidden;
        }

            #store .store-map .googlemap iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100% !important;
                height: 100% !important;
            }



@media(max-width: 767px) {

    #store .store-map {
        width: 100%;
    }

    #store .store-info {
        width: 100%;
        padding: 20px;
    }
}
