﻿body {
    font-family: 'Montserrat-Regular', 'Prompt-Regular'
}


.loading-dots {
    position: absolute;
    top: 75%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    height: 140px;
}



@media (max-width: 450px) {
    .loading-dots {
        top: 80%;
        height: 120px;
    }
}



@media (max-width: 450px) {
    .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 {
    font-family: 'Montserrat-Light', 'Prompt-Light';
    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 {
    font-family: 'Montserrat-Light', 'Prompt-Light';
    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 {
    font-family: 'Montserrat-Light', 'Prompt-Light';
    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: 158px;
}

    #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: 450px) {
    #main-content {
        margin-top: 55px;
    }

        #main-content.no-padding {
            margin-top: 0px;
        }

    .logo {
        width: 100%;
    }
}


/*****************************************
* 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: 450px) {

    .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: 450px) {

    #btn-gototop {
        bottom: 80px;
        right: 13px;
        font-size: 1rem;
    }

        #btn-gototop img {
            width: 45px;
        }
}



/*****************************************
* Cookie
*****************************************/
.cookie {
    font-family: 'Montserrat-Light', 'Prompt-Light';
    position: fixed;
    padding: 20px 0;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10,19,80,0.8);
    color: #ffffff;
    font-size: 0.8rem;
}

    .cookie button, .cookie button:hover {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        font-size: 1rem;
        text-align: center;
        border: none;
        outline: none;
        background: #f2c149;
        color: #1a1a1a;
        transition: 0.5s ease all;
        border-radius: 5px;
    }

/*****************************************
* Sidebar Content 
*****************************************/
.sidebar-content {
    width: 40%;
    right: -40%;
    height: 100vh;
    position: fixed;
    z-index: 1041;
    top: 0px;
    transition: all 0.6s ease-in-out;
}

    .sidebar-content::before {
        background-color: rgba(29,29,29,.8);
    }


    .sidebar-content.show {
        right: 0px;
        background-color: rgba(255, 255, 255, 1);
        transition: all 0.6s ease-in-out;
    }

@media (max-width: 767px) {
    .sidebar-content {
        width: 100%;
        right: -100%;
        height: 100vh;
    }
}


.shopping-cart-wrapper {
    padding: 40px;
    position: relative;
    font-size: 0.8rem;
    height: 100%;
    background: #f8f8f8;
    color: #091836;
}

    .shopping-cart-wrapper .icon-close {
        position: absolute;
        top: 25px;
        right: 25px;
        cursor: pointer;
    }

    .shopping-cart-wrapper .title {
        color: #041837;
        font-size: 2rem;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        line-height: 2.5rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .shopping-cart-wrapper .shopping-cart-lists {
        margin-bottom: 50px;
    }

        .shopping-cart-wrapper .shopping-cart-lists .empty-lists {
            text-align: center;
            font-size: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50vh;
        }

        .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item {
            display: flex;
            justify-content: space-between;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #eae8e4;
            position: relative;
        }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .remove-item {
                position: absolute;
                top: -3px;
                right: -25px;
                padding: 3px 5px;
                cursor: pointer;
            }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-image {
                width: 20%;
            }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-name {
                width: 50%;
                padding: 0px 15px;
                font-family: 'Montserrat-Medium', 'Prompt-Medium';
                font-size: 1.3rem;
                letter-spacing: 2px;
                line-height: 2rem;
            }

                .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-name .description {
                    font-family: 'Montserrat-Medium', 'Prompt-Medium';
                    font-size: 0.8rem;
                    letter-spacing: 0px;
                    line-height: 1rem;
                }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-qty {
                width: 15%;
                text-align: center;
                font-family: 'Montserrat-Medium', 'Prompt-Medium';
                font-size: 1rem;
            }

            .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-price {
                width: 30%;
                padding: 0px 15px;
                font-family: 'Montserrat-Medium', 'Prompt-Medium';
                font-size: 1rem;
                letter-spacing: 0px;
            }



    .shopping-cart-wrapper .btn-wrapper {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }


    .shopping-cart-wrapper .btn-checkout {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        padding: 13px 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-bottom: 15px;
    }



        .shopping-cart-wrapper .btn-checkout:hover {
            background: #0b0d35;
        }

        .shopping-cart-wrapper .btn-checkout:focus {
            color: #ffffff;
            background: #d1ad61;
        }

    .shopping-cart-wrapper .btn-continue, .shopping-cart-wrapper .btn-continue:hover {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        padding: 13px 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;
        margin-bottom: 15px;
    }


@media (max-width: 450px) {
    .shopping-cart-wrapper {
        padding: 30px 30px 30px 10px;
    }

        .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-name {
            font-size: 1.3rem;
        }

        .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-qty {
            font-size: 1.3rem;
            line-height: 2rem;
        }

        .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-price {
            font-size: 1.3rem;
            letter-spacing: 0px;
            line-height: 2rem;
        }

        .shopping-cart-wrapper .shopping-cart-lists .shopping-cart-item .shopping-cart-item-name .description {
            font-size: 1rem;
            letter-spacing: 0px;
            line-height: 1.3rem;
        }

        .shopping-cart-wrapper .btn-checkout, .shopping-cart-wrapper .btn-checkout:hover {
            font-size: 1.3rem;
            line-height: 1.5rem;
        }

        .shopping-cart-wrapper .btn-continue, .shopping-cart-wrapper .btn-continue:hover {
            font-size: 1.3rem;
            line-height: 1.5rem;
        }
}



/*****************************************
* 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: 7rem 1rem 1rem 1rem;
    z-index: 15;
    position: fixed;
    top: 0;
    width: 100%;
    background: #041837;
    transition: 0.5s ease all;
}


    .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: 90px;
        }


    .navbar.navbar-scroll {
        padding: 1.5rem 1rem 1.5rem 1rem;
        transition: 0.5s ease all;
    }

        .navbar.navbar-scroll.bg-transparent {
            background: #0A1350 !important;
        }

        .navbar.navbar-scroll .navbar-brand {
            display: none;
            transition: 0.5s ease all;
        }


.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: #ffffff;
        font-size: 1.2rem;
        font-family: 'Montserrat-Light', 'Prompt-Light';
        padding: 0.75rem 1rem;
        transition: 0.3s ease all;
    }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link.active {
            color: #d1ad61;
        }




.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
    outline: none;
}

.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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.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: 767px) {
    .navbar {
        padding: 1rem 1rem 1rem 1rem;
    }

    .toolbar-icon {
        position: fixed;
        top: 17px;
        right: 15px;
    }
}

@media (max-width: 450px) {

    .navbar {
        padding: 1rem 1rem 1rem 1rem;
    }

        /*.navbar.bg-transparent {
            background: #000000 !important;
        }*/

        .navbar .navbar-brand {
            top: 8px;
        }


        .navbar.navbar-scroll {
            padding: 1rem 1rem 1rem 1rem;
        }

            .navbar.navbar-scroll .navbar-brand {
                display: block;
            }

        .navbar .navbar-brand .navbar-logo {
            height: 40px;
        }

    .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;
        font-family: 'Montserrat-Light', 'Prompt-Light';
        letter-spacing: 0px;
    }


    .navbar-collapse {
        display: none;
    }

    /*.navbar-collapse.show {
            height: 100vh;
            position: absolute;
            top: 0px;
            background: #ffffff;
            left: 0px;
            right: 0px;
            z-index: 99;
        }*/

    .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 {
        display: flex;
    }
}

/*****************************************
* 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;
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
    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;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        text-transform: uppercase;
        width: 40%;
        margin: 0px auto 30px auto;
    }


    .swiper-slide .swiper-text .btn-seemore {
        color: #000000;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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: 450px) {
    .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;
        }
}


/*****************************************
* About
*****************************************/
#about {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 50px;
}

    #about .title {
        margin-bottom: 30px;
        font-size: 2.5rem;
    }

        #about .title span {
            color: #000000;
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
        }

    #about .detail {
        color: #1d1d1d;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        margin-bottom: 40px;
        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;
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            line-height: 2.5rem;
            margin-bottom: 10px;
        }

        #home-collection .collection-info .detail {
            color: #ffffff;
            font-size: 2rem;
            line-height: 2.5rem;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            text-align: center;
            margin-bottom: 30px;
        }

        #home-collection .collection-info .btn-purchase {
            font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
            letter-spacing: 2px;
            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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        line-height: 1.5rem;
        margin-bottom: 0px;
    }

    #home-collection .collection-info .detail {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        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: 450px) {
    #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;
            font-family: 'Montserrat-Light', 'Prompt-Light';
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .home-video-wrapper .home-video-info .btn-seemore {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            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 {
            font-family: 'Montserrat-Light', 'Prompt-Light';
            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: 450px) {
    .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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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 {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            color: #000000;
            padding: 15px 15px 0px 15px;
        }


        .banner-ads-lists .banner-ads-item p {
            font-family: 'Montserrat-Light', 'Prompt-Light';
            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: 450px) {
    #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;
            font-family: 'Montserrat-ExtraLight', 'Prompt-ExtraLight';
        }

.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: 100px 0px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 300;
    color: #ffffff;
    background-color: #041837;
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
}

    #b-footer .title {
        color: #ffffff;
        margin-bottom: 20px;
        font-size: 1.5rem;
        text-align: left;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
    }

.b-footer a, .b-footer a:hover {
    color: #ffffff;
    display: inline-block;
}


#footer {
    font-family: 'Montserrat-Light', 'Prompt-Light';
    padding: 15px 0px;
    background: #041837;
    color: #ffffff;
    font-size: 0.8rem;
    letter-spacing: 0px;
    font-weight: 300;
    text-align: center;
    border-top: 1px solid #444358;
}

    #footer a {
        cursor: pointer;
    }


.directory-lists {
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .directory-lists .dir-section {
        color: #ffffff;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
    }

        .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: 1rem;
            padding: 0px 0px 3px 0px;
        }


.contact-information {
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
}


    .contact-information a {
        text-decoration: none;
    }


    .contact-information .address {
        text-align: left;
        font-size: 0.8rem;
    }

    .contact-information .phonenumber {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
    }

        .contact-information .phonenumber .label {
            font-size: 0.8rem;
        }

        .contact-information .phonenumber .number {
            font-size: 1.2rem;
        }


    .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: 450px) {
    .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: 1rem;
        border-left: 1px solid #405861;
        margin-left: 15px;
        color: #405861;
    }

        .bottom-contact .line-id a {
            color: #ffffff;
        }


@media(max-width: 450px) {

    #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;
        font-family: 'Montserrat-Light', 'Prompt-Light';
        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;
        font-family: 'Montserrat-ExtraLight', 'Prompt-ExtraLight';
    }




/*****************************************
* Product
*****************************************/
#product {
    /*background: #340e30;*/
    /*padding-top: 50px;*/
    padding-top: 10px;
}

    #product .title {
        color: #000000;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            letter-spacing: 1.5px;
        }

        .product-item .product-detail .product-price {
            font-size: 0.8rem;
            font-family: 'Montserrat-Light', 'Prompt-Light';
            letter-spacing: 0.8px;
        }


@media(max-width: 767px) {
    .product-item {
        width: calc(100% / 2);
        padding: 10px;
    }
}





/*****************************************
* Product Detail
*****************************************/
#product-detail {
    position: relative;
    padding: 40px 0px 0px 0px;
    background-image: url(/frontend-assets/images/background/bg-newpredict.jpg);
    /*background: #041837;*/
    background-repeat: repeat;
    background-position: top center;
}

    #product-detail .container {
        padding-right: 20px;
        padding-left: 20px;
    }


    #product-detail .header-title {
        padding: 20px 0px 20px 0px;
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        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-predict {
        width: 58%;
        color: #091836;
        /*box-shadow: 0px 4px 12px #e8e8e8;
        border-radius: 15px;
        background: #ffffff;*/
        margin-bottom: 40px;
    }


@media(max-width: 450px) {
    #product-detail {
        background-image: url(/frontend-assets/images/background/bg-mobile-newpredict.jpg);
        padding: 0px 0px 40px 0px;
        background-repeat: repeat;
        background-size: 100% auto;
    }


        #product-detail .product-predict {
            width: 100%;
            margin-bottom: 10px;
        }

            #product-detail .product-predict .photo-lists .photo-item {
                width: 50%;
            }

        #product-detail .product-information {
            width: 100%;
            padding: 20px 0px;
        }
}


.header-number {
    padding: 15px 10px;
    /*box-shadow: 0px 4px 12px #e8e8e8;*/
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

    .header-number .number-display {
        width: 100%;
        font-size: 3rem;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        line-height: 3rem;
        text-transform: uppercase;
        letter-spacing: 0px;
        color: #10134f;
        text-decoration: none;
    }



.header-predict {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 30px 40px;
    /*box-shadow: 0px 4px 12px #e8e8e8;*/
    border-radius: 15px;
    background: #ffffff;
    margin-bottom: 20px;
}

    .header-predict .category-header {
        font-size: 3.5rem;
        line-height: 4rem;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        width: 100%;
        text-align: center;
    }


    .header-predict .category-icon {
        width: 100%;
        text-align: center;
    }

        .header-predict .category-icon img {
            width: 40%;
        }

    .header-predict .selection-number {
        width: 100%;
        font-size: 3rem;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        line-height: 3rem;
        text-transform: uppercase;
        letter-spacing: 0px;
        text-align: center;
        display: block;
    }


        .header-predict .selection-number .category-desc {
            color: #10134f;
            font-size: 2rem;
            line-height: 2.5rem;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            text-transform: uppercase;
            padding: 10px 0px 20px 0px;
            letter-spacing: 0px;
            text-align: center;
        }

        .header-predict .selection-number .rating {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0px;
        }

            .header-predict .selection-number .rating .rating-star {
                width: 30px;
                height: 30px;
                background-image: url(/frontend-assets/images/icons/star.png);
                background-repeat: repeat;
                background-position: top center;
                background-size: 30px 30px;
                margin: 0px 2px;
            }

                .header-predict .selection-number .rating .rating-star.black {
                    background-image: url(/frontend-assets/images/icons/star-black.png);
                }

        .header-predict .selection-number .topnumber-badge {
            color: #ffffff;
            font-size: 2rem;
            line-height: 2rem;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            text-transform: uppercase;
            padding: 10px 0px 10px 0px;
            letter-spacing: 0px;
            text-align: center;
            border: 1px solid #f1a42a;
            background: #f1a42a;
            width: 180px;
            margin: 20px auto 40px auto;
            border-radius: 30px;
        }


@media(max-width: 450px) {
    .header-predict {
        padding: 30px 20px;
    }

        .header-predict .category-icon {
            width: 100%;
        }

            .header-predict .category-icon img {
                width: 50%;
            }

        .header-predict .selection-number {
            width: 100%;
        }


            .header-predict .selection-number .category-desc {
                text-align: center;
                font-size: 2rem;
                line-height: 2.5rem;
                padding: 15px 0px 10px 0px;
            }

            .header-predict .selection-number .rating {
                justify-content: center;
            }

                .header-predict .selection-number .rating .rating-star {
                    width: 30px;
                    height: 30px;
                    background-size: 30px 30px;
                }
}


.summary-score-result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .summary-score-result .summary-score {
        width: 65px;
        height: 65px;
        background: #15134e;
        color: #ffffff;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        font-size: 30px;
        line-height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
    }

    .summary-score-result .summary-information {
        text-align: left;
        padding: 0px 10px;
        letter-spacing: 0px;
    }

        .summary-score-result .summary-information .score-number {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 2rem;
            line-height: 2.5rem;
        }

        .summary-score-result .summary-information .score-desc {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.6rem;
            line-height: 1.8rem;
            margin-bottom: 10px;
        }


@media(max-width: 450px) {
    .summary-score-result .summary-score {
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 24px;
    }

    .summary-score-result .summary-information .score-number {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .summary-score-result .summary-information .score-desc {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
}


.summary-score-detail {
    letter-spacing: 0px;
    text-align: left;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    background: #f9f9f9;
    border: 1px solid #edecec;
}

    .summary-score-detail .summary-score-detail-title {
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 10px;
    }


    .summary-score-detail .summary-score-detail-desc {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        font-size: 1rem;
        line-height: 1.5rem;
    }



.numpair-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}


    .numpair-lists .numpair-item {
        color: #ffffff;
        background: #091836;
        border-radius: 30px;
        margin: 5px;
        width: calc(100% / 6 - 10px);
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 30px;
        line-height: 30px;
    }


@media(max-width: 450px) {
    .numpair-lists .numpair-item {
        border-radius: 15px;
        font-size: 20px;
        line-height: 25px;
    }
}


.numpair-display {
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
    color: #091836;
    margin: 0px auto 0px auto;
    text-align: center;
    background: #ffffff;
    width: 60%;
    font-size: 1.3rem;
    border-radius: 30px;
    padding: 10px 0px;
}

.numpair-display-remark {
    font-family: 'Montserrat-Light', 'Prompt-Light';
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 30px;
    padding: 10px 0px 50px 0px;
    text-align: center;
}


@media(max-width: 450px) {
    .numpair-display {
        width: 80%;
        padding: 5px 0px;
    }
}



.predict-result {
    padding: 30px 0px;
    /*background: #ffffff;
    margin-bottom: 60px;
    padding: 40px 30px 30px 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 12px #e8e8e8;*/
}

    .predict-result .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .predict-result .predict-item {
        background: transparent;
        margin-bottom: 40px;
        padding: 40px 30px 30px 30px;
        position: relative;
        /*box-shadow: 0px 4px 12px #e8e8e8;*/
        border: 1px solid #ffffff;
        border-radius: 15px;
    }


        .predict-result .predict-item .number-result {
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
            position: absolute;
            top: -30px;
            left: 0px;
        }

            .predict-result .predict-item .number-result .num-circle {
                font-family: 'Montserrat-Medium', 'Prompt-Medium';
                width: 60px;
                height: 50px;
                background: #d1ad61;
                border-radius: 15px;
                color: #091836;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 3px;
                font-size: 24px;
                letter-spacing: 2px;
            }

        .predict-result .predict-item .number-desc {
            width: 100%;
            font-family: 'Montserrat-Light', 'Prompt-Light';
            font-size: 1.3rem;
            line-height: 1.5rem;
            color: #ffffff;
        }

            .predict-result .predict-item .number-desc .headline {
                font-family: 'Montserrat-Medium', 'Prompt-Medium';
                font-size: 1.6rem;
                line-height: 1.8rem;
                margin-bottom: 15px;
                color: #d1ad61;
            }


@media(max-width: 450px) {

    .predict-result {
        padding: 30px 0px;
        margin-bottom: 0px;
    }

        .predict-result .title {
            font-size: 2rem;
            line-height: 2.3rem;
            margin-bottom: 10px;
        }

        .predict-result .predict-item {
            padding: 40px 20px 30px 20px;
        }

            .predict-result .predict-item:last-child {
                margin-bottom: 0px;
            }

            .predict-result .predict-item .number-result {
                width: 100%;
                padding-bottom: 15px;
            }

            .predict-result .predict-item .number-desc {
                width: 100%;
            }
}


.product-detail .product-information {
    width: 40%;
}

.product-info {
    padding: 20px 30px;
    color: #19110b;
    background: #fdfdfd;
    /*box-shadow: 0px 4px 12px #e8e8e8;*/
    border-radius: 15px;
}

    .product-info .product-code {
        font-size: 0.8rem;
        font-family: 'Montserrat-Light', 'Prompt-Light';
    }

    .product-info .product-name {
        font-size: 3rem;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        border-bottom: 1px solid #eae8e4;
        padding-bottom: 20px;
        line-height: 3rem;
        text-transform: uppercase;
    }

    .product-info .detail-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1rem;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        padding: 10px 0px;
        border-bottom: 1px solid #eae8e4;
    }

        .product-info .detail-item .label {
            font-size: 1.3rem;
        }

        .product-info .detail-item .value {
            font-size: 1.3rem;
            text-transform: uppercase;
        }

            .product-info .detail-item .value .number-display {
                font-size: 2.5rem;
                font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
                line-height: 3rem;
                text-transform: uppercase;
                letter-spacing: 0px;
                color: #10134f;
                text-decoration: none;
            }




    .product-info .description {
        font-size: 1rem;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        padding: 20px 0px;
        line-height: 1.2rem;
    }

        .product-info .description p {
            margin-bottom: 0.5rem;
            line-height: 18px;
        }

            .product-info .description p strong {
                font-size: 1rem;
                font-family: 'Montserrat-Light', 'Prompt-Light';
                line-height: 24px;
                letter-spacing: 1px;
                text-decoration: underline;
                text-transform: uppercase;
            }

        .product-info .description h5 {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            text-decoration: underline;
            text-transform: uppercase;
            font-size: 1rem;
        }

        .product-info .description ul {
            padding-left: 15px;
        }


.stock-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
}

    .stock-status .label {
        font-size: 0.8rem;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        display: flex;
        align-items: center;
    }

        .stock-status .label .dot {
            background: #5c7e08;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            display: inline-block;
            margin: 0px 5px;
        }

    .stock-status .value {
        font-size: 1.3rem;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
    }


.detail-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eae8e4;
}

}

.detail-price .label {
    font-size: 0.8rem;
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
    display: flex;
    align-items: center;
}

    .detail-price .label .dot {
        background: #5c7e08;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        display: inline-block;
        margin: 0px 5px;
    }

.detail-price .value {
    font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
    color: #c71e1e;
    font-size: 2rem;
}




#product-detail .product-info .btn-addcart {
    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-family: 'Montserrat-Light', 'Prompt-Light';
    font-size: 1.5rem;
    height: 50px;
    padding: 12px;
}

    #product-detail .product-info .btn-addcart:hover {
        background: #0b0d35;
    }

    #product-detail .product-info .btn-addcart:focus {
        color: #ffffff;
        background: #d1ad61;
    }


.detail-option {
    display: flex;
    justify-content: flex-start;
    padding: 20px 15px;
    border-bottom: 1px solid #eae8e4;
}

    .detail-option:last-child {
        border-bottom: none;
    }


    .detail-option .option-icon {
        width: 50px;
    }

    .detail-option .option-detail {
        font-size: 0.9rem;
        line-height: 1.3rem;
        padding: 0px 20px;
    }

        .detail-option .option-detail .option-detail-title {
            font-size: 1.3rem;
            line-height: 1.5rem;
            text-transform: uppercase;
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            margin-bottom: 5px;
        }

        .detail-option .option-detail .option-detail-text {
            font-size: 0.9rem;
        }

        .detail-option .option-detail .option-subdetail-text {
            font-size: 0.8rem;
            line-height: 1rem;
            padding-left: 15px;
        }

        .detail-option .option-detail h5 {
            font-size: 0.9rem;
            margin-top: 15px;
            margin-bottom: 5px;
            text-decoration: underline;
        }

        .detail-option .option-detail ul {
            padding-left: 20px;
        }


/*****************************************
* 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;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
        }

    #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;
            font-family: 'Montserrat-Light', 'Prompt-Light';
        }


    #cart .checkout-detail {
        width: 40%;
        /*padding: 0px 5%;*/
        padding: 0px 20px;
        color: #19110b;
        background: #ffffff;
    }


@media(max-width: 450px) {

    #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;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        padding: 15px 20px 15px 20px;
        background: #f9f9f9f9;
        margin: 15px 0px;
    }


        .cart-summary .detail-price .value {
            font-size: 1.3rem;
            font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        }



.btn-cart-chechout {
    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-family: 'Montserrat-Light', 'Prompt-Light';
    font-size: 1.5rem;
    height: 50px;
    padding: 12px;
}

    .btn-cart-chechout:hover {
        background: #0b0d35;
    }

    .btn-cart-chechout:focus {
        color: #ffffff;
        background: #d1ad61;
    }


.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;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
    }


    .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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
    }

    .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: 450px) {
    .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: 450px) {
    .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;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        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;
        font-family: 'Montserrat-Light', 'Prompt-Light';
        padding: 20px 30px 10px 30px;
    }

        .checkout-identify .identify-panel .remark {
            font-size: 1rem;
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            padding-top: 20px;
        }

.payment-box {
    padding: 15px 20px 20px 20px;
}

    .payment-box .header {
        font-size: 0.8rem;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.bank-account {
    margin-bottom: 20px;
}

    .bank-account .account-no {
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        margin-bottom: 15px;
        text-transform: uppercase;
    }


form .form-group label {
    font-size: 1rem;
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
    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;
    letter-spacing: .025rem;
    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;
    letter-spacing: .025rem;
    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;
    letter-spacing: .025rem;
    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;
    letter-spacing: .025rem;
    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;
    letter-spacing: .025rem;
    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 {
    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-family: 'Montserrat-Light', 'Prompt-Light';
    font-size: 1.5rem;
    height: 50px;
    padding: 12px;
    width: 200px;
    margin-top: 24px;
    outline: none;
}

    form button:hover {
        background: #0b0d35;
    }

    form button:focus {
        color: #ffffff;
        background: #d1ad61;
    }

/*****************************************
* Store
*****************************************/
#store {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    #store .store-map {
        width: 55%;
    }

    #store .store-info {
        width: 45%;
        padding: 40px 40px;
        color: #19110b;
    }


        #store .store-info .title {
            padding-bottom: 0px;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 2rem;
            line-height: 2.5rem;
            color: #0a1350;
            margin-bottom: 20px;
        }

        #store .store-info .description {
            font-size: 0.8rem;
            line-height: 18px;
            font-family: 'Montserrat-Light', 'Prompt-Light';
            padding: 10px 0px 20px 0px;
            line-height: 18px;
            letter-spacing: 1px;
        }


        #store .store-info .btn-addcart, #store .store-info .btn-addcart:hover {
            font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
            letter-spacing: 2px;
            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: 450px) {
    #store .store-info .title {
        text-align: center;
    }
}


.store-branch {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px;
    background-color: #f1f1f1;
    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: 1rem;
            text-transform: uppercase;
            font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        }

        .store-branch .branch-detail .branch-detail-text {
            font-size: 1.3rem;
        }

            .store-branch .branch-detail .branch-detail-text a {
                color: #19110b;
            }

@media(max-width: 450px) {
    .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: 450px) {

    #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;
            font-family: 'Montserrat-Light', 'Prompt-Light';
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .collection-section .collection-text .btn-seemore {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            letter-spacing: 2px;
            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;
            font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        }

        .collection-section .collection-text .message {
            color: #ffffff;
            font-size: 0.8rem;
            font-family: 'Montserrat-Light', 'Prompt-Light';
            margin-bottom: 15px;
            letter-spacing: 1px;
            background: rgba(0,0,0,0.1);
            padding: 20px;
        }




    .collection-section .btn-seemore-outline {
        font-family: 'Montserrat-Light', 'Prompt-Light';
        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;
    }


@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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        margin-bottom: 10px;
        color: #091836;
    }

    #order-success .success-message {
        font-size: 1.5rem;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        margin-bottom: 30px;
    }

    #order-success .success-orderno {
        font-size: 2rem;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #order-success .success-orderno .orderno {
            background: #f6f6f6;
            padding: 10px 50px;
            color: #091836;
        }



@media (max-width: 450px) {
    #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;
        font-family: 'Montserrat-Light', 'Prompt-Light';
    }


    .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;
                font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
            }

            .order-success-contact .bank-account-display .bank-info .account-name {
                font-size: 2rem;
                line-height: 2.5rem;
                font-family: 'Montserrat-Light', 'Prompt-Light';
            }


@media (max-width: 450px) {
    .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;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        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;
        font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
        border-bottom: 1px solid #eae8e4;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }


.upload-slip-panel {
    padding: 20px;
    width: 80%;
    margin: 0px auto;
}

    .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: .025rem;
                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;
        }

            .upload-slip-panel .upload-slip-button .btn-upload-slip:hover {
                background: #0b0d35;
            }

            .upload-slip-panel .upload-slip-button .btn-upload-slip:focus {
                color: #ffffff;
                background: #d1ad61;
            }

@media (max-width: 450px) {
    .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;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
        }

.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 {
    font-family: 'Montserrat-Light', 'Prompt-Light';
    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 {
    font-family: 'Montserrat-Light', 'Prompt-Light';
    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;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            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;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            margin-bottom: 15px;
        }

        .privilege .privilege-info .detail {
            color: #19110b;
            font-size: 0.8rem;
            font-family: 'Montserrat-light', 'Prompt-light';
            line-height: 1.5rem;
            letter-spacing: 1.5px;
            padding: 10px 0px 20px 0px;
        }

        .privilege .privilege-info .btn-purchase {
            font-family: 'Montserrat-light', 'Prompt-light';
            letter-spacing: 2px;
            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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        line-height: 1.5rem;
    }

    .privilege .privilege-info .title {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        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;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        margin-bottom: 15px;
    }

    #coming-soon .success-message {
        font-size: 1.3rem;
        font-family: 'Montserrat-Light', 'Prompt-Regular';
        letter-spacing: 3px;
        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;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
        }

        .whatsnew-item .whatsnew-info .detail {
            color: #19110b;
            font-size: 0.8rem;
            font-family: 'Montserrat-light', 'Prompt-light';
            line-height: 1.5rem;
            letter-spacing: 1px;
            padding: 10px 0px 20px 0px;
        }

        .whatsnew-item .whatsnew-info .btn-purchase {
            font-family: 'Montserrat-light', 'Prompt-light';
            letter-spacing: 2px;
            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;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            text-align: left;
        }

        .whatsnew-item .whatsnew-info .detail {
            color: #000000;
            font-size: 0.8rem;
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            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-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
            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: #041837;
}

    #menuModal .modal-dialog {
        margin: 3rem 1.5rem 3rem 1.5rem;
    }

        #menuModal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
            background: #041837;
        }

            #menuModal .modal-dialog .modal-content .close {
                position: absolute;
                top: -20px;
                right: 0px;
            }

            #menuModal .modal-dialog .modal-content #mobile-menu {
                list-style: none;
                padding-left: 0px;
            }

                #menuModal .modal-dialog .modal-content #mobile-menu li a {
                    color: #ffffff;
                    font-size: 1.5rem;
                    font-family: 'Montserrat-Light', 'Prompt-Light';
                    letter-spacing: 0px;
                    text-align: center;
                    padding: 10px 0px;
                    background: #041837;
                }

                    #menuModal .modal-dialog .modal-content #mobile-menu li a:focus {
                        color: #d1ad61;
                    }



.policy-modal {
    background: #ffffff;
}

    .policy-modal .modal-dialog {
        padding: 40px;
    }

        .policy-modal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
            font-family: 'Montserrat-Light', 'Prompt-Light';
            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: 450px) {

    .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 {
            font-family: 'Montserrat-Light', 'Prompt-Light';
            letter-spacing: 2px;
            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: 450px) {

    .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-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #0a1350;
        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-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            text-align: center;
        }

        .whychoosus-lists .whychoosus-item .subdetail {
            font-family: 'Montserrat-Light', 'Prompt-Light';
            font-size: 1rem;
            text-align: center;
        }


@media(max-width: 450px) {
    #whychoosus {
        padding: 40px 0px;
    }

        #whychoosus .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        #whychoosus .headline {
            padding: 40px 0px 0px 0px;
            font-size: 2rem;
            line-height: 2rem;
        }


    .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-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2rem;
        line-height: 2rem;
        color: #0a1350;
        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: 450px) {

    #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-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2.5rem;
        line-height: 3rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

    #welcome .description {
        text-align: center;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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: 450px) {
    #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;
        }
}
*/

/*****************************************
* Home Search
*****************************************/
#search-number-main {
    padding: 100px 0px;
    margin-top: -180px;
    z-index: 11;
    position: relative;
}

    #search-number-main .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    #search-number-main .flex-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        #search-number-main .flex-box .left-box {
            width: 55%;
        }

        #search-number-main .flex-box .right-box {
            width: 40%;
            margin-left: 3%;
        }


@media (max-width: 450px) {
    #search-number-main {
        padding: 40px 0px;
        margin-top: -60px;
    }


        #search-number-main .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        #search-number-main .flex-box .left-box {
            width: 100%;
        }

        #search-number-main .flex-box .right-box {
            width: 100%;
            margin-left: 0px;
        }
}

#search-number {
    padding: 30px 20px 20px 20px;
    box-shadow: 0px 4px 12px #e8e8e8;
    border-radius: 15px;
    background: #ffffff;
}

    #search-number .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2rem;
        line-height: 2rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

    #search-number label {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        font-size: 1.2rem;
    }


.search-box {
    margin-bottom: 30px;
}

    .search-box .number-lists {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .search-box .number-lists .number {
            width: calc(100%/10);
        }

            .search-box .number-lists .number input {
                font-family: 'Montserrat-Medium', 'Prompt-Medium';
                font-size: 1.5rem;
                width: 80%;
                height: 50px;
                text-align: center;
                border: none;
                outline: none;
                background: #f9f9f9;
                border-radius: 15px;
            }

@media (max-width: 450px) {

    #search-number {
        padding: 40px 0px 20px 0px;
        margin-bottom: 30px;
    }

        #search-number .title {
            margin-bottom: 30px;
        }

    .search-box .number-lists .number input {
        font-size: 1.3rem;
        width: 90%;
        height: 35px;
        border-radius: 10px;
    }
}



.filter-box {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .filter-box .group-number {
        width: 50%;
    }

        .filter-box .group-number input {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 1.5rem;
            width: 94%;
            height: 50px;
            text-align: center;
            border: none;
            outline: none;
            background: #f9f9f9;
            letter-spacing: 15px;
            border-radius: 15px;
        }

    .filter-box .group-category {
        width: 50%;
    }

        .filter-box .group-category select {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            width: 94%;
            height: 50px;
            text-align: center;
            border: none;
            outline: none;
            background: #f9f9f9;
            border-radius: 15px;
        }

            .filter-box .group-category select option {
                font-size: 1rem;
            }




@media (max-width: 450px) {

    .filter-box .group-number input {
        font-size: 1rem;
        width: 94%;
        height: 40px;
        letter-spacing: 3px;
        border-radius: 10px;
    }

    .filter-box .group-category select {
        font-size: 1rem;
        width: 94%;
        height: 40px;
        background: #f9f9f9;
        border-radius: 10px;
    }
}



.optional-box {
    margin-bottom: 30px;
    /*display: none;*/
}

@media (max-width: 450px) {

    .optional-box {
        margin-bottom: 10px;
        /*display: none;*/
    }
}


.more-option {
    margin: 30px 0px 60px 0px;
    text-align: center;
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
    font-size: 1.5rem;
    cursor: pointer;
    width: 97%;
}

    .more-option .arrow {
        width: 30px;
        margin-right: 10px;
    }

    .more-option.expand .arrow {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media (max-width: 450px) {
    .more-option {
        margin: 30px 0px 30px 0px;
    }
}



.selection-option {
    width: 97%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .selection-option .select-option {
        width: calc(100%/3);
    }

        .selection-option .select-option select {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            width: 100%;
            height: 60px;
            text-align: center;
            border: none;
            outline: none;
            background: #f9f9f9;
        }

            .selection-option .select-option select option {
                font-size: 1rem;
            }



@media (max-width: 450px) {
    .selection-option .select-option select {
        font-size: 1rem;
        height: 45px;
    }
}




.match-number {
}

    .match-number .match-number-lists {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

        .match-number .match-number-lists .select-number {
            width: calc(100%/10);
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 5px;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 1.5rem;
            cursor: pointer;
            transition: 0.5s ease all;
            background: #f9f9f9;
            border-radius: 15px;
        }

            .match-number .match-number-lists .select-number.active {
                color: #ffffff;
                background: #ce0101;
            }



@media (max-width: 450px) {
    .match-number .match-number-lists .select-number {
        width: calc(100%/10);
        height: 30px;
        margin: 5px;
        font-size: 1.2rem;
        background: #f9f9f9;
        border-radius: 8px;
    }
}



.action-box {
    display: flex;
    justify-content: center;
    align-items: center;
}


    .action-box .btn-search {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        font-size: 1.5rem;
        width: calc(100%/2);
        height: 50px;
        text-align: center;
        border: none;
        outline: none;
        background: #10134f;
        color: #ffffff;
        transition: 0.2s ease all;
        border-radius: 10px;
        margin: 20px;
    }

        .action-box .btn-search:hover {
            background: #0b0d35;
        }

        .action-box .btn-search:focus {
            color: #ffffff;
            background: #d1ad61;
        }

    .action-box .btn-reset-search {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        width: calc(100%/2);
        font-size: 1.5rem;
        background: #f7f7f7;
        color: #10134f;
        border: 1px solid #ececec;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        transition: 0.2s ease all;
        cursor: pointer;
        height: 50px;
        outline: none;
    }

        .action-box .btn-reset-search:hover {
            background: #ececec;
            color: #10134f;
            border: 1px solid #ececec;
        }

        .action-box .btn-reset-search:focus {
            background: #d2d2d2;
            color: #10134f;
            border: 1px solid #d2d2d2;
        }


/*****************************************
* Predict Number
*****************************************/
#predict-number {
    padding: 100px 0px;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #predict-number:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-image: url('/frontend-assets/images/background/bg-predict.jpg');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #predict-number .title {
        position: relative;
        text-align: center;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #d1ad61;
        margin-bottom: 40px;
    }

        #predict-number .title span {
            color: #ffffff;
            font-family: 'Montserrat-Light', 'Prompt-Light';
        }

.predict-box {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0px auto;
}

    .predict-box .predict-search-box {
        width: 50%;
        text-align: right;
    }

        .predict-box .predict-search-box input {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 2rem;
            width: 100%;
            height: 61px;
            text-align: center;
            outline: none;
            background: #ffffff;
            letter-spacing: 2px;
            border-radius: 15px 0px 0px 15px;
            border: none;
        }

            .predict-box .predict-search-box input::placeholder {
                font-family: 'Montserrat-Light', 'Prompt-Light';
                font-size: 1.8rem;
                letter-spacing: 0px;
            }

    .predict-box .predict-search-button {
        width: 20%;
    }

        .predict-box .predict-search-button button {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            width: 200px;
            height: 62px;
            text-align: center;
            border: none;
            outline: none;
            background: #091836;
            color: #ffffff;
            transition: 0.5s ease all;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 0px;
            border-radius: 0px 15px 15px 0px !important;
        }

            .predict-box .predict-search-button button:hover {
                background: #0b0d35;
            }

            .predict-box .predict-search-button button:hover {
                color: #ffffff;
                background: #d1ad61;
            }


@media (max-width: 450px) {
    .predict-box {
        width: 100%;
    }


    #predict-number {
        min-height: 260px;
        padding: 80px 0px 80px 0px;
    }


    .predict-box {
        width: 90%;
    }

        .predict-box .predict-search-box {
            width: calc(100% - 130px);
            text-align: right;
        }

            .predict-box .predict-search-box input {
                letter-spacing: 2px;
                height: 41px;
                border-radius: 10px 0px 0px 10px;
                font-size: 1.5rem;
            }

                .predict-box .predict-search-box input::placeholder {
                    font-size: 1.3rem;
                    letter-spacing: 0px;
                }

        .predict-box .predict-search-button {
            width: 130px;
        }

            .predict-box .predict-search-button button {
                font-family: 'Montserrat-Regular', 'Prompt-Regular';
                font-size: 1rem;
                width: 100%;
                height: 42px;
                border-radius: 0px 10px 10px 0px;
            }
}


#predict-text {
    padding: 100px 0px;
    text-align: center;
    color: #1a1a1a;
    background-image: url(/frontend-assets/images/background/gradient-gray3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

    #predict-text .headline {
        color: #0a1350;
        text-align: center;
        font-size: 2rem;
        line-height: 2.5rem;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        text-transform: uppercase;
        width: 60%;
        margin: 0px auto 30px auto;
    }

    #predict-text .title {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        text-transform: uppercase;
        width: 70%;
        margin: 0px auto 30px auto;
    }


@media (max-width: 450px) {
    #predict-text {
        padding: 40px 0px;
    }

        #predict-text .headline {
            font-size: 2rem;
            line-height: 2.5rem;
            width: 100%;
            margin: 0px auto 15px auto;
        }

        #predict-text .title {
            font-size: 1.3rem;
            line-height: 1.6rem;
            width: 100%;
        }
}


#predict-number-table {
    padding: 50px 0px;
    text-align: center;
    color: #091836;
    background: #091836;
}


    #predict-number-table .number-table {
    }

        #predict-number-table .number-table img {
            width: 50%;
        }


@media (max-width: 450px) {
    #predict-number-table .number-table img {
        width: 100%;
    }
}


/*****************************************
* Predict Suggestion
*****************************************/
.predict-suggest-item {
    height: 450px;
}

    .predict-suggest-item .predict-logo-top {
        position: absolute;
        top: 0px;
        left: 36%;
        width: 32%;
        z-index: 2;
    }

    .predict-suggest-item .predict-arrow {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 36px;
        z-index: 2;
        background: #000000;
        border-radius: 50%;
    }

        .predict-suggest-item .predict-arrow.left {
            left: 14px;
            padding: 8px 10px 8px 8px;
        }

        .predict-suggest-item .predict-arrow.right {
            right: 14px;
            padding: 8px 8px 8px 10px;
        }


        .predict-suggest-item .predict-arrow img {
            filter: brightness(0) invert(1);
        }

    .predict-suggest-item .predict-suggest-info {
        position: absolute;
        bottom: 0px;
        left: 30px;
        right: 30px;
        background: #cccccc;
        border-radius: 20px;
        padding: 90px 30px 30px 30px;
        text-align: center;
        height: 90%;
        z-index: 1;
    }


        .predict-suggest-item .predict-suggest-info .predict-title {
            font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 20px;
            color: #091836;
        }

        .predict-suggest-item .predict-suggest-info .predict-description {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.3rem;
            line-height: 1.8rem;
            height: 65%;
            padding-bottom: 20px;
        }

        .predict-suggest-item .predict-suggest-info .predict-digit {
            background: #555555;
            color: #ffffff;
            padding: 5px 20px 10px 20px;
            border-radius: 30px;
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            line-height: 1.6rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .predict-suggest-item .predict-suggest-info .predict-digit span {
                margin: 2px;
            }

                .predict-suggest-item .predict-suggest-info .predict-digit span.hilight {
                    border-bottom: 2px solid red;
                    font-size: 1.8rem;
                    line-height: 2rem;
                }


@media (max-width: 450px) {
    .predict-suggest-item {
        height: 350px;
    }


        .predict-suggest-item .predict-logo-top {
            position: absolute;
            top: 0px;
            left: 38%;
            width: 24%;
            z-index: 2;
        }


        .predict-suggest-item .predict-arrow.left {
            left: 20px;
        }

        .predict-suggest-item .predict-arrow.right {
            right: 20px;
        }


        .predict-suggest-item .predict-suggest-info {
            padding: 75px 30px 30px 30px;
        }

            .predict-suggest-item .predict-suggest-info .predict-title {
                font-size: 2rem;
                line-height: 2.5rem;
            }


            .predict-suggest-item .predict-suggest-info .predict-description {
                font-size: 1.3rem;
                line-height: 1.5rem;
                height: 55%;
            }
}


/*****************************************
* Predict Slider
*****************************************/
#predict-slider {
    padding: 0px;
    position: relative;
}

.predict-numbertype {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .predict-numbertype .numbertype-item {
        width: calc(100%/6 - 10px);
        margin: 5px;
        background: #ffffff;
        border: 1px solid #e9e9e9;
        box-shadow: 0px 4px 12px #e8e8e8;
        border-radius: 15px;
        cursor: pointer;
    }

        .predict-numbertype .numbertype-item .numbertype-icon {
            padding: 15px;
        }

            .predict-numbertype .numbertype-item .numbertype-icon img {
                width: 100%;
            }

        .predict-numbertype .numbertype-item .numbertype-name {
            padding: 10px;
        }



@media (max-width: 450px) {
    .predict-numbertype .numbertype-item {
        width: calc(100%/2 - 10px);
    }

        .predict-numbertype .numbertype-item .numbertype-icon img {
            width: 80%;
        }
}


/*****************************************
* Recommended Number
*****************************************/
#recommended-number {
    padding: 100px 0px;
    background-image: url('/frontend-assets/images/background/gradient-gray.jpg');
    background-repeat: repeat;
    background-position: top center;
}

    #recommended-number .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #0a1350;
        margin-bottom: 40px;
    }


.recommended-item {
    padding: 20px;
    position: relative;
}


    .recommended-item .thumbnail {
        text-align: center;
    }

        .recommended-item .thumbnail img {
            width: 90% !important;
            margin: 0px auto;
        }


    .recommended-item .phonenumber a, .recommended-item .phonenumber a:hover {
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2rem;
        line-height: 2.5rem;
        top: 80px;
        left: 0px;
        right: 0px;
        position: absolute;
        color: #ffffff !important;
        text-align: center;
    }

    .recommended-item .detail {
        padding: 20px;
        background: #ffffff;
        border-radius: 15px;
        bottom: 0;
        left: 20px;
        right: 20px;
        position: absolute;
    }

        .recommended-item .detail .predict {
            height: 70px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 23px;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .recommended-item .detail .action {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

            .recommended-item .detail .action .action-link {
                width: 30px;
                padding: 5px;
                transform: scale(1);
                transition: 0.3s ease all;
            }

        .recommended-item .detail .predict-icon {
            position: absolute;
            top: -40px;
            right: 0px;
            width: 60px;
            height: 60px;
            border: 2px solid #000000;
            padding: 12px;
            border-radius: 50%;
            background: #ffffff;
        }


@media (max-width: 450px) {
    #recommended-number {
        padding: 40px 0px;
    }

        #recommended-number .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        #recommended-number .title {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 0px;
        }

    .recommended-item .phonenumber a, .recommended-item .phonenumber a:hover {
        font-size: 2rem;
        line-height: 2.5rem;
        top: 90px;
    }
}


/*****************************************
* Latest Number
*****************************************/

#latest-number {
    padding: 100px 0px;
    background-image: url(/frontend-assets/images/background/gradient-blue.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-size: 100% auto;
}

    #latest-number .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 3rem;
        line-height: 3.5rem;
        color: #d1ad61;
        margin-bottom: 40px;
    }

        #latest-number .title span {
            color: #ffffff;
            font-family: 'Montserrat-Light', 'Prompt-Light';
        }

    #latest-number .subtitle {
        text-align: center;
        font-family: 'Montserrat-Light', 'Prompt-Light';
        font-size: 2rem;
        line-height: 2.5rem;
        color: #ffffff;
        margin-bottom: 40px;
    }


    #latest-number .view-all-button {
        color: #ffffff;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        padding: 3px 25px 3px 25px;
        font-size: 0.8rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #ffffff;
        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;
    }

        #latest-number .view-all-button:hover {
            color: #041837;
            background: #ffffff;
        }


/*****************************************
* Latest Number
*****************************************/

#charm-number {
    padding: 100px 0px;
    background-image: url(/frontend-assets/images/background/gradient-blue.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-size: 100% auto;
}

    #charm-number .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 3rem;
        line-height: 3.5rem;
        color: #d1ad61;
        margin-bottom: 40px;
    }

        #charm-number .title span {
            color: #ffffff;
            font-family: 'Montserrat-Light', 'Prompt-Light';
        }


    #charm-number .view-all-button {
        color: #ffffff;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        padding: 3px 25px 3px 25px;
        font-size: 0.8rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #ffffff;
        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;
    }

        #charm-number .view-all-button:hover {
            color: #041837;
            background: #ffffff;
        }



.number-item {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    text-decoration: none !important;
    box-shadow: 0px 4px 12px #7b7d85;
    transition: 0.3s ease all;
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
}

    .number-item .number-network {
        width: 80px;
    }


    .number-item .number-info {
        width: calc(100% - 80px);
    }

        .number-item .number-info .number-display {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-weight: 900;
            font-size: 33px;
            color: #1b2348;
            line-height: 2.5rem;
            margin-top: 15px;
            text-decoration: none;
            letter-spacing: 0px;
        }

        .number-item .number-info .number-display {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-weight: 900;
            font-size: 28px;
            color: #1b2348;
            line-height: 2.5rem;
            margin-top: 15px;
            text-decoration: none;
            letter-spacing: 0px;
        }


            .number-item .number-info .number-display:focus {
                color: #c71e1e;
            }

        .number-item .number-info .number-detail {
            color: #000000;
            font-size: 1rem;
            font-weight: 600;
            line-height: 20px;
            margin-bottom: 5px;
            letter-spacing: 0px;
        }

        .number-item .number-info .number-price {
            color: #c71e1e;
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 20px;
            margin-bottom: 8px;
            letter-spacing: 0px;
        }


        .number-item .number-info .number-action {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            position: absolute;
            bottom: 10px;
            right: 15px;
        }

            .number-item .number-info .number-action .action-link {
                width: 30px;
                padding: 5px;
                transform: scale(1);
                transition: 0.3s ease all;
            }

                .number-item .number-info .number-action .action-link:hover {
                    width: 30px;
                    padding: 5px;
                    transform: scale(1.2);
                }


@media (max-width: 450px) {
    #latest-number {
        padding: 40px 0px;
    }

        #latest-number .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        #latest-number .title {
            font-size: 2.5rem;
            line-height: 3rem;
        }
}


/*****************************************
* Article
*****************************************/
#article {
    padding: 100px 0px;
}

    #article .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

.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: 17px;
            line-height: 21px;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            text-transform: uppercase;
            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: 450px) {
    #article {
        padding: 40px 0px;
    }

        #article .container {
            padding-left: 20px;
            padding-right: 20px;
        }


    .article-lists .article-item {
        width: 100%;
        order: 1;
        margin: 15px 0px;
    }
}



/*****************************************
* How to buy
*****************************************/
#howtobuy {
    position: relative;
    padding: 60px 0px 0px 0px;
    background-image: url('/frontend-assets/images/background/gradient-navy.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

    #howtobuy .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2.5rem;
        line-height: 3rem;
        color: #ffffff;
        margin-bottom: 5px;
    }

    #howtobuy .subtitle {
        text-align: center;
        font-family: 'Montserrat-Light', 'Prompt-Light';
        font-size: 2rem;
        line-height: 2rem;
        color: #ffffff;
    }


@media (max-width: 450px) {
    #howtobuy {
        padding: 40px 0px 0px 0px;
    }

        #howtobuy .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        #howtobuy .title {
            font-size: 2rem;
            line-height: 2.5rem;
        }
}

.howtobuy-item {
    padding: 20px;
    position: relative;
    width: 50%;
    margin: 0px auto;
    border-radius: 20px;
}

    .howtobuy-item .thumbnail {
        text-align: center;
    }

        .howtobuy-item .thumbnail img {
            width: 80% !important;
            margin: 0px auto;
        }

    .howtobuy-item .detail {
        color: #ffffff;
        padding: 20px 0px;
        /*background: linear-gradient(#ffffff, #8cb7c3);*/
        /*border-radius: 15px;*/
        /*bottom: 20px;
        left: 20px;
        right: 20px;
        position: absolute;*/
    }

        .howtobuy-item .detail .step {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 2rem;
            line-height: 2.5rem;
            color: #ffffff;
            margin-bottom: 10px;
            text-align: center;
        }


        .howtobuy-item .detail .desc {
            font-family: 'Montserrat-Light', 'Prompt-Light';
            font-size: 1.5rem;
            line-height: 2rem;
            text-align: center;
            /*height: 62px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 20px;
            font-size: 17px;
            margin-bottom: 10px;*/
        }



@media (max-width: 450px) {
    .howtobuy-item {
        width: 100%;
    }

        .howtobuy-item .detail .step {
            font-size: 1.8rem;
            line-height: 2.3rem;
        }

        .howtobuy-item .detail .desc {
            font-size: 1.3rem;
            line-height: 1.8rem;
        }
}


#howtobuy-step {
    position: relative;
    padding: 60px 0px 60px 0px;
    font-family: 'Montserrat-Light', 'Prompt-Light';
    font-size: 1.3rem;
    line-height: 1.8rem;
    background: #091836;
}

    #howtobuy-step .howtobuy-step-wrapper {
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
    }

    #howtobuy-step .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 40px;
    }

    #howtobuy-step h3 {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        letter-spacing: 0px;
        margin: 30px 0px 20px 0px;
        font-size: 1.5rem;
        line-height: 2rem;
    }

        #howtobuy-step h3 span {
            color: #ffffff;
            background: #091836;
            padding: 5px 20px 8px 20px;
            border-radius: 10px;
        }

    #howtobuy-step h5 {
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        letter-spacing: 0px;
        font-size: 1.3rem;
        line-height: 1.8rem;
    }



@media (max-width: 450px) {
    #howtobuy-step {
        padding: 30px 0px;
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

        #howtobuy-step .howtobuy-step-wrapper {
            padding: 30px 20px;
        }

        #howtobuy-step .title {
            font-size: 1.5rem;
            line-height: 2rem;
            margin-bottom: 20px;
        }

        #howtobuy-step h5 {
            /*text-decoration: underline;*/
            letter-spacing: 0px;
            font-size: 1.3rem;
            line-height: 1.8rem;
        }
}



/*****************************************
* View all
*****************************************/
.view-all {
    padding: 20px;
    text-align: center;
}


    .view-all .view-all-button {
        cursor: pointer;
        border-bottom: 1px solid #091836;
        color: #091836;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        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: 450px) {
    .view-all {
        padding: 10px 20px;
    }
}



/*****************************************
* How to buy
*****************************************/
#faq {
    padding: 100px 0px;
    background-image: url(/frontend-assets/images/background/gradient-gray3.jpg);
    background-repeat: repeat;
    background-position: top center;
    background-size: 100% auto;
}

    #faq .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

.faq-tab {
}

    .faq-tab .faq-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px;
        margin-bottom: 20px;
    }

        .faq-tab .faq-header .header-option {
            width: 49%;
            padding: 20px 0px;
            text-align: center;
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            line-height: 2rem;
            background: #ffffff;
            box-shadow: 0px 4px 12px #e8e8e8;
            border-radius: 15px;
            cursor: pointer;
        }

            .faq-tab .faq-header .header-option.active {
                background: #091836;
                color: #ffffff;
                font-size: 1.5rem;
                line-height: 2rem;
            }


.faq-panel {
    box-shadow: 0px 4px 12px #e8e8e8;
    min-height: 500px;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    display: none;
}

    .faq-panel.active {
        display: block;
    }


.faq-item {
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 0px;
}

    .faq-item:last-child {
        margin-bottom: 0px;
    }

    .faq-item .faq-item-header {
        background: #f1f1f1;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        border-left: 8px solid #091836;
    }

        .faq-item .faq-item-header .question {
            font-size: 1.5rem;
            line-height: 2rem;
        }

        .faq-item .faq-item-header .chevron {
            width: 30px;
            height: 30px;
            background-image: url(/frontend-assets/images/icons/collapse.png);
            background-repeat: repeat;
            background-position: top center;
            background-size: 30px 30px;
            transition: 0.3s ease all;
        }

            .faq-item .faq-item-header .chevron.expand {
                transform: rotate(90deg);
            }

    .faq-item .faq-item-detail {
        font-family: 'Montserrat-Light', 'Prompt-Light';
        font-size: 1.3rem;
        line-height: 1.8rem;
        padding: 20px;
        display: none;
        background: #fbfbfb;
        border-radius: 0px 0px 10px 10px;
    }

        .faq-item .faq-item-detail h5 {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            letter-spacing: 0px;
        }


        .faq-item .faq-item-detail p {
            font-size: 1.3rem;
            line-height: 1.8rem;
            letter-spacing: 0px;
        }

        .faq-item .faq-item-detail ol li, .faq-item .faq-item-detail ul li {
            margin-bottom: 10px;
        }

        .faq-item .faq-item-detail .image-wrapper {
            text-align: center;
            padding: 25px 0px;
        }

            .faq-item .faq-item-detail .image-wrapper img {
                width: 50%;
            }


@media (max-width: 450px) {
    #faq {
        padding: 40px 0px;
    }

    .faq-tab .faq-header .header-option {
        padding: 10px 0px;
    }

    .faq-panel {
        padding: 15px;
    }

    .faq-item {
        margin-bottom: 15px;
    }

        .faq-item .faq-item-header {
            padding: 10px 15px;
            border-left: 4px solid #091836;
        }

            .faq-item .faq-item-header .question {
                font-size: 1.3rem;
                line-height: 1.8rem;
            }


        .faq-item .faq-item-detail {
            padding: 15px;
        }


            .faq-item .faq-item-detail h5 {
                font-size: 1.3rem;
                line-height: 1.8rem;
            }

            .faq-item .faq-item-detail p {
                font-size: 1.3rem;
                line-height: 1.8rem;
            }

            .faq-item .faq-item-detail .image-wrapper {
                text-align: center;
                padding: 25px 0px;
            }

                .faq-item .faq-item-detail .image-wrapper img {
                    width: 100%;
                }

            .faq-item .faq-item-detail .hilight {
                color: #a14141;
                text-decoration: underline;
            }
}



/*****************************************
* Payment
*****************************************/
#payment {
    padding: 100px 0px;
    background-image: url(/frontend-assets/images/background/gradient-gray3.jpg);
    background-repeat: repeat;
    background-position: top center;
}

    #payment .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 3rem;
        line-height: 3.5rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

@media (max-width: 450px) {
    #payment .title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 20px;
    }
}


.verify-box {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0px auto;
}

    .verify-box .verify-search-box {
        width: 30%;
        text-align: right;
        margin-bottom: 15px;
    }

        .verify-box .verify-search-box input {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 2rem;
            width: 100%;
            height: 60px;
            text-align: center;
            border: 2px solid #15134e;
            outline: none;
            background: #ffffff;
            letter-spacing: 4px;
            border-radius: 15px 0px 0px 15px;
            border-right: none;
        }


            .verify-box .verify-search-box input::placeholder {
                font-family: 'Montserrat-Light', 'Prompt-Light';
                font-size: 1.8rem;
                letter-spacing: 0px;
            }


    .verify-box .verify-phone-box {
        width: 40%;
        text-align: right;
        margin-bottom: 15px;
    }

        .verify-box .verify-phone-box input {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 2rem;
            width: 100%;
            height: 60px;
            text-align: center;
            border-top: 2px solid #15134e;
            border-bottom: 2px solid #15134e;
            outline: none;
            background: #ffffff;
            letter-spacing: 4px;
            border-right: none;
        }


            .verify-box .verify-phone-box input::placeholder {
                font-family: 'Montserrat-Light', 'Prompt-Light';
                font-size: 1.8rem;
                letter-spacing: 0px;
            }


    .verify-box .verify-search-button {
        width: 200px;
        margin-bottom: 15px;
    }

        .verify-box .verify-search-button button {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            width: 100%;
            height: 60px;
            text-align: center;
            border: none;
            outline: none;
            background: #041837;
            color: #ffffff;
            transition: 0.2s ease all;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 0px;
            border-radius: 0px 15px 15px 0px !important;
        }

            .verify-box .verify-search-button button:hover {
                background: #0b0d35;
            }

            .verify-box .verify-search-button button:focus {
                color: #ffffff;
                background: #d1ad61;
            }


@media (max-width: 450px) {
    #payment {
        padding: 40px 0px 80px 0px;
        background-image: url(/frontend-assets/images/background/gradient-gray3.jpg);
        background-repeat: repeat;
        background-position: top center;
    }


    .verify-box {
        width: 100%;
        justify-content: flex-start;
    }

        .verify-box .verify-search-box {
            width: 100%;
            text-align: right;
        }

            .verify-box .verify-search-box input {
                letter-spacing: 2px;
                height: 42px;
                border-radius: 10px;
                border: 2px solid #15134e;
            }

                .verify-box .verify-search-box input::placeholder {
                    font-size: 1.3rem;
                    letter-spacing: 0px;
                }


        .verify-box .verify-phone-box {
            width: 100%;
            text-align: right;
        }

            .verify-box .verify-phone-box input {
                letter-spacing: 2px;
                height: 42px;
                border-radius: 10px;
                border: 2px solid #15134e;
            }

                .verify-box .verify-phone-box input::placeholder {
                    font-size: 1.3rem;
                    letter-spacing: 0px;
                }


        .verify-box .verify-search-button {
            width: 100%;
        }

            .verify-box .verify-search-button button {
                font-family: 'Montserrat-Regular', 'Prompt-Regular';
                font-size: 1rem;
                width: 100%;
                height: 42px;
                border-radius: 10px !important;
            }
}





/********************************/
/*  Order Tracking
/*  https://codepen.io/itbruno/pen/KwarLp
********************************/
#tracking-status {
    color: #091836;
    font-size: 2rem;
    font-family: 'Montserrat-SemiBold', 'Prompt-SemiBold';
    background: #f5f5f5;
    text-align: center;
    padding: 15px 10px;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    #timeline:before {
        content: "";
        width: 3px;
        height: 80%;
        /*background: #ee4d4d;*/
        /*background: #f8f8f8;*/
        left: 13%;
        top: 0;
        position: absolute;
    }

    #timeline:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
    }

    #timeline .timeline-item {
        /*margin-bottom: 50px;*/
        margin-bottom: 30px;
        position: relative;
        overflow: auto;
        padding-bottom: 15px;
        padding-right: 1px;
    }

        #timeline .timeline-item .timeline-icon {
            /*background: #ccc;*/
            background: #f8f8f8;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 0;
            left: 10%;
            overflow: hidden;
            margin-left: -23px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }


            #timeline .timeline-item .timeline-icon img {
                width: 35px;
            }

        #timeline .timeline-item .timeline-content {
            width: 67%;
            background: #f8f8f8;
            /*padding: 20px 20px 10px 20px;*/
            padding: 5px 20px 0px 20px;
            box-shadow: 0px 4px 12px #e8e8e8;
            -webkit-box-shadow: 0px 4px 12px #e8e8e8;
            -moz-box-shadow: 0px 4px 12px #e8e8e8;
            -ms-box-shadow: 0px 4px 12px #e8e8e8;
            box-shadow: 0px 4px 12px #e8e8e8;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            /*border-radius: 5px;*/
            border-radius: 10px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            #timeline .timeline-item .timeline-content h2 {
                font-size: 1.5rem;
                line-height: 2rem;
                font-family: 'Montserrat-Regular', 'Prompt-Regular';
                padding: 8px 15px;
                /*background: #ccc;*/
                background: #f8f8f8;
                color: #e1e1e1;
                /*margin: -20px -20px 10px -20px;*/
                font-weight: 300;
                -webkit-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                -ms-border-radius: 3px 3px 0 0;
                border-radius: 8px 8px 0 0;
            }

            #timeline .timeline-item .timeline-content p {
                margin-bottom: 0px;
            }

            #timeline .timeline-item .timeline-content a {
                color: #ee4d2d;
            }

            #timeline .timeline-item .timeline-content:before {
                content: "";
                position: absolute;
                left: 45%;
                top: 20px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #ee4d4d;
            }

            #timeline .timeline-item .timeline-content.right {
                float: right;
            }

                #timeline .timeline-item .timeline-content.right:before {
                    content: "";
                    right: 73%;
                    left: inherit;
                    border-left: 0;
                    border-right: 7px solid #ccc;
                }



        #timeline .timeline-item.active .timeline-content {
            background: #091836;
        }


        #timeline .timeline-item.active .timeline-icon {
            background: #ee4d2d;
        }

        #timeline .timeline-item.active .timeline-content.right:before {
            border-right: 7px solid #ee4d2d;
        }

        #timeline .timeline-item.active .timeline-content h2 {
            /*background: #ccc;
            color: #1a1a1a;*/
            /*background: #ee4d2d;*/
            background: #091836;
            color: #ffffff;
        }


.btn-timeline {
    padding: 5px 15px;
    text-decoration: none;
    background: transparent;
    border: 2px solid #f27c7c;
    color: #f27c7c;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-box-shadow: 2px 2px 0 #f27c7c;
    -moz-box-shadow: 2px 2px 0 #f27c7c;
    -ms-box-shadow: 2px 2px 0 #f27c7c;
    box-shadow: 2px 2px 0 #f27c7c;
}

    .btn-timeline:hover {
        color: #f27c7c;
        text-transform: uppercase;
        text-decoration: none;
        box-shadow: none;
        top: 2px;
        left: 2px;
        -webkit-box-shadow: 2px 2px 0 transparent;
        -moz-box-shadow: 2px 2px 0 transparent;
        -ms-box-shadow: 2px 2px 0 transparent;
        box-shadow: 2px 2px 0 transparent;
    }

@media (max-width: 450px) {
    #timeline {
        padding: 0px;
        width: 100%;
    }

        #timeline:before {
            left: 13%;
        }

        #timeline .timeline-item .timeline-content {
            width: 70%;
            float: right;
        }

            #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
                left: 10%;
                margin-left: 45px;
                border-left: 0;
                border-right: 7px solid #ee4d4d;
            }

        #timeline .timeline-item .timeline-icon {
            left: 10%;
        }
}


/*****************************************
* Trackpost
*****************************************/
#trackpost-header {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0px 4px 12px #e8e8e8;
}

    #trackpost-header .trackpost-header-icon {
        width: 50%;
    }

    #trackpost-header .trackpost-header-detail {
        width: 50%;
        padding: 40px 40px;
        color: #19110b;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        #trackpost-header .trackpost-header-detail .title {
            text-align: center;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 3rem;
            line-height: 3.5rem;
            color: #0a1350;
            margin-bottom: 10px;
        }

        #trackpost-header .trackpost-header-detail .subtitle {
            text-align: center;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 2rem;
            line-height: 2.5rem;
            color: #000000;
            margin-bottom: 40px;
        }

        #trackpost-header .trackpost-header-detail .paragraph {
            text-align: center;
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            line-height: 1.8rem;
            color: #000000;
            margin-bottom: 10px;
        }


@media (max-width: 450px) {
    #trackpost-header .trackpost-header-icon {
        width: 100%;
    }

    #trackpost-header .trackpost-header-detail {
        width: 100%;
        padding: 40px 20px;
    }


        #trackpost-header .trackpost-header-detail .title {
            font-size: 2rem;
            line-height: 2.5rem;
            margin-bottom: 5px;
        }

        #trackpost-header .trackpost-header-detail .subtitle {
            font-size: 1.5rem;
            line-height: 1.8rem;
            margin-bottom: 30px;
        }

        #trackpost-header .trackpost-header-detail .paragraph {
            font-size: 1.3rem;
            line-height: 1.8rem;
        }
}

.delivery-vendor {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .delivery-vendor .vendor-name {
        width: calc(100% / 3);
        padding: 15px;
        transition: 0.5s ease all;
    }

        .delivery-vendor .vendor-name:hover {
            padding: 10px;
        }

        .delivery-vendor .vendor-name img {
            box-shadow: 0px 4px 12px #e8e8e8;
            border-radius: 10px;
        }


#trackpost-search {
    padding: 130px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #trackpost-search:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background-image: url('/frontend-assets/images/background/gradient-gray.jpg');
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #trackpost-search .title {
        position: relative;
        text-align: center;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #091836;
        margin-bottom: 40px;
    }


.trackpost-searchbox {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0px auto;
}

    .trackpost-searchbox .trackpost-search-box {
        width: 50%;
        text-align: right;
    }

        .trackpost-searchbox .trackpost-search-box input {
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 2rem;
            width: 100%;
            height: 61px;
            text-align: center;
            outline: none;
            background: #ffffff;
            letter-spacing: 2px;
            border-radius: 15px 0px 0px 15px;
            border: none;
        }

            .trackpost-searchbox .trackpost-search-box input::placeholder {
                font-family: 'Montserrat-Light', 'Prompt-Light';
                font-size: 1.8rem;
                letter-spacing: 0px;
            }

    .trackpost-searchbox .trackpost-search-button {
        width: 20%;
    }

        .trackpost-searchbox .trackpost-search-button button {
            font-family: 'Montserrat-Regular', 'Prompt-Regular';
            font-size: 1.5rem;
            width: 200px;
            height: 62px;
            text-align: center;
            border: none;
            outline: none;
            background: #091836;
            color: #ffffff;
            transition: 0.5s ease all;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 0px;
            border-radius: 0px 15px 15px 0px !important;
        }

            .trackpost-searchbox .trackpost-search-button button:hover {
                background: #0b0d35;
            }

            .trackpost-searchbox .trackpost-search-button button:focus {
                color: #ffffff;
                background: #d1ad61;
            }


@media (max-width: 450px) {

    #trackpost-search {
        min-height: 260px;
        padding: 80px 0px 80px 0px;
    }


    .trackpost-searchbox {
        width: 90%;
    }

        .trackpost-searchbox .trackpost-search-box {
            width: calc(100% - 100px);
            text-align: right;
        }

            .trackpost-searchbox .trackpost-search-box input {
                letter-spacing: 2px;
                height: 41px;
                border-radius: 10px 0px 0px 10px;
                font-size: 1.5rem;
            }

                .trackpost-searchbox .trackpost-search-box input::placeholder {
                    font-size: 1.3rem;
                    letter-spacing: 0px;
                }


        .trackpost-searchbox .trackpost-search-button {
            width: 100px;
        }

            .trackpost-searchbox .trackpost-search-button button {
                font-family: 'Montserrat-Regular', 'Prompt-Regular';
                font-size: 1rem;
                width: 100%;
                height: 42px;
                border-radius: 0px 10px 10px 0px;
            }
}


#trackpost {
    padding: 100px 0px;
}


.trackpost-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .trackpost-lists .trackpost-item {
        box-shadow: 0px 4px 12px #e8e8e8;
        width: calc(100% / 3 - 20px);
        margin: 10px;
        border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        letter-spacing: 0px;
    }

        .trackpost-lists .trackpost-item .trackpost-icon {
            width: 100px;
        }

            .trackpost-lists .trackpost-item .trackpost-icon img {
                border-radius: 10px 0px 0px 10px;
            }


        .trackpost-lists .trackpost-item .trackpost-detail {
            padding: 10px 20px;
            width: calc(100% - 100px);
            border-left: 1px solid #f1f1f1;
        }

            .trackpost-lists .trackpost-item .trackpost-detail .phonenumber {
                font-family: 'Montserrat-Medium', 'Prompt-Medium';
                font-weight: 900;
                font-size: 22px;
                line-height: 26px;
                color: #1b2348;
                text-decoration: none;
                letter-spacing: 0px;
            }


            .trackpost-lists .trackpost-item .trackpost-detail .customername {
                color: #000000;
                font-size: 18px;
                line-height: 20px;
                margin-bottom: 0px;
            }


            .trackpost-lists .trackpost-item .trackpost-detail .tracknumber {
                color: #ee4d2d;
                font-size: 14px;
                line-height: 18px;
            }

            .trackpost-lists .trackpost-item .trackpost-detail .shipdate {
                color: #000000;
                font-size: 12px;
                line-height: 16px;
                margin-bottom: 0px;
            }



@media screen and (max-width: 768px) {
    #trackpost {
        padding: 40px 0px;
    }

        #trackpost .title {
            font-size: 2rem;
            line-height: 2.5rem;
            margin-bottom: 0px;
        }

        #trackpost .subtitle {
            font-size: 1.5rem;
            line-height: 2rem;
        }


    .trackpost-lists .trackpost-item {
        width: 100%;
    }

        .trackpost-lists .trackpost-item .trackpost-detail .phonenumber {
            font-size: 24px;
        }
}

#trackpost-slider {
    padding: 0px;
    position: relative;
}



#search-trackpost {
    padding: 40px 0px;
    background: #f7f7f7;
}

    #search-trackpost .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2rem;
        line-height: 2rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

    #search-trackpost .search-match-item {
        box-shadow: 0px 4px 12px #e8e8e8;
        width: calc(100% / 3 - 20px);
        margin: 10px auto;
        border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        letter-spacing: 0px;
    }

        #search-trackpost .search-match-item .search-match-icon {
            width: 100px;
        }

            #search-trackpost .search-match-item .search-match-icon img {
                border-radius: 10px 0px 0px 10px;
            }


        #search-trackpost .search-match-item .search-match-detail {
            padding: 10px 20px;
            width: calc(100% - 100px);
            border-left: 1px solid #f1f1f1;
        }

            #search-trackpost .search-match-item .search-match-detail .phonenumber {
                font-family: 'Montserrat-Medium', 'Prompt-Medium';
                font-weight: 900;
                font-size: 22px;
                line-height: 26px;
                color: #1b2348;
                text-decoration: none;
                letter-spacing: 0px;
            }


            #search-trackpost .search-match-item .search-match-detail .customername {
                color: #000000;
                font-size: 18px;
                line-height: 20px;
                margin-bottom: 0px;
            }


            #search-trackpost .search-match-item .search-match-detail .tracknumber {
                color: #ee4d2d;
                font-size: 14px;
                line-height: 18px;
            }

            #search-trackpost .search-match-item .search-match-detail .shipdate {
                color: #000000;
                font-size: 12px;
                line-height: 16px;
                margin-bottom: 0px;
            }

@media screen and (max-width: 768px) {

    #search-trackpost {
        padding: 20px 0px;
    }

        #search-trackpost .search-match-item {
            width: 100%;
        }

            #search-trackpost .search-match-item .search-match-detail .phonenumber {
                font-size: 24px;
            }
}


/*****************************************
* 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;
            font-family: 'Montserrat-Medium', 'Prompt-Medium';
            letter-spacing: 0px;
            padding-bottom: 5px;
        }

        #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;
        font-family: 'Montserrat-light', 'Prompt-light';
        box-shadow: 0px 4px 12px #e8e8e8;
        letter-spacing: 0px;
    }


@media (max-width: 450px) {
    #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: 450px) {
    .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-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 3rem;
        line-height: 3.5rem;
        color: #d1ad61;
        margin-bottom: 40px;
    }

@media (max-width: 450px) {
    #banner-activities .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}



/*****************************************
* Tag
*****************************************/

#tag {
    padding: 100px 0px;
}

    #tag .title {
        text-align: center;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #0a1350;
        margin-bottom: 40px;
    }

    #tag ul {
        list-style: none;
        padding-left: 0px;
        /*border: 1px solid red;*/
    }

        #tag ul li {
            display: inline-block;
            margin: 0px 2px 15px 2px;
        }

            #tag ul li a {
                color: #0a1350;
                border: 1px solid #0a1350;
                padding: 8px 12px;
                border-radius: 20px;
                text-decoration: none;
                transition: 0.3s ease all;
                font-size: 1.3rem;
                line-height: 1.8rem;
                display: block;
            }

                #tag ul li a:hover {
                    color: #ffffff;
                    background: #0a1350;
                }




@media (max-width: 450px) {
    #tag {
        padding: 40px 0px;
    }

        #tag .title {
            font-size: 2.5rem;
            line-height: 2.5rem;
        }

        #tag ul li {
            margin: 0px 2px 10px 2px;
        }

            #tag ul li a {
                font-size: 1rem;
                line-height: 1.5rem;
            }
}


/*****************************************
* 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;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        text-transform: uppercase;
        width: 60%;
        margin: 0px auto 30px auto;
    }

    #contact-text .title {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        font-family: 'Montserrat-Regular', 'Prompt-Regular';
        text-transform: uppercase;
        width: 70%;
        margin: 0px auto 30px auto;
    }


@media (max-width: 450px) {
    #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-family: 'Montserrat-Medium', 'Prompt-Medium';
        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-family: 'Montserrat-Medium', 'Prompt-Medium';
            font-size: 2rem;
            line-height: 2.5rem;
        }




@media(max-width: 450px) {

    #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;
        }
}

/*****************************************
* Footer Paginate
*****************************************/
.filter-number {
    font-family: 'Montserrat-Regular', 'Prompt-Regular';
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    background: #c9af69;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .filter-number .filter-number-text {
        width: 50%;
    }

        .filter-number .filter-number-text .badge-sort-direction {
            color: #fff;
            background-color: #5b5b5b;
            font-family: 'Montserrat-Light', 'Prompt-Light';
            font-size: 1rem;
            line-height: 1.5rem;
            padding: 2px 10px;
        }

    .filter-number .filter-number-direction {
        width: 50%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .filter-number .filter-number-direction a {
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 2px solid #ffffff;
            border-radius: 10px;
            margin: 0px 5px;
            background: #ffffff;
            transition: 0.2s ease all;
        }

            .filter-number .filter-number-direction a:hover {
                border: 2px solid #dddddd;
                background: #dddddd;
            }

            .filter-number .filter-number-direction a:focus {
                border: 2px solid #988750;
                background: #988750;
            }


            .filter-number .filter-number-direction a img {
                width: 30px;
                filter: brightness(0%);
            }

            .filter-number .filter-number-direction a.active {
                background: #c71e1e;
                border: 2px solid #c71e1e;
            }

                .filter-number .filter-number-direction a.active img {
                    width: 30px;
                    filter: brightness(100%);
                }



@media(max-width: 450px) {
    .filter-number {
        font-size: 1.3rem;
        line-height: 1.8rem;
        margin-bottom: 20px;
        padding: 10px;
    }

        .filter-number .filter-number-text {
            width: 70%;
        }

            .filter-number .filter-number-text .badge-sort-direction {
                font-size: 0.8rem;
                line-height: 1.3rem;
                padding: 2px 8px;
            }

        .filter-number .filter-number-direction {
            width: 30%;
        }

            .filter-number .filter-number-direction a {
                width: 30px;
                height: 30px;
            }

                .filter-number .filter-number-direction a img {
                    width: 20px;
                }

                .filter-number .filter-number-direction a.active img {
                    width: 20px;
                }
}



.footer-paginate {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer-paginate .paginate-item {
        width: 30px;
        height: 30px;
        margin: 5px;
        border-radius: 15px;
        cursor: pointer;
        transition: 0.2s ease all;
        text-decoration: none;
    }

        .footer-paginate .paginate-item:hover {
            transform: scale(1.1);
            background: #dddddd;
        }

        .footer-paginate .paginate-item.first {
            background: #eee url(/frontend-assets/images/icons/paginate-first.png);
            background-repeat: no-repeat;
            background-size: 10px 10px;
            background-position: top 9px center;
        }

            .footer-paginate .paginate-item.first:focus {
                background: #c71e1e url(/frontend-assets/images/icons/paginate-first.png);
                background-repeat: no-repeat;
                background-size: 10px 10px;
                background-position: top 9px center;
            }

        .footer-paginate .paginate-item.prev {
            background: #eee url(/frontend-assets/images/icons/paginate-prev.png);
            background-repeat: no-repeat;
            background-size: 10px 10px;
            background-position: top 9px center;
        }

            .footer-paginate .paginate-item.prev:focus {
                background: #c71e1e url(/frontend-assets/images/icons/paginate-prev.png);
                background-repeat: no-repeat;
                background-size: 10px 10px;
                background-position: top 9px center;
            }

        .footer-paginate .paginate-item.next {
            background: #eee url(/frontend-assets/images/icons/paginate-next.png);
            background-repeat: no-repeat;
            background-size: 10px 10px;
            background-position: top 9px center;
        }

            .footer-paginate .paginate-item.next:focus {
                background: #c71e1e url(/frontend-assets/images/icons/paginate-next.png);
                background-repeat: no-repeat;
                background-size: 10px 10px;
                background-position: top 9px center;
            }

        .footer-paginate .paginate-item.last {
            background: #eee url(/frontend-assets/images/icons/paginate-last.png);
            background-repeat: no-repeat;
            background-size: 10px 10px;
            background-position: top 9px center
        }

            .footer-paginate .paginate-item.last:focus {
                background: #c71e1e url(/frontend-assets/images/icons/paginate-last.png);
                background-repeat: no-repeat;
                background-size: 10px 10px;
                background-position: top 9px center;
            }

    .footer-paginate .paginate-number {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background: #eee;
        color: #000000;
        margin: 5px;
        font-family: 'Montserrat-Medium', 'Prompt-Medium';
        font-size: 0.9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: 0.2s ease all;
        text-decoration: none;
        padding-top: 3px;
    }

        .footer-paginate .paginate-number:hover {
            transform: scale(1.1);
            background: #dddddd;
        }

        .footer-paginate .paginate-number:focus {
            color: #ffffff;
            background: #c71e1e;
        }

        .footer-paginate .paginate-number.current {
            background: #cdae65;
            color: #000000;
            pointer-events: none;
        }


/*****************************************
* 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;
        }

/*****************************************
* Predict Banner
*****************************************/
.predict-banner {
    padding: 40px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .predict-banner .predict-banner-item {
        width: 100%;
        margin-bottom: 30px;
    }

        .predict-banner .predict-banner-item img {
            width: 100%;
        }


@media(max-width: 450px) {
    .predict-banner .predict-banner-item {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
}
