:root {
    --color-primary: #aa732b;
    --color-secondary: #f09082;
}

body {
    background-color: #ffffff;
    font-family: 'Rubik', 'Microsoft JhengHei', Arial;
    font-size: 1.05rem;
    font-weight: 400;
    color: #444;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

body::-webkit-scrollbar-thumb {
    border: 1px solid;
}

body::-webkit-scrollbar-thumb {
    border-color: #f1f1f1;
    background-color: #c1c1c1;
    transition: all 0.25s;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-left: none;
}

::selection {
    background-color: var(--color-primary);
    color: #ffffff;
}

a {
    color: inherit;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

a:hover {
    color: #886b2d;
    text-decoration: none;
}

textarea {
    resize: none;
}

section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
    margin-top: 0;
    padding-top: 0;
}

*,
:active,
:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
}

button {
    border: none;
    padding: 0;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

select {
    background-color: transparent;
}

.col-padding-0 > .row {
    margin: 0;
}

.col-padding-0,
.col-padding-0 > .row > [class*=col-] {
    padding: 0;
}

.table-scrollable {
    overflow: auto;
}

.inner-padding {
    padding: 120px 70px;
}

.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.background-banner {
    min-height: 500px;
}

.width-auto {
    width: auto !important;
}

.lh-1 {
    line-height: 1 !important;
}

.vh-100 {
    height: 100vh !important;
}

.align-v {
    display: flex;
    align-items: center;
}

.align-v-h {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-top {
    border-top: 1px solid #eaeaea !important;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea !important;
}

/*  margin Top */
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt--100 {
    margin-top: -100px;
}

/* Margin Right */
.mr-0 {
    margin-right: 0 !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

/* padding Right */
.pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

/* Large Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .inner-padding {
        padding: 120px 50px;
    }
}

/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    section {
        padding: 75px 0;
    }

    .inner-padding {
        padding: 100px 50px !important;
    }

    .mt-30 {
        margin-top: 30.7692307692px !important;
    }

    .mt-40 {
        margin-top: 28.5714285714px !important;
    }

    .mt-50 {
        margin-top: 35.7142857143px !important;
    }

    .mt-60 {
        margin-top: 42.8571428571px !important;
    }

    .mt-70 {
        margin-top: 50px !important;
    }

    .mt-80 {
        margin-top: 57.1428571429px !important;
    }

    .mt-90 {
        margin-top: 64.2857142857px !important;
    }

    .mt-100 {
        margin-top: 71.4285714286px !important;
    }

    .mb-30 {
        margin-bottom: 23.0769230769px !important;
    }

    .mb-40 {
        margin-bottom: 28.5714285714px !important;
    }

    .mb-50 {
        margin-bottom: 35.7142857143px !important;
    }

    .mb-60 {
        margin-bottom: 42.8571428571px !important;
    }

    .mb-70 {
        margin-bottom: 50px !important;
    }

    .mb-80 {
        margin-bottom: 57.1428571429px !important;
    }

    .mb-90 {
        margin-bottom: 64.2857142857px !important;
    }

    .mb-100 {
        margin-bottom: 71.4285714286px !important;
    }

    /* Margin Right */
    .mr-30 {
        margin-right: 23.0769230769px !important;
    }

    .mr-40 {
        margin-right: 28.5714285714px !important;
    }

    .mr-50 {
        margin-right: 35.7142857143px !important;
    }

    /* Margin Left */
    .ml-30 {
        margin-left: 27.2727272727px !important;
    }

    .ml-40 {
        margin-left: 33.3333333333px !important;
    }

    .ml-50 {
        margin-left: 35.7142857143px !important;
    }

    /* padding Top */
    .pt-30 {
        padding-top: 23.0769230769px !important;
    }

    .pt-40 {
        padding-top: 28.5714285714px !important;
    }

    .pt-50 {
        padding-top: 35.7142857143px !important;
    }

    .pt-60 {
        padding-top: 42.8571428571px !important;
    }

    .pt-70 {
        padding-top: 50px !important;
    }

    .pt-80 {
        padding-top: 57.1428571429px !important;
    }

    .pt-90 {
        padding-top: 64.2857142857px !important;
    }

    .pt-100 {
        padding-top: 71.4285714286px !important;
    }

    .pt-110 {
        padding-top: 78.5714285714px !important;
    }

    .pt-120 {
        padding-top: 85.7142857143px !important;
    }

    .pt-130 {
        padding-top: 93.3333333333px !important;
    }

    .pt-140 {
        padding-top: 87.5px !important;
    }

    .pt-150 {
        padding-top: 88.2352941176px !important;
    }

    .pt-160 {
        padding-top: 88.8888888889px !important;
    }

    .pt-170 {
        padding-top: 89.4736842105px !important;
    }

    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 23.0769230769px !important;
    }

    .pb-40 {
        padding-bottom: 28.5714285714px !important;
    }

    .pb-50 {
        padding-bottom: 35.7142857143px !important;
    }

    .pb-60 {
        padding-bottom: 42.8571428571px !important;
    }

    .pb-70 {
        padding-bottom: 50px !important;
    }

    .pb-80 {
        padding-bottom: 57.1428571429px !important;
    }

    .pb-90 {
        padding-bottom: 64.2857142857px !important;
    }

    .pb-100 {
        padding-bottom: 71.4285714286px !important;
    }

    .pb-110 {
        padding-bottom: 78.5714285714px !important;
    }

    .pb-120 {
        padding-bottom: 85.7142857143px !important;
    }

    .pb-130 {
        padding-bottom: 86.6666666667px !important;
    }

    .pb-140 {
        padding-bottom: 87.5px !important;
    }

    .pb-150 {
        padding-bottom: 88.2352941176px !important;
    }

    .pb-160 {
        padding-bottom: 88.8888888889px !important;
    }

    .pb-170 {
        padding-bottom: 89.4736842105px !important;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    section {
        padding: 50px 0;
    }

    .inner-padding {
        padding: 50px 30px !important;
    }

    .text-center-xs-sm {
        text-align: center !important;
    }

    .mt-30 {
        margin-top: 23.0769230769px !important;
    }

    .mt-40 {
        margin-top: 28.5714285714px !important;
    }

    .mt-50 {
        margin-top: 33.3333333333px !important;
    }

    .mt-60 {
        margin-top: 33.3333333333px !important;
    }

    .mt-70 {
        margin-top: 35px !important;
    }

    .mt-80 {
        margin-top: 40px !important;
    }

    .mt-90 {
        margin-top: 45px !important;
    }

    .mt-100 {
        margin-top: 50px !important;
    }

    .mb-30 {
        margin-bottom: 23.0769230769px !important;
    }

    .mb-40 {
        margin-bottom: 28.5714285714px !important;
    }

    .mb-50 {
        margin-bottom: 33.3333333333px !important;
    }

    .mb-60 {
        margin-bottom: 33.3333333333px !important;
    }

    .mb-70 {
        margin-bottom: 35px !important;
    }

    .mb-80 {
        margin-bottom: 40px !important;
    }

    .mb-90 {
        margin-bottom: 45px !important;
    }

    .mb-100 {
        margin-bottom: 50px !important;
    }

    /* Margin Right */
    .mr-30 {
        margin-right: 25px !important;
    }

    .mr-40 {
        margin-right: 30.7692307692px !important;
    }

    .mr-50 {
        margin-right: 33.3333333333px !important;
    }

    /* Margin Left */
    .ml-30 {
        margin-left: 25px !important;
    }

    .ml-40 {
        margin-left: 30.7692307692px !important;
    }

    .ml-50 {
        margin-left: 33.3333333333px !important;
    }

    /* padding Top */
    .pt-30 {
        padding-top: 23.0769230769px !important;
    }

    .pt-40 {
        padding-top: 28.5714285714px !important;
    }

    .pt-50 {
        padding-top: 33.3333333333px !important;
    }

    .pt-60 {
        padding-top: 33.3333333333px !important;
    }

    .pt-70 {
        padding-top: 35px !important;
    }

    .pt-80 {
        padding-top: 40px !important;
    }

    .pt-90 {
        padding-top: 45px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

    .pt-110 {
        padding-top: 55px !important;
    }

    .pt-120 {
        padding-top: 60px !important;
    }

    .pt-130 {
        padding-top: 66.6666666667px !important;
    }

    .pt-140 {
        padding-top: 63.6363636364px !important;
    }

    .pt-150 {
        padding-top: 65.2173913043px !important;
    }

    .pt-160 {
        padding-top: 66.6666666667px !important;
    }

    .pt-170 {
        padding-top: 68px !important;
    }

    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 23.0769230769px !important;
    }

    .pb-40 {
        padding-bottom: 28.5714285714px !important;
    }

    .pb-50 {
        padding-bottom: 33.3333333333px !important;
    }

    .pb-60 {
        padding-bottom: 33.3333333333px !important;
    }

    .pb-70 {
        padding-bottom: 35px !important;
    }

    .pb-80 {
        padding-bottom: 40px !important;
    }

    .pb-90 {
        padding-bottom: 45px !important;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .pb-110 {
        padding-bottom: 55px !important;
    }

    .pb-120 {
        padding-bottom: 60px !important;
    }

    .pb-130 {
        padding-bottom: 61.9047619048px !important;
    }

    .pb-140 {
        padding-bottom: 63.6363636364px !important;
    }

    .pb-150 {
        padding-bottom: 65.2173913043px !important;
    }

    .pb-160 {
        padding-bottom: 66.6666666667px !important;
    }

    .pb-170 {
        padding-bottom: 68px !important;
    }
}

/* Colors */
.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

.color-dark {
    color: #222222 !important;
}

.color-theme {
    color: var(--color-primary) !important;
}

.color-heading {
    color: #282828 !important;
}

.color-body {
    color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-heading {
    background-color: #282828 !important;
}

.bg-theme {
    background-color: var(--color-primary) !important;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.1);
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, 0.6);
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-4:before {
    background-color: rgba(27, 26, 26, 0.55);
}

.bg-overlay-gradient:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.01)));
    background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.01));
    background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.01));
    background-image: -ms-linear-gradient(center bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.01));
    background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.01));
    background-image: linear-gradient(center bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.01));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(0,0,0,0.55)", endColorstr="rgba(0,0,0,0.01)", GradientType=1);
}

.bg-parallax {
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #282828;
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 20px;
}

p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

.heading-subtitle {
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 1.45rem;
    letter-spacing: 1px;
    color: var(--color-primary);
    display: block;
    margin-bottom: 20px;
}

.heading-title {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.heading-desc {
    margin-bottom: 0;
}

.heading-icon {
    margin-bottom: 26px;
}

.heading-icon svg {
    fill: var(--color-primary);
}

.heading-desc + img {
    margin-top: 14px;
}

.heading-layout2 .heading-title {
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    color: var(--color-primary);
    font-size: 30px;
    margin-bottom: 20px;
}

.heading-white .heading-subtitle {
    color: #f9f9f9;
}

.heading-white .heading-title {
    color: #ffffff;
}

.heading-white .heading-icon svg {
    fill: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .heading-layout2 .heading-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

.header-transparent + .page-title {
    margin-top: -100px;
}

.pagetitle-subheading {
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 1.85rem;
    letter-spacing: 1px;
    color: #f9f9f9;
    display: block;
    margin-bottom: 20px;
}

.pagetitle-heading {
    font-size: 3rem;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 0;
}

.pagetitle-desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 0;
}

.page-title {
    padding-top: 400px;
    padding-bottom: 90px;
}

.page-title .breadcrumb {
    margin-top: 17px;
    margin-bottom: 0;
}

.page-title .breadcrumb-item a {
    color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
    color: var(--color-secondary);
}

.page-title .breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
}

.page-title .breadcrumb-item.active {
    color: var(--color-secondary);
}

.page-title .pagetitle-divider-shape {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: var(--color-primary);
    z-index: 3;
}

.page-title-layout2 {
    padding-top: 360px;
}

.page-title-layout2 .pagetitle-subheading {
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    font-size: 13px;
    margin-bottom: 13px;
}

.page-title-layout3 {
    padding-top: 300px;
    padding-bottom: 200px;
}

.page-title-layout4 {
    padding-top: 300px;
    padding-bottom: 165px;
}

.page-title-layout5 {
    padding-top: 200px;
    padding-bottom: 60px;
}

.page-title-layout5 .breadcrumb {
    margin-top: 90px;
}

.page-title-layout6 {
    padding-top: 400px;
    padding-bottom: 50px;
}

.page-title-layout6 .breadcrumb {
    margin-top: 17px;
}

.page-title-layout7 {
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-title-layout7 .pagetitle-heading {
    font-size: 19px;
    color: #222222;
}

.page-title-layout7 .breadcrumb-item a {
    color: #222222;
}

.page-title-layout7 .breadcrumb-item + .breadcrumb-item::before {
    color: #222222;
}

.page-title-layout7 .breadcrumb {
    margin-top: 0;
}

/* Medium Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
        padding-top: 150px;
    }

    .page-title-layout7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-title {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 0 !important;
    }

    .pagetitle-desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }

    .pagetitle-subheading {
        font-size: 1.25rem;
        margin-bottom: 8px;
    }

    .pagetitle-heading {
        font-size: 2rem;
    }

    .page-title .breadcrumb {
        margin-top: 40px;
    }

    .page-title-layout7 {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .page-title-layout7 .breadcrumb {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.btn {
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    text-transform: capitalize;
    position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    min-width: 170px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    text-align: center;
    padding: 0 10px;
    letter-spacing: 1.3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-block {
    width: 100%;
}

.btn-lg {
    min-width: 210px;
}

.btn-primary {
    background-color: var(--color-primary);
    color: #ffffff;
    border: 2px solid var(--color-primary);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #282828;
    color: #ffffff;
    border-color: #282828;
}

.btn-primary.btn-hover2:active,
.btn-primary.btn-hover2:focus,
.btn-primary.btn-hover2:hover {
    background-color: #ffffff;
    color: var(--color-primary);
    border-color: #ffffff;
}

.btn-primary.btn-hover3:active,
.btn-primary.btn-hover3:focus,
.btn-primary.btn-hover3:hover {
    background-color: transparent;
    color: var(--color-primary);
}

.btn-secondary {
    background-color: #222222;
    color: #ffffff;
    border: 2px solid #222222;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    border-color: var(--color-secondary);
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #222222;
    color: #ffffff;
    border: 2px solid #222222;
}

.btn-secondary.btn-hover2:active,
.btn-secondary.btn-hover2:focus,
.btn-secondary.btn-hover2:hover {
    background-color: #ffffff;
    color: #222222;
    border-color: #ffffff;
}

.btn-white {
    background-color: #ffffff;
    color: #282828;
    border: 2px solid #ffffff;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    background-color: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

.btn-white.btn-hover2:active,
.btn-white.btn-hover2:focus,
.btn-white.btn-hover2:hover {
    background-color: #282828;
    color: #ffffff;
    border-color: #282828;
}

.btn-rounded {
    border-radius: 50px;
}

.btn-link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0 0 4px 0;
    border: none;
}

.btn-link:after,
.btn-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}

.btn-link:before {
    width: 0;
    z-index: 2;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.btn-link:hover:before {
    width: 100%;
}

.btn-link.btn-primary {
    color: var(--color-primary);
}

.btn-link.btn-primary:after {
    background-color: var(--color-primary);
}

.btn-link.btn-primary:active,
.btn-link.btn-primary:focus,
.btn-link.btn-primary:hover {
    color: #222222;
    background-color: transparent;
    border-color: transparent;
}

.btn-link.btn-primary:active:before,
.btn-link.btn-primary:focus:before,
.btn-link.btn-primary:hover:before {
    background-color: #222222;
}

.btn-link.btn-secondary {
    color: #222222;
}

.btn-link.btn-secondary:after {
    background-color: #222222;
}

.btn-link.btn-secondary:active,
.btn-link.btn-secondary:focus,
.btn-link.btn-secondary:hover {
    color: var(--color-primary);
    background-color: transparent;
    border-color: transparent;
}

.btn-link.btn-secondary:active:before,
.btn-link.btn-secondary:focus:before,
.btn-link.btn-secondary:hover:before {
    background-color: var(--color-primary);
}

.btn-bordered {
    background-color: transparent;
}

.btn-bordered.btn-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-bordered.btn-primary:active,
.btn-bordered.btn-primary:focus,
.btn-bordered.btn-primary:hover {
    color: #ffffff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-bordered.btn-secondary {
    color: #222222;
    border-color: #222222;
}

.btn-bordered.btn-secondary:active,
.btn-bordered.btn-secondary:focus,
.btn-bordered.btn-secondary:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

.btn-bordered.btn-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-bordered.btn-white:active,
.btn-bordered.btn-white:focus,
.btn-bordered.btn-white:hover {
    color: var(--color-primary);
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white.btn-secondary {
    color: #222222;
    border-color: #ffffff;
    background-color: #ffffff;
}

.btn-white.btn-secondary:active,
.btn-white.btn-secondary:focus,
.btn-white.btn-secondary:hover {
    color: #ffffff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-video.popup-video {
    padding-left: 50px;
    color: #ffffff;
}

.btn-video.popup-video .video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.btn-video.popup-video .video-player img {
    width: auto;
    display: inline-block;
    text-align: center;
}

.btn-video.popup-video:hover {
    color: #222222;
}

.btn i {
    margin-right: 6px;
    vertical-align: middle;
}

.btn-custom {
    position: relative;
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 22px;
    padding: 5px 10px;
    background-color: var(--color-primary);
    color: #ffffff;
    margin: auto;
    width: 120px;
    text-align: center;
    display: inline-block;
}

.btn-custom:before,
.btn-custom:after {
    content: "";
    position: absolute;
    bottom: -11px;
    width: 50%;
    height: 30px;
    background-color: var(--color-primary);
    z-index: -1;
}

.btn-custom:before {
    right: 0;
    transform: skewY(20deg);
}

.btn-custom:after {
    transform: skewY(-20deg);
    left: 0;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    padding: 0 45px 0 15px;
    font-size: 1.05rem;
    width: 100%;
    color: #9b9b9b;
}

.form-control:focus {
    background-color: #ffffff;
    border-color: var(--color-primary);
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}

.form-control:-moz-placeholder {
    color: #9b9b9b;
}

.form-control::-moz-placeholder {
    color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b;
}

textarea.form-control {
    min-height: 122px;
    line-height: 1.5;
    padding-top: 10px;
}

.form-control.nice-select {
    /*margin-bottom: 30px;*/
}

.nice-select .list {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto !important;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    font-family: 'Rubik', 'Microsoft JhengHei', Arial;
    display: block;
    padding-bottom: 3px;
    margin-right: 30px;
    font-size: 22px;
    line-height: 1;
    color: #333333;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.nav-tabs .nav-link:last-of-type {
    margin-right: 0;
}

.nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: var(--color-primary);
}

.nav-tabs .nav-link.active:after,
.nav-tabs .nav-link:hover:after {
    width: 100%;
}

.tab-content {
    padding-top: 35px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .nav-tabs .nav-link {
        margin-right: 15px;
    }
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.social-icons li {
    margin-right: 20px;
}

.social-icons li:last-of-type {
    margin-right: 0;
}

.social-icons li a {
    display: block;
    line-height: 1;
    font-size: 15px;
    color: #282828;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.social-icons li a:hover {
    color: var(--color-primary);
}

.social-icons-white li a {
    color: #ffffff;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item {
    line-height: 1.5;
    font-size: 1.15rem;
}

.pagination li {
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li.disabled a {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

.pagination li a.current {
    pointer-events: none;
    cursor: default;
}

.pagination li a,
.pagination li {
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    font-size: 1.15rem;
    font-weight: 600;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    border-radius: 2px;
    text-align: center;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.pagination li {
    border: none;
}

.pagination li a i {
    font-weight: 700;
}

.pagination li a:hover,
.pagination li a.current {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #ffffff;
}

.icon-list {
    margin-bottom: 30px;
}

.icon-list li {
    position: relative;
    padding-left: 25px;
    color: #7f7f7f;
    line-height: 30px;
}

.icon-list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: ElegantIcons;
    font-size: 15px;
    color: #282828;
}

.icon-list.layout1 li:before {
    content: "I";
}

.icon-list.layout2 li:before {
    content: "R";
}

.icon-list.layout3 li:before {
    content: "5";
}

.icon-list.layout4 li:before {
    content: "";
}

.icon-list.layout5 li:before {
    content: "";
}

.icon-list.layout6 li:before {
    content: "E";
}

.icon-list.layout7 li:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 7px;
    left: 5px;
}

.icon-list.layout8 {
    counter-reset: numbers;
}

.icon-list.layout8 li:before {
    font-family: "Montserrat", 'Microsoft JhengHei', Arial;
    font-weight: 600;
    counter-increment: numbers;
    content: counter(numbers) ".";
}

.contact-list li {
    font-size: 14px;
    line-height: 24px;
}

.contact-list li i {
    font-size: 16px;
    margin-right: 9px;
    color: var(--color-primary);
}

.alert-panel {
    position: relative;
    background-color: #f6f6f6;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.alert-panel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    height: 2px;
    width: calc(100% - 60px);
    background-color: var(--color-primary);
}

.alert-title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

.alert-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.header {
    position: relative;
    z-index: 1010;
}

/* Navbar */
.navbar {
    padding: 0;
    height: 100px;
    max-height: 100px;
    background-color: #ffffff;
    border-bottom: 1px solid #ededed;
}

.navbar > .container,
.navbar > .container-fluid {
    position: relative;
    height: 100px;
}

@media (min-width: 1200px) {
    header .container {
        max-width: 1380px;
    }
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 100px;
}

.navbar .logo-light {
    display: none;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative;
}

.navbar .navbar-toggler .menu-lines {
    display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px;
    height: 2px;
    display: inline-block;
    background-color: #333333;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
    top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #333333;
}

.navbar .navbar-toggler.actived .menu-lines > span {
    opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar .nav-item {
    position: relative;
    margin-right: 32px;
}

.navbar .nav-item:last-child {
    margin-right: 0;
}

.navbar .nav-item .nav-item-link {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #333333;
    line-height: 100px;
    letter-spacing: 0.6px;
    white-space: nowrap;
}

@media (max-width: 1300px) {
    .navbar .nav-item .nav-item-link:lang(zh-TW) {
        font-size: 1.05rem;
    }

    .navbar .nav-item:lang(zh-TW) {
        margin-right: 25px;
    }

    .navbar-action-btn:lang(zh-TW) {
        margin-left: 10px;
    }
}

.navbar .nav-item .nav-item-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    margin: auto;
    display: block;
    background-color: var(--color-secondary);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.navbar .nav-item .nav-item-link.active,
.navbar .nav-item .nav-item-link:hover {
    color: var(--color-secondary);
}

.navbar .nav-item .nav-item-link.active:before,
.navbar .nav-item .nav-item-link:hover:before {
    width: 100%;
}

.navbar .dropdown-toggle:after {
    content: "";
    font-family: fontAwesome;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #161616;
}

.navbar .dropdown-menu .nav-item {
    padding: 0 40px;
    margin-right: 0;
}

.navbar .dropdown-menu .nav-item .nav-item-link {
    padding: 4px 0;
    color: #9b9b9b;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 36px;
    white-space: nowrap;
    border-bottom: 1px solid #494b4f;
}

.navbar .dropdown-menu .nav-item:first-child .nav-item-link {
    padding-top: 0;
}

.navbar .dropdown-menu .nav-item:last-child .nav-item-link {
    padding-bottom: 0;
}

.navbar .dropdown-menu .nav-item .nav-item-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    margin: 0;
    display: block !important;
    background-color: var(--color-secondary);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.navbar .dropdown-menu .nav-item .nav-item-link:hover {
    color: var(--color-secondary);
}

.navbar .dropdown-menu .nav-item .nav-item-link:hover:before {
    width: 100%;
}

.navbar .dropdown-menu .nav-item:last-child > .nav-item-link {
    border-bottom: none;
}

.navbar .dropdown-menu .nav-item:last-child > .nav-item-link:before {
    display: none !important;
}

.navbar .dropdown-menu .dropdown-toggle:after {
    right: 0;
}

/* navbar-transparent */
.header-transparent .navbar {
    border-bottom: none;
    background-color: var(--color-primary);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #ffffff;
}

.header-transparent .logo-light {
    display: inline-block;
    width: 100%;
    max-width: 190px;
    margin-bottom: 8px;
}

.header-transparent .logo-dark {
    display: none;
    width: 100%;
    max-width: 190px;
    margin-bottom: 6px;
}

.header-transparent .navbar-action-btn,
.header-transparent .nav-item .nav-item-link {
    color: #ffffff;
}

.header-transparent .navbar-action-btn-reserve {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #ffffff;
}

.header-transparent .navbar-action-btn-reserve:hover {
    background-color: #282828;
    border-color: #282828;
}

.header-transparent .social-icons li a {
    color: #ffffff;
}

.header-transparent .navbar.fixed-navbar > .nav-item > .nav-item-link:before {
    background-color: #333333;
}

.header-layout3 .navbar {
    padding: 0;
    height: 190px;
    max-height: 1090px;
    border-bottom: 0;
}

.header-layout3 .navbar > .container {
    flex-direction: column;
    height: 190px;
}

.header-layout3 .navbar .nav-item:nth-last-child(2) {
    margin-right: 0;
}

.header-layout3 .navbar .nav-item .nav-item-link {
    line-height: 40px;
}

.header-layout4 .navbar {
    border-bottom: 0;
}

.header-layout4 .navbar .nav-item .nav-item-link:before {
    bottom: 30px;
}

.header-layout4 .navbar .dropdown-menu .nav-item .nav-item-link:before {
    bottom: 0;
}

/* fixed-navbar */
.fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    max-height: 100px;
    z-index: 1040;
    border-bottom: 0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-animation: translateHeader 0.8s;
    -moz-animation: translateHeader 0.8s;
    -ms-animation: translateHeader 0.8s;
    -o-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
}

.fixed-navbar .nav-item .nav-item-link {
    color: #333333;
}

.fixed-navbar .logo-light {
    display: none;
}

.fixed-navbar .logo-dark {
    display: inline-block;
}

.fixed-navbar .navbar-action-btn,
.fixed-navbar .social-icons-white li a,
.fixed-navbar .social-icons li a {
    color: #333333;
}

.fixed-navbar .navbar-action-btn-reserve {
    color: #ffffff;
}

.fixed-navbar .navbar-action-btn-reserve:hover {
    color: #ffffff;
}

/* Header Animation */
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/* navbar-actions */
.navbar-actions > * {
    margin-left: 20px;
}

.navbar-action-btn {
    position: relative;
    margin-left: 35px;
    color: #333333;
}

.navbar-action-btn:hover {
    color: var(--color-secondary);
}

.navbar-action-btn-reserve {
    font-size: 0.85rem;
    font-weight: 600;
    min-width: 110px;
    height: 37px;
    line-height: 35px;
    color: #ffffff;
    white-space: nowrap;
}

.navbar-action-btn-reserve.zh-TW {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.navbar-action-btn-reserve:hover {
    color: #ffffff;
}

.cart-label {
    position: absolute;
    top: -7px;
    right: -9px;
    width: 16px;
    height: 16px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--color-primary);
    color: #ffffff;
    font-weight: 600;
    font-size: 10px;
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
}

/* module-search  */
.search-popup {
    position: fixed;
    z-index: 2300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(27, 26, 26, 0.95);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.search-popup .module-search-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 750px;
    margin: -40px auto 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}

.search-popup .module-search-btn {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    transition: 0.3s ease;
    color: #ffffff;
}

.search-popup .module-search-btn:hover {
    color: var(--color-primary);
}

.search-popup .search-input {
    z-index: 1;
    height: 80px;
    padding-left: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--color-primary);
    width: 100%;
    color: #ffffff;
    font-size: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-popup .search-input::-webkit-input-placeholder {
    color: #ffffff;
}

.search-popup .search-input:-moz-placeholder {
    color: #ffffff;
}

.search-popup .search-input::-moz-placeholder {
    color: #ffffff;
}

.search-popup .search-input:-ms-input-placeholder {
    color: #ffffff;
}

.search-popup .search-input::placeholder {
    color: #ffffff;
}

.search-popup.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.search-popup.inActive {
    opacity: 0;
    transition-delay: 0.5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.search-popup.active .module-search-form {
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive .module-search-form {
    transition-delay: 0ms;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
}

/* Module Cart */
.cart-popup {
    background-color: #161616;
    width: 310px;
    padding: 40px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1055;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cart-popup .cart-item {
    position: relative;
    display: flex;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cart-popup .cart-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.cart-popup .cart-item .cart-item-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 15px;
}

.cart-popup .cart-item .cart-item-content {
    flex: 1;
    padding-right: 22px;
}

.cart-popup .cart-item .cart-item-title {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
}

.cart-popup .cart-item .cart-item-detail {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.cart-popup .cart-item .cart-item-detail span:first-child {
    padding-right: 4px;
}

.cart-popup .cart-item .cart-item-delete {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: var(--color-primary);
    color: #ffffff;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.cart-popup .cart-item .cart-item-delete:hover {
    background-color: #ffffff;
    color: var(--color-primary);
}

.cart-popup .cart-subtotal {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #494b4f;
    border-bottom: 2px solid #494b4f;
    padding: 18px 0;
    margin-bottom: 20px;
}

.cart-popup .cart-subtotal span {
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    line-height: 1;
    font-weight: 700;
}

.cart-popup .cart-action .btn {
    min-width: 105px;
    height: 42px;
    line-height: 40px;
}

.cart-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .search-popup .module-search-form {
        max-width: 90%;
    }

    .search-popup .search-input {
        font-size: 20px;
    }
}

/* Mobile and Tablets */
@media only screen and (max-width: 1199px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 13px;
    }

    .navbar .collapse:not(.show) {
        display: block;
    }

    .navbar .navbar-nav {
        margin: 0 !important;
    }

    .navbar .nav-item {
        margin-right: 0;
    }

    .navbar .nav-item .nav-item-link {
        color: #ffffff;
        line-height: 40px;
        padding-left: 15px;
    }

    .navbar .nav-item .nav-item-link:hover {
        color: var(--color-secondary);
    }

    .navbar .nav-item .nav-item-link:before {
        display: none;
    }

    .navbar .navbar-collapse {
        background-color: #161616;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
        z-index: 50;
        padding: 15px 0;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

    .navbar .navbar-collapse .navbar-actions {
        padding: 0 15px;
    }

    .navbar .menu-opened.navbar-collapse {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar .dropdown-toggle:after {
        right: 15px;
        content: '\56';
        font-family: 'dripicons-v2';
    }

    .navbar .nav-item.opened > .dropdown-toggle:after,
    .navbar .nav-item.show > .dropdown-toggle:after {
        content: '\54';
    }

    .navbar .dropdown-menu {
        background-color: #161616;
    }

    .navbar .dropdown-menu .nav-item {
        padding: 0 25px;
    }

    .navbar .dropdown-menu .nav-item .nav-item-link {
        padding-left: 0;
    }

    .navbar .dropdown-menu .nav-item .nav-item-link:hover:before {
        display: none !important;
    }

    .navbar .nav-item.dropdown-submenu > .dropdown-menu.show {
        padding-left: 10px;
    }

    .navbar .dropdown-submenu .dropdown-menu .nav-item {
        padding: 0 0 0 15px;
    }

    .navbar .navbar-nav .dropdown-menu.show {
        padding: 0;
    }

    .navbar .mega-dropdown-menu .container {
        max-width: none;
    }

    .navbar .mega-dropdown-menu > .nav-item {
        padding: 0 10px;
    }

    .navbar .mega-dropdown-menu .nav-item {
        padding: 0;
    }

    .fixed-navbar {
        position: static;
        animation: none;
    }

    .navbar-actions-wrap {
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

    .slider {
        padding-top: 80px !important;
    }

    .header-transparent + .page-title {
        padding-top: 100px;
        margin-top: 80px;
    }

    .header .navbar,
    .header-transparent .navbar {
        background-color: #ffffff;
    }

    .header .logo-dark,
    .header-transparent .logo-dark {
        display: inline-block;
    }

    .header .logo-light,
    .header-transparent .logo-light {
        display: none;
    }

    .header .social-icons li a,
    .header-transparent .social-icons li a {
        color: #333333;
    }

    .header .navbar .navbar-toggler .menu-lines:before,
    .header .navbar .navbar-toggler .menu-lines:after,
    .header .navbar .navbar-toggler .menu-lines span,
    .header-transparent .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines span {
        background-color: #333333;
    }

    .header .navbar-expand-lg > .container,
    .header .navbar-expand-lg > .container-fluid,
    .header-transparent .navbar-expand-lg > .container,
    .header-transparent .navbar-expand-lg > .container-fluid {
        width: 100%;
        max-width: none;
    }

    .header .navbar,
    .header .navbar > .container,
    .header .navbar > .container-fluid,
    .header-transparent .navbar,
    .header-transparent .navbar > .container,
    .header-transparent .navbar > .container-fluid {
        height: 80px;
    }

    .header .navbar-brand,
    .header-transparent .navbar-brand {
        margin-left: 15px;
        line-height: 80px;
    }

    .header-layout3 .navbar > .container {
        flex-direction: row;
    }

    .header-layout3 .navbar > .container .navbar-brand img {
        max-height: 60px;
    }

    .cart-popup {
        right: 15px;
    }

    .header-topbar > .container {
        max-width: none;
    }

    .navbar-action-btn-popupMenu {
        margin-right: 15px !important;
    }

    .navbar-action-btn-sidenav {
        display: none;
    }
}

/* Medium and large Screens */
@media only screen and (min-width: 1200px) {
    .navbar .dropdown-menu {
        width: auto;
        min-width: 235px;
        box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
        padding: 25px 0 23px;
    }

    .navbar .dropdown-menu.mega-dropdown-menu {
        padding: 20px;
    }

    .navbar .nav-item.with-dropdown > .dropdown-menu,
    .navbar .nav-item.dropdown-submenu > .mega-menu,
    .navbar .nav-item.with-dropdown > .mega-menu,
    .navbar .nav-item.with-dropdown > .dropdown-menu > .nav-item.dropdown-submenu > .dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 1050;
        opacity: 0;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -moz-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }

    .navbar .nav-item.with-dropdown > .dropdown-menu > .nav-item.dropdown-submenu > .dropdown-menu,
    .navbar .nav-item.dropdown-submenu > .dropdown-menu > .nav-item.with-dropdown > .dropdown-menu {
        top: 0;
        left: 100%;
    }

    .navbar .nav-item.with-dropdown:hover > .dropdown-menu,
    .navbar .nav-item.dropdown-submenu:hover > .mega-menu,
    .navbar .nav-item.with-dropdown:hover > .mega-menu,
    .navbar .nav-item.with-dropdown > .dropdown-menu > .nav-item.dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    .navbar .nav-item.with-dropdown.mega-dropdown {
        position: static;
    }

    .navbar .nav-item.with-dropdown .mega-dropdown-menu {
        width: 100%;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-item {
        padding: 0;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-item .nav-item-link {
        overflow: hidden;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-item .nav-item-link:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        top: auto;
        left: -7px;
        font-size: 7px;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        opacity: 0;
        color: var(--color-primary);
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-item .nav-item-link:hover {
        padding-left: 15px;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav-item .nav-item-link:hover:after {
        opacity: 1;
        left: 4px;
    }

    .navbar-nav > .nav-item > .dropdown-toggle:after {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .dropdown-menu.mega-dropdown-menu > .nav-item {
        padding: 0 15px;
    }

    .dropdown-menu.mega-dropdown-menu .nav-item:last-child > .nav-item-link {
        border-bottom: 1px solid #f2f2f2;
    }

    .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav-item:last-child > .nav-item-link {
        border-bottom: none;
    }
}

@media only screen and (max-width: 480px) {
    .header-transparent .logo-dark {
        max-width: 160px;
    }

    .navbar-actions-wrap {
        right: 52px;
    }

    .navbar-action-btn-reserve.en {
        padding: 0 7px;
        font-size: 1rem;
        min-width: auto;
    }

    .navbar-action-btn-reserve.en i {
        margin-right: 5px;
    }

    .navbar-action-btn-reserve.zh-TW {
        padding: 0 8px;
        font-size: 1.05rem;
        min-width: auto;
    }

    .navbar-action-btn-reserve span {
        display: none;
    }
}

.accordion-item {
    border: 1px solid #ededed;
    background-color: #ffffff;
    padding: 25px 30px;
    margin-bottom: 27px;
}

.accordion-item .accordion-item-title {
    color: #282828;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px;
}

.accordion-item .accordion-item-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: "Fontawesome";
    background-color: var(--color-primary);
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.accordion-item.opened {
    border-color: var(--color-primary);
}

.accordion-item.opened .accordion-item-title {
    color: var(--color-primary);
}

.accordion-item.opened .accordion-item-title:after {
    background-color: var(--color-primary);
    color: #ffffff;
    content: "";
}

.accordion-item .accordion-item-body {
    padding-top: 25px;
}

.accordion-item .accordion-item-body p {
    margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .accordion-item {
        padding: 15px 20px;
    }
}

.header-transparent + .hero-banner {
    margin-top: -100px;
}

.hero-banner {
    height: 100vh;
}

.hero-banner .hero-banner-inner {
    height: 100vh;
}

.hero-banner .hero-banner-img {
    margin-top: 150px;
    text-align: center;
}

.hero-banner .hero-banner-categories {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.hero-banner .hero-banner-categories .cat-item {
    text-align: center;
    margin-right: 55px;
}

.hero-banner .hero-banner-categories .cat-item:last-child {
    margin-right: 0;
}

.hero-banner .hero-banner-categories .cat-item img {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.hero-banner .hero-banner-categories .cat-item .cat-item-title {
    display: block;
    font-size: 13px;
    color: #ffffff;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.hero-banner .hero-banner-categories .cat-item:hover img,
.hero-banner .hero-banner-categories .cat-item:hover .cat-item-title {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hero-banner .divider-shape,
.divider-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    fill: #ffffff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text-banner .banner-subtitle {
    display: block;
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    color: #ffffff;
    font-size: 1.65rem;
    margin-bottom: 15px;
}

.text-banner .banner-title {
    color: #ffffff;
    font-size: 3.2rem;
}

.text-banner-layout1 {
    padding-top: 400px;
    padding-bottom: 60px;
}

.text-banner-layout1 .divider-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    fill: #ffffff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text-banner-layout2 {
    padding-top: 240px;
    padding-bottom: 220px;
}

.text-banner-layout2 .divider-shape {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background: url(../images/shapes/shape1.png) repeat-x;
}

.text-banner-layout2 .divider-shape-top {
    top: 0;
}

.text-banner-layout2 .divider-shape-bottom {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.text-banner-layout3 {
    padding-top: 290px;
    padding-bottom: 290px;
}

.text-banner-layout3 .divider-shape {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 17px;
    background: url(../images/shapes/shape2.png) repeat-x;
}

.text-banner-layout3 .divider-shape-top {
    top: 0;
}

.text-banner-layout3 .divider-shape-bottom {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner-content {
    display: flex;
    align-items: center;
}

.banner-content .banner-content-text {
    flex: 0 0 46%;
    max-width: 46%;
    position: relative;
    z-index: 2;
}

.banner-content .banner-content-text-inner {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    position: relative;
    z-index: 2;
    margin-right: -50px;
    text-align: center;
}

.banner-content .banner-content-img {
    flex: 0 0 54%;
    max-width: 54%;
}

.banner-layout2 .banner-content {
    flex-direction: row-reverse;
}

.banner-layout2 .banner-content .banner-content-text-inner {
    margin-right: 0;
    margin-left: -50px;
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-banner .banner-subtitle {
        font-size: 25px;
        margin-bottom: 0;
    }

    .text-banner .banner-title {
        font-size: 45px;
    }

    .text-banner-layout1 {
        padding-top: 200px;
        padding-bottom: 50px;
    }

    .text-banner-layout2 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .text-banner-layout3 {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero-banner .hero-banner-img {
        margin: 150px auto 0;
        max-width: 270px;
    }

    .text-banner .banner-subtitle {
        font-size: 20px;
        margin-bottom: 0;
    }

    .text-banner .banner-title {
        font-size: 35px;
    }

    .text-banner-layout1 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .text-banner-layout2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .text-banner-layout3 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .banner-content {
        flex-direction: column !important;
    }

    .banner-content .banner-content-text-inner {
        margin: 0 0 15px 0 !important;
        padding: 20px;
    }

    .banner-content .banner-content-text {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .banner-content .banner-content-img {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.divider-line {
    position: relative;
    height: 6px;
}

.divider-line:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    width: 20px;
    height: 2px;
    background-color: #282828;
}

.divider-line:after {
    content: "";
    position: absolute;
    top: 4px;
    right: calc(50% - 5px);
    width: 20px;
    height: 2px;
    background-color: #282828;
}

.divider-left:before {
    left: 10px;
}

.divider-left:after {
    right: calc(100% - 20px);
}

.divider-white:before {
    background-color: #ffffff;
}

.divider-white:after {
    background-color: #ffffff;
}

.divider-theme:before {
    background-color: var(--color-primary);
}

.divider-theme:after {
    background-color: var(--color-primary);
}

.dotted-line {
    position: relative;
    width: 16px;
    height: 3px;
    display: inline-block;
    line-height: 1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.dotted-line span {
    width: 4px;
    height: 3px;
    background-color: #dedede;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.dotted-line span:before,
.dotted-line span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    width: 4px;
    height: 3px;
    background-color: #dedede;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.dotted-line span:after {
    left: 12px;
}

.dotted-white span {
    background-color: #ffffff;
}

.dotted-white span:before,
.dotted-white span:after {
    background-color: #ffffff;
}

.footer {
    position: relative;
}

.footer .ouorange {
    color: #ff9e00 !important;
    border-bottom: 1px solid transparent;
    transition: 0.2s ease;
}

.footer .ouorange:hover {
    border-bottom: 1px solid #ff9e00;
}

.footer .footer-copyright span {
    color: #fff;
}

.footer .footer-inner {
    overflow-x: hidden;
}

.footer .footer-divider-shape {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: var(--color-primary);
    z-index: 3;
}

.footer .contact-box .contact-box-title {
    color: #ffffff;
}

.footer-logo-wrap {
    position: relative;
}

.footer-logo-wrap:before,
.footer-logo-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #2d2d2d;
}

.footer-logo-wrap:before {
    right: -webkit-calc(50% + 170px);
    right: calc(50% + 170px);
}

.footer-logo-wrap:after {
    left: -webkit-calc(50% + 170px);
    left: calc(50% + 170px);
}

.footer-top {
    padding-top: 90px;
}

.footer-middle {
    position: relative;
    padding-bottom: 90px;
}

.footer-bottom {
    position: relative;
    background-color: var(--color-primary);
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom .footer-divider-shape-bottom {
    position: absolute;
    top: -17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: #1b1b1b;
    z-index: 3;
}

.footer-layout2 .footer-logo-wrap:before,
.footer-layout2 .footer-logo-wrap:after {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer .contact-box {
        margin-bottom: 0;
    }

    .footer .contact-box .contact-box-title {
        margin: 10px;
    }

    .footer-logo-wrap img {
        max-width: 200px;
    }

    .footer-logo-wrap:before {
        right: -webkit-calc(50% + 110px);
        right: calc(50% + 110px);
    }

    .footer-logo-wrap:after {
        left: -webkit-calc(50% + 110px);
        left: calc(50% + 110px);
    }

    .footer-top {
        padding-top: 30px;
    }

    .footer-middle {
        padding-bottom: 40px;
    }

    .footer-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* Scroll Top Button */
#scrollTopBtn {
    position: fixed;
    right: 15px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 20px;
    border-radius: 3px;
    color: #ffffff;
    background-color: var(--color-secondary);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#scrollTopBtn:hover,
#facebookBtn:hover,
#searchBtn:hover {
    background-color: #282828;
}

#scrollTopBtn.actived {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#facebookBtn {
    position: fixed;
    right: 15px;
    bottom: 85px;
    width: 45px;
    height: 45px;
    z-index: 1000;
    font-size: 20px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #3b5998;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#searchBtn {
    position: fixed;
    right: 15px;
    bottom: 140px;
    width: 45px;
    height: 45px;
    z-index: 1000;
    font-size: 20px;
    border-radius: 3px;
    color: #ffffff;
    background-color: var(--color-primary);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
    #scrollTopBtn, #facebookBtn, #searchBtn {
        width: 40px;
        height: 40px;
    }

    #scrollTopBtn {
        bottom: 10px;
    }

    #facebookBtn {
        bottom: 60px;
    }

    #searchBtn {
        bottom: 110px;
    }
}

#ModalSearch {
    width: 100%;
    max-width: 500px;
    height: auto;
    padding: 40px;
}

#ModalSearch h3,
#ModalSearchResult h3 {
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--color-primary);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-primary);
    text-align: left;
    margin-top: 0;
}

#ModalSearch h3 i,
#ModalSearchResult h3 i {
    margin-right: 10px;
    font-size: 1.8rem;
}

#ModalSearch .content p {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

#ModalSearch .content button {
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    background-color: #222222;
    color: #ffffff;
    border: 2px solid #222222;
}

#ModalSearch .content button:hover {
    background-color: var(--color-secondary);
    color: #ffffff;
    border-color: var(--color-secondary);
}

#ModalSearch label.error {
    top: 14px;
    right: 10px;
}

@media (max-width: 480px) {
    #ModalSearch .content button {
        min-width: 80px;
    }
}

.swal2-container {
    z-index: 100000;
}

.swal2-popup {
    border-radius: 0;
}

.swal2-title {
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.swal2-styled.swal2-confirm {
    border-radius: 3px;
    font-size: 1.2rem;
    height: 45px;
    line-height: 22.5px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #dadada;
}

table th,
table td {
    font-size: 1.15rem;
    line-height: 1.8;
    padding: 10px 18px;
    border: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6 !important;
    overflow: hidden;
    word-break: normal;
    text-align: center;
    vertical-align: middle !important;
}

.table th {
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #f9f9f9;
    border-bottom: 2px solid #dadada;
}

.table td {
    background-color: #f9f9f9;
}

.table tr:nth-child(even) td {
    background-color: #fff;
}

.table .item {
    display: flex;
    align-items: center;
}

.table .item .img-block {
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 10px;
    margin: 5px 15px;
}

.table .item .img-block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

.table .item:hover .img-block::after {
    opacity: 1;
}

.table .item .img-block img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.table .item h5,
.table .form-group {
    margin-bottom: 0;
    font-size: 1.15rem;
    transition: all 0.25s;
}

.table .item:hover h5 {
    font-weight: 600;
    text-decoration: underline;
}

.table .form-group input {
    margin: auto !important;
}

.table .delete {
    color: #f7665e;
    border: none;
    background-color: transparent;
    padding: 4px 7px 2px 5px;
    font-size: 1.5rem;
}

#ModalSearchResult {
    max-width: 900px;
    height: 100%;
}

@media (max-width: 992px) {
    #ModalSearchResult {
        max-width: 100%;
        padding: 20px;
    }
}

#ModalSearchResult h3 i {
    vertical-align: text-top;
}

#ModalSearchResult .content h5 {
    color: var(--color-secondary);
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    display: flex;
    align-items: center;
}

#ModalSearchResult .content h5 span {
    font-size: 2.4rem;
    margin-right: 4px;
}

#ModalSearchResult .table {
    min-width: 450px;
    margin-bottom: 0;
}

#ModalSearchResult table th,
#ModalSearchResult table td {
    padding: 8px 15px;
}

#ModalSearchResult table td {
    line-height: 1.8;
}

#ModalSearchResult table th {
    min-width: 115px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: center;
    background-color: #f9f9f9;
}

@media (max-width: 350px) {
    #ModalSearchResult table th {
        min-width: 70px;
        width: 70px;
        padding: 8px 15px;
    }
}

#ModalSearchResult .table {
    min-width: 680px;
    margin-bottom: 0;
}

#ModalSearchResult .orderinfo {
    display: block;
    width: 100%;
    overflow-y: hidden;
}

#ModalSearchResult .orderinfo::-webkit-scrollbar,
.fancybox-content::-webkit-scrollbar {
    width: 10px;
}

#ModalSearchResult .orderinfo::-webkit-scrollbar,
.fancybox-content::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

#ModalSearchResult .orderinfo::-webkit-scrollbar-thumb,
.fancybox-content::-webkit-scrollbar-thumb {
    border: 1px solid;
}

#ModalSearchResult .orderinfo::-webkit-scrollbar-thumb,
.fancybox-content::-webkit-scrollbar-thumb {
    border-color: #f1f1f1;
    background-color: #c1c1c1;
    transition: all 0.25s;
}

#ModalSearchResult .orderinfo::-webkit-scrollbar-thumb:hover,
.fancybox-content::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

#ModalSearchResult .orderinfo::-webkit-scrollbar-track,
.fancybox-content::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-left: none;
}

#ModalSearchResult label.error {
    position: absolute;
    top: 14px;
    right: 0;
    color: #f7665e;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

[data-nav=false] .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.carousel-dots .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.carousel-dots .owl-dots .owl-dot {
    margin: 3px;
}

.carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #8f8f8f;
    border: 4px solid #8f8f8f;
    margin: 0;
    display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-color: #282828;
}

.carousel-dots-light .owl-dots .owl-dot span {
    background-color: #ffffff;
    border-color: #ffffff;
    opacity: 0.5;
}

.carousel-dots-light .owl-dots .owl-dot.active span {
    border-color: #ffffff;
    opacity: 1;
}

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #999999;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translateY(-50%);
}

.carousel-arrows .owl-nav .owl-prev:hover,
.carousel-arrows .owl-nav .owl-next:hover {
    color: var(--color-primary);
    background-color: transparent;
}

.carousel-arrows .owl-nav .owl-prev:after,
.carousel-arrows .owl-nav .owl-next:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--color-primary);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.7s ease;
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -ms-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
}

.carousel-arrows .owl-nav .owl-prev:hover:after,
.carousel-arrows .owl-nav .owl-next:hover:after {
    opacity: 1;
}

.carousel-arrows .owl-nav .owl-prev {
    left: 0;
}

.carousel-arrows .owl-nav .owl-prev:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 20px;
}

.carousel-arrows .owl-nav .owl-next {
    right: 0;
}

.carousel-arrows .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 20px;
}

.carousel-arrows .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 1;
}

.slider {
    padding: 0;
}

.slider .slide-item {
    position: relative;
    height: calc(100vh - 100px);
}

.slider .slide-subtitle {
    display: block;
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 25px;
    color: #f9f9f9;
    margin-bottom: 16px;
}

.slider .slide-title {
    font-size: 4.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 20px
    margin-bottom: 20px;
}

.slider .slide-desc {
    font-size: 16px;
    font-weight: 700;
    color: #f9f9f9;
    max-width: 600px;
    margin: 0 auto 30px;
}

.slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
    border: 0;
    color: #ffffff;
    border-radius: 50%;
    line-height: 46px;
    opacity: 0;
    transform: scale(0.8);
    transition: border 0.3s linear, opacity 0.5s ease, transform 0.4s ease;
}

.slider:hover .carousel-arrows .owl-nav .owl-prev,
.slider:hover .carousel-arrows .owl-nav .owl-next {
    transform: scale(1);
    opacity: 1;
}

.slider:hover .carousel-arrows .owl-nav .owl-prev:hover,
.slider:hover .carousel-arrows .owl-nav .owl-next:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.slider .carousel-arrows .owl-nav .owl-next:before,
.slider .carousel-arrows .owl-nav .owl-prev:before {
    font-family: icomoon;
    font-size: 50px;
    transition: 0.4s ease;
}

.slider .carousel-arrows .owl-nav .owl-next:before {
    content: "";
}

.slider .carousel-arrows .owl-nav .owl-prev:before {
    content: "";
}

.slider .carousel-arrows .owl-nav .owl-prev {
    left: 30px;
}

.slider .carousel-arrows .owl-nav .owl-next {
    right: 30px;
}

.slider .carousel-arrows .owl-nav .owl-prev:after,
.slider .carousel-arrows .owl-nav .owl-next:after {
    display: none;
}

.slider .carousel-arrows .owl-dots {
    bottom: 30px;
    text-align: center;
}

.slider-layout1 .slider-divider-shape {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    fill: var(--color-primary);
    z-index: 3;
}

.slider-layout2 .slide-item {
    height: calc(100vh - 130px);
}

.slider-layout2 .divider-shape {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 17px;
    background: url(../images/shapes/shape2.png) repeat-x;
}

.slider-layout2 .divider-shape-top {
    top: 0;
}

.slider-layout2 .divider-shape-bottom {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 992px) {
    .slider .slide-title {
        padding: 0 30px;
    }
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 0;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 0;
    }

    .slider .slide-title {
        font-size: 50px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-transparent + .slider {
        margin-top: 0;
    }

    .header-transparent + .slider .slide-content {
        padding-top: 0;
    }

    .slider .slide-title {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .slider .slide-desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }

    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }

    .slider .carousel-arrows .owl-nav .owl-next:before,
    .slider .carousel-arrows .owl-nav .owl-prev:before {
        font-size: 30px;
    }
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .slider .slide-subtitle {
        margin-bottom: 10px;
    }

    .slider .slide-title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .slider .btn {
        font-size: 12px;
        font-weight: 600;
        min-width: 120px;
        height: 35px;
        line-height: 33px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        display: none;
    }
}

.feature-item {
    position: relative;
    margin-bottom: 30px;
}

.feature-item .feature-img {
    margin-bottom: 27px;
    position: relative;
}

.feature-item .feature-img:before,
.feature-item .feature-img:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    background: #ffffff;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.feature-item .feature-img:after {
    opacity: 0.6;
}

.feature-item .feature-img:before,
.feature-item .feature-img:hover:before {
    right: 0;
    top: 0;
}

.feature-item .feature-img:after,
.feature-item .feature-img:hover:after {
    left: 0;
    bottom: 0;
}

.feature-item .feature-img:hover:before,
.feature-item .feature-img:hover:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.feature-item .feature-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.feature-item .feature-desc {
    padding: 0 30px;
    margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media only screen and (max-width: 992px) {

    .feature-item .feature-title,
    .feature-item .feature-img {
        margin-bottom: 15px;
    }

    .feature-item .feature-desc {
        padding: 0;
    }
}

.fancybox-item {
    position: relative;
    margin-bottom: 60px;
}

.fancybox-item .fancybox-icon {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    margin-bottom: 23px;
}

.fancybox-item:hover .fancybox-icon {
    -webkit-animation: slideTopDown 0.8s infinite alternate;
    -moz-animation: slideTopDown 0.8s infinite alternate;
    -ms-animation: slideTopDown 0.8s infinite alternate;
    -o-animation: slideTopDown 0.8s infinite alternate;
    animation: slideTopDown 0.8s infinite alternate;
}

.fancybox-item:hover .fancybox-title {
    color: var(--color-primary);
}

.fancybox-item .fancybox-title {
    font-size: 20px;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fancybox-item .fancybox-desc {
    padding: 0 10px;
    margin-bottom: 0;
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-moz-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-ms-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-o-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .fancybox-item {
        margin-bottom: 30px;
    }
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item .portfolio-img {
    position: relative;
}

.portfolio-item .portfolio-img img {
    width: 100%;
}

.portfolio-item .portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.portfolio-item .portfolio-hover > a {
    display: block;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-item .portfolio-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.portfolio-item .portfolio-title a {
    color: #282828;
}

.portfolio-item .portfolio-title a:hover {
    color: var(--color-primary);
}

.portfolio-item .portfolio-cat {
    line-height: 1;
}

.portfolio-item .portfolio-cat a {
    position: relative;
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 13px;
    font-style: italic;
    color: #333333;
    padding-right: 7px;
}

.portfolio-item .portfolio-cat a:hover {
    color: var(--color-primary);
}

.portfolio-item .portfolio-cat a::after {
    content: ",";
    position: absolute;
    top: 2px;
    right: 2px;
}

.portfolio-item .portfolio-cat a:last-child:after {
    display: none;
}

.portfolio-item .portfolio-desc {
    margin-bottom: 0;
}

.portfolio-item .portfolio-link {
    color: #282828;
    line-height: 1;
}

.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 20px;
}

.zoom-icon:before,
.zoom-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.zoom-icon:after {
    width: 20px;
    height: 1px;
}

.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.portfolio-filter li {
    margin-right: 30px;
}

.portfolio-filter li:last-child {
    margin-right: 0;
}

.portfolio-filter li a {
    position: relative;
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

.portfolio-filter li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-primary);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active {
    color: var(--color-primary);
}

.portfolio-filter li a:hover:after,
.portfolio-filter li a.active:after {
    width: 100%;
}

/* portfolio Standard */
.portfolio-info {
    padding: 30px 20px 28px;
}

.portfolio-standard .portfolio-item .hover-content-inner,
.portfolio-gallery-link .portfolio-item .hover-content-inner {
    top: 40%;
    left: 50%;
    bottom: auto;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-standard .portfolio-item .hover-content-inner a,
.portfolio-gallery-link .portfolio-item .hover-content-inner a {
    display: block;
}

.portfolio-standard .portfolio-item .hover-content-inner .dotted-line span,
.portfolio-standard .portfolio-item .hover-content-inner .dotted-line span:before,
.portfolio-standard .portfolio-item .hover-content-inner .dotted-line span:after,
.portfolio-gallery-link .portfolio-item .hover-content-inner .dotted-line span,
.portfolio-gallery-link .portfolio-item .hover-content-inner .dotted-line span:before,
.portfolio-gallery-link .portfolio-item .hover-content-inner .dotted-line span:after {
    background-color: #282828;
}

.portfolio-gallery-link .portfolio-item .hover-content-inner {
    top: 30%;
}

.portfolio-standard .portfolio-item:hover .hover-content-inner,
.portfolio-gallery-link .portfolio-item:hover .hover-content-inner {
    opacity: 1;
    top: 50%;
}

/* portfolio single */
.portfolio-single .portfolio-single-title {
    font-size: 30px;
    font-weight: 600;
}

.portfolio-single .divider-line {
    margin-bottom: 21px;
}

.portfolio-single .portfolio-single-desc {
    margin-bottom: 40px;
}

.portfolio-single .portfolio-single-desc p {
    margin-bottom: 27px;
}

.portfolio-single .portfolio-single-desc p:last-of-type {
    margin-bottom: 0;
}

.portfolio-meta-list {
    background-color: #f9f9f9;
    margin-bottom: 30px;
    padding: 30px;
}

.portfolio-meta-list li {
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    font-size: 13px;
    font-weight: 700;
    color: #9e9e9e;
    line-height: 29px;
}

.portfolio-meta-list li span {
    color: #282828;
    padding-right: 3px;
    margin-right: 2px;
    display: inline-block;
    position: relative;
}

.portfolio-meta-list li span:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
}

.portfolio-share {
    background-color: #f9f9f9;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
}

.portfolio-share .portfolio-share-title {
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    font-size: 13px;
    font-weight: 700;
    color: #282828;
    line-height: 1;
}

.portfolio-share .social-icons {
    display: inline-flex;
}

.portfolio-share .social-icons a {
    line-height: 1;
    margin-right: 20px;
    color: #5d5d5d;
}

.portfolio-share .social-icons a:last-child {
    margin-right: 0;
}

.portfolio-share .social-icons a:hover {
    color: var(--color-primary);
}

.portfolio-nav {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #f5f5f5;
    padding-top: 50px;
}

.portfolio-nav .portfolio-prev,
.portfolio-nav .portfolio-next {
    position: relative;
}

.portfolio-nav .portfolio-prev .portfolio-nav-icon,
.portfolio-nav .portfolio-next .portfolio-nav-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio-nav .portfolio-prev:hover h6,
.portfolio-nav .portfolio-next:hover h6 {
    color: var(--color-primary);
}

.portfolio-nav .portfolio-next {
    text-align: right;
}

.portfolio-nav .portfolio-next .portfolio-nav-icon {
    right: 0;
    left: auto;
}

.portfolio-nav .portfolio-nav-icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
}

.portfolio-nav .portfolio-nav-icon:hover {
    background-color: var(--color-primary);
    color: #ffffff;
}

.portfolio-nav .portfolio-nav-content span {
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 13px;
    color: #b8b8b8;
    display: block;
    margin-bottom: 3px;
}

.portfolio-nav .portfolio-nav-content h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-nav .portfolio-next .portfolio-nav-content {
    padding-right: 63px;
}

.portfolio-nav .portfolio-prev .portfolio-nav-content {
    padding-left: 63px;
}

.portfolio-nav .portfolio-nav-all {
    font-size: 23px;
    line-height: 50px;
    color: #616161;
    display: block;
    text-align: center;
}

.portfolio-nav .portfolio-nav-all:hover {
    color: var(--color-primary);
}

/* portfolio single images */
.portfolio-single-images .portfolio-img img {
    margin-bottom: 30px;
}

/* portfolio single slider */
.portfolio-single-slider .portfolio-img img {
    margin-bottom: 0;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev,
.portfolio-single-slider .carousel-arrows .owl-nav .owl-next {
    background-color: #ffffff;
    border-color: transparent;
    color: #333333;
    border-radius: 50%;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev:hover,
.portfolio-single-slider .carousel-arrows .owl-nav .owl-next:hover {
    background-color: #333333;
    color: #ffffff;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev:after,
.portfolio-single-slider .carousel-arrows .owl-nav .owl-next:after {
    display: none;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev {
    left: 30px;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-prev:before {
    content: "";
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-next {
    right: 30px;
}

.portfolio-single-slider .carousel-arrows .owl-nav .owl-next:before {
    content: "";
}

.mix {
    display: none;
}

.portfolio-hidden > .portfolio-item {
    display: none;
}

.portfolio-gallery-no-margin .portfolio-item {
    margin-bottom: 0;
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .portfolio-share .social-icons a {
        margin-right: 15px;
    }

    .portfolio-single-slider .carousel-arrows .owl-nav .owl-prev {
        left: 15px;
    }

    .portfolio-single-slider .carousel-arrows .owl-nav .owl-next {
        right: 15px;
    }

    .portfolio-filter li {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .portfolio-masonry .portfolio-item,
    .portfolio-masonry .portfolio-img {
        max-width: 370px;
        margin: 0 auto 30px;
    }

    .portfolio-masonry .portfolio-item img,
    .portfolio-masonry .portfolio-img img {
        width: 100%;
    }

    .custom-grid-2col,
    .custom-grid-3col {
        column-count: 1;
    }

    .portfolio-pinterest .portfolio-img {
        max-width: 370px;
        margin: 0 auto 30px;
    }
}

/* tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-grid .container {
        max-width: none;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .portfolio-single .portfolio-title {
        font-size: 24px;
    }

    .portfolio-nav {
        display: block;
    }

    .portfolio-nav .portfolio-nav-content h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .custom-grid-3col {
        column-gap: 15px;
    }

    .custom-grid-3col .portfolio-img {
        margin-bottom: 15px;
    }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-nav .portfolio-nav-content h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .custom-grid-3col {
        column-gap: 15px;
    }

    .custom-grid-3col .portfolio-img {
        margin-bottom: 15px;
    }
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-share .social-icons a {
        margin-right: 15px;
    }
}

.member {
    position: relative;
    margin-bottom: 50px;
}

.member .member-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.member .member-img img {
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.member:hover .member-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.member .member-info {
    padding-top: 27px;
}

.member .member-info .member-name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 3px;
}

.member .member-info .member-desc {
    font-size: 12px;
    margin-bottom: 0;
}

.member .member-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.member .member-content-inner {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.member .social-icons li {
    margin-right: 10px;
}

.member .social-icons li:last-child {
    margin-right: 0;
}

.member .social-icons li a {
    background-color: var(--color-primary);
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.member .social-icons li a:hover {
    background-color: #282828;
}

.member .social-icons li:nth-of-type(2) a {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.member .social-icons li:nth-of-type(3) a {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.member .social-icons li:nth-of-type(4) a {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.member:hover .member-hover {
    opacity: 1;
}

.member:hover .member-content-inner {
    bottom: 50px;
    opacity: 1;
}

.member:hover .social-icons li a {
    opacity: 1;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .member {
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .member .member-info {
        padding-top: 15px;
    }

    .member .member-info .member-name {
        font-size: 17px;
        margin-bottom: 0;
    }
}

.testimonial-item {
    position: relative;
    background-color: #ffffff;
    padding: 40px 30px 34px 40px;
    border-radius: 3px;
    box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.15);
}

.testimonial-item .testimonial-icon {
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    right: 40px;
    height: 22px;
    width: 16px;
}

.testimonial-item .testimonial-icon:before,
.testimonial-item .testimonial-icon:after {
    content: "";
    height: 20px;
    position: absolute;
    bottom: -8px;
    width: 50%;
    background-color: var(--color-primary);
}

.testimonial-item .testimonial-icon:before {
    -webkit-transform: skewY(-45deg);
    -moz-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    -o-transform: skewY(-45deg);
    transform: skewY(-45deg);
    left: 0;
}

.testimonial-item .testimonial-icon:after {
    right: 0;
    -webkit-transform: skewY(45deg);
    -moz-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    -o-transform: skewY(45deg);
    transform: skewY(45deg);
}

.testimonial-item .testimonial-rating {
    line-height: 1;
    margin-bottom: 21px;
}

.testimonial-item .testimonial-rating i {
    color: #ffc80a;
}

.testimonial-item .testimonial-content {
    position: relative;
}

.testimonial-item .testimonial-desc {
    margin-bottom: 17px;
}

.testimonial-meta {
    position: relative;
    z-index: 2;
    padding-top: 23px;
    border-top: 1px dashed #dbdbdb;
}

.testimonial-meta .testimonial-meta-title {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.testimonial-meta .testimonial-meta-desc {
    line-height: 25px;
    font-size: 13px;
    color: #616161;
    margin-bottom: 0;
}

.testimonial-thumb {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid var(--color-primary);
    padding: 2px;
    margin-bottom: 23px;
}

.testimonial-thumb img {
    max-width: 100%;
    border-radius: 50%;
}

.testimonials .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.testimonials-layout2 .testimonial-item {
    box-shadow: none;
    text-align: center;
    padding: 0 40px;
    overflow: hidden;
}

.testimonials-layout2 .testimonial-item .testimonial-meta {
    border-top: 0;
}

.testimonials-layout2 .testimonial-item .testimonial-desc {
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    color: #282828;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 50px;
}

.testimonials-layout2 .testimonial-item .testimonial-thumb {
    margin-bottom: 13px;
}

.testimonials-layout2 .carousel-dots .owl-dots {
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
    text-align: center;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .testimonial-item {
        padding: 20px 20px 24px 15px;
    }

    .testimonial-item .testimonial-thumb,
    .testimonial-item .testimonial-rating {
        margin-bottom: 15px;
    }

    .testimonials-layout2 .testimonial-item {
        padding: 0;
    }

    .testimonials-layout2 .testimonial-item .testimonial-desc {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.cta-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 11px;
}

.cta-desc {
    font-size: 14px;
    margin-bottom: 0;
}

.cta-actions {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.cta-actions .btn {
    margin-left: 30px;
}

.cta-actions-text p {
    font-size: 12px;
}

.cta-actions-text strong {
    font-size: 16px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cta-layout1 {
        text-align: center;
    }

    .cta-layout1 .cta-actions {
        display: block;
        text-align: center;
    }

    .cta-layout1 .cta-actions .btn {
        margin: 10px 0 0 0;
    }

    .cta-layout1 .cta-desc {
        margin-bottom: 10px;
    }
}

.clients .heading-title {
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 24px;
}

.clients .client {
    position: relative;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.clients .client img {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
}

.post-item {
    position: relative;
    margin-bottom: 40px;
}

.post-item .post-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.post-item .post-img:before,
.post-item .post-img:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    background: #ffffff;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.post-item .post-img:after {
    opacity: 0.5;
}

.post-item .post-img:before,
.post-item .post-img:hover:before {
    right: 0;
    top: 0;
}

.post-item .post-img:after,
.post-item .post-img:hover:after {
    left: 0;
    bottom: 0;
}

.post-item .post-img:hover:before,
.post-item .post-img:hover:after {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.post-item .post-content {
    padding-left: 30px;
}

.post-item .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-item .post-meta > * {
    margin-right: 8px;
    margin-bottom: 11px;
}

.post-item .post-meta .post-meta-cat,
.post-item .post-meta .post-meta-tag {
    position: relative;
    background-color: var(--color-secondary);
    color: #ffffff;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 3px;
}

.post-item .post-meta .post-meta-cat:before,
.post-item .post-meta .post-meta-cat:after,
.post-item .post-meta .post-meta-tag:before,
.post-item .post-meta .post-meta-tag:after {
    content: "";
    position: absolute;
    right: -4px;
    z-index: -1;
    width: 20px;
    height: 9px;
    background-color: var(--color-secondary);
}

.post-item .post-meta .post-meta-cat:before,
.post-item .post-meta .post-meta-tag:before {
    top: 0;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.post-item .post-meta .post-meta-cat:after,
.post-item .post-meta .post-meta-tag:after {
    bottom: 0;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
}

.post-item .post-meta .post-meta-cat a,
.post-item .post-meta .post-meta-tag a {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    padding-right: 5px;
}

.post-item .post-meta .post-meta-cat a:hover,
.post-item .post-meta .post-meta-tag a:hover {
    color: #282828;
}

.post-item .post-meta .post-meta-cat a:after,
.post-item .post-meta .post-meta-tag a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
}

.post-item .post-meta .post-meta-cat a:last-child:after,
.post-item .post-meta .post-meta-tag a:last-child:after {
    display: none;
}

.post-item .post-meta .post-meta-cat span,
.post-item .post-meta .post-meta-tag span {
    font-size: 13px;
    padding-right: 5px;
}

.post-item .post-meta .post-meta-date,
.post-item .post-meta .post-meta-comments-count {
    font-size: 13px;
    line-height: 1;
    color: #616161;
}

.post-item .post-title {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 13px;
}

.post-item .post-title a {
    color: #282828;
}

.post-item .post-title a:hover {
    color: var(--color-primary);
}

.post-item .post-desc {
    margin-bottom: 0;
}

.post-item .btn-link {
    margin-top: 23px;
}

/* Blog Standard */
.blog-standard .post-item .post-title {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
}

.blog-standard .post-item .post-content {
    padding-left: 40px;
}

/* Blog Single */
.blog-single .post-item .post-content {
    padding-left: 0;
}

.blog-single .post-item .post-desc {
    margin-bottom: 38px;
}

.blog-single .post-item .post-desc p {
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify;
}

.blog-widget {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    margin-bottom: 40px;
}

.blog-widget-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.blog-share {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-top: 1px dashed #dbdbdb;
    border-bottom: 1px dashed #dbdbdb;
}

.blog-share .post-share-title {
    font-size: 14px;
    margin-right: 25px;
    line-height: 1;
    margin-bottom: 0;
}

.blog-share .social-icons li a {
    font-size: 14px;
}

.blog-author {
    display: flex;
}

.blog-author .blog-author-avatar {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.blog-author .blog-author-bio {
    line-height: 23px;
    margin-bottom: 20px;
}

.blog-author .social-icons li a {
    font-size: 15px;
    margin-right: 27px;
    color: #5d5d5d;
}

.blog-author .social-icons li a:hover {
    color: #222222;
}

.blog-author .social-icons li a:last-child {
    margin-right: 0;
}

.comments-list .comment-item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 30px;
}

.comments-list .comment-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list .comment-item .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.comments-list .comment-item .comment-content {
    padding-left: 70px;
}

.comments-list .comment-item .comment-content .comment-author {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.comments-list .comment-item .comment-content .comment-date {
    color: #616161;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.comments-list .comment-item .comment-content .comment-desc {
    font-size: 14px;
    margin-bottom: 8px;
}

.comments-list .comment-item .comment-content .comment-reply {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: var(--color-primary);
    display: inline-block;
}

.comments-list .comment-item .comment-content .comment-reply:hover {
    color: #282828;
}

.comments-list .comment-item .nested-comment {
    border-top: 1px dashed #dbdbdb;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px;
}

.post-comments-form .form-group {
    margin-bottom: 30px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .post-item .post-content {
        padding-left: 0;
    }

    .post-item .btn-link {
        margin-top: 15px;
    }

    .post-share,
    .post-author {
        padding: 15px;
    }

    .post-single .post-item .post-desc p {
        padding-left: 0;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .comments-list .comment-item .comment-avatar {
        width: 40px;
        height: 40px;
    }

    .comments-list .comment-item .comment-content {
        padding-left: 60px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .post-author {
        display: block;
    }
}

.contact .contact-box .contact-box-title {
    font-size: 1.45rem;
}

.contact .contact-box .contact-box-list li {
    font-size: 1.15rem;
    line-height: 1.8;
}

.contact .social-icons li {
    margin-right: 10px;
}

.contact .social-icons li:last-of-type {
    margin-right: 0;
}

.contact .social-icons li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    background-color: var(--color-primary);
    color: #ffffff;
}

.contact-box {
    margin-bottom: 30px;
}

.contact-box .contact-box-title {
    font-size: 14px;
    font-weight: 700;
}

.contact-box .btn-link {
    width: auto;
    height: auto;
    line-height: 1;
    color: var(--color-secondary);
}

.contact-box .btn-link:hover {
    color: var(--color-secondary);
}

.contact-layout2 .contact-box {
    padding: 0 30px;
    margin-top: 50px;
}

.contact-layout2 .contact-box .contact-box-title {
    color: var(--color-primary);
}

.contact-layout2 .reservation-banner {
    min-height: 380px;
    max-width: 400px;
    margin: -190px auto 0;
}

@media only screen and (max-width: 992px) {
    .contact-layout2 .contact-box {
        margin: 30px 0;
    }

    .contact-layout2 .reservation-banner {
        margin: 0 auto;
    }
}

/* Mobile Phones*/
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .contact-box .contact-box-title {
        margin-bottom: 10px;
    }

    .contact-layout2 .contact-box {
        padding: 0;
    }
}

.product-item {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.product-item .product-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-item .product-cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
}

.product-item .product-cat a {
    position: relative;
    font-size: 13px;
    padding-right: 8px;
}

.product-item .product-cat a:hover {
    color: var(--color-primary);
}

.product-item .product-cat a:after {
    content: "-";
    position: absolute;
    top: 0;
    right: 0;
    color: #9b9b9b;
}

.product-item .product-cat a:last-child {
    padding-right: 0;
}

.product-item .product-cat a:last-child::after {
    display: none;
}

.product-item .product-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: scaleX(0.6);
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -o-transform: scaleX(0.6);
    transform: scaleX(0.6);
}

.product-item:hover .product-hover {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.product-item .product-action {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}

.product-title {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.product-title a {
    color: #222222;
}

.product-title a:hover {
    color: var(--color-primary);
}

.product-price {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-primary);
}

.list-view {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.list-view .product-item {
    display: flex;
    border: 1px solid #eee;
}

.list-view .product-item .product-img {
    position: static;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
}

.list-view .product-item .product-cat {
    justify-content: flex-start;
}

.list-view .product-item .product-content {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 20px;
    text-align: left;
}

.list-view .product-item .product-hover {
    opacity: 1;
    background-image: none;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.list-view .product-item .product-action {
    left: calc(40% + 20px);
    width: auto;
}

.list-view .product-item .btn:hover {
    background-color: #282828;
    border-color: #282828;
    color: #ffffff;
}

/* Shop Single */
.product-single .quantity-input-wrap .qty-input,
.shopcart .quantity-input-wrap .qty-input {
    width: 60px;
    height: 45px;
    margin: 0;
    color: #9b9b9b;
    font-weight: 600;
    padding-right: 10px;
}

.product-single .quantity-input-wrap i,
.shopcart .quantity-input-wrap i {
    width: auto;
    height: auto;
    line-height: 1;
    border: 5px solid transparent;
    position: absolute;
    right: 10px;
}

.product-single .quantity-input-wrap .increase-qty,
.shopcart .quantity-input-wrap .increase-qty {
    top: 7px;
    border-bottom-color: #9b9b9b;
}

.product-single .quantity-input-wrap .decrease-qty,
.shopcart .quantity-input-wrap .decrease-qty {
    bottom: 7px;
    border-top-color: #9b9b9b;
}

.product-meta-title {
    font-size: 1.05rem;
    color: #282828;
}

.product-meta-cat a,
.product-meta-tags a {
    position: relative;
    font-size: 1.05rem;
    padding-right: 6px;
}

.product-meta-cat a:after,
.product-meta-tags a:after {
    content: "-";
    position: absolute;
    top: -2px;
    right: -2px;
    color: #9b9b9b;
}

.product-meta-cat a:last-child,
.product-meta-tags a:last-child {
    padding-right: 0;
}

.product-meta-cat a:last-child:after,
.product-meta-tags a:last-child:after {
    display: none;
}

.product-share-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 14px;
}

.quantity-input-wrap {
    display: inline-flex;
    position: relative;
}

.quantity-input-wrap i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    border: 1px solid #eeeeee;
    text-align: center;
    color: var(--color-primary);
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.qty-input {
    background-color: transparent;
    width: 30px;
    height: 25px;
    text-align: center;
    color: #222222;
    font-size: 14px;
    padding: 0;
    margin: 0 5px;
    border-radius: 2px;
    text-align: center;
    -moz-appearance: textfield;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-tabs .tab-content {
    padding-top: 20px;
}

.product-tabs .tab-content p {
    line-height: 1.8;
}

.product-tabs .tab-content p :last-child {
    margin-bottom: 0;
}

.product-tabs .reviews-form .form-control {
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0 10px;
}

.product-tabs .reviews-form .form-control:focus {
    border-color: var(--color-primary);
}

.product-tabs .reviews-form textarea.form-control {
    min-height: 120px;
}

/* Shop Filtering */
.filtering-options {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.filtering-options .select-box {
    position: relative;
    display: inline-block;
}

.filtering-options .select-box:before {
    content: "";
    font-family: fontAwesome;
    position: absolute;
    top: 5px;
    right: 10px;
}

.filtering-options .select-box select {
    padding: 0 20px 0 10px;
    height: 30px;
    border: 1px solid #eeeeee;
    min-width: 128px;
    color: #9b9b9b;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.filtering-options .sort-box {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.filtering-options .sort-box:last-of-type {
    margin-right: 0;
}

.filter-option-sorting {
    display: flex;
    align-items: center;
}

.filter-option-view span,
.sort-box span {
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    color: #282828;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
}

.filter-option-view a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eeeeee;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #9b9b9b;
    margin-right: 3px;
}

.filter-option-view a:last-child {
    margin-right: 0;
}

.filter-option-view a.active,
.filter-option-view a:hover {
    color: var(--color-primary);
}

/* shop-categories */
.shop-cat-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    margin-bottom: 30px;
}

.shop-cat-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(27, 26, 26, 0.25);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.shop-cat-item .btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.shop-cat-item img {
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.shop-cat-item:hover:before {
    background-color: rgba(27, 26, 26, 0.75);
}

.shop-cat-item:hover .btn {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
}

.shop-cat-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* Shopping Cart */
.cart-table {
    margin-bottom: 50px;
}

.cart-table .table {
    border: 1px solid #dbdbdb;
    border-radius: 0;
    margin-bottom: 0;
}

.cart-table thead {
    background-color: transparent;
}

.cart-table thead tr th {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #282828;
    line-height: 50px !important;
    border-bottom-width: 0 !important;
    border-color: #eee;
    padding: 0;
}

.cart-table tbody tr td {
    padding: 20px;
    border-color: #eee;
}

.cart-table .cart-product-item {
    position: relative;
    display: flex;
}

.cart-table .cart-product-price,
.cart-table .cart-product-total {
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    color: var(--color-primary);
    text-align: center;
}

.cart-table .cart-product-quantity {
    text-align: center;
}

.cart-table .cart-product-quantity input {
    width: 30px;
    height: 25px;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-right: 5px;
}

.cart-table .cart-product-img {
    width: 50px;
    margin-right: 20px;
}

.cart-table .cart-product-title h6 {
    font-size: 14px;
    font-weight: 700;
}

.cart-table .cart-product-remove {
    position: absolute;
    right: 20px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
}

.cart-table .cart-product-remove:hover {
    background-color: var(--color-primary);
}

.cart-table .cart-product-action td {
    padding: 30px 20px 20px;
}

.cart-table .cart-product-action td .form-control {
    font-size: 12px;
    font-weight: 400;
    width: 250px;
    height: 42px;
    line-height: 25px;
    border: 1px solid #dbdbdb;
}

.cart-table .cart-product-action td .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 39px;
    height: 42px;
    min-width: 134px;
}

.cart-table .cart-product-action td .cart-product-action-content {
    display: flex;
    justify-content: space-between;
}

.cart-shiping,
.cart-total-amount {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.cart-shiping h6,
.cart-total-amount h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

.cart-total-amount ul li {
    color: var(--color-primary);
    font-size: 14px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
}

.cart-total-amount ul li span:last-of-type {
    color: #9b9b9b;
}

.cart-shiping .form-control {
    border: 1px solid #dbdbdb;
    font-size: 12px;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
}

.cart-shiping .btn {
    line-height: 39px;
    height: 42px;
}

/* Mobile Phones */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .product-item img {
        width: 100%;
    }

    .product-item .product-content {
        padding: 15px 10px;
    }

    .list-view .product-item {
        max-width: none;
    }

    .list-view .product-item .product-action .btn {
        min-width: 100px;
        font-size: 1.05rem;
        height: 35px;
        line-height: 33px;
    }

    .list-view .product-item .product-content {
        padding: 10px;
    }

    .shop-cat-item .btn {
        bottom: 20px;
        left: 20px;
        width: 130px;
        height: 40px;
        line-height: 38px;
    }

    .cart-table .cart-product-price,
    .cart-table .cart-product-total {
        font-size: 10px;
        font-weight: 400;
        padding: 0;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .product-item {
        margin-bottom: 30px;
    }

    .filtering-options .sort-box,
    .filter-option-sorting {
        margin-right: 15px;
    }

    .filter-option-view span,
    .sort-box span {
        display: block;
        margin-bottom: 5px;
    }

    .product-action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .product-quantity-title {
        margin-bottom: 14px;
    }

    .list-view .product-item .product-action {
        bottom: 10px;
        left: calc(40% + 10px);
    }

    .list-view .product-item .product-action .btn {
        min-width: 120px;
        font-size: 1.05rem;
        height: 35px;
        line-height: 33px;
    }

    .list-view .product-item .product-content {
        padding: 10px;
    }

    .shopping-cart .container {
        max-width: 100%;
    }

    .cart-table tbody tr td {
        padding: 5px !important;
    }

    .cart-table .cart-product-img {
        width: 40px;
        margin-right: 5px;
    }

    .cart-table .cart-product-remove {
        right: 5px;
    }

    .cart-table .cart-product-title h6 {
        font-size: 12px;
        font-weight: 400;
    }

    .cart-table .cart-product-price,
    .cart-table .cart-product-total {
        font-size: 10px;
    }

    .cart-table .quantity-input-wrap i {
        width: 15px;
        height: 20px;
        line-height: 20px;
    }

    .cart-table .cart-product-quantity input {
        width: 30px;
        height: 20px;
    }

    .cart-table .cart-product-action-content {
        display: block !important;
    }
}

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .filtering-options {
        display: block;
        text-align: center;
        padding: 15px;
    }

    .filtering-options .sort-box {
        margin-right: 15px;
    }

    .filtering-options .select-box {
        margin-left: 0;
    }

    .filter-option-sorting {
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .product-form-wrap form {
        display: block;
    }

    .product-action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .product-quantity-title {
        margin-bottom: 14px;
    }

    .shopping-cart .container {
        max-width: 100%;
    }
}

/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-form-wrap form {
        display: block;
    }

    .product-action-btns .btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .product-quantity-title {
        margin-bottom: 10px;
    }

    .shop-cat-item .btn {
        bottom: 20px;
        left: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 440px) {
    .filtering-options {
        display: block;
        padding: 10px;
    }

    .filtering-options .select-box {
        display: block;
    }

    .filtering-options .select-box select {
        width: 100%;
        height: 35px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 350px) {
    .list-view .product-item .product-action .btn {
        min-width: 100px;
    }
}

.hr-dashed {
    border-style: dashed;
}

.widget {
    background-color: #f9f9f9;
    padding: 40px;
    margin-bottom: 30px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.widget-search .widget-form-search {
    position: relative;
}

.widget-search .widget-form-search button {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 0;
    color: var(--color-primary);
}

.widget-about img {
    margin-bottom: 26px;
}

.widget-about p {
    margin-bottom: 11px;
}

.widget-about .btn-link {
    line-height: 1;
    width: auto;
    height: auto;
    border: none;
    color: var(--color-primary);
}

.widget-about .btn-link:hover {
    color: #222222;
}

.widget-categories li a {
    position: relative;
    display: block;
    color: #333333;
    padding: 12px 0;
    border-bottom: 1px solid #dbdbdb;
    transition: all 0.25s;
}

.widget-categories li a:hover, .widget-categories li.active a {
    color: var(--color-primary);
}

.widget-categories li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    margin: 0;
    display: block !important;
    background-color: var(--color-primary);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -ms-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.widget-categories li a:hover:before {
    width: 100%;
}

.widget-categories li:last-child a {
    border-bottom: 0;
}

.widget-categories li:last-child a:before {
    display: none !important;
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.widget-tags ul li a {
    display: block;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1;
    text-transform: capitalize;
    padding: 7px 9px;
    border: 1px solid #ededed;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
}

/*widget products*/
.widget-poducts .widget-product-item {
    display: flex;
    margin-bottom: 30px;
}

.widget-poducts .widget-product-item:last-of-type {
    margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget-product-title {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0;
}

.widget-poducts .widget-product-item .widget-product-title a {
    color: #222222;
}

.widget-poducts .widget-product-item:hover .widget-product-title a {
    color: var(--color-primary);
}

.widget-poducts .widget-product-item .widget-product-img {
    margin-right: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
}

.widget-poducts .widget-product-item .widget-product-img img {
    width: 100%;
    height: 100%;
}

.widget-poducts .widget-product-item .widget-product-price {
    font-family: "Rubik", 'Microsoft JhengHei', Arial;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-primary);
}

/*widget posts*/
.widget-posts .widget-post-item {
    margin-bottom: 28px;
}

.widget-posts .widget-post-item:last-of-type {
    margin-bottom: 0;
}

.widget-posts .widget-post-item .widget-post-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 0;
}

.widget-posts .widget-post-item .widget-post-title a {
    color: #222222;
}

.widget-posts .widget-post-item:hover .widget-post-title a {
    color: var(--color-primary);
}

.widget-posts .widget-post-item .widget-post-img {
    margin-bottom: 17px;
}

.widget-posts .widget-post-item .widget-post-date {
    line-height: 1;
    font-size: 13px;
    display: block;
    margin-bottom: 6px;
}

.sidebar-layou2 .widget {
    background-color: transparent;
    padding: 0;
    margin-bottom: 50px;
}

/* Widget Filter */
.ui-slider {
    position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-widget.ui-widget-content {
    border: none;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 3px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.widget-filter .ui-slider {
    background-color: #dbdbdb;
    border-radius: 0;
    height: 4px;
    margin-bottom: 18px;
}

.widget-filter .ui-slider-range {
    height: 4px;
    background-color: var(--color-primary);
}

.widget-filter .price-output {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 26px;
}

.widget-filter label {
    color: #9b9b9b;
    font-size: 1rem;
    margin-right: 5px;
    margin-bottom: 0;
}

.widget-filter input {
    background-color: transparent;
    color: var(--color-primary);
    font-size: 1rem;
    border: none;
    max-width: 120px;
}

.widget-filter .btn {
    height: auto;
    line-height: 1;
    padding: 0;
}

.widget-filter .btn:after,
.widget-filter .btn:before {
    display: none;
}

.events .post-item .post-content {
    padding-left: 0;
}

.events .post-item .post-title {
    font-size: 19px;
}

.events .post-item .post-meta-tag.sold-out {
    background-color: #ff0000;
}

.events .post-item .post-meta-tag.sold-out:before,
.events .post-item .post-meta-tag.sold-out:after {
    background-color: #ff0000;
}

.menu-item {
    position: relative;
    margin-bottom: 20px;
}

.menu-item .menu-item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
}

.menu-item .menu-item-price {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
}

.menu-item .menu-item-desc {
    font-size: 14px;
    margin-bottom: 0;
}

.menu-item .pricing-tag {
    display: inline-block;
    position: relative;
    line-height: 16px;
    font-size: 13px;
    background-color: var(--color-primary);
    color: #ffffff;
    padding-left: 5px;
    padding-right: 3px;
}

.menu-item .pricing-tag:before,
.menu-item .pricing-tag:after {
    content: "";
    position: absolute;
    right: -4px;
    z-index: -1;
    width: 20px;
    height: 9px;
    background-color: var(--color-primary);
}

.menu-item .pricing-tag:before {
    top: 0;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}

.menu-item .pricing-tag:after {
    bottom: 0;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
}

.menu-item .menu-item-img {
    margin-bottom: 28px;
}

.menu-block-title {
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.menu-layout1 .menu-item,
.menu-layout5 .menu-item {
    padding-bottom: 11px;
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 20px;
}

.menu-layout1 .menu-item .menu-item-title,
.menu-layout5 .menu-item .menu-item-title {
    display: inline-block;
    margin-right: 10px;
}

.menu-layout1 .menu-item .menu-item-price,
.menu-layout5 .menu-item .menu-item-price {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 50px;
    text-align: right;
}

.menu-layout2 .menu-item {
    margin-bottom: 40px;
}

.menu-layout2 .menu-item .menu-item-desc {
    margin-bottom: 10px;
}

.menu-layout3 .menu-item {
    margin-bottom: 40px;
}

.menu-layout3 .menu-item .menu-item-content {
    position: relative;
    padding-right: 50px;
}

.menu-layout3 .menu-item .menu-item-title {
    display: inline-block;
}

.menu-layout3 .menu-item .menu-item-price {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-layout3 .menu-item .menu-item-img {
    position: relative;
    overflow: hidden;
}

.menu-layout3 .menu-item .menu-item-img img {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.menu-layout3 .menu-item:hover .menu-item-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-layout4 .menu-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
    margin-bottom: 0;
}

.menu-layout4 .menu-item .menu-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu-layout4 .menu-item .menu-item-hover > a {
    display: block;
    width: 100%;
    height: 100%;
}

.menu-layout4 .menu-item:hover .menu-item-hover {
    opacity: 1;
}

.menu-layout4 .menu-item .divider-shape {
    position: absolute;
    top: 50%;
    left: -63px;
    z-index: 2;
    fill: #ffffff;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.menu-layout4 .menu-item .menu-item-img,
.menu-layout4 .menu-item .menu-item-content {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
}

.menu-layout4 .menu-item .menu-item-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    padding: 40px;
}

.menu-layout4 .menu-item .menu-item-content:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: -1;
    border: 1px dashed #dbdbdb;
}

.menu-layout4 .menu-item .menu-item-img img {
    width: 100%;
}

.menu-layout4 .menu-item .pricing-tag {
    position: absolute;
    top: 40px;
    left: 20px;
    margin: 0;
}

.menu-layout4 .menu-item .menu-item-title {
    font-size: 22px;
    margin-bottom: 17px;
}

.menu-layout4 .menu-item .menu-item-icon {
    margin-bottom: 19px;
}

.menu-layout4 .menu-item .menu-item-icon svg {
    fill: var(--color-primary);
}

.menu-layout4 .menu-item .menu-item-desc {
    margin-bottom: 21px;
}

.menu-layout4 .menu-item .menu-item-price {
    font-size: 16px;
}

.menu-layout4 .filtered-items-wrap > [class*=col-]:nth-of-type(1) .menu-item,
.menu-layout4 .filtered-items-wrap > [class*=col-]:nth-of-type(2) .menu-item,
.menu-layout4 .filtered-items-wrap > [class*=col-]:nth-of-type(5) .menu-item,
.menu-layout4 .filtered-items-wrap > [class*=col-]:nth-of-type(6) .menu-item {
    flex-direction: row-reverse;
}

.menu-layout5 .menu-wrapper {
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 60px 100px 40px;
}

.menu-layout5 .menu-wrapper:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#fff));
    background-image: -webkit-linear-gradient(left, #f7f7f7, #fff);
    background-image: -moz-linear-gradient(left, #f7f7f7, #fff);
    background-image: -ms-linear-gradient(left, #f7f7f7, #fff);
    background-image: -o-linear-gradient(left, #f7f7f7, #fff);
    background-image: linear-gradient(left, #f7f7f7, #fff);
}

.menu-layout5 .menu-wrapper:after {
    content: "";
    position: absolute;
    top: 126px;
    left: 0;
    right: 0;
    margin: auto;
    height: 350px;
    width: 14px;
    bottom: 80px;
    background-image: url(../images/shapes/1.png);
}

.menu-layout5 .menu-wrapper-inner:first-child {
    padding-right: 45px;
}

.menu-layout5 .menu-wrapper-inner:last-child {
    padding-left: 45px;
}

@media (min-width: 992px) {
    .menu-item:last-of-type {
        border-bottom: 0;
    }

    .menu-layout2 .menu-item {
        display: flex;
    }

    .menu-layout2 .menu-item .menu-item-img {
        -ms-flex: 0 0 31.5%;
        flex: 0 0 31.5%;
        max-width: 31.5%;
        margin-bottom: 0;
    }

    .menu-layout2 .menu-item .menu-item-content {
        -ms-flex: 0 0 69.5%;
        flex: 0 0 69.5%;
        max-width: 69.5%;
        padding-left: 30px;
    }
}

@media (max-width: 992px) {
    .menu-layout5 .menu-wrapper {
        padding: 15px;
    }

    .menu-layout5 .menu-wrapper:before,
    .menu-layout5 .menu-wrapper:after {
        display: none;
    }

    .menu-layout5 .menu-wrapper-inner:first-child {
        padding-left: 15px !important;
    }

    .menu-layout5 .menu-wrapper-inner:last-child {
        padding-left: 15px !important;
    }
}

/* Medium Size Devices */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .menu-layout4 .menu-item .menu-item-content {
        padding: 40px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {

    .menu-layout1 .menu-item .menu-item-price,
    .menu-layout5 .menu-item .menu-item-price {
        position: static;
        text-align: left;
    }

    .menu-layout4 .menu-item {
        flex-direction: column !important;
    }

    .menu-layout4 .menu-item .menu-item-img,
    .menu-layout4 .menu-item .menu-item-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .menu-layout4 .menu-item .menu-item-img {
        padding: 0 10px;
    }

    .menu-layout4 .menu-item .menu-item-content {
        padding: 40px 20px 20px;
    }

    .menu-layout4 .menu-item .menu-item-content:after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .menu-layout4 .menu-item .pricing-tag {
        top: 20px;
        left: 10px;
    }

    .menu-layout4 .menu-item .menu-item-title,
    .menu-layout4 .menu-item .menu-item-desc,
    .menu-layout4 .menu-item .menu-item-icon {
        margin-bottom: 10px;
    }
}

.reservation-wrapper {
    background-color: #ffffff;
    padding: 80px 75px 50px;
}

.reservation-wrapper > .row > [class*=col-] {
    padding: 0 40px;
}

.reservation-banner {
    position: relative;
    text-align: center;
    min-height: 570px;
    max-width: 400px;
    margin: -20px auto 0;
}

.reservation-banner .reservation-banner-inner {
    position: relative;
    z-index: 2;
    padding: 55px 50px 0;
}

.reservation-banner .reservation-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.reservation-banner .reservation-banner-inner-subtitle,
.reservation-banner .reservation-banner-contact-label {
    font-family: "Shadows Into Light", cursive, 'Microsoft JhengHei', Arial;
    font-size: 20px;
    color: var(--color-primary);
    display: block;
    margin-bottom: 5px;
}

.reservation-banner .reservation-banner-inner-title,
.reservation-banner .reservation-banner-contact-phone {
    font-size: 27px;
    color: #ffffff;
    margin-bottom: 13px;
}

.reservation-banner ul li {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    border-bottom: 1px dashed #494b4f;
}

.reservation-banner .reservation-banner-contact-phone {
    display: block;
}

.reservation-form textarea.form-control {
    min-height: 90px;
}

.reservation-form .reservation-form-heading h5 {
    font-size: 22px;
    font-weight: 700;
}

.reservation-form .reservation-form-heading a {
    color: var(--color-primary);
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
}

.reservation-layout3 .divider-shape {
    position: absolute;
    left: 0;
    width: 100%;
    height: 17px;
    background: url(../images/shapes/shape2.png) repeat-x;
}

.reservation-layout3 .divider-shape-top {
    top: 0;
}

.reservation-layout3 .divider-shape-bottom {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .reservation-wrapper {
        padding: 30px 30px 20px;
    }

    .reservation-wrapper > .row > [class*=col-] {
        padding: 0 10px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .reservation-wrapper {
        padding: 30px 20px;
    }

    .reservation-wrapper > .row > [class*=col-] {
        padding: 10px;
    }

    .reservation-banner .reservation-banner-inner {
        padding: 40px 20px 0;
    }

    .reservation-form {
        text-align: center;
    }

    .reservation-form-heading > div {
        display: block !important;
    }
}

.instagram-images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.instagram-images li {
    position: relative;
    flex: 0 0 125%;
    max-width: 12.5%;
}

.instagram-images li .img-overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: rgba(199, 162, 84, 0.95);
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.instagram-images li .img-overlay a {
    display: block;
    top: 50%;
    position: relative;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.instagram-images li .img-overlay a:hover {
    color: #222222;
}

.instagram-images li .img-overlay a i {
    font-size: 23px;
}

.instagram-images li:hover .img-overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.instagram-feed-layout2 .divider-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 17px;
    background: url(../images/shapes/shape2.png) repeat-x;
}

.overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    z-index: 1000;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.6) 100%);
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
    transition: all .1s;
    animation: spin 2s linear infinite;
}

.disable-link {
    pointer-events: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {
    .instagram-images li {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .instagram-images li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

