﻿body {
    font-family: 'Montserrat', 'Kanit'
}


.loading-dots {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    height: 140px;
}


.fade-gradient {
    position: relative;
}

    .fade-gradient::after {
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgba(255, 255, 255, 1));
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



@media (max-width: 460px) {
    .loading-dots {
        top: 56%;
        height: 120px;
    }
}



@media (max-width: 460px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}



.accordion > .card > .card-header {
    cursor: pointer;
    background: #000000;
    color: #ffff;
    font-size: 0.8rem;
}

.card-header {
    padding: 1rem 1.25rem;
}

.full-width {
    width: 100%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 15px;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 8px 3px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #ffffff;
}

.logo.resize {
    /* top: 80px; */
    bottom: 0px;
    opacity: 0;
    transform: scale(0.65) translate(-75%, -100%);
    transition: all 1s ease-in-out 1s;
}

.btn-green {
    margin-top: 15px;
    padding: 7px 50px 7px 50px;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #64BC46;
    border: 1px solid #64BC46;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.btn-brown {
    margin-top: 15px;
    padding: 7px 50px 7px 50px;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #d2bdad;
    border: #7f5b40;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.btn-white {
    margin-top: 15px;
    padding: 7px 50px 7px 50px;
    color: #000000;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.btn, .btn:hover {
    border-radius: 0px;
    padding: 0.3rem 2rem;
    border: none;
    color: #ffffff;
    font-size: 0.8rem;
    background: #000000;
}

.form-control {
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    color: #495057;
    background-color: #f6f5f3;
    border: none;
    border-radius: 0px;
}


.is-contrasted {
    background-color: #000;
    color: #fff;
}

#main-content {
    margin-top: 160px;
}

    #main-content.backend {
        margin-top: 120px;
    }

    #main-content.no-padding {
        margin-top: 11rem;
    }

@media (max-width: 767px) {
    #main-content {
        margin-top: 130px;
    }
}


@media (max-width: 460px) {
    #main-content {
        margin-top: 55px;
    }

        #main-content.no-padding {
            margin-top: 0px;
        }

    .logo {
        width: 90%;
    }
}


/*****************************************
* Breadcrumb
*****************************************/
#breadcrumb {
    box-shadow: 0px 4px 12px #eaeaea;
    background: #316541;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Style the list */
ul.breadcrumb {
    padding: 10px 15px;
    list-style: none;
    background: none;
    margin-bottom: 0px;
}

    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
        font-size: 16px;
        line-height: 18px;
    }

        /* Add a slash symbol (/) before/behind each list item */
        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: "/\00a0";
        }

        /* Add a color to all links inside the list */
        ul.breadcrumb li a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
        }

            /* Add a color on mouse-over */
            ul.breadcrumb li a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

        ul.breadcrumb li span {
            color: #ffffff;
            background: #073519;
            text-decoration: none;
            padding: 3px 10px 4px 10px;
            border-radius: 15px;
            font-weight: 600;
        }

/*****************************************
* Customize Owl Carousel
*****************************************/
.owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    color: #ffffff;
}

    .owl-theme .owl-nav img {
        height: 60px;
        filter: brightness(0) invert(1);
    }

    .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 30px;
        background: none !important;
        outline: none;
    }

    .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 30px;
        background: none !important;
        outline: none;
    }

/*.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px;
}
*/

@media(max-width: 460px) {

    .owl-theme .owl-nav img {
        height: 40px;
    }

    .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-prev {
        left: 0px;
    }

    .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-next {
        right: 0px;
    }
}

/*****************************************
* Go Top
*****************************************/
#btn-gototop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 8px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
}

    #btn-gototop img {
        width: 50px;
    }

@media(max-width: 460px) {

    #btn-gototop {
        bottom: 80px;
        right: 13px;
        font-size: 1rem;
    }

        #btn-gototop img {
            width: 45px;
        }
}



/*****************************************
* Cookie
*****************************************/
.cookie {
    position: fixed;
    padding: 20px 0;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    font-size: 0.8rem;
}

    .cookie button, .cookie button:hover {
        font-size: 1rem;
        text-align: center;
        border: none;
        outline: none;
        background: #f2c149;
        color: #1a1a1a;
        transition: 0.5s ease all;
        border-radius: 5px;
    }



/*****************************************
* Modal Backdrop
*****************************************/
.modal-backdrop {
    background-color: transparent;
}

.modal-backdrop-transparent {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: -1000;
}

.modal-backdrop-black {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 1040;
}

.modal-transition {
    transition: all 0.4s ease;
}


/*****************************************
* Navbar 
*****************************************/

.navbar {
    padding: 6rem 1rem 0rem 1rem;
    z-index: 15;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    transition: 0.5s ease all;
    height: 160px;
    border-bottom: 1px solid #e8e8e8;
    /*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 .navbar-brand {
        transform: translateX(-50%);
        top: 10px;
        left: 50%;
        position: absolute;
        display: block;
        transition: 0.5s ease all;
    }

        .navbar .navbar-brand .navbar-logo {
            height: 80px;
        }


    .navbar.navbar-scroll {
        padding: 1.5rem 1rem 1.5rem 1rem;
        transition: 0.5s ease all;
        height: 80px;
    }

        .navbar.navbar-scroll.bg-transparent {
            background: #0A1350 !important;
        }

        .navbar.navbar-scroll .navbar-brand {
            display: none;
            transition: 0.5s ease all;
        }

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(28,103,58, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.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:visited {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        padding: 0.5rem 1rem;
        transition: 0.3s ease all;
    }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link.active {
            color: #ffffff;
            background: #2fa453;
            border-radius: 20px;
        }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
    outline: none;
}


@media (max-width: 960px) {
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:visited {
        font-size: 16px;
        padding: 0.25rem 1rem;
    }
}


@media (max-width: 460px) {

    .navbar {
        padding: 1rem 1rem 1rem 1rem;
        height: 60px;
    }


        .navbar .navbar-brand {
            top: 6px;
        }


        .navbar.navbar-scroll {
            padding: 1rem 1rem 1rem 1rem;
            height: 60px;
        }

            .navbar.navbar-scroll .navbar-brand {
                display: block;
            }

        .navbar .navbar-brand .navbar-logo {
            height: 32px;
        }

    .navbar-nav {
        margin: 10px auto 0px auto;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:visited {
        color: #ffffff;
        font-size: 1.5rem;
        letter-spacing: 0px;
    }


    .navbar-collapse {
        display: none;
    }


    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:visited {
        color: #000000;
    }

    .nav-toolbar {
        display: none;
    }

    .nav-rightmenu {
        display: none;
    }
}



.toolbar-icon {
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .toolbar-icon .nav-toolbar-icon {
        position: relative;
    }

        .toolbar-icon .nav-toolbar-icon .nav-badge {
            color: #ffffff;
            background: #e62b2b;
            width: 18px;
            position: absolute;
            top: -3px;
            right: 0px;
            text-align: center;
            font-size: 0.6rem;
            border-radius: 50%;
            padding: 3px 2px 1px 2px;
        }

        .toolbar-icon .nav-toolbar-icon img {
            width: 22px;
            margin: 0.5rem 0.8rem;
        }

@media (max-width: 460px) {
    .toolbar-icon {
        display: flex;
        position: fixed;
        top: 42px;
        right: 15px;
    }
}


/*****************************************
* Banner 
*****************************************/
.banner-slide, .welcome-slide, .common-slide {
    overflow: hidden;
    height: auto;
}

.banner {
    z-index: 9;
}

.swiper-slide {
    position: relative;
}

.swiper-button-prev {
    left: 40px;
    color: #ffffff;
    background-image: url("../images/icons/left-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-prev.white {
        background-image: url("../images/icons/chevron-left-white.png");
    }

    .swiper-button-prev::after {
        content: '';
    }

.swiper-button-next {
    right: 40px;
    color: #ffffff;
    background-image: url("../images/icons/right-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-next.white {
        background-image: url("../images/icons/chevron-right-white.png");
    }

    .swiper-button-next::after {
        content: '';
    }



.swiper-button-prev.dark-mode {
    top: 50%;
    left: 40px;
    color: #ffffff;
    background-image: url("../images/icons/left-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-prev.dark-mode::after {
        content: '';
    }


.swiper-button-next.dark-mode {
    top: 50%;
    right: 40px;
    color: #ffffff;
    background-image: url("../images/icons/right-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-next.dark-mode::after {
        content: '';
    }

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0px 10px !important;
}

.swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
    border: 1px solid #ffffff;
    width: 15px;
    height: 15px;
}


.swiper-slide .contact-button {
    color: #000000;
    padding: 7px 60px 8px 30px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #F4EDE7;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
    position: absolute;
    bottom: 40px;
    left: 17%;
}

    .swiper-slide .contact-button:hover {
        color: #ffffff;
        background: #613789;
    }

    .swiper-slide .contact-button .chevron-right {
        background: #041837 url(/frontend-assets/images/icons/chevron-right-white.png);
        background-repeat: no-repeat;
        background-position: top 8px left 12px;
        background-size: 8px auto;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 7px;
        top: 5px;
        border-radius: 20px;
    }

    .swiper-slide .contact-button:hover .chevron-right {
        background: #ffffff url(/frontend-assets/images/icons/chevron-right-black.png);
        background-repeat: no-repeat;
        background-position: top 8px left 12px;
        background-size: 8px auto;
    }

@media (max-width: 1240px) {
    .swiper-slide .contact-button {
        bottom: 40px;
        left: 30%;
    }
}



.swiper-slide .swiper-text {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .swiper-slide .swiper-text .headline {
        color: #ffffff;
        text-align: center;
        font-size: 3.5rem;
        line-height: 3.5rem;
        margin-bottom: 30px;
        text-transform: uppercase;
        width: 40%;
        margin: 0px auto 30px auto;
    }

    .swiper-slide .swiper-text .title {
        color: #ffffff;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        text-transform: uppercase;
        width: 40%;
        margin: 0px auto 30px auto;
    }

    .swiper-slide .swiper-text .footer-text {
        color: #ffffff;
        text-align: center;
        font-size: 2.5rem;
        line-height: 2.5rem;
        text-transform: uppercase;
        width: 40%;
        margin: 0px auto 30px auto;
    }


    .swiper-slide .swiper-text .btn-seemore {
        color: #000000;
        padding: 7px 0px 5px 0px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 24px;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        width: 150px;
        text-align: center;
        margin-right: 5px;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 20px;
    }

    .swiper-slide .swiper-text .btn-seemore-outline {
        color: #ffffff;
        padding: 6px 25px 5px 25px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        text-align: center;
        margin: 0px 10px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 20px;
    }




.swiper-slide.dark .swiper-text .headline {
    color: #000000;
}

.swiper-slide.dark .swiper-text .title {
    color: #000000;
}

.swiper-slide.dark .swiper-text .footer-text {
    color: #000000;
}


.swiper-slide.dark .swiper-text .btn-seemore {
    color: #000000;
    border: 1px solid #000000;
}

    .swiper-slide.dark .swiper-text .btn-seemore:hover {
        transform: scale(1.1);
    }

.swiper-slide.dark .swiper-text .btn-seemore-outline {
    color: #000000;
    border: 1px solid #000000;
}

    .swiper-slide.dark .swiper-text .btn-seemore-outline:hover {
        color: #ffffff;
        background: #000000;
        border: 1px solid #000000;
        transform: scale(1.1);
    }


.swiper-pagination-bullet {
    background: #000000;
}

.swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
    border: 1px solid #000000;
    width: 15px;
    height: 15px;
}

@media (max-width: 1240px) {
    .banner-slide {
        height: auto;
    }

    .swiper-wrapper {
        height: auto;
    }

    .banner-slide img {
        width: 100%;
        height: auto;
    }
}



@media (max-width: 460px) {
    .banner-slide {
        margin-top: 0px;
        height: auto;
    }

    .swiper-button-prev {
        left: 20px;
        width: 24px;
        height: 24px;
    }


    .swiper-button-next {
        right: 20px;
        width: 24px;
        height: 24px;
    }

    .swiper-pagination {
        bottom: 30px !important;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0px 7px !important;
    }

    .swiper-pagination-bullet-active {
        background: transparent;
        border: 1px solid #000000;
        width: 10px;
        height: 10px;
    }

    .swiper-slide .swiper-text {
        top: 15%;
    }


        .swiper-slide .swiper-text .headline {
            color: #000000;
            font-size: 2rem;
            line-height: 2.3rem;
            width: 70%;
            margin-bottom: 20px;
        }

        .swiper-slide .swiper-text .title {
            font-size: 1.3rem;
            margin-bottom: 5px;
            line-height: 1.8rem;
            width: 70%;
            margin-bottom: 20px;
        }

        .swiper-slide .swiper-text .footer-text {
            color: #000000;
            font-size: 1.5rem;
            margin-bottom: 5px;
            line-height: 2rem;
            width: 70%;
            margin-bottom: 40px;
        }



        .swiper-slide .swiper-text .btn-seemore-outline {
            padding: 4px 20px 3px 20px;
            border: 1px solid #ffffff;
            font-size: 1rem;
        }
}



/*****************************************
* Home collection
*****************************************/
/*#home-collection {
    background: #000000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
}

    #home-collection .collection-info {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 5%;
        background: url(/Upload/home/home-collection-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
    }

        #home-collection .collection-info .title {
            color: #ffffff;
            font-size: 2.5rem;
            line-height: 2.5rem;
            margin-bottom: 10px;
        }

        #home-collection .collection-info .detail {
            color: #ffffff;
            font-size: 2rem;
            line-height: 2.5rem;
            text-align: center;
            margin-bottom: 30px;
        }

        #home-collection .collection-info .btn-purchase {

            margin-top: 15px;
            padding: 7px 50px 7px 50px;
            color: #000000;
            font-size: 0.8rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            text-decoration: none;
        }


    #home-collection .collection-image {
        width: 50%;
    }



@media (max-width: 767px) {
    #home-collection .collection-info .title {
        color: #ffffff;
        font-size: 0.8rem;
        line-height: 1.5rem;
        margin-bottom: 0px;
    }

    #home-collection .collection-info .detail {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center;
        margin-bottom: 15px;
    }

    #home-collection .collection-info .btn-purchase {
        padding: 7px 50px 7px 50px;
        font-size: 0.6rem;
    }

    #home-collection .collection-image {
        width: 100%;
        order: 1;
    }

    #home-collection .collection-info {
        width: 100%;
        order: 2;
        height: 300px;
        background-size: 65% auto;
    }
}


@media (max-width: 460px) {
    #home-collection {
        margin: 0px;
    }
}*/

/*****************************************
* Home Video
*****************************************/
#home-video {
    /*background-color: #000;
    color: #fff;*/
}

.home-video-wrapper {
    position: relative;
}

    .home-video-wrapper .home-video-info {
        position: absolute;
        left: 5%;
        bottom: 5%;
        z-index: 2;
    }

        .home-video-wrapper .home-video-info .title {
            color: #ffffff;
            font-size: 3rem;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .home-video-wrapper .home-video-info .btn-seemore {
            letter-spacing: 2px;
            padding: 10px 0px 7px 0px;
            color: #000000;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            width: 260px;
            text-align: center;
            margin-right: 5px;
            text-decoration: none;
        }


        .home-video-wrapper .home-video-info .btn-seemore-oitline {
            letter-spacing: 2px;
            padding: 10px 0px 7px 0px;
            color: #ffffff;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: transparent;
            border: 1px solid #ffffff;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            width: 260px;
            text-align: center;
            margin-right: 5px;
        }


.sliding-hero__item {
    height: 681px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: opacity .5s ease;
    z-index: 1;
}

    .sliding-hero__item video {
        position: absolute;
        object-fit: cover;
        width: 100%;
    }


.sliding-hero__picture {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,opacity;
}


@media (max-width: 460px) {
    .sliding-hero__item {
        height: 245px;
    }

    .home-video-wrapper .home-video-info .title {
        font-size: 2rem;
    }

    .home-video-wrapper .home-video-info .btn-seemore {
        padding: 5px 0px 5px 0px;
    }
}



/*****************************************
* Banner Ads
*****************************************/
#banner-ads {
    margin: 25px 0px;
}

    #banner-ads .title {
        color: #000000;
        margin-bottom: 40px;
        font-size: 2.5rem;
    }

.banner-ads-lists {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

    .banner-ads-lists .banner-ads-item {
        width: calc(100% / 3);
        text-decoration: none;
        transform: scale(1);
        transition: 0.3s ease all;
        padding: 15px;
    }

        .banner-ads-lists .banner-ads-item:hover {
            transform: scale(1.05);
            transition: 0.3s ease all;
        }

        .banner-ads-lists .banner-ads-item a {
            text-decoration: none;
        }

        .banner-ads-lists .banner-ads-item img {
            opacity: 1;
        }

            .banner-ads-lists .banner-ads-item img:hover {
                opacity: 1;
                transition: 1s ease all;
            }


        .banner-ads-lists .banner-ads-item .banner-ads-title {
            color: #000000;
            padding: 15px 15px 0px 15px;
        }


        .banner-ads-lists .banner-ads-item p {
            color: #000000;
            height: 50px;
            padding: 3px 15px 0px 15px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }


@media(max-width: 767px) {

    #banner-ads .title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .banner-ads-lists .banner-ads-item {
        width: 100%;
    }

        .banner-ads-lists .banner-ads-item .banner-ads-title {
            font-size: 1rem;
        }

        .banner-ads-lists .banner-ads-item p {
            font-size: 1rem;
            height: 45px;
        }
}

@media (max-width: 460px) {
    #banner-ads {
        margin: 0px;
    }
}

/*****************************************
* Atmosphere Master
*****************************************/
#atmosphere {
    padding-top: 100px;
    padding-bottom: 100px;
}

    #atmosphere .title {
        margin-bottom: 50px;
        font-size: 2.5rem;
    }

        #atmosphere .title span {
            color: #ca6b82;
        }

.galle-slide.swiper-container {
    width: 100%;
    overflow: hidden;
    height: 450px;
}

@media(max-width: 767px) {
    #gallery-master {
        padding-top: 30px;
        padding-bottom: 50px;
    }

        #gallery-master .title {
            margin-bottom: 20px;
        }
}



/*****************************************
* Footer 
*****************************************/
#b-footer {
    padding: 50px 0px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 300;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px #eaeaea;
}

    #b-footer .title {
        color: #2fa453;
        margin-bottom: 10px;
        font-size: 30px;
        text-align: left;
        font-weight: 400;
    }

.b-footer a, .b-footer a:hover {
    color: #000000;
    display: inline-block;
}


#footer {
    padding: 20px 0px;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
    border-top: 1px solid #f3f3f3;
}

    #footer a {
        cursor: pointer;
    }


.directory-lists {
    color: #000000;
    display: flex;
    justify-content: flex-start;
    margin: 20px 0px;
}

    .directory-lists .dir-section {
        color: #000000;
    }

        .directory-lists .dir-section.left-section {
            width: 25%;
            text-align: left;
        }

        .directory-lists .dir-section.right-section {
            width: 50%;
            padding-left: 10%;
            border-left: 1px solid #405861;
            text-align: left;
        }

        .directory-lists .dir-section a, .directory-lists .dir-section a:hover {
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding: 0px 0px 3px 0px;
        }


.contact-information {
    text-align: left;
}


    .contact-information a {
        text-decoration: none;
    }

    .contact-information .contact-information-item {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 20px;
    }

        .contact-information .contact-information-item.contact-url {
            margin-bottom: 2px;
        }

        .contact-information .contact-information-item .label {
            width: 70px;
        }

        .contact-information .contact-information-item .text {
            font-weight: normal;
        }

/* .contact-information .address {
        font-size: 14px;
        font-weight: 400;
        padding: 0px 0px 3px 0px;
    }

    .contact-information .phonenumber {
        font-size: 14px;
        font-weight: 400;
        padding: 0px 0px 3px 0px;
    }

        .contact-information .phonenumber .label {
            font-size: 14px;
        }

        .contact-information .phonenumber .number {
            font-size: 14px;
        }


    .contact-information .email {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        margin-bottom: 5px;
    }

        .contact-information .email .label {
            font-size: 0.8rem;
        }

        .contact-information .email .number {
            font-size: 0.8rem;
            margin-right: 5px;
        }*/

@media(max-width: 460px) {
    .contact-information .phonenumber .label {
        font-size: 1rem;
    }

    .contact-information .email .number {
        font-size: 1.5rem;
        margin-right: 5px;
    }

    .contact-information .email .label {
        font-size: 1rem;
    }
}



.bottom-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .bottom-contact .social-network {
        text-align: left;
        padding: 10px 0px;
    }

        .bottom-contact .social-network .social-icon {
            margin: 0px 5px;
            width: 20px;
        }

    .bottom-contact .line-id {
        text-align: left;
        padding: 0px 15px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        border-left: 1px solid #405861;
        margin-left: 15px;
        color: #000000;
    }

        .bottom-contact .line-id a {
            color: #000000;
        }


@media(max-width: 460px) {

    #b-footer {
        padding: 50px 0px 50px 0px;
    }



        #b-footer .title {
            margin-bottom: 5px;
            font-size: 1rem;
        }

    .directory-lists {
        margin-top: 0px;
    }

        .directory-lists .dir-section.left-section {
            width: 35%;
        }

        .directory-lists .dir-section.right-section {
            width: 60%;
            padding-left: 10%;
        }

    .contact-information .address {
        font-size: 1.3rem;
    }

    .contact-information .phonenumber .number {
        font-size: 2.3rem;
        line-height: 2.5rem;
    }

    .bottom-contact .social-network .social-icon {
        margin: 0px 3px;
        width: 24px;
    }


    .bottom-contact .line-id {
        font-size: 1.5rem;
    }

    #footer {
        padding: 15px 0px 15px 0px;
        font-size: 1rem;
    }

        #footer a {
            font-size: 1rem;
        }
}



/*****************************************
* Promotion
*****************************************/
#promotion {
    padding: 100px 0px;
}


    #promotion .title {
        margin-bottom: 30px;
        font-size: 2.5rem;
    }

        #promotion .title span {
            color: #5BC500;
            font-family: 'Montserrat-ExtraLight', 'Prompt-ExtraLight';
        }

.package-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.package-item {
    width: 23%;
    border: 1px solid #f2fafd;
    background: #f2fafd;
    padding: 45px 45px;
    min-height: 500px;
    margin: 25px;
}

    .package-item.first-promotion {
        border: 1px solid #C5E4EF;
        background: #ffffff;
        padding: 30px 20px;
    }


    .package-item.third-promotion {
        background: #fffae9;
        border-color: #FFFFFF;
    }

    .package-item .header {
        font-size: 2rem;
        text-align: center;
        color: #415962;
    }

    .package-item .priceperday {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        padding: 30px 0px;
    }

        .package-item .priceperday .dollar {
            color: #D1AB7D;
            font-size: 1.2rem;
        }

        .package-item .priceperday .price {
            color: #D1AB7D;
            font-size: 2.5rem;
            padding-left: 5px;
            padding-right: 5px;
        }

    .package-item .detail {
        font-size: 1rem;
    }




/*****************************************
* Product
*****************************************/
#product {
    /*background: #340e30;*/
    /*padding-top: 50px;*/
    padding-top: 10px;
}

    #product .title {
        color: #000000;
        margin-bottom: 40px;
        font-size: 2.5rem;
    }

.product-lists {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 15px 30px 15px;
}

.product-item {
    width: calc(100% / 3);
    padding: 20px;
    color: #19110b;
    text-decoration: none;
    cursor: pointer;
}

    .product-item:hover {
        text-decoration: none;
        color: #19110b;
    }

    .product-item .image-wrapper {
        position: relative;
        background: #f8f8f8;
    }

        .product-item .image-wrapper img {
            cursor: pointer;
        }

            .product-item .image-wrapper img.img-top {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 9;
            }

        .product-item .image-wrapper:hover img.img-top {
            display: block;
            transition: 1s ease all;
        }


    .product-item .product-detail {
        padding: 15px 0px;
    }

        .product-item .product-detail .product-title {
            font-size: 0.8rem;
        }

        .product-item .product-detail .product-price {
            font-size: 0.8rem;
        }


@media(max-width: 767px) {
    .product-item {
        width: calc(100% / 2);
        padding: 10px;
    }
}





/*****************************************
* Product Detail
*****************************************/
#product-detail {
    position: relative;
    padding: 0px 0px 0px 0px;
}

    #product-detail .container {
        padding-right: 20px;
        padding-left: 20px;
    }


    #product-detail .header-title {
        padding: 20px 0px 20px 0px;
        text-align: center;
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #ffffff;
    }


    #product-detail .header {
        padding: 20px 0px;
    }

        #product-detail .header .back-page {
            background: transparent;
            padding: 5px 15px 5px 15px;
            cursor: pointer;
            color: #ffffff;
            font-size: 1rem;
            border-radius: 20px;
            width: 80px;
            text-align: center;
            border: 1px solid #ffffff;
        }

.product-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

    .product-detail .product-photo {
        width: 60%;
        color: #091836;
        cursor: pointer;
    }


    .product-detail .product-information {
        width: 40%;
    }

@media (max-width: 960px) {
    .product-detail .product-photo {
        width: 50%;
    }


    .product-detail .product-information {
        width: 50%;
    }
}



@media(max-width: 460px) {
    #product-detail {
        padding: 0px;
        background-repeat: repeat;
        background-size: 100% auto;
    }


        #product-detail .product-photo {
            width: 100%;
        }

        #product-detail .product-information {
            width: 100%;
        }
}


.photo-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .photo-lists .photo-item {
        width: 100%;
    }


.product-info {
    padding: 20px;
    color: #19110b;
    background: #fdfdfd;
}

    .product-info .product-name {
        color: #2fa453;
        font-size: 34px;
        line-height: 38px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-decoration: none;
        margin-bottom: 10px;
    }

.product-option {
    margin-bottom: 20px;
}

    .product-option .option-title {
        color: #2fa453;
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 15px;
        border-bottom: 1px solid #2fa453;
        padding-bottom: 4px;
    }

    .product-option .option-detail h3 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;
    }

    .product-option .option-detail, .product-option .option-detail p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }

@media(max-width: 460px) {

    .product-option .option-detail h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
    }

    .product-option .option-detail, .product-option .option-detail p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 30px;
    }
}



.table-detail {
}

    .table-detail tr td {
        font-size: 16px;
        line-height: 18px;
        padding: 2px 5px;
    }

        .table-detail tr td:nth-child(1) {
            width: 70%;
        }

        .table-detail tr td:nth-child(2) {
            text-align: right;
        }



#product-detail .product-info .btn-addcart, #product-detail .product-info .btn-addcart:hover {
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
    background-color: #10134f;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 1.5rem;
    height: 50px;
    padding: 12px;
}



/*****************************************
* Product Image
*****************************************/
#product-image {
    position: relative;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    #product-image .image-item {
        width: calc(100%/2);
    }

@media(max-width: 460px) {

    #product-image .image-item {
        width: 100%;
    }
}



/*****************************************
* CART
*****************************************/
#cart {
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


    #cart .title {
        margin-bottom: 60px;
        font-size: 2.5rem;
    }

        #cart .title span {
            color: #19110b;
        }

    #cart .checkout-cart {
        width: 60%;
        padding: 0px 20px;
        background: #f6f5f3;
    }

        #cart .checkout-cart .error-box {
            padding: 20px;
            border-bottom: 1px solid #eae8e4;
            background: #f76161;
            color: #ffffff;
        }


    #cart .checkout-detail {
        width: 40%;
        /*padding: 0px 5%;*/
        padding: 0px 20px;
        color: #19110b;
        background: #ffffff;
    }


@media(max-width: 460px) {

    #cart {
        padding: 25px 0px;
    }


        #cart .checkout-cart {
            width: 100%;
            padding: 0px;
        }

        #cart .checkout-detail {
            width: 100%;
            padding: 0px;
        }
}



.cart-summary {
}

    .cart-summary .checkout-name {
        color: #091836;
        font-size: 2rem;
        border-bottom: 1px solid #eae8e4;
        padding-bottom: 5px;
        margin-bottom: 20px;
        text-align: center;
    }

    .cart-summary .detail-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1rem;
        padding: 3px 0px;
    }


        .cart-summary .detail-item.discount {
            color: #b30000;
            /*text-decoration: line-through;*/
        }


    .cart-summary .detail-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.3rem;
        padding: 15px 20px 15px 20px;
        background: #f9f9f9f9;
        margin: 15px 0px;
    }


        .cart-summary .detail-price .value {
            font-size: 1.3rem;
        }



.btn-cart-chechout, .btn-cart-chechout:hover {
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
    background-color: #10134f;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 1.5rem;
    height: 50px;
    padding: 12px;
}



.tbl-cart-lists {
    width: 100%;
    font-size: 0.8rem;
}

    .tbl-cart-lists th {
        font-size: 0.6rem;
        vertical-align: top;
        border-top: none;
        text-align: left;
        border-bottom: 1px solid #f8f8f8;
    }


    .tbl-cart-lists td {
        vertical-align: top;
        border-top: none;
        text-align: left;
        border-bottom: 1px solid #f8f8f8;
    }


    .tbl-cart-lists tr td:nth-child(1) {
        width: 10%;
        padding: 0.3rem 0rem;
    }

    .tbl-cart-lists tr td:nth-child(2) {
        width: 35%;
        padding: 0.5rem 1rem;
    }

    /* .tbl-cart-lists tr td:nth-child(3) {
        width: 15%;
        padding: 1rem;
        text-align: center;
    }*/

    .tbl-cart-lists tr td:nth-child(3) {
        width: 15%;
        padding: 0.8rem 1rem;
        text-align: center;
    }

    .tbl-cart-lists tr td:nth-child(4) {
        width: 15%;
        padding: 1.1rem 1rem;
        text-align: center;
    }

    .tbl-cart-lists .product-name {
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .tbl-cart-lists .product-detail {
        font-size: 0.8rem;
        line-height: 1rem;
        letter-spacing: 0px;
    }

    .tbl-cart-lists .product-price {
        text-transform: uppercase;
        font-size: 1rem;
    }

    .tbl-cart-lists .product-remove {
        text-transform: uppercase;
        font-size: 0.7rem;
        color: #b30000;
    }


@media(max-width: 460px) {
    .tbl-cart-lists .product-name {
        font-size: 1.3rem;
    }

    .tbl-cart-lists tr td:nth-child(3) {
        width: 10%;
    }

    .tbl-cart-lists tr td:nth-child(4) {
        width: 20%;
    }

    .tbl-cart-lists tr td:nth-child(5) {
        width: 10%;
    }
}



/*****************************************
* Purchase Tab lists
*****************************************/
.payment-options {
}

    .payment-options .option-lists {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-transform: uppercase;
    }

        .payment-options .option-lists .option-lists-item {
            width: calc(100% / 2);
            background: #f6f5f3;
            padding: 25px 50px 25px 50px;
            font-size: 1.3rem;
            font-weight: bold;
            cursor: pointer;
            text-align: center;
            color: #091836;
            letter-spacing: 0px;
            display: flex;
            justify-content: center;
            align-items: center;
        }


            .payment-options .option-lists .option-lists-item.active {
                background: #ffffff;
            }

            .payment-options .option-lists .option-lists-item a, .payment-options .option-lists .option-lists-item a:hover {
                color: #091836;
            }

    .payment-options .tab-panel {
        padding-top: 20px;
        background: #ffffff;
    }


@media(max-width: 460px) {
    .payment-options .option-lists .option-lists-item {
        padding: 15px 20px 15px 20px;
        font-size: 1rem;
    }
}

.checkout-identify {
    background: #ffffff;
    /*margin-bottom: 10px;*/
}

    .checkout-identify .headline {
        font-size: 1.5rem;
        padding: 15px 30px;
        border-bottom: 1px solid #eae8e4;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .checkout-identify .headline .headline-no {
            background: #091836;
            color: #ffffff;
            border-radius: 30px;
            margin-right: 15px;
            font-size: 0.8rem;
            width: 30px;
            height: 30px;
            text-align: center;
            padding-top: 7px;
        }

    .checkout-identify .identify-panel {
        font-size: 0.8rem;
        padding: 20px 30px 10px 30px;
    }

        .checkout-identify .identify-panel .remark {
            font-size: 1rem;
            padding-top: 20px;
        }

.payment-box {
    padding: 15px 20px 20px 20px;
}

    .payment-box .header {
        font-size: 0.8rem;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.bank-account {
    margin-bottom: 20px;
}

    .bank-account .account-no {
        font-size: 1.5rem;
        line-height: 2rem;
        text-transform: uppercase;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .bank-account .account-no .btn-copy {
            padding: 5px;
            margin-left: 10px;
            cursor: pointer;
        }

    .bank-account .account-name {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 15px;
        text-transform: uppercase;
    }


form .form-group label {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    color: #091836;
}

form .form-group input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 3rem;
    font-size: 1rem;
    color: #19110b;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    outline: none;
}

form .form-group textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 20px;
    box-sizing: border-box;
    font-size: 1rem;
    color: #19110b;
    line-height: 1.5rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    outline: none;
}

form .form-group select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 3rem;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 300;
    color: #19110b;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    outline: none;
}

form .form-group input[type=file] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0rem;
    box-sizing: border-box;
    height: auto;
    font-size: 1rem;
    font-weight: 300;
    color: #19110b;
    line-height: 2rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    border-radius: 10px;
}

form .form-group.form-checkbox {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    form .form-group.form-checkbox input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
        height: 1rem;
        width: 50px;
    }


form .form-group select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 10px;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 3rem;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 300;
    color: #19110b;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
}


form .form-group.form-checkbox {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
}


    form .form-group.form-checkbox .checkbox-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

        form .form-group.form-checkbox .checkbox-wrapper .checkbox-item {
            width: calc(100%/4);
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 1rem;
            line-height: 0.8rem;
            margin-bottom: 10px;
        }

            form .form-group.form-checkbox .checkbox-wrapper .checkbox-item img {
                height: 36px;
            }



            form .form-group.form-checkbox .checkbox-wrapper .checkbox-item.driver {
                width: calc(100%/3);
            }

                form .form-group.form-checkbox .checkbox-wrapper .checkbox-item.driver img {
                    height: 50px;
                }

    form .form-group.form-checkbox input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
        height: 20px;
        width: 50px;
    }


form button, form button:hover {
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
    background-color: #10134f;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 1.5rem;
    height: 50px;
    padding: 12px;
    width: 200px;
    margin-top: 24px;
}


/*****************************************
* Store
*****************************************/
#store {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
}

    #store .store-map {
        width: 55%;
    }

    #store .store-info {
        width: 45%;
        padding: 40px;
        color: #000000;
    }


        #store .store-info .title {
            padding-bottom: 0px;
            font-size: 2rem;
            line-height: 2.5rem;
            color: #000000;
        }

        #store .store-info .description {
            font-size: 18px;
            line-height: 20px;
            padding: 10px 0px 20px 0px;
            letter-spacing: 0px;
        }


        #store .store-info .btn-addcart, #store .store-info .btn-addcart:hover {
            letter-spacing: 0px;
            padding: 10px 50px 7px 50px;
            color: #ffffff;
            font-size: 0.8rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: block;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            margin-bottom: 15px;
        }

@media(max-width: 460px) {
    #store .store-info .title {
        text-align: center;
    }
}


.store-branch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    background-color: #f9f9f9;
    margin-bottom: 7px;
    cursor: pointer;
    transform: scale(1);
    transition: 0.5s ease all;
}

    .store-branch:hover {
        transform: scale(1.05);
    }


    .store-branch .branch-icon {
        width: 50px;
    }

    .store-branch .branch-detail {
        width: calc(100% - 50px);
    }

        .store-branch .branch-detail .branch-detail-title {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .store-branch .branch-detail .branch-detail-text {
            font-size: 1.3rem;
        }

            .store-branch .branch-detail .branch-detail-text a {
                color: #19110b;
            }

@media(max-width: 460px) {
    .store-branch {
        padding: 10px 15px;
    }

        .store-branch .branch-icon {
            width: 30px;
        }

        .store-branch .branch-detail {
            width: calc(100% - 30px);
        }

            .store-branch .branch-detail .branch-detail-text {
                font-size: 1rem;
            }
}



.googlemap {
    position: relative;
    padding-bottom: 75%; /* 4:3 ratio*/
    height: 0;
    overflow: hidden;
}

    .googlemap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }




@media(max-width: 460px) {

    #store .store-map {
        width: 100%;
    }

    #store .store-info {
        width: 100%;
        padding: 40px 20px;
    }
}


.fancybox-thumbs {
    background: #fff;
}

.fancybox-thumbs__list a:before {
    border: 2px solid #000000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991;
}

/*****************************************
* Collection
*****************************************/

.collection {
}

.collection-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}


    .collection-section .detain-info {
        position: absolute;
        bottom: 5%;
        left: 3%;
        width: 35%;
        background: rgba(0,0,0,0.1);
        padding: 20px;
        color: #ffffff;
    }

    .collection-section .collection-text {
        position: absolute;
        top: 65%;
        width: 100%;
        text-align: center;
    }

        .collection-section .collection-text .title {
            text-align: center;
            color: #ffffff;
            font-size: 3rem;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .collection-section .collection-text .btn-seemore {
            letter-spacing: 0px;
            padding: 7px 0px 5px 0px;
            color: #000000;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            width: 150px;
            text-align: center;
            margin-right: 5px;
            text-decoration: none;
            text-transform: uppercase;
        }


        .collection-section .collection-text.light-mode .title {
            color: #000000;
        }

        .collection-section .collection-text.light-mode .btn-seemore {
            color: #ffffff;
            background-color: #000000;
            border: 1px solid #000000;
        }

        .collection-section .collection-text .headline {
            color: #19110b;
            font-size: 3rem;
        }

        .collection-section .collection-text .message {
            color: #ffffff;
            font-size: 0.8rem;
            margin-bottom: 15px;
            letter-spacing: 0px;
            background: rgba(0,0,0,0.1);
            padding: 20px;
        }




    .collection-section .btn-seemore-outline {
        letter-spacing: 0px;
        padding: 10px 0px 7px 0px;
        color: #ffffff;
        font-size: 0.6rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        width: 260px;
        text-align: center;
        margin-right: 5px;
    }


@media(max-width: 767px) {

    .collection-section .collection-text {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
    }

        .collection-section .collection-text .title {
            font-size: 1.5rem;
            margin-bottom: 5px;
        }

        .collection-section .collection-text .btn-seemore {
            padding: 0px 15px 0px 15px;
            width: auto;
        }
}


/*****************************************
* Order Success
*****************************************/
#order-success {
    padding: 50px 0px;
    text-align: center;
}

    #order-success .thankyou-message {
        font-size: 3rem;
        margin-bottom: 10px;
        color: #091836;
    }

    #order-success .success-message {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    #order-success .success-orderno {
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #order-success .success-orderno .orderno {
            background: #f6f6f6;
            padding: 10px 50px;
            color: #091836;
        }



@media (max-width: 460px) {
    #order-success {
        padding: 50px 0px 0px 0px;
        text-align: center;
    }

        #order-success .thankyou-message {
            font-size: 2.3rem;
            line-height: 2.8rem;
        }

        #order-success .success-message {
            font-size: 1.3rem;
            line-height: 1.5rem;
        }
}


.order-success-contact {
    padding: 30px 20px;
    text-align: center;
    background: #fafafa;
    border-radius: 20px;
    margin-bottom: 30px;
}

    .order-success-contact .order-success-text {
        padding-bottom: 30px;
        font-size: 1.5rem;
        line-height: 2rem;
    }


    .order-success-contact .order-success-button {
        color: #fff;
        background-color: #07b53b;
        border: 1px solid #07b53b;
        padding: 10px 0px;
        border-radius: 20px;
        display: block;
        width: 160px;
        margin: 0px auto;
        margin-top: 0px;
    }


    .order-success-contact .bank-account-display {
        display: flex;
        justify-content: flex-start;
        width: 60%;
        margin: 0px auto 30px auto;
    }

        .order-success-contact .bank-account-display .bank-icon {
            width: 80px;
        }

        .order-success-contact .bank-account-display .bank-info {
            width: calc(100% - 80px);
            text-align: left;
            padding: 0px 20px;
        }

            .order-success-contact .bank-account-display .bank-info .account-no {
                font-size: 2rem;
                line-height: 2.5rem;
            }

            .order-success-contact .bank-account-display .bank-info .account-name {
                font-size: 2rem;
                line-height: 2.5rem;
            }


@media (max-width: 460px) {
    .order-success-contact .order-success-text {
        padding-bottom: 20px;
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    .order-success-contact .bank-account-display {
        width: 90%;
    }

        .order-success-contact .bank-account-display .bank-icon {
            width: 60px;
        }

        .order-success-contact .bank-account-display .bank-info {
            width: calc(100% - 60px);
        }

            .order-success-contact .bank-account-display .bank-info .account-no {
                font-size: 1.5rem;
                line-height: 2rem;
            }

            .order-success-contact .bank-account-display .bank-info .account-name {
                font-size: 1.5rem;
                line-height: 2rem;
            }
}


/*****************************************
* Shipping Info
*****************************************/
#shipping-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

    #shipping-info .info-title {
        color: #091836;
        font-size: 2rem;
        border-bottom: 1px solid #eae8e4;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    #shipping-info .shippinginfo-item {
        display: flex;
        justify-content: flex-start;
        padding: 0px 0px 5px 0px;
    }

        #shipping-info .shippinginfo-item .label {
            width: 100px;
        }

        #shipping-info .shippinginfo-item .value {
            width: calc(100% - 100px);
        }

/*****************************************
* Shipping Info
*****************************************/
#notification-payment {
    margin-bottom: 30px;
}

    #notification-payment .info-title {
        color: #091836;
        font-size: 2rem;
        border-bottom: 1px solid #eae8e4;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }


.upload-slip-panel {
    padding: 20px;
}

    .upload-slip-panel .upload-slip-form {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 10px;
    }

        .upload-slip-panel .upload-slip-form .upload-slip-label {
            width: 130px;
            font-size: 1.3rem;
            line-height: 1.8rem;
        }

        .upload-slip-panel .upload-slip-form .upload-slip-control {
            width: calc(100% - 130px);
        }



            .upload-slip-panel .upload-slip-form .upload-slip-control input[type=file] {
                background: #fff;
                background-clip: padding-box;
                border: 1px solid #eae8e4;
                border-radius: 0;
                box-shadow: none;
                transition: border .3s cubic-bezier(.39,.575,.565,1);
                padding: 0rem;
                box-sizing: border-box;
                height: auto;
                font-size: 1rem;
                letter-spacing: 0px;
                font-weight: 300;
                color: #19110b;
                line-height: 2rem;
                font-weight: 500;
                width: 100%;
                border-radius: 10px;
            }

    .upload-slip-panel .upload-slip-button {
    }

        .upload-slip-panel .upload-slip-button .btn-upload-slip {
            margin: 10px auto 30px auto;
            border-radius: 30px;
            width: 160px;
            font-size: 1.3rem;
            line-height: 1.8rem;
            height: 46px;
            padding: 10px;
        }


@media (max-width: 460px) {
    .upload-slip-panel {
        padding: 20px 0px;
    }
}



/*****************************************
* Main Backend
*****************************************/
#main-backend {
    padding: 0px 0px 100px 0px;
}

    #main-backend .title-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

        #main-backend .title-header .title {
            font-size: 2rem;
        }

.table-backend {
    font-size: 1rem;
}

    .table-backend thead tr th {
        font-size: 0.6rem;
        padding: 0.25rem 0.75rem;
        background-color: #fbfbfb;
        color: #000000;
    }


    .table-backend tbody tr td {
        font-size: 0.8rem;
        padding: 0.50rem 0.75rem;
    }



        .table-backend tbody tr td a, .table-backend tbody tr td a:hover {
            color: #000000;
            text-transform: uppercase;
        }

            .table-backend tbody tr td a img.icon {
                width: 14px;
                margin: 0px 3px;
            }

                .table-backend tbody tr td a img.icon.remove {
                    width: 13px;
                }


#main-backend .btn-primary, #main-backend .btn-primary:hover {
    padding: 8px 50px 10px 50px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #041837;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 0px;
    height: inherit;
    border: 1px solid #041837;
    width: auto;
}

#main-backend .btn-secondary, #main-backend .btn-secondary:hover {
    padding: 8px 50px 10px 50px;
    color: #041837;
    font-size: 1rem;
    font-weight: normal;
    line-height: 24px;
    background-color: transparent;
    border: 1px solid #041837;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.orders-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0px;
}

    .orders-tab .tab-option {
        color: #000000;
        width: 200px;
        padding: 15px;
        text-align: center;
        cursor: pointer;
        border-bottom: 3px solid #ebebeb;
    }

        .orders-tab .tab-option a {
            color: #000000;
            text-decoration: none;
            font-size: 0.8rem;
            display: block;
        }


        .orders-tab .tab-option.active {
            width: 200px;
            padding: 15px;
            text-align: center;
            border-bottom: 3px solid #000000;
        }


/*****************************************
* Privilege collection
*****************************************/
#privilege-collection {
}

.privilege {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eae8e4;
    padding: 30px 0px 30px 0px;
}

    .privilege .privilege-info {
        width: 60%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 5%;
    }

        .privilege .privilege-info .title {
            color: #19110b;
            font-size: 2rem;
            line-height: 2.5rem;
            margin-bottom: 15px;
        }

        .privilege .privilege-info .detail {
            color: #19110b;
            font-size: 0.8rem;
            line-height: 1.5rem;
            letter-spacing: 0px;
            padding: 10px 0px 20px 0px;
        }

        .privilege .privilege-info .btn-purchase {
            letter-spacing: 0px;
            margin-top: 15px;
            padding: 10px 50px 7px 50px;
            color: #ffffff;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            text-decoration: none;
            display: block;
            max-width: 185px;
        }


    .privilege .privilege-image {
        width: 40%;
    }


.privilege-lists {
    /*border:1px solid red;*/
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .privilege-lists .icon-item {
        width: calc(100% / 8 - 10px);
        margin: 5px;
        border: 1px solid #f7f7f7;
    }


@media (max-width: 425px) {
    .privilege .privilege-info .detail {
        color: #ffffff;
        font-size: 0.6rem;
        line-height: 1.5rem;
    }

    .privilege .privilege-info .title {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center;
    }

    .privilege .privilege-info .btn-purchase {
        padding: 0px 20px 0px 20px;
        font-size: 0.6rem;
    }
}



/*****************************************
* Coming Soon
*****************************************/
#coming-soon {
    padding: 50px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    #coming-soon .thankyou-message {
        font-size: 4rem;
        margin-bottom: 15px;
    }

    #coming-soon .success-message {
        font-size: 1.3rem;
        letter-spacing: 0px;
        text-transform: uppercase;
    }


@media (max-width: 767px) {

    #coming-soon {
        height: 525px;
    }


        #coming-soon .thankyou-message {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        #coming-soon .success-message {
            font-size: 0.8rem;
        }
}


/*****************************************
* What new collection
*****************************************/
#whatsnew {
}

.whatsnew-item {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #eae8e4;
}

    .whatsnew-item .whatsnew-info {
        width: 60%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding: 2% 3% 2% 3%;
        position: relative;
    }

        .whatsnew-item .whatsnew-info .title {
            color: #19110b;
            font-size: 2rem;
            line-height: 2.5rem;
        }

        .whatsnew-item .whatsnew-info .detail {
            color: #19110b;
            font-size: 0.8rem;
            line-height: 1.5rem;
            letter-spacing: 0px;
            padding: 10px 0px 20px 0px;
        }

        .whatsnew-item .whatsnew-info .btn-purchase {
            letter-spacing: 0px;
            padding: 10px 50px 7px 50px;
            color: #ffffff;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            text-decoration: none;
            display: block;
            max-width: 185px;
            position: absolute;
            bottom: 25px;
            right: 50px;
        }


    .whatsnew-item .whatsnew-image {
        width: 40%;
    }



@media (max-width: 767px) {
    .whatsnew-item .whatsnew-image {
        width: 100%;
    }


    .whatsnew-item .whatsnew-info {
        width: 100%;
        padding: 4%;
    }

        .whatsnew-item .whatsnew-info .title {
            color: #000000;
            font-size: 1rem;
            line-height: 1.5rem;
            text-align: left;
        }

        .whatsnew-item .whatsnew-info .detail {
            color: #000000;
            font-size: 0.8rem;
            line-height: 1rem;
        }


        .whatsnew-item .whatsnew-info .btn-purchase {
            padding: 0px 20px 0px 20px;
            font-size: 0.6rem;
        }
}


/*****************************************
* Backend transaction items
*****************************************/
.transaction-item {
    margin-bottom: 15px;
    border: 1px solid #f8f8f8;
}

    .transaction-item .transaction-item-info {
        border: 1px solid #f8f8f8;
        padding: 20px;
        background: #f8f8f8;
        font-size: 0.8rem;
        display: flex;
        position: relative;
        cursor: pointer;
    }

        .transaction-item .transaction-item-info .transaction-id {
            font-size: 1rem;
            margin-right: 20px;
        }

        .transaction-item .transaction-item-info .transaction-payment-type {
            padding: 0px;
            width: 10%;
            text-align: center;
        }

        .transaction-item .transaction-item-info .transaction-shipping {
            padding: 0px 20px;
            width: 40%;
        }

        .transaction-item .transaction-item-info .transaction-status {
            padding: 0px 20px;
            width: 150px;
            text-align: center;
        }

        .transaction-item .transaction-item-info .transaction-date {
            padding: 0px 20px;
            width: 10%;
        }

        .transaction-item .transaction-item-info .approve-action {
            display: flex;
            justify-content: flex-start;
        }

            .transaction-item .transaction-item-info .approve-action .icon {
                width: 24px;
                margin: 0px 5px;
            }

        .transaction-item .transaction-item-info .transaction-collapse {
            position: absolute;
            top: 40px;
            right: 30px;
            cursor: pointer;
        }

            .transaction-item .transaction-item-info .transaction-collapse img {
                width: 36px;
                transform: rotate(-90deg);
                transition: 0.3s ease all;
            }

            .transaction-item .transaction-item-info .transaction-collapse.open img {
                transform: rotate(0deg);
                transition: 0.3s ease all;
            }


    .transaction-item .transaction-item-detail {
        display: none;
    }


#menuModal {
    background: #ffffff;
}

    #menuModal .modal-dialog {
        margin: 3rem 1.5rem 3rem 1.5rem;
    }

        #menuModal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
        }

            #menuModal .modal-dialog .modal-content .close {
                position: absolute;
                top: -20px;
                right: 0px;
                opacity: 1;
            }

            #menuModal .modal-dialog .modal-content #mobile-menu {
                list-style: none;
                padding-left: 0px;
            }

                #menuModal .modal-dialog .modal-content #mobile-menu li a {
                    color: #000000;
                    font-size: 1.5rem;
                    letter-spacing: 0px;
                    text-align: center;
                    padding: 5px 0px;
                    background: #ffffff;
                }


.policy-modal {
    background: #ffffff;
}

    .policy-modal .modal-dialog {
        padding: 40px;
    }

        .policy-modal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
            font-size: 0.8rem;
        }

            .policy-modal .modal-dialog .modal-content .close {
                position: absolute;
                top: -20px;
                right: 0px;
            }

            .policy-modal .modal-dialog .modal-content h4 {
                font-size: 1.5rem;
                margin-top: 30px;
            }

            .policy-modal .modal-dialog .modal-content a {
                color: #000000;
                text-decoration: underline;
            }

            .policy-modal .modal-dialog .modal-content p {
                line-height: 18px;
            }


@media (max-width: 460px) {

    .policy-modal .modal-dialog {
        padding: 40px 20px;
    }

        .policy-modal .modal-dialog .modal-content h4 {
            margin-top: 15px;
        }
}



.product-swiper-wrapper {
}

    .product-swiper-wrapper .swiper-text {
        top: 0px;
        position: relative;
    }

        .product-swiper-wrapper .swiper-text .title {
            color: #000000;
        }

        .product-swiper-wrapper .swiper-text .headline {
            color: #000000;
            font-size: 3rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

    .product-swiper-wrapper .product-slide-image {
        width: 32%;
    }

    .product-swiper-wrapper .button-shop-wrapper {
        text-align: center;
        margin-top: 30px;
    }

        .product-swiper-wrapper .button-shop-wrapper .btn-product-link, .product-swiper-wrapper .button-shop-wrapper .btn-product-link .btn-product-link:hover {
            letter-spacing: 0px;
            padding: 6px 25px 5px 25px;
            color: #000000;
            font-size: 0.8rem;
            font-weight: normal;
            line-height: 24px;
            background-color: transparent;
            border: 2px solid #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            text-align: center;
            margin: 0px 10px;
            text-transform: uppercase;
            text-decoration: none;
            cursor: pointer;
            display: block;
            width: 200px;
            margin: 0px auto;
        }


@media (max-width: 460px) {

    .product-swiper-wrapper .swiper-text .title {
        font-size: 1rem;
    }

    .product-swiper-wrapper .swiper-text .headline {
        color: #000000;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .product-swiper-wrapper .product-slide-image {
        width: 80%;
    }

    .product-banner .swiper-button-prev.dark-mode {
        left: 20px;
    }

    .product-banner .swiper-button-next.dark-mode {
        right: 20px;
    }
}



/*****************************************
* Why Choose Us
*****************************************/
#whychoosus {
    padding: 100px 0px;
    border: 1px solid #f1f1f1;
}

    #whychoosus .headline {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 40px;
    }


.whychoosus-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .whychoosus-lists .whychoosus-item {
        width: calc(100%/4);
        padding: 20px;
        margin-bottom: 0px;
    }

        .whychoosus-lists .whychoosus-item .icon {
            margin-bottom: 20px;
            text-align: center;
        }

            .whychoosus-lists .whychoosus-item .icon img {
                width: 140px;
            }

        .whychoosus-lists .whychoosus-item .detail {
            font-size: 1.5rem;
            text-align: center;
        }

        .whychoosus-lists .whychoosus-item .subdetail {
            font-size: 1rem;
            text-align: center;
        }


@media(max-width: 460px) {
    #whychoosus {
        padding: 40px 0px;
    }

        #whychoosus .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        #whychoosus .headline {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }


    .whychoosus-lists .whychoosus-item .icon {
        margin-bottom: 0px;
    }

        .whychoosus-lists .whychoosus-item .icon img {
            width: 30%;
        }

    .whychoosus-lists .whychoosus-item {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }

        .whychoosus-lists .whychoosus-item .detail {
            font-size: 1.8rem;
        }

        .whychoosus-lists .whychoosus-item .subdetail {
            font-size: 1.3rem;
        }
}



/*****************************************
* Home Category
*****************************************/
#home-category {
    padding: 30px 20px 20px 20px;
    box-shadow: 0px 4px 12px #e8e8e8;
    border-radius: 15px;
    height: 100%;
    background: #ffffff;
}

    #home-category .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 40px;
    }

.category-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px;
}

    .category-lists .collection-image {
        width: calc(100%/3);
        padding: 10px;
    }

        .category-lists .collection-image img {
            transition: 0.4s ease all;
            box-shadow: 0px 4px 12px #e8e8e8;
            border-radius: 15px;
        }

            .category-lists .collection-image img:hover {
                transform: scale(1.05);
            }

@media (max-width: 460px) {

    #home-category {
        padding: 40px 0px 20px 0px;
    }

        #home-category .container {
            padding-left: 10px;
            padding-right: 10px;
        }

        #home-category .title {
            font-size: 2rem;
            margin-bottom: 10px;
        }

    .category-lists .collection-image {
        width: calc(100%/3);
        order: 1;
    }

    .category-lists .collection-info {
        width: 100%;
        order: 2;
        height: 300px;
        background-size: 65% auto;
    }
}

/*****************************************
* Welcome
*****************************************/
#welcome {
    position: relative;
    padding: 0px;
    /*background-image: url(/frontend-assets/images/background/gradient-gray2.jpg);
    background-repeat: repeat;
    background-position: top center;*/
}

/*    #welcome .title {
        text-align: center;
        
        font-size: 2.5rem;
        line-height: 3rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

    #welcome .description {
        text-align: center;
        
        font-size: 1.5rem;
        line-height: 2rem;
        color: #000000;
        width: 500px;
        margin: 0px auto 30px auto;
    }


        #welcome .description .support-credit-card {
            width: 80%;
            margin: 10px 0px;
        }

        #welcome .description .add-friend {
            width: 40%;
            margin: 10px 0px;
        }



@media (max-width: 460px) {
    #welcome {
        padding: 40px 0px 20px 0px;
    }

        #welcome .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        #welcome .title {
            font-size: 2rem;
            line-height: 2.5rem;
        }

        #welcome .description {
            width: 100%;
            font-size: 1.3rem;
            line-height: 1.5rem;
            margin: 0px auto 20px auto;
        }
}
*/

/*****************************************
* Article
*****************************************/
#article {
    padding: 100px 0px;
}

    #article .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #2fa453;
        margin-bottom: 40px;
    }


@media (max-width: 460px) {
    #article {
        padding: 40px 0px;
    }

        #article .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }
}


.article-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .article-lists .article-item {
        width: calc(100%/3 - 30px);
        box-shadow: 0px 4px 12px #e8e8e8;
        margin: 15px;
        text-decoration: none;
        /*border-radius: 0px 0px 15px 15px;*/
        padding-bottom: 20px;
    }

        .article-lists .article-item:hover {
            box-shadow: 0px 4px 12px #a7a7a7;
            text-decoration: none;
        }

        .article-lists .article-item img {
            transition: 0.4s ease all;
            box-shadow: 0px 4px 12px #e8e8e8;
            /*border-radius: 15px 15px 0px 0px;*/
        }


        .article-lists .article-item .article-title {
            font-size: 14px;
            line-height: 21px;
            text-transform: inherit;
            padding: 10px 15px 0px 15px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 30px;
            color: #000000;
        }


@media (max-width: 460px) {
    #article {
        padding: 40px 0px;
    }

        #article .container {
            padding-left: 20px;
            padding-right: 20px;
        }


    .article-lists .article-item {
        width: 100%;
        order: 1;
        margin: 15px 0px;
    }
}


/*****************************************
* View all
*****************************************/
.view-all {
    padding: 20px;
    text-align: center;
}


    .view-all .view-all-button {
        cursor: pointer;
        border-bottom: 1px solid #091836;
        color: #091836;
        padding: 3px 25px 3px 25px;
        font-size: 0.8rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #091836;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        text-align: center;
        margin: 15px 0px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 20px;
    }


        .view-all .view-all-button:hover {
            color: #ffffff;
            background: #0a1350;
        }



@media (max-width: 460px) {
    .view-all {
        padding: 10px 20px;
    }
}


/*****************************************
* Web Banner
*****************************************/
.web-banner {
    padding: 0px;
}

    .web-banner .main-banner {
        padding-bottom: 0px;
    }


@media screen and (max-width: 768px) {
    .web-banner {
        padding: 0px;
    }

        .web-banner .container {
            padding-left: 0px;
            padding-right: 0px;
        }

        .web-banner .main-banner {
            padding-bottom: 0px;
        }
}

/*****************************************
* Article Detail
*****************************************/
#article-detail {
    padding: 50px 0px;
}

    #article-detail .article-header {
        padding: 30px 0px 20px 0px;
    }

        #article-detail .article-header .article-title {
            font-size: 2.5rem;
            line-height: 3rem;
            letter-spacing: 0px;
            padding-bottom: 5px;
            color: #2fa453;
        }

        #article-detail .article-header .article-subtitle {
            font-size: 1rem;
            color: #72767e;
            margin-bottom: 5px;
        }

        #article-detail .article-header .share-social {
        }

            #article-detail .article-header .share-social .share-social-item {
                margin: 0px 3px;
            }

                #article-detail .article-header .share-social .share-social-item img {
                    height: 20px;
                }


    #article-detail .article-image {
    }


    #article-detail .article-detail {
        padding: 40px 30px 20px 30px;
        font-size: 1rem;
        line-height: 1.5rem;
        box-shadow: 0px 4px 12px #e8e8e8;
        letter-spacing: 0px;
    }

        #article-detail .article-detail h3 {
            font-weight: 600;
        }

        #article-detail .article-detail h5 {
            font-weight: 600;
        }


@media (max-width: 460px) {
    #article-detail {
        padding: 0px 0px 20px 0px;
    }

        #article-detail .container {
            padding-left: 0px;
            padding-right: 0px;
        }

        #article-detail .article-header {
            padding: 20px 10px 15px 10px;
        }

            #article-detail .article-header .article-title {
                font-size: 2rem;
                line-height: 2rem;
            }

        #article-detail .article-detail {
            padding: 20px;
            font-size: 1.2rem;
            line-height: 1.7rem;
        }
}


/*****************************************
* number type Lists
*****************************************/
.sidemenu-lists {
    background: #ffffff;
    padding: 0px 0px 20px 0px;
    box-shadow: 0px 4px 12px #7b7d85;
    transition: 0.3s ease all;
    border-radius: 15px;
    margin-bottom: 40px;
}

    .sidemenu-lists h5 {
        margin-bottom: 15px;
        background: #cdae65;
        padding: 15px 20px;
        border-radius: 15px 15px 0px 0px;
        color: #ffffff;
    }

    .sidemenu-lists ul {
        list-style: none;
        padding-left: 20px;
        padding-right: 20px;
    }

        .sidemenu-lists ul li {
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
            margin-bottom: 10px;
        }

            .sidemenu-lists ul li:last-child {
                border-bottom: none;
                margin-bottom: 0px;
                padding-bottom: 0px;
            }


            .sidemenu-lists ul li a {
                color: #1a1a1a;
                font-size: 1.3rem;
                line-height: 1.8rem;
            }


@media (max-width: 460px) {
    .sidemenu-lists {
        display: none;
    }
}



/*****************************************
* banner
*****************************************/
#banner-activities {
    padding: 0px;
    /*border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;*/
}

    #banner-activities .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #d1ad61;
        margin-bottom: 40px;
    }

@media (max-width: 460px) {
    #banner-activities .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}





/*****************************************
* Contact DBD
*****************************************/
#contact-text {
    padding: 100px 0px;
    text-align: center;
    color: #1a1a1a;
    background-image: url(/frontend-assets/images/background/gradient-gold2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

    #contact-text .headline {
        color: #613789;
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        text-transform: uppercase;
        width: 60%;
        margin: 0px auto 30px auto;
    }

    #contact-text .title {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        text-transform: uppercase;
        width: 70%;
        margin: 0px auto 30px auto;
    }


@media (max-width: 460px) {
    #contact-text {
        padding: 40px 0px;
    }

        #contact-text .headline {
            font-size: 2rem;
            line-height: 2.5rem;
            width: 100%;
            margin: 0px auto 15px auto;
        }

        #contact-text .title {
            font-size: 1.3rem;
            line-height: 1.6rem;
            width: 100%;
        }
}



#contact-dbd {
    padding: 100px 0px;
    /* background-image: url(/frontend-assets/images/background/gradient-gray.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;*/
}

    #contact-dbd .title {
        text-align: center;
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

    #contact-dbd .dbd-logo {
        text-align: center;
    }

        #contact-dbd .dbd-logo img {
            width: 20%;
            margin-bottom: 20px;
        }

        #contact-dbd .dbd-logo .dbd-text {
            font-size: 2rem;
            line-height: 2.5rem;
        }




@media(max-width: 460px) {

    #contact-dbd {
        padding: 40px 0px;
    }

        #contact-dbd .dbd-logo .dbd-text {
            font-size: 1.5rem;
            line-height: 2rem;
        }

        #contact-dbd .dbd-logo img {
            width: 40%;
            margin-bottom: 20px;
        }
}


/*****************************************
* Social Contact
*****************************************/
.social-contact-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

    .social-contact-widget .social-contact-item {
        padding: 10px;
    }

        .social-contact-widget .social-contact-item img {
            width: 60px;
        }


/*****************************************
* Shop
*****************************************/
#shop {
    border-bottom: 1px solid #f1f1f1;
}

    #shop .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 10px;
    }

    #shop .subtitle {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        padding: 60px 0px 20px 0px;
        width: 65%;
        margin: 0px auto;
    }



@media (max-width: 460px) {
    #shop {
    }

        #shop .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 10px;
        }

        #shop .subtitle {
            font-size: 16px;
            line-height: 20px;
            width: 100%;
        }
}



.shop-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 0px 40px 0px;
}

    .shop-lists .shop-item {
        width: calc(100% / 4);
        padding: 10px;
    }

        .shop-lists .shop-item img {
            border-radius: 10px;
        }


@media (max-width: 460px) {
    .shop-lists .shop-item {
        width: calc(100% / 3);
        padding: 10px;
    }
}



/*****************************************
* Home About
*****************************************/
#about {
    padding-top: 100px;
    padding-bottom: 100px;
}


@media (max-width: 460px) {
    #about {
        padding: 40px 0px;
        background-size: auto 100%;
    }
}

.about-content {
    /*width: 70%;*/
    margin: 0px auto 40px auto;
}

    .about-content .title {
        font-size: 30px;
        line-height: 34px;
        color: #2fa453;
        margin-bottom: 15px;
    }

    .about-content ul {
        font-size: 18px;
        line-height: 20px;
        padding-left: 25px;
    }

    .about-content p {
        font-size: 18px;
        line-height: 20px;
    }

@media (max-width: 460px) {

    .about-content {
        width: 100%;
    }

        .about-content ul {
            font-size: 16px;
            line-height: 20px;
        }

        .about-content p {
            font-size: 16px;
            line-height: 20px;
        }
}

#company-photo {
    padding-bottom: 100px;
}

.company-photos-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .company-photos-lists .company-photos-item {
        width: calc(100% / 3);
        padding: 10px;
    }


        .company-photos-lists .company-photos-item img {
            border-radius: 5px;
        }


@media (max-width: 460px) {
    .company-photos-lists .company-photos-item {
        width: 100%;
    }
}



/*****************************************
* Home About
*****************************************/
#home-about {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #f1f1f1;
    /* background: url('/Upload/about/bg-about.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;*/
}

    #home-about .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #2fa453;
    }


@media (max-width: 460px) {
    #home-about {
        padding: 40px 0px;
        background-size: auto 100%;
    }

        #home-about .title {
            font-size: 2.5rem;
            line-height: 3rem;
        }
}



.home-about-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 40px auto;
    padding: 5px;
    font-size: 18px;
    line-height: 22px;
}

    .home-about-content .about-photo {
        width: 50%;
    }

    .home-about-content .about-info {
        width: 70%;
        padding: 40px;
        /* font-size: 1.2rem;
        line-height: 1.7rem;*/
        text-align: center;
    }


@media (max-width: 460px) {
    .home-about-content {
        width: 100%;
        margin: 20px 0px 0px 0px;
        padding: 0px;
        font-size: 16px;
        line-height: 20px;
    }


        .home-about-content .about-photo {
            width: 100%;
        }

        .home-about-content .about-info {
            width: 100%;
            padding: 20px 0px;
            /* font-size: 1rem;
            line-height: 1.5rem;*/
        }
}




/*****************************************
* Pick on the month
*****************************************/
#pick-month {
    padding: 100px 0px;
}

    #pick-month .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #2fa453;
        margin-bottom: 40px;
    }

@media (max-width: 460px) {
    #pick-month {
        padding: 40px 0px 0px 0px;
    }

        #pick-month .container {
            padding-right: 10px;
            padding-left: 10px;
        }

        #pick-month .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }
}


.pick-month-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
}

    .pick-month-lists .pick-month-item {
        width: calc(100% / 4);
        transition: 0.4s ease all;
        padding: 5px;
        position: relative;
    }

        .pick-month-lists .pick-month-item .pick-month-item-text {
            padding: 10px 20px;
            position: absolute;
            bottom: 5px;
            left: 5px;
            right: 5px;
            text-align: center;
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            line-height: 24px;
            background: rgba(47, 164, 83, 0.7);
        }




@media (max-width: 460px) {
    .pick-month-lists {
        padding: 5px;
    }

        .pick-month-lists .pick-month-item {
            width: calc(100% / 2 );
        }

            .pick-month-lists .pick-month-item .pick-month-item-text {
                padding: 5px 20px;
                font-size: 16px;
            }
}




/*****************************************
* Product Type
*****************************************/
#product-type {
    padding: 0px;
}

    #product-type .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 40px;
    }


@media (max-width: 460px) {
    #product-type {
        padding: 0px;
    }

        #product-type .container {
            padding-right: 10px;
            padding-left: 10px;
        }

        #product-type .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }
}



.product-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .product-type .product-type-item {
        width: calc(100% / 2 - 20px);
        transform: scale(1);
        transition: 0.4s ease all;
        margin: 10px;
    }

        .product-type .product-type-item:hover {
            transform: scale(1.03);
        }


@media (max-width: 460px) {
    .product-type .product-type-item {
        width: calc(100% / 2 - 20px);
    }
}




.product-subtype {
    padding: 0px;
}

    .product-subtype .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 40px;
    }

.product-subtype-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 5px;
}


    .product-subtype-lists .subtype-item {
        width: calc(100%/4);
        transition: 0.4s ease all;
        padding: 5px;
        position: relative;
    }

        .product-subtype-lists .subtype-item .subtype-item-text {
            position: absolute;
            bottom: 5px;
            left: 5px;
            right: 5px;
            text-align: center;
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            line-height: 24px;
            background: rgba(47, 164, 83, 0.7);
            padding: 10px 20px;
        }


@media (max-width: 460px) {

    .product-subtype {
        padding: 0px;
    }

    .product-subtype-lists .subtype-item {
        width: 50%;
    }

        .product-subtype-lists .subtype-item .subtype-item-text {
            padding: 5px 20px;
            font-size: 16px;
        }
}


/*****************************************
* Ingredients
*****************************************/
#ingredients {
    padding: 100px 0px;
    box-shadow: 0px 4px 12px #eaeaea;
}


    #ingredients .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #2fa453;
        margin-bottom: 60px;
    }

@media (max-width: 460px) {
    #ingredients {
        padding: 40px 0px;
    }

        #ingredients .container {
            padding-right: 10px;
            padding-left: 10px;
        }

        #ingredients .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }
}



.ingredient-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.5rem;
}

    .ingredient-lists .ingredient-item {
        width: calc(100% / 5 - 20px);
        margin: 10px;
        box-shadow: 0px 4px 12px #eaeaea;
    }

        .ingredient-lists .ingredient-item .ingredient-photo {
            text-align: center;
        }

            .ingredient-lists .ingredient-item .ingredient-photo img {
                width: 90%;
            }

        .ingredient-lists .ingredient-item .ingredient-name {
            font-size: 1rem;
            line-height: 1.5rem;
            padding: 40px 10px 20px 10px;
            text-align: center;
        }

@media(max-width: 460px) {
    .ingredient-lists .ingredient-item {
        width: calc(100% / 2 - 20px);
        margin: 10px;
        box-shadow: 0px 4px 12px #eaeaea;
    }

        .ingredient-lists .ingredient-item .ingredient-name {
            padding: 10px 10px 20px 10px;
        }
}

.ingredient-description-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ingredient-description {
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.5rem;
    /*box-shadow: 0px 4px 12px #eaeaea;*/
    margin: 10px;
    min-height: 220px;
}

    .ingredient-description .description-photo {
        width: 30%;
        text-align: center;
    }

        .ingredient-description .description-photo img {
            width: 100%;
            border: 1px solid #eee;
            border-radius: 20px;
        }


    .ingredient-description .description-info {
        width: 70%;
        font-size: 18px;
        line-height: 20px;
        padding: 0px 20px 20px 20px;
    }

        .ingredient-description .description-info .description-title {
            font-size: 24px;
            line-height: 28px;
            color: #2fa453;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .ingredient-description .description-info .description-subtitle {
            font-size: 18px;
            line-height: 22px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #000000;
        }

        .ingredient-description .description-info .description-detail {
            font-size: 18px;
            line-height: 22px;
        }


@media (max-width: 960px) {
    .ingredient-description {
        width: 100%;
        align-items: center;
        min-height: inherit;
        margin: 5px;
    }
}



@media(max-width: 460px) {

    .ingredient-description {
        width: 100%;
        align-items: center;
        min-height: inherit;
        margin: 5px;
    }

        .ingredient-description .description-photo {
            width: 100%;
            margin-bottom: 20px;
        }

            .ingredient-description .description-photo img {
                width: 100%;
            }


        .ingredient-description .description-info {
            width: 100%;
            text-align: left;
            padding: 0px;
            margin-bottom: 30px;
        }

            .ingredient-description .description-info .description-title {
                font-size: 30px;
                line-height: 34px;
            }

            .ingredient-description .description-info .description-subtitle {
                font-size: 18px;
                line-height: 22px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .ingredient-description .description-info .description-detail {
                font-size: 16px;
                line-height: 20px;
            }

    /* .ingredient-description .description-photo {
        width: 100%;
    }

        .ingredient-description .description-photo img {
            width: 80%;
        }


    .ingredient-description .description-info {
        width: 100%;
        padding: 20px 0px;
    }*/
}


/*****************************************
* Reviews
*****************************************/
#reviews {
    padding: 100px 0px;
    box-shadow: 0px 4px 12px #eaeaea;
}

    #reviews .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 40px;
    }


@media (max-width: 460px) {
    #reviews {
        padding: 40px 0px;
    }

        #reviews .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }
}



.recommended-slide {
    position: relative;
    overflow: hidden;
}

/*****************************************
* Benefit
*****************************************/
#benefit {
    padding: 100px 0px;
    box-shadow: 0px 4px 12px #eaeaea;
}

    #benefit .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 40px;
    }


@media (max-width: 460px) {
    #benefit {
        padding: 40px 0px;
    }

        #benefit .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }
}



.benefit-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .benefit-content .benefit-photo {
        width: 40%;
    }

    .benefit-content .benefit-info {
        width: 50%;
        padding: 20px 40px 40px 40px;
        font-size: 0.9rem;
        line-height: 1.2rem;
    }


@media (max-width: 460px) {
    .benefit-content .benefit-photo {
        width: 100%;
    }

    .benefit-content .benefit-info {
        width: 100%;
        padding: 20px 0px;
    }
}




/*****************************************
* Risks
*****************************************/
#risks {
    padding: 100px 0px;
    box-shadow: 0px 4px 12px #eaeaea;
}

    #risks .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 40px;
    }

@media (max-width: 460px) {
    #risks {
        padding: 40px 0px;
    }

        #risks .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }
}


.risks-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .risks-content .risks-photo {
        width: 40%;
    }

    .risks-content .risks-info {
        width: 50%;
        padding: 20px;
        font-size: 1rem;
        line-height: 1.5rem;
    }


@media (max-width: 460px) {
    .risks-content .risks-photo {
        width: 100%;
    }

    .risks-content .risks-info {
        width: 100%;
        padding: 20px 0px;
    }
}


/*****************************************
* Risks
*****************************************/
#product-specification {
    padding: 100px 0px;
    box-shadow: 0px 4px 12px #eaeaea;
}

    #product-specification .title {
        text-align: center;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #000000;
        margin-bottom: 40px;
    }

@media (max-width: 460px) {
    #product-specification {
        padding: 40px 0px;
    }

        #product-specification .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
        }
}


.collapse-item {
    padding: 15px 0px;
    width: 80%;
    margin: 0px auto;
}


    .collapse-item:last-child {
        border-bottom: none;
    }

    .collapse-item .collapse-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

        .collapse-item .collapse-header .header-text {
            font-size: 30px;
            line-height: 34px;
        }

        .collapse-item .collapse-header .header-icon {
            font-size: 2rem;
            line-height: 2rem;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .collapse-item .collapse-detail {
        display: none;
        padding: 10px 0px;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
    }

        .collapse-item .collapse-detail h3 {
            font-size: 22px;
            line-height: 26px;
            font-weight: 600;
        }

        .collapse-item .collapse-detail p {
            font-size: 18px;
            line-height: 22px;
            font-weight: normal;
            margin-bottom: 30px;
        }





/*****************************************
* Language Menu
* https://gist.github.com/pratikbutani/20ded7151103bb30737e2ab1b336eb02
*****************************************/

.lang-menu {
    width: 180px;
    text-align: right;
    font-weight: bold;
    position: relative;
    font-family: 'Reddit Sans', 'Prompt', sans-serif;
}

    .lang-menu .selected-lang {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 2;
        cursor: pointer;
        color: #ffffff;
    }

        .lang-menu .selected-lang:before {
            content: '';
            display: inline-block;
            width: 32px;
            height: 32px;
            background-image: url('/frontend-assets/images/flag/flag-us.svg');
            background-size: contain;
            background-repeat: no-repeat;
        }

    .lang-menu ul {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: -25px;
        right: 0px;
        border-radius: 5px;
    }


        .lang-menu ul li {
            list-style: none;
            display: inline;
            float: left;
            margin: 0px;
            border: 3px solid #ffffff;
        }

            .lang-menu ul li a {
                opacity: 0.2;
                transition: 0.3s ease all;
            }

                .lang-menu ul li a:hover {
                    opacity: 1;
                }

            .lang-menu ul li.active {
                border-radius: 10px;
            }

                .lang-menu ul li.active a {
                    opacity: 1;
                }

            .lang-menu ul li a {
                display: block;
                cursor: pointer;
                /*font-family: 'Reddit Sans', 'Prompt', sans-serif;*/
                font-weight: 400;
                color: #000000;
                padding: 0px;
            }

            .lang-menu ul li:hover {
                /*background-color: #f2f2f2;*/
            }

            .lang-menu ul li a:before {
                content: '';
                display: inline-block;
                width: 40px;
                height: 40px;
                vertical-align: middle;
                background-size: contain;
                background-repeat: no-repeat;
            }

.th:before, .selected-lang.th:before {
    background-image: url('/frontend-assets/images/flag/flag-th.svg');
}

.us:before, .selected-lang.us:before {
    background-image: url('/frontend-assets/images/flag/flag-us.svg');
}

.cn:before, .selected-lang.cn:before {
    background-image: url('/frontend-assets/images/flag/flag-cn.svg');
}

@media (max-width: 460px) {



    .lang-menu ul li {
        border: 2px solid #ffffff;
    }

        /* .lang-menu ul li.active {
            border: 2px solid #1c673a;
            border-radius: 10px;
        }


        .lang-menu ul li a {
            padding: 0px 3px;
        }*/

        .lang-menu ul li a:before {
            width: 22px;
            height: 23px;
        }
}
