/*------------------------------------*\
  SETTINGS
\*------------------------------------*/
:root {
    --primary-color: #ac8e6f;
    --secondary-color: #f6dfbd;
    --tertiary-color: #e8c71c;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 1px;
    background-color: #F7F7F7;
}

body.fixed {
    overflow: hidden;
}


a {
    color: #595757;
    transition: 0.3s;
}

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

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}


b, strong {
    font-weight: 700;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727171;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #727171;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #727171;
    font-weight: 400;
    letter-spacing: 1px;
}

.pre {
    white-space: pre-line; 
}

.centerline {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100vh;
    background-color: #B9B9B9;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.main {
    overflow: hidden;
}

@media (min-width: 576px) {
    html {
        font-size: 16px;
    }
}





/*------------------------------------*\
  UTILITIES
\*------------------------------------*/

.overlay {
    position: relative;
    transition: .3s;
}

.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.overlay-2::before {
    opacity: 0.2;
}

.overlay-4::before {
    opacity: 0.4;
}

.p-relative {
    position: relative;
}

.o-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-style-none {
    list-style: none;
}

.add-shadow {
    box-shadow: 0 4px 15px 0 rgb(175 175 175 / 20%);
}

.img-fluid-all img {
    max-width: 100%;
    height: auto !important;
}

/**
 *  Width
 */

@media (min-width: 576px) {
    .w-lg-auto {
        width: auto !important;
    }
    
}


/*------------------------------------*\
  FONT
\*------------------------------------*/

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.letter-spacing-8 {
    letter-spacing: 8px;
}

.letter-spacing-11 {
    letter-spacing: 11px;
}

.line-height-5 {
    line-height: 1.5em;
}

.line-height-8 {
    line-height: 1.8em;
}

.font-small {
    font-size: 12px;
}

/* shape */
.shape-circle {
    position: relative;
}

.shape-circle::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='501.431' height='440.023' viewBox='0 0 501.431 440.023'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' y1='1' x2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ffe2ad'/%3E%3Cstop offset='1' stop-color='%23eec075'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_9' data-name='Path 9' d='M329.245-1.377c29.08,16.763,45.167,49.274,46.4,79.752,1.237,30.986-11.756,59.941-30.936,85.848s-43.93,48.258-81.672,72.641-87.86,50.8-137.977,48.258S24.831,251.595-6.724,209.941C-38.9,168.287-51.273,115.965-34.567,73.8c16.706-42.67,63.729-75.18,110.753-89.4s94.047-10.16,138.6-7.112S300.784-18.14,329.245-1.377Z' transform='translate(48.417 158.629) rotate(-21)' opacity='0.523' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A") no-repeat;
    background-size: contain;
    z-index: -1;
}

/* heading */
.section-header {
    font-size: 24px;
    letter-spacing: 2px;
}

.section-header .heading {
    font-size: 32px;
    display: table;
}

.underline {
    position: relative;
    text-decoration-style: solid;
    text-decoration-color: rgb(244 226 41 / 80%);
    text-decoration-line: underline;
    text-decoration-thickness: 8px;
    text-underline-offset: 1px;
    z-index: 9;
}


.heading {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', serif;
    font-weight: 700;
    line-height: 1.5;
}

    .heading .lead,
    .heading.lead {
        font-size: 36px;
        font-weight: 700;
    }

    .lead {
        position: relative;
        text-transform: uppercase;
        z-index: 2;
    }

    .lead--line {
        position: relative;
        line-height: normal;
    }

    .lead--line::after {
        content: "";
        position: absolute;
        left: 120%;
        top: 56%;
        transform: translateY(-50%);
        width: 36%;
        height: 1px;
        background-color: #e0dbd6;
        display: none;
    }

.sub-heading {
    font-size: 16px;
    letter-spacing: 2px;
}

    .sub-heading .lead {
        font-size: 26px;
        font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
        font-weight: 700;
        color: var(--primary-color);
    }


.block-title {
    font-size: 24px;
}
        
    .block-title .lead {
        font-size: 36px;
        font-weight: 700;
        font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    }

    .block-title .subtitle {
        font-size: 32px;
        font-weight: 400;
    }


@media(min-width: 576px) {
    .section-header .heading {
        font-size: 36px;
    }
    
    .block-title .lead {
        font-size: 42px;
    }

    .block-title .subtitle {
        font-size: 40px;
    }

    .heading .lead,
    .heading.lead {
        font-size: 48px;
    }

    .lead--line::after {
        width: 168px;
        display: block;
    }
}


/*------------------------------------*\
  COLORS, BG & BORDER
\*------------------------------------*/

.text-dark {
    color: #000000!important;
}

.color-primary {
    color: #00a096;
}

.color-gray-light {
    color: #b5b5b6;
}

.color-gray-dark {
    color: #7A7A7A;
}


.bg-color-primary {
    background-color: #00a096;
}

.bg-color-gray {
    background-color: #f8fafc;
}

.bg-color-light {
    background-color: #fff;
}


.text-muted {
    font-size: 14px;
}

.under-below { 
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; 
}


.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-line-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-line-3 {
    -webkit-line-clamp: 3;
}


.writing-mode-v-rl {
    writing-mode: vertical-rl;
}

.writing-mode-v-lr {
    writing-mode: vertical-lr;
}






/*------------------------------------*\
  LAYOUTS
\*------------------------------------*/

.container-wide {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}

.section {
    padding-top: 60px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .container-wide {
        max-width: 1440px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}





/*------------------------------------*\
  COMPONENTS
\*------------------------------------*/

/**
 *  Button
 */

.button {
    display: inline-block;
    padding: 8px 40px;
    letter-spacing: 2px;
    border-radius: 25px;
    border: 1px solid transparent;
    background-color: transparent;
    transition: 0.3s;
}

.button-primary {
    background-color: var(--primary-color);
    color: #fff;
}

.button-primary:hover {
    background: var(--tertiary-color);
    border-color: var(--tertiary-color);
    background-color: var(--tertiary-color);
    color: #fff;
}

.button-outline-primary {
    border-color: #7A7A7A;
    color: #7A7A7A;
}

.button-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.button-outline-light {
    border-color: #fff;
    color: #fff;
}

.button-outline-light:hover {
    background-color: #fff;
    color: var(--primary-color);
}


.button-with-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .button-primary.button-with-arrow svg {
        stroke: #fff;
    }

    .button-primary.button-with-arrow:hover svg {
        stroke: #333;
    }

    .button-outline-light.button-with-arrow svg {
        stroke: #fff;
    }

    .button-outline-light.button-with-arrow:hover svg {
        stroke: #333;
    }

.button-arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/**
 *  Dropdown
 */


.drop {
    position: relative;
}

.drop__content {
    display: none;
}

.drop .menu {
    margin-top: 5px;
}

.drop .menu a {
    display: block;
    padding: 10px 0;
}

.drop .menu a.active {
    color: #00a096;
}

.mobile-menu-dropdown {
    padding: 8px 15px;
    border: 1px solid #c9caca;
    border-radius: 5px;
}



/**
 *  Collapse
 */


.collapse__content {
    display: none;
}

.collapse__button.active ~ .collapse__content {
    display: block;
}



/**
 *  Animate
 */

.animate {
    animation-duration: 1s;
}

@keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-40px, 0, 0);
    }
  
    to {
      opacity: 1;
      transform: none;
    }
}

@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translate3d(40px, 0, 0);
    }
  
    to {
      opacity: 1;
      transform: none;
    }
}

@keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translate3d(0, -40px, 0);
    }
  
    to {
      opacity: 1;
      transform: none;
    }
}

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 40px, 0);
    }
  
    to {
      opacity: 1;
      transform: none;
    }
}

.animate__delay-200ms {
    animation-delay: 200ms;
}

.animate__delay-400ms {
    animation-delay: 400ms;
}

.animate__delay-600ms {
    animation-delay: 600ms;
}

.animate__delay-800ms {
    animation-delay: 800ms;
}

.animate__delay-1s {
    animation-delay: 1s;
}



/**
 *  Image box
 */

.image-box {
    position: relative;
    display: flex !important;
}

    .image-box-outer {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
        margin: 0;
        line-height: 0;
    }

    .image-box-outer.vertical {
        padding-bottom: 120%;
    }

    .image-box-outer.ratio-3-2 {
        padding-bottom: 66.66%;
    }

    .image-box-outer.ratio-16-9 {
        padding-bottom: 56.25%;
    }

        .image-box-inner {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #f1f1f1;
        }

            .image-box-inner img {
                width: 100%;
                height: 100%;
                object-position: 50% 50%;
                object-fit: cover;
            }


.image-hover--zoom img {
    transition: 0.5s;
}

.image-hover--zoom:hover img {
    transform: scale(1.05);
}

.image-box .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}



/**
 *  icon box
 */

.icon-box .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #919191;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.icon-box__i svg {
    width: 48px;
    height: 48px;
}

.icon-box__title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

    .icon-box__desc {
        font-size: 15px;
        font-weight: 300;
    }



/**
 *  accordion
 */

.accordion .card {
    margin-bottom: 10px;
}

    .accordion .btn-link {
        display: block;
        width: 100%;
        text-align: left;
        color: #333;
        font-size: 14px;
    }



/**
 *  Slider
 */

.site-hero {
    position: relative;
}

.site-hero::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 90px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='204.737' viewBox='0 0 1920 204.737'%3E%3Cpath id='Path_1' data-name='Path 1' d='M0,128l53.333-5.3C106.667,117,213.333,107,320,128s213.333,75,320,69.3C746.667,192,853.333,128,960,122.7c106.667-5.7,213.333,48.3,320,64,106.667,16.3,213.333-5.7,320-16C1706.667,160,1813.333,160,1866.667,160H1920V320H0Z' transform='translate(0 -115.263)' fill='%23f7f7f7'/%3E%3C/svg%3E%0A") no-repeat;
}

.hero-slider {
    width: 100%;
    overflow: hidden;
}

    .hero-slider .slide {
        position: relative;
        height: 70vh;
    }

    .hero-slider .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(28, 28, 28, 0.05);
    }

    .hero-slider .slide-content {
        position: absolute;
        width: 90%;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 28px;
        letter-spacing: 3px;
    }

    .site-hero .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .site-hero .arrow-prev {
        left: 25px;
    }

    .site-hero .arrow-next {
        right: 25px;
    }

    .site-hero .slick-arrow > svg {
        width: 36px;
        height: 36px;
    }
    

    
@media (min-width: 577px) {
    .site-hero::after {
        bottom: 0;
    }

    .hero-slider .slide {
        height: 100vh;
    }

    .slide-content {
        width: 70%;
        top: 65%;
        left: 10%;
        transform: translateY(-50%);
    }
}



/**
 *  carousel
 */

.carousel {
    width: 100%;
    overflow: hidden;
}

    .carousel-control {
        position: absolute;
        width: 200px;
        bottom: -50px;
        left: 50%;
        transform: translate(-50%);
    }

    .carousel-control .swiper-button-prev:after,
    .carousel-control .swiper-container-rtl .swiper-button-next:after,
    .carousel-control .swiper-button-next:after,
    .carousel-control .swiper-container-rtl .swiper-button-prev:after {
        display: none;
    }

    .carousel-slides-count {
        font-size: 14px;
    }
    


/**
 *  page banner
 */

.page-banner {
    position: relative;
    height: 500px;
}
.page-banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='204.737' viewBox='0 0 1920 204.737'%3E%3Cpath id='Path_1' data-name='Path 1' d='M0,128l53.333-5.3C106.667,117,213.333,107,320,128s213.333,75,320,69.3C746.667,192,853.333,128,960,122.7c106.667-5.7,213.333,48.3,320,64,106.667,16.3,213.333-5.7,320-16C1706.667,160,1813.333,160,1866.667,160H1920V320H0Z' transform='translate(0 -115.263)' fill='%23f7f7f7'/%3E%3C/svg%3E%0A") no-repeat;
}

    .page-banner__content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #666;
    }

@media(max-width: 576px) {
    .page-banner::after {
        height: 60px;
    }
}

/**
 *  page breadcrumb
 */

.page-breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
} 

    .page-breadcrumb ul {
        display: flex;
    }

        .page-breadcrumb li {
            display: flex;
            align-items: center;
        }

            .page-breadcrumb li a {
                font-size: 14px;
            }

            .page-breadcrumb li a:hover {
                color: var(--primary-color);
            }

            .page-breadcrumb li:last-child svg {
                display: none;
            }


/**
 * Pagination
 */

 .page__pagination {
    margin-top: 60px;
    margin-bottom: 40px;
}

    .page__pagination .pagination {
        justify-content: center;
        padding-left: 0;
    }

        .pagination .page-item {
            margin-right: 12px;
            list-style: none !important;
        }

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

        .pagination .page-link {
            display: inline-block;
            padding: 0;
            color: #222222;
            border: 1px solid #222222;
            font-size: 15px;
            line-height: 37px;
            width: 40px;
            height: 40px;
            border-radius: 5px !important;
            text-align: center;
        }

        .pagination .page-link:hover {
            background-color: #222222;
            color: #fff;
            opacity: 0.8;
        }

        .pagination .page-link.active {
            background-color: #222222;
            color: #fff;
        }

        .pagination .page-link svg {
            position: relative;
            top: -3px;
            stroke: #626262;
            stroke-width: 1.5;
            width: 22px;
            height: 22px;
        }

        .pagination .page-item .page-quick-link {
            background-color: #efefef;
            border-color: #efefef;
        }

        .pagination .page-item .page-quick-link svg {
            stroke: #9a9a9a;
        }




/**
 *  Back to Top
 */

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.back-to-top img {
    width: 24px;
    background: #fff;
    border-radius: 2px;
}




/**
 *  Header
 */

.header {
    position: fixed;
    top: 0;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%); */

    z-index: 999;
    transition: 0.3s;
}

    .site-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 3;
        transition: 0.3s;
    }

    .site-nav--right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

        .site-logo a {
            display: inline-block;
            font-size: 32px;
            font-weight: 700;
            letter-spacing: 5px;
            line-height: 1.2em;
        }

        .site-logo img {
            height: 70px;
            transition: 0.3s;
        }

        .site-menu {
            display: flex;
        }

            .site-menu .item > a {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 6px 18px;
                font-size: 18px;
                letter-spacing: 5px;
                color: #333;
                text-decoration-style: solid;
                text-decoration-color: transparent;
                text-decoration-line: underline;
                text-decoration-thickness: 8px;
                text-underline-offset: 0;
            }

            .site-menu .item:not(.contact) > a:hover {
                text-decoration-color: rgb(244 226 41 / 80%);
                transform: translateY(-3px);
            }

            .site-menu .item.contact > a,
            .header .contact-btn {
                border: 1px solid var(--primary-color);
                padding-left: 25px;
                padding-right: 25px;
                background: var(--primary-color);
                color: #fff !important;
                border-radius: 25px;
            }

            .site-menu .item.contact > a:hover {
                background: #e8c71c;
                border-color: #e8c71c;
            }

    .site-media {
        margin-right: 15px;
    }

        .site-media .item > a {
            display: flex;
            margin-left: 6px;
            margin-right: 6px;
        }

        .header .contact-btn {
            margin-top: 4px;
            margin-left: auto;
            margin-right: 10px;
        }

.header.sticky {
    background: #fff !important;
    border-bottom: 1px solid #eee;
}

    .header.sticky .social-media {
        display: none !important;
    }

    .header.sticky .site-nav {
        padding-top: 0;
    }

        .header.sticky .site-logo a {
            padding-top: 0;
            padding-bottom: 0;
        }

        .header.sticky .site-logo img {
            height: 80px;
            padding: 8px;
        }

        .header.sticky .site-menu .item > a {
            color: #333;
        }
    
@media (min-width: 992px) {
    .site-logo a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-logo img {
        height: 90px;
    }  

    .header .contact-btn {
        display: none;
    }
}

@media(max-width: 991px) {
    .header {
        background: #fff !important;
    }

    .site-nav {
        padding-top: 0;
    }

    .site-logo img {
        height: 70px;
    } 
}



/**
 *  Mobile Nav
 */

.mobile-toggle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    cursor: pointer;
}

.sidebar-toggle {
    transition: 0.3s;
}

    .toggle-icon {
        position: relative;
        width: 22px;
        height: 14px;
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
            
        .toggle-icon span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background-color: #222;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        .toggle-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }
            
        .toggle-icon span:nth-child(2) {
            top: 7px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }
            
        .toggle-icon span:nth-child(3) {
            top: 14px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        .sidebar-toggle.open .toggle-icon span:nth-child(1) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: -1px;
            left: 4px;
        }
            
        .sidebar-toggle.open .toggle-icon span:nth-child(2) {
            width: 0%;
            opacity: 0;
        }
            
        .sidebar-toggle.open .toggle-icon span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 14px;
            left: 4px;
        }
    

.slide-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
    z-index: 99;
    pointer-events: none;
}

    .slide-sidebar > ul {
        padding-left: 0;
    }

        .slide-sidebar ul > li > a {
            display: inline-block;
            padding: 10px 40px;
            width: 100%;
            color: #333;
            letter-spacing: 2px;
            font-size: 18px;
            text-align: center;
        }


.slide-sidebar.active {
    opacity: 1;
    height: 100vh;
    pointer-events: initial;
}


.mobile-nav {
    z-index: -1;
}

.mobile-nav::before {
    position: absolute;
    top: -150%;
    left: -25%;
    content: "";
    background-color: #fff;
    width: 150%;
    height: 150%;
    z-index: -1;
}

.mobile-nav.active::before {
    top: -25%;
}

    .mobile-nav a {
        display: inline-block;
        padding: 10px 40px;
        width: 100%;
        color: #333;
        letter-spacing: 2px;
        font-size: 18px;
        text-align: center;
    }


.mobile-nav .inner-content {
    margin-top: 140px;
}


/**
 *  side menu
 */

 .side-menu {
    width: 100%;
}

.side-menu.go-down {
    margin-top: 30px;
}

    .side-menu ul {
        padding-left: 0;
    }


        .side-menu a {
            display: block;
            padding: 7px 10px;
            color: #5c5c5c;
            border-bottom: 1px solid #e8e9ea;
        }

        .side-menu a.active,
        .side-menu .layer-1 > a:hover {
            color: var(--primary-color);
        }
       

        .aside-label {
            color: #8D8D8D;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .side-menu .collapse__button {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .side-menu .collapse__button ~ .collapse__content a {
            padding-left: 24px;
        }

            .side-menu a > svg {
                display: none;
            }

            .side-menu .collapse__button > svg {
                display: inline-block;
            }


  

@media(min-width: 991px) {  
    .side-menu {
        width: 230px;
    }

    .side-menu.go-down {
        margin-top: 140px;
    }

    .mobile-toggle {
        display: none;
    }
}



/**
 *  Social Media
 */
.social-media {
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.social-media a {
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
}

.social-media .social-facebook {
    margin-right: 20px;
}

.social-media .icon {
    background-color: #ffffef;
    margin-right: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-media .text {
    margin-left: 5px;
    color: #ffffef;
}

.social-media svg {
    height: 16px;
}

.social-media svg path {
    fill: #a4825f;
}



/**
 *  Post
 */

.post-title {
    line-height: 1.5;
    margin-bottom: 0;
}

.post-summary {
    line-height: 1.5;
    opacity: 0.7;
}


/**
 *  Product
 */
 
.product .product-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
}


.p-slider-nav .image-box {
    cursor: pointer;
}

.p-slider-nav .slick-prev:before,
.p-slider-nav .slick-next:before {
    color: rgb(145, 145, 145);
}


/**
 *  Ad
 */

.ad {
    position: relative;
    height: 60vh;
    z-index: 1;
}

.ad-full {
    height: 100vh;
}

.ad-full::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.3);
    z-index: -1;
}

    .ad-card {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        width: 360px;
        font-size: 15px;
    }

    .ad-card.left {
        left: 20%;
    }

    .ad-card.right {
        right: 20%;
    }

        .ad-card .button {
            width: 160px;
        }

    .ad-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }


/**
 *  Contact
 */

.label {
    font-size: 15px;
}


/**
 *  Footer
 */

.footer {
    background-color: #a4825f;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 50px;
}
        
    .footer-logo img {
        width: 126px;
    }

    .footer-col:not(:last-child) {
        margin-bottom: 60px;
    }
        
        .footer-col-label {
            margin-bottom: 60px;
            font-size: 22px;
        }

        .footer-nav > ul {
            display: flex;
            flex-wrap: wrap;
            margin-left: -20px;
            margin-right: -20px;
        }

            .footer-nav a {
                display: inline-block;
                color: #ffffff;
                padding: 0 20px;
            }

            .footer-nav a:hover {
                opacity: 0.8;
            }
            
            .footer-nav .item {
                margin-bottom: 10px;
            }


    .footer-social {
        margin-left: 0;
        flex-shrink: 0;
    }

        .footer-social .social-media {
            justify-content: center;
        }

        .footer-social .social-media a:hover {
            opacity: 0.8;
        }

    .copyright {
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
        margin-left: 10px;
        background: #fff;
    }
 

   
@media (min-width: 992px) {
    .footer {
        display: flex;
        align-items: flex-start;
    }

        .footer-logo {
            display: flex;
            align-items: flex-end;
        }

        .footer-col {
            margin-bottom: 0 !important;
        }

        .footer-nav {
            margin-left: 8%;
            margin-right: 8%;
        }

        .copyright {
            margin-left: 10px;
            margin-top: 0;
        }
}

@media (max-width: 991px) {
    .footer-nav {
        text-align: center;
    }

        .footer-nav > ul {
            justify-content: center;
        }

    .footer-col-label {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-nav > ul,
    .footer-social .social-media {
        justify-content: flex-start;
    }

    .footer-col:not(:first-child) {
        text-align: left !important;
    }
    .footer-col-label {
        text-align: left;
    }
}




/*------------------------------------*\
  PAGES CONTENT
\*------------------------------------*/

.section-heading {
    letter-spacing: 3px;
    font-weight: 700;
}

.section-heading.underline--s {
    position: relative;
    margin-bottom: 15px;
}

.section-heading.underline--s::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background-color: #b7b7b7;
}


/**
 *  Home
 */

.inner-banner {
    height: 350px;
}

.h__post {
    position: relative;
    width: 92%;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 90px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    background: var(--secondary-color);
}

    .h__post .sub-heading {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
        opacity: 0.6;
    }

        .h__post .sub-heading .lead {
            color: #333;
            margin-right: 5px;
            font-size: 26px;
        }

    .h__post-block {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

        .h__post-left {
            flex-shrink: 0;
            margin-right: 5%;
        }

        .h__post-right {
            width: 100%;
        }

        .h__post-item {
            display: flex;
            align-items: center;
            padding-left: 0;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .h__post-content {
            margin-right: auto;
        }

            .h__post-item svg {
                width: 26px;
                height: 26px;
                display: none;
            }

            .h__post-title {
                font-size: 22px;
                color: #333;
            }

            .h__post-date {
                opacity: 0.5;
                margin-bottom: 0;
            }

            .h__post .button {
                position: absolute;
                bottom: 20px;
            }


.h__about .figure {
    position: relative;
    margin-bottom: 80px;
}

    .h__about .figure img {
        border-radius: 25px;
    }

    .h__about .figure::before {
        content: "";
        position: absolute;
        left: -30px;
        bottom: -30px;
        width: 100%;
        height: 100%;
        background: var(--secondary-color);
        border-radius: 25px;
        z-index: -1;
    }

    .h__about .intro {
        background: #fff;
        border-radius: 60px;
        padding: 20px 40px 40px;
    }

.h__service .underline::after {
    z-index: -1;
}

.h__service  .block-title .lead {
    color: var(--primary-color);
    font-size: 28px;
}


.h__service .item .intro {
    background: rgb(255 255 255 / 72%);
    padding: 40px 50px;
    border-radius: 50px;
}


.h__service .item-2 .shape-circle::before,
.h__service .item-4 .shape-circle::before {
    top: unset;
    right: unset;
    left: -130px;
    bottom: -130px;
    transform: rotate(200deg);
    background: url("data:image/svg+xml,%3C!--%3Fxml version='1.0' standalone='no'%3F--%3E%3Csvg id='sw-js-blob-svg' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='sw-gradient' x1='0' x2='1' y1='1' y2='0'%3E%3Cstop id='stop1' stop-color='rgba(255, 233.797, 211.728, 1)' offset='0%25'%3E%3C/stop%3E%3Cstop id='stop2' stop-color='rgba(255, 224.717, 116.702, 1)' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23sw-gradient)' d='M19.3,-22.7C24.2,-18.9,26.9,-12,27.8,-5.2C28.6,1.6,27.6,8.5,24.2,13.7C20.9,18.9,15.2,22.4,8.7,25.5C2.2,28.7,-5.1,31.4,-11.2,29.6C-17.2,27.9,-22,21.7,-24.6,15.1C-27.3,8.6,-27.8,1.8,-28,-6.3C-28.2,-14.5,-28.1,-23.9,-23.4,-27.8C-18.7,-31.7,-9.3,-30.1,-1.1,-28.8C7.2,-27.6,14.4,-26.6,19.3,-22.7Z' width='100%25' height='100%25' transform='translate(50 50)' stroke-width='0' style='transition: 0.3s;'%3E%3C/path%3E%3C/svg%3E");
}

.h__service .item .image-box {
    overflow: hidden;
}

    .h__service .item-1 .image-box {
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
    }

    .h__service .item-2 .image-box {
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
    }

    .h__service .item-3 .image-box {
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
    }

    .h__service .item-4 .image-box {
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
    }

    .h__service .item-5 .image-box {
        border-top-right-radius: 120px;
        border-bottom-right-radius: 120px;
    }


.h__product {
    position: relative;
    overflow: hidden;
    background: #eee;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    margin-top: -80px;
}

.h__product::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 400px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2125.093' height='835.037' viewBox='0 0 2125.093 835.037'%3E%3Cpath d='M1999.349,217.292c135.671,162.774-12.99,364.956-362.27,467.76C1287.8,787.285,739.341,789.57,375.628,686.194S-167.056,373.783-29.942,209.3C108.616,45.38,564.7-74.558,1003.467-72.274S1863.678,53.947,1999.349,217.292Z' transform='translate(75.99 72.306)' fill='%23f2f4f8'/%3E%3C/svg%3E") no-repeat;
    background-size: cover;
    opacity: 0.5;
    display: none;
}

    .slider--center-1 .h__product-item {
        overflow: hidden;
        padding: 30px;
        background: rgb(255 255 255 / 66%);
        border-radius: 20px;
    }

    .h__product-item .image-box {
        border-radius: 20px;
        overflow: hidden;
    }

    .slider--center .slick-slide > div {
        margin: 25px;
    }

    .slick-dots li button:before {
        font-size: 20px;
    }

    .slick-dots li.slick-active button:before {
        color: var(--tertiary-color);
    }

    .slick-prev:before, .slick-next:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .slick-prev:before {
        content: '\f053';
    }

    .slick-next:before {
        content: '\f054';
    }

    .h__product .product-title {
        font-size: 20px;
    }


.image-card .caption {
    margin-top: 20px;
}

    .image-card .caption-label {
        display: table;
        padding: 2px 16px;
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        margin-bottom: 20px;
        border-radius: 25px;
    }

    .image-card .caption-label:hover {
        background: var(--primary-color);
        color: #fff;
    }

    .image-card .caption-title {
        font-size: 28px;
    }

    .image-card .caption-title a {
        display: block;
        height: 75px;
    }


.h__contact .google-map iframe {
    height: 280px;
}


.contact-info .item {
    display: flex;
    margin-bottom: 15px;
    font-size: 18px;
}

    .contact-info .item > * {
        line-height: normal;
    }

    .contact-info .item i {
        color: var(--primary-color);
        margin-top: 5px;
    }



@media(min-width: 769px) {
    .h__about .intro {
        padding: 60px;
        border-radius: 100px;
    }

    .h__post {
        width: 70%;
        margin-right: 20px;
        margin-top: -90px;
        padding-bottom: 35px;
    }

        .h__post-block {
            flex-direction: row;
        }

            .h__post-item {
                border-left: 1px solid #aaa;
                padding-left: 30px;
            }
                .h__post-date {
                    margin-bottom: 18px;
                }

                .h__post .button {
                    position: relative;
                    bottom: unset;
                }

                .h__post-item svg {
                    display: block;
                }

    .h__product {
        margin-top: 0;
    }

    .h__product::before {
        display: block;
    }

    .h__contact .google-map iframe {
        height: 650px;
    }

    .contact-info .item {
        align-items: center;
    }

        .contact-info .item i {
            margin-top: 0;
        }
}

@media(max-width: 1199px) {
    .h__product .section-header {
        text-align: center;
    }
}



/**
 *  About
 */

.page-about h1 {
    line-height: 1.5;
    text-decoration-style: wavy;
    text-decoration-color: rgb(244 226 41 / 80%);
    text-decoration-line: underline;
    text-decoration-thickness: 6px;
    text-underline-offset: -6px;
}

@media(min-width: 576px) {
    .slider--center-2 .slick-slide > div {
        margin: 60px;
    }
}



/**
 *  Services
 */

.service-item {
    position: relative;
}

.anchor {
    position: absolute;
    top: -100px;
}



/**
 *  product
 */
.product-slideshow {
    position: relative;
    z-index: 99;
}

.p-details-header {
    font-size: 32px;
}

.p-slider-nav {
    margin: 0 -5px;
}

.p-slider-nav .slick-track {
    margin-left: unset;
    margin-right: unset;
}

    .p-slider-nav .slick-slide {
        padding: 5px;
    }


/**
 *  contact
 */

.form-control:focus {
    box-shadow: 0 0 0 .2rem rgb(255 230 163 / 25%);
    border-color: var(--secondary-color);
}